@font-face {
    font-family: 'Circe';
    src: local('Circe Regular'), local('Circe-Regular'),
        url('/fonts/Circe-Regular.woff2') format('woff2'),
        url('/fonts/Circe-Regular.woff') format('woff'),
        url('/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Circe';
    src: local('Circe Bold'), local('Circe-Bold'),
        url('/fonts/Circe-Bold.woff2') format('woff2'),
        url('/fonts/Circe-Bold.woff') format('woff'),
        url('/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Neucha';
    src: local('Neucha Regular'), local('Neucha-Regular'),
        url('/fonts/Neucha.woff2') format('woff2'),
        url('/fonts/Neucha.woff') format('woff'),
        url('/fonts/Neucha.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Regular'), local('Nunito-Regular'),
        url('/fonts/Nunito-Regular.woff2') format('woff2'),
        url('/fonts/Nunito-Regular.woff') format('woff'),
        url('/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Semi Bold'), local('Nunito-Semi-Bold'),
        url('/fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('/fonts/Nunito-SemiBold.woff') format('woff'),
        url('/fonts/Nunito-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: local('Nunito Bold'), local('Nunito-Bold'),
        url('/fonts/Nunito-Bold.woff2') format('woff2'),
        url('/fonts/Nunito-Bold.woff') format('woff'),
        url('/fonts/Nunito-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body{
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
}
.container {
    max-width: 1310px;
}
.title{
    font-family: 'Neucha', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    color: #F85141;
    letter-spacing: -1px;
}

.title__link {
    font-family: 'Neucha', sans-serif;
    text-decoration: none;
    transition: 0.3s all;
}

.title__link:hover {
    color: #fa8479;
    transition: 0.3s all;
}

.box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
a{
    color: #F85141;
    text-decoration: underline;
    font-family: 'Circe';
    font-weight: 400;
    outline: 0;
}
a:hover{
    color: #F85141;
    text-decoration: none;
}
.btn{
    background: #F85141 url(/img/arrow.png) 90% 50% no-repeat;
    border-radius: 42px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 1;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    height: 40px;
    max-width: 161px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.btn:hover{
    color: #FFFFFF;
    opacity: 0.8;
}
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    font-family: 'Nunito',sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(/img/chek.png) 0 0 no-repeat;
    width: 17px;
    height: 16px;
}
.checkbox + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    background: url(/img/chek1.png) 0 0 no-repeat;
    width: 17px;
    height: 16px;
    opacity: 0;
    transition: all 0.5s;
}
.checkbox:checked + label:after {
    opacity: 1;
}
.slick-slider{
    position: relative;
}
.slick-slide{
    outline: 0;
    box-shadow: none;
}
.slick-slider .slick-arrow{
    background: #FFFFFF url(/img/arrow1.png) 50% 50% no-repeat;
    border: 1px solid #E5E5E5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -51px;
    font-size: 0;
    padding: 0;
    outline: 0;
    box-shadow: none;
    transition: all 0.5s;
    z-index: 1;
}
.slick-slider .slick-arrow.slick-prev{
    right: 80px;
}
.slick-slider .slick-arrow.slick-next{
    right: 0;
    transform: rotate(-180deg);
}
.slick-slider .slick-dots{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: absolute;
    bottom: 163px;
    left: 0;
    right: 0;
}
.slick-slider .slick-dots li{
    margin-right: 10px;
}
.slick-slider .slick-dots li button{
    border: none;
    border: 1px solid transparent;
    background: transparent;
    padding: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    outline: 0;
    box-shadow: none;
    position: relative;
    font-size: 0;
}
.slick-slider .slick-dots li button:after{
    content: '';
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #F85141;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
}
.slick-slider .slick-dots li.slick-active button{
    border: 1px solid #F85141;
}
.slick-slider .slick-dots li.slick-active button:after{
    background: #F85141;
    border: 1px solid transparent;
}
.slick-slider .slick-arrow:hover{
    border: 1px solid #F85141;
}
header{
    background: url(/img/bg.svg) 58% 0 no-repeat;
    overflow: hidden;
}
header .top-panel{

}
header .top-panel .logo{
    margin: 10px 0 0 -20px;
}
header .top-panel .logo .navbar-brand{
    padding: 0;
    margin: 0;
}
header .top-panel .box .menu{
    width: 54.4%;
    background: none;
    border-radius: 0;
    margin: 47px 0 0 0;
    padding: 0;
}
header .top-panel .menu .navbar-nav{
    justify-content: space-between;
}
header .top-panel .menu li{

}
header .top-panel .menu li a.nav-link{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #282828;
    text-decoration: none;
    opacity: 1;
    transition: all 0.5s;
}
header .top-panel .menu li.bg a.nav-link{
    background: #F5D84A;
    border-radius: 42px;
    padding: 3px 22px;
    margin-top: 5px;
}
header .top-panel .menu li a.nav-link:hover{
    color: #F85141;
}
header .top-panel .menu li.bg a.nav-link:hover{
    opacity: 0.8;
    color: #282828;
}
header .box .menu{
    background: #FFFFFF;
    border-radius: 10px;
    margin: 5px 0 0 10px;
    width: 42.4%;
    padding: 3px 11px;
}
header .box .menu ul{
    justify-content: space-between;
    width: 100%;
}
header .box .menu li{

}
header .box .menu li a.nav-link{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #282828;
    text-decoration: none;
    opacity: 1;
    transition: all 0.5s;
}
header .box .menu li a.nav-link:hover{
    color: #F85141;
}
header .search{
    position: relative;
    margin: 6px 41px 0 auto;
    width: 270px;
}
header .search input{
    background: #B9E4FE;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 42px;
    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #336699;
    padding: 0 60px 0 21px;
    height: 48px;
    outline: 0;
    box-shadow: none;
    transition: all 0.5s;
}
header .search input::placeholder{
    color: #336699;
}
header .search input:focus{
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
header .search .btn{
    position: absolute;
    background: none;
    right: 28px;
    top: 4px;
}
header .tel{
    margin: 20px 0 0 0;
}
header .tel a{
    background: url(/img/tel.png) 0 0 no-repeat;
    display: block;
    font-family: 'Circe', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #336699;
    text-decoration: none;
    padding: 0 0 0 30px;
    transition: all 0.5s;
    opacity: 1;
}

header .tel a:hover{
    opacity: 0.8;
}

.input-error {
    border: 1px solid red!important;
}

.slider-top{
    margin-top: 10px;
}
.slider-top .item{
    position: relative;
    overflow: hidden;
}
.slider-top .item .star-1{
    background: url(/img/star.svg) 0 0 no-repeat;
    width: 74px;
    height: 75px;
    position: absolute;
    top: -11px;
    left: -25px;
    right: 0;
    margin: auto;
    z-index: -1;
}

.slider-top .item .star-2{
    background: url(/img/star1.svg) 0 0 no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 23px;
    right: 45px;
    z-index: -1;
}
.slider-top .item .star-3{
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    top: 234px;
    left: 0;
    right: 184px;
    margin: auto;
    z-index: -1;
}
.slider-top .item .star-4{
    background: url(/img/star3.svg) 0 0 no-repeat;
    width: 183px;
    height: 183px;
    position: absolute;
    left: 7px;
    bottom: 107px;
    z-index: -1;
}
.slider-top .item .star-5{
    background: url(/img/star4.svg) 0 0 no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 163px;
    right: 22px;
    z-index: -1;
}

.slider-top .item .star-1.leaf {
    background: url(/img/leaf.png) 0 0 no-repeat;
    background-size: contain;
}

.slider-top .item .star-2.leaf {
    background: url(/img/leaf.png) 0 0 no-repeat;
    transform: rotate(35deg);
    background-size: contain;
}

.slider-top .item .star-3.leaf {
    background: url(/img/leaf.png) 0 0 no-repeat;
    transform: rotate(135deg);
    background-size: contain;
}

.slider-top .item .star-4.leaf {
    background: url(/img/leaf.png) 0 0 no-repeat;
    transform: rotate(75deg);
    background-size: contain;
}

.slider-top .item .star-5.leaf {
    background: url(/img/leaf.png) 0 0 no-repeat;
    transform: rotate(160deg);
    background-size: contain;
}

.slider-top .item .oval-1{
    background: url(/img/oval.svg) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    position: absolute;
    right: 59px;
    bottom: 335px;
    z-index: 1;
}
.slider-top .item .oval-2{
    background: url(/img/oval1.svg) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    position: absolute;
    left: 359px;
    bottom: 107px;
    z-index: 1;
}
.slider-top .item .hochu{
    background: url(/img/hochu.svg) 0 0 no-repeat;
    width: 199px;
    height: 135px;
    position: absolute;
    bottom: 29px;
    right: 25px;
    z-index: 1;
}
.slider-top .item .box{

}
.slider-top .item .box .left{
    width: 52%;
    padding: 0 0 0 8px;
    margin-top: 61px;
}
.slider-top .item .box .left .title{
    font-family: 'Neucha', sans-serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    color: #336699;
    letter-spacing: -1.3px;
    margin-bottom: 20px;
}
.slider-top .item .box .left .text{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    width: 85%;
    padding: 0 0 0 2px;
}
.slider-top .item .box .right{
    margin: 0;
    width: 44.2%;
}
.slider-top .item .box .right .img{

}
.slider-top .item .box .right .img img{

}
.slider-top .item.slid-otchet .box .left {
    width: 45.1%;
}
.slider-top .item .otchet{

}
.slider-top .item .otchet .txt{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    letter-spacing: 1.2px;
    margin: 0 0 15px 2px;
}
.slider-top .item .otchet .num{
    font-family: 'Neucha', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    text-decoration-line: underline;
    color: #282828;
    margin: 0 0 0 3px;
}
.slider-top .item .bot{
    margin: 40px 0 0 2px;
}
.slider-top .item .bot a.btn{
    max-width: 144px;
}
.slider-top .item.slid-otchet .box .right {
    width: 54.9%;
}
.slider-top .item.slid-otchet .box .right .img {
    margin: -49px 0 0 -147px;
}
.slider-top .item.slid-otchet .box .left .title{
    margin-bottom: 15px;
}
.slider-top .item.slid-otchet .star-1{
    top: 95px;
    left: -182px;
}
.slider-top .item.slid-otchet .star-2{
    top: 28px;
    right: 49px;
}
.slider-top .item.slid-otchet .star-3{
    right: auto;
    top: -4px;
    left: 244px;
}
.slider-top .item.slid-otchet .star-4{
    left: 24px;
}
.slider-top .item.slid-otchet .star-5{
    bottom: 200px;
    right: 0;
}
.slider-top .item.slid-otchet .oval-1{
    right: 542px;
    top: 0;
    bottom: auto;
}
.slider-top .item.slid-otchet .oval-2{
    left: 0;
}
.slider-top .item .oval-3{
    background: url(/img/oval1.svg) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    position: absolute;
    left: 358px;
    bottom: 107px;
    z-index: 1;
}
.slider-top .item.slid-form .box .left {
    width: 53.4%;
    margin-top: 43px;
}
.slider-top .item.slid-form .box .left .title{
    position: relative;
    margin-bottom: 14px;
}
.slider-top .item .title .popap{
    background: #F4D749;
    padding: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-family: 'Neucha', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #336699;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.slider-top .item .form{
    margin: 0 0 0 -3px;
    width: 92.3%;
}
.slider-top .item .form .box {
    min-height: 53px;
}
.slider-top .item .form .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}
.slider-top .item .form .form-group{
    width: 29.5%;
    margin-bottom: 20px;
}
.slider-top .item .form .mini .form-group{
    width: 22.5%;
    margin-bottom: 12px;
}
.slider-top .item .form .mini .form-group.subscribe {
    width: 40%;
}
.slider-top .item .form .form-group input{
    background: #F3F3F3;
    border-radius: 42px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #949494;
    outline: 0;
    box-shadow: none;
    transition: all 0.5s;
    padding: 0 19px;
}
.slider-top .item .form .form-group input::placeholder{
    color: #949494;
}
.slider-top .item .form .form-group input:focus{
    outline: 0;
    box-shadow: none;
    border: none;
}
.slider-top .item .form .form-group .radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.slider-top .item .form .form-group .radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.slider-top .item .form .form-group .radio + label {
    position: relative;
    background: #F3F3F3;
    border-radius: 42px;
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    text-align: center;
    display: block;
    padding: 8px 0;
    transition: all 0.5s;
    cursor: pointer;
}
.slider-top .item .form .form-group .radio:checked + label{
	background: #F85141;
    color: #fff;
}
.slider-top .item .form button.btn{
    max-width: 146px;
    width: 146px;
}
.slider-top .item .form p{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #868686;
    width: 75%;
}
.slider-top .item .form p a{
    display: block;
}
.slider-top .item.slid-form .box .right {
    width: 46.6%;
}
.slider-top .item.slid-form .box .right .img {
    margin: -153px 0 0 -141px;
    pointer-events: none;
}
.slider-top .item.slid-form .star-1{
    top: 322px;
    left: 0;
    right: -156px;
}
.slider-top .item.slid-form .star-2{
    top: 194px;
    right: 0;
}
.slider-top .item.slid-form .star-3 {
    background: url(/img/star1.svg) 0 0 no-repeat;
    width: 70px;
    height: 70px;
    top: 417px;
    left: auto;
    right: 10px;
}
.slider-top .item.slid-form  .star-4{
    left: 25px;
}
.section-1.ewe .slider-yes{
    padding-top: 36px;
    width: calc(100% + 25px);
    margin: 0 0 108px -10px;
}
.section-1.ewe .slider-yes.slick-slider .slick-arrow{
    top: -59px;
}
.section-1.ewe .slider-yes.slick-slider .slick-arrow.slick-prev {
    right: 95px;
}
.section-1.ewe .slider-yes.slick-slider .slick-arrow.slick-next {
    right: 15px;
}
.section-1{
    margin-top: 28px;
    position: relative;
}
.section-1 .title{

}
.section-1 .slider-help{
    padding-top: 13px;
    margin: 0 0 0 -10px;
    width: calc(100% + 25px);
}
.section-1 .slider-help.slick-slider .slick-arrow{
    border: 1px solid #F85141;
}
.section-1 .slider-help.slick-slider .slick-arrow:hover{
    border: 1px solid #E5E5E5;
}
.section-1 .slider-help.slick-slider .slick-arrow.slick-prev {
    right: 97px;
}
.section-1 .slider-help.slick-slider .slick-arrow.slick-next {
    right: 16px;
}
.section-1 .slider-help .slick-slide{
    padding: 25px 0;
}
.section-1 .item{
    border: 1.38918px dashed transparent;
    border-radius: 20px;
    transition: all 0.5s;
    text-decoration: none;
    /*display: block;*/
    display: flex;
    flex-direction: column;
    padding: 9px;
    width: 98%;
}
.section-1 .item.active{
    border: 1.38918px solid #F85141;
}
.section-1 .item:hover{
    border: 1.38918px dashed #F85141;
}
.section-1 .item .img{
    position: relative;
    width: 100%;
    height: 285px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25)
}
.section-1 .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-1 .item .img .name{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    position: absolute;
    bottom: 19px;
    left: 19px;
    z-index: 1;
    display: block;
    width: 60%;
}
.section-1 .item .img .date{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    position: absolute;
    bottom: 19px;
    right: 18px;
    z-index: 1;
    display: block;
}
.section-1 .item .progress{
    background: #F85141;
    height: 2px;
    position: relative;
    overflow: visible;
    z-index: 2;
}
.section-1 .item .progress span{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F85141;
    border: 2px solid #F85141;
    border-radius: 5px;
    background: #fff;
    display: block;
    width: 45px;
    height: 26px;
    position: absolute;
    right: 0;
    top: -13px;
    text-align: center;
}
.section-1 .item .info{
    padding: 21px 24px 21px 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    display: block;
    border-radius: 0 0 20px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    margin: -2px 0 0 0;
    flex: 1;
}
.section-1 .item .info .zag{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #868686;
    display: block;
    margin-bottom: 1px;
    transition: all 0.5s;
}
.section-1 .item .info .text{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    display: block;
    margin-bottom: 7px;
    transition: all 0.5s;
}
.section-1 .item .info .price{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    display: block;
    transition: all 0.5s;
}
.section-1 .item:hover .info{
    background: #F85141;
}
.section-1 .item:hover .info .zag,
.section-1 .item:hover .info .text,
.section-1 .item:hover .info .price{
    color: #fff;
}
.section-1 .help{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
    width: calc(100% + 21px);
}
.section-1 .help .item{
    width: 318px;
    margin-bottom: 30px;
}
.section-1 .help .item .info{
    border-top: 2px solid #F85141;
}
.section-1 .filter{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 22px;
}
.section-1 .filter .form-group{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-right: 60px;
}
.section-1 .filter label{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-right: 18px;
}
.section-1 .filter select{
    background: #F3F3F3 url(/img/arrow2.svg) 88% 50% no-repeat;
    border-radius: 42px;
    width: 184px;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    outline: 0;
    box-shadow: none;
}
.section-1 .filter input{
    background: #F3F3F3;
    border-radius: 42px;
    width: 184px;
    height: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    padding: 0 40px 0 20px;
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-1 .filter button{
    position: absolute;
    right: 11px;
    top: 2px;
    border: none;
    background: none;
    outline: 0;
    box-shadow: none;
}
.section-1 .btn{
    margin: 17px auto 0 auto;
}
.section-1 .slider-help:before{
    content: '';
    background: url(/img/star5.svg) 0 0 no-repeat;
    width: 149px;
    height: 149px;
    position: absolute;
    left: 0;
    right: 0;
    top: -78px;
    margin: auto;
    z-index: -1;
}
.section-1:after{
    content: '';
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 47px;
    height: 49px;
    position: absolute;
    right: -22px;
    bottom: 116px;
    z-index: -1;
}
.section-1:before{
    content: '';
    background: url(/img/oval1.svg) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    position: absolute;
    left: -71px;
    top: 40px;
    z-index: 1;
}
.help-page .section-1:before,
.help-page .section-1:after{
    display: none;
}
.help-page .section-1 {
    margin-top: -33px;
}
.section-2{
    margin-top: 107px;
}
.section-2 .title{
    margin-bottom: 49px;
}
.section-2 .box{

}
.section-2 .left{
    width: 49.3%;
    position: relative;
}
.section-2 .teg{
    position: absolute;
    top: 25px;
    left: 26px;
    z-index: 1;
}
.section-2 .teg a{
    background: #6BB9E9;
    border-radius: 33px;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    padding: 3px 20px;
    margin-bottom: 2px;
}
.section-2 .teg a:hover{
    opacity: 0.8;
}
.section-2 a{
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.section-2 .img{
    width: 100%;
    height: 339px;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: cover;
}
.section-2 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-2 .date{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background: url(/img/date.png) 0 0 no-repeat;
    position: absolute;
    top: 104px;
    left: 29px;
    padding: 1px 0 0 25px;
}
.section-2 .zag{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    position: absolute;
    top: 130px;
    left: 26px;
}
.section-2 .text{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    position: absolute;
    top: 172px;
    left: 26px;
    width: 90%;
}
.section-2 .right{
    width: 49.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-2 .item{
    width: 48.5%;
    position: relative;
    margin-bottom: 19px;
    overflow: hidden;
}

.section-2 .left_item {
    overflow: hidden;
}

.section-2 .item .teg{
    right: 10px;
    left: auto;
    top: 11px;
}
.section-2 .item .teg a{
    font-size: 12px;
    line-height: 18px;
    padding: 1px 9px;
}
.section-2 .item .img{
    height: 159px;
}

.section-2 *>a>.item-content {
    left: auto;
    position: absolute;
    height: 200px;
    bottom: -130px;
    padding: 0 15px;
    transition: all 0.5s;
}

.section-2 *:hover>a>.item-content {
    bottom: -53px;
}

.section-2 .box.two .item .item-content {
    bottom: -130px;
}

.section-2 .box.two .item:hover .item-content {
    bottom: -53px;
}



.section-2 *>a>.item-content>.date{
    position: relative;
    top: auto;
    left: auto;
    font-size: 12px;
    line-height: 18px;
    /*top: 92px;*/
    /*left: 25px;*/
    background: url(/img/date.png) 0 2px no-repeat;
    background-size: 10px;
    padding: 0 0 0 18px;
    /*transition: all 0.5s;*/
}

.section-2 .left__item .date{
    font-size: 12px;
    line-height: 18px;
    /*top: 265px;*/
    /*left: 25px;*/
    background: url(/img/date.png) 0 2px no-repeat;
    background-size: 10px;
    padding: 0 0 0 18px;
    /*transition: all 0.5s;*/
}

.section-2 *>a>.item-content>.zag{
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    line-height: 24px;
    /*position: relative;*/
    /*top: 112px;*/
    /*transition: all 0.5s;*/
}

.section-2 *>a>.item-content>.text{
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    line-height: 24px;
    /*position: relative;*/
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}


/*.section-2 .item:hover .date{*/
/*    top: 20px;*/
/*}*/

/*.section-2 .left__item:hover .date{*/
/*    top: 168px;*/
/*}*/

/*.section-2 .item:hover .zag{*/
/*    top: 39px;*/
/*}*/

/*.section-2 .left__item:hover .zag{*/
/*    top: 190px;*/
/*}*/

.section-2 *:hover>a>.item-content>.text{
    height: 172px;
}

.section-2 .btn{
    margin: 32px auto 0 auto;
    max-width: 149px;
    padding: 9px 0 0 19px;
    text-align: left;
}
.section-3{
    background: url(/img/bg-1.svg) 0 0 no-repeat,  url(/img/bg-2.svg) 0 41px no-repeat;
    margin: -90px 0 65px 0;
    padding-top: 316px;
    padding-bottom: 220px;
}
.section-3 .container{
    max-width: 1333px;
    position: relative;
}
.section-3 .container:after{
    content: '';
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    right: 277px;
    bottom: -173px;
    transform: rotate(39deg);
}
.section-3 .box{

}
.section-3 .box .item{
    width: 49.2%;
}
.section-3 .box .item .box{
    align-items: baseline;
    margin-bottom: 17px;
}
.section-3 .box .item .box .img{
    width: 372px;
    margin: 0 0 0 -30px;
    position: relative;
}
.section-3 .box .item .box .img img{
    position: relative;
    z-index: 1;
}
.section-3 .box .item .box .img:after{
    content: '';
    background: url(/img/oval3.svg) 0 0 no-repeat;
    width: 174px;
    height: 182px;
    position: absolute;
    left: 0;
    top: -3px;
}
.section-3 .box .item .box .title{
    width: 47.3%;
    color: #336699;
    font-size: 60px;
    line-height: 66px;
    margin: 0 0 0 -14px;
    letter-spacing: -0.2px;
}
.section-3 .box .item .zag{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #282828;
    margin: 0 0 24px 10px;
    width: 90%;
}
.section-3 .box .item .text{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin: 0 0 19px 10px;
    width: 87%;
}
.section-3 .box .item:last-child .box .title{
    margin: 0;
    width: 44%;
}
.section-3 .box .item:last-child .box .img:after{
    left: auto;
    right: -3px;
    top: auto;
    bottom: 31px;
}
.section-3 .box .item .bot{
    margin: 0 0 0 11px;
}
.section-3 .box .item .bot .btn{
    max-width: 205px;
}
.section-1.ewe:before,
.section-1.ewe:after,
.section-1.ewe .slider-help:before{
    display: none;
}
.section-4{
    background: url(/img/bg1.svg) 0 0 no-repeat;
    border-radius: 20px;
    margin: 83px 0 0 0;
    padding: 72px 78px 0 68px;
    height: 383px;
    position: relative;
}
.section-4:before{
    content: '';
    background: url(/img/child.png) 0 0 no-repeat;
    width: 727px;
    height: 485px;
    position: absolute;
    right: -73px;
    top: -101px;
}
.section-4 .title{
    color: #FFFFFF;
    margin: 0 0 19px 11px;
}
.section-4 .text{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 25.5715px;
    line-height: 150%;
    color: #282828;
    margin: 0 0 60px 16px;
    width: 55%;
}
.section-4 .box{

}
.section-4 .box .item{
    width: 22.3%;
    background: #FFFFFF;
    box-shadow: 0px 0px 33.1206px rgba(140, 158, 205, 0.25);
    border-radius: 22.0804px;
    padding: 41px 20px 38px 28px;
    position: relative;
}
.section-4 .box .item .num{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 24.6351px;
    line-height: 117px;
    color: #FFFFFF;
    background: url(/img/star6.svg) 0 0 no-repeat;
    position: absolute;
    top: -50px;
    right: -31px;
    width: 111px;
    height: 111px;
    text-align: center;
}
.section-4 .box .item .txt{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 21.8979px;
    line-height: 150%;
    color: #282828;
}
.section-4 .box .item .txt strong{
    font-weight: 700;
}
.section-5{
    margin: 206px 0 0 0;
    position: relative;
}
.spasibo-page .section-5{
    margin: -33px 0 0 0;
}
.section-5:after{
    content: '';
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    right: 306px;
    top: 120px;
    z-index: -1;
}
.section-5 .slider-yes{
    margin: 0 0 0 -25px;
    width: calc(100% + 45px);
}
.section-5 .slider-yes .slick-slide{
    padding: 32px 0;
}
.section-5 .slider-yes.slick-slider .slick-arrow{
    top: -64px;
}
.section-5 .slider-yes.slick-slider .slick-arrow.slick-prev {
    right: 105px;
}
.section-5 .slider-yes.slick-slider .slick-arrow.slick-next {
    right: 25px;
}
.section-5 .item{
    border: 1.38918px dashed transparent;
    transition: all 0.5s;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    width: 311px;
}
.section-5 .item .bg{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    display: block;
    height: 260px;
    width: 278px;
    padding: 10px 28px 0 28px;
    transition: all 0.5s;
    overflow: hidden;
}
.section-5 .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    height: 77px;
}
.section-5 .item .img svg path{
    transition: all 0.5s;
}
.section-5 .item .text{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    display: block;
    transition: all 0.5s;
}
.section-5 .item .text strong{
    font-weight: 700;
    color: #F85141;
    transition: all 0.5s;
}
.section-5 .item:hover{
    border: 1.38918px dashed #F85141;
}
.section-5 .item:hover .bg{
    background: #F85141;
}
.section-5 .item:hover .img svg path{
    fill: #fff;
}
.section-5 .item:hover .text{
    color: #fff;
}
.section-5 .item:hover .text strong{
    color: #fff;
}
.section-5 .yes{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0 -17px;
    width: calc(100% + 34px);
}
.section-5 .yes .item{
    width: 311px;
    margin-bottom: 17px;
    padding: 15px;
}
.section-5 .filter{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 33px;
}
.section-5 .filter label{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-right: 18px;
}
.section-5 .filter select{
    background: #F3F3F3 url(/img/arrow2.svg) 88% 50% no-repeat;
    border-radius: 42px;
    width: 184px;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    outline: 0;
    box-shadow: none;
}
.spasibo-page .section-5:after{
    top: 70px;
}
.section-5 .oval-1{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    left: 310px;
    top: 390px;
    z-index: -1;
}
.section-5 .oval-2{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    left: 635px;
    top: 801px;
    z-index: -1;
}
.section-5 .oval-3{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    right: 253px;
    top: 959px;
    z-index: -1;
}
.section-5 .oval-4{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 49px;
    height: 49px;
    position: absolute;
    left: 244px;
    top: 1017px;
    z-index: -1;
}
.section-6{
    background: url(/img/form.svg) 50% 0 no-repeat;
    padding: 173px 0 215px 0;
    margin: 13px 0 0 0;
    position: relative;
}
.section-6 .container{
    position: relative;
}
.section-6:after{
    content: '';
    background: url(/img/oval.svg) 0 0 no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 450px;
    top: 92px;
}
.section-6:before{
    content: '';
    background: url(/img/oval3.svg) 0 0 no-repeat;
    background-size: cover;
    width: 54px;
    height: 57px;
    position: absolute;
    left: 347px;
    top: 61px;
}
.section-6 .container:after{
    content: '';
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    right: 145px;
    left: 0;
    bottom: -55px;
    margin: auto;
}
.section-6 .box{

}
.section-6 .box .left{
    width: 49%;
}
.section-6 .box .left .title{
    line-height: 62px;
    margin-bottom: 16px;
}
.section-6 .box .left .text{
    width: 80%;
}
.section-6 .box .left .text p{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 20px;
}
.section-6 .box .right{
    width: 49%;
    margin-top: 10px;
}
.section-6 .box .right .form{

}
.section-6 .box .right .form .box{

}
.section-6 .box .right .form .box .form-group{
    width: 29%;
    margin-bottom: 20px;
}
.section-6 .box .right .form .form-group{
    margin-bottom: 22px;
}
.section-6 .box .right .form input{
    background: #FFFFFF;
    border-radius: 42px;
    width: 100%;
    height: 40px;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #949494;
    border: none;
    padding: 0 19px;
}
.section-6 .box .right .form input::placeholder{
    color: #949494;
}
.section-6 .box .right .form input:focus{
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-6 .box .right .form textarea{
    background: #FFFFFF;
    border-radius: 20px;
    width: 100%;
    height: 122px;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #949494;
    border: none;
    padding: 17px 19px;
}
.section-6 .box .right .form textarea::placeholder{
    color: #949494;
}
.section-6 .box .right .form textarea:focus{
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-6 .box .right .form button.btn{
    width: 146px;
    max-width: 146px;
}
.section-6 .box .right .form p{
    width: 72%;
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #868686;
}
.section-6 .box .right .form p a{
    display: block;
}
footer{
    margin: -55px 0 0 0;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}
footer .box .logo{
    margin: -23px 0 0 14px;
}
footer .box .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .box .menu ul li{
    margin-bottom: 12px;
}
footer .box .menu ul li a{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    text-decoration: none;
}
footer .box .menu ul li a:hover{
    text-decoration: underline;
}
footer .box .right{
    width: 22%;
    margin: 3px -4px 0 0;
}
footer .box .right .zag{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    text-align: right;
    margin: 0 0 19px 0;
}
footer .box .right .soc{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 29px;
}
.desing{
    margin: 0 0 0 auto;
    width: 227px;
}
.desing a{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s;
}
.desing a img{
    margin: -6px 0 0 16px;
}
.desing a:hover{
    text-decoration: none;
    opacity: 0.8;
}
footer .foot{
    margin-top: 29px;
}
footer .foot .box .copy{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}
footer .foot .box a{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
footer .foot .box a:hover{
    text-decoration: underline;
}
.banner{
    padding: 71px 0 0 0;
    position: relative;
}
.banner .left{
    width: 48%;
}
.spasibo-page .banner .left {
    width: 49%;
}
.help-page .banner .left {
    width: 50%;
}
.banner .left .title{
    font-size: 60px;
    line-height: 75px;
    color: #336699;
    letter-spacing: -1.4px;
    margin-bottom: 24px;
}
.banner .left .text{
    font-size: 24px;
    line-height: 150%;
    margin: 0 0 0 4px;
    letter-spacing: -0.5px;
}
.help-page .banner .left .text{
    margin: 0 0 0 -1px;
    letter-spacing: -0.3px;
}
.banner .left .num{
    font-family: 'Neucha', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    text-decoration-line: underline;
    color: #282828;
    margin-bottom: 32px;
}
.banner .right{
    width: 53%;
    margin: -98px 0 0 -30px;
}
.spasibo-page .banner .right {
    pointer-events: none;
    width: 53.5%;
    margin: -128px 0 0 -40px;
}
.help-page .banner .right {
    width: 47%;
    margin: -63px 0 0 -30px;
}
.banner .right .img{
    border-radius: 20px;
    overflow: hidden;
}
.banner .right .img img{

}
.banner .star-1{
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    top: -51px;
    left: 17px;
    right: 0;
    margin: auto;
}
.banner .star-2{
    background: url(/img/star3.svg) 0 0 no-repeat;
    width: 183px;
    height: 183px;
    position: absolute;
    top: 374px;
    left: 7px;
}
.banner .star-3{
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    top: 326px;
    left: -53px;
    right: 0;
    margin: auto;
}
.banner .star-4{
    background: url(/img/star1.svg) 0 0 no-repeat;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: 220px;
    right: 85px;
}
.banner .oval-1{
    background: url(/img/oval.svg) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    position: absolute;
    right: 18px;
    top: 45px;
}
.banner .oval-2{
    background: url(/img/oval.svg) 0 0 no-repeat;
    width: 35px;
    height: 34px;
    position: absolute;
    left: 359px;
    bottom: 96px;
}
.banner .hochu {
    background: url(/img/hochu.svg) 0 0 no-repeat;
    width: 199px;
    height: 135px;
    position: absolute;
    bottom: 33px;
    right: 18px;
    z-index: 1;
}
.section-7{
    margin-top: 21px;
}
.section-7 .box{
    position: relative;
}
.section-7 .box:before{
    content: '';
    border: 2px dashed #F85141;
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    top: 77px;
    margin: auto;
}
.section-7 .box .item{
    width: 23%;
}
.section-7 .box .item .num{
    font-family: 'Neucha', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    color: #F85141;
    text-align: center;
    padding-bottom: 41px;
    position: relative;
    margin-bottom: 20px;
}
.section-7 .box .item .num:after{
    content: '';
    background: url(/img/balun.svg) 0 0 no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.section-7 .box .item .text{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #282828;
}
.section-2{
    position: relative;
}
.section-2 .hochu{
    background: url(/img/hochu.svg) 0 0 no-repeat;
    width: 199px;
    height: 135px;
    position: absolute;
    top: -74px;
    right: 18px;
}
.section-8{
    margin: 105px 0 0 0;
}
.section-8 .box{
    margin-bottom: 35px;
}
.section-8 .box + .box{
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
}
.section-8 .box .title{
    width: 32%;
    letter-spacing: -0.4px;
    line-height: 62px;
}
.section-8 .box .text{
    font-size: 16px;
    line-height: 150%;
    color: #868686;
    width: 66.3%;
    margin-top: 41px;
    letter-spacing: -0.2px;
}
.section-8 .box .item{
    width: 25%;
    border: 1.38918px dashed transparent;
    border-radius: 20px;
    padding: 9px;
    transition: all 0.5s;
}
.section-8 .box .item a{
    text-decoration: none;
    background: transparent;
    transition: all 0.5s;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    overflow: hidden;
}
.section-8 .box .item a .img{
    display: block;
    width: 100%;
    height: 205px;
}
.section-8 .box .item a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-8 .box .item a .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: 96px;
    padding: 20px 20px 20px 31px;
    letter-spacing: -0.5px;
}
.section-8 .box .item a:hover{
    background: #F85141;
}
.section-8 .box .item a:hover .zag{
    color: #fff;
}
.section-8 .box .item:hover{
    border: 1.38918px dashed #F85141;
}
.section-9{
    background: url(/img/bg2.svg) 0 0 no-repeat;
    padding-top: 291px;
    padding-bottom: 100px;
    margin-top: -102px;
    position: relative;
}
.section-9 .box{

}
.section-9 .box .title{
    font-size: 50px;
    line-height: 62px;
    color: #336699;
    width: 30%;
}
.section-9 .box .box{
    width: 67%
}
.section-9 .box .box .left{
    width: 48%;
    background: url(/img/line.svg) 18px 25px no-repeat;
}
.section-9 .box .box .left .item{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.section-9 .box .box .left .item:nth-child(2){
    margin-left: -4px;
}
.section-9 .box .box .left .item:nth-child(3){
    margin-left: 47px;
}
.section-9 .box .box .left .item:nth-child(4){
    margin-left: 34px;
}
.section-9 .box .box .left .item:nth-child(5){
    margin-left: 51px;
}

.section-9 .box .box .left .item .num{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 80px;
    color: #FFFFFF;
    background: url(/img/star7.png) 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: -11px 20px 0 0;
}
.section-9 .box .box .left .item .text{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    letter-spacing: -0.4px;
    width: 70%;
}
.section-9 .box .box .right{
    width: 51.5%;
    background: url(/img/line.svg) 35px 25px no-repeat;
}
.section-9 .box .box .right .item{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.section-9 .box .box .right .item:nth-child(2){
    margin-left: -4px;
}
.section-9 .box .box .right .item:nth-child(3){
    margin-left: 47px;
}
.section-9 .box .box .right .item:nth-child(4){
    margin-left: 34px;
}
.section-9 .box .box .right .item:nth-child(5){
    margin-left: 51px;
}
.section-9 .box .box .right .item .num{
    font-family: 'Circe', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 80px;
    color: #FFFFFF;
    background: url(/img/star7.png) 50% 50% no-repeat;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: -11px 20px 0 0;
}
.section-9 .box .box .right .item .text{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    letter-spacing: -0.4px;
    width: 70%;
}
.section-9 .oval-1{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 47px;
    height: 49px;
    position: absolute;
    top: 184px;
    left: 435px;
}
.section-9 .oval-2{
    background: url(/img/oval.svg) 0 0 no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 184px;
    left: 530px;
}
.section-9 .oval-3{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 47px;
    height: 49px;
    position: absolute;
    bottom: 30px;
    right: 405px;
}
.section-10{
    margin-top: 70px;
}
.section-10 .title{
    margin: 0 0 39px 6px;
    letter-spacing: -0.7px;
}
.section-10 .box{
    margin: 0 0 0 -9px;
    width: calc(100% + 20px);
}
.section-10 .box .item{
    width: 25%;
    border: 1.38918px dashed transparent;
    border-radius: 20px;
    padding: 9px;
    transition: all 0.5s;
    margin-bottom: 9px;
}
.section-10 .box .item a{
    text-decoration: none;
    transition: all 0.5s;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    overflow: hidden;
}
.section-10 .box .item a .img{
    display: block;
    width: 100%;
    height: 205px;
}
.section-10 .box .item a .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-10 .box .item a .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: 105px;
    padding: 20px;
    letter-spacing: -0.5px;
}
.section-10 .box .item a:hover{
    background: #F85141;
}
.section-10 .box .item a:hover .zag{
    color: #fff;
}
.section-10 .box .item:hover{
    border: 1.38918px dashed #F85141;
}
.section-11{
    margin: 90px 0 30px 0;
}
.section-11 .title{
    margin-bottom: 50px;
}
.section-11 .box{

}
.section-11 .box .left{
    width: 44%;
}
.section-11 .box .left ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-11 .box .left ul li{
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 20px;
    letter-spacing: -0.6px;
}
.section-11 .box .left ul li span{
    font-weight: 400;
    width: 68.2%;
    letter-spacing: -0.1px;
}
.section-11 .box .right{
    width: 42.5%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    margin-right: 107px;
    margin-top: 10px;
    padding: 25px 27px 27px 27px;
    height: 149px;
}
.section-11 .box .right .zag{
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #336699;
    letter-spacing: -0.5px;
    margin-bottom: 22px;
}
.section-11 .box .right .box{

}
.section-11 .box .right .box .mail{
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    background: url(/img/mail.svg) 0 0 no-repeat;
    padding: 0 0 0 29px;
    text-decoration: none;
}
.section-11 .box .right .box .mail:hover{
    text-decoration: underline;
}
.section-11 .box .right .box .tel{
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    background: url(/img/tel1.svg) 0 0 no-repeat;
    padding: 0 0 0 29px;
    text-decoration: none;
    width: 54.5%;
    letter-spacing: 1px;
}
.section-11 .box .right .box .tel:hover{
    text-decoration: underline;
}
.pagination{
    justify-content: center;
    margin-top: 18px;
}
.pagination li{

}
.pagination li:first-child .page-link, .pagination li:first-child span{
    background: #F3F3F3;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}
.pagination li .page-link svg path{
    transition: all 0.5s;
}
.pagination li .page-link:hover svg path{
    fill: #fff;
}
.pagination li:first-child .page-link:hover{
    background: #F85141;
}
.pagination li:last-child .page-link{
    background: #F3F3F3;
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    border: none;
    border-radius: 50%;
    /*transform: rotate(180deg);*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}
.pagination li:last-child .page-link:hover{
    background: #F85141;
}
.pagination li .page-link{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    transition: all 0.5s;
    text-decoration: none;
    border: none;
    padding: 10px 13px;
    outline: 0;
    box-shadow: none;
}
.pagination li.page-item.active .page-link,
.pagination li .page-link:hover{
    color: #F85141;
    background: none;
}
.spasibo-page .section-6{
    margin: 47px 0 0 0;
}
.help-page .pagination {
    margin-top: 7px;
    margin-bottom: 49px;
}
.child-page .banner .left .title{
    margin: 0 0 25px 3px;
    letter-spacing: -1.2px;
}
.child-page .banner .left .text{
    margin: 0;
    letter-spacing: -0.4px;
}
.child-page .banner .left {
    width: 50%;
}
.child-page .banner .right {
    width: 49.2%;
    margin: 14px 0 0 0;
}
.slider-banner.slick-slider .slick-arrow{
    top: 228px;
}
.slider-banner.slick-slider .slick-arrow.slick-prev {
    right: auto;
    left: -25px;
}
.slider-banner.slick-slider .slick-arrow.slick-next {
    right: -25px;
}
.child-page .banner .star-1{
    top: 17px;
    left: 0;
    z-index: 1;
}
.child-page .banner .star-4 {
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    bottom: 90px;
    right: -55px;
    z-index: 1;
}
.child-page .banner .oval-1{
    right: -17px;
    top: 122px;
    z-index: 1;
}
.child-page .banner .oval-2{
    bottom: 40px;
}
.child-page header {
    padding-bottom: 70px;
}
.section-12{
    margin: -2px 0 0 0;
}
.section-12 .box{
    align-items: flex-start;
}
.section-12 .box .left{
    width: 32%;
}
.section-12 .box .left ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-12 .box .left ul li{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section-12 .box .left ul li span{
    font-weight: 400;
    width: 79%;
}
.section-12 .box .left .price{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 29.9259px;
    line-height: 41px;
    color: #282828;
    margin: 50px 0 0 -4px;
    letter-spacing: -0.7px;
}
.section-12 .box .left .price span{
    color: #336699;
    margin-left: 3px;
    letter-spacing: 0;
}
.section-12 .box .right{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    width: 66%;
    padding: 25px 23px;
}
.section-12 .box .right .name{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #336699;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
}
.section-12 .box .right .text{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    letter-spacing: -0.2px;
}
.section-13{
    margin-top: 108px;
    margin-bottom: 149px;
}
.section-13 .title{
    margin: 0 0 48px -7px;
}
.section-13 .history{
    margin-bottom: 48px;
}
.section-13 .history .item{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    align-items: center;
    border: none;
    background: none;
    outline: 0;
    box-shadow: none;
    padding: 0;
}
.accordion>.card{
    border: none;
    background: none;
}
.accordion>.card .card-header{
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
.accordion .card-body{
    padding: 0;
}
.section-13 .history .item .date{
    background: #6BB9E9;
    border-radius: 42px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    width: 231px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 0 0 31px;
    letter-spacing: -0.4px;
    margin-right: 17px;
    margin-bottom: 0;
    position: relative;
}
.section-13 .history .item .date:after{
    content: '';
    background: url(/img/arrow4.svg) 0 0 no-repeat;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transition: all 0.5s;
    transform: rotate(0deg);
}
.section-13 .history .item[aria-expanded="true"] .date:after{
    transform: rotate(180deg);
}
.section-13 .history .item .price{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #282828;
    letter-spacing: -0.6px;
}
.section-13 .history .item .price span{
    color: #336699;
    letter-spacing: 0;
    margin-left: 6px;
}
.section-13 .content{
    margin-bottom: 99px;
}
.section-13 .content h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    letter-spacing: -0.7px;
    margin-bottom: 21px;
}
.section-13 .content p{
    margin-bottom: 50px;
}
.section-13 .content figure{
    margin-bottom: 48px;
}
.section-13 .content figure p{
    margin-bottom: 21px;
}
.section-13 .content figure img{
    border-radius: 20px;
    width: 100%;
    height: 396px;
    object-fit: cover;
}
.section-13 .content figure figcaption{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #868686;
    text-align: center;
}
.section-13 .content .box figure{
    width: 49.2%;
}
.section-13 .content .box{

}
.section-13 .content .box p{
    position: relative;
}
.section-13 .content .box .play{
    background: url(/img/play.png) 0 0 no-repeat;
    width: 198px;
    height: 198px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.section-13 .istory {
    padding: 40px 0;
}
.section-13 .istory .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    letter-spacing: -0.7px;
    margin-bottom: 22px;
}
.section-13 .istory table{
    width: 66%;
}
.section-13 .istory table thead{

}
.section-13 .istory table thead th{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #868686;
    border: none;
    background: #F3F3F3;
    padding: 6px 29px;
}
.section-13 .istory table thead th:first-child{
    border-radius: 42px 0 0 42px;
}
.section-13 .istory table thead th:last-child{
    border-radius: 0 42px 42px 0;
}
.section-13 .istory table tbody{

}
.section-13 .istory table tbody td{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    border: none;
    padding: 21px 0 0 31px;
}
.child-page .section-2 .item {
    width: 32.2%;
}
.child-page .section-2 .item .img {
    height: 300px;
}
.child-page .section-2 .item .teg {
    right: 26px;
    left: auto;
    top: 25px;
}
.child-page .section-2 .item .teg a {
    font-size: 14px;
    line-height: 21px;
    padding: 2px 14px;
}
.child-page .section-2 .item .date {
    font-size: 13px;
    line-height: 18px;
    /*top: 231px;*/
    /*left: 22px;*/
    /*padding: 0 0 0 21px;*/
}
.child-page .section-2 .item .zag {
    font-size: 17px;
    /*top: 254px;*/
    /*left: 23px;*/
}
.child-page .section-2 .item .text {
    font-size: 18px;
    line-height: 27px;
}
.child-page .section-2 .item:hover .date {
    /*top: 27px;*/
}
.child-page .section-2 .item:hover .zag {
    /*top: 49px;*/
}
.child-page .section-2 .item:hover .text {
    /*height: 193px;*/
}
.child-page .section-2 {
    margin-bottom: 33px;
}
.news-page header{
    background: none;
}
.news-page header .search input{
    background: #F3F3F3;
    color: #949494;
}
.news-page header .search input::placeholder{
    color: #949494;
}
.news-page header .search svg path{
    stroke: #949494;
}
.news-page .section-2 {
    margin-top: 47px;
}
.news-page .section-2 .title {
    margin-bottom: 20px;
}
.section-2 .txt{
    font-size: 16px;
    line-height: 150%;
    color: #868686;
    letter-spacing: -0.2px;
}
.section-2 .filter{
    margin-bottom: 48px;
}
.section-2 .filter .box{
    justify-content: flex-start;
    margin: 49px 0 0 0;
}
.section-2 .filter .box .item{
    text-decoration: none;
    background: #F3F3F3;
    border-radius: 42px;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    width: auto;
    padding: 10px 23px;
    margin-right: 20px;
    transition: all 0.5s;
}
.section-2 .filter .box .item:hover,
.section-2 .filter .box .item.active{
    background: #6BB9E9;
    color: #fff;
}
.section-2 .filter .form-group{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 12px;
}
.section-2 .filter label{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-right: 18px;
}
.section-2 .filter select{
    background: #F3F3F3 url(/img/arrow2.svg) 88% 50% no-repeat;
    border-radius: 42px;
    width: 184px;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 22px;
    outline: 0;
    box-shadow: none;
}
.section-2 .box.two .item {
    width: 32.2%;
}

.section-2 .box.two .item .img {
    height: 300px;
}
.section-2 .box.two .item .teg {
    right: 26px;
    left: auto;
    top: 25px;
}
.section-2 .box.two .item .teg a {
    font-size: 14px;
    line-height: 21px;
    padding: 2px 14px;
    margin-bottom: 2px;
}
.section-2 .box.two .item .date {
    font-size: 13px;
    line-height: 18px;
    /*top: 231px;*/
    /*left: 22px;*/
    /*padding: 0 0 0 21px;*/
}
.section-2 .box.two .item .zag {
    font-size: 17px;
    /*top: 254px;*/
    /*left: 23px;*/
}
.section-2 .box.two .text {
    font-size: 18px;
    line-height: 27px;
}
.section-2 .box.two .item:hover .date {
    /*top: 27px;*/
}
.section-2 .box.two .item:hover .zag {
    /*top: 49px;*/
}
.section-2 .box.two .item:hover .text {
    height: 193px;
}
.news-page .section-2 .box {
    margin-bottom: 2px;
}
.section-2 .box.free{
    margin-bottom: 31px;
}
.news-page .pagination{
    margin-bottom: 50px;
}
.new-page .banner .left {
    width: 50%;
}
.new-page .banner .left .title{
    letter-spacing: -1px;
}
.new-page .banner .left .text{
    margin: 0;
    letter-spacing: -0.4px;
}
.new-page .banner .right {
    width: 53%;
    margin: -196px 0 0 -40px;
    pointer-events: none;
}
.section-13 .date{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #336699;
    background: url(/img/date1.png) 0 0 no-repeat;
    padding: 0 0 0 33px;
    margin-bottom: 50px;
}
.new-page .section-13 {
    margin-top: -6px;
    margin-bottom: 100px;
}
.section-13 .content ul{
    list-style: none;
    padding: 0;
    margin: -30px 0 19px 0;
}
.section-13 .content ul li{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    position: relative;
}
.section-13 .content ul li:before{
    content: '';
    background: url(/img/li.png) 0 0 no-repeat;
    width: 11px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 9px;
}
.section-13 .content blockquote{
    background: linear-gradient(230.41deg, #9CD4F4 28.84%, #CBEBFF 82.75%);
    box-shadow: 0px 4px 30px rgba(140, 158, 205, 0.25);
    border-radius: 30px;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    position: relative;
    padding: 50px 70px 50px 33%;
    margin-left: -28%;
    width: 94.2%;
    letter-spacing: -0.3px;
    margin-bottom: 49px;
}
.section-13 .content blockquote:before{
    content: '';
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    top: -41px;
    left: 293px;
}
.section-13 .content blockquote:after{
    content: '';
    background: url(/img/star3.svg) 0 0 no-repeat;
    width: 183px;
    height: 183px;
    position: absolute;
    bottom: -58px;
    right: -73px;
}
.section-13 .content ol{
    padding: 0;
    /*margin: -30px 0 19px 0px;*/
    list-style-type: none;
    counter-reset: num;
    width: 75%;
}
.section-13 .content ol li{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    padding: 0 0 0 28px;
    margin-bottom: 16px;
    position: relative;
}
.section-13 .content ol li:before{
    content: counter(num) '. ';
    counter-increment: num;
    color: #F85141;
    font-size: 18px;
    line-height: 150%;
    position: absolute;
    left: 5px;
    top: 1px;
}
.section-13 .share{
    display: flex;
    justify-content: flex-end;
    margin: 107px 0 0 0;
}
.section-13 .share .txt{
    font-size: 14px;
    margin-right: 10px;
}
.mero-page header{
    background: none;
}
.mero-page header .search input {
    background: #F3F3F3;
    color: #949494;
}
.mero-page header .search input::placeholder{
    color: #949494;
}
.mero-page header .search svg path {
    stroke: #949494;
}
.section-14{
    margin-top: 48px;
}
.section-14 .title{
    font-size: 60px;
    line-height: 66px;
    letter-spacing: -1.3px;
    margin-bottom: 49px;
}
.section-14 .box{

}
.section-14 .box .left{
    width: 43%;
}
.section-14 .box .left .text{
    font-size: 16px;
    line-height: 150%;
    color: #868686;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}
.section-14 .box .left .date{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    background: url(/img/date2.png) 0 0 no-repeat;
    padding: 0 0 0 39px;
    margin-bottom: 21px;
}
.section-14 .box .left .rab{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    background: url(/img/time.png) 0 2px no-repeat;
    padding: 0 0 0 39px;
    margin-bottom: 24px;
}
.section-14 .box .left .adress{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    background: url(/img/adr.png) 0 0 no-repeat;
    padding: 0 0 0 39px;
    margin-bottom: 30px;
}
.section-14 .box .left .bot{

}
.section-14 .box .left .bot a.btn{
    max-width: 210px;
}
.section-14 .box .right{
    width: 50.5%;
}
.section-14 .box .right .img{
    width: 100%;
}
.section-14 .box .right .img img{
    width: 100%;
}
.section-15{
    background: url(/img/bg3.svg) 0 0 no-repeat;
    margin: -118px 0 0 0;
    padding: 298px 0 80px 0;
    position: relative;
}
.section-15 .title{
    color: #336699;
    margin-bottom: 49px;
}
.section-15 .porg{
    margin-bottom: 20px;
}
.section-15 .porg .date{
    background: #6BB9E9;
    border-radius: 42px;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
    width: 185px;
    text-align: center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.section-15 .porg .item{
    padding-bottom: 30px;
    position: relative;
}
.section-15 .porg .item:before{
    content: '';
    border-left: 1px dashed #6BB9E9;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 10px;
    left: 5px;
}
.section-15 .porg .item:last-child:before{
    display: none;
}
.section-15 .porg .item .time{
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #336699;
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
}
.section-15 .porg .item .time:before{
    content: '';
    background: url(/img/li1.png) 0 0 no-repeat;
    width: 11px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}
.section-15 .porg .item .text{
    font-size: 18px;
    line-height: 25px;
    color: #282828;
    padding: 0 0 0 30px;
    width: 95%;
    letter-spacing: -0.2px;
}
.section-15 .porg .item.active .time{
    color: #F85141;
}
.section-15 .porg .item.active .time:before{
    background: url(/img/li2.png) 0 0 no-repeat;
}
.section-15 .bot{

}
.section-15 .bot a.btn{
    margin: 0 auto;
    max-width: 210px;
}
.section-15 .star-1{
    background: url(/img/star3.svg) 0 0 no-repeat;
    width: 183px;
    height: 183px;
    position: absolute;
    top: 283px;
    left: 235px;
    right: 0;
    margin: auto;
}
.section-15 .star-2{
    background: url(/img/star3.svg) 0 0 no-repeat;
    width: 183px;
    height: 183px;
    position: absolute;
    top: 1129px;
    right: 388px;
    transform: rotate(26deg);
}
.section-15 .star-3{
    background: url(/img/star2.svg) 0 0 no-repeat;
    width: 124px;
    height: 124px;
    position: absolute;
    bottom: 37px;
    left: 252px;
}
.section-15 .oval-1{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 47px;
    height: 49px;
    position: absolute;
    top: 178px;
    left: 417px;
}
.section-15 .oval-2{
    background: url(/img/oval.svg) 0 0 no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 175px;
    left: 510px;
}
.section-15 .oval-3{
    background: url(/img/oval2.svg) 0 0 no-repeat;
    width: 47px;
    height: 49px;
    position: absolute;
    bottom: 45px;
    right: 388px;
}
.section-16{
    margin-bottom: 79px;
}
.section-16 .title{

}
.section-16 .slider-spiker{
    margin: 0 0 0 -8px;
    width: calc(100% + 9px);
}
.section-16 .slider-spiker .slick-arrow{
    top: -58px;
}
.section-16 .slider-spiker .item,
.section-16 .spiker .item{
    width: 100%;
    border: 1.38918px dashed transparent;
    border-radius: 20px;
    padding: 9px;
    transition: all 0.5s;
}
.section-16 .slider-spiker .item .bg,
.section-16 .spiker .item .bg{
    text-decoration: none;
    background: transparent;
    transition: all 0.5s;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    overflow: hidden;
}
.section-16 .slider-spiker .item .bg .img,
.section-16 .spiker .item .bg .img{
    display: block;
    width: 100%;
    height: 205px;
}
.section-16 .slider-spiker .item .bg .img img,
.section-16 .spiker .item .bg .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-16 .slider-spiker .item .info,
.section-16 .spiker .item .info{
    padding: 20px 20px 20px 31px;
    height: 92px;
}
.section-16 .slider-spiker .item .info .name,
.section-16 .spiker .item .info .name{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    transition: all 0.5s;
    display: block;
    width: 100%;
    letter-spacing: -0.5px;
}
.section-16 .slider-spiker .item .info .dol,
.section-16 .spiker .item .info .dol{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    transition: all 0.5s;
    display: block;
    width: 100%;
    letter-spacing: -0.5px;
}
.section-16 .slider-spiker .item:hover,
.section-16 .spiker .item:hover{
    border: 1.38918px dashed #F85141;
}
.section-16 .slider-spiker .item:hover .bg,
.section-16 .spiker .item:hover .bg{
    background: #F85141;
}
.section-16 .slider-spiker .item:hover .name,
.section-16 .spiker .item:hover .name{
    color: #fff;
}
.section-16 .slider-spiker .item:hover .dol,
.section-16 .spiker .item:hover .dol{
    color: #fff;
}
.section-16 .slider-spiker .slick-slide{
    padding: 37px 0;
}
.section-17{
    margin-bottom: 109px;
}
.section-17 .title{
    margin-bottom: 48px;
}
.section-17 .cont{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    width: 433px;
    padding: 45px 45px;
    margin-bottom: -223px;
    position: relative;
    z-index: 1;
}
.section-17 .cont .date{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    background: url(/img/date2.png) 0 0 no-repeat;
    padding: 0 0 0 39px;
    margin-bottom: 21px;
}
.section-17 .cont .rab{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    background: url(/img/time.png) 0 2px no-repeat;
    padding: 0 0 0 39px;
    margin-bottom: 24px;
}
.section-17 .cont .adress{
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    background: url(/img/adr.png) 0 0 no-repeat;
    padding: 0 0 0 39px;
    margin-bottom: 30px;
    letter-spacing: -0.3px;
}
.section-17 #map{
    width: 100%;
    height: 482px;
}
.section-18{
    margin-bottom: 53px;
}
.section-18 .title{
    text-align: center;
    margin-bottom: 26px;
}
.section-18 .text{
    text-align: center;
    width: 55%;
    margin: 0 auto 45px auto;
}
.section-18 .form{
    margin: 0 auto;
    width: 31%;
}
.section-18 .form .form-group{
    margin-bottom: 20px;
}
.section-18 .form .form-group input{
    background: #F3F3F3;
    border-radius: 42px;
    width: 100%;
    height: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-18 .form .form-group input::placeholder{
    color: #949494;
}
.section-18 .form .form-group select{
    background: #F3F3F3 url(/img/arrow2.svg) 95% 50% no-repeat;
    border-radius: 42px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 20px;
    outline: 0;
    box-shadow: none;
}
.section-18 .form .form-group textarea{
    background: #F3F3F3;
    border-radius: 20px;
    width: 100%;
    height: 122px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    padding: 15px 20px;
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-18 .form .form-group textarea::placeholder{
    color: #949494;
}
.section-18 .form p{
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #868686;
    margin: 31px 0 19px 0;
}
.section-18 .form p a{
    display: block;
}
.section-18 .form .btn{
    margin: 0 auto;
    max-width: 191px;
    width: 191px;
    font-family: 'Circe', sans-serif;
}
.mero-page .section-13 {
    margin-top: 19px;
    margin-bottom: 113px;
}
.otchet-page header{
    background: none;
}
.otchet-page header .search input {
    background: #F3F3F3;
    color: #949494;
}
.otchet-page header .search input::placeholder{
    color: #949494;
}
.otchet-page header .search svg path {
    stroke: #949494;
}
.otchet-page .section-2 {
    margin-top: 48px;
}
.otchet-page .section-2 .title{
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 66px;
}
.otchet-page .section-2 .filter .box .item{
    padding: 10px 24px;
    margin-right: 41px;
}
.otchet-page .section-2 .filter {
    margin-bottom: 28px;
}
.section-2 .year{
    margin-bottom: 11px;
}
.section-2 .year .box{
    justify-content: flex-start;
}
.section-2 .year .box .item {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    border-radius: 42px;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    width: auto;
    padding: 8px 21px;
    margin-right: 0;
    transition: all 0.5s;
}
.section-2 .year .box .item.active {
    background: #F85141;
    color: #fff;
}
.section-2 .year .box .item:hover{
    text-decoration: none;
    color: #868686;
}
.section-2 .tables table {
    width: 66%;
    margin-bottom: 49px;
}
.section-2 .tables table thead th {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #868686;
    border: none;
    background: #F3F3F3;
    padding: 6px 29px;
}
.section-2 .tables table thead th:first-child {
    border-radius: 42px 0 0 42px;
    width: 48%;
    padding: 6px 29px 6px 20px;
}
.section-2 .tables table thead th:last-child {
    border-radius: 0 42px 42px 0;
    width: 26.5%;
}
.section-2 .tables table tbody td {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    border: none;
    padding: 25px 0 5px 28px;
}
.section-2 .tables table tbody td:first-child{
    padding: 25px 0 5px 20px;
}
.section-1 .links{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 50px 9px;
}
.section-1 .links .item {
    text-decoration: none;
    background: #F3F3F3;
    border: none;
    border-radius: 42px;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    width: auto;
    padding: 10px 29px;
    margin-right: 30px;
    transition: all 0.5s;
}
.section-1 .links .item:hover,
.section-1 .links .item.active{
    background: #F85141;
    color: #fff;
}
.childs-page .banner .left .title{
    margin-bottom: 16px;
}
.childs-page .banner .left .text{
    margin: 0;
}
.childs-page .banner .left {
    width: 49%;
}
.childs-page .banner .right {
    width: 49%;
    margin: -110px 0 0 -30px;
    pointer-events: none;
}
.childs-page .banner .oval-2{
    bottom: 112px;
}
.childs-page .section-1 {
    margin-top: -24px;
}
.section-1 .item .info .link{
    color: #fff;
    text-decoration: none;
    background: #F85141 url(/img/arrow.png) 81% 50% no-repeat;
    border-radius: 42px;
    height: 40px;
    width: 123px;
    display: block;
    margin: 16px 0 3px 0;
    padding: 8px 0 0 20px;
    font-family: 'Circe', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.5s;
}
.section-1 .item:hover .info .link{
    background: #fff url(/img/arrow2.png) 81% 50% no-repeat;
    color: #F85141;
}
.childs-page .section-1 .help .item{
    margin-bottom: 20px;
}
.childs-page .section-1:before,
.childs-page .section-1:after{
    display: none;
}
.childs-page.srochno .banner .right {
    width: 56.8%;
    margin: -47px 0 0 -80px;
}
.childs-page.srochno .section-1 {
    margin-bottom: 78px;
}
.section-19{

}
.section-19 .title{
    letter-spacing: -2px;
    margin-bottom: 38px;
}
.section-19 .nav-tabs{
    border-bottom: 1px solid #949494;
    justify-content: space-between;
    width: 44%;
    margin-bottom: 30px;
}
.section-19 .nav-tabs .nav-item{

}
.section-19 .nav-tabs .nav-link{
    font-family: 'Nunito', sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    transition: all 0.5s;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 5px 26px 0 0;
    display: flex;
    align-items: center;
    height: 59px;
}
.section-19 .nav-tabs .nav-link svg{
    margin-right: 15px;
}
.section-19 .nav-tabs .nav-link svg path{
    transition: all 0.5s;
    fill: #282828;
}
.section-19 .nav-tabs .nav-item.show .nav-link,
.section-19 .nav-tabs .nav-link.active{
    font-weight: 400;
    color: #F85141;
    border-bottom: 2px solid #F85141;
}
.section-19 .nav-tabs .nav-item.show .nav-link svg path,
.section-19 .nav-tabs .nav-link.active svg path{
    fill: #F85141;
}
.section-19 .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}
.section-19 .oplata{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: 36px;
}
.section-19 .oplata .item{
    width: 25%;
}
.section-19 .oplata .item .radio{
    position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.section-19 .oplata .item .radio + label{
    cursor: pointer;
    border: 1.26667px dashed transparent;
    border-radius: 12.6667px;
    width: 100%;
    height: 76px;
    padding: 6px;
}
.section-19 .oplata .item .radio + label span{
    background: linear-gradient(0deg, #9E9E9E, #9E9E9E), #082069;
    box-shadow: 0px 0px 38px rgba(140, 158, 205, 0.25);
    border-radius: 12.6667px;
    background: linear-gradient(0deg, #9E9E9E, #9E9E9E), #082069;
    box-shadow: 0px 0px 38px rgba(140, 158, 205, 0.25);
    border-radius: 12.6667px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    color: white;
}
.section-19 .oplata .item .radio:checked + label{
    border: 1.26667px dashed #F85141;
}
.section-19 .oplata .item .radio:checked + label span{
    background: #0F3560;
    box-shadow: 0px 0px 38px rgba(140, 158, 205, 0.25);
}
.section-19 .oplata .item:last-child label{
    width: 100%;
}
.section-19 .oplata-price{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.section-19 .oplata-price .item{
    margin-right: 16px;
}

.section-19 .oplata-price .item.other-sum {
    position: relative;
}

.section-19 .oplata-price .item.other-sum p.help-block{
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
}

.section-19 .oplata-price .item .radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.section-19 .oplata-price .item .radio + label {
	cursor: pointer;
    position: relative;
    background: #F3F3F3;
    border-radius: 42px;
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    text-align: center;
    display: block;
    padding: 8px 27px;
    transition: all 0.5s;
}
.section-19 .oplata-price .item .radio:checked + label{
	background: #F85141;
    color: #fff;
}
.section-19 .oplata-price .item input {
    display: block;
    background: rgb(243, 243, 243);
    border-radius: 42px;
    width: 100%;
    max-width: 156px;
    height: 40px;
    font-family: Nunito, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgb(40, 40, 40);
    padding: 0px 20px 0px 20px;
    outline: 0px;
    box-shadow: none;
    border: none;
}
.section-19 .form{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    width: 54.5%;
    margin-top: 41px;
    padding: 30px 25px 17px 25px;
}
.section-19 .form .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #336699;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}
.section-19 .form .box{

}
.section-19 .form .box .form-group{
    width: 48%;
    margin-bottom: 25px;
}
.section-19 .form .box .form-group input{
    background: #F3F3F3;
    border-radius: 42px;
    width: 100%;
    height: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282828;
    padding: 0 40px 0 20px;
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-19 .form .box .form-group input::placeholder{
    color: #282828;
}
.section-19 .form .box .form-group select{
    background: #F3F3F3 url(/img/arrow2.svg) calc(100% - 16px) 50% no-repeat;
    border-radius: 42px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 150%;
    color: #949494;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 0 46px 0 22px;
    outline: 0;
    box-shadow: none;
}
.section-19 .form .box button.btn{
    max-width: 123px;
    width: 123px;
}
.section-19 .form .box p{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #868686;
    width: 78%;
}
.section-19 .form .box p a{
    display: block;
}

.other-sum p.help-block.help-block-error, .form-group p.help-block.help-block-error {
    height: 0;
    margin: 0 0 0 20px !important;
    color: red;
}

.form-group.has-error .form-control {
    border: 1px solid red !important;
}

.childs-page.srochno-1 .banner .right {
    width: 58.8%;
    margin: -68px 0 0 -100px;
}
.childs-page.srochno-1 .banner {
    padding: 71px 0 67px 0;
}
.childs-page.srochno-2 .banner .right {
    width: 48.8%;
    margin: -71px 0 0 -30px;
}
.childs-page.srochno-3 .banner .right {
    width: 67%;
    margin: -83px 0 0 -330px;
}
.childs-page.srochno-3 .banner {
    padding: 71px 0 46px 0;
}
.childs-page.srochno-4 .banner .right {
    width: 50%;
    margin: -60px 0 0 -30px;
}
.section-12 .report{
    display: flex;
    justify-content: flex-end;
    margin: 49px 0 -55px 0;
    align-items: center;
}
.section-12 .report .txt{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #F85141;
    margin-right: 20px;
}
.section-12 .report .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 36px;
    width: 36px;
    background-size: 28px 28px;
}
.section-12 .report .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 28px 28px;
}
.section-12 .report .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-right: 21px;
}
.section-12 .report .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    margin-right: 0;
}
.child-page.istoria .banner .right {
    width: 50.4%;
    margin: 1px 0 0 0;
}
.child-page.istoria .banner .left {
    width: 47%;
}
.child-page.istoria .banner .right .img img {
    width: 100%;
    border-radius: 20px;
}
.child-page.istoria .banner .left .title {
    margin: 0 0 15px 3px;
}
.banner .left .zag{
    font-family: 'Circe', sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    color: #000000;
    margin: 0 0 42px 2px;
}
.banner .left .obshee{
    position: relative;
}
.banner .left .obshee:before{
    content: '';
    background: url(/img/pik.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -8px;
    top: -8px;
    z-index: 3;
}
.banner .left .obshee:after{
    content: '';
    background: #F85141;
    width: 87%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.banner .left .obshee .progress{
    background: #F85141;
    height: 2px;
    position: relative;
    overflow: visible;
    z-index: 2;
}
.banner .left .obshee .progress .nool{
    position: absolute;
    right: 0px;
    top: -12px;
    transform: translateX(50%);
}
.banner .left .obshee .progress .nool .pocent{
    font-family: 'Circe', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F85141;
    border: 2px solid #F85141;
    border-radius: 5px;
    background: #fff;
    display: block;
    width: 48px;
    height: 26px;
    margin: 0 auto;
    text-align: center;
}
.banner .left .obshee .progress .nool .cent{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 21.829px;
    line-height: 30px;
    color: #282828;
    margin-top: 15px;
    white-space: nowrap;
}
.banner .left .obshee .finish{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 21.829px;
    line-height: 30px;
    color: #282828;
    text-align: right;
    margin: -10px 28px 0 0;
    background: url(/img/pik.png) 92% 0 no-repeat;
    padding-top: 37px;
    position: relative;
    z-index: 3;
}

.section-3 .box .item .bot .btn {
    max-width: 215px;
}

.child-page.istoria .banner .star-1 {
    top: -51px;
    left: 17px;
}
.child-page.istoria .banner .oval-1 {
    right: 20px;
    top: 46px;
}
.child-page.istoria .section-12 .box .left ul li span {
    width: 73%;
}
.section-12 .box.trebe{
    margin-top: 50px;
}
.section-12 .box.trebe .cena{
    width: 60%;
}
.section-12 .box.trebe .cena .price{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 29.9259px;
    line-height: 41px;
    color: #282828;
    letter-spacing: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 21px;
}
.section-12 .box.trebe .cena .price span{
    color: #336699;
    margin: 1px 0 0 14px;
    letter-spacing: 0;
}
.section-12 .box.trebe .cena a{
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.5px;
}
.section-12 .box.trebe .report{
    margin: 4px 0 0 0;
}
.child-page.istoria .section-13 {
    margin-top: 48px;
    margin-bottom: 102px;
}
.child-page.istoria .section-13 .content {
    margin-bottom: 108px;
}
.child-page.istoria .section-19 {
    margin-bottom: 99px;
}
.child-page.istoria .section-13 .istory .zag {
    background: url(/img/arrow3.png) 100% 50% no-repeat;
    width: fit-content;
    padding: 0 38px 0 0;
}
.child-page.istoria .section-13 + .section-13 .content{
    margin-bottom: 99px;
}
.child-page.istoria .section-13 + .section-13 .istory .zag{
    background: none;
    padding: 0;
}
.child-page.istoria.pravki .section-12 .box .left ul li{
    flex-wrap: wrap;
}
.child-page.istoria.pravki .section-12 .box .left ul li span {
    width: 100%;
    margin-top: 16px;
}
.pravki .section-13 .content p {
    letter-spacing: -0.4px;
}
.pravki .section-13 .content p:nth-child(2){
    margin-bottom: 22px;
}
.child-page.istoria.pravki .section-13 .content {
    margin-bottom: 112px;
}
.section-20{
    padding-top: 31px;
}
.section-20 .title{
    margin-bottom: 49px;
}
.section-20 .box{

}
.section-20 .box .scroll{
    overflow-y: auto;
    max-height: 855px;
}
.section-20 .mCSB_inside>.mCSB_container {
    margin-right: 12px;
}
.section-20 .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #E8E8E8;
}
.section-20 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #96CFF1;
}
.section-20 .box .left{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    width: 32.3%;
    padding: 30px 4px 30px 17px;
}
.section-20 .box .center{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    width: 32.3%;
    padding: 30px 4px 30px 17px;
}
.section-20 .box .right{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 20px;
    width: 32.3%;
    padding: 30px;
    overflow: hidden;
}
.section-20 .box .zag{
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #336699;
    text-align: center;
    margin-bottom: 20px;
}
.section-20 .box .text{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
.section-20 .box .right .zag{
    margin-bottom: 30px;
}
.section-20 .box .right .img{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 14.7em);
    min-height: 280px;
    position: relative;
    border-radius: 20px;
}
.section-20 .box .right .img img{
    object-fit: cover;
    border-radius: 20px;
    /*max-width: none;*/
    /*min-width: auto;*/
    /*min-height: auto;*/
    /*height: 100%;*/
    /*width: 100%;*/
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    transform: translate(0%, 14%);
}
.section-20 .box .box{

}
.section-20 .box .box .item{
    position: relative;
    width: 46%;
    margin-bottom: 20px;
}
.section-20 .box .box .item .img{
    border: 1.38918px dashed transparent;
    border-radius: 50%;
    transition: all 0.5s;
    overflow: hidden;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}
.section-20 .box .box .item .img span{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
}
.section-20 .box .box .item .img span img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-20 .box .box .item .name{
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: center;
}
.section-20 .box .box .item .hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(140, 158, 205, 0.25);
    border-radius: 10px;
    width: 200px;
    height: 54px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    position: absolute;
    left: 70%;
    top: -4px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    letter-spacing: 0.1px;
    transition: all 0.5s;
}
.section-20 .box .box .item:nth-child(2n) .hover{
    left: auto;
    right: 70%;
}
.section-20 .box .box .item .hover a{
    color: #F85141;
    margin-left: 5px;
}
.section-20 .box .box .item:hover .img{
    border: 1.38918px dashed #F85141;
}
.section-20 .box .box .item:hover .hover{
    opacity: 1;
    visibility: visible;
}
.section-20 .box .bot{
    margin-bottom: 47px;
}
.section-20 .box .bot a.btn{
    max-width: 124px;
}
.childs-page.srochno .section-4{
    margin: 115px 0 182px 0;
}
.childs-page.srochno .section-4 .title {
    margin: -3px 0 89px 11px;
    width: 55%;
    letter-spacing: -0.8px;
    line-height: 62px;
}
.childs-page.srochno .section-19 .oplata-price + .zag{
    margin: 42px 0 20px 0;
}
.pomosh .banner .left .title{
    margin-bottom: 16px;
}
.pomosh .banner .left .text{
    margin: 0;
}
.pomosh .banner .left {
    width: 49%;
}
.pomosh .banner .right {
    margin: -89px 0 0 -30px;
}
.pomosh .section-1 {
    margin-top: -24px;
}
.pomosh .section-1 .links .item {
    font-family: 'Nunito',sans-serif;
    font-size: 18px;
    padding: 7px 20px;
    margin-right: 35px;
    letter-spacing: -0.5px;
}
.pomosh .section-1 .links{
    margin: 0;
}
.pomosh .section-13 {
    margin-top: 49px;
}
.pomosh .section-13 .content p:nth-child(2) {
    margin-bottom: 30px;
}
.section-13 .content h3{
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 20px;
}
.pomosh .section-13 .content ol {
    margin: -30px 0 93px 0px;
}
.pomosh .section-13 .content blockquote{
    padding: 32px 50px 34px 33%;
    margin-bottom: 104px;
}
.section-13 .content blockquote .zag{
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 16px;
}
.pomosh .section-4 {
    margin: -56px 0 180px 0;
}
.pomosh .section-4:before {
    background: url(/img/child1.png) 0 0 no-repeat;
    width: 482px;
    height: 532px;
    right: 77px;
    top: -113px;
}
.pomosh .section-4 .title {
    margin: -3px 0 89px 11px;
    width: 55%;
    line-height: 62px;
}
.pomosh .section-1:before,
.pomosh .section-1:after{
    display: none;
}
.section-21{

}
.section-21 .title{
    display: flex;
    justify-content: flex-start;
    letter-spacing: -0.8px;
    margin-bottom: 50px;
}
.section-21 .title a{
    background: url(/img/link.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    margin-left: 31px;
}
.section-21 .form{
    width: 74%;
    margin: 0 0 0 4px;
}
.section-21 .form .zag{
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 22px;
}
.section-21 .form .box{

}
.section-21 .form .box .form-group{
    width: 31.5%;
}
.section-21 .form .form-group{
    margin-bottom: 20px;
}
.section-21 .form .form-group input{
    background: #F3F3F3;
    border-radius: 42px;
    width: 100%;
    height: 40px;
    font-family: 'Nunito',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    border: none;
    padding: 0 19px;
}
.section-21 .form .form-group input::placeholder{
    color: #949494;
}
.section-21 .form .form-group input:focus{
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-21 .form .form-group textarea{
    background: #F3F3F3;
    border-radius: 20px;
    width: 100%;
    height: 130px;
    font-family: 'Nunito',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    border: none;
    padding: 12px 19px;
    margin-bottom: 48px;
}
.section-21 .form .form-group textarea::placeholder{
    color: #949494;
}
.section-21 .form .form-group textarea:focus{
    outline: 0;
    box-shadow: none;
    border: none;
}
.section-21 .form .box .item{
    width: 34.3%;
    margin: -3px 0 0 0;
}
.section-21 .form .box .item .form-group{
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.section-21 .form .box.lf{
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 42px;
}

.section-21 .form button.btn{
    max-width: 146px;
    width: 146px;
}
.section-21 .form p{
    width: 84%;
    font-size: 14px;
    line-height: 19px;
    color: #868686;
}
.section-21 .form p a{
    display: block;
}
.childs-page.srochno .section-21 {
    margin-top: -29px;
}
.childs-page.srochno .section-21 .form .box.lf .form-group{
    margin-right: 20px;
}
.childs-page.srochno .section-21 .form .box.lf {
    margin-bottom: 40px;
}
.childs-page.srochno .section-21 .form .form-group {
    margin-bottom: 10px;
}
.section-8 .slider-poject .item {
    width: 100%;
}
.pojekt .banner .left {
    width: 49%;
}
.pojekt .banner .left .text{
    margin: 0;
}
.pojekt .banner .left .title{
    margin-bottom: 15px;
}
.pojekt .banner .right {
    pointer-events: none;
    width: 74%;
    margin: -148px 0 0 -330px;
}
.pojekt .section-1 {
    margin-top: -24px;
}
.pojekt .section-1 .links {
    margin: 0 0 31px 0;
}
.pojekt .section-1 .links .item{
    font-size: 18px;
    letter-spacing: 0.6px;
    padding: 8px 20px;
}
.pojekt .section-8 {
    margin: 40px 0 113px 0;
}
.pojekt .section-8 .box {
    padding-top: 34px;
    margin: 0 0 0 -9px;
    width: calc(100% + 20px);
}
.slider-poject.slick-slider .slick-arrow{
    top: -57px
}
.slider-poject.slick-slider .slick-arrow.slick-prev {
    right: 91px;
}
.slider-poject.slick-slider .slick-arrow.slick-next {
    right: 11px;
}
.pojekt .section-1:before,
.pojekt .section-1:after{
    display: none;
}
.about .banner .left {
    width: 49%;
}
.about .banner .left .text{
    margin: 0;
}
.about .banner .left .title{
    margin-bottom: 15px;
}
.about .banner .right {
    width: 43%;
    margin: -50px 0 0 -30px;
}
.about .section-8:first-child{
    margin: -33px 0 0 0;
}
.about .section-8:first-child .title{
    margin-bottom: 48px;
}
.about .section-8 .text{
    margin-bottom: 51px;
}
.about .section-8:first-child .box .item {
    width: 33%;
}
.about .section-8:first-child .box {
    margin: 0 0 0 -10px;
    width: calc(100% + 25px);
}
.about .section-8:first-child .box .item a .img {
    height: 273px;
}
.about .section-8:first-child .box .item a .name{
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #F85141;
    padding: 27px 20px 0 25px;
    display: block;
    letter-spacing: 0.5px;
}
.about .section-8:first-child .box .item a .zag{
    font-weight: 400;
    height: 80px;
    padding: 9px 20px 0 24px;
    letter-spacing: -0.3px;
}
.about .section-8:first-child .box .item a:hover .name {
    color: #fff;
}
.about .section-8 {
    margin: 108px 0 108px 0;
}
.section-8 .slider-foto {
    padding-top: 39px;
    margin: 0 0 39px -9px;
    width: calc(100% + 15px);
}
.section-8 .slider-foto.slick-slider .slick-arrow{
    top: -57px;
}
.section-8 .slider-foto.slick-slider .slick-arrow.slick-prev {
    right: 87px;
}
.section-8 .slider-foto.slick-slider .slick-arrow.slick-next {
    right: 6px;
}
.section-8 .bot a.btn,
.section-16 .bot a.btn{
    margin: 0 auto;
}
.about .section-16 .slider-spiker {
    margin: 0 0 0 -5px;
    width: calc(100% + 20px);
}
.about .section-16 .slider-spiker.slick-slider .slick-arrow.slick-prev {
    right: 96px;
}
.about .section-16 .slider-spiker.slick-slider .slick-arrow.slick-next {
    right: 16px;
}
.about .section-8:nth-child(4){
    margin: 113px 0 106px 0;
}
.about .section-8 .slider-poject {
    padding-top: 38px;
    margin: 0 0 41px -10px;
    width: calc(100% + 20px);
}
.section-22{
    margin-bottom: 52px;
}
.section-22 .title{
    margin-bottom: 64px;
}
.section-22 .box{
    justify-content: flex-start;
    margin: 0 0 30px 2px;
}
.section-22 .box .item{
    width: 31.2%;
}
.section-22 .box .item ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-22 .box .item ul li{
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 20px;
}
.section-22 .box .item ul li span{
    font-weight: 700;
    width: 76px;
    display: inline-block;
}
.section-22 .box .item:last-child ul li:last-child span{
    width: auto;
}
.section-22 #map{
    height: 482px
}
.fotos header{
    background: none;
}
.fotos header .search input{
    background: #F3F3F3;
    color: #949494;
}
.fotos header .search input::placeholder{
    color: #949494;
}
.fotos header .search svg path{
    stroke: #949494;
}
.fotos .section-1 {
    margin-top: 49px;
}
.fotos .section-1:before,
.fotos .section-1:after{
    display: none;
}
.fotos .section-1 .text{
    font-size: 16px;
    line-height: 150%;
    color: #868686;
    letter-spacing: -0.2px;
    margin-bottom: 50px;
}
.fotos .section-1 .title {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 17px;
}
.fotos .section-8 {
    margin: 43px 0 59px 0;
}
.fotos .section-8 .title{
    margin-bottom: 47px;
}
.fotos .section-8 .box .item{
    width: 32.2%;
    padding: 0;
    border: none;
    margin-bottom: 52px;
}
.fotos .section-8 .box .item a{
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.fotos .section-8 .box .item a .img{
    height: 236px;
}
.fotos .section-8 .box .item a .zag{
    font-size: 16px;
    height: auto;
    padding: 21px 0 0 0;
    color: #282828;
}
.fotos .section-8 .box {
    margin-bottom: -2px;
}
.fotos .section-16 .spiker .item{
    width: 25%;
    margin-bottom: 29px;
}
.fotos .section-16 .spiker .box{
    margin: 0 0 0 -5px;
    width: calc(100% + 18px);
}
.fotos .section-8 .box.doki .item {
    width: 24%;
    margin-bottom: 50px;
}
.fotos .section-8 .box.doki .item a .img {
    height: auto;
}
.news-page.long .section-2 .title{
    font-size: 60px;
    line-height: 66px;
}
.about .section-8 .box .item{
    width: 100%;
    border: none;
}

.pointer {
    cursor: pointer;
}

@media(min-width: 768px){
    .mobile{
        display: none;
    }
}
@media(max-width: 1440px){
    .section-4:before{
        width: 575px;
        right: 0;
    }
    .section-13 .content blockquote{
        margin-left: -20%;
    }
}
@media(max-width: 1339px){
    .container {
        max-width: 1140px;
    }
    header .top-panel .box .menu {
        width: 57%;
    }
    .slider-top .item .box .right {
        width: 48%;
        margin-top: 10px;
    }
    .slider-top .item.slid-otchet .box .right .img {
        margin: 0;
    }
    .slider-top .item.slid-form .box .left {
        width: 62%;
    }
    .slider-top .item.slid-form .box .right {
        width: 38%;
    }
    .slider-top .item.slid-form .box .right .img {
        margin: 0;
        width: 100%;
    }
    .slider-top .item .box .right .img img {
        width: 100%;
    }
    .slider-top .item .hochu{
        bottom: 0;
    }
    .slider-top .item .box .right .img {
        width: 100%;
    }
    .slider-top .item.slid-otchet .star-4 {
        bottom: -30px;
    }
    .slider-top .item.slid-form .star-4{
        display: none;
    }
    .section-3 .box .item .box .title {
        width: 43%;
    }
    .section-3 .box .item:last-child .box .title{
        width: 40%;
    }
    .section-4{
        padding: 72px 40px 0 40px;
    }
    .section-5 .slider-yes {
        margin: 0;
        width: 100%;
    }
    .section-5 .item{
        width: 100%;
    }
    .section-5 .item .bg{
        width: 100%;
        height: 280px;
        padding: 10px 28px 10px 28px;
    }
    .banner .left {
        width: 55%;
    }
    .banner .right {
        width: 45%;
        margin: -98px 0 0 0;
    }
    .banner .oval-1{
        top: 10px;
    }
    .section-7 .box .item {
        width: 24%;
    }
    .section-8 .box .title {
        width: 35%;
    }
    .section-8 .box .text{
        width: 60%;
        margin-top: 5px;
    }
    .section-9{
        margin-top: 0;
    }
    .section-8 .box .item a .zag{
        height: 110px;
    }
    .section-9 .box .box .left {
        width: 49%;
    }
    .section-9 .box .box .right {
        width: 51%;
    }
    .section-10 .box .item a .zag{
        height: 135px;
    }
    .section-11 .box .right{
        margin-right: 0px;
        width: 45%;
    }
    .section-5 .yes .item {
        width: 25%;
    }
    .section-1 .filter .form-group{
        margin-right: 30px;
    }
    .section-1 .help .item {
        width: 33%;
    }
    .banner .right .img {
        border-radius: 20px;
        overflow: hidden;
    }
    .section-12 .box .left {
        width: 40%;
    }
    .section-12 .box .right{
        width: 60%;
    }
    .section-2 .filter .box .item{
        margin-right: 10px;
    }
    .new-page .banner .star-2{
        display: none;
    }
    .section-13 .content blockquote {
        margin-left: -20%;
        width: 100%;
        padding: 50px 70px 50px 35%;
    }
    .section-15 .star-2{
        right: 45px;
    }
    .section-16 .slider-spiker {
        margin: 0;
        width: 100%;
    }
    .section-18 .text{
        width: 65%;
    }
    .section-18 .form {
        width: 40%;
    }
    .section-1 .links{
        margin: 0 0 50px 0;
    }
    .childs-page.srochno-2 .banner .right .img{
        overflow: visible;
    }
    .childs-page.srochno-3 .banner .right .img{
        overflow: visible;
    }
    .child-page.istoria .banner .right {
        margin: 65px 0 0 0;
    }
    .child-page.istoria .section-12 .box .left {
        width: 37%;
    }
    .section-19 .form{
        width: 65%;
    }
    .section-19 .oplata-price {
        max-width: 980px;
    }
    .section-19 .oplata-price .item.other-sum {
        margin-left: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .section-20 .box .left,
    .section-20 .box .center{
        width: 49%;
    }
    .section-20 .box .right{
        width: 100%;
        margin-top: 30px;
    }
    .section-20 .box .right .img{
        height: 400px;
    }
    .section-20 .box .right .img img{
        position: initial;
        transform: none;
    }
    .pomosh .banner .right {
        margin: -93px 0 0 -30px;
    }
    .pomosh header {
        background: url(/img/bg.svg) 36% 0 no-repeat;
    }
    .section-13 .content blockquote:before{
        left: 250px;
    }
    .section-21 .form {
        width: 90%;
        margin: 0;
    }
    .childs-page.srochno .banner .right .img{
        overflow: visible;
    }
    .pojekt .banner .right .img{
        overflow: visible;
    }
    .pojekt header {
        background: url(/img/bg.svg) 43% 0 no-repeat;
    }
    .pojekt .banner .right {
        margin: -152px 0 0 -330px;
    }
    .about .banner .right .img{
        overflow: visible;
    }
    .about .banner .right {
        margin: -60px 0 0 -30px;
    }
    .about .section-8 .box .item img{
        width: 100%;
    }
    .about .section-8 .box .item {
        width: 100%;
    }
    .section-22 .box .item {
        width: 45%;
    }
    .section-8 .box .item a .img img{
        border-radius: 20px;
    }
    .fotos .section-8 .box .item a .img img{
        border-radius: 0;
    }
}
@media(max-width: 1199px){
    .container {
        max-width: 960px;
    }
    header .top-panel .box .menu {
        width: 65%;
        margin: 35px 0 0 0;
    }
    header .top-panel .logo {
        margin: 10px 0 0 0;
        width: 35%;
    }
    header .top-panel .logo a{
        display: block;
        width: 100%;
    }
    header .top-panel .logo a img{
        width: 100%;
    }
    header .box .menu{
        width: 55%;
    }
    header .search {
        margin: 6px 15px 0 auto;
        width: 190px;
    }
    .slider-top .item .box .right{
        display: none;
    }
    .slider-top .item .box .left {
        width: 100%;
        padding: 0 0 294px 0;
    }
    .slider-top .item .hochu {
        bottom: 120px;
    }
    .slider-top .item.slid-otchet .box .left {
        width: 100%;
    }
    .slider-top .item .box {
        justify-content: flex-start;
    }
    .slider-top .item .otchet {
        margin-right: 20px;
    }
    .slider-top .item.slid-otchet .star-1 {
        top: 0;
    }
    .slider-top .item .oval-3{
        bottom: 0;
    }
    .slider-top .item.slid-form .box .left {
        width: 75%;
        padding: 0 0 294px 0;
    }
    .slider-top .item .form {
        margin: 0;
        width: 100%;
    }
    .slider-top .item .form .box{
        justify-content: space-between;
    }
    .slider-top .item .star-3{
        top: 265px;
    }
    .slider-top .item.slid-otchet .star-4 {
        bottom: 0;
    }
    .slider-top .item.slid-otchet .star-3 {
        top: 0;
        left: 144px;
    }
    .slider-top .item.slid-otchet .oval-1 {
        right: 342px;
    }
    .slider-top .item.slid-form .star-1 {
        top: 310px;
    }
    .section-3 .box .item .box .img {
        width: 275px;
        margin: 0;
    }
    .section-3 .box .item .box .img img{
        width: 100%;
    }
    .section-4 {
        padding: 72px 20px 0 20px;
    }
    .section-4 .box .item{
        padding: 20px 15px 20px 15px;
        width: 23%;
    }
    .section-6 .box .left {
        width: 40%;
    }
    .section-6 .box .left .text {
        width: 100%;
    }
    .section-6 .box .right {
        width: 58%;
    }
    .section-6 .box .right .form p {
        width: 68%;
    }
    .section-6 .container:after{
        bottom: -80px;
    }
    .section-6 .box .right .form .box .form-group {
        width: 32%;
    }
    footer .box .logo {
        margin: -23px 0 0 0;
    }
    footer .box .right {
        width: 25%;
        margin: 3px 0 0 0;
    }
    .banner .left .title {
        font-size: 50px;
        line-height: 55px;
    }
    .banner .left .text {
        font-size: 20px;
        margin: 0;
    }
    .banner .left {
        width: 55%;
    }
    .banner .star-1{
        top: -10px;
    }
    .banner .right {
        width: 45%;
        margin: -85px 0 0 0;
    }
    .page-one header {
        background: url(/img/bg.svg) 42% 0 no-repeat;
    }
    .section-8 .box .title {
        width: 100%;
    }
    .section-8 .box .text {
        width: 100%;
    }
    .section-8 .box .item {
        width: 50%;
    }
    .section-9 .box .title{
        width: 100%;
        margin-bottom: 20px;
    }
    .section-9 .box .box {
        width: 100%;
    }
    .section-10 {
        margin-top: 0;
    }
    .section-10 .box .item {
        width: 33%;
    }
    .section-8 .box .item a .zag {
        height: 85px;
    }
    .section-10 .box .item a .zag {
        height: 110px;
    }
    .section-11 .box .right {
        width: 53%;
    }
    .section-5 .yes .item {
        width: 33%;
    }
    .spasibo-page .banner .right {
        margin: -113px 0 0 -40px;
    }
    .spasibo-page header {
        background: url(/img/bg.svg) 49% 0 no-repeat;
    }
    .help-page .banner .right {
        margin: -50px 0 0 -30px;
    }
    .section-1 .filter .form-group {
        margin-right: 10px;
    }
    .section-1 .filter label{
        margin-right: 5px;
    }
    .section-1 .filter select,
    .section-1 .filter input{
        width: 165px;
    }
    .child-page .banner .right {
        margin: 26px 0 0 0;
    }
    .child-page header {
        background: url(/img/bg.svg) 50% 0 no-repeat;
    }
    .section-12 .box .left {
        width: 45%;
    }
    .section-12 .box .right {
        width: 55%;
    }
    .section-13 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .section-13 .istory table {
        width: 100%;
    }
    .news-page .section-2 .box {
        margin-bottom: 0;
    }
    .section-2 .filter .box .item{
        padding: 10px;
    }
    .new-page .banner .right .img{
        overflow: visible;
    }
    .section-13 .content blockquote {
        margin-left: -70px;
        padding: 50px 70px 50px 70px;
    }
    .section-13 .content blockquote:before{
        top: -55px;
        left: 40px;
    }
    .section-13 .share{
        margin: 0;
    }
    .section-13 .content ol{
        margin: 0;
        width: 100%;
    }
    .section-13 .content {
        margin-bottom: 50px;
    }
    .section-13 .content p {
        margin-bottom: 30px;
    }
    .section-13 .content ul{
        margin: 0 0 30px 0;
    }
    .section-14 .box .left {
        width: 45%;
    }
    .section-15 .star-3{
        left: 152px;
    }
    .section-15 .oval-3{
        right: 188px;
    }
    .section-16 {
        margin-bottom: 0;
    }
    .section-18 .text {
        width: 75%;
    }
    .section-18 .form {
        width: 50%;
    }
    .section-2 .tables table {
        width: 100%;
    }
    .childs-page header {
        background: url(/img/bg.svg) 51% 0 no-repeat;
    }
    .childs-page .banner .right {
        margin: -98px 0 0 -30px;
    }
    .section-1 .links .item{
        margin-right: 10px;
    }
    .childs-page .banner .right .img{
        overflow: visible;
    }
    .childs-page.srochno .banner .right {
        margin: -33px 0 0 -80px;
    }
    .section-19 .nav-tabs{
        width: 70%;
    }
    .section-19 .oplata{
        width: 100%;
    }
    .section-19 .oplata-price {
        max-width: 920px;
    }
    .section-19 .oplata-price .item {
        margin-right: 6px;
    }
    .section-19 .form{
        width: 80%;
    }
    .childs-page.srochno-1 .banner .right {
        margin: -55px 0 0 -100px;
    }
    .childs-page.srochno-2 .banner .right {
        margin: -59px 0 0 -30px;
    }
    .childs-page.srochno-3 .banner .right {
        margin: -64px 0 0 -330px;
    }
    .childs-page.srochno-4 .banner .right {
        margin: -35px 0 0 -30px;
    }
    .child-page .banner .right .img{
        overflow: visible;
    }
    .child-page .slider-banner .slick-list{
        border-radius: 20px;
    }
    .child-page.istoria .banner .right {
        margin: 174px 0 0 0;
    }
    .child-page.istoria .banner .star-1 {
        top: 17px;
        left: 0;
    }
    .child-page.istoria .section-12 .box .left {
        width: 45%;
    }
    .childs-page.srochno .section-1 {
        margin-bottom: 60px;
        margin-top: 0;
    }
    .childs-page.srochno .section-4 .title{
        width: 64%;
    }
    .childs-page.srochno .section-4 {
        margin: 115px 0 130px 0;
    }
    .childs-page.srochno .section-19 .zag + .oplata-price{
        justify-content: flex-start;
    }
    .childs-page.srochno .section-19 .zag + .oplata-price .item{
        margin-right: 10px;
    }
    .pomosh .banner .right {
        margin: -76px 0 0 -30px;
    }
    .pomosh .banner .right .img{
        overflow: visible;
    }
    .pomosh header {
        background: url(/img/bg.svg) 41% 0 no-repeat;
    }
    .pomosh .section-13 .content blockquote {
        padding: 32px 50px 34px 15%;
        margin-bottom: 60px;
    }
    .pomosh .section-4 {
        margin: 100px 0 180px 0;
    }
    .section-21 .form {
        width: 100%;
    }
    .section-21 .form p {
        width: 80%;
    }
    .pojekt .banner .right {
        margin: -134px 0 0 -330px;
    }
    .pojekt .section-8 .box .item {
        width: 100%;
    }
    .about .banner .right {
        margin: -43px 0 0 -30px;
    }
    .about .section-8:first-child .box .item a .zag{
        height: 100px;
    }
    .fotos .section-16 .spiker .box {
        margin: 0;
        width: 100%;
    }
    .fotos .section-16 .spiker .item {
        width: 33%;
        margin-bottom: 0;
    }
    .fotos .section-8 .box.doki .item {
        width: 33%;
        margin-bottom: 5px;
    }
}
@media(max-width: 991px){
    .container {
        max-width: 720px;
    }
    header .top-panel .logo {
        margin: 10px auto 0 auto;
        width: auto;
    }
    header .top-panel .box .menu {
        width: 100%;
        margin: 0 0 20px 0;
    }
    header .box .menu {
        width: 100%;
        margin: 0 0 20px 0;
    }
    header .search {
        display: none;
    }
    header .tel {
        display: none;
    }
    .slider-top .item .star-3,
    .slider-top .item .star-4,
    .slider-top .item .oval-3,
    .slider-top .item.slid-form .hochu,
    .slider-top .item.slid-form .star-2,
    .slider-top .item.slid-form .star-1{
        display: none;
    }
    .slider-top .item.slid-form .box .left {
        width: 100%;
        padding: 0 0 200px 0;
    }
    .slider-top .item .box .left{
        padding: 0 0 200px 0;
    }
    .section-2 .left {
        width: 100%;
        margin-bottom: 19px;
    }
    .section-2 .right {
        width: 100%;
    }
    .section-3 .box .item .box .title {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .section-3 .box .item .box .img {
        margin: 0 auto;
    }
    .section-3 .box .item:last-child .box .title {
        width: 100%;
    }
    .section-3 .box .item .zag{
        margin: 0 0 24px 0;
        width: 100%;
    }
    .section-3 .box .item .text{
        margin: 0 0 19px 0;
        width: 100%;
    }
    .section-3 {
        background: url(/img/bg-1.svg) 0 50% no-repeat, url(/img/bg-2.svg) 0 50% no-repeat;
        margin: 0 0 65px 0;
        padding-top: 185px;
        padding-bottom: 170px;
    }
    .section-4:before{
        display: none;
    }
    .section-4 {
        padding: 20px 20px 0 20px;
    }
    .section-4 .title{
        margin: 0 0 19px 0;
    }
    .section-4 .text{
        margin: 0 0 35px 0;
        width: 100%;
    }
    .section-4 .box .item {
        width: 48%;
        margin-bottom: 20px;
    }
    .section-5 {
        margin: 110px 0 0 0;
    }
    .section-6 .box .left {
        width: 100%;
    }
    .section-6 .box .left .text p{
        margin-bottom: 10px;
    }
    .section-6 .box .right {
        width: 100%;
        margin: 0;
    }
    .section-6:before,
    .section-6:after,
    .section-6 .container:after{
        display: none;
    }
    .section-6{
        padding: 40px 0 40px 0;
        background: #F3F3F3;
    }
    footer {
        margin: 40px 0 0 0;
    }
    footer .box .right {
        width: 275px;
        margin: 10px auto 0 auto;
    }
    footer .box .right .zag{
        text-align: center;
        margin: 0 0 10px 0;
    }
    footer .box .right .soc{
        justify-content: center;
        margin-bottom: 15px;
    }
    .desing {
        margin: 0 auto;
    }
    .banner .right{
        display: none;
    }
    .banner .left {
        width: 100%;
        padding-bottom: 265px;
    }
    .banner .star-1 {
        top: -30px;
    }
    .section-7 .box .item {
        width: 100%;
        padding-bottom: 40px;
    }
    .section-7 .box .item .num{
        text-align: left;
        padding-left: 50px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .section-7 .box .item .text{
        text-align: left;
        padding-left: 50px;
    }
    .section-7 .box .item .num:after{
        bottom: auto;
        left: 0;
        right: auto;
        top: 0;
    }
    .section-7 .box:before {
        width: 60%;
        height: 2px;
        left: -191px;
        right: auto;
        top: 205px;
        transform: rotate(90deg);
    }
    .section-9 {
        background: url(/img/bg2.svg) 50% -210px no-repeat;
        background-size: 450%;
        padding-top: 150px;
    }
    .section-9 .oval-1{
        top: 35px;
    }
    .section-9 .oval-2{
        top: 50px;
    }
    .section-9 .box .box .left {
        width: 100%;
    }
    .section-9 .box .box .right {
        width: 100%;
    }
    .section-10 .box .item {
        width: 50%;
    }
    .section-11 {
        margin: 60px 0 30px 0;
    }
    .section-11 .box .left {
        width: 100%;
    }
    .section-11 .box .right {
        width: 100%;
    }
    .spasibo-page .banner .left {
        width: 100%;
        padding-bottom: 380px;
    }
    .section-5 .yes .item {
        width: 50%;
    }
    .section-1 .filter{
        flex-wrap: wrap;
    }
    .section-1 .filter .form-group{
        margin-right: 0;
        width: 100%;
    }
    .section-1 .filter label {
        margin-right: 0;
        width: 160px;
    }
    .section-1 .filter select, .section-1 .filter input {
        width: 77%;
    }
    .section-1 .filter select {
        background: #F3F3F3 url(/img/arrow2.svg) 97% 50% no-repeat;
    }
    .help-page .banner .left {
        width: 100%;
    }
    .section-1 .help .item {
        width: 50%;
        margin-bottom: 0;
    }
    .child-page .banner .left {
        width: 100%;
    }
    .child-page .banner .slid .left{
        padding-bottom: 20px;
    }
    .child-page .banner .slid .right{
        display: block;
        width: 100%;
        margin: 0;
    }
    .child-page .banner .slid .right .img img {
        width: 100%;
    }
    .child-page .banner .star-1{
        left: 200px;
    }
    .section-12 .box .left {
        width: 100%;
        margin-bottom: 40px;
    }
    .section-12 .box .right {
        width: 100%;
    }
    .section-12 .box .left .price{
        margin: 30px 0 0 0;
    }
    .section-13 .content .box figure {
        width: 100%;
    }
    .section-13 .content {
        margin-bottom: 40px;
    }
    .child-page .section-2 .item {
        width: 100%;
    }
    .new-page header {
        background: url(/img/bg.svg) 58% 50% no-repeat;
    }
    .new-page .banner .oval-2{
        bottom: 25px;
    }
    .new-page .banner .left {
        width: 100%;
        padding-bottom: 85px;
    }
    .section-13 .content blockquote {
        margin-left: 0;
        padding: 50px 30px 50px 30px;
    }
    .section-13 .content blockquote:after{
        bottom: -80px;
        right: -20px;
    }
    .section-14 .box .right{
        display: none;
    }
    .section-14 .box .left {
        width: 100%;
    }
    .section-14 .title{
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .section-14 .box .left .adress br{
        display: none;
    }
    .section-15 .star-1{
        left: auto;
    }
    .section-15 .porg .item .text{
        width: 100%;
    }
    .section-15{
        background-size: cover;
        padding: 298px 0 250px 0;
        margin: -118px 0 -120px 0;
    }
    .section-15 .star-3,
    .section-15 .oval-3{
        display: none;
    }
    .mero-page .section-13 {
        margin-bottom: 60px;
    }
    .section-17 .cont{
        padding: 20px;
        margin-bottom: -170px;
    }
    .section-17 {
        margin-bottom: 61px;
    }
    .section-18 .text {
        width: 100%;
    }
    .section-18 .form {
        width: 100%;
    }
    .childs-page .banner .left {
        width: 100%;
    }
    .childs-page header {
        background: url(/img/bg.svg) 51% -70px no-repeat;
    }
    .childs-page .banner .star-2{
        top: 200px;
    }
    .childs-page .section-1 {
        margin-top: 0;
    }
    .section-1 .links .item {
        padding: 10px 13px;
    }
    .section-19 .nav-tabs {
        width: 100%;
    }
    .section-19 .oplata-price .item .radio + label{
        padding: 8px;
    }
    .section-19 .oplata .item .radio + label{
        width: 100%;
    }
    .section-19 .oplata .item:last-child label {
        width: 100%;
    }
    .section-19 .form {
        width: 100%;
        margin-bottom: 40px;
    }
    .section-12 .report{
        margin: 30px 0 0 0;
    }
    .child-page.istoria .banner .left {
        width: 100%;
    }
    .child-page.istoria .banner .star-1 {
        top: -35px;
    }
    .child-page.istoria .section-12 .box .left {
        width: 100%;
    }
    .child-page.istoria .section-12 .box .left ul li span {
        width: 83%;
    }
    .section-12 .box.trebe .cena {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-12 .box.trebe .report {
        margin: 0;
    }
    .child-page.istoria .section-13 .content,
    .child-page.istoria .section-19,
    .child-page.istoria .section-13,
    .child-page.istoria .section-13 + .section-13 .content{
        margin-bottom: 60px;
    }
    .child-page .section-2{
        margin-top: 60px;
    }
    .childs-page.srochno .section-1 {
        margin-bottom: 0;
    }
    .childs-page.srochno .section-1 .links {
        margin: 0;
    }
    .section-20 .box .left, .section-20 .box .center {
        width: 100%;
        margin-bottom: 30px;
    }
    .section-20 .box .right {
        margin-top: 0;
    }
    .section-20 .box .box .item .img{
        margin: 0 auto;
    }
    .section-20 .box .right .img {
        height: 300px;
    }
    .childs-page.srochno .section-4 .title {
        width: 100%;
        margin: 0 0 19px 0;
    }
    .childs-page.srochno .section-4 {
        margin: 60px 0 60px 0;
    }
    .pomosh .banner .left {
        width: 100%;
    }
    .pomosh .banner .star-2{
        top: 274px;
    }
    .pomosh header {
        background: url(/img/bg.svg) 41% -100px no-repeat;
    }
    .pomosh .section-13 .content blockquote {
        padding: 50px 30px 50px 30px;
    }
    .pomosh .section-4 .title {
        margin: 0 0 19px 0;
        width: 100%;
    }
    .pomosh .section-4 {
        margin: 0 0 160px 0;
    }
    .pomosh .section-4 .box .item {
        width: 100%;
    }
    .section-21 .title{
        flex-wrap: wrap;
    }
    .section-21 .title a{
        margin-left: 0;
    }
    .section-21 .form .box .item {
        width: 50%;
    }
    .section-21 .form p {
        width: 74%;
    }
    .childs-page.srochno .section-21 {
        margin-top: 20px;
    }
    .pojekt .banner .left {
        width: 100%;
    }
    .pojekt .banner .star-2{
        top: 274px;
    }
    .pojekt header {
        background: url(/img/bg.svg) 43% -100px no-repeat;
    }
    .pojekt .section-1 {
        margin-top: 0;
    }
    .pojekt .section-8 {
        margin: 40px 0 60px 0;
    }
    .about .banner .left {
        width: 100%;
    }
    .about header {
        background: url(/img/bg.svg) 58% -100px no-repeat;
    }
    .about .banner .star-2{
        top: 274px
    }
    .about .section-8:first-child {
        margin: 0;
    }
    .about .section-8:first-child .box .item {
        width: 100%;
    }
    .about .section-8:first-child .box .item a .img {
        height: 200px;
    }
    .about .section-8:first-child .box .item a .zag {
        height: auto;
        padding: 9px 20px 20px 25px;
    }
    .about .section-8 {
        margin: 60px 0;
    }
    .section-22 .box .item {
        width: 100%;
    }
    .section-22 #map {
        height: 400px;
    }
    .fotos .section-8 .box .item {
        width: 49%;
        margin-bottom: 20px;
    }
    .fotos .section-16 .spiker .item {
        width: 50%;
    }
}
@media(max-width: 767px){
    .container {
        max-width: 540px;
    }
    header .top-panel .menu{
        display: none;
    }
    .navbar-light .navbar-toggler {
        height: 40px;
        margin-top: 45px;
        outline: 0;
    }
    .navbar-light .navbar-toggler:focus{
        border-color: #fff;
    }
    header .box .menu{
        background: none;
        padding: 0;
        margin: 0;
    }
    header .box .menu .navbar-collapse{
        background: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    .slider-top {
        margin-top: 0;
    }
    .slider-top .item .star-2,
    .slider-top .item .hochu{
        display: none;
    }
    .slider-top .item .box .left .title{
        font-size: 41px;
        line-height: 55px;
        letter-spacing: 0;
    }
    .slider-top .item .box .left .text{
        font-size: 20px;
        width: 100%;
        padding: 0;
    }
    .slider-top .item .otchet .txt{
        font-size: 20px;
        letter-spacing: 0;
        margin: 0 0 15px 0;
    }
    .slider-top .item .otchet .num{
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
    .slider-top .item .bot {
        margin: 20px 0 0 0;
    }
    .slider-top .item.slid-otchet .oval-1 {
        right: 142px;
    }
    .slider-top .item .form .form-group {
        width: 32%;
    }
    .slider-top .item .form .mini .form-group {
        width: 24%;
    }
    .slider-top .item .form button.btn{
        margin: 0 auto 20px auto;
    }
    .slider-top .item .form p{
        width: 100%;
        text-align: center;
    }
    header {
        background: url(/img/bg.svg) 58% -115px no-repeat;
    }
    .title{
        font-size: 41px;
        line-height: 55px;
        letter-spacing: 0;
    }
    .section-1 .slider-help {
        padding-top: 30px;
        margin: 0;
        width: 100%;
    }
    .slick-slider .slick-arrow{
        top: -9px;
    }
    .section-1 .slider-help.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .section-1 .slider-help.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .section-1 {
        margin-top: 0;
    }
    .section-2 {
        margin-top: 60px;
    }
    .section-2 .title {
        margin-bottom: 20px;
    }
    .section-2 .date{
        top: 85px;
    }
    .section-2 .zag{
        top: 115px;
    }
    .section-2 .text{
        top: 155px;
    }
    .section-2 .item {
        width: 100%;
    }
    .section-2 .item .text{
        /*display: none;*/
    }
    .section-2 .item .img {
        /*height: auto;*/
    }
    .section-2 .item .zag{
        /*top: auto;*/
        /*bottom: 20px;*/
    }
    .section-2 .item .date{
        /*top: auto;*/
        /*bottom: 50px;*/
    }
    .section-2 .item:hover .date {
        /*top: auto;*/
    }
    .section-2 .item:hover .zag {
        /*top: auto;*/
    }
    .section-3 .box .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-3 {
        background: url(/img/bg-1.svg) 0 0 no-repeat, url(/img/bg-2.svg) 0 0 no-repeat;
        background-size: cover;
        margin: 0;
        padding-top: 60px;
        padding-bottom: 170px;
    }
    .section-3 .container:after{
        display: none;
    }
    .section-1.ewe{
        margin-top: -90px;
    }
    .section-1.ewe .slider-yes.slick-slider .slick-arrow {
        top: -5px;
    }
    .section-1.ewe .slider-yes.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .section-1.ewe .slider-yes.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .section-1.ewe .slider-yes {
        padding-top: 55px;
        width: 100%;
        margin: 0;
    }
    .section-4 {
        margin-top: 60px;
    }
    .section-4 .text{
        font-size: 20px;
    }
    .section-4 .box .item {
        width: 100%;
    }
    .section-4 .box .item .txt {
        font-size: 16px;
    }
    .section-5 {
        margin: 180px 0 0 0;
    }
    .section-5 .slider-yes.slick-slider .slick-arrow {
        top: -5px;
    }
    .section-5 .slider-yes.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .section-5 .slider-yes.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .section-5 .slider-yes {
        margin: 0;
        width: 100%;
        padding-top: 30px;
    }
    .section-6 .box .left .title {
        line-height: 55px;
    }
    .section-6 .box .left .text p {
        font-size: 16px;
    }
    .section-6 .box .left {
        margin-bottom: 20px;
    }
    .section-6 .box .right .form .box .form-group {
        width: 100%;
    }
    footer .box .logo {
        margin: 0 0 20px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    footer .foot .box .copy{
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    footer .box .right {
        margin: 20px auto 0 auto;
    }
    .page-one header {
        background: url(/img/bg.svg) 50% -250px no-repeat;
    }
    .banner .left .title {
        font-size: 41px;
    }
    .section-7 .box:before {
        width: 2px;
        height: 83%;
        left: 15px;
        right: auto;
        top: 0;
        transform: rotate(0deg);
    }
    .section-7 .box .item .num{
        font-size: 35px;
        line-height: 45px;
    }
    .section-2 .hochu{
        display: none;
    }
    .section-8 {
        margin: 60px 0 0 0;
    }
    .section-8 .box .title {
        letter-spacing: 0;
        line-height: 55px;
    }
    .section-8 .box .item {
        width: 100%;
    }
    .section-8 .box .item a .zag {
        height: auto;
    }
    .section-9 {
        background: url(/img/bg2.svg) 50% -190px no-repeat;
        background-size: 585%;
    }
    .section-9 .oval-1,
    .section-9 .oval-2,
    .section-9 .oval-3{
        display: none;
    }
    .section-10 .box .item {
        width: 100%;
    }
    .section-10 .box .item a .zag {
        height: auto;
    }
    .section-11 .title {
        margin-bottom: 30px;
    }
    .section-5 .oval-2{
        display: none;
    }
    .spasibo-page header {
        background: url(/img/bg.svg) 49% -175px no-repeat;
    }
    .spasibo-page .banner .star-2,
    .spasibo-page .banner .star-3,
    .spasibo-page .banner .oval-2,
    .spasibo-page .banner .hochu{
        display: none;
    }
    .spasibo-page .banner .left {
        padding-bottom: 280px;
    }
    .child-page .banner .star-1 {
        left: 0;
        top: -26px;
    }
    .child-page header {
        background: url(/img/bg.svg) 50% -150px no-repeat;
    }
    .section-13 .history .item .date {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .section-13 .istory table thead th{
        font-size: 16px;
        padding: 10px;
    }
    .section-13 .istory table tbody td{
        font-size: 16px;
        padding: 10px;
    }
    .child-page .section-2 .item:hover .date {
        top: auto;
    }
    .child-page .section-2 .item:hover .zag {
        top: auto;
    }
    .child-page .section-2 .item .img {
        /*height: auto;*/
    }
    .child-page .section-2 .item .date{
        height: 20px;
        top: auto;
    }
    .child-page .section-2 .item .zag{
        top: auto;
    }
    .section-2 .filter .box .item {
        width: 48%;
        text-align: center;
    }
    .section-2 .box.two .item {
        width: 100%;
    }
    .section-2 .box.two .item .img {
        /*height: auto;*/
    }
    .section-2 .box.two .item .date,
    .section-2 .box.two .item .zag{
        top: auto;
    }
    .section-14 .title{
        font-size: 41px;
        line-height: 55px;
    }
    .section-14 .box .left .date,
    .section-14 .box .left .rab,
    .section-14 .box .left .adress{
        font-size: 16px;
    }
    .section-15 .porg .item .text {
        font-size: 16px;
    }
    .section-15 .star-2{
        display: none;
    }
    .section-17 .cont .date,
    .section-17 .cont .rab,
    .section-17 .cont .adress{
        font-size: 16px;
    }
    .section-17 .cont{
        width: 100%;
    }
    .section-17 .cont .adress br{
        display: none;
    }
    .section-2 .tables table tbody td:first-child {
        padding: 10px;
    }
    .section-2 .tables table tbody td{
        font-size: 16px;
        padding: 10px;
    }
    .section-2 .tables table thead th{
        font-size: 16px;
        padding: 10px;
    }
    .otchet-page .section-2 .filter .box .item{
        margin-right: 10px;
    }
    .childs-page header {
        background: url(/img/bg.svg) 51% -170px no-repeat;
    }
    .section-1 .links .item{
        margin-bottom: 10px;
    }
    .section-1 .links{
        margin: 0 0 30px 0;
    }
    .section-1 .filter label {
        font-size: 16px;
    }
    .section-19 .oplata .item {
        width: 33%;
    }
    .section-19 .oplata .item .radio + label {
        width: 100%;
    }
    .section-19 .oplata .item:last-child label {
        width: 100%;
    }
    .section-19 .oplata .item .radio + label span img{
        width: 85%;
        height: 40px;
        object-fit: contain;
    }
    .section-19 .oplata-price {
        justify-content: space-between;
    }
    .section-19 .oplata-price .item {
        width: 33%;
        margin-right: 0;
    }
    .section-19 .oplata-price .item input {
        max-width: 100%;
    }
    .section-19 .form .box p{
        width: 70%;
    }
    .child-page.istoria .section-12 .box .left ul li span {
        width: 77%;
    }
    .section-12 .box.trebe .cena .price{
        font-size: 20px;
        margin-bottom: 0;
    }
    .section-12 .box.trebe .cena a {
        font-size: 16px;
    }
    .section-12 .report .txt{
        font-size: 16px;
    }
    .section-12 .box .right .text{
        font-size: 16px;
    }
    .section-12 .box .left ul li{
        font-size: 16px;
    }
    .section-13 .content h2 {
        font-size: 20px;
    }
    .section-13 .content p{
        font-size: 16px;
    }
    .childs-page.srochno .section-4 {
        margin: 60px 0 140px 0;
    }
    .pomosh .section-1 {
        margin-top: 0;
    }
    .pomosh header {
        background: url(/img/bg.svg) 41% -185px no-repeat;
    }
    .pomosh .section-1 .links .item {
        font-size: 16px;
        padding: 7px 13px;
        margin-right: 10px;
    }
    .pomosh .section-13 .content ol {
        margin: 0 0 60px 0;
    }
    .section-13 .content ol li {
        font-size: 16px;
    }
    .section-13 .content blockquote .zag{
        font-size: 20px;
    }
    .section-13 .content ul li {
        font-size: 16px;
    }
    .section-21 .form .form-group input,
    .section-21 .form .form-group textarea,
    .section-21 .form .box .item .checkbox + label{
        font-size: 14px;
    }
    .section-21 .form p {
        width: 66%;
    }
    .section-21 .form .zag{
        font-size: 18px;
    }
    .pojekt header {
        background: url(/img/bg.svg) 43% -200px no-repeat;
    }
    .pojekt .section-1 .links .item {
        font-size: 16px;
        letter-spacing: 0;
        padding: 9px 10px;
    }
    .pojekt .section-1 .filter label {
        width: auto;
        margin-right: 10px;
    }
    .pojekt .section-1 .filter select{
        width: 100%;
    }
    .pojekt .section-8 .box .item a .zag {
        height: 110px;
    }
    .about header {
        background: url(/img/bg.svg) 58% -200px no-repeat;
    }
    .section-22 .title {
        margin-bottom: 30px;
    }
    .section-22 .box .item ul li{
        font-size: 16px;
    }
    .fotos .section-1 .title {
        font-size: 41px;
        line-height: 55px;
    }
    .fotos .section-1 .text{
        margin-bottom: 30px;
    }
    .fotos .section-8 .box .item {
        width: 100%;
    }
    .fotos .section-8 .box.doki .item {
        width: 49%;
        margin-bottom: 10px;
    }
    .news-page.long .section-2 .title {
        font-size: 41px;
        line-height: 55px;
    }
    .desing{
        display: none;
    }
    .desing.mobile{
        display: block;
        margin-top: 20px;
    }
    footer .box .right .soc {
        margin-bottom: 0;
    }

    #specialversion2 {
        display: none;
    }

}
@media(max-width: 575px){
    .container {
        max-width: 100%;
    }
    header .top-panel .logo {
        margin: 10px auto 0 auto;
        width: 78%;
    }
    .navbar-light .navbar-toggler {
        margin-top: 25px;
        margin-right: 10px;
    }
    .slider-top .item .box .left .title,
    .title{
        font-size: 35px;
        line-height: 40px;
    }
    .slider-top .item .box .left {
        padding: 0 0 20px 0;
    }
    .slider-top .item .star-5{
        display: none;
    }
    .slider-top .item .oval-1{
        bottom: 0;
    }
    .slider-top .item.slid-otchet .oval-1 {
        right: 0;
    }
    .slider-top .item.slid-otchet .oval-2{
        bottom: 40px;
    }
    .slider-top .item .form .form-group {
        width: 100%;
    }
    .slider-top .item .form .mini .form-group {
        width: 48%;
    }
    .slider-top .item.slid-form .box .left {
        width: 100%;
        padding: 0 0 135px 0;
    }
    .slick-slider .slick-dots{
        bottom: 100px;
    }
    header {
        background: url(/img/bg.svg) 50% 0 no-repeat;
    }
    .slider-top .item .form .form-group {
        margin-bottom: 22px;
    }
    .slider-top .item .form .mini .form-group{
        margin-bottom: 0;
    }
    .section-1 .slider-help:before{
        display: none;
    }
    .section-1:after{
        right: 0;
    }
    .section-2 .img{
        height: 465px;
    }
    .section-2 .text{
        width: 85%;
    }
    .section-3 .box .item .zag{
        font-size: 18px;
    }
    .section-3 .box .item .text{
        font-size: 16px;
    }
    .section-4 {
        margin-top: 60px;
        height: 600px;
        background-size: cover;
    }
    .section-5 {
        margin: 120px 0 0 0;
    }
    .section-6 .box .left .title {
        line-height: 40px;
    }
    .section-6 .box .right .form button.btn{
        margin: 0 auto 20px auto;
    }
    .section-6 .box .right .form p {
        width: 100%;
        margin: 0;
    }
    footer .box .menu{
        width: 100%;
        text-align: center;
    }
    footer .foot .box a{
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    footer .foot .box a:last-child{
        margin-bottom: 0;
    }
    .banner .left .title {
        font-size: 35px;
        line-height: 40px;
    }
    .banner .left .text {
        font-size: 16px;
    }
    .section-8 .box + .box {
        margin: 0;
        width: 100%;
    }
    .section-9 .box .title {
        font-size: 35px;
        line-height: 40px;
    }
    .section-9 .box .box .left .item .text,
    .section-9 .box .box .right .item .text{
        width: 72%;
    }
    .section-9{
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 40px 0;
        background: #b8e1fa;
    }
    .section-9 .box{
        position: relative;
    }
    .section-9 .box .box .left .item:nth-child(2),
    .section-9 .box .box .right .item:nth-child(2){
        margin-left: 0;
    }
    .section-9 .box .box .left .item:nth-child(3),
    .section-9 .box .box .right .item:nth-child(3){
        margin-left: 0;
    }
    .section-9 .box .box .left .item:nth-child(4),
    .section-9 .box .box .right .item:nth-child(4){
        margin-left: 0;
    }
    .section-9 .box .box .left .item .num,
    .section-9 .box .box .right .item .num{
        margin: -11px 10px 0 0;
    }
    .section-9 .box .box .left .item,
    .section-9 .box .box .right .item{
        margin-bottom: 20px;
    }
    .section-9 .box .box .right,
    .section-9 .box .box .left{
        background: none;
        position: relative;
    }
    .section-9 .box .box:before {
        content: '';
        border: 1px dashed #F85141;
        width: 1px;
        height: 90%;
        position: absolute;
        left: 30px;
        top: 10px;
    }
    .section-11 .box .right{
        height: auto;
    }
    .section-11 .box .right .box .mail{
        margin-bottom: 20px;
    }
    .section-11 .box .right .box .tel{
        width: 100%;
    }
    .section-5 .oval-1,
    .section-5 .oval-3,
    .section-5 .oval-4{
        display: none;
    }
    .section-5 .yes .item {
        width: 100%;
    }
    .pagination li .page-link{
        padding: 10px;
    }
    .pagination li:first-child .page-link{
        margin-right: 5px;
    }
    .pagination li:last-child .page-link{
        margin-left: 5px;
    }
    .spasibo-page header {
        background: url(/img/bg.svg) 49% 72% no-repeat;
    }
    .spasibo-page .banner .star-4{
        display: none;
    }
    .spasibo-page .section-5 {
        margin: 0;
    }
    .section-5 .yes{
        margin: 0;
        width: 100%;
    }
    .spasibo-page .banner .star-4{
        bottom: 120px;
    }
    .help-page .banner .hochu,
    .help-page .banner .star-4{
        display: none;
    }
    .help-page header {
        background: url(/img/bg.svg) 50% 75% no-repeat;
    }
    .slider-banner.slick-slider .slick-arrow {
        top: 40%;
    }
    .child-page .banner .star-4{
        display: none;
    }
    .section-12 {
        margin: 30px 0 0 0;
    }
    .help-page .banner .star-2{
        top: 330px;
    }
    .section-1 .filter .form-group{
        flex-wrap: wrap;
    }
    .section-1 .filter select, .section-1 .filter input {
        width: 100%;
    }
    .section-1 .filter button{
        top: 40px;
    }
    .section-1 .filter select {
        background: #F3F3F3 url(/img/arrow2.svg) 94% 50% no-repeat;
    }
    .section-1 .help .item {
        width: 100%;
    }
    .section-13 .istory .scrol{
        overflow: hidden;
        overflow-x: scroll;
    }
    .section-13 .istory table thead th {
        font-size: 14px;
    }
    .section-13 .istory table tbody td {
        font-size: 14px;
    }
    .section-13 .istory table {
        width: 500px;
    }
    .child-page header {
        background: url(/img/bg.svg) 50% -240px no-repeat;
        padding-bottom: 0;
    }
    .child-page .banner .star-1 {
        top: -35px;
    }
    .banner .star-2{
        display: none;
    }
    .section-12 .box .left ul li span {
        width: 65%;
    }
    .section-12 .box .left .price{
        font-size: 20px;
    }
    .section-12 .box .right .text{
        font-size: 14px;
    }
    .section-13 .history .item .date{
        font-size: 18px;
    }
    .section-13 .history .item .price{
        font-size: 16px;
    }
    body{
        font-size: 16px;
    }
    .section-13 .content p {
        margin-bottom: 30px;
    }
    .section-13 .content figure {
        margin-bottom: 30px;
    }
    .section-13 .content figure img{
        height: auto;
    }
    .section-2 .filter .box .item {
        width: 100%;
        margin-right: 0;
    }
    .section-2 .filter select{
        width: 77%;
    }
    .section-2 .box.two .item .img {
        height: auto;
    }
    .section-2 .box.two .item .date,
    .section-2 .box.two .item .zag{
        top: auto;
    }
    .new-page header {
        background: url(/img/bg.svg) 58% 65% no-repeat;
    }
    .new-page .banner .star-2{
        display: none;
    }
    .section-13 .content ul li {
        font-size: 16px;
    }
    .section-13 .content blockquote{
        font-size: 16px;
    }
    .section-13 .content ol li {
        font-size: 16px;
    }
    .section-13 .share {
        flex-wrap: wrap;
    }
    .section-13 .share .txt {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .new-page .section-13 {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .section-13 .content blockquote:after {
        bottom: -50px;
        right: 0;
        background: url(/img/star2.svg) 0 0 no-repeat;
        width: 124px;
        height: 124px;
    }
    .section-15 .oval-1,
    .section-15 .oval-2,
    .section-15 .star-1{
        display: none;
    }
    .section-14 .title {
        font-size: 35px;
        line-height: 40px;
    }
    .otchet-page .section-2 .title {
        font-size: 35px;
        line-height: 40px;
    }
    .section-2 .txt {
        font-size: 14px;
    }
    .section-2 .year .box .item{
        padding: 8px 17px;
    }
    .otchet-page .section-2 .filter .box .item {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .section-2 .tables table thead th {
        font-size: 14px;
        padding: 5px;
    }
    .section-2 .tables table thead th:first-child{
        width: auto;
        padding: 5px;
    }
    .section-2 .tables table tbody td {
        font-size: 14px;
        padding: 5px;
    }
    .section-2 .tables table tbody td:first-child {
        padding: 5px;
    }
    .childs-page header {
        background: url(/img/bg.svg) 51% 75% no-repeat;
    }
    .section-19 .nav-tabs .nav-link{
        font-size: 0;
        padding: 0;
    }
    .section-19 .oplata .item {
        width: 50%;
    }
    .section-19 .oplata-price .item {
        width: 49%;
    }
    .section-19 .oplata-price .item.other-sum {
        width: 100%;
    }
    .section-19 .form .box .form-group {
        width: 100%;
        /*margin-bottom: 10px;*/
    }
    .section-19 .form .box button.btn {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .section-19 .form .box p {
        width: 100%;
        margin: 0;
    }
    .banner .left .obshee .progress .nool .cent{
        font-size: 20px;
    }
    .banner .left .obshee .finish{
        font-size: 20px;
        margin: -10px 0 0 0;
    }
    .child-page.istoria .section-12 .box .left ul li span {
        width: 65%;
    }
    .section-13 .content p {
        font-size: 14px;
    }
    .section-13 .content ul li {
        font-size: 14px;
    }
    .section-20 .box .box .item .img {
        width: 123px;
        height: 123px;
    }
    .section-20 .box .left, .section-20 .box .center{
        padding: 10px 5px 10px 5px;
    }
    .section-20 .box .scroll {
        max-height: 600px;
    }
    .section-20 .box .right{
        padding: 10px;
    }
    .childs-page.srochno .section-4 {
        margin: 60px 0 100px 0;
    }
    .childs-page.srochno .section-19 .zag + .oplata-price .item {
        margin-right: 0px;
        width: 100%;
    }
    .pomosh header {
        background: url(/img/bg.svg) 60% 75% no-repeat;
    }
    .pomosh .section-1 .links .item {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 5px;
    }
    .pojekt header {
        background: url(/img/bg.svg) 58% 75% no-repeat;
    }
    .section-13 .content ol li {
        font-size: 14px;
    }
    .section-13 .content ol li:before{
        font-size: 14px;
        top: 0;
    }
    .section-13 .content blockquote .zag {
        font-size: 16px;
    }
    .section-13 .content blockquote {
        font-size: 14px;
    }
    .pomosh .section-4 .title{
        line-height: 40px;
    }
    .pomosh .section-4 {
        height: 380px;
    }
    .section-21 .form .box .form-group {
        width: 100%;
    }
    .section-21 .form .box .item {
        width: 100%;
    }
    .section-21 .form .form-group textarea{
        margin-bottom: 0px;
    }
    .section-21 .form button.btn {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }
    .section-21 .form p {
        width: 100%;
    }
    .pojekt .section-8 .box .item a .zag {
        height: auto;
    }
    .slider-poject.slick-slider .slick-arrow {
        top: 5px;
    }
    .slider-poject.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .slider-poject.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .pojekt .section-8 .box {
        padding-top: 60px;
        margin: 0;
        width: 100%;
    }
    .pojekt .section-8 {
        margin: 40px 0 0 0;
    }
    .about header {
        background: url(/img/bg.svg) 58% 75% no-repeat;
    }
    .about .section-8:first-child .box {
        margin: 0;
        width: 100%;
    }
    .about .section-8 .text {
        margin-bottom: 20px;
    }
    .section-8 .slider-foto.slick-slider .slick-arrow {
        top: 5px;
    }
    .section-8 .slider-foto.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .section-8 .slider-foto.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .section-8 .slider-foto {
        padding-top: 55px;
        margin: 0 0 39px 0;
        width: 100%;
    }
    .section-16 .slider-spiker .slick-arrow {
        top: 5px;
    }
    .about .section-16 .slider-spiker.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .about .section-16 .slider-spiker.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
    .about .section-16 .slider-spiker {
        margin: 0;
        width: 100%;
        padding-top: 30px;
    }
    .about .section-8:nth-child(4) {
        margin: 60px 0;
    }
    .about .section-8 .slider-poject {
        padding-top: 55px;
        margin: 0 0 41px 0;
        width: 100%;
    }
    .fotos .section-16 .spiker .item {
        width: 100%;
    }
    .slider-top .item .box .right {
        display: block;
        width: 100%;
        margin: 0;
    }
    .slider-top .item.slid-otchet .box .right {
        width: 100%;
    }
    .slider-top .item.slid-form .box .right {
        display: none;
    }
    .slider-top .item.slid-form .box .left {
        padding: 0 0 140px 0;
    }
    .banner .left {
        padding-bottom: 105px;
    }
    .section-2 {
        margin-top: 0;
    }
    .spasibo-page .banner .left {
        padding-bottom: 105px;
    }
    .section-15 {
        margin: -118px 0 -200px 0;
    }
    .section-19 .form .box .form-group input{
        font-size: 14px;
        padding: 0 20px;
    }
    .section-19 .form .box .form-group select{
        font-size: 14px;
    }
    .section-19 .form{
        padding: 30px 15px 17px 15px;
    }
    .childs-page.srochno-1 .banner {
        padding: 71px 0 0 0;
    }
    .childs-page.srochno-3 .banner {
        padding: 71px 0 0 0;
    }
    .child-page.istoria.pravki .section-13 .content {
        margin-bottom: 0;
    }
}
