<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
body{
    font-family: 'Lato';
    font-size: 16px;
    line-height: 150%;
    font-style: normal;
    font-weight: 500;
    color: #000;
    background: rgba(0, 0, 0, 0.03);
}

.block-img-antispam &gt; img {
	margin-top: 14px;
}

.d-none {display:none;}

.breadcrumb {
	margin: 0 auto;
    width: 100%;
    display: flex;
    max-width: 1220px;
}

img{
    max-width: 100%;
}
.mobile_menu{
    display: none;
    margin-right: 2px;
}
.svg-inline--fa.fa-w-14 {
    width: 25px;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 25px;
    overflow: visible;
    vertical-align: -.125em;
}

.form__input-text:focus { 
    outline: none !important;
    /*border-color: #719ECE;*/
    /*box-shadow: 0 0 10px #719ECE;*/
	background:#F8F7F8;
 }
.form__input-text:active { 
    outline: none !important;
    /*border-color: #719ECE;*/
    /*box-shadow: 0 0 10px #719ECE;*/
	background:#F8F7F8;
 }

.mobile_menu_overlay,
.mobile_menu_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container,
.mobile_menu_container.loaded ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
    width: 86%;
    overflow: hidden;
    z-index: 10201;
    background: #FFF;
}
.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  	overflow: scroll !important;
}
.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}
.mobile_menu_container ul {
    margin: 0;
    padding: 0;
}

.mobile_menu_container ul li:first-child {
    margin-top: 24px;
}

.mobile_menu_container ul li {
    list-style: none;
    border-bottom: 1px solid #8e8c8c !important;
    margin: 0 24px;
}
.mobile_menu_container ul li:last-child {
    list-style: none;
	border-bottom: none !important;
    margin: 0 24px;
}
.mobile_menu_container ul li a{
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    background: #FFF;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.mobile_menu_container ul li a:hover{
    background: #FFF;
}
.mobile_menu_container.loaded ul li ul{
    -webkit-transform: translateX(580px);
    transform: translateX(580px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
    background: #FFF;
    z-index: 2;
	height:404px;
}
.mobile_menu_container ul li ul.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: #FFF url("img/path.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
    background: #FFF url("img/path.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #FFF url("img/path.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background: #FFF url("img/path.svg") left 20px center no-repeat;
    background-size: 20px;
}
/*
@media (max-width: 1450px) {
	.wrapper{
		max-width: 1450px !important;
		padding: 0 15px;
		margin: 0 auto;
	}
}

@media (max-width: 1201px) {
	.wrapper{
		max-width: 1120px !important;
		padding: 0 15px;
		margin: 0 auto;
	}
}*/

.wrapper{
	max-width: 1245px;
	padding: 0 15px;
	margin: 0 auto;
}

.form__input-textarea::placeholder {color:#666464;}

.wrapper-news{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.hidden{
    display: none;
}
.header{
    background: #FFFFFF;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.07);
}
.header .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social,
.header__right,
.logo{
    display: flex;
    align-items: center;
    line-height: 1.2;
	flex-wrap: wrap;
    margin-left: 34px;
}
.social__item-hover{
    display: none;
}
.social__item:active img,
.social__item:hover img{
    display: none;
}
.social__item:active .social__item-hover,
.social__item:hover .social__item-hover{
    display: initial;
}
.logo__impaired{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #FF5A34;
    margin-bottom: 5px;
}
.logo__desc {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
}
.header__phone{
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    margin-right: 22px;
    text-decoration: none;
    width: max-content;
}
.header__phone:active,
.header__phone:hover{
    text-decoration-line: underline;
    color: #FF7E35;
}
.header__btn{
    margin-left: 22px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 34px;
}

.help-block {width:14%;}

@media screen and (max-width:1448px) {
.help-block {width:5%;}
}

.trial-day{
    background: #FF7E35;
    color: #FEFFFF;
}
.quality-control{
    position: relative;
    background: #FFFFFF;
    border: 3px solid #34A853;
    border-radius: 25px;
    color: #000000;
    padding: 11px 24px;
    margin-left: 15px;
    cursor: pointer;
    margin-right: 24px;
}
.quality-control:active,
.quality-control:hover{
    background: #34A853;
    border: 3px solid #34A853;
    color: #FFFFFF;
}
.quality-control img{
    position: absolute;
    top: -16px;
    right: -28px;
}
.quality-control__tooltip-block{
    display: none;
    cursor: default;
}
.quality-control:hover .quality-control__tooltip-block{
    position: absolute;
    display: block;
    z-index: 20;
    top: 100%;
    right: 0;
    padding-top: 20px;
}
.quality-control__tooltip-block:before{
    content: '';
    background-image: url("svg/tooltip.svg");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 30px;
}
.quality-control__tooltip{
    background: #34A853;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 18px 24px 18px 32px;
    width: 478px;
}
.quality-control__tooltip-title{
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 15px;
}
.quality-control__tooltip-text{
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    text-transform: initial;
}
.quality-control__tooltip-text ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.quality-control-block{
    text-align: center;
}
.modal-form .quality-control,
.form__wrapper .quality-control{
    display: inline-block;
}
.quality-control-wrapper .form__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FF7E35;
    margin-top: 7px;
}
.quality-control-wrapper .form__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin-top: 50px;
}
#FORM_QUALITY_CONTROL .form__desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
	margin: 0;
    color: #FF7E35;
}
#FORM_QUALITY_CONTROL .form__desc-add{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    /*text-align: center;*/
    letter-spacing: 0.01em;
    color: #4d4d4d;
    text-align: left;
	margin: 0;
}

.form__desc-add1 {
    font-size: 18px;
}

