html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1.2
}

ol {
    padding-left: 1.4em;
    list-style: decimal
}

ul {
    padding-left: 1.4em;
    list-style: square
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul {
    padding-left: 30px;
    margin: 10px
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px
}

div {
    text-align: left
}

img, table {
    border: 0
}

form {
    margin: 0
}

::-moz-selection {
    color: #004768;
    background: #fff;
}

::selection {
    color: #004768;
    background: #fff;
}

* {
    box-sizing: border-box;
    outline: none;
    scroll-behavior: smooth;
    z-index: 102 /*
      -webkit-user-select: none;  /*
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  */
}


@font-face {
    font-family: 'regular';
    src: url('/fonts/arimo.eot');
    src: url('/fonts/arimo.eot?#iefix') format('embedded-opentype'),
    url('/fonts/arimo.woff2') format('woff2'),
    url('/fonts/arimo.woff') format('woff'),
    url('/fonts/arimo.ttf') format('truetype'),
    url('/fonts/arimo.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap

}

@font-face {
    font-family: 'bold';
    src: url('/fonts/arimo-bold.eot');
    src: url('/fonts/arimo-bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/arimo-bold.woff2') format('woff2'),
    url('/fonts/arimo-bold.woff') format('woff'),
    url('/fonts/arimo-bold.ttf') format('truetype'),
    url('/fonts/arimo-bold.svg#arimoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap

}

@font-face {
    font-family: "bebas";
    src: url("../fonts/bebas-neue-book.eot");
    src: url("../fonts/bebas-neue-book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bebas-neue-book.otf") format("opentype"),
    url("../fonts/bebas-neue-book.svg") format("svg"),
    url("../fonts/bebas-neue-book.ttf") format("truetype"),
    url("../fonts/bebas-neue-book.woff") format("woff"),
    url("../fonts/bebas-neue-book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "bebas-bold";
    src: url("../fonts/bebas-neue-bold.eot");
    src: url("../fonts/bebas-neue-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/bebas-neue-bold.otf") format("opentype"),
    url("../fonts/bebas-neue-bold.svg") format("svg"),
    url("../fonts/bebas-neue-bold.ttf") format("truetype"),
    url("../fonts/bebas-neue-bold.woff") format("woff"),
    url("../fonts/bebas-neue-bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}


* {
    font-family: regular
}

html, body {
    height: 100%;
    font-weight: 400
}

html {
    font-size: 100%;
    color: #37474F
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: scroll;
    width: 100%;
    min-width: 900px;
    margin: auto;
    overflow-x: hidden
}

hr {
    background: inherit; padding:0;margon:0;
    color: inherit;
    height: 1px;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
}

b, strong, .bold {
    font-family: bold
}

.cb {
    clear: both
}

.mt5 {
    margin-top: 5px;

}

.mt10 {
    margin-top: 10px;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h50 {
    height: 50px;
}

.h70 {
    height: 70px;
}

.h100 {
    height: 100px;
}

.h100p {
    height: 100%;
}

.cp {
    cursor: pointer
}

.pf {
    position: fixed
}


.pa {
    position: absolute
}

.centered {
    text-align: center;
}

.small {
    font-size: 80%
}

.fl {
    float: left
}

.fr {
    float: right
}

.ta_left {
    text-align: left !important;
}

.ta_center {
    text-align: center !important;
}

.shapka {
    width: 100%;
    min-height: 100%;
    background: #fff;
    margin: auto;
    flex: 1 0 auto;
    z-index: 3;
}

.logo {
    width: 329px;
    height: 56px;
    background: url(/skin/logo.png) 50% 50% no-repeat;
    float: left;
    margin-top: 55px;
}

#pc_menu {
    font-family: bebas;
    text-align: right;
    float: right;
    margin-top: 68px;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase
}

#pc_menu a {
    font-family: bebas;
    text-decoration: none;
    color: #fff
}

#pc_menu a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #fff
}

.content {
    display: block;
    position: relative;
    z-index: 102 !important;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 990px;
    min-width: 800px;
    overflow: visible;
}

.top_content {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 900px;
    max-width: 990px;
    min-height: 100%;
}

#top_slider {
    z-index: 1;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    border-bottom-left-radius: 100px;
    overflow: hidden
}

.slide {
    position: absolute;
    transition: opacity 2.5s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    background-size: cover !important;
}

.slide + .slide {
    opacity: 0;
}


#top_sign {
    text-align: center;
    font-size: 120px;
    color: #fff;
    font-family: bebas-bold;
    text-transform: uppercase;
    font-weight: normal;

}

#top_sign div {
    text-align: center;
    font-size: 78px;
    font-family: bebas-bold;
    font-weight: normal;
    line-height: 120px;
    clear: both
}


.block {
    width: 100%;
    margin: auto;
    flex: 1 0 auto;
    z-index: 101;
}

#tour_details1 {
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    z-index: 102;
    position: absolute;top:0px;
}


