body{
    font-family:'Bw Surco Book',sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:1.3;
    background:#fff url(../images/bg-footer.jpg) no-repeat bottom center;
    background-size:100% auto
}
body.inner-page .header{
    background:url(../images/bg-inner.jpg) no-repeat center center;
    background-size:cover
}
.num{
    font-family:Roboto,monospace
}
.bwitalic{
    font-family:'Bw Surco Book Italic',sans-serif
}
.bwmedium{
    font-family:"Bw Surco Medium",sans-serif
}
.bwmediumitalic{
    font-family:"Bw Surco Medium Italic",sans-serif
}
.upper{
    text-transform:uppercase
}
a,button,div,input,select,textarea{
    outline:0!important;
    text-decoration:none!important
}
.text-left{
    text-align:left
}
.text-center{
    text-align:center
}
.text-right{
    text-align:right
}
::selection{
    background:#009ee3;
    color:#fff
}
::-moz-selection{
    background:#009ee3;
    color:#fff
}
.posrev{
    position:relative
}
.anim{
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.animlong{
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out
}
p{
    margin:0
}
a:hover{
    text-decoration:none
}
.fluid-width,.main-width{
    width:100%;
    margin-right:auto;
    margin-left:auto;
    max-width:1140px
}
.posrev{
    position:relative
}
@media (max-width:997px){
    .fluid-width,.main-width{
        max-width:720px;
        padding-left:10px;
        padding-right:10px
    }
}
@media (max-width:1200px){
    .fluid-width,.main-width{
        max-width:997px
    }
}
@media (min-width:1200px){
    .fluid-width{
        max-width:1720px;
        width:90%
    }
}
::-webkit-scrollbar{
    width:4px;
    height:4px
}
::-webkit-scrollbar-track{
    background:rgba(0,0,0,.2);
    -webkit-border-radius:10px;
    border-radius:10px
}
::-webkit-scrollbar-thumb{
    -webkit-border-radius:10px;
    border-radius:10px;
    background:#009ee3
}
::-webkit-scrollbar-thumb:window-inactive{
    background:#009ee3
}
.flex-center-center{
    display:flex;
    align-items:center;
    justify-content:center
}
a.href{
    color:#009ee3;
    text-decoration:underline!important;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
a.href img{
    display:inline-block;
    position:relative;
    top:1px;
    width:26px;
    margin:0 3px
}
a.href:hover{
    opacity:.6
}
.header{
    background:url(../images/bg-index-header.jpg) no-repeat center center;
    background-size:cover;
    overflow:hidden;
    padding:50px 0;
    margin-bottom:40px
}
.header.fail{
    min-height:100vh;
    background:url(../images/bg-beluh.jpg) no-repeat center center;
    margin:0;
    background-size:cover
}
.header.thanks{
    height:auto;
    margin:0
}
.header.your-img:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#353c45;
    opacity:.7
}
.header.ergaki{
    background:url(../images/ergaki/bg-ergaki.jpg) no-repeat center center;
    background-size:cover
}
.header.beluha{
    background:url(../images/bg-beluh.jpg) no-repeat center center;
    background-size:cover
}
.topline{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
    z-index:230;
    pointer-events:none
}
.topline-left{
    position:relative;
    pointer-events:all
}
.topline-left:after{
    content:'';
    height:2000px;
    width:1px;
    background:#fff;
    opacity:.1;
    position:absolute;
    left:0;
    bottom:-2040px
}
.topline-right{
    display:flex;
    position:relative;
    pointer-events:all
}
.topline-right:after{
    content:'';
    height:2000px;
    width:1px;
    background:#fff;
    opacity:.1;
    position:absolute;
    right:0;
    bottom:-2040px
}
.logo-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:40px
}
.logo-wrap img{
    width:90px;
    min-width:90px;
    margin-right:40px
}
.logo-wrap p{
    color:#fff;
    font-size:14px;
    font-family:'Bw Surco Book Italic',sans-serif
}
.date-wrap{
    margin-bottom:30px
}
.date-wrap .dots{
    font-size:0;
    line-height:0;
    margin-bottom:6px
}
.date-wrap .dots i{
    display:inline-block;
    width:4px;
    height:4px;
    background:#fff;
    margin-right:12px
}
.date-wrap .dots i:nth-child(6),.date-wrap .dots i:nth-child(7){
    background:#009ee3
}
.date-wrap .timing{
    display:flex;
    font-size:12px;
    font-family:Roboto,monospace
}
.date-wrap .timing p{
    color:#fff
}
.date-wrap .timing p:last-child{
    color:#009ee3;
    margin-left:15px
}
p.text{
    font-size:18px;
    margin-bottom:20px;
    color:#353c45;
    line-height:1.6
}
p.text strong{
    font-family:"Bw Surco Medium",sans-serif
}
.payment-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:40px
}
.address{
    font-size:12px;
    color:#fff
}
.easy-button{
    background:rgba(255,255,255,.1);
    border-radius:6px;
    color:#fff;
    padding:10px 30px;
    line-height:1;
    font-family:"Bw Surco Medium",sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    border:0;
    box-shadow:0;
    cursor:pointer;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.easy-button:hover{
    background:rgba(255,255,255,.2)
}
.burger-button{
    position:relative;
    width:40px;
    height:34px;
    display:inline-block;
    margin-left:20px;
    cursor:pointer
}
.burger-button:after{
    content:'Меню';
    font-family:'Bw Surco Book Italic',sans-serif;
    font-size:14px;
    position:absolute;
    right:-150%;
    top:50%;
    transform:translateY(-50%);
    color:#fff
}
.burger-button i{
    position:absolute;
    background:#fff;
    width:40px;
    height:5px;
    display:inline-block;
    top:0;
    left:0;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.burger-button i:nth-child(2){
    top:50%;
    margin-top:-2px
}
.burger-button i:nth-child(3){
    top:100%;
    margin-top:-5px
}
.burger-button.on i:nth-child(1){
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg)
}
.burger-button.on i:nth-child(2){
    opacity:0;
    width:0
}
.burger-button.on i:nth-child(3){
    top:62%;
    left:50%;
    transform:translate(-50%,-50%) rotate(-45deg)
}
.mobile-menu-wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:-moz-linear-gradient(135deg,#00b5ed 0,#3580c3 100%);
    background-image:-webkit-linear-gradient(135deg,#00b5ed 0,#3580c3 100%);
    background-image:-ms-linear-gradient(135deg,#00b5ed 0,#3580c3 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:200;
    display:none
}
.mobile-menu-wrap.on{
    display:flex
}
.mobile-menu-wrap ul{
    width:250px
}
.mobile-menu-wrap ul li{
    display:block;
    margin-bottom:10px
}
.mobile-menu-wrap ul li a{
    color:#fff;
    font-size:16px;
    letter-spacing:2px;
    font-family:"Bw Surco Medium",sans-serif;
    text-transform:uppercase;
    padding:10px;
    border-radius:0;
    display:inline-block;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.mobile-menu-wrap ul li a:hover{
    background:rgba(255,255,255,.2)
}
.overflowing{
    overflow:hidden
}
h1{
    font-size:54px;
    color:#fff;
    line-height:1.1;
    margin-bottom:50px
}
h1 strong{
    font-family:"Bw Surco Medium",sans-serif
}
h1+.dating{
    font-size:12px;
    opacity:.7;
    font-family:Roboto,monospace;
    color:#fff;
    letter-spacing:3px
}
.h1-desc{
    font-size:14px;
    letter-spacing:3px;
    color:#fff;
    text-transform:uppercase;
    opacity:.6;
    margin-bottom:20px
}
.social-line{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:20px 0
}
.social-line a{
    display:inline-block;
    margin-right:20px;
    font-size:16px;
    font-family:"Bw Surco Medium",sans-serif;
    display:flex;
    align-items:center;
    color:#353c45
}
.social-line a img{
    width:24px;
    margin-right:10px
}
.h1-fail{
    font-size:18px;
    color:#b9b9b9;
    margin-bottom:20px
}
.h1-fail a{
    color:#fff;
    font-family:"Bw Surco Medium",sans-serif
}
.search-box-wrap{
    display:grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap:20px
}
.search-box-wrap.inside{
    grid-template-columns:1fr
}
.search-box-wrap.inside .primary-input,.search-box-wrap.inside .primary-select{
    background:#f3f7fb!important
}
.search-box-wrap .checkbox-wrap label{
    margin: 15px 0;
}
.confidence-wrap.select-box-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.confidence-wrap.select-box-wrap select{
    text-align: right;
}
.f-item-wrap{
    position:relative
}
.f-item-wrap .f-item-icon{
    position:absolute;
    z-index:7;
    right:20px;
    top:50%;
    font-size:0;
    line-height:0;
    margin-top:-8px;
    cursor:pointer;
    pointer-events:none
}
.f-item-wrap .f-item-icon img{
    width:16px;
    height:16px
}
.f-item-wrap .lbl{
    position:absolute;
    top:20px;
    left:20px;
    letter-spacing:1px;
    line-height:1;
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    pointer-events:none;
    color:#353c45;
    font-size:9px;
    z-index:5;
    font-family:"Bw Surco Medium",sans-serif
}
.f-item-wrap .primary-select{
    padding:26px 20px 20px;
    color:#353c45
}
.f-item-wrap .primary-input{
    padding:42px 20px 20px;
    font-family:Roboto,monospace
}
.primary-select{
    height:74px;
    background:#fff;
    border-radius:6px;
    border:0;
    box-shadow:0;
    padding:20px;
    font-size:18px;
    color:#353c45
}
.primary-select.wide{
    width:100%
}
.primary-input{
    height:74px;
    background:#fff;
    border-radius:6px;
    border:0;
    box-shadow:0;
    font-size:18px;
    padding:20px;
    color:#353c45;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.primary-input.bordered{
    box-shadow:inset 0 0 0 2px #e1e9f1
}
.primary-select.shadow{
        background: #f3f7fb !important;
}
.primary-select.bordered {
    box-shadow: inset 0 0 0 2px #e1e9f1;
}
.primary-input.wide{
    width:100%
}
.flex-line{
    display:flex;
    align-items:center;
    margin-top:70px
}
.flex-line .primary-button{
    margin-right:30px
}
.flex-line p{
    color:#fff;
    font-size:18px
}
sup{
    font-size:60%;
    position:relative;
    bottom:3px;
    margin-left:4px
}
.middle .primary-button{
    width:280px
}
.primary-button{
    height:74px;
    background:#009ee3;
    color:#fff;
    border-radius:6px;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    border:0;
    font-family:"Bw Surco Medium",sans-serif;
    box-shadow:0;
    cursor:pointer;
    position:relative;
    padding:10px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.primary-button span.light{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    -moz-border-radius:4px;
    border-radius:4px;
    overflow:hidden;
    left:0;
    top:0;
    -webkit-transform:skewX(0);
    -moz-transform:skewX(0);
    transform:skewX(0)
}
.primary-button span.light:after{
    content:'';
    width:80px;
    height:100%;
    position:absolute;
    z-index:20;
    transform:skewX(40deg);
    background:#fff;
    opacity:.1;
    left:50%;
    top:0;
    animation-name:blinkbut;
    -webkit-animation-duration:5s;
    animation-duration:5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.primary-button span.light:before{
    content:'';
    width:40px;
    height:100%;
    position:absolute;
    z-index:20;
    transform:skewX(40deg);
    background:#fff;
    opacity:.1;
    left:30%;
    top:0;
    animation-name:blinkbut;
    -webkit-animation-duration:5s;
    animation-duration:5s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.primary-button:hover{
    background:#3ac3ff
}
.primary-button p{
    font-size:15px;
    letter-spacing:2px;
/*    text-transform:uppercase;*/
    display:flex;
    align-items:center;
    justify-content:center;
    margin: 3px 0px;
}
.primary-button small{
    font-size:9px;
    text-transform:uppercase;
    color:#a6e4fd;
    letter-spacing:1px
}
.primary-button small span{
    color:#fff
}
.primary-button.buy-line{
    flex-direction:row;
    padding:0;
    width:100%
}
.primary-button.buy-line p{
    width:100%;
    height:100%;
    font-weight:500;
    letter-spacing: normal;
    height:74px;
    display:flex;
    align-items:center;
    justify-content:center
}
.primary-button.buy-line p:first-child{
    border-right:1px solid rgba(0,0,0,.2);
    letter-spacing:0;
    text-transform:none
}
.primary-button.grey{
    background:#6991a2;
    width:auto!important;
    padding-left:40px;
    padding-right:40px
}
.primary-button.grey:hover{
    background:#63accb
}
.primary-button.wide{
    width:100%
}
@-webkit-keyframes blinkbut{
    from{
        transform:translateX(-340px) skewX(40deg)
    }
    to{
        transform:translateX(400px) skewX(40deg)
    }
}
@keyframes blinkbut{
    from{
        transform:translateX(-340px) skewX(40deg)
    }
    to{
        transform:translateX(400px) skewX(40deg)
    }
}
.icon-in-text{
    position:relative;
    top:2px;
    display:inline-block;
    margin:0 6px;
    width:20px
}
.bullets{
    display:flex;
    align-items:center
}
.bullets>div{
    display:flex;
    align-items:center;
    margin-right:100px
}
.bullets>div:last-child{
    margin-right:0
}
.bullets>div img{
    height:50px;
    margin-right:-25px;
    opacity:.2
}
.bullets>div p{
    font-size:16px;
    color:#fff;
    white-space:nowrap;
    font-family:'Bw Surco Book Italic',sans-serif;
    font-style:italic
}
.bullets>div p strong{
    font-family:"Bw Surco Medium Italic",sans-serif;
    font-weight:500
}
.bottom-line{
    display:flex;
    align-items:flex-end;
    justify-content:space-between
}
.middle{
    padding:30px 0 90px
}
.call-wrap{
    display:flex;
    align-items:center;
    text-align:right
}
.call-wrap p{
    color:#fff;
    font-size:14px
}
.call-wrap .call-numb{
    font-size:36px;
    font-family:Roboto,monospace;
    font-weight:300;
    color:#fff;
    margin-left:20px
}
.call-numb.forMobile:after{
    content:'';
    background:url(../images/svg/call-answer.svg) no-repeat;
    width:34px;
    height:34px;
    background-size:100% 100%;
    display:inline-block
}
.url{
    text-decoration:underline!important;
    color:#009ee3
}
.overflowing{
    overflow:hidden
}
.mb20{
    margin-bottom:20px
}
.mb10{
    margin-bottom:10px
}
.title-wrap{
    margin-bottom:70px;
    display:block;
    color:#353c45;
    line-height:1.2
}
.title-wrap.white{
    color:#fff
}
.title-wrap h2{
    font-size:48px;
    font-family:"Bw Surco Medium",sans-serif
}
.title-wrap h3{
    font-size:30px
}
.title-wrap h3 a{
    font-size:14px;
    text-transform:uppercase;
    left:2px;
    white-space:nowrap
}
.title-wrap h3 strong{
    font-family:"Bw Surco Medium",sans-serif
}
.title-wrap h4{
    font-size:22px;
    font-family:"Bw Surco Medium",sans-serif
}
.title-wrap p.desc{
    font-size:30px
}
.title-wrap.mb20{
    margin-bottom:20px
}
.title-wrap p.desc-easy{
    font-family:'Bw Surco Book Italic',sans-serif;
    line-height:28px;
    font-size:18px;
    margin-top:40px
}
.section-block{
    padding:90px 0
}
.section-block.main-list{
    background:url(../images/bg-index-list.jpg) no-repeat center center;
    background-size:cover
}
.section-block.facts{
    padding:100px 0 60px
}
.section-block.command{
    background:url(../images/bg-index-instructors.jpg) no-repeat top center;
    background-size:100% auto
}
.section-block.fail-list{
    background:url(../images/bg-index-bottom.jpg) no-repeat bottom center;
    background-size:100% auto
}
.bage{
    display:inline-block;
    background:#009ee3;
    color:#fff;
    font-size:16px;
    padding:5px 7px;
    border-radius:6px;
    white-space:nowrap
}
.item-tour{
    background:#f3f7fb;
    position:relative;
    border-radius:6px;
    overflow:hidden
}
.item-tour .bage{
    position:absolute;
    left:10px;
    top:10px;
    z-index:50
}
.item-tour .lvl{
    position:absolute;
    bottom:-12px;
    left:50%;
    transform:translateX(-50%)
}
.item-tour .more{
    display:inline-block;
    background:#fff;
    color:#009ee3;
    font-size:16px;
    padding:5px 10px;
    border-radius:6px;
    position:absolute;
    top:10px;
    right:10px;
    z-index:50
}
.item-tour .preview{
    width:100%;
    position:relative
}
.item-tour .preview img{
    width:100%;
    height:200px;
    object-fit:cover
}
.item-tour .item-tour-content{
    padding:20px
}
.item-tour .listing{
    position:relative;
    margin-bottom:20px
}
.item-tour .listing li{
    position:relative;
    display:block;
    margin-bottom:14px;
    font-size:14px!important;
    color:#353c45;
    line-height:1;
    list-style:none;
    font-weight:400;
    padding-left:14px;
    font-family:Roboto,monospace
}
.item-tour .listing li:after{
    content:'';
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:5px;
    border-radius:50%;
    background:#009ee3;
    display:block
}
.item-tour .naming{
    font-size:18px;
    color:#353c45;
    font-family:"Bw Surco Medium",sans-serif;
    text-align:center;
    display:block;
    margin-bottom:6px;
    height:60px
}
.item-tour .dates{
    color:#7a8da7;
    font-size:14px;
    font-family:Roboto,monospace;
    display:block;
    text-align:center;
    font-weight:300;
    margin-bottom:20px
}
.item-tour.read-item .dates,.item-tour.read-item .naming{
    text-align:left
}
.item-tour.read-item .text{
    height:100px;
    overflow:auto;
    color:#7a8da7;
    font-size:16px
}
.item-tour.read-item .icon-in-text{
    width:34px;
    top:1px;
    margin-left:14px;
    margin-right:0
}
.up-price{
    text-align:center;
    margin-top:10px
}
.up-price p{
    color:#7a8da7;
    font-size:16px
}
.up-price p.up-time{
    font-weight:500;
    font-family:Roboto,monospace
}
.up-price p.up-time strong{
    color:#353c45;
    font-size:20px
}
.read{
    padding-top:150px
}
.owl-nav{
    padding-top:30px;
    display:flex;
    align-items:center;
    justify-content:center
}
.owl-nav>button.owl-next,.owl-nav>button.owl-prev{
    background:#f3f7fb!important;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:60px;
    height:60px;
    margin:0 10px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.owl-nav>button.owl-next.disabled,.owl-nav>button.owl-prev.disabled{
    opacity:.4;
    cursor:default
}
.owl-nav>button.owl-next.disabled:hover,.owl-nav>button.owl-prev.disabled:hover{
    background:#f3f7fb!important
}
.owl-nav>button.owl-next.disabled:active,.owl-nav>button.owl-prev.disabled:active{
    transform:translateY(0)
}
.owl-nav>button.owl-next:hover,.owl-nav>button.owl-prev:hover{
    background:#e5ebf2!important
}
.owl-nav>button.owl-next:active,.owl-nav>button.owl-prev:active{
    transform:translateY(3px)
}
.owl-nav>button.owl-next img,.owl-nav>button.owl-prev img{
    width:8px
}
.nav-bottom .owl-nav{
    display:flex;
    align-items:center;
    justify-content:center
}
.nav-command .owl-nav{
    position:absolute;
    bottom:0
}
.nav-plan .owl-nav{
    position:relative;
    bottom:0;
    display:flex;
    justify-content:flex-start
}
.nav-gallery .owl-nav{
    position:absolute;
    left:0;
    bottom:0;
    display:flex;
    justify-content:flex-start
}
.owl-gallery{
    position:inherit
}
.owl-gallery .owl-nav{
    align-items:center;
    justify-content:flex-start;
    position:absolute;
    bottom:0;
    left:0
}
.list-big-wrap{
    border-radius:6px;
    overflow:hidden;
    margin-bottom:20px;
    position:relative
}
.list-big-wrap .slideme{
    position:absolute;
    width:20px;
    height:20px;
    background:#009ee3;
    box-shadow:0 0 10px #009ee3;
    display:inline-block;
    top:20px;
    left:20px;
    z-index:2000;
    border-radius:50%;
    display:none
}
.list-big{
    position:relative;
    display:grid;
    -ms-display:grid;
    grid-template-columns:1fr;
    -ms-grid-template-columns:1fr;
    width:100%;
    background:#fff
}
.list-big>div{
    display:grid;
    -ms-display:grid;
    grid-template-columns:12% 15% 10% 15% 13% 10% 8% 17%;
    -ms-grid-template-columns:12% 15% 10% 15% 13% 10% 8% 17%;
    position:relative;
    align-items:center;
    -ms-align-items:center;
    width:100%
}
.list-big>div:nth-child(2n){
    background:#f3f7fb
}
.list-big>div.first{
    border-bottom:2px solid #e0e9f3
}
.list-big>div.first>div{
    padding:20px 12px;
    text-transform:uppercase;
    font-size:9px;
    color:#353c45;
    letter-spacing:1px;
    font-family:"Bw Surco Medium",sans-serif
}
.list-big>div.first>div:first-child{
    padding-left:20px
}
.list-big>div>div{
    padding:7px 12px;
    color:#353c45;
    font-size:18px
}
.list-big>div>div i.preview{
    display:inline-block;
    font-size:0
}
.list-big>div>div i.preview img{
    width:100%;
    object-fit:cover
}
.list-big>div>div .price span{
    display:inline-block;
    margin-bottom:4px;
    position:relative;
    font-family:Roboto,monospace;
    white-space:nowrap
}
.list-big>div>div .price span.old:after{
    content:'';
    position:absolute;
    height:1px;
    width:104%;
    left:50%;
    top:60%;
    transform:translate(-50%,-50%) rotate(4deg);
    background-color:#e74545;
    box-shadow:0 0 3px 0 rgba(255,0,0,.6)
}
.list-big>div>div:nth-child(1){
    padding-left:20px
}
.list-big>div>div:last-child{
    padding-right:7px
}
.list-big>div>div:nth-child(7){
    text-align:center
}
.list-big>div>div:nth-child(4) p{
    font-size:14px;
    font-weight:500;
    font-family:Roboto,monospace
}
.lvl{
    width:24px;
    height:24px;
    display:inline-block;
    border-radius:50%;
    background:#e8dd32;
    border:0
}
.lvl.green{
    background:#89de45
}
.lvl.red{
    background:#de4545
}
.tippy-tooltip.alptrek-theme{
    background-color:#fff;
    color:#353c45;
    box-shadow:4.54px 8.91px 16px 0 rgba(0,158,227,.3);
    width:210px;
    padding:15px;
    font-size:12px;
    text-align:left
}
.tippy-tooltip.alptrek-theme[data-animatefill]{
    background-color:transparent
}
.tippy-tooltip.alptrek-theme .tippy-backdrop{
    background-color:#fff;
    border-radius:6px
}
.tippy-popper[x-placement^=top] .tippy-tooltip.alptrek-theme .tippy-arrow{
    border-top-color:#fff
}
.tippy-popper[x-placement^=bottom] .tippy-tooltip.alptrek-theme .tippy-arrow{
    border-bottom-color:#fff
}
.tippy-popper[x-placement^=left] .tippy-tooltip.alptrek-theme .tippy-arrow{
    border-left-color:#fff
}
.tippy-popper[x-placement^=right] .tippy-tooltip.alptrek-theme .tippy-arrow{
    border-right-color:#fff
}
.mt20{
    margin-top:20px
}
.bordered-button{
    font-size:12px;
    color:#fff;
    padding:10px 12px;
    line-height:1;
    border:1px solid #fff;
    border-radius:6px;
    text-transform:uppercase;
    letter-spacing:1px;
    display:inline-block;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.bordered-button:hover{
    letter-spacing:3px
}
.bordered-button.dark{
    color:#353c45;
    border-color:#353c45
}
.sale{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.sale-time-wrap{
    display:block;
    border-radius:6px;
    padding:20px;
    background:#fff
}
.sale-time-wrap>p{
    font-size:9px;
    color:#353c45;
    font-family:"Bw Surco Medium",sans-serif;
    letter-spacing:1px
}
.sale-time-wrap .clock{
    display:flex;
    align-items:center;
    justify-content:center
}
.sale-time-wrap .clock>div{
    width:100%;
    text-align:center;
    position:relative
}
.sale-time-wrap .clock>div:after{
    content:':';
    color:#009ee3;
    display:inline-block;
    right:-2px;
    font-size:40px;
    top:-5px;
    position:absolute
}
.sale-time-wrap .clock>div:last-child:after{
    display:none
}
.sale-time-wrap .clock>div p{
    color:#7a8da7;
    font-size:9px;
    text-transform:uppercase;
    letter-spacing:1px
}
.sale-time-wrap .clock>div p strong{
    font-size:40px;
    color:#353c45;
    font-family:Roboto,monospace
}
.m0{
    margin:0
}
.art-fly{
    display:inline-block;
    z-index:10;
    position:absolute;
    pointer-events:none;
    user-select:none
}
.art-fly.art-fails{
    left:0;
    top:150px
}
.art-fly.art-stick{
    right:-700px;
    top:-300px
}
.art-fly.art-cookies{
    left:-300px;
    top:-300px;
    z-index:180
}
.art-fly.art-sticks{
    right:-729px;
    top:50px
}
.art-fly.art-leaf-1{
    left:-672px;
    top:-340px
}
.art-fly.art-leaf{
    left:-802px;
    top:0
}
.art-fly.art-stone{
    right:-772px;
    top:0
}
.art-fly.art-compas{
    right:0;
    top:0
}
.star-info{
    width:250px;
    border:1px solid #ffd440;
    padding:40px 30px;
    text-align:center;
    position:absolute;
    right:0;
    top:0
}
.star-info  > div {
    position: absolute;
    background-color: #fff;
    top: -13px;
}
.star-info i{
    height:26px;
    background:#fff;
    transform:translateX(-50%);
    padding:0 5px
}
.star-info i img{
    height:26px
}
.star-info p{
    color:#353c45;
    font-size:16px;
    line-height:1
}
.star-info p strong{
    font-size:40px;
    font-family:Roboto,monospace
}
.two-fact{
    display:block;
    width:70%
}
.two-fact.padd-left{
    padding-left:30%;
    width:100%;
    padding-top:100px;
    padding-bottom:100px
}
.item-fact{
    display:flex;
    align-items:center;
    padding:60px 0
}
.item-fact i{
    width:170px;
    min-width:170px;
    height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:80px
}
.item-fact p{
    color:#353c45;
    font-size:16px;
    line-height:24px
}
.item-fact p span{
    font-family:"Bw Surco Medium",sans-serif
}
.item-fact p span .num{
    font-family:Roboto,monospace!important;
    font-weight:600
}
.item-fact p strong{
    font-family:"Bw Surco Medium",sans-serif;
    display:block;
    margin-bottom:20px;
    font-size:22px
}
.item-fact p .num{
    font-family:Roboto,monospace!important
}
.command-grid{
    display:grid;
    grid-template-columns:40% 1fr;
    grid-gap:40px
}
.command-grid>div{
    min-width:0;
    position:relative
}
.command-list{
    background:#f3f7fb;
    padding:30px;
    overflow:auto;
    height:600px;
    border-radius:6px
}
.command-list li{
    margin-bottom:10px
}
.command-list li:last-child{
    margin-bottom:0
}
.command-list li a{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.command-list li a p{
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.command-list li a:hover{
    box-shadow:10px 0 0 0 #fff
}
.command-list li a:hover p{
    color:#009ee3
}
.command-list li a:focus{
    box-shadow:10px 0 0 0 #fff
}
.command-list li a:focus p{
    color:#009ee3
}
.command-list li a img{
    height:90px;
    width:90px;
    object-fit:cover;
    margin-right:20px
}
.command-item{
    display:grid;
    grid-template-columns:310px 1fr;
    grid-gap:20px 40px;
    align-items:center
}
.command-item i{
    display:inline-block;
    border-radius:6px;
    overflow:hidden;
    font-size:0
}
.command-bullets>div{
    display:flex;
    align-items:center;
    padding:20px 0
}
.command-bullets>div img{
    width:40px;
    margin-right:10px
}
.command-bullets>div p{
    font-size:16px;
    font-family:'Bw Surco Book Italic',sans-serif;
    color:#353c45
}
p.name{
    font-size:22px;
    font-family:"Bw Surco Medium",sans-serif;
    color:#353c45;
    margin-bottom:6px;
    line-height:1.2
}
p.name small{
    font-size:14px;
    font-family:'Bw Surco Book Italic',sans-serif;
    line-height:18px;
    display:block
}
p.name a{
    font-size:16px;
    font-family:'Bw Surco Book Italic',sans-serif
}
.owl-command{
    position:unset
}
.gallery{
    padding:100px 0 0
}
.gallery .owl-carousel,.gallery .owl-carousel .owl-item{
    position:unset
}
.gallery-wrap{
    display:grid;
    grid-template-columns:30% 1fr;
    grid-gap:30px;
    position:relative
}
.gallery-wrap>div{
    min-width:0
}
.g-item{
    width:100%;
    font-size:0;
    background:#353c45;
    position:relative;
    cursor:pointer;
    display:block
}
.g-item:after{
    content:'Увеличить';
    position:absolute;
    top:50%;
    transform:translate(-50%,150%);
    left:50%;
    z-index:100;
    opacity:0;
    font-size:12px;
    text-transform:uppercase;
    color:#fff;
    letter-spacing:4px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.g-item img{
    object-fit:cover;
    width:100%;
    height:320px;
    opacity:1;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.g-item:hover:after{
    opacity:1;
    transform:translate(-50%,-50%)
}
.g-item:hover img{
    opacity:.2
}
.reviews .title-wrap{
    margin-left:40%;
    padding-left:30px
}
.rev-item{
    display:grid;
    grid-template-columns:40% 40%;
    grid-gap:30px;
    align-items:flex-start
}
.rev-item>div:first-child{
    display:flex;
    flex-wrap:wrap;
    font-size:0;
    line-height:0;
    align-items:flex-start;
    justify-content:flex-start
}
.rev-item>div:first-child img{
    width:100%;
    object-fit:cover;
    height:261px;
    display:none;
    object-position:top center
}
.rev-item>div:first-child img:nth-child(1){
    max-width:100%;
    max-height: 100%;
    display:block
}
.rev-item>div:first-child img:nth-child(2){
    width:50%;
    display:block
}
.rev-item>div:first-child img:nth-child(3){
    width:50%;
    display:block
}
.rev-item>div:last-child .person{
    display:flex;
    align-items:center;
    margin-bottom:30px
}
.rev-item>div:last-child .person i{
    font-size:0;
    border-radius:6px;
    display:inline-block;
    overflow:hidden;
    margin-right:20px
}
.rev-item>div:last-child .person i img{
    width:100px;
    height:100px;
    object-fit:cover
}
.rev-item>div:last-child .q-title{
    display:flex;
    align-items:center;
    font-size:20px;
    font-family:"Bw Surco Medium",sans-serif;
    margin-bottom:20px
}
.rev-item>div:last-child .q-title img{
    width:44px;
    margin-right:30px
}
.rev-item>div:last-child .text{
    font-size:18px;
    line-height:28px;
    font-family:'Bw Surco Book Italic',sans-serif;
    height:320px;
    overflow:auto;
    padding-right:30px
}
.connect-box{
    display:block;
    padding:40px 30px;
    background:#f3f7fb;
    width:60%;
    border-radius:6px;
    margin-left:40%
}
.connect-box.clear{
    background:0 0;
    margin:0 auto;
    width:auto
}
.connect-box.clearbg{
    background:0 0;
    margin-left:0
}
.connect-box.in-tour{
    width:60%;
    margin:0 auto
}
.connect-box.in-tour p>strong{
    text-align:center;
    font-size:20px
}
.connect-box>p{
    margin-bottom:20px
}
.connect-box>p strong{
    font-size:26px;
    font-family:"Bw Surco Medium",sans-serif
}
.label{
    font-size:9px;
    letter-spacing:1px;
    font-family:"Bw Surco Medium",sans-serif;
    margin-bottom:7px;
    display:block
}
.connect-line{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.connect-line input{
    display:none;
    opacity:0;
    position:absolute;
    left:-3000em
}
.connect-line input:first-child+label{
    border-radius:6px 0 0 6px
}
.connect-line input+label{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e1e9f1;
    box-shadow:inset 0 0 0 2px #d1dde8;
    font-size:14px;
    white-space:nowrap;
    font-family:"Bw Surco Medium",sans-serif;
    color:#353c45;
    height:50px;
    cursor:pointer;
    user-select:none;
    margin-right:-2px;
    padding:0 14px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out;
    z-index:10;
    position:relative
}
.connect-line input+label:last-child{
    border-radius:0 6px 6px 0
}
.connect-line input+label img{
    width:16px;
    margin-right:10px
}
.connect-line input:checked+label{
    box-shadow:inset 0 0 0 2px #009ee3;
    background:#fff;
    z-index:20
}
.line-form{
    display:flex;
    align-items:center;
    padding:10px 0
}
.line-form>input{
    width:49%
}
.line-form>button{
    width:49%;
    margin-left:2%
}
.click-info{
    font-size:9px;
    letter-spacing:1px;
    color:#7a8da7;
    text-transform:uppercase
}
.map-contacts-wrap{
    position:absolute;
    width:100%;
    height:100%;
    z-index:200;
    display:flex;
    align-items:center;
    pointer-events:none
}
.map-contacts-wrap .main-width{
    display:flex;
    align-items:center;
    justify-content:flex-start
}
.map-box{
    background:#fff;
    border-radius:6px;
    background-color:#fff;
    box-shadow:0 16px 16px 0 rgba(53,59,69,.15);
    padding:40px 30px;
    pointer-events:all
}
.map-box h4{
    font-family:"Bw Surco Medium",sans-serif;
    font-size:34px;
    line-height:1;
    margin-bottom:30px
}
.map-box h4 small{
    font-family:'Bw Surco Book Italic',sans-serif;
    font-size:20px
}
.map-box p{
    margin-bottom:20px
}
.grid-2-4{
    display:grid;
    grid-template-columns:2fr 4fr;
    grid-gap:40px
}
.text-read{
    font-size:18px;
    line-height:30px
}
.numbers-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.numbers-wrap>div p{
    font-size:16px
}
.numbers-wrap>div p strong{
    font-size:50px;
    font-family:Roboto,monospace
}
.reestr{
    display:flex;
    align-items:center;
    margin:20px 0
}
.reestr p{
    color:#bfe6ff
}
.reestr p strong{
    font-family:"Bw Surco Medium",sans-serif
}
.reestr img{
    width:34px;
    margin-right:20px
}
.footer{
    padding:50px 0;
    overflow:hidden
}
.footer .topline-left:after{
    display:none
}
.footer .fluid-width{
    display:flex;
    align-items:flex-end;
    justify-content:space-between
}
.footer .footer-right{
    display:flex;
    justify-content:flex-end;
    flex-direction:column;
    align-items:flex-end
}
.footer .footer-right p{
    margin-bottom:10px;
    font-size:13px
}
.flatpickr-calendar img{
    height:1px
}
.tour-list li{
    position:relative;
    margin-bottom:10px;
    padding-left:20px
}
.tour-list li a{
    font-size:18px;
    color:#fff;
    position:relative
}
.tour-list li a:after{
    content:'';
    position:absolute;
    bottom:0;
    height:1px;
    left:0;
    background:#fff;
    width:0;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.tour-list li a:hover{
    text-shadow:0 0 20px #fff
}
.tour-list li a:hover:after{
    box-shadow:0 0 6px #fff;
    width:100%
}
.tour-list li:after{
    content:'—';
    color:#009ee3;
    position:absolute;
    left:0;
    font-size:18px
}
.c-view{
    display:none
}
.c-view.on{
    display:block
}
.connect-div{
    height:105px
}
.iziModal-overlay{
    background:0 0
}
.iziModal-overlay:before{
    content:'';
    position:fixed;
    opacity:.9;
    width:100%;
    height:100%;
    display:block;
    background-image:-moz-linear-gradient(135deg,#00b5ed 0,#3580c3 100%);
    background-image:-webkit-linear-gradient(135deg,#00b5ed 0,#3580c3 100%);
    background-image:-ms-linear-gradient(135deg,#00b5ed 0,#3580c3 100%)
}
.iziModal{
    box-shadow:0 0 30px rgba(255,255,255,.48)
}
.modal-content{
    padding:60px 80px
}
.forMobile{
    display:none
}
.politic-text{
    height:300px;
    overflow:auto;
    font-size:16px;
    line-height:24px;
    color:#353c45
}
.modal-open{
    overflow:hidden;
    position:relative
}
i.close{
    position:absolute;
    top:20px;
    right:20px;
    width:30px;
    height:30px;
    opacity:1;
    cursor:pointer;
    z-index:300;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
i.close:hover{
    transform:rotate(90deg);
    opacity:.8
}
i.close img{
    width:100%
}
.mb30{
    margin-bottom:30px
}
.small-text{
    font-family:'Bw Surco Book Italic',sans-serif;
    font-size:16px;
    line-height:22px
}
.form-title{
    font-size:24px;
    font-family:"Bw Surco Medium",sans-serif;
    margin-bottom:10px
}
.inner .call-wrap{
    position:absolute;
    right:0;
    top:80px;
    flex-direction:column;
    align-items:flex-end
}
.inner .call-wrap p{
    margin-top:10px
}
.tour-in-manager{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px
}
.tour-in-manager .date{
    display:flex;
    align-items:center
}
.tour-in-manager .date img{
    width:32px;
    margin-right:20px;
    min-width:32px
}
.tour-in-manager .date p{
    font-family:Roboto,monospace;
    font-size:12px;
    font-weight:400;
    color:#fff
}
.tour-in-manager .date p span{
    font-size:18px
}
.tour-in-manager .tour-price{
    font-family:Roboto,monospace;
    font-weight:500;
    font-size:40px;
    color:#fff
}
.tour-in-manager .tour-price sup{
    position:relative;
    top:-14px
}
.tour-in-manager .flex-line{
    margin:0
}
.inner{
    padding-bottom:500px
}
.inner .middle{
    padding-bottom:0;
    position:relative;
    z-index:100
}
.inner .middle.corp.flex-line{
    justify-content:space-between
}
.inner .middle.corp .primary-button{
    width:auto
}
.inner .middle .primary-button{
    min-width:230px;
    width:100%;
    margin-right:0;
    margin-left:10px
}
.inner .middle .primary-button.grey{
    width:146px;
    min-width:146px
}
.smaller{
    text-transform:uppercase;
    color:#fff;
    font-size:10px;
    letter-spacing:1px;
    font-family:"Bw Surco Medium",sans-serif
}
.smaller.dark{
    color:#353c45
}
.white-box{
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 20px 40px 0 rgba(53,59,69,.1);
    background:#fff
}
.white-box.with-sidebar{
    display:grid;
    grid-template-columns:1fr 360px
}
.white-box.with-sidebar>div{
    padding:50px 30px
}
.white-box.with-sidebar>div:first-child{
    border-right:1px solid rgba(88,98,114,.22)
}
.section-content{
    margin-top:-500px;
    z-index:100;
    position:relative
}
.is-sticky{
    z-index:200;
    position:relative
}
.tour-in-urls{
    display:flex;
    align-items:center;
    padding:10px;
    background:#fff;
    box-shadow:0 20px 40px 0 rgba(53,59,69,.1)
}
.tour-in-urls a{
    color:#353c45;
    font-size:16px;
    margin-right:10px;
    padding:20px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.tour-in-urls a:hover{
    color:#009ee3
}
.white-box-content{
    padding:60px 50px
}
.white-box-content .gallery-wrap{
    margin:40px 0
}
.white-box-content .list-big-wrap{
    margin-left:-50px;
    margin-right:-50px
}
.white-box-content .bullets>div p{
    color:#353c45
}
.white-box-content .title-wrap{
    margin-bottom:30px
}
.info-who{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.info-who .instructor{
    display:flex;
    align-items:center
}
.info-who .instructor i{
    border-radius:6px;
    overflow:hidden;
    display:inline-block;
    font-size:0;
    margin-right:20px
}
.info-who .instructor i img{
    width:70px;
    height:70px;
    object-fit:cover
}
.info-who .info-item p{
    font-size:24px;
    font-family:Roboto,monospace;
    color:#353c45
}
.info-who .info-item p small{
    text-transform:uppercase;
    font-size:9px
}
.features{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    margin:30px 0
}
.features.x4>div{
    width:40%
}
.features>div{
    border-left:3px solid #009ee3;
    padding-left:20px;
    padding:6px 30px 6px 14px;
    margin:0 0 10px 0;
    width:25%
}
.features>div span{
    color:#009ee3;
    font-size:24px;
    display:block;
    margin-bottom:4px;
    font-family:Roboto,monospace;
    font-weight:500
}
.features>div p{
    color:#353c45;
    font-family:"Bw Surco Medium",sans-serif;
    font-size:18px
}
.text-reading{
    color:#353c45;
    font-size:16px;
    line-height:1.5
}
.planned{
    margin-top:100px
}
.plan-line{
    display:flex;
    align-items:flex-end;
    width:100%;
    justify-content:space-between;
    padding:0 70px;
    position:relative;
    margin-bottom:60px
}
.plan-line:after{
    content:'';
    width:100%;
    height:4px;
    border-radius:2px;
    background:#eff4f6;
    bottom:0;
    left:0;
    position:absolute;
    z-index:10
}
.plan-line a{
    color:#353c45;
    font-family:"Bw Surco Medium",sans-serif;
    padding-bottom:40px;
    position:relative;
    text-align:center
}
.plan-line a span{
    color:#009ee3
}
.plan-line a:after{
    content:'';
    width:6px;
    height:6px;
    border-radius:50%;
    background:#009ee3;
    border:6px solid #eff4f6;
    box-sizing:content-box;
    position:absolute;
    bottom:-7px;
    left:50%;
    z-index:20;
    transform:translateX(-50%);
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.plan-line a:before{
    content:'';
    width:7px;
    height:14px;
    background:url(../images/svg/arrow-plan.svg) no-repeat;
    background-size:100% 100%;
    position:absolute;
    bottom:-5px;
    left:50%;
    margin-left:-14px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.plan-line a:hover:after{
    box-shadow:0 0 0 2px #009ee3
}
.plan-line a:focus:after{
    border:6px solid #009ee3
}
.plan-item{
    display:grid;
    grid-template-columns:34% 60%;
    grid-gap:40px;
    align-items:center
}
.plan-item .plan-desc-wrapper{
}
.plan-item>div:first-child{
    border-radius:6px;
    overflow:hidden
}
.plan-item>div:first-child img{
    width:100%;
    object-fit:cover;
    height:100%
}
.plan-item>div:last-child .day{
    color:#009ee3;
    font-size:18px;
    text-transform:uppercase;
    margin-bottom:20px;
    font-family:"Bw Surco Medium",sans-serif
}
.plan-item>div:last-child p>strong{
    font-family:"Bw Surco Medium",sans-serif;
    color:#353c45;
    display:block;
    margin-bottom:20px
}
.downloads{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    padding:20px 0
}
.downloads.text-center{
    justify-content:center
}
.download-item{
    display:flex;
    align-items:center;
    margin:0 10px;
    color:#009ee3;
    text-transform:uppercase;
    font-family:"Bw Surco Medium",sans-serif;
    letter-spacing:1px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out;
    position:relative
}
.download-item:after{
    content:'';
    position:absolute;
    left:0;
    width:0%;
    height:2px;
    background:#009ee3;
    bottom:-2px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.download-item:hover:after{
    width:100%
}
.download-item img{
    width:22px;
    position:relative;
    top:-1px;
    margin:0 5px
}
.grid-1-1{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:30px;
    padding:40px 0
}
.grid-1-1 .title-wrap{
    margin-bottom:20px
}
.list-circle.number li{
    padding-left:0
}
.list-circle.number li:after{
    display:none
}
.list-circle.red li:after{
    background:#ec9a9a
}
.list-circle li{
    position:relative;
    display:block;
    margin-bottom:6px;
    color:#353c45;
    padding-left:25px
}
.list-circle li:after{
    content:'';
    display:block;
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#009ee3;
    left:0;
    top:5px
}
#whattake > div:first-child > .list-circle li::after{
    background:#b9f6ca !important;
}
.ranec{
    position:relative;
    margin:30px 0
}
.ranec>div:first-child{
    display:inline-block;
    position:absolute;
    left:20px;
    top:50%;
    transform:translateY(-50%)
}
.ranec>div:first-child img{
    pointer-events:none;
    width:160px
}
.ranec>div:last-child{
    margin-left:20%;
    display:block
}
.ranec .list-circle{
    display:grid;
    grid-gap:5px 10px;
    grid-template-columns:1fr 1fr
}
.question-list .que-wrap{
    background:#f3f7fb;
    border-radius:6px;
    padding:20px 30px;
    position:relative;
    margin-bottom:20px;
    cursor:pointer
}
.question-list .que-wrap .answ{
    padding-top:20px;
    display:none
}
.question-list .que-wrap:after{
    content:'';
    position:absolute;
    background:url(../images/svg/dropdown.svg) no-repeat;
    width:14px;
    height:7px;
    background-size:100% 100%;
    right:30px;
    top:30px
}
.upper-liner{
    letter-spacing:5px;
    color:#353c45;
    margin-bottom:40px;
    text-transform:uppercase
}
.in-tour .rev-item{
    display:grid;
    grid-template-columns:40% 60%
}
.tour-information{
    margin:30px 0;
    max-height:400px;
    overflow:auto;
    padding-right:10px
}
.breadcumb{
    display:block;
    margin-bottom:20px
}
.breadcumb ul{
    opacity:.4
}
.breadcumb ul li{
    color:#353c45;
    font-size:14px;
    display:inline-block
}
.breadcumb ul li:after{
    content:'—';
    color:#353c45;
    display:inline-block;
    margin:0 10px
}
.breadcumb ul li:last-child:after{
    display:none
}
.breadcumb ul li a{
    color:#009ee3;
    font-size:14px;
    text-decoration:none
}
.news-list>div{
    display:grid;
    grid-template-columns:240px 1fr;
    grid-gap:40px;
    margin-bottom:20px
}
.news-list>div>i{
    font-size:0;
    overflow:hidden;
    border-radius:6px;
    display:flex
}
.news-list>div>i img{
    width:100%;
    height:100%;
    object-fit:cover
}
.news-list>div .n-info{
    padding:20px 0;
    display:flex;
    align-items:flex-start;
    flex-direction:column
}
.news-list>div .n-info .primary-button{
    min-width:240px
}
.news-list>div p>strong{
    color:#353c45;
    font-size:22px;
    font-family:"Bw Surco Medium",sans-serif
}
.news-list>div .n-date{
    font-family:Roboto,monospace;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#7a8da7
}
.news-list>div .n-text{
    margin:14px 0;
    height:200px;
    overflow:auto;
    font-size:16px;
    color:#353c45;
    line-height:24px
}
.side-block{
    margin-bottom:30px
}
.side-title{
    color:#353c45;
    font-size:18px;
    font-family:"Bw Surco Medium",sans-serif;
    display:block;
    margin-bottom:10px
}
.themes-items{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:flex-start
}
.themes-items.cats a{
    width:100%;
    margin:0 0 6px;
    background:#ebf1f3;
    color:#353c45
}
.themes-items a{
    padding:6px 10px;
    border-radius:6px;
    background:#009ee3;
    font-size:14px;
    color:#fff;
    margin:0 5px 5px 0;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.themes-items a:hover{
    background:#3ac3ff;
    color:#fff!important
}
.side-banner{
    font-size:0;
    border-radius:6px;
    height:400px;
    width:100%;
    display:flex;
    overflow:hidden
}
.side-banner img{
    width:100%;
    height:100%;
    object-fit:cover
}
.paggi{
    display:flex;
    align-items:center;
    padding:14px 0
}
.paggi ul li{
    display:inline-block;
    margin-right:10px
}
.paggi ul li.active a{
    background:#009ee3
}
.paggi ul li a{
    color:#fff;
    display:inline-block;
    font-family:Roboto,monospace;
    font-weight:700;
    min-width:32px;
    text-align:center;
    font-size:16px;
    padding:9px;
    line-height:.9;
    background:#ced9df;
    border-radius:6px
}
.text-styles h2{
    font-family:"Bw Surco Medium",sans-serif;
    font-size:30px;
    color:#353c45;
    margin:30px 0 15px
}
.text-styles h3{
    font-family:"Bw Surco Medium",sans-serif;
    font-size:24px;
    color:#353c45;
    margin:24px 0 13px
}
.text-styles h4{
    font-family:"Bw Surco Medium",sans-serif;
    font-size:20px;
    color:#353c45;
    margin:20px 0 10px
}
.text-styles p{
    font-size:16px;
    line-height:24px;
    margin-bottom:14px
}
.text-styles p a{
    color:#009ee3;
    text-decoration:underline!important
}
.text-styles blockquote{
    margin:50px 0;
    padding:16px 20px;
    border-left:7px solid #f9d25a
}
.text-styles blockquote div{
    display:block;
    font-size:16px;
    color:#a5abb3
}
.text-styles blockquote p{
    font-size:16px;
    line-height:24px
}
.tours-list{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-gap:20px
}
.tours-list .item-tour .up-time strong{
    font-size:14px
}
.tours-list .item-tour .up-price p{
    font-size:12px
}
#regulator{
    margin-top:40px
}
.checkbox{
    display:none;
    opacity:0;
    text-indent:-3000em;
    position:absolute
}
.checkbox+label{
    cursor:pointer;
    margin:30px 0;
    vertical-align:middle;
    display:block;
    color:#353c45;
    position:relative;
    padding-left:30px
}
.checkbox:not(checked)+label{
    line-height:1;
    text-transform:uppercase;
    font-size:9px;
    font-family:"Bw Surco Medium",sans-serif;
    letter-spacing:1px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.checkbox:not(checked)+label:before{
    content:'';
    display:block;
    width:12px;
    height:12px;
    border-radius:4px;
    position:absolute;
    left:4px;
    top:7px;
    margin-top:-9px;
    background:#f3f7fb;
    box-shadow:0 0 0 4px #f3f7fb;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.checkbox:checked+label:before{
    background:#009ee3
}
.company{
    display:grid;
    grid-template-columns:300px 1fr;
    align-items:flex-start
}
.company .text-styles{
    width:100%
}
.company .logotypes{
    width:100%
}
.logotypes{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    padding:30px 0
}
.logotypes img{
    max-width:170px;
    max-height:60px;
    width:auto;
    height:auto;
    min-width:60px;
    margin:0 20px 20px 0
}
.checkbox-i{
    vertical-align:top;
    margin:0 3px 0 0;
    width:20px;
    height:14px;
    position:relative;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.checkbox-i+label{
    cursor:pointer;
    margin:10px 0;
    vertical-align:middle;
    width:41px;
    height:24px;
    position:relative;
    border-radius:300px;
    background:#7a8da7;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out;
    margin-right:14px
}
.checkbox-i+label:before{
    content:'';
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    left:3px;
    display:block;
    position:absolute;
    top:3px;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.checkbox-i+label+p{
    display:inline-block;
    font-size:9px;
    letter-spacing:1px;
    font-family:"Bw Surco Medium",sans-serif;
    color:#353c45;
    text-transform:uppercase;
    line-height:1;
    font-weight:700;
    vertical-align:middle
}
.checkbox-i+label+p a{
    color:#009ee3;
    text-decoration:underline!important
}
.checkbox-i:not(checked){
    position:absolute;
    opacity:0
}
.checkbox-i:checked+label{
    background:#009ee3
}
.checkbox-i:checked+label:before{
    background:#fff;
    left:20px
}
.confidence-wrap{
    display:flex;
    align-items:center
}
.command-item i img{
    width:100%;
    height:300px;
    object-fit:cover
}
.gototop{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#009ee3;
    width:50px;
    height:50px;
    display:block;
    z-index:1000;
    text-decoration:none;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
    display:none;
    -webkit-transition:all .3s linear;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out;
    opacity:.7
}
.gototop img{
    width:20px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-48%)
}
.gototop:hover{
    opacity:1
}
.iziModal-isOverflow .gototop{
    opacity:0;
    pointer-events:none
}
.colour img{
    width:100%;
    height:400px;
    object-fit:cover;
    margin:30px 0
}
.text-styles strong{
    font-family:"Bw Surco Medium",sans-serif
}
.text-styles em{
    font-family:'Bw Surco Book Italic',sans-serif
}
.text-styles table{
    width:100%;
    margin:30px 0;
    background:#f2f6f8;
    overflow:auto;
    font-family:Roboto,monospace
}
.text-styles table tr{
    border-bottom:1px solid #dce6ea
}
.text-styles table tr:last-child{
    border:0
}
.text-styles table tr:hover td{
    background:#fff
}
.text-styles table th{
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:2px;
    color:#7a8da7;
    padding:10px;
    text-align:left
}
.text-styles table td{
    padding:14px;
    font-size:16px;
    color:#353c45;
    transition:all .23s ease-in-out;
    -webkit-transition:all .23s ease-in-out;
    -moz-transition:all .23s ease-in-out
}
.h1-desc-tourin{
    font-family:"Bw Surco Medium",sans-serif;
    color:#fff;
    font-size:22px;
    margin-bottom:50px;
    padding-right:400px
}
.text-deading{
    max-height:210px;
    overflow:auto;
    padding-right:10px;
    font-size:16px;
    line-height:26px;
    word-wrap: normal
}
.download-all{
    text-align:center;
    font-weight:700;
    font-size:16px;
    margin:30px 0 0
}
.tour-information strong{
    font-weight:700
}
.tour-information p{
    margin-bottom:20px
}
.plan-item>div:first-child img{
    height:320px
}
 .rev-item>div:first-child figure:nth-child(2) img, .rev-item>div:first-child figure:nth-child(3) img {
    width:100%;
    display:none;
}
 .rev-item>div:first-child img{
    height: 100%;
}
 .bullets_cont{
     display: flex;
     width: 100%;
}
/*/
////////////////////////////////////////// plains of tour /////////////////////////////////////////
/*/
 .content__flow {
     margin: 40px 0 0;
     padding: 0;
     list-style-type: none;
}
 .content__breakpoint:not(:last-of-type) {
     padding-bottom: 30px;
}
 .content__breakpoint {
     padding-left: 36px;
     position: relative;
}
 .content__breakpoint:first-of-type:before {
     top: 16px;
}
 .content__breakpoint:before {
     content: "";
     position: absolute;
     left: 6px;
     top: 0;
     bottom: 0;
     width: 4px;
     display: block;
     background-color: #eef1f5;
}
 .content__breakpoint:after {
     content: "";
     height: 12px;
     width: 12px;
     display: block;
     border-radius: 100%;
     left: 2px;
     top: 10px;
     position: absolute;
     background-image: linear-gradient(135deg,#0399db,#0163a2);
}
 .content__breakpoint-header {
    /* display: flex;
     align-items: center;
    */
     line-height: 1.6;
}
 .content__breakpoint-key {
     padding: 6px 16px;
     background-color: #eef1f5;
     border-radius: 16px;
     font-size: .875rem;
     font-weight: 700;
     color: #4f4f6f;
     margin-right: 10px;
     white-space: nowrap;
}
 .content__breakpoint-title {
     font: 700 16px Gotham Pro,sans-serif;
     color: #4f4f6f;
    /*overflow: hidden;
     text-overflow: ellipsis;
    */
}
 .content__breakpoint-description, .content__description {
     margin-top: 15px;
}
 .content__breakpoint-description {
     font-size: 15px;
     word-wrap: break-word;
}
 .content__breakpoint-description p, .content__description p {
     margin: 7px 0;
}
 .content__gallery {
     margin: 35px 0 0;
}
 .content__gallery .gallery {
     margin: 0 -4px;
     padding: 0 !important;
}
 .content__breakpoint-subtitle{
     font-weight: bold;
}
 .content__breakpoint .img-responsive{
     max-width: 100%;
     height:auto 
}
 @media (max-width: 490px) {
    /*.content__breakpoint-header {
         flex-wrap:wrap;
    }
     .content__breakpoint-header div{
         padding-top:5px;
         padding-bottom: 5px;
    }
    */
}
 .planned {
     margin-top:50px ;
    /*padding-top: 100px;
    */
}

.agreement-bar-text {
	color: #ffffff;
	line-height: 58px;
	font-weight: 400;
	font-size: 16px;
	width: 70%;
}
.agreement-bar-text a {
	color: #ffffff;
	text-decoration: underline !important;
}
.agreement-bar-button {
	border: 0;
	border-radius: 4px;
	background: #fff;
	font-size: 16px;
	color: #142F6A;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.agreement-bar-button:hover {
	background: #ddd;
	cursor: pointer;
}
.agreement-bar-button-block {
	float: right;
	line-height: 58px;
	width: 25%;
	text-align: center;
}
.agreement-bar-close-block {
	float: right;
	line-height: 44px;
	width: 5%;
}

.agreement-bar-close-block img:hover {
	cursor: pointer;
}

@media (max-width: 997px) {
	.agreement-bar-text {
		line-height: 20px;
		text-align: left;
		margin-top: 40px;
		margin-left: 15px;
		width: 100%;
	}
	.agreement-bar-button-block {
		display: block;
		width: 100%;
		text-align: left;
		margin-left: 15px;
		margin-bottom: 20px;
	}
	.agreement-bar-close-block {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		line-height: unset;
		width: unset;
	}
}

form.connect-box.homer .connect-line label {
    display: none;
}