.welcome__btn-block{
    display: flex;
    align-items: center;
}
.welcome__btn-block .welcome__btn-play{
    margin-left: 27px;
    cursor: pointer;
}
.social{
    margin: 0 -6px;
}
.social__item{
    padding: 0 6px;
}
.menu{
    margin-bottom: 14px;
}
.menu__block{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 22px -6px 0;
}
.menu__item{
    padding: 0 6px;
    position: relative;
    margin-bottom: 6px;
}
.menu__link{
    position: relative;
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 25px;
    padding: 10px 17px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.menu__link img{
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.menu__link:hover{
    /*background: rgba(0, 0, 0, 0.2);*/
    background: #fff;
}
.menu__submenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    /*min-width: 392px;*/
    z-index: 50;
    padding-top: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.menu__item:hover .menu__submenu{
    display: block;
}
.menu__submenu .menu__link{
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 0;
}
.menu__submenu .menu__link:hover{
  /*  color: #FF7E35;*/
}
.menu__submenu .menu__link:hover:before{
    /*content: '';
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("img/arrow-ico.png");
    width: 18px;
    height: 14px;*/
}
.menu__submenu .menu__link:not(:last-child){
    margin-bottom: 5px;
}
.menu__submenu ul{
  list-style: none;
  background: #FFFFFF;
  border-radius: 25px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
  padding: 16px;
  margin: 0;
  position: relative;
}
.menu__submenu ul:after{
  content:'';
  background: url('svg/menu_arrow.svg');
  position: absolute;
  top: -11px;
  left: 30px;
  width: 15px;
  height: 13px;
}
.menu__submenu ul li{
  padding: 10px 12px;
}
.menu__submenu ul li:hover{
  background: #FFF2EB;
  border-radius: 8px;
}
.section .wrapper{
    padding: 50px 15px;
}
.welcome{
    margin-top: 105px;
    margin-bottom: 105px;
}
.welcome .wrapper{
    position: relative;
    padding: 128px 15px;
}
.welcome__wrapper{
    display: flex;

}
.welcome__wrapper&gt;div{
    position: relative;
    z-index: 10;
}
.welcome__block{
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #FF5A34;
    padding: 65px 88px 65px 50px;
    margin: -50px;
}
.welcome__block .decor{
    position: absolute;
}
.welcome__block .decor-top{
    right: 0;
    top: 0;
}
.welcome__block .decor-bottom{
    left: 50px;
    bottom: -10px;
}
.welcome__text{
    color: #fff;
    max-width: 577px;

}

.welcome__form{
    top: -120px;
}
.welcome__title{
    font-family: 'Pribambas';
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 60px;
}
.welcome__text{
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}
.welcome__link{
    display: inline-block;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 25px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FF5A34;
    text-transform: uppercase;
    padding: 12px 26px;
}

.welcome__form-block{
    position: absolute;
    right: 88px;
    top: -77px;
    max-width: 575px;
    /*max-width: 480px;*/
}


.form{
    padding: 47px 41px 46px 41px;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.06);
    border-radius: 25px;
    margin-top: -74px;
}
.form__title{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000;
    padding: 0 20px;
    margin: 0;
}
.form__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #FF7E35;
    margin: 16px 0;
}
.form__item:not(:last-child){
    margin-bottom: 32px;
}


.form__input-textarea,
.form__input-text{
    border: 1px solid transparent;
    background: #F8F7F8;
    border-radius: 30px;
    padding: 12px 24px;
    width: 100%;

    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    outline: none;

}
.form__item .select2-container{
    border: none;
    background: #F8F7F8;
    border-radius: 30px;
    padding: 12px 24px;
    max-width: 100%;
}
.form__item .select2-container--default .select2-selection--single{
    border: none;
    background: transparent;
    height: auto;
}
.form__item .select2-container .select2-selection--single .select2-selection__rendered{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0;
}
.form__item .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    top: 0;
    right: 5px;
    width: 30px;
}
.form__item-col.error,
.form__item.error{
    position: relative;
}
.form__item-col.error:after,
.form__item.error:after{
    content: 'РїРѕР»Рµ РЅРµРѕР±С…РѕРґРёРјРѕ Р·Р°РїРѕР»РЅРёС‚СЊ';
    color: #f57a7a;
    position: absolute;
    left: 20px;
    bottom: -20px;
    font-size: 12px;
}
.form__item-col.email.error:after,
.form__item.email.error:after{
    content: 'РќРµРїСЂР°РІРёР»СЊРЅР°СЏ РїРѕС‡С‚Р°';
    color: #f57a7a;
    position: absolute;
    left: 20px;
    bottom: -20px;
    font-size: 12px;
}
.form__item-col.tel.error:after,
.form__item.tel.error:after{
    content: 'РќРµРїСЂР°РІРёР»СЊРЅС‹Р№ РЅРѕРјРµСЂ С‚РµР»РµС„РѕРЅР°';
    color: #f57a7a;
    position: absolute;
    left: 20px;
    bottom: -20px;
    font-size: 12px;
}
.form__item-col.error textarea,
.form__item-col.error input,
.form__item.error textarea,
.form__item.error input{
    border: 1px solid #f57a7a;
}
.form__item-col.error .form__checkbox+label::before,
.form__item.error .form__checkbox+label::before{
     border: 1.5px solid #f57a7a;
 }
.form__input-textarea{
    resize: none;
    height: 98px;
}
.form__input-text::placeholder{
    color: #636363;
}
.form__input-send{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    border: 1.5px solid #FF7E35!important;
    border-radius: 25px;
    padding: 11px 50px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background: #FF7E35!important;
    color: #FFFFFF!important;
    transition: all 0.3s;
	width: 100%;
	max-width:264px;
}
.form__input-send:active,
.form__input-send:hover{
    transform: scale(1.03);
}
.form__accept{
    margin: 0 20px;
    position: relative;
}
.form__accept a,
.form__accept{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.form__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form__checkbox+label{
    padding-left: 27px;
    display: flex;
}
.form__checkbox+label::before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1.5px solid #000000;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form__checkbox:checked+label::before {
    border-color: #000000;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form__checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.bx-context-toolbar-empty-area &lt; .form {
    max-width: 518px;
    margin: 0 auto;
}

.advantage{
    margin-bottom: 160px;
}
.news .wrapper,
.advantage .wrapper{
    overflow: hidden;
    border-radius: 50px;
    background-image: url("img/bg-block.png");
    background-size: cover;
    padding: 50px 15px;
    background-position: 50% 50%;
}
.section__title{
    font-family: 'Pribambas';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #FF5A34;
    margin-top: 0;
    margin-bottom: 64px;
}
.list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: center;
}
.list__item{
    width: calc(100% / 3);
    padding: 10px;
    min-width: 410px;
}

