@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/PTSans-Bold.ttf");
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/PTSans-Regular.ttf");
    font-style: normal;
}
p,a {
	font-family: 'Roboto-Regular';
}
h1,h2,h3 {
    font-family: 'Roboto-Medium';
}

.backgorund {
    background-image: url(/storage/app/media/back.jpg);
    background-size: cover;
}
.page {
    padding: 30px 0px;
}
.page h3 {
	font-size: 36px;
	color: #494949;
	margin-bottom: 50px;
}
.page .section {
    margin: 45px 0px;
}
.page .block_text p {
	font-size: 18px;
	color: black;
}
.page .block_text a {
	font-size: 18px;
	text-decoration: underline;
}
.page .block_img img {
	width: 100%;
}
.page .block_img p {
	text-align: end;
}
.page .section_hero .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid 2px #e2e2e2;
    padding: 15px 0px;
    position: relative;
    margin-bottom: 15px;
}
.page .section_hero .block>img {
    width: 150px;
    height: 200px;
    object-fit: cover;
}
.page .section_hero .block h3 {
    font-size: 18px;
    color: black;
    margin: 5px 0px;
}
.page .section_hero .block p {
	font-size: 16px;
}
.page .section_hero .block .medal {
	position: absolute;
    left: 0px;
    top: 15px;
}
.page .section_hero .block .buttons a {
    font-size: 18px!important;
    color: white;
	background-color: #6176D4;
    width: 140px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    text-decoration: none;
}
.page .section_hero .block .buttons a:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.page .section_hero .section_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0px;
}
.page .section_hero .section_button .buttons a {
	color: black;
    font-size: 14px;
    text-decoration: none;
    border: solid 2px #6176D4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
    transition: 0.5s;
}
.page .section_hero .section_button .buttons a:hover {
    background-color: #6176D4;
    color: white;
}
.iziModal-content {
    padding: 20px 40px!important;
}
.iziModal-content h5 {
    font-size: 36px;
    color: #494949;
}
.iziModal-content label {
    font-size: 16px;
    color: #494949;
}
.iziModal-content .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.iziModal-content .btn button {
    border: solid 2px #6176D4;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 45px;
}
.iziModal-content hr {
    margin: 10px;
}
.page .blue {
    color: #6176d4;
    font-weight: 600;
    font-size: 24px;
}
.bunner img {
    width: 100%;
}
.page .doc {
    display: flex;
    flex-direction: column;
}
.page .doc a {        
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 767px){
    .page h3 {
        font-size: 24px;
    }
    .page .block_text {
        font-size: 14px;
    }
    .page .block_text p {
        font-size: 14px;
    }
}
@media (max-width: 480px){
    .page h3 {
        font-size: 18px;
    }
}