body {
    margin:0;
    color:#23363e;
    /*font:400 14px/18px "MuseoSansCyrl","Arial",sans-serif;*/
    font:400 16px/24px "Proxima Nova","Arial",sans-serif;
    background:#fff;
	-webkit-font-smoothing: antialiased;
    min-width: 375px;
}
img {
    border-style:none;
    max-width: 100%;
}
a {
    color:#23363e;
    outline:none;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a:hover {
    text-decoration:none;
}
* {
    outline:none;
    box-sizing: border-box;
}
input, textarea, select {
   font:100% "Proxima Nova","Arial",sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
   -webkit-border-radius: 0;
}
input:not([type="radio"], [type="checkbox"]), textarea, select {
    font:100% "Proxima Nova","Arial",sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
	min-width: 0;
}
fieldset {
     /*max-width: 100%;*/
    /*display: table-cell;*/
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}
ul, ol {list-style:none; margin:0; padding:0;}
dl {margin:0 0 10px;}
nav ul, nav ol {list-style:none; list-style-image: none; margin:0; padding:0;}
ul li {list-style: none; list-style: none outside;}
p {margin:0 0 10px;}
h1 {font-size:40px; line-height:42px; margin:0 0 20px;}
h2 {
    /* font-size:30px;
    line-height:32px;
    margin:0 0 18px; */
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -0.05em;
    color: #000000;
}
h3 {font-size:24px; line-height:26px; margin:0 0 16px;}
h4 {font-size:22px; line-height:24px; margin:0 0 14px;}
h5 {font-size:20px; line-height:22px; margin:0 0 12px;}
h6 {font-size:18px; line-height:20px; margin:0 0 10px;}
a { text-decoration:none; outline:none;}
button,
input[type="submit"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
textarea:-moz-placeholder {color:#23363e;}
textarea::-moz-placeholder {color:#23363e;opacity:1;}
textarea::-webkit-input-placeholder {color:#23363e;}
textarea:-ms-input-placeholder {color:#23363e;}
textarea::placeholder {color:#23363e;}
input:-moz-placeholder {color:#687074;}
input::-moz-placeholder {color:#687074;opacity:1;}
input::-webkit-input-placeholder {color:#687074;}
input:-ms-input-placeholder {color:#687074;}
input::placeholder {color:#687074;}
input:focus::-webkit-input-placeholder {
    color:transparent;
}
input:focus:-moz-placeholder {
    color:transparent;
}
input:focus:-ms-input-placeholder {
    color:transparent;
}
input:focus::-moz-placeholder {
    color:transparent;
}
.btn{
    height: 34px;
    border: 1px solid #000000;
    border-radius: 4px;
    display: inline-flex;
    width: 100%;
    max-width: 188px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.01em;
    padding: 5px 10px;
    color: #000000;
    background: transparent;
}
.btn:hover{
    color: #fff;
    background: #000;
}
.btn_green,
.btn-yellow{
    width: 284px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
    background: #DAEB13;
    border-radius: 4px;
}
.btn_green:hover,
.btn-yellow:hover{
    background: #EBFF00;
}
/* =============================================================================
	MAIN
	========================================================================== */
html,body {
    height: 100%;
    margin: 0;
     min-width: 375px;
    -webkit-text-size-adjust: none;
}
#wrapper {
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 136px;
}
#main{
    position: relative;
    flex: 5000 1 auto;
}
* html #wrapper {
    height: 100%;
}
.container{
    /* max-width: 1130px; */
    max-width: 1318px;
    margin: 0 auto;
    /* padding: 0 10px; */
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header{
    /*background: #ffffff;*/
    height: 136px;
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#header:after{
    position: absolute;
    content: '';
    /* width: 100vw; */
    width: calc(100% - 17px);
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #E0E4E7;
    top: 60px;
}
#header .container{
    position: relative;
    height: 100%;
}
.logo {
    position: absolute;
    /* left: 10px; */
    /* top: 10px; */
    display: block;
    /* width: 268px;
    height: 92px; */
    text-indent:-9999px;
    /* overflow:hidden; */
    /* margin:0; */
    width: 322px;
    height: 38px;
    left: 15px;
    bottom: 18px;
    background: url("../images/logo_new.svg") no-repeat;
    background-size: 100%;
}
.logo a{
    display: block;
    height: 100%;
}
.holder-head{
    /* padding: 0 0 0 314px; */
    padding: 0;
}
/* .top-head{
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    padding-left: 340px;
} */
.holder-head .group{
    /* margin: 0 0 17px; */
}
.search_box{
    /* order: 1; */
    position: absolute;
    right: 15px;
    bottom: 20px;
    height: 34px;
    width: 65%;
    z-index: 1;
}
.search_box .open_search{
    display: block;
    width: 21px;
    height: 20px;
    background: url("../images/nw_icon-search.svg") no-repeat;
    background-size: 100%;
    /* margin-top: 6px; */
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
    right: 0;
}
.search_box .form-search{
    /* float: left;
    width: 52%;
    margin: 0 2% 0 0; */
    order: 1;
    /* display: none; */
    /* position: relative; */
    padding: 0 0 0 0;
    opacity: 0;
    pointer-events: none;
    transition: all 200ms linear;
}
.search_box.open .form-search{
    opacity: 1;
    pointer-events: auto;
}
.form-search fieldset{
    position: relative;
}
.form-search .input{
    display: block;
    width: 100%;
    border: none;
    /* height: 54px; */
    /* padding: 0 40px 0 31px; */
    /* font-weight: 500; */
    /* font-size: 14px; */
    /* line-height: 18px; */
    /* background: #f5f7f9; */
    /* border-radius: 0 0 14px 14px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #AEB2B4;
    font-weight: 400;
    font-size: 18px;
    height: 36px;
    padding: 0 100px 0 24px;
}
.form-search .button{
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    /* margin: -8px 0 0; */
    cursor: pointer;
    /* background: url("../images/bg-1.png") no-repeat; */
    /* width: 16px;
    height: 16px; */
    overflow: hidden;
    text-indent: -9999px;
    transform: translateY(-56%);
    width: 21px;
    height: 20px;
    background: url("../images/nw_icon-search.svg") no-repeat;
    background-size: 100%;
    transition: all 200ms linear;
}
.form-search .button:hover{
    opacity: 0.8;
}
.search_box .close_search{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 54px;
    width: 36px;
    height: 36px;
    background: url("../images/nw_close-search.svg") no-repeat;
    background-position: 50%;
    background-size: 11px 11px;
}
.holder-sin-in{
    /* overflow: hidden; */
    /* padding: 17px 0 17px 4%; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: flex-end;
    /* border-bottom: 1px solid #f5f7f9; */
    order: 2;
}
.head-tel{
    /* display: inline-block;
    vertical-align: top; */
    /* font-weight: 700; */
    font-size: 20px;
    line-height: 1;
    /* color: #3cbff3; */
    color: #000;
    font-weight: 600;
    position: absolute;
    right: 143px;
    bottom: 26px;
}
.head-tel:hover{
    text-decoration: underline;
}
#header .btn{
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 1;
}
.cabinet,
#header .sin-in{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 36px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #aeda00;
}
.cabinet:before,
#header .sin-in:before{
    /* content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -13px 0 0;
    background: url("../images/bg-2.png") no-repeat;
    width: 26px;
    height: 26px; */
}
#nav{
    position: absolute;
    /* width: 100%; */
    left: 15px;
    right: 15px;
    top: 22px;
    padding-right: 200px;
}
#nav ul{
    margin:0;
    padding:0;
    font-size: 0;
    line-height: 0;
    list-style:none;
    /* text-align:justify; */
    /* -ms-text-justify: inter-ideograph; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
#nav ul:after{
    content:'';
    width:100%;
    height:0;
    display:inline-block;
}
#nav ul  li{
    /* display:inline-block; */
    /* vertical-align:top; */
    padding: 0 0 20px;
    margin-right: 40px;
}
#nav ul li:last-child{
    margin-right: 0;
}
#nav ul li.has-drop:hover > a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 21px;
    z-index: 3;
    bottom: -20px;
    border-bottom: 1px solid #3cbff3;
}
#nav > ul > li > a{
    position: relative;
    /* font-weight: 700; */
    /* color: #23363e; */
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
#nav > ul > li.has-drop > a{
    padding: 0 21px 0 0;
}
#nav > ul > li.has-drop > a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: url("../images/bg-3.png") no-repeat;
    width: 12px;
    height: 6px;
}
#nav > ul > li.active > a,
#nav > ul > li > a:hover{
    /* color: #3cbff3; */
    color: #7F13EB;
    text-decoration: underline;
}
.holder-drop:after {
    display:block;
    content:"";
    clear:both;
}
.holder-drop{
    position: absolute;
    z-index: 2;
    padding: 38px 10px 0;
    top: -99999px;
    left: 0;
    right: 0;
    background: #ffffff;
}
#nav > ul > li:hover .holder-drop{
    top: 100%;
}
.holder-drop:before{
    content: '';
    position: absolute;
    top: 0;
    left: -999px;
    right: -999px;
    border-top: 1px solid #f5f7f9;
}
.drop-nav{
    padding: 0 6% 0 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.drop-nav ul{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.drop-nav ul li{
    margin: 0 0 9px;
}
.drop-nav ul span{
    display: block;
    padding: 0 0 7px;
    font-weight: 700;
    color: #23363e;
    font-size: 18px;
    line-height: 1;
}
.drop-nav ul a{
    font-weight: 500;
    color: #3e6372;
}
.drop-nav ul a:hover{
    opacity: 0.8;
}
.nav-slider{
    float: right;
    width: 287px;
    font-size: 10px;
    line-height: 1;
}
.nav-slider .title{
    display: block;
    position: relative;
    padding: 0 0 0 32px;
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #23363e;
}
.nav-slider .title:before{
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    background: url("../images/bg-5.png") no-repeat;
    width: 16px;
    height: 15px;
}
.slider-popular .slick-slide{
    background: #f5f9fa;
    border-radius: 6px;
    padding: 26px 30px;
}
.slider-popular .age{
    display: block;
    margin: 0 0 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #989da0;
}
.slider-popular .complex{
    display: block;
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3e6372;
}
.slider-popular .city{
    display: block;
    margin: 0 0 32px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73;
}
.slider-popular .price{
    display: block;
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #aeda00;
}
.slider-popular .price span{
    font-size: 30px;
}
.composition{
    overflow: hidden;
    border-top: 1px solid #e5edef;
    padding: 13px 0 0;
}
.composition > div{
    /* float: left; */
    /* padding: 0 5px 0 33px; */
    width: 50%;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #676f73;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}
.composition img{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.composition span.dscr,
.composition span{
    display: block;
    /* margin: 0 0 4px; */
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #AEB2B4;
    margin-top: 9px;
}
.composition .text{
    /* font-weight: 500;
    font-size: 16px;
    color: #23363e; */
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0;
}
.slick-dots{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.slick-dots button{
    margin: 0;
    padding: 0;
    border: none;
    background: #e2e6ec;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}
.slick-dots li.slick-active button{
    background: #3cbff3;
}
.slider-popular .slick-list{
    margin: 0 0 26px;
}
.fancybox-bg{
    background: rgba(0, 0, 0, 0.37);
}
.holder-popup{
    display: none;
    overflow: visible;
    /*vertical-align: top;*/
    padding: 39px 1.5%;
    /* max-width: 600px; */
    width: 100%;
    background: #ffffff;
    /* border-radius: 38px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    max-width: 667px;
}
/* .holder-popup:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    background: #edeff2;
    border-radius: 38px;
    transform: rotate(4deg) rotateY(0deg);
    -webkit-transform: rotate(4deg) rotateY(0deg);
    -moz-transform: rotate(4deg) rotateY(0deg);
    -o-transform: rotate(4deg) rotateY(0deg);
    -ms-transform: rotate(4deg) rotateY(0deg);
} */
.popup-link{
    font-size: 0;
    line-height: 0;
}
.popup-link a{
    display: inline-block;
    vertical-align: top;
    margin: 0 37px 21px 0;
    font-weight: 100;
    color: #97aeb1;
    font-size: 36px;
    line-height: 1;
}
.popup-link a:last-child{
    margin-right: 0;
}
.popup-link a.active{
    color: #000;
    font-weight: 700;
}
.content-popup{
    /* max-width: 414px; */
    width: 100%;
    margin: 0 auto;
    max-width: 470px;
}
.fancybox-slide--html .fancybox-close-small {
    /* right: 55px;
    top: 48px; */
    top: 35px;
    right: 42px;
}
.fancybox-close-small{
    /* background: url("../images/bg-8.png") no-repeat; */
    /* width: 25px;
    height: 25px; */
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    background: url("../images/nw_close_nav.svg") no-repeat;
    background-size: 100%;
}
.holder-popup .fancybox-close-small svg{
    display: none;
}
.text-registration{
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 37px;
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    color: #676f73;
}
.text-registration:before{
    content: '';
    position: absolute;
    left: 4px;
    top: -3px;
    background: url("../images/bg-9.png") no-repeat;
    width: 20px;
    height: 20px;
}
hr{
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #eaecef;
}
.holder-popup hr{
    /* margin: 0 0 28px; */
    display: none;
}
.form-discount.form-popup .inpt_box,
.form-discount.form-popup .sbmt_box{
    padding: 0;
    width: 100%;
}
.holder-input{
    position: relative;
    margin: 0 0 7px;
}
.holder-input input{
    display: block;
    width: 100%;
    padding: 15px 15px 0 28px;
    height: 60px;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #23363e;
    background: #f3f5f8;
    border: 1px solid #f3f5f8;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.holder-input input:focus{
    background: #ffffff;
}
.holder-input .label{
    position: absolute;
    left: 32px;
    top: 10px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #676f73;
}
.btn-reminder{
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #586e76;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.reminder{
    display: block;
    margin: -3px 0 14px 9px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #9da5aa;
}
/* .btn-yellow{
    display: block;
    border: none;
    padding: 19px 5px;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    border-radius: 24px;
    background: #ffe400;
    color: #23363e;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-yellow:hover{
    opacity: 0.8;
} */
.holder-popup.order_popup_form{
    padding: 39px 1.5% 79px;
}
.form_box,
.thanks_box{
    position: relative;
    z-index: 0;
    padding-top: 105px;
}
.form_box:after{
    position: absolute;
    content: '';
    top: 23px;
    right: 50%;
    width: 121px;
    height: 146px;
    background: url("../images/nw_img-11.svg") no-repeat;
    background-size: 100%;
    z-index: -1;
    margin-right: -148px;
}
.thanks_box:after{
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    top: 10px;
    right: 50%;
    background: url("../images/nw_img-12.svg") no-repeat;
    background-size: 100%;
    z-index: -1;
    margin-right: -148px;
}
.holder-popup.order_popup_form p{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #000000;
}
.holder-popup.order_popup_form .thanks_box p{
    margin: 0 0 39px;
}
.holder-popup.order_popup_form .thanks_box .btn{
    width: 100%;
    max-width: 100%;
    height: 72px;
    font-size: 16px;
}
.mandatory{
    display: block;
    margin: 0 0 13px;
    font-weight: 700;
    color: #aeda00;
    font-size: 16px;
    line-height: 1;
}
.blue-text{
    display: block;
    margin: 0 0 15px;
    font-weight: 700;
    color: #66a7c1;
    font-size: 16px;
    line-height: 1;
}
.two-input:after {
    display:block;
    content:"";
    clear:both;
}
.two-input{
    margin: 0 -4px;
}
.two-input .holder-input{
    float: left;
    width: 63%;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two-input .holder-input:first-child{
    width: 37%;
}
.holder-file{
    position: relative;
    margin: 19px 0 22px;
}
.holder-file input{
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.holder-file a{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 57px;
    position: relative;
    font-weight: 700;
    color: #3cbff3;
    font-size: 15px;
    line-height: 1;
}
.holder-file a:before{
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -15px 0 0;
    background: url("../images/bg-11.png") no-repeat;
    width: 31px;
    height: 25px;
}
.title-popup{
    display: block;
    margin: 0 0 12px;
    font-weight: 500;
    color: #23363e;
    font-size: 22px;
    line-height: 1;
}
.holder-popup p{
    font-weight: 300;
    color: #676f73;
    font-size: 14px;
    line-height: 1;
}
.agreement{
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    font-weight: 500;
    color: #9da5aa;
    font-size: 11px;
    line-height: 1.2;
}
.promo{
    margin: 0 0 -28px;
    /* min-height: 712px; */
    /* padding: 54px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* min-height: 705px; */
    position: relative;
    z-index: 1;
}
.promo .inner_section{
    margin: 0 auto;
    width: 100%;
    max-width: 1762px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.promo .inner_section:after{
    position: absolute;
    content: '';
    background: url("../images/nw_img-bg-1.jpg") no-repeat;
    background-size: cover;
    border-radius: 50px;
    z-index: -1;
    width: 1762px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
}
/* .promo .container {
    display: flex;
    justify-content: space-between;
} */
.promo .holder-text{
    /* flex: 1 1 auto; */
    /* padding: 0 20px 0 0; */
    /* font-weight: 500;
    color: #3e6473;
    font-size: 27px;
    line-height: 1; */
    min-height: 705px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    padding: 52px 0;
    height: 100%;
}
.promo .holder-text p{
    margin: 0 0 42px;
    max-width: 400px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.promo .holder-text .title{
    display: block;
    /* margin: 0 0 23px;
    font-weight: 700;
    color: #aeda00;
    font-size: 70px;
    line-height: 1; */
    font-weight: 700;
    font-size: 120px;
    line-height: .85;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    font-family: 'Actay Wide';
    margin: 0 0 28px;
}
/* .promo .holder-text .title span{
    display: block;
    font-weight: 900;
    font-size: 100px;
    margin: -25px 0 0 0;
} */
/* .promo .form-details{
    flex: 0 0 335px;
    width: 335px;
    margin: 0 15px 0 0;
}
.form-details{
    position: relative;
    z-index: 1;
    font-weight:300;
    font-size: 16px;
    line-height: 1.4;
    color: #676f73;
}
.form-details fieldset{
    background: #ffffff;
    border-radius: 38px;
    box-shadow: 0px 17px 30px 0px rgba(0, 0, 0, 0.19);
    padding: 50px 36px;
}
.form-details:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 38px;
    transform: rotate(4deg) rotateY(0deg);
    -webkit-transform: rotate(4deg) rotateY(0deg);
    -moz-transform: rotate(4deg) rotateY(0deg);
    -o-transform: rotate(4deg) rotateY(0deg);
    -ms-transform: rotate(4deg) rotateY(0deg);
}
.form-details .title{
    display: block;
    margin: 0 0 21px;
    padding: 0 0 0 62px;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3e6473;
}
.form-details .title:before{
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    background: url("../images/bg-12.png") no-repeat;
    width: 41px;
    height: 41px;
}
.form-details p{
    margin: 0 0 23px;
}
.form-details .holder-input .label {
    left: 45px;
}
.form-details .holder-input{
    margin: 0 0 15px;
}
.form-details .holder-input input{
    height: 56px;
    padding: 15px 10px 0 45px;
} */
/* .icon-phone:before{
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    background: url("../images/bg-13.png") no-repeat;
    width: 14px;
    height: 16px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.icon-number:before{
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    background: url("../images/bg-14.png") no-repeat;
    width: 16px;
    height: 16px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
} */
.bg-strip{
    position: relative;
    padding: 50px 0;
}
/* .bg-strip:before{
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    top: 0;
    height: 354px;
    background: #f6fcfe;
}
.bg-strip:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    background: url("../images/bg-18.png") no-repeat;
    width: 2200px;
    height: 1276px;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
} */
/* .text-center{
    text-align: center;
} */
.control_box{
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 23px 0 23px;
}
.control_box:after{
    position: absolute;
    content: '';
    bottom: 0;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 1762px;
    background: #F2F4F5;
    border-radius: 0 0 50px 50px;
    z-index: -1;
}
h2{
    /* margin: 0 0 54px;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #23363e; */
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -0.05em;
    color: #000000;
}
.control_box h2{
    width: 25%;
    padding: 0 15px;
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #000000;
    margin: 0 0 30px;
}
.control-list{
    /* font-size: 0;
    line-height: 0;
    padding: 0 0 1px;
    margin: 0 0 63px; */
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 15px 0;
}
.control-list li{
    /* display: inline-block;
    vertical-align: top;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #676f73;
    padding: 0 15px; */
    /* width: 33.3%; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
    position: relative;
    padding: 0 15px 0 36px;
}
.control-list li:after{
    position: absolute;
    content: '';
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: url("../images/nw_icon-1.svg") no-repeat;
    background-size: 100%;
}
.control-list span{
    /* display: block;
    margin: 0 0 14px;
    font-weight: 700;
    color: #3e6372;
    font-size: 22px;
    line-height: 1; */
    display: none;
}
.control-list .holder-img{
    /* float: left;
    width: 50px;
    text-align: center; */
    display: none;
}
/* .control-list img{
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
} */
.control-list .holder-text{
    overflow: hidden;
    /* padding: 0 6% 0 30px; */
    /* margin: 0 0 35px; */
}
.control-list .holder-text p{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
}
.section-about{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0;
    padding: 60px 0 60px;
}
.section-about .holder-img{
    /* flex: 0 0 542px; */
    position: relative;
    padding: 37px 0 0;
    width: 36.336%;
    z-index: 1;
}
.section-about .holder-img:after{
    position: absolute;
    content: '';
    width: 192px;
    height: 192px;
    top: -15px;
    right: 12px;
    z-index: 1;
    background: url("../images/nw_img-2.svg") no-repeat;
    background-size: 100%;
}
.section-about .holder-img:before{
    position: absolute;
    content: '';
    width: 848px;
    height: 885px;
    background: url("../images/nw_icon-2.svg") no-repeat;
    background-size: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-63%, -46.5%);
    z-index: -1;
}
.section-about .img_box{
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.section-about .img_box:before{
    display: block;
    content: '';
    padding-top: 100%;
}
.section-about .img_box img{
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0;
    left: 0;
    object-fit: cover;
}
.section-about .holder-text{
    /* flex: 1 1 auto; */
    /* padding: 33px 0 0 25px; */
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    width: 63.664%;
    padding-left: 86px;
    padding-top: 33px;
}
.section-about h2{
    /* font-weight: 300;
    color: #3e6473;
    margin: 0 0 16px; */
    font-weight: 700;
    font-size: 80px;
    line-height: .8;
    letter-spacing: -0.05em;
    color: #000000;
    font-family: 'Actay Wide';
    margin: 0 0 24px;
}
.section-about .logo_text{
    display: block;
    margin: 0 0 25px;
    position: relative;
    width: 176px;
    height: 21px;
    /* background: url("../images/nw_logo-2.svg") no-repeat;
    background-size: 100%; */
    z-index: 0;
}
.section-about .logo_text:after{
    position: absolute;
    content: '';
    top: 0;
    left: -44px;
    bottom: 0;
    right: -44px;
    background: #fff;
    z-index: -1;
}
.section-about .logo_text:before{
    position: absolute;
    content: '';
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #DAEB13;
    top: 50%;
    z-index: -1;
}
.section-about p{
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
    max-width: 560px;
}
.section-about p.subtitle{
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
}
.section-about .btn{
    height: 50px;
}
.see-more{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #23363e;
    font-size: 16px;
    line-height: 24px;
    padding: 0 25px 0 0;
    position: relative;
}
.see-more:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0;
    background: url("../images/bg-20.png") no-repeat;
    width: 6px;
    height: 11px;
}
.see-more:hover{
    opacity: 0.8;
}
.section-tours{
    position: relative;
    z-index: 1;
    padding: 43px 0 40px;
}
/* .section-tours:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 10px;
    background: url("../images/bg-23.png") no-repeat;
    width: 1685px;
    height: 549px;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
} */
.section-tours h2{
    margin: 0 0 33px;
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 80px;
    line-height: .7;
    letter-spacing: -0.05em;
    color: #000000;
}
.section-tours h2 span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 0;
}
.section-tours h2 span:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    bottom: 5px;
    right: 0;
    background: #DAEB13;
    z-index: -1;
}
.tours-slider .slick-list{
    overflow: visible;
}
.slick-next,
.slick-prev{
    position: absolute;
    z-index: 1;
    /* left: -94px; */
    /* top: 50%; */
    /* margin: -62px 0 0 0; */
    overflow: hidden;
    text-indent: -9999px;
    /* border: none; */
    /* background: url("../images/bg-21.png") no-repeat; */
    /* width: 56px;
    height: 56px; */
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 50px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    background: #fff;
    top: -89px;
}
.slick-next:after,
.slick-prev:after{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 50%;
    left: 50%;
}
.slick-next:after{
    transform: rotate(45deg);
    margin: -3px 0 0 -6px;
}
.slick-prev:after{
    transform: rotate(-135deg);
    margin: -3px 0 0 -1px;
}
.slick-prev{
    right: 64px;
}
.slick-next{
    right: -6px;
}
.slick-next:hover,
.slick-prev:hover{
    opacity: 0.8;
}
.slick-dots{
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
    margin: 0 15px 10px;
}
.slick-dots button{
    display: block;
    width: 8px;
    height: 3px;
    border: none;
    background: #E0E4E7;
    border-radius: 80px;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 200ms linear;
}
.slick-dots button:hover,
.slick-dots li.slick-active button{
    background: #000;
}
.slick-dots li.slick-active button{
    width: 52px;
}
.tours-slider{
    /* margin: 0 -16px 71px; */
    /* margin: 0 0 71px; */
    padding: 0 0 71px 10px;
}
.tours-slider .slick-slide{
    /* padding: 0 16px; */
    padding: 0 10px;
    position: relative;
}
.tours .holder-img{
    position: relative;
    /* border-radius: 6px; */
    overflow: hidden;
    /* margin: 0 0 23px; */
    border-radius: 40px;
}
.tours .holder-img img{
    width: 100%;
}
.tours .holder-img:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    /* background: -moz-linear-gradient(bottom, rgba(35,54,62,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(35,54,62,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to top, rgba(35,54,62,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23363e', endColorstr='#00ffffff',GradientType=0 ); */
    background: linear-gradient(3.05deg, #06091C -14.38%, rgba(6, 9, 28, 0) 85.48%);
    z-index: 1;
    border-radius: 40px;
}
.tours .holder-img > span,
.tours .holder-img .num{
    position: absolute;
    /* left: 23px; */
    /* bottom: 13px; */
    /* font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #ffffff; */
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
    left: 41px;
    top: 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}
.tours .holder-text{
    margin: 0 0 13px;
    position: absolute;
    bottom: 59px;
    left: 0;
    right: 0;
    padding: 0 51px;
    z-index: 1;
}
.tours .holder-text .strong{
    display: block;
    margin: 0 0 10px;
    /* font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3e6372; */
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    max-height: 66px;
    overflow: hidden;
    /* text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical; */
}
.tours .holder-text .strong a { color: #fff; }
.tours .holder-text strong a{
    color: #fff;
}
.tours .holder-text span{
    display: block;
    /* font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73; */
    font-weight: 600;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #D1D4D7;
    overflow: hidden;
    max-height: 14px;
    /* text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical; */
}
.tours .price{
    display: block;
    /* margin: 0 0 13px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #aeda00; */
    position: absolute;
    bottom: 42px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: .7;
    letter-spacing: -0.05em;
    color: #DAEB13;
    font-family: 'Actay Wide';
    z-index: 1;
    padding: 0 51px;
}
/* .tours .price span{
    font-size: 30px;
    display: inline;
    font-weight: 700;
} */
.tours .composition{
    border: none;
    /* padding: 12px 10px; */
    /* background: #f5f9fa; */
    /* border-radius: 6px; */
    display: none;
}
.special-section{
    padding: 41px 0 0;
    position: relative;
    z-index: 1;
}
.special-section h2{
    /* font-weight: 300;
    margin: 0 0 39px; */
    font-weight: 700;
    font-size: 80px;
    line-height: .7;
    letter-spacing: -0.05em;
    color: #000000;
    font-family: 'Actay Wide';
    margin: 0 0 25px;
}
.special-section .subtitle{
    max-width: 510px;
    margin: 0 0 41px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #565656;
}
.special-slider{
    margin: 0 -142px 37px;
    display: flex;
    flex-wrap: wrap;
}
/* .special-slider > div, */
.special-slider .special_item{
    padding: 0 15px;
    width: 50%;
    margin: 0 0 30px;
}
.special-slider .holder-block{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* border-radius: 17px; */
    overflow: hidden;
    /* min-height: 329px; */
    /* padding: 59px 41% 20px 10%; */
    /* font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #f7fbfc; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 57px 20% 20px 18%;
    border-radius: 50px;
    min-height: 388px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.special-slider span{
    display: block;
    /* margin: 0 0 17px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #ffffff; */
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    max-width: 270px;
    margin: 0 0 20px;
}
.special-slider p{
    margin: 0 0 26px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    max-width: 300px;
}
.special-slider .btn_green{
    /* display: inline-block;
    vertical-align: top;
    padding: 18px 28px;
    width: auto; */
    max-width: 160px;
    height: 50px;
}
.special-slider .color span{
    color: #aeda00;
}
.special-slider .color p{
    color: #676f73;
}
.special-slider .slick-list{
    margin: 0 0 40px;
}
/* #main .slick-dots button{
    width: 7px;
    height: 7px;
} */
.how-working{
    padding: 38px 0 1px;
    background-size: cover;
    background-repeat: no-repeat;
    background: none !important;
    position: relative;
    z-index: 0;
}
.how-working.clone .text-center.weight,
.how-working.clone .accordion,
.how-working.clone .holder-question{
    display: none;
}
/* .how-working .container, */
.how-working .how_working_block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.how-working .head_box{
    width: 502px;
    margin: 0 0 0;
    padding-right: 30px;
    padding-top: 45px;
    position: relative;
    z-index: 0;
}
.how-working .head_box:after{
    position: absolute;
    content: '';
    width: 1588px;
    height: 1445px;
    background: url("/local/templates/urokov.net.2.0/css/../images/nw_icon-2.svg") no-repeat;
    background-size: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-56.8%, -46.3%);
    z-index: -1;
}
.how-working .head_box h2{
    margin: 0 0 51px;
}
.how-working .head_box h2 span{
    display: block;
}
.how-working .head_box .subtitle{
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
}
.how-working .head_box p{
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
}
.how-working .head_box .btn{
    height: 50px;
    background: #fff;
}
.how-working .head_box .btn:hover{
    background: #000;
}
.list-working{
    font-size: 0;
    line-height: 0;
    /* padding: 0 0 63px; */
    list-style: none; /* убираем дефорлтные цифры */
    counter-reset: point; /* задаем переменную для счетчика */
    width: calc(100% - 502px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
}
.list-working li{
    /* display: inline-block;
    vertical-align: top;
    width: 33.3%; */
    position: relative;
    /* padding: 0 10px 0 95px; */
    /* font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #676f73; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 635px;
    background: #F7F8F9;
    border-radius: 30px;
    min-height: 160px;
    margin: 0 0 51px;
    padding: 38px 50px 0 205px;
    display: flex;
    flex-wrap: wrap;
}
.list-working li:before {
    content: counter(point) "."; /* выводим значение переменной */
    counter-increment: point 1; /* увеличваем счетчик на 1 */
    /* font-weight: 700;
    font-size: 50px;
    line-height: 1; */
    position: absolute;
    left: 6.5%;
    top: -4px;
    /* width: 20px; */
    display: block;
    /* color: #3cbff3; */
    /* text-align: center; */
    font-weight: 400;
    font-size: 180px;
    line-height: 0.7;
    letter-spacing: -0.05em;
    color: #DAEB13;
    font-family: 'Actay';
}
/* .list-working li:first-child:before{
    color: #aeda00;
} */
.list-working li .call_box{
    width: 135px;
    padding-top: 9px;
}
.list-working li .call_box .phone{
    display: block;
    margin: 0 0 23px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #000000;
}
.list-working li .call_box .btn{
    height: 26px;
}
.list-working li .call_box .phone a:hover{
    text-decoration: underline;
}
.list-working li:first-child .dscr_list{
    width: calc(100% - 135px);
    padding-right: 15px;
}
.list-working span{
    display: block;
    /* margin: 0 0 13px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3e6372; */
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 19px;
}
.list-working p{
    margin: 0 0 14px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
}
.call-site{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 20px;
}
.call-site b{
    padding: 0 0 3px;
    border-bottom: 1px dashed #c4ecfb;
}
.call-site:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: url("../images/bg-25.png") no-repeat;
    width: 16px;
    height: 16px;
}
/* .list-working li:first-child:after{
    content: '';
    position: absolute;
    left: -545px;
    top: -125px;
    background: url("../images/bg-26.png") no-repeat;
    width: 536px;
    height: 150px;
} */
/* .list-working li:nth-child(2):after{
    content: '';
    position: absolute;
    left: -121px;
    top: -21px;
    background: url("../images/bg-27.png") no-repeat;
    width: 100px;
    height: 30px;
} */
/* .list-working li:nth-child(3):after{
    content: '';
    position: absolute;
    left: -109px;
    top: -58px;
    background: url("../images/bg-28.png") no-repeat;
   width: 1003px;
    height: 154px;
} */
.reviews{
    /* padding: 20px 0; */
    padding: 0 0 0;
    margin-top: -8px;
    position: relative;
}
.reviews h2{
    /* font-weight: 300; */
    margin: 0 0 21px;
    position: relative;
}
.reviews h2 span{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.reviews h2 span:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -52px;
    width: 24px;
    height: 21px;
    background: url("../images/nw_icon-heart.svg") no-repeat;
    background-size: 100%;
    margin-top: -10px;
}
.reviews .subtitle{
    max-width: 510px;
    margin: 0 0 58px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
}
.message-slider{
    padding: 6px 0 65px;
    position: static;
    margin: 0 0 0 -15px;
}
.message-slider .slick-next,
.message-slider .slick-prev{
    top: 4px;
}
.message-slider .slick-list{
    padding: 0 !important;
    overflow: visible;
}
.message-slider .slick-slide{
    padding: 0 15px;
    width: 665px;
}
.message {
    padding: 35px 56px 50px 77px;
    background: #FFFFFF;
    border: 1px solid #D1D4D7;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 323px;
    position: relative;
}
.message .holder-img{
    position: relative;
    /* width: 152px;
    height: 152px;
    float: left;
    margin: 11px 0 0; */
    order: 2;
    margin-top: -58px;
    z-index: 0;
}
.message .holder-img:before{
    content: '';
    position: absolute;
    /* right: 0; */
    /* top: 3px; */
    /* background: url("../images/bg-29.png") no-repeat; */
    /* width: 45px;
    height: 45px; */
    width: 138px;
    height: 138px;
    border-radius: 50%;
    top: 14px;
    left: 14px;
    z-index: -1;
    display: block;
    background: #EDF0F2;
}
.message-slider .slick-slide:nth-child(3n+2) .message .holder-img:before{
    background: #DAEB13;
}
.message-slider .slick-slide:nth-child(3n-2) .message .holder-img:before{
    background: #13EB83;
}
.message .holder-img .img{
    overflow: hidden;
    /* border-radius: 50%; */
    /* height: 152px; */
    width: 138px;
    height: 138px;
    border-radius: 50%;
}
.message .holder-img img{
    width: 100%;
}
.message .holder-text{
    /* overflow: hidden; */
    /* padding: 0 0 0 52px; */
    order: 1;
    width: calc(100% - 138px);
    padding: 26px 0 0;
    position: relative;
}
.message .group{
    /* padding: 0 3% 6px 4.5%; */
    margin: 0 0 19px;
}
.message .group strong{
    /* float: left; */
    /* font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #3e6372; */
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000000;
}
.message .group strong.grade{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 0 6px 1px;
    background: #DAEB13;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: -2px;
}
.message .group span{
    float: right;
    padding: 6px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #676f73;
    display: none;
}
.message .text{
    position: relative;
    /* border-radius: 0 7px 7px 7px; */
    /* background: #f6fbf5; */
    /* padding: 32px 7% 10px 7%; */
    /* font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #23363e; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
    margin-right: -8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-clamp: 6;
    box-orient: vertical;
}
.message .text p{
    /* margin: 0 0 30px; */
    margin: 0 0 10px;
}
.message .time{
    position: absolute;
    bottom: 32px;
    left: 77px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #D1D4D7;
    padding: 0;
    margin: 0;
}
.message .time:before{
    display: none;
}
/* .message .text:before{
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    border: 20px solid transparent;
    border-top: 20px solid #f6fbf5;
    border-right: 20px solid #f6fbf5;
} */
/* .message.reverse .holder-img{
    float: right;
    margin: 22px 0 0;
}
.message.reverse .holder-img:before{
    left: 0;
    right: auto;
}
.message.reverse .group {
    padding: 0 3.5% 6px 4%;
}
.message.reverse .holder-text{
    padding: 0 54px 0 0;
}
.message.reverse .text{
    border-radius: 7px 0 7px 7px;
}
.message.reverse .text:before{
    left: auto;
    right: -40px;
    border: 20px solid transparent;
    border-left: 20px solid #f6fbf5;
    border-top: 20px solid #f6fbf5;
} */
.certificate_block{
    padding: 80px 0 0;
}
.inner_certificate{
    padding: 94px 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
}
.inner_certificate:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1542px;
    background: #F2F4F5;
    border-radius: 50px;
    z-index: -1;
}
.certificate_head{
    width: 328px;
    padding-right: 30px;
    padding-top: 28px;
}
.certificate_head .logo_cert{
    display: block;
    margin: 0 0 30px;
    width: 249px;
    height: 29px;
    background: url("../images/nw_logo-3.svg") no-repeat;
    background-size: 100%;
}
.certificate_head h3{
    margin: 0 0 55px;
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #000000;
    max-width: 200px;
}
.certificate_head p{
    max-width: 205px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #B3B3B3;
}
.certificate-list{
    margin: 0 0 56px;
    position: relative;
    width: calc(100% - 328px);
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
}
.certificate-list:after{
    position: absolute;
    content: '';
    width: 322px;
    height: 474px;
    top: -94px;
    left: -147px;
    background: url("../images/nw_img-bg-4.png") no-repeat;
    background-size: 100%;
    z-index: -1;
}
/* .certificate-list:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -199px;
    top: 35px;
    background: url("../images/bg-38.png") no-repeat;
    width: 384px;
    height: 384px;
} */
.certificate-list .item_list{
    padding: 0 4px;
    /* width: 20%; */
    width: 192px;
    margin: 0 0 10px;
    overflow: hidden;
    overflow-x: auto;
}
.certificate-list a{
    /* max-width: 255px; */
    /* margin: 0 auto 20px; */
    display: block;
    position: relative;
    z-index: 1;
    /* border-radius: 0 0 6px 6px; */
    /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05); */
    border: 8px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
}
.certificate-list a img{
    position: absolute;
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.certificate-list a:after{
    opacity: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: rgba(60, 191, 243, 0.88) url("../images/bg-30.png") no-repeat 50%;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.certificate-list a:hover:after{
    opacity: 1;
}
.certificate-list a:before{
    content: '';
    display: block;
    padding-top: 154%;
}
.certificate-list .slick-track{
    margin: 0 0 32px;
}
.certificate-list .slick-list{
    margin: 0 -10px 0;
}
.certificate-list .slick-slide{
    padding: 0 10px;
}
.company_block{
    margin-top: -12px;
    margin-bottom: 101px;
    position: relative;
    z-index: 0;
    padding: 0 0 42px;
}
.company_block:after{
    position: absolute;
    content: '';
    top: -90px;
    bottom: 0;
    width: 1542px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #DADFE2;
    border-radius: 0 0 50px 50px;
    border-top: none;
}
.inner_company{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.company_block .company_head{
    width: 328px;
    padding-right: 30px;
    padding-top: 17px;
}
.company_block .company_head h3{
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #000000;
}
.company_block .company_head h3 span{
    display: block;
    color: #DAEB13;
}
.list-company{
    /* font-size: 0;
    line-height: 0; */
    /* margin: 0 0 92px; */
    /* padding: 0 0 40px; */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 328px);
}
.list-company li{
    /* display: inline-block;
    vertical-align: top; */
    margin: 0 0 10px;
    width: 20%;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 113px;
}
.list-company li:not(:nth-child(-n+4)){
    /*display: none;*/
}
.list-company li.last{
    display: block;
}
.list-company .holder-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #e1eaed; */
    background: #ffffff;
    /* max-width: 160px; */
    /* height: 103px; */
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E6EBEF;
    border-radius: 20px;
    padding: 5px;
}
.list-company li.last .inner_box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 20px;
    background: #F2F4F5;
    border: 1px solid #F2F4F5;
}
.list-company li.last .inner_box span{
    /* display: block; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #DAEB13;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
}
/* h2 b{
    font-weight: 700;
} */
.section-about.clone .holder-text{
    /* padding-top: 0; */
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    width: auto;
    margin: 0 -15px;
}
.section-about.clone .text_box{
    width: 41%;
    padding: 0 15px;
}
.section-about.clone .text_box .subtitle{
    display: block;
    margin: 0 0 25px;
    max-width: 347px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
}
.section-about.clone .text_box .subtitle strong{
    font-weight: 700;
}
.section-about.clone .text_box p{
    max-width: 280px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
}
.section-about.clone .form-discount{
    width: 59%;
    padding: 0 15px;
}
.form-discount .group{
    margin: 0 -19px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.form-discount .inpt_box{
    width: 57%;
    padding: 0 19px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-discount .sbmt_box{
    width: 43%;
    padding: 0 19px;
    box-sizing: border-box;
}
.form-discount .inpt_box .holder-input{
    margin: 0 0 2px;
    padding: 9px 0 0;
}
.form-discount .inpt_box .label{
    display: block;
    margin: 0 0 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    position: static;
    top: auto;
    left: auto;
}
.form-discount .inpt_box input{
    background: #fff url("../images/nw_icon-4.svg") no-repeat;
    background-size: 12px 12px;
    background-position: 20px 50%;
    border: 1px solid #CED3D6;
    border-radius: 10px;
    padding: 10px 15px 10px 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    color: #000000;
    height: 70px;
}
.form-discount .inpt_box .reminder{
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #B5B5B5;
}
.form-discount .sbmt_box .sbmt{
    margin: 0 0 17px;
    padding-top: 24px;
}
.form-discount .sbmt_box .sbmt .btn_green{
    border: none;
    width: 100%;
    height: 70px;
    font-weight: 600;
    border-radius: 10px;
}
.form-discount .sbmt_box .chbx{
    position: relative;
    /* padding-left: 0; */
    margin-left: 27px;
}
.form-discount .sbmt_box .chbx .checkbox{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.form-discount .sbmt_box .chbx .checkbox + label{
    font-weight: 400;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #B5B5B5;
    display: block;
    padding-left: 25px;
}
.form-discount .sbmt_box .chbx .checkbox + label a{
    font-weight: 600;
    color: #B5B5B5;
    text-decoration: underline;
}
.form-discount .sbmt_box .chbx .checkbox + label a:hover{
    text-decoration: none;
}
.form-discount .sbmt_box .chbx .checkbox + label:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}
.form-discount .sbmt_box .chbx .checkbox + label:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: 8px;
    height: 7px;
    background: url("../images/nw_icon-check.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
}
.form-discount .sbmt_box .chbx .checkbox:checked + label:after{
    opacity: 1;
}
/* .form-discount .holder-input input{
    padding: 15px 10px 0 47px;
}
.form-discount .holder-input .label{
    left: 47px;
}
.form-discount .agreement{
    text-align: right;
} */
.section-instagram{
    display: none;
}
/* .list-instagram{
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
    padding: 0 0 18px;
}
.list-instagram:before{
    content: '';
    position: absolute;
    right: -144px;
    bottom: 52px;
    background: url(../images/bg-38.png) no-repeat;
    width: 384px;
    height: 384px;
}
.list-instagram li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-instagram a{
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.list-instagram a:before{
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(60, 191, 243, 0.88) url("../images/bg-39.png") no-repeat 50% 50%;
    overflow: hidden;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.list-instagram a:hover:before{
    opacity: 1;
}
.section-instagram .btn-yellow{
    max-width: 260px;
    margin: 0 auto;
} */
.up{
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 50px;
    background: rgba(174, 218, 0, 0.89) url("../images/bg-40.png") no-repeat 50% 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 71px;
    height: 71px;
}
#footer {
    width: 100%;
    /* padding: 45px 0 0; */
    /* background-color: #f6f9fa; */
}
.inner_footer{
    margin: 0 auto;
    width: 100%;
    max-width: 1762px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 76px 0 0;
}
.inner_footer:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1762px;
    background: #F2F4F5;
    border-radius: 50px;
    z-index: -1;
}
/* #footer .container:after {
    display:block;
    content:"";
    clear:both;
} */
#footer .holder_row{
    display: flex;
    flex-wrap: wrap;
}
#footer .contact_box{
    width: 200px;
    padding-left: 13px;
    padding-top: 12px;
    margin-bottom: 60px;
}
#footer .contact_box .phone{
    display: block;
    margin: 0 0 27px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000000;
}
#footer .contact_box .phone a{
    color: #000;
}
#footer .contact_box .phone a:hover{
    text-decoration: underline;
}
#footer .contact_box .btn_holder{
    margin: 0 0 34px;
}
.holder-f-logo{
    /* float: left;
    width: 345px; */
    width: 41.5%;
    padding-right: 30px;
}
.f-logo {
    display: block;
    /*background:url("../images/bg-f-logo.png") no-repeat;*/
    /*width: 233px;
    height: 80px; */
    text-indent:-9999px;
    overflow:hidden;
    /* margin:  0 25px; */
    width: 289px;
    height: 33px;
    /* left: 15px;
    bottom: 18px; */
    background: url("/local/templates/urokov.net.2.0/css/../images/logo_new.svg") no-repeat;
    background-size: 100%;
    margin: 0 0 37px;
}
.f-logo a{
    display: block;
    height: 100%;
}
.f-logo-adress{
    display: block;
    margin: 20px 0 33px;
    /* font-weight: 500;
    color: #9da5aa;
    font-size: 13px;
    line-height: 18px; */
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #7D8088;
    max-width: 280px;
}
.copyright{
    display: block;
    margin: 0 0 33px;
    /* font-weight: 500;
    color: #9da5aa;
    font-size: 13px;
    line-height: 18px; */
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #7D8088;
    max-width: 280px;
}
.title-footer{
    display: block;
    margin: 0 0 12px;
    font-weight: 700;
    color: #23363e;
    font-size: 18px;
    line-height: 1;
}
.social-list{
    font-size: 0;
    line-height: 0;
    padding: 0 0 21px;
}
.social-list li{
    /* display: inline-block;
    vertical-align: top; */
    margin: 0 26px 10px 0;
}
.social-list li:last-child{
    margin-right: 0;
}
.social-list a{
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
}
.social-list a:hover{
    opacity: 0.8;
}
.communication-list{
    font-size: 0;
    line-height: 0;
    padding: 0 0 10px;
}
.communication-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 6px 0;
    font-size: 13px;
    line-height: 1;
}
.communication-list a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 700;
    padding: 10px 18px 10px 36px;
    border-radius: 14px;
    color: #ffffff;
}
.communication-list a:hover{
    opacity: 0.8;
}
.communication-list a:before{
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    width: 21px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.f-b{
    background: #3b5998;
}
.f-b:before{
    background: url("../images/bg-104.png") no-repeat 50% 50%;
    height: 17px;
}
.vk{
    background: #577ca2;
}
.vk:before {
    background: url("../images/bg-105.png") no-repeat 50% 50%;
    height: 11px;
}
.viber{
    background: #8565aa;
}
.viber:before {
    background: url("../images/bg-106.png") no-repeat 50% 50%;
    height: 17px;
}
.telega{
    background: #4e9bdd;
}
.telega:before {
    background: url("../images/bg-107.png") no-repeat 50% 50%;
    height: 15px;
}
.o-k{
    background: #f3a935;
}
.o-k:before {
    background: url("../images/bg-108.png") no-repeat 50% 50%;
    height: 20px;
}

/* .content-footer{
    overflow: hidden;
    display: block;
    padding: 16px 0 0 2.5%;
} */
.footer_nav{
    width: 58.5%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}
.footer_nav .list_nav{
    width: 50%;
    padding-right: 15px;
}
.footer_nav .list_nav li{
    margin: 0 0 5px;
}
.footer_nav .list_nav a{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
}
#footer .content-footer{
    width: calc(100% - 200px);
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.content-footer .drop-nav{
    padding: 0;
    margin: 0 0 10px;
}
.content-footer .drop-nav ul{
    padding: 0 0 0 10px;
}
.footer-form{
    margin: 0 0 20px;
    padding: 0 1px 0 8px;
}
.footer-form .holder-input input{
    background: #ffffff;
    padding: 0 245px 0 77px;
    box-shadow: 0px 7px 30px 0px rgba(12, 31, 47, 0.1);
}
.footer-form span{
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
}
.btn-blue{
    display: block;
    border: none;
    padding: 15px 5px;
    margin: 0 0 15px;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    background: #3cbff3;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-blue:hover{
    opacity: 0.8;
}
.footer-form .btn-blue{
    position: absolute;
    max-width: 230px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.icon-mail:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    background: url(../images/bg-44.png) no-repeat;
    width: 22px;
    height: 17px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.footer-form .icon-mail:before{
    left: 36px;
}
.bottom-footer{
    padding: 34px 0 46px;
    /* background: #ebf1f3; */
    border-top: 1px solid #DDE5E9;
}
.footer-address{
    /* float: left; */
    position: relative;
    padding: 0 0 0 45px;
    /* font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #9da5aa; */
    font-style: normal;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7D8088;
}
.footer-address .icon{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 29px;
    height: 29px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
/* .developed{
    float: right;
    font-weight: 500;
    color: #9da5aa;
    font-size: 13px;
    line-height: 1;
}
.developed a{
    font-weight: 700;
    color: #3e6372;
} */
/*========= services =======*/
.clouds{
    /* padding: 0 0 32px;
    margin: 0 0 30px;
    background: rgb(247,251,229);
    background: -moz-linear-gradient(top, rgba(247,251,229,1) 0%, rgba(244,249,228,1) 25%, rgba(243,250,237,1) 50%, rgba(239,249,245,1) 75%, rgba(236,249,251,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,251,229,1) 0%,rgba(244,249,228,1) 25%,rgba(243,250,237,1) 50%,rgba(239,249,245,1) 75%,rgba(236,249,251,1) 100%);
    background: linear-gradient(to bottom, rgba(247,251,229,1) 0%,rgba(244,249,228,1) 25%,rgba(243,250,237,1) 50%,rgba(239,249,245,1) 75%,rgba(236,249,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbe5', endColorstr='#ecf9fb',GradientType=0 );  */
    padding: 0 0 1px;
    position: relative;
    z-index: 1;
}
.clouds:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px 50px 0 0;
    background: #F7F7F7;
    z-index: -1;
    width: 1762px;
}
.clouds .container{
    position: relative;
}
/* .clouds .container:before{
    content: '';
    position: absolute;
    left: -371px;
    top: 0;
    background: url("../images/bg-46.png") no-repeat;
    width: 282px;
    height: 135px;
}
.clouds .container:after{
    content: '';
    position: absolute;
    right: -436px;
    top: 0;
    background: url("../images/bg-47.png") no-repeat;
    width: 374px;
    height: 144px;
} */
.holder-bread-crumbs{
    position: relative;
    /* padding: 20px 125px 0 0; */
    /* margin: 0 0 18px; */
    padding: 38px 125px 0 0;
    margin: 0 0 19px;
}
.holder-bread-crumbs.not_promo:after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #F7F7F7;
    height: 6px;
}
.bread-crumbs{
    font-size: 0;
    line-height: 0;
}
.bread-crumbs li{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 5px 0;
    position: relative;
    padding: 0 0 0 10px;
    font-weight: 500;
    /* font-size: 12px;
    line-height: 1;
    color: #97aeb1; */
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #D1D4D7;
}
.bread-crumbs li:first-child{
    padding: 0;
}
.bread-crumbs li:before{
    content: '|';
    position: absolute;
    left: 0;
    top: 0;
    color: #DAEB13;
    font-size: 12px;
    line-height: 1;
    transform: rotate(20deg) rotateY(0deg);
    -webkit-transform: rotate(20deg) rotateY(0deg);
    -moz-transform: rotate(20deg) rotateY(0deg);
    -o-transform: rotate(20deg) rotateY(0deg);
    -ms-transform: rotate(20deg) rotateY(0deg);
}
.bread-crumbs li:first-child:before{
    display: none;
}
.bread-crumbs a{
    color: #AEB2B4;
}
.back-page{
    position: absolute;
    right: 0;
    /* top: 20px; */
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #AEB2B4;
    top: 43px;
}
.back-page:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -5px 0 0;
    background: url("../images/bg-48.png") no-repeat;
    width: 5px;
    height: 10px;
}
h1,
h2.h1{
    font-weight: 700;
    font-size: 80px;
    line-height: 0.85;
    letter-spacing: -0.05em;
    color: #000000;
    margin: 0 0 28px;
    font-family: 'Actay Wide';
}
.clouds h1{
    /* color: #aeda00; */
    margin: 0 0 36px;
}
.services-list{
    font-size: 0;
    line-height: 0;
    margin: 0 -15px 15px;
}
.services-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 39px;
    width: 50%;
    padding: 0 15px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.services-list .holder-block{
    background: #ffffff;
    border-radius: 38px;
    padding: 55px 7% 55px 9%;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
.services-list .holder-block:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 35px;
    right: 35px;
    top: 100%;
    height: 10px;
    border-radius: 0 0 14px 14px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.services-list .holder-block:after {
    display:block;
    content:"";
    clear:both;
}
.services-list .holder-img{
    float: left;
    width: 111px;
}
.services-list .holder-text{
    overflow: hidden;
    padding: 0 0 0 6%;
}
.services-list span{
    display: block;
    margin: 0 0 11px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3;
    color: #3e6372;
}
.services-list p{
    margin: 0 0 24px;
}
.btn-more{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    padding: 17px 26px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    border: 2px solid #ffe400;
    border-radius: 23px;
}
.btn-more:hover{
    background: #ffe400;
}
.excursion-services:after {
    display:block;
    content:"";
    clear:both;
}
.excursion-services{
    margin: 0 0 -30px;
}
.excursion-services .holder-img{
    float: left;
    position: relative;
    width: 385px;
    margin: 0 0 0 11%;
    text-align: center;
}
.excursion-services .holder-img:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 30px;
    background: url("../images/bg-50.png") no-repeat;
    width: 1011px;
    height: 370px;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.excursion-services .holder-text{
    overflow: hidden;
    display: block;
    padding: 45px 0 30px 9%;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.excursion-services h2{
    font-weight: 300;
    color: #3e6473;
    margin: 0 0 18px;
}
.excursion-services span{
    display: block;
    font-size: 20px;
    margin: 0 0 26px;
}
/*======= information ==========*/

/* .bg-strip-main{
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -150%;
    bottom: -100%;
    width: 355px;
    background: rgba(246, 252, 254, 0.63);
    transform: rotate(64deg) rotateY(0deg);
    -webkit-transform: rotate(64deg) rotateY(0deg);
    -moz-transform: rotate(64deg) rotateY(0deg);
    -o-transform: rotate(64deg) rotateY(0deg);
    -ms-transform: rotate(64deg) rotateY(0deg);
} */
.bottom_promo{
    position: relative;
    z-index: 0;
    margin: 0 0 70px;
    padding-bottom: 3px;
}
.bottom_promo:after{
    position: absolute;
    content: '';
    top: -29px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1762px;
    border-radius: 0 0 50px 50px;
    z-index: -1;
    background: #F7F7F7;
}
.bottom_promo h2,
.bottom_promo .accordion,
.bottom_promo .holder-question{
    display: none;
}
.lis-information{
    /* font-size: 0;
    line-height: 0; */
    margin: 0 -15px 63px;
    display: flex;
    flex-wrap: wrap;
}
.lis-information li{
    /* display: inline-block;
    vertical-align: top; */
    /* margin: 0 0 23px; */
    padding: 0 15px;
    width: 25%;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 30px;
}
.lis-information a{
    display: block;
    position: relative;
    background: #ffffff;
    padding: 30px 15% 22px;
    border-radius: 15px;
    width: 100%;
    /* height: 100%; */
    min-height: 324px;
    border-radius: 30px;
}
.lis-information a:hover{
    box-shadow: 0px 20px 40px rgba(9, 17, 28, 0.08);
}
/* .lis-information a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e5efef;
    border-radius: 15px;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
} */
/* .lis-information a:hover:before{
    border: 4px solid #3cbff3;
} */
.lis-information .holder-img{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 98px;
    height: 115px; */
    /* margin: 0 auto 21px; */
    width: 131px;
    height: 120px;
    margin: 0 auto 39px;
}
.lis-information .holder-img img{
    max-height: 100%;
}
.lis-information span{
    display: block;
    /* margin: 0 0 7px; */
    /* font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #3e6372; */
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 15px;
}
/* .lis-information a:hover span{
    font-weight: 700;
} */
.lis-information p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
    margin: 0;
}
.lis-information.services li{
    width: 33.3%;
}
.lis-information.services li a{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 41px 49px;
    min-height: 300px;
}
.lis-information.services .holder-img{
    width: 106px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lis-information.services .dscr_serv{
    width: calc(100% - 106px);
    padding-left: 34px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.lis-information.services .dscr_serv span{
    overflow: hidden;
    max-height: 58px;
}
.lis-information.services .dscr_serv strong{
    max-width: 135px;
    font-size: 13px;
    line-height: 1;
    margin-top: auto;
    height: 26px;
}
.lis-information.services .dscr_serv p{
    margin-bottom: 10px;
}
.accordion{
    font-size: 0;
    line-height: 0;
    margin: 0 -10px;
}
.accordion .item{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px 33px;
    margin: 0 0 23px;
    width: 50%;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion .item:before{
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 240px;
    border-bottom: 1px solid #eaf1f3;
}
.accordion .heading{
    display: block;
    position: relative;
    padding: 0 0 0 56px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #3e6372;
}
.accordion .heading:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-51.png") no-repeat;
    width: 36px;
    height: 36px;
}
.heading span{
    display: inline;
    border-bottom: 1px dotted #3e6372;
}
.accordion .expanded{
    display: none;
    padding: 16px 0 0 62px;
}
.holder-question{
    padding: 41px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.holder-question{
    font-weight: 300;
    color: #676f73;
    font-size: 12px;
    line-height: 14px;
}
.holder-question .btn-yellow{
    flex: 0 0 255px;
    margin: 0 20px 15px;
}
.holder-question span{
    margin: 0 0 15px;
}
/*===== transfer =====*/
.transfer:after {
    display:block;
    content:"";
    clear:both;
}
.transfer .holder-text{
    float: left;
    width: 51.5%;
    padding: 0 30px 0 0;
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.transfer .holder-img{
    overflow: hidden;
    display: block;
    border-radius: 38px;
    margin: 0 0 20px;
}
.transfer .holder-img img{
    width: 100%;
}
.title-transfer{
    overflow: hidden;
    margin: 0 0 17px;
}
.title-transfer .icon{
    float: left;
    width: 106px;
}
.title-transfer .block-title{
    overflow: hidden;
    padding: 13px 0 0 23px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73;
}
.title-transfer h2{
    margin: 0 0 13px;
}
.title-transfer span{
    display: block;
    margin: 0 0 10px;
}
.quantity-people{
    padding: 10px 52px;
    margin: 0 0 19px;
    position: relative;
    background: #f5f9fa;
    border-radius: 5px;
}
.quantity-people .icon{
    position: absolute;
    left: 21px;
    top: 50%;
    width: 20px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.list-bus{
    padding: 25px 0 0;
}
.list-bus li{
    display: table;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ecf2f3;
}
.list-bus .td{
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 0;
}
.list-bus .price{
    display: block;
    padding: 0 0 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #aeda00;
}
.list-bus .price span{
    font-size: 36px;
}
.model-bus{
    display: block;
    font-weight: 300;
    color: #676f73;
    font-size: 16px;
    line-height: 1;
}
.list-bus .btn-yellow{
    padding: 22px 12px;
}
/*========#popup3=======*/
.head-popup{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px;
    padding: 0 0 1px;
}
.head-popup .title{
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
}
.head-popup p{
    line-height: 22px;
}
.title-label{
    display: block;
    margin: 0 0 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #3e6372;
}
.half-input:after {
    display:block;
    content:"";
    clear:both;
}
.half-input{
    margin: 0 -15px;
}
.half-input .holder-input{
    float: left;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}
.holder-spiner{
    position: relative;
    margin: 0 0 10px;
}
.holder-spiner + .reminder{
    text-align: center;
    margin: -3px 0 9px 9px;
}
.holder-input .holder-spiner input,
.holder-spiner input{
    padding: 0 45px!important;
    height: 52px;
    text-align: center;
    background: #ffffff;
    font-weight: 500;
    color: #676f73;
}
.decrease{
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -10px 0 0;
    background: url("../images/bg-54.png") no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}
.holder-spiner:hover .decrease{
    background: url("../images/bg-56.png") no-repeat;
}
.increase{
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -10px 0 0;
    background: url("../images/bg-55.png") no-repeat;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}

.holder-spiner:hover .increase{
    background: url("../images/bg-57.png") no-repeat;
}
/* calendar start*/
.holder-calendar{
    position: relative;
}
.holder-calendar img {
    position: absolute;
    right: 22px;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
#popup3 .holder-input .holder-calendar input,
.holder-input .holder-calendar input,
.holder-calendar input{
    padding: 0 42px 0 20px;
    height: 52px;
    background: #ffffff;
}
#ui-datepicker-div{
    background:#fff;
    border-radius:18px;
    width:312px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}
.ui-datepicker-header{
    background:#fff;
    position:relative;
    padding: 30px 0 18px;
    text-align:center;
    border-radius:18px 18px 0 0;
}
.ui-datepicker-title{
    font-weight: 700;
    font-size: 20px;
    color:#3e6372;
    line-height:22px;
    padding:0;
}
.ui-datepicker-prev,
.ui-datepicker-next{
    border: none;
    position:absolute;
    background:url(../images/bg-59.png) no-repeat;
    width:11px!important;
    height:21px!important;
    text-indent:-9999px;
    overflow:hidden;
    z-index:2;
    left:40px!important;
    top:30px!important;
    cursor:pointer;
}
.ui-datepicker-next{
    background:url(../images/bg-60.png) no-repeat;
}
.ui-datepicker-prev.ui-state-hover{
    background:url(../images/bg-59-1.png) no-repeat;
}
.ui-datepicker-next.ui-state-hover{
    background:url(../images/bg-60-1.png) no-repeat;
}
.ui-datepicker-next.ui-state-hover,
.ui-datepicker-next{
    left:auto!important;
    width:20px!important;
    height:20px!important;
    right:30px!important;
}
.ui-datepicker-calendar{
    width:100%;
    position:relative;
    border-collapse:collapse;
    color:#666;
    table-layout: fixed;
}
.ui-datepicker-calendar th{
    font-weight: 100;
    font-size: 12px;
    line-height:22px;
    text-align:center;
    color: #3e6372;
    padding:0;
    margin:0;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.ui-datepicker-calendar td{
    text-align:center!important;
    font-size: 14px;
    line-height:33px;
    vertical-align:middle;
    height:33px;
    padding:0;
    margin:0;
}
.ui-datepicker td span{
    border: none;
}
.ui-datepicker-calendar a{
    text-decoration:none;
    display:block;
    font-weight: 100;
    height:33px;
    color:#4c4c4c;
    text-align: center!important;
}
.ui-datepicker-calendar a:hover{
    background:#3cbff3;
    color:#fff;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    text-align: center;
}
.ui-state-disabled{
    color:#bdbdbd;
}
/* calendar end*/
.half-input .fs-dropdown-selected{
    padding: 0 40px 0 20px;
    height: 52px;
    background: #ffffff;
    border: 1px solid #f3f5f8;
}
.checkbox{
    padding: 10px 0;
}
.checkbox label{
    cursor: pointer;
    display: block;
    padding: 10px 0;
    font-weight: 300;
    color: #000000;
    font-size: 13px;
    line-height: 1;
}
.checkbox input{
    display: none;
}
.checkbox span{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 30px;
}
.checkbox span:before{
    content: '';
    position: absolute;
    left: 0;
    top: -6px;
    border: 1px solid #c6d1d2;
    width: 18px;
    height: 18px;
    border-radius: 5px;
}
.checkbox input:checked + span:before{
    background: url("../images/bg-61.png") no-repeat 50% 50%;
}
.price-group{
    border-radius: 15px;
    background: #f7f9ee;
    overflow: hidden;
    margin: 0 0 18px;
    padding: 0 0 8px;
}
.price-group .holder-block{
    float: left;
    width: 50%;
    padding: 17px 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #676f73;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.price-group .holder-block:first-child{
    border-right: 1px solid #e9ebe2;
}
.price-group .price{
    display: block;
    margin: 0 0 2px;
    font-weight: 700;
    font-size: 36px;
    color: #aeda00;
}
.price-group .price span{
    font-size: 18px;
}
#popup3 .holder-input input {
     display: block;
     width: 100%;
     padding: 15px 15px 0 44px;
}
#popup3 .holder-input .label {
    left: 44px;
}
h3{
    font-size: 44px;
    line-height: 1;
    color: #23363e;
    margin: 0 0 20px;
    font-weight: 500;
}
.dvantages-title{
    display: block;
    padding: 21px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #23363e;
}
.list-check{
    padding: 0 0 1px 10px;
    margin: 0 0 38px;
}
.list-check li{
    position: relative;
    padding: 0 0 0 27px;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}
.list-check li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-62.png") no-repeat;
    width: 17px;
    height: 12px;
}
.how-working.clone .list-working{
    margin: 0 0 109px;
}
h2.weight{
    font-weight: 300;
}
/*====== excursion-card ======*/
/* .excursion-card:after {
    display:block;
    content:"";
    clear:both;
} */
.excursion-card h1 span{
    position: relative;
}
.excursion-card .h1 .age{
    /*position: absolute;
    bottom: 6px;
    right: -82px;*/
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #DAEB13;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.01em;
    color: #000000;
}
.excursion-card .inner_excursion{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.excursion-card .holder-text{
    /* float: left; */
    width: 44.5%;
    padding: 16px 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.excursion-card h2{
    margin: 0 0 10px;
}
.city{
    display: block;
    margin: 0 0 13px;
    /* font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73; */
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000000;
}
.excursion-card .holder-text .add-to-fav{
    display: none;
}
.desires{
    font-size: 0;
    line-height: 0;
    margin: 0 0 15px;
}
.desires a{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 5px 0;
    padding: 5px 14px;
    border: 1px solid #e8ecf0;
    border-radius: 9px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}
.desires i{
    margin: 0 5px 0 0;
}
.desires a:hover{
    opacity: 0.8;
}
.opportunities{
    /* background: #f5f9fa; */
    /* border-radius: 6px; */
    /* overflow: hidden; */
    /* padding: 13px 4% 5px; */
    /* margin: 0 0 20px; */
    display: flex;
    flex-wrap: wrap;
    padding-top: 19px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E1E2E4;
    margin: 0 0 26px;
}
.opportunities .composition{
    /* float: left; */
    /* width: 45%; */
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 250px);
    display: flex;
    flex-wrap: wrap;
}
.languages-list{
    overflow: hidden;
    display: block;
    /* border-left: 1px solid #e4e9ea; */
    /* padding: 0 10px 0 4%; */
    width: 250px;
}
.languages-list span,
.languages-list span.dscr{
    display: block;
    /* margin: 0 0 4px; */
    /* font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #676f73; */
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #AEB2B4;
}
.languages-list ul{
    font-size: 0;
    line-height: 0;
}
.languages-list li{
    display: inline-block;
    vertical-align: top;
    /* margin: 0 17px 5px 0; */
    /* font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #23363e; */
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 17px 9px 0;
}
.languages-list img{
    width: 15px;
    margin: 0 5px 0 0;
}
.holder-box-hidden{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #565656;
}
.category{
    display: block;
    margin: 0 0 16px;
    position: relative;
    padding: 0 0 0 26px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #3e6372;
}
.category span{
    margin: 0 7px 0 0;
    font-weight: 300;
    color: #676f73;
    font-size: 12px;
}
.category:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-68.png") no-repeat;
    width: 15px;
    height: 15px;
}
h4{
    margin: 0 0 19px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    color: #23363e;
}
.btn-description{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 4px;
    margin: 0 0 27px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #3e6372;
    border-bottom: 1px dashed #3cbff3;
}
.btn-description:hover{
    border-color: transparent;
}
.price-excursion{
    padding: 28px 0;
    overflow: hidden;
    border-top: 1px solid #ecf2f3;
}
.price-excursion .holder-text{
    /* float: left; */
    /* font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #676f73; */
    width: calc(100% - 192px);
    padding-right: 15px;
    padding-left: 0;
    font-family: 'Actay Wide';
    font-weight: 700;
    font-size: 40px;
    line-height: 0.7;
    letter-spacing: -0.05em;
    color: #AEB2B4;
}
/* .price-excursion p{
    margin: 0 0 6px;
}
.price-excursion .price{
    font-weight: 700;
    font-size: 36px;
    color: #aeda00;
}
.price-excursion .price.less{
    font-size: 24px;
}
.price-excursion .price span{
    font-size: 18px;
} */
.price-excursion .holder-block{
    padding: 0 0 0 10px;
    overflow: hidden;
    display: block;
    text-align: right;
    width: 192px;
}
.price-excursion .btn_green {
    /* padding: 22px 5px;
    margin: 0 0 13px;
    max-width: 260px;
    display: inline-block;
    vertical-align: top; */
    font-weight: 700;
    font-size: 24px;
    width: 100%;
}
.btn-click{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 31px;
    margin: 0 0 27px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #3e6372;
}
.btn-click:before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../images/bg-69.png") no-repeat;
    width: 23px;
    height: 27px;
}
.btn-click span{
    padding: 0 0 4px;
    border-bottom: 1px dashed #3cbff3;
}
.btn-click:hover span{
    border-color: transparent;
}
.holder-slider-excursion{
    /* overflow: hidden; */
    display: block;
    padding: 0 15px;
    width: 55.5%;
}
.photo_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 9px;
    padding-top: 23px;
}
.photo_list .item_list{
    padding: 0 15px;
    width: 50%;
    margin: 0 0 16px;
}
.photo_list .item_list.first{
    width: 100%;
}
.photo_list .inner_list{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
}
.photo_list .inner_list:before{
    display: block;
    content: '';
    padding-top: 72.73%;
}
.photo_list .item_list.first .inner_list:before{
    padding-top: 71.894%;
}
.photo_list .inner_list img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.photo_list .inner_list .play{
    position: absolute;
    bottom: 37px;
    right: 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 15px 30px rgba(8, 12, 29, 0.15);
    padding: 12px;
}
.photo_list .inner_list .play em{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000000;
    position: relative;
}
.photo_list .inner_list .play em:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-70%);
    left: -18px;
    width: 8px;
    height: 9px;
    background: url("../images/nw_icon-5.svg") no-repeat;
    background-size: 100%;
}
.photo_list .fl_box{
    position: absolute;
    top: 45px;
    left: 40px;
    z-index: 1;
}
.photo_list .fl_box .fl{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 14px;
    padding: 2px 8px 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.01em;
    border-radius: 40px;
}
.photo_list .fl_box .garanty{
    color: #fff;
    background: #7F13EB;
}
.photo_list .fl_box .popular{
    color: #000;
    background: #fff;
}
.holder-slider-excursion .link_holder{
    text-align: center;
}
.holder-slider-excursion .link_holder .link{
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
    text-decoration: underline;
}
.holder-slider-excursion .link_holder .link:hover{
    text-decoration: none;
}
/* .slider-excursion img{
    width: 100%;
}
.slider-excursion{
    margin: 0 0 -67px;
}
.slider-excursion a{
    display: block;
    overflow: hidden;
    border-radius: 35px;
    position: relative;
}
.slider-excursion .various:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -41px 0 0 -41px;
    background: url("../images/bg-64.png") no-repeat;
    width: 83px;
    height: 83px;
    overflow: hidden;
    border-radius: 50%;
}
.slider-excursion .holder-icon{
    position: relative;
}
.slider-excursion .holder-icon:before{
    content: '';
    position: absolute;
    right: 23px;
    top: 26px;
    width: 44px;
    height: 44px;
    background: #ffffff url("../images/bg-67.png") no-repeat 50% 50%;
    border-radius: 50%;
    overflow: hidden;
}
.slider-excursion .slick-prev{
    left: 21px;
    margin: -36px 0 0;
    background: rgba(35, 54, 62, 0.64) url("../images/bg-65.png") no-repeat 50% 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.slider-excursion .slick-next{
    right: 10px;
    margin: -36px 0 0;
    background: rgba(35, 54, 62, 0.64) url("../images/bg-66.png") no-repeat 50% 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.slider-excursion .slick-prev:hover,
.slider-excursion .slick-next:hover{
    background-color: rgba(35, 54, 62, 0.85);
    opacity: 1;
}
.slider-nav{
    max-width: 440px;
    margin: 0 auto 40px;
}
.slider-nav .slick-slide{
    padding: 0 5px;
}
.slider-nav .holder-img{
    max-width: 134px;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.slider-nav .video-slide:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("../images/bg-64.png") no-repeat;
    width: 83px;
    height: 83px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
} */
.specification{
    display: flex;
    align-items: center;
    margin: 0 0 9px;
}
.specification img{
    display: block;
}
.specification .holder-img{
    flex: 0 0 50%;
    padding: 0 30px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.specification .img{
    overflow: hidden;
    border-radius: 38px;
}
.specification img{
    width: 100%;
}
.specification .holder-text{
    flex: 1 1 auto;
    padding: 0 0 0 15px;
}
.specification p{
    margin: 0 0 30px;
}
.specification.revers{
    flex-direction: row-reverse;
}
.specification.revers .holder-img {
    flex: 0 0 50%;
    padding: 0 0 0 30px;
}
.specification.revers .holder-text{
    flex: 1 1 auto;
    padding: 0 15px 0 0 ;
}
.various{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 38px;
}
.various:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -112px 0 0 -134px;
    background: url("../images/bg-70.png") no-repeat;
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
}
.various:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 57, 65, 0.2);
}
#map{
    width: 100%;
    height: 284px;
    margin: 0 0 33px;
}
.control-map{
    position: relative;
    margin: -80px 0 0 0;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.3);
    border-radius: 12px;
}
.control-map:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #f5f5f5;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
#zoom-in{
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #646464;
    width: 32px;
    padding: 10px 0;
    height: auto;
    border-radius: 12px 12px 0 0;
}
#zoom-out{
    cursor: pointer;
    background: #ffffff;
    color: #646464;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    width: 32px;
    height: auto;
    padding: 10px 0;
    border-radius: 0 0 12px 12px;
}
.control-map i{
    text-align: center;
    display: block;
    font-weight: 300!important;
}
.ymaps-2-1-74-controls__control{
    left: auto!important;
    right: 12px!important;
}
.ymaps-2-1-73-controls__control.ymaps-2-1-73-user-selection-none{
    margin-left: 96.3vw!important;
}
.ymaps-2-1-74-controls__control.ymaps-2-1-74-user-selection-none{
    top: 123px!important;
    right: 14px!important;
    left: auto!important;
}
.ymaps-2-1-74-float-button{
    border-radius: 50%!important;
}
.ymaps-2-1-73-float-button{
    border-radius: 50%!important;
}
.map-page{
    text-align: center;
    padding: 57px 0 0;
}
.map-page .container{
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px;
}
.title-map{
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    position: relative;
    padding: 0 0 0 40px;
    font-weight: 500;
    font-size: 44px;
    line-height: 1;
    color: #23363e;
}
.title-map:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-71.png") no-repeat;
    width: 30px;
    height: 37px;
}
.map-page address{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 5px 56px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    color: #23363e;
    font-style: normal;
}
/*====== review =======*/
.sub-nuv{
    font-size: 0;
    line-height: 0;
    padding: 0 0 10px;
}
.sub-nuv li{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}
.sub-nuv li:last-child{
    margin-right: 0;
}
.sub-nuv a{
    display: inline-block;
    vertical-align: top;
    width: 126px;
    text-align: center;
    padding: 7px 28px;
    border: 1px solid #d7e3e4;
    border-radius: 13px;
    color: #3e6372;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-nuv a:hover{
    background: #3cbff3;
    border-color: #3cbff3;
    color: #ffffff;
}
.sub-nuv li.active a{
    font-weight: 900;
    background: #3cbff3;
    border-color: #3cbff3;
    color: #ffffff;
}
.assessment{
    border-top: 1px solid #e5eaea;
    padding: 23px 0 14px 0;
    line-height: 18px;
}
.assessment:after {
    display:block;
    content:"";
    clear:both;
}
.assessment-text{
    float: left;
    width: 65%;
    font-weight: 500;
    font-size: 14px;
}
.assessment-text i{
    margin: 0 12px 0 0;
    color: #749397;
}
.btn-yes{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #95bb00;
}
.btn-no{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #749397;
}
.list-star{
    overflow: hidden;
    display: block;
    text-align: right;
    font-size: 0;
    line-height: 0;
}
.list-star li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2px 2px;
    font-size: 14px;
    line-height: 18px;
}
.list-star li:first-child{
    margin-right: 5px ;
}
.admin-message{
    overflow: hidden;
    margin: 0 0 47px;
}
.admin-message .holder-img{
    float: left;
    margin: 17px 0 0 55px;
    width: 91px;
    overflow: hidden;
    border-radius: 50%;
}
.admin-message .holder-text{
    overflow: hidden;
    padding: 0 0 0 59px;
}
.admin-message .group {
    padding: 0 4% 6px 4%;
}
.admin-message .group strong {
    float: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #3cbff3;
}
.admin-message .group span {
    float: right;
    padding: 6px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #676f73;
}
.admin-message .text {
    position: relative;
    border: 3px solid #81d1f6;
    border-radius: 0 8px 8px 8px;
    background: #f8fdff;
    padding: 32px 7% 10px 7%;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #23363e;
}
.admin-message .text:before {
    content: '';
    position: absolute;
    left: -35px;
    top: -3px;
    background: url("../images/bg-75.png") no-repeat;
    width: 35px;
    height: 39px;
}
.admin-message P{
    margin: 0 0 21px;
}
.attached-title{
    display: block;
    margin: 0 0 14px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #676f73;
}
.photo-attached{
    font-size: 0;
    line-height: 0;
    padding: 0 0 8px;
}
.photo-attached li{
    display: inline-block;
    vertical-align: top;
    margin: 0 13px 13px 0;
}
.photo-attached a{
    display: block;
    width: 87px;
    border-radius: 16px;
    overflow: hidden;
}
.pagination{
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 24px;
}
.pagination li{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
}
.pagination a{
   color: #23363e;
    border-radius: 50%;
    padding: 9px 17px;
}
.pagination a:hover{
    text-decoration: underline;
}
.pagination li.active a{
    background: #3cbff3;
    color: #ffffff;
}
.pagination li:first-child{
    margin-right: 70px;
}
.pagination li:last-child{
    margin-left: 70px;
}
.pagination li:first-child a,
.pagination li:last-child a{
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #3e6372;
    border-radius: 0;
}
.pagination i{
    color: #3cbff3;
}
.ajax-pager-wrap{
    text-align: center;
}
.show-more{
    /* display: inline-block;
    vertical-align: top; */
    /* margin: 0 0 40px;
    padding: 16px 55px;
    border: 1px solid #d7e3e4;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #3e6372; */
    border: 1px solid #000000;
    border-radius: 4px;
    display: inline-flex;
    width: 100%;
    max-width: 250px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: -0.01em;
    padding: 5px 10px;
    color: #000000;
    background: transparent;
    height: 50px;
    position: relative;
    z-index: 1;
}
.show-more:hover{
    /* opacity: 0.8; */
    color: #fff;
    background: #000;
}
.show-more i{
    /* color: #3cbff3;
    margin: 0 5px 0 0; */
    display: none;
}
/*====== useful-articles ======*/
.catalog-items{
    padding-top: 30px;
    padding-bottom: 70px;
}
.list-state{
    /* font-size: 0;
    line-height: 0; */
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.list-state li{
    /* display: inline-block;
    vertical-align: top; */
    /* margin: 0 0 30px; */
    width: 25%;
    padding: 0 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 42px;
    position: relative;
}
.list-state li.promo-state{
    width: 50%;
}
.list-state .holder-block{
    padding: 20px 14%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    border-radius: 17px;
    overflow: hidden;
}
.list-state .icon-img{
    /* width: 116px;
    margin: 0 auto 16px; */
    margin: 0;
}
.list-state .holder-block span{
    display: block;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 25px;
}
.list-state p{
    margin: 0 0 25px;
}
.list-state .btn-yellow{
    max-width: 158px;
    margin: 0 auto 29px;
}
.list-state .color-blue{
    color: #67a4bc!important;
}
.light-green{
    color: #9bc200;
}
.list-state .holder-img{
    display: block;
    /* border-radius: 17px; */
    overflow: hidden;
    /* margin: 0 0 17px; */
    position: relative;
    border-radius: 40px;
}
.list-state .holder-img:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(3.05deg, #06091C -14.38%, rgba(6, 9, 28, 0) 85.48%);
    z-index: 1;
    border-radius: 40px;
}
.list-state .holder-img img{
    width: 100%;
}
.list-state .holder-text{
    /* padding: 0 5px; */
    margin: 0 0 13px;
    position: absolute;
    bottom: 59px;
    left: 0;
    right: 0;
    padding: 0 51px;
    z-index: 1;
}
.list-state .holder-text a,
.list-state .holder-text a strong{
    color: #fff;
}
.list-state > span{
    display: block;
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
}
.list-state strong{
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
    color: #3e6372;
}
.list-state + .text-center{
    text-align: center;
    margin: 0 0 50px;
}
/* ===== article =====*/
.page-promo{
    margin: 0 0 45px;
    position: relative;
    padding: 260px 0 73px;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.page-promo:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 18, 22, 0.53);
}
.page-promo:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071216+0,061e28+50,05384e+100 */
    background: rgb(7,18,22); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(7,18,22,1) 0%, rgba(6,30,40,1) 50%, rgba(5,56,78,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(7,18,22,1) 0%,rgba(6,30,40,1) 50%,rgba(5,56,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(7,18,22,1) 0%,rgba(6,30,40,1) 50%,rgba(5,56,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071216', endColorstr='#05384e',GradientType=0 ); /* IE6-9 */
}
.page-promo .container{
    position: relative;
    z-index: 2;
}
.page-promo .title{
    display: block;
    max-width: 900px;
    margin: 0 auto 20px;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}
.representative{
    font-size: 0;
    line-height: 0;
}
.representative .holder-img{
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
}
.representative span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #d3dee0;
}
.reduced-container{
    max-width: 920px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 27px;
    font-weight: 300;
}
.p-big{
    margin: 0 0 27px;
    font-weight: 300;
    font-size: 28px;
    line-height: 33px;
}
.list-number{
    border-top: 2px solid #f3f5f8;
    border-bottom: 2px solid #f3f5f8;
}
.list-number{
    padding: 44px 0 0;
    margin: 60px 0 47px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    counter-reset: point;
}
.list-number li{
    position: relative;
    padding: 0 0 0 90px;
    margin: 0 0 41px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
}
.list-number li:last-child{
    margin: 0 0 33px;
}
.list-number li:before {
    content:"0" counter(point);
    counter-increment: point 1;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 28px;
    line-height: 64px;
    position: absolute;
    background: #aeda00;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
}
.list-number span{
    display: block;
    margin: 0 0 12px;
    font-weight: 700;
    color: #23363e;
    font-size: 28px;
    line-height: 1;
}
.two-text{
    overflow: hidden;
    padding: 0 0 19px;
}
.two-text .holder-text{
    float: left;
    width: 45%;
    margin: 0 0 30px;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two-text .holder-block{
    overflow: hidden;
    display: block;
    margin: 0 0 30px;
}
.content-img{
    border-radius: 18px;
    overflow: hidden;
    margin: 0 0 40px;
}
.p-big.bold{
    font-weight: 700;
}
.list-circle{
    padding: 25px 5%;
    margin: 0 0 8px;
}
.list-circle li{
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 0 20px;
}
.list-circle li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #aeda00;
}
.information-block{
    border-radius: 30px;
    overflow: hidden;
    background: #f3f9fc;
    padding: 34px 10px;
    margin: 0 0 46px;
}
.information-block .reduced-container{
    overflow: hidden;
}
.information-block .holder-img{
    float: left;
    width: 70px;
    margin: 0 0 0 13px;
}
.information-block span{
    display: block;
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    color: #2aade1;
}
.information-block .holder-text{
    overflow: hidden;
    display: block;
    padding: 8px 0 0 31px;
}
.social-img{
    max-width: 258px;
    margin: 0 0 61px;
}
.comment-form{
    margin: 0 0 23px;
}
.holder-textarea{
    position: relative;
    margin: 0 0 33px;
}
.holder-textarea .label{
    position: absolute;
    left: 63px;
    top: 19px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #676f73;
}
.holder-textarea textarea{
    padding: 40px 64px 10px;
    width: 100%;
    height: 128px;
    resize: none;
    background: #f3f5f8;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #23363e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment-form .btn-yellow{
    max-width: 248px;
    margin: 0 auto 30px;
}
/*====== tour =====*/
.tours_block h1{
    margin: 0 0 24px;
}
.smartfilter{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.smartfilter > .row{
    padding: 0 15px;
    width: 314px;
}
.smartfilter .btn{
    display: none;
}
.smartfilter .btn_green{
    border: none;
    height: 60px;
    display: block;
    width: 100%;
    font-weight: 600;
}
.form-tour{
    /* border-top: 1px solid #e0eded; */
    /* padding: 20px 0; */
}
.form-tour .group{
    /* margin: 0 -13px; */
    width: calc(100% - 284px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.form-tour .holder-block{
    /* float: left; */
    width: 25%;
    /* padding: 0 13px; */
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-tour .label{
    display: block;
    /* margin: 0 0 11px; */
    /* font-weight: 700;
    color: #3e6372;
    font-size: 14px;
    line-height: 1; */
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.form-tour .bx-filter-parameters-box-container{
    display: flex;
    flex-wrap: wrap;
}
.form-tour .bx-filter .bx-ui-slider-track-container{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}
.form-tour .bx-filter .bx-ui-slider-track{
    height: 3px;
    background: #CED3D6;
    margin: 0 10px;
}
.form-tour .bx-filter.bx-blue .bx-ui-slider-pricebar-vd,
.form-tour .bx-filter.bx-blue .bx-ui-slider-pricebar-v{
    background: #7F13EB;
}
.form-tour .bx-filter .bx-ui-slider-handle{
    background: #FFFFFF;
    border: 3px solid #7F13EB;
    width: 18px;
    height: 18px;
}
.form-tour .bx-filter-block .col-xs-12{
    width: 100%;
}
.form-tour .bx-filter .bx-filter-select-container{
    box-shadow: none;
    border-radius: 5px;
    height: 60px;
    border: 1px solid #CED3D6;
}
.form-tour .bx-filter .bx-filter-select-block,
.form-tour .bx-filter .bx-filter-select-text{
    height: 100%;
}
.form-tour .bx-filter .bx-filter-select-text{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #000000;
}
.form-tour .bx-filter .bx-filter-select-arrow{
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #7F13EB;
    border-right: 2px solid #7F13EB;
    background: none;
    transform: rotate(45deg);
}
/*range slider start*/
.slider-range{
    position:relative;
    height:3px;
    background:#e3ebe9;
    margin:0 9px 18px;
    cursor:pointer;
    /* height: 2px; */
}
.slider-row input {display: none;}
.ui-slider-handle span{
    position: absolute;
    top: 15px;
    color: #676f73;
    font-weight: 300;
    font-size: 11px;
    line-height: 1;
}
.min_max_currentmin_currentmax{
    text-indent:-9999px;
    overflow:hidden;
    width:100%;
    padding:0;
    position:absolute;
    top:-9999px;
    left:-9999px;
    border:none;
    background:none;
}
.ui-widget-header{background:#ddd;}
.ui-slider-range{
    top:0;
    height:3px;
    background:#3cbff3;
    position:absolute;
}
.ui-slider-handle{
    width:18px;
    height:18px;
    margin-left:-7px;
    top:-7px;
    border: 4px solid #3cbff3;
    cursor:pointer;
    position:absolute;
    background:#ffffff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#steps-fivepercent-slider .ui-slider-tip {
    visibility:visible;
    opacity:1;
    top:-30px;
}
.range-slider{
    margin:0 0 13px;
}
.range-slider .slider-box{
    margin: 0 -5px 23px;
    padding: 0;
    text-align:center;
}
.range-slider .slider-box:after {
    display:block;
    content:"";
    clear:both;
}
.range-slider .ruble{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -9px 0 0;
    font-weight: 700;
    color: #3cbff3;
    font-size:14px;
    line-height: 18px;
}
.range-slider .slider-box .input-holder{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.range-slider .from,
.range-slider .to{
    background:#ffffff;
    width:100%;
    display: block;
    height:40px;
    color:#676f73;
    border: none;
    font-size:16px;
    line-height:18px;
    font-weight: 300;
    padding:0 35px 0 20px;
    margin:0;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 6px;
}
/*range slider end*/
.form-tour .fs-dropdown-selected{
    height: 40px;
    background: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 40px 0 22px;
    color: #676f73;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
}
.form-tour .fs-dropdown-item{
    background: #ffffff;
    color: #676f73;
    cursor: pointer;
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    height: 31px;
    padding: 0 22px;
}
.form-tour .fs-dropdown-item:hover{
    font-weight: 700;
    color: #3e6372;
}
.form-tour .fs-dropdown-focus .fs-dropdown-selected{
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar, .fs-dropdown-options.fs-scrollbar .fs-scrollbar-track{
    border: none;
}
.fs-scrollbar>.fs-scrollbar-bar .fs-scrollbar-track{
    background: #e4ecea;
    width: 3px;
}
.fs-scrollbar>.fs-scrollbar-bar .fs-scrollbar-handle{
    background: #3cbff3;
    width: 3px;
}
.fs-scrollbar>.fs-scrollbar-bar {
    width: 33px;
}
.form-tour .fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
    max-height: 148px;
}
.checkbox input:checked + span:before,
.form-tour .checkbox span:before{
    background-color: #ffffff;
}
.list-radio{
    font-size: 0;
    line-height: 0;
    /* padding: 13px 0; */
    padding: 13px 0 0;
}
.list-radio li{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 8px 0;
}
.list-radio label{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #3e6372;
}
.list-radio input{
    display: none;
}
.list-radio span{
    display: inline-block;
    vertical-align: top;
    padding: 7px 5px;
    width: 128px;
    text-align: center;
    border: 1px solid #d7e3e4;
    border-radius: 13px;
    color: #3e6372;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-radio span:hover{
    background: #3cbff3;
    border-color: #3cbff3;
    color: #ffffff;
}
.list-radio input:checked + span {
    font-weight: 700;
    background: #3cbff3;
    border-color: #3cbff3;
    color: #ffffff;
}
.list-radio li.link{
    margin-right: 0;
}
.btn-oll-radio{
    display: inline-block;
    vertical-align: top;
    padding: 7px 21px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #3e6372;
    text-align: center;
    border: 1px solid #43c1f3;
    border-radius: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-radio.visibility .btn-oll-radio{
    display: none;
}
.btn-oll-radio i{
    /* color: #43c1f3;
    margin: 0 0 0 10px; */
    display: none;
}
.list-radio .hidden{
    display: none;
}
.list-radio.visibility li.hidden {
    display: inline-block !important;
}
.form-tour .holder-button{
    text-align: center;
    /* padding: 10px 0; */
    padding: 21px 0 0;
}
.btn-reset{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px;
    position: relative;
    padding: 0 0 0 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #3e6372;
}
.btn-reset:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0;
    background: url("../images/bg-80.png") no-repeat;
    width: 12px;
    height: 12px;
}
.form-tour .btn-yellow{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 15px;
    max-width: 155px;
}
.holder-btn-show-more{
    position: relative;
    z-index: 2;
    padding: 10px 0 1px;
    background: #ecf3f5;
    text-align: center;
    margin: 0 0 -32px;
}
.holder-btn-show-more:before{
    content: '';
    position: absolute;
    z-index: -1;
    background: #ecf3f5;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
}
.btn-show-more{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 16px 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #676f73;
}
.btn-show-more:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -3px 0 0;
    background: url("../images/bg-81.png") no-repeat;
    width: 10px;
    height: 5px;
}
.btn-show-more.active:before{
    transform: rotate(-180deg) rotateY(0deg);
    -webkit-transform: rotate(-180deg) rotateY(0deg);
    -moz-transform: rotate(-180deg) rotateY(0deg);
    -o-transform: rotate(-180deg) rotateY(0deg);
    -ms-transform: rotate(-180deg) rotateY(0deg);
}
.btn-show-more span + span{
    display: none;
}
.btn-show-more.active span{
    display: none;
}
.btn-show-more.active span + span{
    display: inline;
}
.tour-title{
    display: block;
    margin: 0 0 43px;
    text-align: center;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    color: #23363e;
    display: none;
}
.discount-block{
    /* padding: 36px 11%; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /* text-align: center;
    border-radius: 17px; */
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 71px 10.5% 20px 16%;
    box-sizing: border-box;
    /* justify-content: center; */
}
/* .list-state .discount-block .icon-img{
    text-align: center;
    margin: 0 0 15px;
} */
.list-state .discount-block .holder-text{
    position: static;
    padding: 0;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
}
.discount-block .color-blue{
    display: block;
    margin: 0 0 21px;
    /* font-weight: 700;
    font-size: 44px;
    line-height: 1; */
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000000 !important;
}
/* .discount-block .color-blue .significant{
    display: inline-block;
    vertical-align: top;
    color: #ee1567;
    font-weight: 300;
    font-size: 24px;
} */
.list-state .discount-block .holder-text p{
    margin: 0 0 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000000;
}
.state_form .inpt_box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0;
}
.state_form .sbmt{
    width: 140px;
    padding-top: 13px;
}
.state_form .sbmt .btn_green{
    width: 100%;
    border: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    height: 70px;
}
.state_form .holder-input{
    width: calc(100% - 140px);
    padding-right: 10px;
    margin-bottom: 27px;
}
.state_form .holder-input .label{
    display: block;
    margin: 0 0 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    position: static;
    top: auto;
    left: auto;
}
.state_form .holder-input input{
    background: #fff url("/local/templates/urokov.net.2.0/css/../images/nw_icon-4.svg") no-repeat;
    background-size: 12px 12px;
    background-position: 20px 50%;
    border: 1px solid #CED3D6;
    border-radius: 10px;
    padding: 10px 15px 10px 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    color: #000000;
    height: 70px;
}
.state_form .sbmt_box{
    max-width: 280px;
}
.state_form .sbmt_box .chbx{
    position: relative;
}
.state_form .sbmt_box .chbx .checkbox{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.state_form .sbmt_box .chbx .checkbox + label{
    font-weight: 400;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #B5B5B5;
    display: block;
    padding-left: 25px;
}
.state_form .sbmt_box .chbx .checkbox + label a{
    font-weight: 600;
    color: #B5B5B5;
    text-decoration: underline;
}
.state_form .sbmt_box .chbx .checkbox + label:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}
.state_form .sbmt_box .chbx .checkbox + label:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: 8px;
    height: 7px;
    background: url("/local/templates/urokov.net.2.0/css/../images/nw_icon-check.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
}
.state_form .sbmt_box .chbx .checkbox:checked + label:after{
    opacity: 1;
}
.mark{
    /* margin: 81px 0 0!important; */
    display: block;
    text-align: left;
    position: relative;
    /* padding: 0 0 0 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; */
    /* color: #97aeb1; */
    font-weight: 400;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #B5B5B5;
    padding-left: 10px;
}
.mark:before{
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #ee1567;
}
/*===== contact =====*/
.contact{
    /* padding: 4px 0; */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 24px;
    background: #ffffff;
}
.contact:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 42%;
    top: -134px;
    background: url("../images/bg-109.png") no-repeat 90% 0;
    width: 890px;
    height: 756px;
}
/* .contact:after {
    display:block;
    content:"";
    clear:both;
} */
.holder-contact{
    /* float: left; */
    width: 44.5%;
    /* padding: 0 30px 0 0; */
    margin: 0 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}
.holder-contact h1{
    margin: 0 0 15px;
}
.holder-contact p{
    /* margin: 0 0 30px; */
    /* font-weight: 300;
    font-size: 17px;
    line-height: 24px; */
    margin: 0 0 28px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.holder-contact p span{
    font-weight: 400;
    font-size: 16px;
    color: #7d8088;
}
.title-contact{
    margin: 0 0 12px;
    display: block;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #23363e;
}
.list-contact{
    /* border-bottom: 1px solid #f0f2f7; */
    /* padding: 0 0 12px; */
    /* margin: 0 0 25px; */
    padding: 37px 0 0;
    border-top: 1px solid #E1E2E4;
    border-bottom: 1px solid #E1E2E4;
    max-width: 520px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 35px;
}
.list-contact li{
    margin: 0 0 23px;
    /* padding: 0 0 0 50px; */
    position: relative;
    width: 42%;
    padding-right: 10px;
}
.list-contact li:last-child{
    width: 58%;
}
/* .list-contact .icon{
    position: absolute;
    left: 5px;
    top: 6px;
    width: 25px
} */
.list-contact span{
    display: block;
    /* margin: 0 0 7px; */
    /* font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #23363e; */
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #AEB2B4;
    margin-top: 9px;
}
.list-contact a{
    display: inline-block;
    vertical-align: top;
    /* font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #23363e; */
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #000000;
}
/* .list-contact a.number{
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
} */
/* .list-contact address{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #23363e;
} */
.title-consultation{
    display: block;
    margin: 0 0 23px;
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    color: #23363e;
}
.holder-contact .form-discount{
    max-width: 520px;
}
.holder-contact .form-discount p{
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #565656;
    max-width: 410px;
}
.holder-contact .form-discount .holder-block{
    padding: 0 15px;
    width: 100%;
}
.holder-contact .form-discount .label{
    display: block;
    margin: 0 0 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    position: static;
    top: auto;
    left: auto;
}
.holder-contact .form-discount .holder-input{
    margin: 0 0 2px;
}
.holder-contact .form-discount .holder-input input{
    background: #fff url("/local/templates/urokov.net.2.0/css/../images/nw_icon-4.svg") no-repeat;
    background-size: 12px 12px;
    background-position: 20px 50%;
    border: 1px solid #CED3D6;
    border-radius: 10px;
    padding: 10px 15px 10px 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    color: #000000;
    height: 70px;
}
.holder-contact .form-discount .reminder{
    display: block;
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #B5B5B5;
}
.holder-contact .form-discount .btn_green{
    border: none;
    width: 100%;
    height: 70px;
    font-weight: 600;
    margin: 0 0 20px;
    display: block;
    border-radius: 10px;
}
.holder-contact .form-discount .chbx{
    position: relative;
    margin-left: 35px;
    padding-right: 40px;
}
.holder-contact .form-discount .chbx .checkbox{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0;
}
.holder-contact .form-discount .chbx .checkbox + label{
    font-weight: 400;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #B5B5B5;
    display: block;
    padding-left: 25px;
}
.holder-contact .form-discount .chbx .checkbox + label a{
    font-weight: 600;
    color: #B5B5B5;
    text-decoration: underline;
}
.holder-contact .form-discount .chbx .checkbox + label a:hover{
    text-decoration: none;
}
.holder-contact .form-discount .chbx .checkbox + label:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 1px solid #B5B5B5;
    border-radius: 3px;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
}
.holder-contact .form-discount .chbx .checkbox + label:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 5px;
    width: 8px;
    height: 7px;
    background: url("/local/templates/urokov.net.2.0/css/../images/nw_icon-check.svg") no-repeat;
    background-size: 100%;
    opacity: 0;
}
.holder-contact .form-discount .chbx .checkbox:checked + label:after{
    opacity: 1;
}
.holder-map-contact{
    /* float: left; */
    margin: 0 0 30px;
    width: 55.5%;
    /* border-radius: 30px; */
    /* box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.11); */
    padding: 0 15px;
}
#big-map, #map-contact{
    width: 100%;
    /* height: 828px; */
    border-radius: 30px;
    overflow: hidden;
    height: 654px;
}
.team-slider {
    margin: 0 -16px 71px;
}
.team-slider .slick-slide {
    padding: 0 16px;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}
.team-slider .holder-img {
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 23px;
}
.team-slider .holder-img img{
    width: 100%;
    height: auto;
}
.team-slider .strong{
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3e6372;
}
.team-slider span{
    display: block;
    margin: 0 0 13px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73;
}
.team-slider p{
    margin: 0 0 17px;
}
.tel-team{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 11px;
    position: relative;
    padding: 0 0 0 28px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}
.tel-team:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-96.png") no-repeat;
    width: 18px;
    height: 18px;
}
.mail-team{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.mail-team:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-97.png") no-repeat;
    width: 19px;
    height: 14px;
}
/*====== cabinet =====*/
.title-cabinet{
    padding: 32px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: 300;
    font-size: 22px;
    line-height: 1;
    color: #3e6473;
}
.title-cabinet .title{
    display: block;
    margin: 0 25px 0 0;
    font-weight: 700;
    font-size: 70px;
    line-height: 1;
    color: #aeda00;
}
.navigation-cabinet{
    padding: 7px 10px;
    margin: 0 0 -62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.1);
}
.navigation-cabinet .btn-yellow{
    width: 245px;
    margin: 0 10px 0 0;
}
.navigation-cabinet .text{
    display: block;
    max-width: 175px;
    color: #676f73;
    font-size: 13px;
    line-height: 1;
}
.nav-cabinet{
    font-size: 0;
    line-height: 0;
}
.nav-cabinet li{
    display: inline-block;
    vertical-align: top;
    padding: 18px 10px;
    font-size: 17px;
    line-height: 1;
}
.nav-cabinet a{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #23363e;
}
.nav-cabinet a:hover{
    opacity: 0.8;
}
.nav-cabinet a i{
    color: #51c6f4;
    margin: 0 5px 0 0;
}
.nav-cabinet li:last-child{
    border-left: 1px solid #e4efed;
}
.btn-exit{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    position: relative;
    padding: 21px 17px 21px 45px;
    background: #faf6f7;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #f43662;
    border-radius: 30px;
}
.btn-exit:hover{
    opacity: 0.8;
}
.btn-exit:before{
    content: '';
    position: absolute;
    left: 19px;
    top: 50%;
    margin: -8px 0 0;
    background: url("../images/bg-98.png") no-repeat;
    width: 20px;
    height: 15px;
}
.request-list{
    text-align: center;
    padding: 39px 0 26px;
}
.request-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    color: #23363e;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
}
.request-list a{
    color: #a6b7b3;
    font-weight: 100;
}
.request-list li.active a{
    color: #3cbff3;
    font-weight: 700;
}
.request-list a:hover{
    color: #3cbff3;
}
.block-excursion{
    padding: 15px 2.5%;
    background: #f5f9fa;
    border-radius: 18px;
    display: flex;
    margin: 0 0 28px;
}
.block-excursion .holder-img{
    flex: 0 0 104px;
    width: 104px;
}
.block-excursion .holder-text{
    padding: 11px 6% 0 25px;
    flex: 1 1 auto;
    border-right: 1px solid #eaeff0;
}
.block-excursion .title{
    display: block;
    margin: 0 0 11px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #23363e;
}
.block-excursion .city{
    display: block;
    margin: 0 0 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73;
}
.block-excursion .opportunities{
    border-top: 1px solid #e4e9ea;
    border-radius: 0;
    padding: 13px 0 5px;
    margin: 0;
}
.holder-category{
    flex: 0 0 340px;
    padding: 16px 0 0 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #3e6372;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.holder-category .category{
    margin: 0 0 7px;
    font-weight: 300;
    font-size: 12px;
    color: #676f73;
}
.holder-category p{
    margin: 0 0 10px 25px;
}
.link-form{
    font-size: 0;
    line-height: 0;
    margin: 0 0 19px;
    text-align: center;
}
.link-form li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
}
.link-form a{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    color: #3e6372;
    border-radius: 15px;
    border: 1px solid #d7e3e4;
    width: 197px;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.holder-applications .form-cabinet .link-form a{
    width: 197px;
}
.link-form a:hover{
    border-color: #3cbff3;
    background: #3cbff3;
    color: #ffffff;
}
.link-form li.active a{
    border-color: #3cbff3;
    background: #3cbff3;
    color: #ffffff;
    font-weight: 900;
}
.form-cabinet{
    margin: 0 0 11px;
}
.group-form:after {
    display:block;
    content:"";
    clear:both;
}
.group-form{
    margin: 0 -15px;
}
.holder-form{
    float: left;
    text-align: center;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-cabinet .block{
    padding: 42px 11% 57px 13%;
    margin: 0 0 28px;
    text-align: left;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    border: 1px solid #ebf0f1;
}
.holder-form .block:after{
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
}
.holder-form .block:before{
    content: '';
    position: absolute;
    z-index: -2;
    left: 8px;
    top: 7px;
    right: -8px;
    bottom: -8px;
    border-radius: 25px;
    border: 1px solid #ebf0f1;
}
.title-data{
    display: block;
    margin: 0 0 22px;
    font-weight: 500;
    font-size: 27px;
    line-height: 1;
    color: #23363e;
}
.title-data span{
    font-weight: 700;
    color: #3cbff3;
}
.form-cabinet p{
    margin: 0 0 17px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73;
}
.error-text{
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 13px;
    line-height: 1;
    color: #f43662;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.holder-input.error input{
    background: #f9edf0;
}
.holder-input.error .error-text{
    display: block;
}
.form-cabinet .half-input{
    margin: 0 -4px;
}
.form-cabinet .half-input .holder-input{
    padding: 0 4px;
}
.add-more{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    color: #3cbff3;
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}
.add-more:hover{
    opacity: 0.8;
}
.add-more i{
    color: #3cbff3;
}
.form-cabinet .holder-question{
    padding: 35px 0;
}
.form-cabinet .btn-yellow{
    font-size: 22px;
}
.request{
    padding: 41px 10% 41px 200px;
    margin: 0 0 49px;
    position: relative;
    border-radius: 17px;
    background: #f8faee;
    overflow: hidden;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #23363e;
}
.request:before{
    content: '';
    position: absolute;
    left: 49px;
    top: 47px;
    background: url("../images/bg-99.png") no-repeat;
    width: 102px;
    height: 102px;
}
.request .title{
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #aeda00;
}
.total-amount{
    position: relative;
    padding: 12px 0;
    margin: 0 0 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.request P{
    margin: 0 0 29px;
}
.total-amount:before{
    content: '';
    position: absolute;
    left: 0;
    right: -9999px;
    top: 0;
    border-top: 1px solid #e2e7cf;
}
.total-amount:after{
    content: '';
    position: absolute;
    left: 0;
    right: -9999px;
    bottom: 0;
    border-top: 1px solid #e2e7cf;
}
.request .total-amount p{
    margin: 0;
}
.total-amount p{
    flex: 1 1 auto;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    margin: 0;
}
.total-amount p strong{
    font-weight: 700;
}
.amount{
    flex: 1 1 auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
}
.amount strong{
    font-weight: 700;
    font-size: 20px;
}
.total-amount .btn-yellow{
    flex: 0 0 155px;
    margin: 0;
}
.payment{
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #676f73;
}

.holder-applications .title{
    display: block;
    margin: 0 0 19px;
    font-size: 36px;
    line-height: 1;
    color: #23363e;
    text-align: center;
    font-weight: 300;
}
.holder-applications .link-form a{
    width: auto;
    padding: 8px 21px;
}
.search-applications{
    max-width: 540px;
    margin: 0 auto 28px;
}
.search-applications fieldset{
    position: relative;
}
.search-applications .input{
    display: block;
    border: none;
    width: 100%;
    height: 44px;
    padding: 0 40px 0 35px;
    background: #f5f7f9;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #687074;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-applications input[placeholder]          {text-overflow:ellipsis;}
.search-applications input::-moz-placeholder     {text-overflow:ellipsis;}
.search-applications input:-moz-placeholder      {text-overflow:ellipsis;}
.search-applications input:-ms-input-placeholder {text-overflow:ellipsis;}
.search-applications .button{
    border: none;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -8px 0 0;
    cursor: pointer;
    background: url(../images/bg-1.png) no-repeat;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
}
table{
    border-collapse: collapse;
    width: 100%;
}
.table{
    display: table;
    width: 100%;
    margin: 0 0 11px;
    padding: 19px 10px 22px;
    border: 1px solid #ebf0f1;
    border-radius: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-number{
    display: block;
    font-weight: 700;
    color: #3e6372;
    font-size: 20px;
    line-height: 1;
}
.number-article{
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #676f73;
}
.object{
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #23363e;
}
.date{
    display: block;
    font-weight: 300;
    font-size: 11px;
    line-height: 1;
    color: #676f73;
}
.table .td{
    display: table-cell;
    vertical-align: top;
    padding: 0 5px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table .td{
    width: 12%;
}
.table .td + .td{
    width: 18%;
}
.table .td + .td + .td{
    width: 15%;
}
.table .td + .td + .td + .td{
    width: 10%;
}
.table .td + .td + .td + .td + .td{
    width: 30%;
}
.table .td + .td + .td + .td + .td + .td{
    width: 15%;
}
.table p{
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    color: #676f73;
}
.table p a{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #3e6372;
    text-decoration: underline;
}
.download{
    margin: 0 0 13px;
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.download a{
    font-weight: 700;
    color: #9cc300;
    font-size: 14px;
}
.download i{
    font-size: 16px;
    margin: 0 4px 0 0;
}
.list-download{
    font-size: 0;
    line-height: 0;
    background: #f5f7f9;
    border-radius: 3px;
    padding: 5px 20px 0;
    display: inline-block;
    vertical-align: top;
}
.list-download li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 5px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #3e6473;
}
.list-download i{
    font-size: 16px;
    vertical-align: middle;
    margin: -4px 0 0;
}
.list-download a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px 0 0;
}
.list-download a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -4px 0 0;
    background: url("../images/bg-100.png") no-repeat;
    width: 8px;
    height: 8px;
}
.process{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #afc1c8;
}
.process i{
    color: #93b9c8;
    margin: 0 5px 0 0;
}
.process span{
    display: inline;
    padding: 0 0 2px;
    border-bottom: 1px dotted #afc1c8;
}
.table.error{
    border-color: #f4d8df;
    background: #faf8f9;
}
.table.error .process i,
.table.error .process{
    color: #f43662;
}
.table.error .process span{
    border-color: #f43662;
}
.holder-applications{
    margin: 0 0 50px;
}
.order{
    border: 1px solid #ebf0f1;
    padding: 21px 30px 13px;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 0 18px;
}
.order .holder-img{
    float: left;
    width: 194px;
    overflow: hidden;
    border-radius: 7px;
}
.order .holder-text{
    overflow: hidden;
    display: block;
    padding: 5px 0 0 35px;
}
.order-excursion{
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    padding: 3px 16px;
    border: 1px solid #d7e3e4;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #3e6372;
    border-radius: 8px;
}
.order .order-excursion{
    float: left;
}
.time{
    float: left;
    margin: 0 10px 10px 28px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 25px;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #23363e;
}
.time:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/bg-101.png") no-repeat;
    width: 20px;
    height: 20px;
}
.order .process{
    float: right;
}
.order-title{
    display: block;
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #3e6372;
}
.order-address{
    padding: 4px 0;
}
.order-address li{
    margin: 0 0 10px;
}
.order-address span{
    display: block;
    margin: 0 0 4px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1;
    color: #676f73;
}
.order-address address{
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #23363e;
}
.order .flex{
    display: flex;
    align-items: flex-end;
}
.order .holder-block{
    flex: 0 0 57%;
    padding: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.order .holder-price{
    flex: 1 1 auto;
    border-left: 1px solid #ebf0f1;
    padding: 0 0 0 4.5%;
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    color: #23363e;
}
.order .holder-btn{
    font-size: 0;
    line-height: 0;
    margin: 0 -1% 0;
    padding: 9px 0 0;
}
.link-more{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 48%;
    margin: 0 1% 10px;
    padding: 14px 5px;
    background: #ffffff;
    border: 1px solid #d7e3e4;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #3e6372;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-document{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 48%;
    border: 1px solid #3cbff3;
    margin: 0 1% 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    border-radius: 18px;
    padding: 13px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3cbff3;
    color: #ffffff;
}
.order .price{
    display: block;
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #aeda00;
}
.order .price span{
    font-size: 30px;
}
.order.expectation{
    border-color: #f7c9d4;
    background: #fff9fa;
}
.order.expectation .process i,
.order.expectation .process{
    color: #f43662;
}
.yellow{
    background: #ffe400;
    color: #23363e;
    border-color: #ffe400;
}
.order.verified .process i,
.order.verified .process{
    color: #a3b364;
}
.btn-document.white{
    color: #3cbff3;
    background: #ffffff;
    border-color: #3cbff3;
    font-size: 14px;
}
.closed-block{
    position: absolute;
    right: 14px;
    top: 16px;
    background: #ffffff url("../images/bg-102.png") no-repeat 50% 50%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
}
.tours .text-center{
    padding: 19px 0;
}
.btn-forward{
    display: block;
    margin: 0 0 11px;
    padding: 15px 5px;
    border: 1px solid #d7e3e4;
    border-radius: 21px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #3e6372;
}
.btn-forward:hover{
    opacity: 0.8;
}
.btn-forward span{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
}
.btn-forward span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -7px 0 0;
    background: url("../images/bg-103.png") no-repeat;
    width: 26px;
    height: 15px;
}
.btn-order{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #3e6372;
    border-bottom: 1px dotted #3e6372;
}
.btn-order:hover{
    border-color: transparent;
}
.frame-form{
    padding: 41px 7% 57px 6%;
    margin: 0 0 28px;
    text-align: left;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    border: 1px solid #ebf0f1;
}
.frame-form .group{
    margin: 0 0 40px;
}
.frame-form:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 8px;
    top: 7px;
    right: -8px;
    bottom: -8px;
    border-radius: 25px;
    border: 1px solid #ebf0f1;
}
.frame-form:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
}
.frame-form .holder-block{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.frame-form .holder-block:first-child{
    padding: 0 7% 0 0;
}
.frame-form .holder-block:nth-child(2){
    padding: 0 0 0 7%;
}
.frame-form .btn-yellow{
    width: 280px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.compensate-for-scrollbar {
    overflow: visible !important;
}
.popup {
    display: none;
    overflow: visible;
     /*vertical-align: middle;*/
    padding: 39px 1.5%;
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    border-radius: 38px;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-children{
    font-size: 0;
    line-height: 0;
    list-style-type: none;
    counter-reset: li;
    padding: 0 16px 0 6px;
}
.list-children li{
    border-bottom: 1px solid #f1f2f6;
    position: relative;
    padding: 0 0 9px 45px;
    margin: 0 0 11px;
}
.list-children li:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero)'.';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 4px;
    color: #3e6372;
}
.list-children .city{
    display: block;
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #676f73;
}
.editing{
    display: block;
    padding: 0 20px 0 0;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #23363e;
}
.editing i{
    position: absolute;
    right: 7px;
    top: -3px;
    font-size: 11px;
    line-height: 1;
    color: #93b9c8;
}
.editing:hover i,
.editing:hover{
    color: #3cbff3;
}
.box-hidden{
    display: none;
}

.holder-box-hidden .btn-description.active{
    display: none;
}

.special-slider .color span,
.special-slider .color p{
    color: #000 !important;
}





    /* =============================================================================
    HasLayot
    ========================================================================== */
.group:after {
    display:block;
    content:"";
    clear:both;
}
.open-menu, .closed-menu, .bg-nav, .call_btn {
    display: none;
}
#nav .contact_box{
    display: none;
}
#nav .nav_bottom{
    display: none;
}
.filter_head{
    display: none;
}
@media screen and (max-width: 1600px){
    .special-slider{
        margin: 0 -15px 37px;
    }
    .special-slider .holder-block{
        padding: 57px 30px 20px;
    }
}
@media screen and (max-width: 1290px){
    /* .slick-prev{
        left: 0;
    }
    .slick-next{
        right: 0;
    } */
    .how-working.clone .list-working {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 1200px){
    .opportunities .composition,
    .languages-list{
        width: 100%;
    }
    .opportunities .composition{
        margin-bottom: 10px;
    }
    .price-excursion .holder-text{
        font-size: 30px;
    }
    .list-state .tours .holder-text{
        bottom: 59px;
        padding: 0 51px;
    }
    .smartfilter > .row,
    .form-tour .group{
        /* width: 100%; */
        width: calc(100% + 30px);
    }
    .smartfilter .btn_green{
        max-width: 314px;
    }
    .form-tour .holder-button{
        padding-top: 0;
        margin-bottom: 10px;
    }
    .lis-information.services li a{
        padding: 40px 20px 49px;
    }
}
@media screen and (max-width: 1100px){
    /* .logo{
        width: 230px;
        height: 79px;
        background-size: cover;
    } */
    /* .holder-head {
        padding: 0 0 0 250px;
    } */
    /* #nav > ul > li > a {
        position: relative;
        font-weight: 700;
        color: #23363e;
        font-size: 18px;
    } */
    /* .control-list li {
        padding: 0 5px 0 0;
    }
    .control-list .holder-text {
        padding: 0 0 0 20px;
    } */
    /* .holder-f-logo {
        width: 300px;
    } */
    /* .content-footer {
        padding: 16px 0 0 2%;
    } */
    .services-list .holder-block {
        padding: 55px 5% 55px 5%;
    }
    .services-list .holder-img {
        width: 80px;
    }
    .list-state li.promo-state {
        width: 100%;
    }
    .list-state li {
        width: 25%;
    }
    .list-state .holder-block {
        padding: 20px ;
    }
    .list-state .holder-block span {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .list-state p {
        margin: 0 0 20px;
    }
    .list-state .btn-yellow {
        margin: 0 auto 10px;
    }
    .navigation-cabinet .btn-yellow {
        width: 180px;
    }
    .navigation-cabinet .text {
        max-width: 145px;
    }
    .block-excursion .holder-text {
        padding: 11px 10px 0 25px;
    }
    .block-excursion .opportunities .composition {
        width: 52%;
    }
    .request:before {
        left: 20px;
    }
    .request {
        padding: 41px 15px 41px 150px;
    }
    .list-working li{
        padding: 38px 50px 30px 140px;
    }
    .list-working li:first-child .dscr_list,
    .list-working li .call_box{
        width: 100%;
    }
    .list-working li .call_box{
        padding: 0;
    }
    .list-working li .call_box .phone{
        margin-bottom: 10px;
    }
    .list-working li:before{
        left: 0;
    }
    .f-logo{
        width: 229px;
        height: 27px
    }
    .list-contact li{
        width: 100%;
    }
    .list-state .tours .holder-text{
        padding: 0 31px;
    }
    .list-state .tours .price{
        padding: 0 31px;
    }
    .list-state .tours .holder-img .ico-box{
        left: 31px;
    }
    .list-state .tours .holder-img > span,
    .list-state .tours .holder-img .num{
        left: 31px;
    }
    .lis-information.services .dscr_serv{
        padding-left: 15px;
    }
}
@media screen and (max-width: 1000px){
    #nav > ul > li{
        margin-right: 35px;
    }
    /* .holder-f-logo {
        width: 240px;
    } */
    .block-excursion {
        padding: 10px;
    }
    .block-excursion .holder-text {
        padding: 0 10px 0 15px;
    }
    .holder-category {
        flex: 0 0 295px;
        padding: 16px 0 0 15px;
    }
    .table .td {
        padding: 0 4px 0 4px;
    }
    .table .td {
        width: 11%;
    }
    .table .td + .td + .td {
        width: 16%;
    }
    .table .td + .td + .td + .td + .td {
        width: 33%;
    }
    .table .td + .td + .td + .td + .td + .td {
        width: 12%;
    }
    .order {
        padding: 20px 10px 13px;
    }
    .order .holder-text {
        padding: 5px 0 0 20px;
    }
    .order .holder-price {
        padding: 0 0 0 10px;
    }
    .btn-document i{
        display: none;
    }
    .order .holder-img {
        width: 160px;
    }
    .slick-next, .slick-prev{
        display: none !important;
    }
    .holder-contact h1{
        font-size: 60px;
    }
    .excursion-card .price-excursion{
        display: block;
    }
    .price-excursion .holder-text{
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
    .price-excursion .holder-block{
        padding: 0;
    }
    .form-tour .holder-block{
        width: 50%;
    }
    .smartfilter .btn_green{
        max-width: calc(50% - 30px);
    }
    .lis-information.services li{
        width: 50%;
    }
}
@media screen and (max-width: 960px){
    /* .logo{
        width: 209px;
        height: 69px;
        background-size: cover;
    } */
    /* .holder-head {
        padding: 0 0 0 215px;
    } */
    .form-search .input {
        padding: 0 40px 0 15px;
    }
    .holder-sin-in {
        padding: 17px 0 17px 2%;
    }
    .head-tel{
        font-size: 18px;
    }
    #nav > ul > li > a{
        font-size: 16px;
    }
    .drop-nav {
        padding: 0 3% 0 0;
    }
    .promo .holder-text{
        font-size: 20px;
    }
    .promo .holder-text .title {
        /* font-size: 50px; */
        font-size: 80px;
    }
    .promo .holder-text .title span{
        font-size: 80px;
    }
    .control-list span{
        font-size: 18px;
    }
    /* .section-about .holder-img{
        flex: 0 0 450px;
        width: 450px;
    } */
    .section-about .holder-text{
        padding-left: 30px;
    }
    .excursion-services .holder-img{
        margin: 0;
    }
    .excursion-services .holder-text {
        padding: 45px 0 30px 5%;
    }
    .title-cabinet {
        font-size: 20px;
    }
    .title-cabinet .title {
        display: block;
        margin: 0 25px 0 0;
        font-weight: 700;
        font-size: 50px;
    }
    .navigation-cabinet{
        display: block;
        text-align: center;
    }
    .navigation-cabinet .btn-yellow {
        max-width: 200px;
        margin: 0 auto 15px;
    }
    .navigation-cabinet .text{
        max-width: 100%;
        display: block;
        margin: 0 0 10px;
    }
    .nav-cabinet{
        margin: 0 0 10px;
    }
    .btn-exit{
        margin: 0;
    }
    .request:before{
        display: none;
    }
    .request {
        padding: 15px;
    }
    .list-state li{
        width: 33.3%;
    }
    .list-state li.promo-state{
        width: 66.7%;
    }
}
@media screen and (max-width: 920px){
    /* .list-working li:after{
        display: none;
    }
    .list-working li:before{
        font-size: 40px;
    }
    .list-working li {
        padding: 0 10px 0 60px;
    } */
    /* .holder-f-logo{
        float: none;
        width: 100%;
        text-align: center;
    }
    .f-logo{
        margin: 0 auto 15px;
    } */
    .content-footer {
        padding: 0;
    }
    #footer .drop-nav{
        display: none;
    }
    .services-list .holder-img {
        width: 65px;
    }
    .services-list .holder-text {
        padding: 0 0 0 5%;
    }
    .lis-information li{
        width: 33.3%;
    }
    .transfer .holder-text{
        float: none;
        width: 100%;
        padding: 0;
    }
    .transfer .holder-img{
        display: none;
    }
    .excursion-card .holder-text{
        /* float: none; */
        width: 100%;
        /* padding: 0; */
    }
    .holder-slider-excursion{
        width: 100%;
    }
    .price-excursion .holder-block{
        text-align: center;
        padding: 10px 0 0;
    }
    .specification .holder-question{
        display: block;
        text-align: center;
    }
    .specification .btn-yellow{
        max-width: 200px;
        margin: 0 auto 10px;
    }
    .specification .holder-question{
        padding: 3px 0;
    }
    .specification .list-check {
        margin: 0 0 15px;
    }
    .specification p {
        margin: 0 0 25px;
    }
    .pagination li:first-child {
        margin-right: 10px;
    }
    .pagination li:last-child {
        margin-left: 10px;
    }
    /* .list-state li {
        width: 25%;
    }
    .list-state li.promo-state{
        width: 100%;
    } */
    .page-promo {
        padding: 200px 0 73px;
    }
    .form-tour .holder-block {
        width: 50%;
        margin: 0 0 15px;
    }
    .block-excursion .opportunities .composition{
        float: none;
        width: 100%;
    }
    .block-excursion .languages-list{
        border-left: 0;
        padding: 5px 0;
        border-top: 1px solid #e4e9ea;
    }
    .how-working .head_box h2 span{
        display: inline;
    }
    .how-working .head_box{
        width: 100%;
        padding: 0;
        margin: 0 0 50px;
    }
    .list-working{
        width: 100%;
        align-items: center;
    }
    .opportunities .composition{
        width: calc(100% - 250px);
    }
    .languages-list{
        width: 250px;
    }
}
@media screen and (max-width: 900px){
    .table{
        display: block;
    }
    .container .table .td {
        display: block;
        margin: 0 0 10px;
        width: auto!important;
        text-align: center;
    }
    #nav > ul > li{
        margin-right: 20px;
    }

}
@media screen and (max-width: 840px){
    #wrapper {
        padding-top: 69px;
    }
    .container{
        padding: 0 27px;
    }
    h1,
    .holder-contact h1{
        font-size: 44px;
    }
    h2,
    .section-about h2,
    .section-tours h2,
    .special-section h2{
        font-size: 30px;
    }
    #header{
        height: 69px;
    }
    #header.active{
        position: fixed;
        z-index: 2;
    }
    #header:after{
        display: none;
    }
    .logo {
        /* position: static; */
        display: block;
        /* width: 268px;
        height: 92px;
        margin: 0 auto 15px; */
        width: 188px;
        height: 22px;
        top: 23px;
        left: 27px;
    }
    .holder-head {
        padding: 0;
    }
    .top-head{
        display: none;
    }
    .open-menu {
        position: absolute;
        right: 28px;
        top: 24px;
        display: block;
        /* background: url(../images/bg-menue.png) no-repeat; */
        /* background-size: cover; */
        width: 35px;
        /* height: 25px; */
        height: 18px;
        background: url("../images/nw_open_nav.svg") no-repeat;
        background-size: 100%;
    }
    .call_btn{
        display: block;
        position: absolute;
        top: 22px;
        right: 97px;
        width: 22px;
        height: 22px;
        background: url("../images/nw_call_btn.svg") no-repeat;
        background-size: 100%;
    }
    /* .bg-nav {
        display: block;
        top: -9999px;
        left: -9999px;
        right: 9999px;
        bottom: 9999px;
        position: fixed;
        z-index: 2;
        opacity: .5;
        background: #000;
        -webkit-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    } */
    /* .holder-head.open .bg-nav {
        left: 320px;
        right: 0;
        top: 0;
        bottom: 0;
    } */
    #nav {
        position: fixed;
        overflow-y: auto;
        top: 69px;
        /* height: 100%; */
        bottom: 0;
        left: -9999px;
        opacity: 0;
        padding: 36px 27px 20px;
        /* width: 320px; */
        width: 100vw;
        background: #ffffff;
        z-index: 250;
        display: block;
        transition: all ease .2s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-top: 1px solid #E7EBF1;
    }
    .holder-head.open #nav {
        top: 69px;
        left: 0;
        opacity: 1;
    }
    .closed-menu {
        /* display: block; */
        position: absolute;
        /* right: 10px;
        top: 10px; */
        /* background: url(../images/bg-8.png) no-repeat;
        background-size: cover; */
        /* width: 25px;
        height: 25px; */
        overflow: hidden;
        text-indent: -9999px;
        width: 27px;
        height: 27px;
        background: url("../images/nw_close_nav.svg") no-repeat;
        background-size: 100%;
        top: 19px;
        right: 32px;
    }
    #header.active .closed-menu{
        display: block;
    }
    #nav > ul{
        display: block;
    }
    #nav > ul > li{
        display: block;
        margin: 0 0 38px;
        padding: 0;
    }
    #nav > ul > li a{
        font-size: 18px;
        color: #000;
    }
    .holder-drop{
        position: static;
        display: none;
        z-index: 2;
        padding: 10px 0 0 10px;
    }
    #nav > ul > li:hover .holder-drop {
        display: block;
    }
    #nav > ul > li.has-drop:hover a:after{
        display: none;
    }
    #nav .contact_box{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        padding-top: 27px;
        margin: 0 0 94px;
    }
    #nav .contact_box:after{
        position: absolute;
        content: '';
        top: 0;
        height: 1px;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        background: #E7EBF1;
    }
    #nav .head-tel{
        position: static;
        bottom: auto;
        right: auto;
        display: block;
        margin-right: auto;
        font-size: 20px;
    }
    #nav .btn{
        position: static;
        top: auto;
        right: auto;
        width: 138px;
        /* display: block; */
    }
    #nav .nav_bottom{
        display: block;
    }
    .nav_bottom .copy{
        margin: 0 0 17px;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: -0.01em;
        color: #7D8088;
    }
    .nav_bottom .social-list{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .holder-drop:before,
    .nav-slider{
        display: none;
    }
    .drop-nav ul{
        width: 50%;
    }
    .form-search .input{
        border-radius: 14px;
    }
    .btn_green, .btn-yellow{
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    .btn,
    .section-about .btn{
        width: 100%;
        height: 40px;
        font-size: 13px;
        max-width: none;
    }
    .promo .container{
        display: block;
    }
    .promo .holder-text{
        text-align: center;
        /* margin: 0 0 40px; */
        padding: 0 0 72px;
        min-height: 564px;
    }
    .promo .holder-text .title{
        font-size: 44px;
        margin-bottom: 21px;
    }
    .promo .holder-text p{
        font-size: 16px;
        margin: 0 auto 17px;
    }
    /* .promo .form-details{
        margin: 0 auto;
        max-width: 335px;
        width: 100%;
    } */
    .section-about {
        padding-top: 8px;
        position: relative;
        z-index: 0;
        margin: 0;
        padding-bottom: 15px;
    }
    .section-about:after{
        position: absolute;
        content: '';
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        background: #DAEB13;
        top: 109px;
        z-index: -1;
    }
    .section-about .holder-img{
        /* flex: 0 0 375px;
        width: 375px; */
        width: 100%;
        max-width: 375px;
        margin: 0 auto 30px;
        padding-top: 0;
    }
    .section-about .holder-img:after{
        width: 162px;
        height: 162px;
        top: -45px;
        right: 2px;
    }
    .section-about .holder-img:before{
        width: 688px;
        height: 685px;
        transform: translate(-63%, -51.5%);
    }
    .section-about .holder-text{
        width: 100%;
        padding-left: 0;
    }
    .section-about p.subtitle{
        max-width: none;
    }
    .section-about .logo_text:before{
        display: none;
    }
    /* .tours .holder-text strong{
        font-size: 20px;
    } */
    .special-slider .holder-block {
        padding: 30px 41% 20px 15px;
    }
    .excursion-services{
        margin: 0;
        padding: 0 0 20px;
    }
    .excursion-services .holder-img{
        display: none;
    }
    .excursion-services .holder-text{
        padding: 0;
    }
    .accordion .heading {
        padding: 0 0 0 50px;
    }
    .accordion .item {
        display: block;
        width: 100%;
        padding: 0 10px 20px;
        margin: 0 0 20px;
    }
    .accordion .expanded {
        padding: 16px 0 0 50px;
    }
    .how-working.clone .list-working {
        margin: 0;
    }
    .list-state li {
        width: 50%;
    }
    .page-promo {
        padding: 150px 0 50px;
    }
    .page-promo .title{
        font-size: 46px;
    }
    .form-cabinet .block {
        padding: 42px 20px 57px;
    }
    .error-text {
        right: 10px;
    }
    .control_box h2{
        width: 100%;
        text-align: center;
        margin: 0 0 30px;
    }
    .control-list{
        width: 100%;
    }
    .section-tours{
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .section-tours h2{
        margin-bottom: 22px;
    }
    .tours-slider{
        padding-left: 0;
        margin: 0 -2px;
        padding-bottom: 40px;
    }
    .tours-slider .slick-slide{
        width: 240px;
        padding: 0 2px;
    }
    .tours .holder-img > span, .tours .holder-img .num{
        left: 33px;
        top: 16px;
        width: 41px;
        height: 41px;
        font-size: 11px;
    }
    .tours .holder-text{
        padding: 0 35px;
        bottom: 41px;
        /* margin: 0; */
    }
    .tours .holder-img .ico-box{
        left: 35px !important;
        bottom: 139px !important;
    }
    .tours .holder-img .ico-box .ico span{
        font-size: 11px !important;
        line-height: 13px !important;
    }
    .tours .holder-text strong{
        font-size: 16px;
        max-height: 53px;
    }
    .tours .holder-text span{
        font-size: 12px;
        max-height: 12px;
    }
    .tours .price{
        padding: 0 35px;
        font-size: 16px;
        bottom: 32px;
    }
    .slick-dots{
        bottom: -3px;
    }
    .special-section{
        padding-top: 10px;
    }
    .special-section h2{
        margin-bottom: 21px;
    }
    .special-section .subtitle{
        font-size: 15px;
        margin-bottom: 22px;
    }
    .special-slider .special_item{
        width: 100%;
        margin-bottom: 10px;
    }
    .special-slider .holder-block{
        border-radius: 30px;
        padding: 47px 45px 37px;
        min-height: auto;
    }
    .special-slider span{
        font-size: 27px;
    }
    .special-slider p{
        font-size: 14px;
        margin-bottom: 18px;
    }
    #footer .content-footer,
    #footer .contact_box{
        width: 100%;
        padding: 0;
    }
    #footer .contact_box{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    #footer .contact_box .phone,
    #footer .contact_box .btn_holder{
        width: 50%;
        margin-bottom: 15px;
    }
    .promo .inner_section:after{
        border-radius: 0;
        width: 100%;
        background-position: 60% 0;
    }
    .lis-information li{
        width: 50%;
    }
    .holder-contact{
        width: 100%;
        margin-bottom: 20px;
    }
    .holder-map-contact{
        width: 100%;
    }
    #big-map, #map-contact{
        height: 314px;
    }
    .holder-contact p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .list-contact{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .list-contact li{
        padding: 0;
        margin-bottom: 15px;
    }
    .list-contact a{
        font-size: 20px;
    }
    .list-contact span{
        font-size: 10px;
        margin-top: 0;
    }
    .holder-contact .form-discount p{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .holder-contact .form-discount .group{
        margin-bottom: 20px;
    }
    .holder-contact .form-discount .holder-input input,
    .holder-contact .form-discount .btn_green{
        height: 50px;
    }
    .show-more{
        width: 100%;
        height: 40px;
        max-width: none;
    }
    .excursion-card h1{
        font-size: 44px;
    }
    .city{
        font-size: 15px;
    }
    .opportunities{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .composition .text,
    .languages-list li,
    .price-excursion .btn_green{
        font-size: 20px;
    }
    .composition span.dscr, .composition span{
        font-size: 10px;
        margin-top: 0;
    }
    .holder-box-hidden{
        font-size: 14px;
    }
    .languages-list li{
        margin-bottom: 0;
    }
    .list-state li.promo-state{
        width: 100%;
    }
    .bx-retina .bx-filter .bx-filter-input-container input,
    .form-tour .bx-filter .bx-filter-select-container{
        height: 50px;
        font-size: 16px;
    }
    .form-tour .bx-filter .bx-filter-select-text{
        font-size: 16px;
    }
    .smartfilter .btn_green{
        height: 50px;
    }
    .slick-dots li{
        margin: 0 8px 10px;
    }
    .reviews h2 span:after{
        width: 14px;
        height: 12px;
        right: -26px;
        margin-top: -6px;
    }
    .excursion-card h1 span{
        padding-right: 40px;
    }
    .excursion-card .h1 .age{
        /* right: -52px; */
        right: 0;
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 800px){
    /* .special-slider .holder-block{
        height: auto!important;
    } */
    /* .list-working li:before{
        font-size: 30px;
        top: -5px;
    }
    .list-working li {
        padding: 0 10px 0 50px;
    } */
    .holder-contact{
        float: none;
        width: 100%;
        padding: 0;
    }
    .holder-map-contact{
        float: none;
        width: 100%;
    }
    #big-map, #map-contact{
        height: 400px;
    }
    .total-amount{
        display: block;
        text-align: center;
    }
    .request .total-amount p {
        margin: 0 0 10px;
    }
    .amount {
        margin: 0 0 14px;
    }
    .total-amount .btn-yellow {
        max-width: 200px;
        margin: 0 auto;
    }
    .frame-form .holder-block:first-child {
        padding: 0 15px 0 0;
    }
    .frame-form .holder-block:nth-child(2) {
        padding: 0 0 0 15px;
    }
    .frame-form {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 767px){
    .holder-popup{
        overflow: auto;
    }
    .holder-popup:before{
        display: none;
    }
    /* h2{
        font-size: 35px;
    } */
    .control-list li{
        width: 100%;
    }
    .control-list{
        margin: 0;
    }
    .section-about{
        display: block;
    }
    .section-about:after{
        top: 109px;
    }
    .section-about .holder-img{
        /* display: none; */
        max-width: 249px;
        margin: 0 auto 24px;
    }
    .section-about .holder-img:after{
        width: 102px;
        height: 102px;
        top: -28px;
        right: 4px;
    }
    .section-about .holder-img:before{
        width: 458px;
        height: 455px;
        transform: translate(-62%, -51.5%);
    }
    .section-about h2{
        margin: 0 0 18px;
    }
    .section-about p.subtitle{
        font-size: 18px;
        margin-bottom: 21px;
    }
    .section-about p{
        font-size: 16px;
        margin-bottom: 19px;
    }
    .section-about .logo_text{
        width: 118px;
        height: 14px;
        margin: 0 0 23px;
    }
    .section-about .holder-text{
        padding: 0;
    }
    .special-slider .slick-list{
        padding: 0 0 20px;
    }
    .how-working{
        /* padding: 50px 0 1px; */
        padding-top: 10px;
    }
    .how-working .head_box h2{
        margin-bottom: 20px;
    }
    .how-working .head_box:after{
        width: 738px;
        height: 775px;
        transform: translate(-61.8%, -48.3%);
    }
    .how-working .head_box .subtitle{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .how-working .head_box p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .how-working .head_box .btn{
        height: 40px;
    }
    .list-working{
        /* padding: 0 0 20px; */
    }
    .list-working li {
        width: 100%;
        margin: 0 0 22px;
        padding: 20px 20px 32px 107px;
        display: block;
        min-height: auto;
    }
    .list-working li:before{
        font-size: 100px;
        left: 24px;
    }
    .list-working li:first-child .dscr_list{
        padding: 0;
        margin-bottom: 20px;
    }
    .list-working span{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .list-working p{
        font-size: 14px;
    }
    .list-working li .call_box{
        display: flex;
        flex-wrap: wrap;
        margin-left: -80px;
        align-items: center;
        justify-content: space-between;
        width: calc(100% + 80px);
    }
    .list-working li .call_box .phone{
        font-size: 16px;
        margin: 0;
    }
    .list-working li .call_box .btn{
        width: auto;
    }
    .bg-strip {
        position: relative;
        padding: 50px 0 20px;
    }
    /* .message .holder-img{
        width: 120px;
    }
    .message .holder-text {
        padding: 0 0 0 25px;
    }
    .message .text:before {
        left: -15px;
    }
    .message.reverse .holder-text{
        padding: 0 25px 0 0;
    }
    .message.reverse .text:before{
        right: -15px;
    }
    .message.reverse .group,
    .message .group{
        padding: 0 0 6px 0;
    } */
    .list-company li {
        width: 33.3%;
    }
    .list-instagram:before{
        display: none;
    }
    .footer-address{
        float: none;
        display: block;
        margin: 0 0 15px;
    }
    .developed{
        float: none;
        display: block;
        text-align: center;
    }
    /* h1{
        font-size: 50px;
    } */
    .services-list li{
        width: 100%;
    }
    .services-list .holder-block {
        padding: 40px 5%;
    }
    .lis-information .holder-img {
        width: 73px;
        height: 80px;
    }
    .lis-information a {
        padding: 30px 15px 22px;
    }
    .specification{
        display: block;
    }
    .specification.revers .holder-img,
    .specification .holder-img{
        padding: 0;
        margin: 0 0 15px;
    }
    .specification .holder-text{
        padding: 0;
    }
    h3 {
        font-size: 38px;
    }
    .sub-nuv li {
        margin: 0 5px 5px 0;
        font-size: 12px;
    }
    .sub-nuv a{
        width: auto;
        padding: 7px 10px;
    }
    .admin-message .holder-img {
        margin: 17px 0 0 0;
    }
    .admin-message .holder-text {
        padding: 0 0 0 54px;
    }
    .admin-message .group{
        padding: 0 0 6px 0;
    }
    .pagination li {
        font-size: 16px;
    }
    .pagination a {
        padding: 9px 13px;
    }
    .page-promo {
        padding: 120px 0 40px;
    }
    .page-promo .title{
        font-size: 40px;
    }
    .holder-textarea .label {
        left: 15px;
    }
    .holder-textarea textarea {
        padding: 40px 15px 10px;
    }
    .title-cabinet{
        display: block;
        text-align: center;
    }
    .title-cabinet .title {
        margin: 0 0 10px;
    }
    .holder-category {
        flex: 0 0 240px;
    }
    .holder-form {
        float: none;
        width: 100%;
    }
    .order .holder-img {
        float: none;
        width: 194px;
        margin: 0 auto 10px;
    }
    .order .holder-text {
        padding: 0;
    }
    .frame-form .holder-block:nth-child(2),
    .frame-form .holder-block:first-child,
    .frame-form .holder-block {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }
    .control_box{
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .control_box h2{
        font-size: 18px;
        margin: 0 0 17px;
    }
    .control-list{
        margin: 0 auto;
        max-width: 268px;
    }
    .control-list li{
        margin-bottom: 5px;
        padding-right: 0;
    }
    .control-list .holder-text p{
        font-size: 15px;
    }
    .reviews h2{
        margin-bottom: 18px;
    }
    .reviews .subtitle{
        font-size: 15px;
        margin-bottom: 25px;
    }
    .message-slider{
        margin: 0 0 0 -17px;
        padding-bottom: 50px;
    }
    .message-slider .slick-slide{
        padding: 0 5px;
        width: 310px;
    }
    .message{
        padding: 47px 26px 60px 37px;
        position: relative;
        border-radius: 30px;
        min-height: 303px;
    }
    .message .holder-img{
        position: absolute;
        top: -9px;
        right: 52px;
        margin-top: 0;
    }
    .message .holder-img .img,
    .message .holder-img:before{
        width: 64px;
        height: 64px;
    }
    .message .holder-img:before{
        top: 5px;
        left: 5px;
    }
    .message .holder-text{
        width: 100%;
        padding-top: 26px;
    }
    .message .group{
        margin-bottom: 21px;
    }
    .message .group strong{
        font-size: 18px;
    }
    .message .text{
        font-size: 15px;
    }
    .message .time{
        left: 37px;
        bottom: 44px;
    }
    .certificate_block{
        padding-top: 28px;
    }
    .inner_certificate{
        padding-top: 14px;
    }
    .inner_certificate:before{
        position: absolute;
        content: '';
        width: 207px;
        height: 334px;
        top: 38px;
        right: -62px;
        background: url("/local/templates/urokov.net.2.0/css/../images/nw_img-bg-4.png") no-repeat;
        background-size: 100%;
        z-index: 0;
    }
    .certificate_head{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        z-index: 1;
        margin-bottom: 12px;
    }
    .certificate_head .logo_cert{
        margin-bottom: 21px;
    }
    .certificate_head h3{
        font-size: 18px;
        max-width: none;
        margin-bottom: 20px;
    }
    .certificate_head p{
        font-size: 14px;
        max-width: none;
    }
    .certificate-list{
        width: 100%;
        position: relative;
        z-index: 1;
        margin-left: -5px;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 10px;
        white-space: nowrap;
        margin: 0 0 -10px;
    }
    .certificate-list .item_list{
        width: 148px;
    }
    .certificate-list:after{
        display: none;
    }
    .company_block{
        margin-top: -25px;
        padding-bottom: 16px;
        margin-bottom: -11px;
    }
    .company_block .company_head{
        width: 100%;
        padding: 0;
    }
    .company_block .company_head h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .company_block .company_head h3 span{
        display: inline;
    }
    .list-company{
        width: 100%;
    }
    .list-company li{
        width: 33.3%;
        height: auto;
        min-height: 62px;
    }
    .list-company .holder-img{
        padding: 7px;
    }
    .list-company li.last .inner_box span{
        width: 33px;
        height: 33px;
        font-size: 13px;
    }
    .lis-information a{
        padding: 30px 25px 35px;
        /* height: auto !important; */
        min-height: auto;
    }
    .discount-block{
        padding: 30px;
    }
    .state_form .holder-input{
        margin-bottom: 15px;
    }
    .state_form .holder-input,
    .state_form .sbmt{
        width: 100%;
        padding: 0;
    }
    .state_form .sbmt {
        margin-bottom: 15px;
    }
    .state_form .holder-input input,
    .state_form .sbmt .btn_green{
        height: 50px;
    }
    .state_form .sbmt_box{
        max-width: none;
    }
    .filter_head{
        display: block;
        margin-bottom: 15px;
        position: relative;
    }
    .filter_head .open_filter{
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 18px;
        background: url("../images/nw_open_nav.svg") no-repeat;
        background-size: 100%;
    }
    .filter_head .filter_title{
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 1;
    }
    .filter .form-tour{
        display: none;
    }
    .filter.open .filter_head .open_filter{
        background: url("../images/nw_close_nav.svg") no-repeat;
        background-size: 100%;
        width: 27px;
        height: 27px;
    }
    .holder-popup.order_popup_form{
        padding: 39px 20px 79px;
    }
    .holder-popup.order_popup_form .thanks_box .btn{
        height: 50px;
    }
}
@media screen and (max-width: 650px){
    /* .message .holder-img{
        display: none;
    } */
    /* .section-about{
        margin: 0 0 40px;
    } */
    .list-instagram li {
        width: 33.3%;
    }
    .lis-information{
        margin: 0 -5px 30px;
    }
    .lis-information li{
        width: 50%;
        padding: 0 5px;
        margin: 0 0 10px;
    }
    .assessment-text{
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .list-star {
        text-align: left;
    }
    .admin-message .holder-img{
        display: none;
    }
    .admin-message .holder-text {
        padding: 0 0 0 32px;
    }
    /* .message .text:before{
        display: none;
    }
    .message.reverse .holder-text,
    .message .holder-text {
        padding: 0;
    }
    .message.reverse .text,
    .message .text{
        border-radius: 7px;
    } */
    .admin-message .text:before{
        display: none;
    }
    .admin-message .holder-text {
        padding: 0;
    }
    .admin-message .text{
        border-radius: 8px;
    }
    .pagination span{
        display: none;
    }
    .block-excursion{
        display: block;
    }
    .block-excursion .holder-img{
        margin: 0 0 10px;
    }
    .block-excursion .holder-text {
        padding: 0;
    }
    .holder-category {
        padding: 0;
    }
    .request{
        text-align: center;
    }
    .request .title {
        font-size: 30px;
    }
    .order .flex{
        display: block;
    }
    .order .holder-price {
        padding: 0;
        border: none;
    }
    .holder-applications .title {
        font-size: 28px;
    }
    .inner_footer{
        padding-top: 31px;
    }
    #footer .holder_row{
        position: relative;
        padding-bottom: 70px;
    }
    .f-logo{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .holder-f-logo{
        width: 100%;
        padding: 0;
        order: 2;
    }
    .footer_nav{
        width: 100%;
        padding: 58px 0 0;
        order: 1;
    }
    #footer .content-footer{
        margin-bottom: 21px;
    }
    .footer_nav .list_nav li{
        margin-bottom: 11px;
    }
    .footer_nav .list_nav{
        text-align: center;
    }
    .footer_nav .list_nav a{
        font-size: 14px;
        line-height: 1;
        display: block;
    }
    #footer .contact_box{
        align-items: center;
    }
    #footer .contact_box .phone{
        font-size: 18px;
    }
    #footer .contact_box .btn_holder .btn{
        height: 30px;
    }
    #footer .soc-list,
    .copyright{
        position: absolute;
        /* bottom: 0; */
        text-align: center;
    }
    .copyright{
        font-size: 12px;
        margin: 0;
        width: 100%;
        bottom: 73px;
        left: 50%;
        transform: translateX(-50%);
    }
    #footer .soc-list{
        left: 50%;
        transform: translateX(-50%);
        width: 202px;
        bottom: 16px;
    }
    .bottom-footer{
        padding: 24px 0 16px;
    }
    .footer-address{
        font-size: 12px;
    }
    .lis-information .holder-img{
        margin-bottom: 20px;
    }
    .lis-information span{
        font-size: 20px;
    }
    .lis-information p{
        font-size: 14px;
    }
    .lis-information.services li a{
        min-height: 250px;
    }
    .lis-information.services .holder-img{
        width: 66px;
    }
    .lis-information.services .dscr_serv{
        width: calc(100% - 66px);
    }
    .lis-information.services .dscr_serv span{
        max-height: 48px;
    }
}
@media screen and (max-width: 600px){
    .holder-sin-in {
        padding: 4px 0 10px;
    }
    .form-search .input{
        height: 40px;
    }
    .form-search{
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    /* .tours-slider {
        margin: 0 -8px 71px;
    }
    .tours-slider .slick-slide{
        padding: 0 8px;
    } */
    .footer-form .icon-mail:before{
        left: 10px;
    }
    .footer-form .holder-input input {
        padding: 0 165px 0 42px;
    }
    .footer-form .btn-blue {
        position: absolute;
        max-width: 150px;
    }
    .holder-bread-crumbs{
        position: static;
        padding: 20px 0 0;
    }
    .back-page{
        position: relative;
        top: auto;
        right: auto;
    }
    /* .opportunities .composition {
        float: none;
        width: 100%;
    } */
    /* .languages-list{
        padding: 5px 0 0;
        border-left: none;
        border-top: 1px solid #e4e9ea;
    } */
    .title-map{
        margin: 0 0 15px;
        font-size: 34px;
    }
    .map-page address{
        display: block;
        margin: 0;
    }
    .two-text .holder-text{
        width: 100%;
        float: none;
        padding: 0;
    }
    .information-block .holder-img{
        float: none;
        margin: 0 auto 15px;
    }
    .information-block span{
        text-align: center;
    }
    .information-block .holder-text{
        padding: 0;
    }
}
@media screen and (max-width: 550px){
    .order .process,
    .time,
    .order .order-excursion {
        float: none;
    }
    .time{
        display: block;
        margin: 0 0 10px;
    }
    .lis-information.services li{
        width: 100%;
    }
    .lis-information.services li a{
        min-height: 200px;
        padding: 20px 15px 25px;
    }
}
@media screen and (max-width: 520px){
    /* .promo .holder-text .title {
        font-size: 30px;
        line-height: 1.2;
    }
    .promo .holder-text .title span {
        font-size: 60px;
    } */
    /* h2{
        font-size: 32px;
    }
    .special-slider .holder-block{
        padding: 30px 15px 20px 15px;
    } */
    .message .group strong{
        float: none;
        display: block;
        margin: 0 0 5px;
    }
    .message .group span{
        float: none;
        margin: 0 0 5px;
    }
    .message.reverse .group{
        text-align: right;
    }
    .form-discount .holder-block{
        width: 100%;
    }
    .form-discount .agreement{
        text-align: left;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .list-instagram li {
        width: 50%;
    }
    .title-transfer .icon{
        float: none;
        width: 80px;
        margin: 0 0 10px;
    }
    .title-transfer .block-title{
        padding: 0;
    }
    .list-bus li{
        display: block;
    }
    .list-bus .td{
        display: block;
        margin: 0 0 10px;
        text-align: center;
    }
    .list-bus .btn-yellow {
        padding: 15px 12px;
    }
    .popup,
    .holder-popup {
        padding: 25px 10px;
    }
    .head-popup .title {
        margin: 0 50px 14px 0;
        font-size: 28px;
    }
    .fancybox-slide--html .fancybox-close-small {
        right: 15px;
        top: 20px;
    }
    .holder-question{
        display: block;
        text-align: center;
    }
    .holder-question .btn-yellow{
        width: 255px;
        margin: 0 auto 15px;
    }
    .admin-message .group strong{
        float: none;
        display: block;
        margin: 0 0 5px;
    }
    .admin-message .group span{
        float: none;
        margin: 0 0 5px;
    }
    .page-promo .title{
        font-size: 34px;
    }
    .form-tour .holder-block{
        width: 100%;
    }
    .list-radio span {
        width: 118px;
    }
    .mark {
        margin: 40px 0 0 !important;
    }
    .tours .composition {
        padding: 12px 5px;
    }
    /* .composition > div {
        padding: 0 5px 0 28px;
    } */
    .title-contact {
        font-weight: 700;
        font-size: 38px;
    }
    .request-list li {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .form-cabinet .block {
        padding: 20px 10px;
    }
    .form-cabinet .holder-question {
        padding: 10px 0;
    }
    .lis-information li{
        width: 100%;
        text-align: center;
    }
    .opportunities .composition,
    .languages-list{
        width: 100%;
    }
    .excursion-card .holder-text{
        padding-top: 0;
    }
    .opportunities{
        padding-top: 5px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .photo_list{
        margin: 0 -5px 9px;
    }
    .photo_list .item_list{
        padding: 0 5px;
    }
    .photo_list .inner_list{
        border-radius: 30px;
    }
    .photo_list .fl_box{
        top: 25px;
        left: 20px;
    }
    .photo_list .inner_list .play{
        bottom: 20px;
        right: 26px;
        width: 74px;
        height: 74px;
        padding: 7px;
    }
    .photo_list .inner_list .play em{
        font-size: 16px;
    }
    .photo_list .inner_list .play em:after{
        left: -12px;
    }
    .smartfilter .btn_green{
        max-width: 100%;
    }
    .excursion-card .h1 .age{
        bottom: 0;
    }
    .lis-information.services li{
        text-align: left;
    }
}
@media screen and (max-width: 440px){
    /* .logo {
        width: 209px;
        height: 69px;
    } */
    /* .list-company li{
        width: 50%;
    } */
    .footer-form .btn-blue {
        max-width: 115px;
        font-size: 14px;
    }
    .footer-form .holder-input input {
        padding: 0 130px 0 10px;
    }
    .footer-form .icon-mail:before{
        display: none;
    }
    .services-list .holder-img{
        width: 100px;
        float: none;
        margin: 0 auto 10px;
    }
    .services-list .holder-text{
        padding: 0;
    }
    .lis-information li{
        width: 100%;
    }
    .up {
        right: 10px;
        width: 50px;
        height: 50px;
    }
    .quantity-people .icon {
        left: 10px;
    }
    .quantity-people {
        padding: 10px 40px;
    }
    .half-input {
        margin: 0 -5px;
    }
    .half-input .holder-input {
        padding: 0 5px;
    }
    .btn-yes{
        margin: 0 2px;
    }
    .assessment-text i{
        margin: 0;
    }
    .pagination a {
        padding: 5px 10px;
    }
    .list-state{
        margin: 0 -10px;
    }
    .list-state li {
        padding: 0 10px;
    }
    .list-contact .icon{
        left: 0;
    }
    /* .list-contact li {
        padding: 0 0 0 35px;
    } */
    .form-cabinet .two-input .holder-input{
        width: 100%;
    }
    .search-applications .input {
        padding: 0 40px 0 10px;
    }
    .various:before {
        width: 180px;
        height: 180px;
        margin: -78px 0 0 -90px;
        background-size: cover;
    }
    .discount-block .color-blue{
        font-size: 28px;
    }
}
@media screen and (max-width: 374px){
    h1{
        font-size: 44px;
    }
    .accordion .heading:before{
        width: 20px;
        height: 20px;
        background-size: cover;
        top: 6px;
    }
    .accordion .heading {
        padding: 0 0 0 30px;
        font-size: 18px;
        line-height: 28px;
    }
    .accordion .expanded {
        padding: 15px 0 0 30px;
    }
    .accordion .item{
        font-size: 16px;
    }
    .pagination li{
        font-size: 14px;
    }
    .pagination li:first-child {
        margin: 0;
    }
    .pagination li:last-child {
        margin: 0;
    }
    .pagination a {
        padding: 4px 8px;
    }
    .list-state li{
        width: 100%;
    }
    .list-state .holder-block {
        padding: 20px 10px;
    }
    .list-number li {
        padding: 0 0 0 65px;
    }
    .list-number li:before{
        width: 54px;
        height: 54px;
        line-height: 54px;
    }
    .list-circle {
        padding: 25px 0;
    }
    .half-input .holder-input{
        width: 100%;
    }
}
/* ====== About Company =========*/
.about-company {
    border-top: 6px solid #f6f6f6;
}
.about-company h1 {
    margin: 0 0 45px;
    font-family: 'Actay Wide', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
}
.about-content {
    display: flex;
    position: relative;
}
.about-content:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -32%;
    top: -346px;
    background: url("../images/bg-about.png") no-repeat;
    width: 889px;
    height: 889px;
}
.about-content .holder-text {
    flex: 1 1 auto;
    padding: 0 40px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.about-content .holder-img {
    flex: 0 0 37%;
    width: 468px;
    margin: 35px 10px 30px;
    position: relative;
}
.about-content .holder-img img {
    border-radius: 50%;
    overflow: hidden;
}
.about-content .label-img {
    position: absolute;
    right: 18px;
    top: -50px;
    width: 193px;
}
.sub-title {
    display: block;
    margin: 0 0 28px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.about-content p {
    margin: 0 0 30px;
}
.info-container {
    display: flex;
    padding: 28px 0;
    gap: 8%;
}
.info-block {
    margin: 0 0 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #565656;
}
.info-icon {
    margin: 0 0 0 30px;
    font-size: 50px;
    margin-bottom: 10px;
}
.info-title {
    display: block;
    margin: 0 0 21px;
    font-weight: 700;
    font-family: 'Actay Wide', sans-serif;
    font-size: 40px;
    line-height: 0.7;
    letter-spacing: -0.05em;
    color: #daeb13;
}
.info-description {
    display: block;
    max-width: 278px;
    padding: 16px 0 0 0;
    border-top: 1px solid #e1e2e4;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #565656;
}
.quality-guarantee {
    margin: 0 0 105px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.quality-guarantee-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 11px;
    font-family: 'Actay Wide', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
}
.quality-guarantee-title .icon {
    margin: 10px 20px 0;
    font-size: 111px;
}
.quality-guarantee-description {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
    display: block;
}
.advantages {
    margin: 0 0 50px;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.advantages:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -411px;
    top: -65px;
    background:  url("../images/bg-missing.png") no-repeat;
    width: 1650px;
    height: 1650px;
}
.advantages .container {
    display: flex;
}
.advantages-header {
    flex: 0 0 57.5%;
    width: 57.50%;
    padding: 50px 20px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #565656;
}
.advantages-header h2 {
    margin: 0 0 25px;
    font-family: 'Actay Wide', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 0.8;
    letter-spacing: -0.05em;
    color: #000;
}
.advantages-subtitle {
    display: block;
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.advantages-list {
    flex: 1 1 auto;
    counter-reset: item;
}
.advantages-item {
    position: relative;
    margin: 0 0 25px;
    background-color: #f7f8f9;
    border-radius: 30px;
    padding: 38px 10% 16px 22%;
}
.advantages-item:before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 25px;
    top: 36px;
    font-weight: 400;
    font-family: 'Actay Wide', sans-serif;
    font-size: 80px;
    line-height: 0.7;
    letter-spacing: -0.05em;
    color: #daeb13;
}
.advantages-item h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.advantages-item p {
    margin: 0 0 23px;
}
.list-mark {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.list-mark li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 13px;
}
.list-mark li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #000000;
    overflow: hidden;
    border-radius: 50%;
}
.partnership h2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 1px;
    font-family: 'Actay Wide', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
}
.partnership h2 .icon {
    margin: 0 0 0 30px;
    font-size: 115px;
}
.partnership-subtitle {
    margin: 0 0 55px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.partnership-block {
    margin-bottom: 57px;
    border: 2px solid #d3dee4;
    border-radius: 30px;
    padding: 30px 4.5% 49px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.partnership-block-header {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.partnership-block-icon {
    font-size: 81px;
    margin-right: 20px;
}
.partnership-block-title h3 {
    margin: 5px 0 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.partnership-block-title p {
    margin: 0 0 30px;
}
.partnership-block-description {
    margin: 0 0 40px;
}
.partnership-lists {
    display: flex;
    gap: 28px;
    margin: 0 0 33px;
}
.partnership-list {
    margin: 0 0 28px;
    background: #f7f8f9;
    border-radius: 30px;
    padding: 36px 4.5%;
}
.partnership-list:first-child {
    width: 53%;
}
.partnership-title {
    font-weight: 600;
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
    display: block;
}
.partnership .list-mark {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.partnership .list-mark li {
    padding: 0 0 0 20px;
    margin: 0 0 7px;
}
.partnership .list-mark li:before {
    content: '';
    position: absolute;
    left: 3px;
}
.partnership-block-footer {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.partnership-contact {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.23077;
    letter-spacing: -0.01em;
    color: #000;
}
.partnership-contact-icon {
    font-size: 24px;
}
.partnership-contact-phone {
    margin-left: 44px;
    font-weight: 600;
    font-size: 20px;
    line-height: 0.8;
    color: #000;
}
.team-section {
    padding: 40px 0 ;
}
.team-section h2 {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #000;
}
.team-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 20px;
    justify-content: center;
}
.team-member {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    max-width: 300px;
    height: 440px;
    border-radius: 40px;
    flex: 1 1 calc(25% - 30px);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.team-member:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(7deg, #06091c 0%, rgba(6, 9, 28, 0) 100%);
}
.team-member-info {
    position: absolute;
    z-index: 1;
    bottom: 33px;
    left: 14%;
    right: 25px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #d1d4d7;
}
.team-member-badge {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 9px;
    border-radius: 40px;
    padding: 2px 9px;
    background: #7f13eb;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.23077;
    letter-spacing: -0.01em;
    color: #fff;
}
.team-member-name {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #fff;
}
.certificates-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    max-width: 1544px;
    margin: 0 auto 48px;
    padding: 94px 0 63px;
    border-radius: 50px;
    background: #f2f4f5;
}
.certificates-section .container {
    display: flex;
}
.certificates-header {
    flex: 0 0 257px;
    width: 257px;
    padding: 25px 0;
    margin: 0 5.5% 0 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #b3b3b3;
}
.certificates-header .icon-logo {
    width: 100%;
    max-width: 249px;
    margin: 0 0 30px;
}
.certificates-header .icon-logo img {
    display: block;
    width: 100%;
}
.certificates-header strong {
    display: block;
    margin: 0 0 55px;
    font-family: 'Actay Wide', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #000;
}
.certificates-gallery {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.certificates-gallery:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -150px;
    top: 50%;
    background: url("../images/group-certificates-gallery.svg") no-repeat;
    width: 322px;
    height: 474px;
    -webkit-transform: translateX(0) translateY(-53%);
    -moz-transform: translateX(0) translateY(-53%);
    -ms-transform: translateX(0) translateY(-53%);
    transform: translateX(0) translateY(-53%);
}
.certificates-gallery .holder-img {
    width: calc(20% - 9px);
    min-height: 273px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificates-gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
}
    /* ====== page 404 =========*/
.missing-page {
    position: relative;
    padding: 44px 0;
    margin: 0 0 60px;
    border-top: 6px solid #f6f6f6;
}
.missing-page:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 42.5%;
    top: -40.5%;
    background: url("../images/bg-missing2.png") no-repeat;
    width: 890px;
    height: 890px;
}
.missing-page .container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}
.missing-page .holder-img {
    position: relative;
    width: 39%;
    margin: 0 20px 0 0;
}
.missing-page .holder-img:before {
    content: '';
    position: absolute;
    left: 48%;
    top: -42%;
    background:  url("../images/bg-missing.png") no-repeat;
    width: 1650px;
    height: 1650px;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.missing-page .holder-img img {
    position: relative;
    display: block;
    max-width: 100%;
}
.missing-page .holder-text {
    position: relative;
    flex: 1 1 auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #000;
}
.missing-page .title {
    display: block;
    margin: 0 0 25px;
    font-family: 'Actay Wide', sans-serif;
    font-weight: 700;
    font-size: 120px;
    line-height: 0.8;
    letter-spacing: -0.055em;
    color: #000;
}
.missing-page p {
    margin: 0 0 54px;
}
.missing-page .holder-button {
    display: flex;
    align-items: center;
}
.missing-page .btn_green {
    margin: 0 30px 0 0;
    font-size: 18px;
}
.missing-page span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #000;
}

@media screen and (max-width: 1350px){
    .missing-page .holder-img {
        width: 30%;
    }
    .missing-page .holder-img:before {
        left: 50%;
        top: -64%;
    }
    .missing-page .title {
        font-size: 100px;
    }
    .missing-page:before {
        left: 29%;
        top: -69%;
    }
    .about-content .holder-text {
        padding: 0 20px 0 0;
    }
    .info-title {
        font-size: 30px;
        line-height: 1;
    }
    .advantages-header h2 {
        font-size: 60px;
    }
}
@media screen and (max-width: 1100px){
    .missing-page {
        z-index: 0;
    }
    .missing-page:before,
    .missing-page .holder-img:before {
        display: none;
    }
    .team-member {
        flex: 1 1 calc(50% - 30px);
    }
    .certificates-gallery:before {
        display: none;
    }
    .certificates-gallery .holder-img {
        width: calc(33.3% - 9px);
        }
}
@media screen and (max-width: 991px){
    .missing-page .title {
        font-size: 80px;
    }
    .about-content .holder-text {
        padding: 0;
    }
    .about-content .holder-img {
        display: none;
    }
    .advantages .container {
        display: block;
    }
    .advantages:before {
        display: none;
    }
    .advantages-header {
        width: 100%;
        padding: 0;
        margin: 0 0 30px;
    }
    .advantages-item {
        padding: 30px 20px 16px 100px;
    }
    .certificates-section .container {
        display: block;
    }
    .certificates-header {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 840px){
    .missing-page .container {
        display: block;
        text-align: center;
    }
    .missing-page .holder-img {
        width: 100px;
        margin: 0 auto 20px;
    }
    .missing-page .holder-text {
        font-size: 18px;
    }
    .missing-page .title {
        font-size: 50px;
    }
    .missing-page .btn_green {
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 767px){
    .about-content:before {
        display: none;
    }
    .about-company h1 {
        margin: 0 0 35px;
        font-size: 36px;
    }
    .sub-title {
        font-size: 20px;
    }
    .info-container {
        display: block;
    }
    .quality-guarantee-title {
        font-size: 36px;
    }
    .quality-guarantee-title .icon {
        margin: 10px 10px 0;
        font-size: 40px;
    }
    .quality-guarantee-description {
        font-size: 20px;
    }
    .advantages-header h2 {
        font-size: 40px;
    }
    .advantages-item:before {
        left: 15px;
        font-size: 60px;
        line-height: 1;
    }
    .advantages-item {
        padding: 30px 20px 16px 70px;
    }
    .partnership h2 {
        font-size: 33px;
    }
    .partnership h2 .icon {
        margin: 0 0 0 5px;
        font-size: 70px;
    }
    .partnership-subtitle {
        font-size: 20px;
    }
    .partnership-block-icon {
        font-size: 50px;
        margin-right: 15px;
    }
    .partnership-block-header {
        font-size: 16px;
    }
    .partnership-block-title h3 {
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 1;
    }
    .partnership-lists {
        display: block;
    }
    .partnership-list:first-child {
        width: 100%;
    }
    .partnership-contact {
        gap: 10px;
        font-size: 12px;
    }
    .partnership-title {
        font-size: 18px;
    }
    .partnership-contact-phone {
        margin-left: 5px;
        font-size: 16px;
    }
    .team-section {
        padding: 0;
    }
    .team-section h2 {
        font-size: 39px;
    }
    .certificates-gallery .holder-img {
        width: calc(50% - 9px);
    }
}
@media screen and (max-width: 600px){
    .team-member {
        flex: 1 1 calc(100% - 30px);
    }
    .certificates-gallery .holder-img {
        width: calc(100% - 9px);
    }
}