.list__body{
    overflow: hidden;
    border-radius: 25px;
    background-color:#fff;
    border: 1.5px solid transparent;
}
.list__item:hover .list__body{
    border: 1.5px solid #FF5A34;
}
.list__img{
    height: 202px;
    background-position: 50% 21%;
    background-size: 108%;
}
.list__text{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 13px 28px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
}
.section.progress{
    margin-bottom: 54px;
}
.progress__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 100px;
    margin-bottom: 64px;
}
.progress__nav{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.progress__prev{
    margin-right: 20px;
}
.progress__prev,
.progress__next{
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.3s;
}
.progress__prev:hover,
.progress__next:hover{
    transform: scale(1.1);
}
.progress__prev{
    background-image: url("svg/arrow-left.svg");
}
.progress__next{
    background-image: url("svg/arrow-right.svg");
}
.progress .wrapper{
    padding: 50px 15px 50px 15px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    overflow: hidden;
}
.progress .section__title{
    margin-bottom: 0;
}
.progress__list,
.progress .wrapper .section__title{
    margin-left: 100px;
}
.progress__list{
    position: relative;
    margin: -10px;
    left: 90px;
    width: 1280px;
}
.progress__item{
    padding: 10px;
    background-color: transparent;
}
.progress__item:hover .progress__body{
    box-shadow: 0px 5px 16px rgba(255, 126, 53, 0.2);
}
.progress__body{
    background: #FF7E35;
    border-radius: 25px;
    padding: 20px;

}

.progress__name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 96px;
}
.progress__text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.progress__body-top{
    display: flex;
    justify-content: space-between;
}
.progress__body-left{
    display: flex;
}
.progress__img{
    background-image: url("img/progress.png");
    width: 91px;
    height: 94px;
    margin-right: 14px;
    margin-bottom: 14px;
}
.progress__date{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
        top: -5px;
}
.progress__eye {
    background-image: url("svg/eye.svg");
    width: 18px;
    height: 14px;
    background-size: contain;
    position: relative;
    top: 5px;
}
.section.news{
    margin-bottom: 100px;
}
.news .section__title{
    margin-bottom: 116px;
}
.news-list{
	/*width: 84%;*/
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    justify-content: left;
    margin: 0 auto;
}
.news-list a{
    text-decoration: none;
}
.news-list__item{
    padding: 10px 10px 20px;
    flex: 0 0 calc(100% / 3);
    text-decoration: none;
    /*min-width: 410px;*/
}
.news-page .news-list__item{
    min-width: 400px;
}
.news-list__item.first{
    flex: 0 0 100%;
}
.news-list__item.first .news-list-arrow{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FF7E35;
    text-transform: uppercase;
    cursor: pointer;
}
.news-list__item:not(.first) .news-list-arrow{
    position: absolute;
    top: 17px;
    right: 15px;
}
.news-list__item.first .news-list-arrow img{
    margin-left: 22px;
}
.news-list__body{
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    border: 1.5px solid transparent;
}
.news-list__item:hover .news-list__body{
    border: 1.5px solid #FF5A34;
}
.news-list__item.first .news-list__body{
    display: flex;
    background: transparent;
    box-shadow: none;
}
.news-list__text {
    padding: 35px 25px 13px;
}
section.section.news.dream .news-list__text {
    padding: 35px 25px 13px;
    height: 109px;
}