.tour_details2 {
    padding: 15px;
    z-index: 2;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 26px;
    font-family: bold;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, .2) 0 0 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #fff;
}

.palka {
    font-size: 36px;
    padding-left: 15px;
    padding-right: 15px;
}

.header {
 font-size: 36px;
    text-align: center;
    font-family: bold;
    text-transform: uppercase
}

.sub_header {
    font-size: 26px;
    text-align: center;
    font-family: bold;
}

.white {
    color: #fff
}

.black {
    color: #000
}

.blue {
    color: #004768
}

.description_intro {
    font-family: regular;
    font-size: 22px
}

.text {
    font-family: regular;
    font-size: 18px
}

.pc {
    display: block
}

.mobile {
    display: none
}

.description {
    width: 47%
}

.description img {
    width: 100%;
    height: auto
}


.samolet_top {
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 101;
}

.drop {
    position: relative;
    display: block;
    margin: auto;
    width: 441px;
    height: 110px;
    max-width:100%;height:auto !important;max-height:auto;
}

.route_block {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    min-width: 17%;
    max-width: 17%;
    margin: 1%;
    padding: 8px;
    font-size: 18px;
    text-transform: uppercase
}


.route_block span {
    display: inline-block;
    border-radius: 20px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
}

.route_comment {
    font-size: 14px;
    text-transform: uppercase
}

.route_comment span {
    width: 24px;
    height: 24px;
}

.order_comment {
    font-size: 32px;
    text-transform: uppercase
}

.order_comment2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: bold;
}

.order_tour_details {
    font-size: 22px;
    font-family: bold;
    text-transform: uppercase;

}

.order_form_comment {
    font-family: regular;
    font-size: 16px;
    text-align: center;
    text-transform: none
}

.form {
    width: 100%;
    border-top: 3px solid #fff;
    text-align: center;
}

.input {
    width: 31.8%;
    font-size: 18px;
    padding: 15px;
    border: 0;
    background: #fff;
    display: inline-block;
    color: #177a3d;
    transition: 1s;
}

.button {
    width: 32.77%;
    font-size: 26px;
    font-family: bold;
    padding: 15px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    transition: .5s
}

.button:focus, .button:hover {
    color: #cfd610;
    border: 2px solid #cfd610;
    transition: .5s
}

::placeholder {
    color: #009245;

}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    display: grid;
    place-content: center;
    transition: .2s;
}

input[type="checkbox"]::before {
    content: "";
    width: 26px;
    height: 26px;
    transform: scale(0);
    transition: .2s transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
    transform-origin: center center;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type=checkbox]:checked {
    transition: .2s;
    border: 1px solid transparent;
}


label {
    font-size: 20px;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    text-transform: none;
}

.chb {
    display: grid;
    place-content: center;
}


.conditions_comment {
    font-size: 36px;
}

.conditions_comment2 {
    font-size: 22px;
}
.conditions_bottom{border-top:2px solid #fbb03b}


/* (A) ACCORDION WRAPPER */
.awrap {
    padding: 0;
    margin: 0;
    /* list-style: none;*/
}

/* (B) HEADER TAB */
/* (B1) TAB ITSELF */
.ahead {
    text-align: left;
    position: relative;
    cursor: pointer;
    border-top: 2px solid #fbb03b;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    font-family: bold;

}

/* (B2) RIGHT ARROW */
.ahead:after {
    position: absolute;
    content: "+";
    right: 0px;
    transition: transform 0.2s;
}

/* (C) CONTENT TAB */
/* (C1) TAB ITSELF - CLOSED BY DEFAULT */
.abody {
    overflow: hidden;
    transition: all 0.2s ease-out;
    max-height: 0;
    height: auto;
    font-size: 18px;
    text-align: left;
}

/* (C2) OPEN TAB - DOWN ARROW */
.ahead.open:after {
    content: "–";
    transform: rotate(360deg);
}

/* (C3) OPEN TAB - SHOW CONTENT */
.ahead.open + .abody {
    max-height: 600px;
    margin-bottom: 30px;

}

section {
    text-align: left !important
}

.program_comment {
    font-size: 32px;
    text-transform: uppercase
}

.program_comment2 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: bold;
}


.adv {
    width: 32.77%;
    display: inline-block;
    font-size: 26px;
    font-family: bold;
    text-align: center;
}

.adv img {
    max-width: 70%
}


.samolet_bottom {
    width: 100%;
    text-align: right;
    clear: both;
}