.news-list__item.first .news-list__text{
    padding-top: 0;
}
.news-list__bottom{
    padding: 22px 25px 22px;
    /*padding: 0 25px 22px;*/
}
.news-list__img{
    width: 100%;
    height: 200px;
    background-size: 100%;
    background-position: 50% 50%;
    border-radius: 25px;
    overflow: hidden;
    transition: background-size 0.5s ease;
}
.news-list__img:hover{
  background-size: 120%;
}
.news-list__item.first .news-list__img{
    flex: 0 0 780px;
    height: 410px;
}
.news-list__name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 13px;
    min-height: 48px;
}
.news-list__item.first .news-list__name{
    font-weight: 400;
    font-size: 35px;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 50px;
}
.news-list__desc{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* РєРѕР»РёС‡РµСЃС‚РІРѕ СЃС‚СЂРѕРє */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-list__date{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FF7E35;
}
.news-list__eye{
  /*  background-image: url("svg/eye-news.svg");
    width: 20px;
    height: 16px;*/
}
.news .show-more{
/*    margin-top: 49px;
    margin-bottom: 79px;*/
}
.show-more{
    text-align: center;
}
.show-more__link{
    position: relative;
    display: inline-block;
    padding: 13px 39px 13px 57px;
    background: #FFFFFF;
    border-radius: 25px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #FF7E35;
    text-decoration: none;
}
.show-more__link:active,
.show-more__link:hover{
    background: #FF7E35;
    color: #fff;
}
.show-more__link:before{
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);

    background-image: url("svg/show-more-ico.svg");
    width: 20px;
    height: 19px;

}
.show-more__link:active:before,
.show-more__link:hover:before{
    background-image: url("svg/show-more-ico-hover.svg");
}
.section.video{
    margin-bottom: 126px;
}
.video .section__title{
    margin-bottom: 40px;
}
.dream .wrapper{
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("img/bg-block-1.png");
    padding-bottom: 0px;
}
.section.faq{
  padding: 150px 10px;
  background: #FF7E35;
}
.section.faq .wrapper{
  padding: 62px 50px!important;
  background-color: #F8F7F8;
  background-image: url("svg/faq_bg.svg");
  border-radius: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.faq-block{
    display: flex;
    justify-content: space-between;
}
.faq-form{
    flex: 0 0 480px;
}
.faq .form{
    border: 1.5px solid #FF5A34;
}
.faq__list{
    max-width: 50%;
    margin-left: 50px;

}
.faq__bottom{
    display: none;
    position: relative;
    padding-left: 25px;
}
.faq__bottom.active{
    display: block;
}
.faq__bottom:before{
  /*  content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url("svg/faq-arrow.svg");
    width: 17px;
    height: 14px;*/
}
.faq__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}
.faq__top-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}
.faq__top-btn{
    display: none;
    height: 18px;
    width: 18px;
    cursor: pointer;
    flex: 0 0 18px;
    margin-left: 30px;
}
.faq__top-btn.active{
    display: block;
}
.faq__top-show{
    background-image: url("svg/faq-show.svg");
}
.faq__top-hide{
    background-image: url("svg/faq-hide.svg");
}
.faq__item:not(:last-child){
    margin-bottom: 20px;
}
.section.map{
    position: relative;
    overflow: hidden;
}
.map__contact{
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    background: #FF5A34;
    border-radius: 25px;
    overflow: hidden;
    width: 480px;
    max-width: 100%;
    color: #FFFFFF;
}
.map__wrapper{
    padding: 34px;
    position: relative;
    z-index: 20;
}
.map__contact .map__value{
    padding-left: 26px;
}
.map__contact .decor{
    position: absolute;
}
.map__contact .decor:nth-child(1){
    right: 0;
    top: 0;
}
.map__contact .decor:nth-child(2){
    bottom: 0;
    left: 50px;
}
.map .wrapper{
    position: absolute;
    width: 100%;
    top: 50px;
    left: calc(50% + 50px);
    transform: translateX(-50%);
}
.map__title{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}
.map__name{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.map__address,
.map__phone,
.map__email,
.map__time{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}
.map__address:before,
.map__phone:before,
.map__email:before,
.map__time:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}
.map__address:before{
    background-image: url("svg/contact-address.svg");
    width: 16px;
    height: 20px;
}
.map__phone:before{
    background-image: url("svg/contact-phone.svg");
    width: 20px;
    height: 22px;
}
.map__email:before{
    background-image: url("svg/contact-email.svg");
    width: 20px;
    height: 16px;
}
.map__time:before{
    background-image: url("svg/contact-time.svg");
    width: 22px;
    height: 21px;
}
.footer{
  background: #333333;
  color: #ffffff;
}
.footer__brandname{
  padding: 36px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.footer__logo img{
  width: 113px;
  height: 100px;
}
.footer__phone{
  padding: 20px 0;
}
.footer .wrapper{
    padding-top: 50px;
    padding-bottom: 95px;
}
.footer__bottom,
.footer__top{
    display: flex;
    justify-content: space-between;
}
.footer__contact{
    text-align: right;
}
.footer__nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__bottom,
.footer__bottom a{
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}
.title-page h1{
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FF7E35;
    margin-top: 0;
    margin-bottom: 76px;
    font-family: 'Roboto';
}
.block-2 .wrapper,
.news-page .wrapper{
    background-image: url("img/bg-block-2.png");
}
.news-page .wrapper{
    background-position: 50% 0;
}
.teachers-list{
    margin: -10px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.teachers-list__item{
    display: block;
    padding: 10px;
    flex: 0 0 600px;
    max-width: 100%;
    text-decoration: none;
}
.teachers-list__item.first{
    padding-bottom: 41px;
    flex: 0 0 100%;
    max-width: 100%;

}
.teachers-list__body {
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 40px;
    display: flex;
    width: 100%;
    border: 1.5px solid transparent;
    flex-flow: column;
}

.teachers-list__item.first .teachers-list__body{
    flex-flow: row;
}
.teachers-list__img{
    background: #C4C4C4;
    border-radius: 25px;
    overflow: hidden;
    width: 240px;
    height: 240px;
    flex: 0 0 240px;
    margin-right: 15px;
}
.teachers-list__item.first .teachers-list__img{
    margin-right: 23px;
}
.teachers-list__name{
    font-weight: 400;
    font-size: 25px;
    line-height: 150%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 11px;
}
.teachers-list__item.first .teachers-list__name{
    margin-bottom: 21px;
}
.teachers-list__content{
    width: 100%;
}
.teachers-list__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 36px;
}
.teachers-list__item.first .teachers-list__desc{
    margin-bottom: 55px;
}
.teachers-list__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.teachers-list__show{
    background: #FFFFFF;
    border: 1.5px solid #FF5A34;
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    padding: 14px 55px;
    display: inline-block;
}
.teachers-list__item:hover .teachers-list__body{
    border: 1.5px solid #FF5A34;
}
.teachers-list__item:hover .teachers-list__show{
    background: #FF5A34;
    color: #fff;
}
.teachers-list__props {
    font-weight: 400;
    font-size: 16px;
    color: #FF7E35;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    margin-top: 25px;
    display: block;
  /*  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    margin-bottom: 10px !important;
}
.teachers-list__props:first-letter {
    text-transform: uppercase;
}

.teachers-list__props:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    background-size: contain;
}
.teachers-list__props.teaches-with:before{
    background-image: url("img/teacher-ico-1.png");
    width: 21px;
    height: 18px;
}
.teachers-list__props.education:before{
    background-image: url("img/teacher-ico-2.png");
    width: 21px;
    height: 19px;
}
.teachers-list__props.education-2:before{
    background-image: url("img/teacher-ico-3.png");
    width: 20px;
    height: 22px
}
.teachers-list__props.kurs:before{
    background-image: url("img/courses.png");
    width: 20px;
    height: 19px;
}
.teachers-list__props.perepod:before{
    background-image: url("img/perepod.png");
    /*background-image: url("img/nagr.svg");*/
    width: 20px;
    height: 19px;
}
.teachers-list__props.awards:before{
    background-image: url("img/nagr.png");
    /*background-image: url("img/nagr.svg");*/
    width: 21px;
    height: 19px;
}
.teachers-list__item.first .teachers-list__props:not(:last-child){
    margin-bottom: 20px;
}
.teachers-list__body-top{
    display: flex;
}
.teachers-list__body-bottom{
    margin-top: 50px;
}
.organization__item{
    margin-bottom: 40px;
}
.organization__items{
    margin-left: 50px;
    display:none;
}
.organization__section-name{
    font-weight: 400;
    font-size: 25px;
    color: #000000;
    margin-bottom: 35px;
    padding-left: 50px;
    position: relative;
    /*line-height: 120%;*/
}
.organization__section-name:before{
    content: '';
    position: absolute;
    left: 0;
/*    top: 50%;
    transform: translateY(-50%);*/

    background-image: url("img/organization-ico-1.png");
    width: 24px;
    height: 24px;
    background-size: contain;
}

.organization__section-name.svedeniya {
    width: fit-content;
}

.organization__section-name.svedeniya:after {
    content: '';
    position: relative;
    right: -20px;
    background-image: url("img/arrow.png");
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    /* top: 12px; */
    display: inline-block;
}

.organization__section-name.svedeniya.active:after{
    content: '';
    position: relative;
    right: 0;
    top: -5px;
    transform: rotate(180deg);

    background-image: url("img/arrow.png");
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -20px;
}

.organization__file-link{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 13px;
    text-decoration: none;
    position: relative;
    padding-right: 30px;
}
.organization__file-link:hover{
    font-weight: 500;
    text-decoration-line: underline;
    color: #FF7E35;
}
.organization__file-link:hover:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    background-image: url("img/organization-ico-2.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
}
.news-date-time{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FF7E35;
    margin-right: 15px;
}
.news-detail__top{
    display: flex;
    align-items: center;
}
.news-list__link{
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FF7E35;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 80px;
    padding-right: 25px;
}

.news-list__link:after{
    content: '';
    position: absolute;

    background-image: url("img/arrow-ico.png");
    width: 18px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-list__link:active,
.news-list__link:hover{
    font-weight: 500;
}
.news-list__link:active:after,
.news-list__link:hover:after{
    background-image: url("img/arrow-ico-hover.png");
}
.news-detail{
    /*max-width: 780px;*/
}
.comment-form{
  max-width: 780px;
}
.news-detail__name{
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    color: #FF7E35;
    margin-bottom: 50px;
}
.news-detail__img-block{
    margin-bottom: 50px;
}
.news-detail__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.load_more{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.load_more-btn{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
    background: #FFFFFF;
    border: 1.5px solid #FF5A34;
    border-radius: 25px;
    padding: 14px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.load_more-btn svg{
    margin-right: 13px;
}
.teachers-section{
    list-style: none;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
    /*padding: 0 0 18px 46px;*/
}
@media (max-width: 720px) {
    .teachers-section{
        padding-left: 0;
    }
}

@media (min-width: 2000px) {
    .mobile_menu_container{
        display:none;
    }
}

@media (min-width: 1025px) {
    .teachers-list .teachers-list__body {
        height: 450px;
    }
}
@media (min-width: 767px) {

    .form__wrapper .form__item.dop {
    display: inline-block;
    width:  49%;
}

}
.teachers-section li{
    padding: 0 5px;
    margin-bottom: 5px;
}
.teachers-section li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 11px 20px;
    background: #FFFFFF;
    border-radius: 25px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}
.teachers-section li a.active{
    background: #FF7E35;
    color: #FFFFFF;
}
.teachers-section li a.active img{
    filter: brightness(0) invert(1);
}
.teachers-section li img{
    margin-right: 9px;
}
.modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border: 1.5px solid #FF5A34;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 25px;
    z-index: 99999;
    width: 1180px;
    max-width: 100%;
}
.modal .teachers-list__body{
    box-shadow: none;
}
.modal .teachers-list__item:hover .teachers-list__body:hover{
    border-color: transparent;
}
.modal .teachers-list__item:hover .teachers-list__show{
    background: #FFFFFF;
    border: 1.5px solid #FF5A34;
    color: #000000;
}
.modal .teachers-list__show{
    cursor: pointer;
}
.modal .teachers-list__show:hover{
    background: #FF5A34;
    color: #fff;
}
.modal .teachers-list__item{
    padding: 0;
}
.success__wrapper,
.modal-block{
    display: none;
}
.modal-block.show{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 75%);
    overflow-y: auto;
    z-index: 10210;
}
.success__wrapper{
    padding: 50px 20px;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgb(0 0 0 / 6%);
    border-radius: 25px;
    width: 518px;
    text-align: center;
}
.success__wrapper img{
    margin-bottom: 42px;
}
.success__wrapper .close{
    background: #FF7E35;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 11px 42px;
    margin-top: 15px;
    display: inline-block;
}
.modal  .teachers-list__item.first{
    display: block!important;
}

.education-title-page {
    margin: 0 auto;
    width: 100%;
    display: flex;
    max-width: 1305px;
}

.education .wrapper {
    display: flex;
    padding: 0 15px;
}
.education__catalog .wrapper{
    /*min-height: 100vh;*/
}
.education .news-list__text{
    padding: 20px 26px;
    display: flex;
    justify-content: space-between;
}
.education .news-list__text&gt;div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.education .news-list__item{
    text-decoration: none;
    /*min-width: 400px;*/
    padding-bottom: 10px;
}
.education .news-list__price {
    text-align: right;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #FF5A34;
    position: relative;
    right: 0px;
    width: max-content;
    display: flex;
}
.education .news-list__price-text{
    text-align: right;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    color: #A9A9A9;
}
.education .news-list__img{
    position: relative;
}
.education .news-list__img .label{
    position: absolute;
    line-height: 1;
}
.education .news-list__img .label.place{
    top: 17px;
    right: 24px;
    font-weight: 600;
    font-size: 12px;
    display: flex;

    align-items: center;
    text-transform: lowercase;
    padding: 5px 8px;
    background: #FFFFFF;
    border: 1.5px solid transparent;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    color: #FF7E35;
}
.education .news-list__img .label.place.yes{
    border-color: #FF7E35;
    color: #FF7E35;
}
.education .news-list__img .label.place.no{
    border-color: #A9A9A9;
    color: #A9A9A9;
}
.education .news-list__img .label.age{
    top: 10px;
    right: 24px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    padding: 5px 8px;
    background: #A988DB;
    border: 1.5px solid transparent;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 7px;
    color: #FFFFFF;
}
.education .news-list{
  justify-content: center;
}
.education-page .wrapper{
  margin-left: 40px;
}
.education-page
.education .education__filter{
    flex: 0 0 401px;
    padding-left: 50px;
    padding-right: 130px;
}
.education .bx-filter.bx-blue .bx-filter-section{
    background: transparent;
}
.education .bx-filter .bx-filter-parameters-box-title span{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.education .bx-filter{
    font-family: 'Roboto';
    font-style: normal;
}
.education .bx-filter.bx-blue .bx-ui-slider-pricebar-vn{
    background: #A9A9A9;
}
.education .bx-filter.bx-blue .bx-ui-slider-pricebar-vd,
.education .bx-filter.bx-blue .bx-ui-slider-pricebar-v{
    background: #FF7E35;
}
.education .bx-filter .bx-ui-slider-track{
    height: 1.5px;
}
.education .bx-filter.bx-blue .bx-ui-slider-handle.left,
.education .bx-filter.bx-blue .bx-ui-slider-handle.right{
    background: #FFFFFF;
    margin: 0;
}
.education .bx-filter.bx-blue .bx-ui-slider-handle{
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1.5px solid #FF7E35;
    border-radius: 50%;
    top: 50%;

    transform: translateY(-50%);
    z-index: 99;
}
.education .bx-filter.bx-blue .bx-ui-slider-handle:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FF7E35;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}
.education .bx-filter-input-checkbox{
    display: flex;
    align-items: center;
}
.education .bx-filter-input-checkbox .bx-filter-param-text{
    margin-left: 10px;
}
.education .bx-filter-parameters-box input[type=radio],
.education .bx-filter-parameters-box.direction input[type=checkbox]{
    display: none;
}
.education .bx-filter-parameters-box.direction .bx-filter-param-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;

    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    padding: 10px 46px;
    display: inline-block;
}
.education .bx-filter-parameters-box.direction .bx-filter-param-text:hover,
.education .bx-filter-parameters-box.direction .bx-filter-param-text:active,
.education .bx-filter-parameters-box.direction input[type=checkbox]:checked + .bx-filter-param-text{
    background: #FF7E35;
    color: #fff;
}
.education .bx-filter-param-text:hover:before,
.education .bx-filter-param-text:active:before,
.education .bx-filter-parameters-box.direction input[type=checkbox]:checked + .bx-filter-param-text:before{
    filter: brightness(0) invert(1);
}
.education .bx-filter-parameters-box.direction .checkbox:not(:last-child){
    margin-bottom: 10px;
}
.education__catalog{
    width: 100%;
}
.education .news-list{
    padding: 25px;
}
.education .bx-filter-param-text{
    position: relative;
}
.education  .radio .bx-filter-param-text .dots{
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1.5px solid #A9A9A9;
    border-radius: 50%;
    margin-right: 10px;
}
.education  .radio .bx-filter-param-text{
    display: flex;
    align-items: center;
}
.education .radio input[type=radio]:checked + .bx-filter-param-text .dots{
    border-color: #FF7E35;
    background: #FF7E35;
    position: relative;
}
.education .radio input[type=radio]:checked + .bx-filter-param-text .dots:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

.education .bx-filter-parameters-box .bx-filter-param-text{
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding-top: 0;
}

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
    display: none;
}
input[type="checkbox"].ios8-switch + span {
    position: relative;
    padding-right: 50px;
    line-height: 2.0em;
}
input[type="checkbox"].ios8-switch + span:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    top: 5px;
    width: 36px; /* x*5 */
    height: 20px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1.5px solid #FF7E35;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + span:after {
    content: "";
    position: absolute;
    display: block;
    right: 16px;
    top: 5px;
    width: 20px;
    height: 20px;
    border-radius: 16px;
    background: #fff;
    border: 1.5px solid #FF7E35;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + span:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + span:after {
    right: 0;
}
input[type="checkbox"].ios8-switch:checked + span:before {
    background: #FF7E35;
}

.filter__row{
    display: flex;
}
.bx-ft-sub,
.min-price_text,
.max-price_text{
    font-weight: 400;
    font-size: 16px!important;
    color: #4D4D4D;
}
.min-price_text,
.max-price_text{
    padding: 0 8px;
}
.range .bx-filter-parameters-box-container-block{
    display: flex;
}
.bx-filter .bx-ui-slider-track-container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.checkbox.direction .bx-filter-param-text{
    position: relative;
}
.checkbox.direction .bx-filter-param-text:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.checkbox .all .bx-filter-param-text:before{
    background-image: url("img/filter_ico/0.png");
    width: 19px;
    height: 18px;
}
.checkbox .sport .bx-filter-param-text:before{
    background-image: url("img/filter_ico/1.png");
    width: 20px;
    height: 20px;
}
.checkbox .develop .bx-filter-param-text:before{
    background-image: url("img/filter_ico/2.png");
    width: 20px;
    height: 18px;
}
.checkbox .linguistic .bx-filter-param-text:before{
    background-image: url("img/filter_ico/3.png");
    width: 22px;
    height: 22px;
}
.checkbox .music .bx-filter-param-text:before{
    background-image: url("img/filter_ico/4.png");
    width: 17px;
    height: 18px;
}
.checkbox .soc .bx-filter-param-text:before{
    background-image: url("img/filter_ico/5.png");
    width: 22px;
    height: 22px;
}
.education-detail .teachers-list__item.first{
    padding: 44px 0;
}
.education-detail .teachers-list__item.first .teachers-list__desc{
    margin-bottom: 15px;
}
.education-detail.faq .wrapper{
    overflow: hidden;
    border-radius: 50px;
    background-image: url(/local/templates/main/img/bg-block.png);
    background-size: cover;
    padding: 50px 15px;
    background-position: 50% 50%;
}
.education-detail.faq .form{
    background-color: #FF5A34;
    border: none;
}
.education-detail.faq .form__input-send{
    color: #FF7E35;
}
.education-detail.faq .form__title,
.education-detail.faq .form__desc,
.education-detail.faq .form__alert ,
.education-detail.faq .form__accept,
.education-detail.faq .form__accept a { color: #fff;}

.education-detail.faq  .form__input-text{
    background-color: #FFB692;
}

.education-detail.faq .form__checkbox+label::before{
    border-color: #fff;
}
.education-detail.faq .form{
    position: relative;
    overflow: hidden;
}
.education-detail.faq .form .decor{
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 100%;
    height: 100%;
}
.education-detail.faq .form__wrapper{
    position: relative;
    z-index: 50;
}
.education-detail .teachers-list__item{
    width: 100%;
    flex: 0 0 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.education-detail  .teachers-list__body{
    display: flex;
    flex-flow: row;
}
#button-up{
    display: none;
    position: fixed;
    right: 11%;
    bottom: 100px;
    color: #000;
    transition: .3s;
    cursor: pointer;
    z-index: 99999;
}
#button-up img{
    width: 80px;
    height: 80px;
}
.education-search{
    padding-left: 50px;
    margin-right: 40px;

}
.education .top-wrapper{
    padding-bottom: 62px;
}
.education-search input[type=text]{
    position: relative;
    background: #E9E9E9;
    border-radius: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    border: none;
    outline: none;
    padding: 12px 42px;
    min-width: 300px;
}
.education-search .education-search__input{
    position: relative;

}
.education-search .education-search__input:before{
    content: '';
    position: absolute;
    background-image: url("svg/search.svg");
    height: 18px;
    width: 18px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
}