.footer {
    border-top-left-radius: 100px;
    margin-top: -100px;
    min-height: 200px;
    z-index: 103;
    background: #fff
}

.footer_content {
    width: 31.8%;
    border: 1px solid red;
    text-align: left;
    padding: 15px;
    border: 0;
    vertical-align: top;
    display: inline-block;

}

.f1 {
    width: 23%;
}

.f1 img {
    max-width: 90%
}


.f2 {
    width: 39%;
    min-width: 280px
}

.ib {
    display: inline-block;
    vertical-align: middle;
}

.footer_title {
    text-transform: uppercase;
    font-size: 21px;
    font-family: bold
}

.footer_links {
    color: #004768;
    text-transform: none;
    font-size: 21px;
    font-family: regular;
    text-decoration: none;
    height: 30px;
}

.footer_nav_links {
    color: #004768;
    text-transform: uppercase;
    font-size: 21px;
    font-family: regular;
    text-decoration: underline;
}


.insta {
    background: url(skin/insta.png) 0% 50% no-repeat;
    background-size: contain;
    padding-left: 50px;
}

.addr {
    background: url(skin/addr.png) 4px 50% no-repeat;
    background-size: contain;
    padding-left: 50px;
}

.whatsapp {
    background: url(skin/whatsapp.png) 0% 50% no-repeat;
    background-size: contain;
    padding-left: 50px;
}

.phone {
    background: url(skin/phone.png) 0% 50% no-repeat;
    background-size: contain;
    padding-left: 50px;
}

.copy {
    color: #4f4f4f;
    font-size: 18px;
    width: 100%;
    text-align: center
}


#hochu {
    position: fixed;
    display: none;
    top: 160px;
    padding: 15px;
    text-transform: uppercase;
    width: 300px;
    min-width: 300px;
    z-index: 200;
    text-decoration: none;
    text-align: center;
    color: #fff;
    transition: 1s;
    border-radius: 10px;
    border-top-right-radius: 0;
    box-shadow: rgba(0, 0, 0, .4) 0 0 20px;
}

.day {
    font-size: 186px;
    color: #97cde2;
    font-family: bold;
    display: inline-block;
    line-height: 190px;
}

.day:after {
    content: "ДЕНЬ";
    font-family: regular;
    color: #333333;
    font-size: 28px;
    margin-left: -90px;
    margin-top: 0px;
    position: absolute

}

.day_in {
    font-size: 186px;
    margin-top: -120px;
    color: #97cde2;
    font-family: bold;
    display: block;
    line-height: 190px;
}

.day_in:after {
    content: "ДЕНЬ";
    font-family: regular;
    color: #333333;
    font-size: 28px;
    margin-left: -90px;
    margin-top: 0px;
    position: absolute

}


.s1 {
    width: 100%;
}

.s2 {
    position: relative;
    padding-bottom: 60%;
}

.s3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;


}

.days {
    width: 50%;
    height: 82%;
    /*height: auto;*/
    background: #fff;
    padding: 25px;
    margin-top: 5.5%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
    font-size: 15px;
    overflow: visible;
}


.slider_pages {
    padding: 1px;
    text-align: center;
}

.slider_pages div {
    transition: .5s;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    padding: 5px;
    margin: 8px;
    color: #fff;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #b2b2b2
}

.active_page {
    transition: .5s;
    background: #b2b2b2 !important;
}


#popup {
    left: 0px;
    top: 0px;
    display: none;
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    background: url(/skin/dot.png) top left repeat;
    z-index: 3000
}

.popup_message {
    background-image: linear-gradient(#d01d5d, #3b36a4);
    width: 40%;
    height: auto;
    margin: auto;
    margin-top: 10%;
    padding: 100px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-family: regular;
    text-transform: uppercase;
    z-index: 3001;
}

.popup_message_header {
    font-family: bold;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}

.krestik {
    z-index: 3003;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: -140px;
    margin-right: -100px;
    width: 24px;
    height: 23px;
    background: url(/skin/krestik.png) top left no-repeat;
}

.popup_left_bg {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: 3002;
    float: left
}

.popup_left_bg img {
    height: 100%;
    width: auto;
}

.popup_right_bg {
    position: fixed;
    height: 100%;
    width: auto;
    z-index: 3002;
    float: right;
    right: 0px;
}

.popup_right_bg img {
    height: 100%;
    width: auto;
}

.red {
    background: #fef7a5;
    transition: 1s;
    box-shadow: rgba(255, 255, 255, 1) 0 0 10px !important;
}


#bg_right_1 {
    position: absolute;
    z-index: 1;
    float: right;
    right: 0px;
    top: 0px
}

#bg_right_2 {
    position: absolute;
    z-index: 1;
    float: right;
    right: 0px;
    top: 0px
}