/*max lapin*/
.modal-block .modal-form{
    width: 906px;
	height: 680px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}


.modal-block .modal-form{
    width: 906px;
	height: 680px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

/*form#FORM_QUALITY_CONTROL.form {
	width: 906px;
    right: 50%;
    position: relative;
}*/

.modal-block .modal-form .form{
    margin-top: 0;
	/*max-width: 518px;
    margin: 0 auto;*/
}

.modal-block .modal-form form#FORM8 {
    margin-top: 0;
	max-width: 518px;
    margin: 0 auto;
}

.max-h-410 {max-height:410px;}

.education__filter-select{
    display: flex;
}
.education__filter-select-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1.5px solid #E9E9E9;
    border-radius: 25px;
    padding: 10px 18px;

}
.education__filter-select-item:not(:last-child){
    margin-right: 10px;
}
.education__filter-select-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #4D4D4D;
    margin-right: 3px;
}
.education__filter-select-close{
    background-image: url("svg/filter-close.svg");
    width: 18px;
    height: 18px;
}

#welcome__video{
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 0;
}
.comment-form{
    margin-bottom: 80px;
}

.show-video-button-block {
	display:none;
}

@media (min-width: 1900px) {
	.header__logo.logo {
		justify-content: center;
		width: 100%;
	}

	.header__logo.logo {
		margin: 0 auto;
	}

}