#bg_right_3 {
    position: absolute;
    z-index: 1;
    float: right;
    right: 0px;
    top: 0px
}

#bg_right_4 {
    position: absolute;
    z-index: 1;
    float: right;
    right: 0px;
    top: 0px
}

#bg_right_5 {
    position: absolute;
    z-index: 1;
    float: right;
    right: 0px;
    top: 0px
}

#bg_right_6 {
    position: absolute;
    z-index: 1;
    float: right;
    right: 0px;
    top: 0px
}

.bgs {display:none;}

#bg_left_1 {
    position: absolute;display:none;
    z-index: 1;
    float: left;
    left: 0px;
    top: 0px
}

#bg_left_2 {
    position: absolute;
    z-index: 1;
    float: left;
    left: 0px;
    top: 0px
}

#bg_left_3 {
    position: absolute;
    z-index: 1;
    float: left;
    left: 0px;
    top: 0px
}

#bg_left_4 {
    position: absolute;
    z-index: 1;
    float: left;
    left: 0px;
    top: 0px
}

@media (max-width: 1500px) {
    .bgs {
        opacity: .5;
    }
}

@media (max-width: 989px) {
    #hochu {
        width: 90%;
        margin-left: 5%;
    }

    .content {
        width: 100%;
        min-width: 100%;
        max-width: 100 $;
        /* padding-left: 20px;
         padding-right: 20px*/
    }

    .pc {
        display: none
    }

.mobile {
    display: block
}
    body {
        min-width: 100%;

    }

    .top_content {

        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
    }

    .route_block {
        clear: both;
        width: 100%;
        display: block;
        text-align: center;
        min-width: unset;
        max-width: unset;
    }

    #top_slider {
        border-bottom-left-radius: unset;
    }

    .logo {
        max-width: 50%;
        margin-left: 20px;
        background-size: contain;
        margin-top: 70px;
    }

    #hochu {
        border-top-left-radius: 0;
    }

    #top_sign {
        text-align: left;
        padding-left: 20px;
        font-size: 70px;
    }

    #top_sign div {
        text-align: left;
        font-size: 50px;
        line-height: 60px;
    }

    .tour_details2 {
        padding-left: 20px;
        padding-right: 20px
    }

    .header {
        font-size: 32px;
        padding-left: 20px;
        padding-right: 20px
    }

    .sub_header {
        font-size: 26px;
        padding-left: 20px;
        padding-right: 20px
    }

    .description_intro {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px
    }

    .description {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .tour_details2, #tour_details1 {
        font-size: 20px;
    }

    .palka_mobile {
        color: #fff;
    }

    .form {
        border-top: 1px solid #fff;
        padding-left: 20px;
        padding-right: 20px
    }

    .desc_mobile_content,.program_comment,.adv,.order_comment, .order-comment2, .order_form_comment, .conditions_comment2, .conditions_comment2, #conditions_content,.conditions_bottom,.program_content {
        padding-left: 20px;
        padding-right: 20px
    }

    .input, .button {
        width: 100%
    }
.ahead{font-size:16px;}
.conditions_comment2{
  font-size: 18px;
    }
   .conditions_comment {
  font-size: 26px;
    }

    .conditions_bottom {
    margin:auto;margin-left:20px;margin-right:20px;
    }

.abody{font-size:16px;}
.drop{max-width:100%;max-height:auto !important}
.description .sub_header{padding-left:0px}
.adv{width:80%;font-size:18px;}
.program_comment{font-size:22px;}
#popup{padding:20px;
padding-top:200px;}
.popup_message{min-width:100%;margin:auto;margin-top:150px;}
.popup_message_header{font-size:22px}
.popup_message{font-size:18px;padding:20px;margin-top:50px;}
.krestik {
    z-index: 3003;
    position: relative;
    float: right;
    cursor: pointer;
    margin-top: unset;
    margin-right: unset;
    width: 24px;
    height: 23px;
    background: url(/skin/krestik.png) top left no-repeat;
}
.route_comment{width:40% !important;display:inline-block}
span.route_comment{width:100% !important}

.day:after {
    content: "ДЕНЬ";
    font-family: regular;
    color: #333333;
    font-size: 58px;
    margin-left: -120px;
    margin-top: 0px;
    position: absolute

}




.s2 {
    position: relative;
    padding-bottom: 70%;
}
.bgs {display:none;}
.program_content{font-size:16px;}
.day {
    font-size: 146px;
    line-height:140px;
}
body {
    overflow-x: hidden
}
.desc_mobile_content {
 font-size: 16px;

}

#route_block {max-width:100% !important; overflow:hidden !important}
label {font-size:18px}
.dn{display:none}

}