@media (min-width: 1536px) {
    /*.container {
        max-width: 1280px;
    }*/
	.header__logo.logo {
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 1320px) {
    .header__social{
        display: none;
    }
	.header__logo.logo {
		justify-content: center;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 1280px) {
	.logo__desc, .logo__impaired {
		font-size: 11px;
	}
}

@media (max-width: 1190px) {
    .welcome__form-block{
        right: 15px;
    }
    .news-list__item.first .news-list__img{
        flex: 0 0 580px;
    }
}
@media (max-width: 1070px) {
    .header__phone{
        margin-right: 0;
    }
    .logo__impaired{
        font-size: 13px;
    }
    .logo__desc{
        font-size: 16px;
    }
    .header__btn{
        font-size: 16px;
        padding: 14px 20px;
        margin-right: 12px;
    }
    .quality-control{
        padding: 11px 20px;
    }
    .social__item{
        padding: 0 3px;
    }
    .social{
        margin: 0 -3px;
    }
}
@media (max-width: 1125px) {
    .welcome__block{
        padding: 50px;
    }
    .welcome__text{
        max-width: 100%;
    }
    .welcome__form-block{
        position: relative;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .welcome__title{
        margin-bottom: 50px;
    }
    .welcome__title br{
        display: none;
    }
    .welcome{
        margin-bottom: 0;
    }
    .faq__list{
        margin-left: 0;
    }
    .section__title br{
        display: none;
    }
}
@media (max-width: 1100px) {

	.help-block {display:none;}
    .faq-block{
        flex-flow:column;
        align-items: center;
    }
    .faq__list{
        max-width: 480px;
        margin-right: 0;
    }
    .faq-block .form{
        margin-top: 15px;
        max-width: 480px;
        min-width: 100%;
        margin-left: -25px;
        margin-right: -25px;
    }
    .bx-yandex-map{
        height: 500px!important;
    }
    .news-list__item.first .news-list__img{
        flex: 0 0 480px;
    }
}
@media (max-width: 945px) {
/*    .logo__text{
        display: none;
    }*/
    .menu{
        display: none;
    }
    .mobile_menu{
        display: block;
    }
    .header{
        margin-bottom: 25px;
    }
}
@media (max-width: 910px) {
    .education .education__filter{
        flex: 0 0 300px;
    }
    .education .education__filter{
        padding-left: 0;
        padding-right: 20px;
    }
    .education .title-page,
    .education-search{
        padding-left: 0;
    }
}
@media (max-width: 900px) {
    .section .wrapper{
        padding: 25px;
    }
    .progress .wrapper .section__title{
        margin-left: 0;
    }
    .progress__list{
        left: 0;
    }
    .video iframe{
        height: 400px;
    }
    .section__title{
        margin-bottom: 55px;
    }
    .news-list__item.first .news-list__img{
        flex: 0 0 380px;
        height: 380px;
    }
}
@media (max-width: 879px) {
    .news-list__item.first{
        display: none;
    }
    .news-list__item.hidden{
        display: block!important;
    }
}
@media (max-width: 870px) {
    .welcome__block{
        margin: 0;
    }
    .welcome .wrapper{
       padding: 0 15px;
    }
    .teachers-list__item.first{
        display: none;
    }
    .teachers-list__item.hidden{
        display: block!important;
    }
}
@media (max-width: 845px) {
    .news-list{
        justify-content: center;
    }
}
@media (max-width: 820px) {
    .education__filter{
        display: none;
    }
    .faq-block{
        margin-right: 0;
        padding-right: 3px;
    }
}
@media (max-width: 730px) {
    .quality-control{
        display: none;
    }
    .section.map{
        margin-bottom: 480px;
        overflow: visible;
    }
    .map .wrapper{
        top: calc(100% + 25px);
        left: 50%;
        transform: translateX(-50%);
    }
    .map__contact{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 700px) {
    .progress__top{
        padding-right: 0;
    }
    .education-detail .teachers-list__body{
        flex-flow: column;
        align-items: center;
    }
    .education-detail .teachers-list__img{
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 640px) {
    .teachers-list__body-top{
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .teachers-list__img{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .teachers{
        margin: 0 -15px;
    }
    .organization__items{
        margin-left: 50px;
    }
    .education-page .wrapper{
      margin: 0;
    }
    .modal .teachers-list__body{
      flex-direction: column!important;
      padding: 10px 0;
    }
    .modal{
      transform: translate(-50%, -33%);
    }
}
@media (max-width: 600px) {
    .trial-day{
        display: none;
    }
    .progress__top{
        flex-flow: column;
        justify-content: center;
    }
    .progress .wrapper .section__title{
        text-align: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .organization__file-link{
        padding-right: 0;
        display: block;
    }
    .organization__file-link:hover:before{
        right: auto;
        left: -25px;
    }
    .organization__section-name{
        font-size: 30px;
    }
    .news-list__name{
      font-size:14px;
    }

	/*add new style*/
	div#bx_incl_area_2_2 &gt; p { 
		margin: -30px 9px 0 8px;
	}

	.form {
		margin-top: 50px;
		border-radius: 0;
	}

	.form__item:not(:last-child) {
		margin-bottom: 26px;
	}

	h2.form__title {
		font-weight: 600;
		font-size: 16px;
		padding: 0px 2px 12px 2px;
	}

	img.relative {
		display:none;
	}

	.show-video-button-block {
		display:block;
		margin: -10px 0 33px 0;
	}

	.show-video-button {
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		text-transform: uppercase;
		border: 1.5px solid #ffffff !important;
		border-radius: 25px;
		padding: 11px 50px;
		margin: 0 auto;
		display: block;
		cursor: pointer;
		background: #fff;
		color: #000;
	}

	.welcome {
		margin-top: -24px;
	}

    .welcome .wrapper {
        padding: 0;
    }

    .welcome__block {
        padding: 14px;
        border-radius: 0px;
    }

    .welcome__title {
        font-size: 36px;
        margin: 12px 7px 0 7px;
    }

	.welcome__text {
		font-size: 16px;
	}

	/*end*/

}
@media (max-width: 560px) {
    .map__contact{
        width: 420px;
    }
}
@media (max-width: 520px) {
    .education .news-list{
        padding: 0;
    }
    .education .news-list__item{
        min-width: 320px;
    }

}
@media (max-width: 480px) {
     .header{
       padding: 6px 12px;
     }
    .welcome__form-block svg{
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
    /*.welcome__title{
        font-size: 50px;
        text-align: center;
    }*/
    .section__title{
        text-align: center;
    }
    .welcome__link{
        margin-left: auto;
        margin-right: auto;
    }
    .welcome .form{
        /*margin-top: -101px;*/
    }
    .map__contact{
        width: 380px;
        left: 50%;
        transform: translateX(-50%);
    }
    .map .wrapper{
        left: 50%;
    }
    .title-page h1,
    .news-detail__name{
        font-size: 35px;
    }
    .education-detail .teachers-list__name{
        line-height: 120%;
    }
    .education-detail .teachers-list__body{
        padding: 10px;
    }

}
@media (max-width: 450px) {
    .header__social{
        display: none;
    }
}
@media (max-width: 420px) {
    .header__social{
        display: none;
    }
    .advantage__list{
      flex-direction: column;
      flex-wrap: nowrap;
    }
.news-list__item, .list__item {
    min-width: 100%;
    width: 100%;
    padding-bottom: 40px;
}

    .footer__top{
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .footer__bottom{
        display: flex;
        flex-flow: column;
        justify-content: left;
        align-items: flex-start;
    }
    .footer__contact{
        text-align: left;
        margin-top: 15px;
    }
    .footer__social{
        margin-bottom: 25px;
    }
}
@media (max-width: 390px) {
    .map__contact{
        width: 320px;

    }
    .map__wrapper{
        padding: 15px;
    }
}
@media (max-width: 380px) {
    /*.section .wrapper{
        padding: 25px 10px;
    }*/
    .education .news-list__item{
        min-width: 280px;
    }
}

.footer__email a:hover, .footer__nav ul li a:hover{
    color: #FF7E35;
}

section.section.news.education-page  .news-list__text {
    padding: 20px 26px;
    display: flex;
    justify-content: space-between;
    height: 101px;
}

.map__wrapper a {
    color: #fff;
}

span.bx-filter-param-text {
    margin: 0px !important;
}

span.bx-filter-input-checkbox input {
    margin-right: 10px;
}

section.section.news.dream.photosad .news-list {
    display: flex;
    margin: -10px;
    flex-direction: row;
    flex-wrap: wrap;
}
section.section.news.dream.photosad .news-list__item {
    padding: 10px;
    flex: 0 0 calc(100% / 2);
    text-decoration: none;
    min-width: 438px;
}
section.section.news.dream.photosad .news-list__img {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    transition: background-size 0.5s ease;
    background-repeat: no-repeat;
}
section.section.news.dream.photosad .news-list__text {
    display: none;
}
img.news_more_pic {
    border-radius: 25px;
    border: 1.5px solid #fff;
}
/*img.news_more_pic:hover {
    border-radius: 25px;
    border: 1.5px solid #FF5A34;
}*/

section.section.faq .wrapper{
        padding-bottom: 100px;
}

.progress__img.like{
    background-image: url(img/like.png);
    width: 91px;
    height: 94px;
    margin-right: 14px;
    margin-bottom: 14px;
    background-size: contain;
}

.progress__img.star{
    background-image: url(img/star.png);
    width: 91px;
    height: 94px;
    margin-right: 14px;
    margin-bottom: 14px;
    background-size: contain;
}

.progress__img.heart{
    background-image: url(img/heart.png);
    width: 91px;
    height: 94px;
    margin-right: 14px;
    margin-bottom: 14px;
    background-size: contain;
}

.progress__img.light{
    background-image: url(img/lighting.png);
    width: 91px;
    height: 94px;
    margin-right: 14px;
    margin-bottom: 14px;
    background-size: contain;
}

a.orange {
    color: #FF7E35;
    font-weight: 500;
}

/*.news-item.dost {
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
}*/

.svedeniya{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form__wrapper{
  position: relative;
}
.main__form__callback{
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
  top: 0;
  left: 0;
  /*padding: 50px 10px 0px 10px;*/
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main__form__callback div:nth-child(1){
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.main__form__callback div:nth-child(2){
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  /*line-height: 150%;*/
  display: flex;
  align-items: center;
  text-align: center;
  /*color: #FF7E35;*/
  /*margin-top: 36px;*/
  line-height: 23px;
  color: #000;
  text-transform: uppercase;
  margin-top: 40px;
}
.main__form__callback button{
  position: absolute;
  bottom: 0;
}
.btn.btn-primary.webform-small-button.webform-button-upload:before{
  content: '';
  background-image: url("svg/add.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 30px;
}
.webform-field-upload-notice{
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #4D4D4D;
  opacity: 0.6;
  padding: 0 21px 21px;
}
.menu__link img{
  display: inline-block;
}
.about{
  color: #333333;
}
/*.about__nametitle{
  font-weight: 700;
  font-size: 24px;
}
.about__namesubtitle{
  font-weight: 500;
  font-size: 18px;
  color: #4D4D4D;
  margin-top: 22px;
}
.about__desc{
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
  margin-top: 30px;
}
.about__avatar img{
  margin:0 20px;
  height: 200px;
  width: 200px;
}
.about__avatar {
 height: 200px;
}
.about__avatar__content{
  height: 100%;
  justify-content: center;

}*/
.swiper-scrollbar-drag{
    background:#FF7E35!important;
}
[x-cloak]{
  display:none;
}
.notitle + .title-page{
    display:none;
}
.back_label{
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #FF7E35;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 24px;
}
.back_label:before {
    content: '';
    position: absolute;
    background-image: url(img/arrow-ico.png);
    width: 18px;
    height: 14px;
    left: -24px;
    top: 0;
    transform: scale(-1);
}
.education-detail h2{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
}
.education-detail p{
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #4D4D4D;
  margin-top:50px;
}
.education-detail  p.pb{
  font-weight: 700;
  font-size: 24px;
}
.education-detail p.py-\[10px\]{
  margin-top:20px;
}
.education-detail .edu_list p{
  margin-top:20px;
}
.education-page .news-list__img{
  height:240px;
}
.org_list{
  background: white;
  border-radius: 15px;
  overflow: hidden;
}
.org_list li{
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color:#333333;
  cursor:pointer;
}
.org_list li.selected{
  background:#FF7E35;
  color:white;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.organization h2{
  font-weight: 700;
  font-size: 40px;
}
.doc_dwn{
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  background: white;
  border-radius: 15px;
  width: fit-content;
}
.doc_dwn a{
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: space-between;
}
.doc_dwn svg{
  min-height: 24px;
  min-width: 23px;
  margin-left: 10px;
}
.doc_dwn:hover{
  color:#FF7E35;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.12);
}
.doc_dwn:hover path{
  stroke:#FF7E35;
}
.doc_select{
  font-weight: 500;
  font-size: 16px;
  color:#4D4D4D;
  padding: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: central;
  justify-content: space-between;
}
.organization h1{
  padding: 10px
}
.org_list li.selected_mob{
  background:#FF7E35;
  color:white;
  border-radius: 15px;
}
.menu__link.selected{
  background: white;
  pointer-events: none;
  cursor: default;
  color: #4c4c4c;
  font-weight: 600;
}

a.selected {
    color: #ff7e35;
    pointer-events: none;
    cursor: default;
}

/*.page_wrapper p, .page_wrapper h1{
  padding-left: 15px;
  padding-right: 15px;
}*/

.news-list__text:hover {
	color: #FF7E35;
}

.form__alert.form__alert-success {
    font-weight: 500;
    /*color: green;*/
	color: #ff7e35;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
	margin-top: -33px;
}

.block-more-photos::-webkit-scrollbar-thumb {
   border-radius: 10px;
}

.block-more-photos {
 scrollbar-color: #FF7E35 #cdcdcd;
}

/*.title-page {
	margin-left:10px;
}*/

.webform-field-upload-list {
    margin: 12px !important;
}

.webform-field-upload-list li div.webform-field-item-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 3px 0;
    white-space: nowrap;
    background: #ff7e35;
    padding: 10px !important;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
}

.webform-field-upload-list a.upload-file-name {
    color: #fff;
}

.visibility-img-block,.logo__desc-phone-block-for-mobile {display:none;}

@media (max-width: 580px) {
    .container {
        max-width: 434px;
    }

	header.header &gt; .flex {
		display: block;
	}

    .logo__desc,.logo__desc-phone-block-for-mobile &gt; a {
        font-size: 11px;
    }

	img.logo__img {width:62px;}

	.logo__text &gt; a.logo__impaired, p.welcome__text {display:none;}

	h1.welcome__title {padding-bottom:24px;}

	.logo__text {width:60%;margin-top: 7px;}

	.logo__desc-phone-block-for-mobile {display:block;}

	.visibility-img-block {
		display:block;
		order: 1;
        margin-right: 25px;
        margin-top: 7px;
	}

	.mobile_menu {
        order: 2;
		cursor: pointer;
    }

    .header__right {
        display:none;
    }

	.social, .header__right, .logo {
		flex-wrap: nowrap;
		margin-left: 0;
	}

	.w-fulls, section.education-detail, .sections, .teachers-list__item {
		width: 100%;
		margin: 0 auto;
	}

	.w-full {
		width: 100%;
	}

	.education-detail h2 {
		font-size: 30px;
    	line-height: 120%;
		margin-top: 20px;
        text-align: center;
	}

	.education-detail p.pb {
		font-size: 16px;
	}

	.education-detail p {
		padding-left: 15px;
	}

	.form__alert.form__alert-success {
		margin-top: -80px;
	}

	.main__form__callback {
		padding: 100px 0 0 0;
	}

}

@media (max-width: 480px) {
    .container {
       max-width: 455px;
    }
}</pre></body></html>