@font-face {
    font-family: "Freestyle Script";
    src: url("../fonts/freestyle.eot");
    src: url("../fonts/freestyle.eot") format("embedded-opentype"), url("../fonts/freestyle.woff2") format("woff2"), url("../fonts/freestyle.woff") format("woff"), url("../fonts/freestyle.ttf") format("truetype"), url("../fonts/freestyle.svg#freestyle") format("svg");
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-ExtraLightCondensed.eot");
    src: url("../fonts/Exo2-ExtraLightCondensed.woff2") format("woff2"), url("../fonts/Exo2-ExtraLightCondensed.woff") format("woff"), url("../fonts/Exo2-ExtraLightCondensed.ttf") format("truetype"), url("../fonts/Exo2-ExtraLightCondensed.svg#Exo2-ExtraLightCondensed") format("svg"), url("../fonts/Exo2-ExtraLightCondensed.eot?#iefix") format("embedded-opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-LightCondensed.woff") format("woff"), url("../fonts/Exo2-LightCondensed.ttf") format("truetype"), url("../fonts/Exo2-LightCondensed.svg#Exo2-LightCondensed") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-RegularCondensed.woff") format("woff"), url("../fonts/Exo2-RegularCondensed.ttf") format("truetype"), url("../fonts/Exo2-RegularCondensed.svg#Exo2-RegularCondensed") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url("../fonts/Exo2-BoldCondensed.eot");
    src: url("../fonts/Exo2-BoldCondensed.woff2") format("woff2"), url("../fonts/Exo2-BoldCondensed.woff") format("woff"), url("../fonts/Exo2-BoldCondensed.ttf") format("truetype"), url("../fonts/Exo2-BoldCondensed.svg#Exo2-BoldCondensed") format("svg"), url("../fonts/Exo2-BoldCondensed.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}

* ::selection {
    background: #000;
    background-color: #000;
    color: #fff;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #e4e4e4;
    /*height: 90%;*/
}

*::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #d8a549;
    cursor: pointer;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Exo 2';
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    /*letter-spacing: -0.07em;*/
    color: #241711;
    min-width: 320px;
}

body {
    background: #ffffff;
}

body.no_scroll {
    overflow: hidden;
}

.page {
    width: 1232px;
    margin: 0 auto;
    padding: 0 16px;
    max-width: 100%;
}

ul,
li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

input,
textarea,
button,
select {
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    color: #959595;
    font-weight: 200;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    /*letter-spacing: -0.07em;*/
}

button {
    background: none;
    cursor: pointer;
}

a {
    transition: .3s;
    text-decoration: none;
    color: #000;
}

#app {
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

header,
main,
footer {
    width: 100%;
    max-width: 100%;
}

main {
    flex-grow: 1;
    padding-bottom: 30px;
}

footer {
    margin-top: auto;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.checkbox {
    display: none;
}

.checkbox+label {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    color: #35302c;
    padding-left: 22px;
    display: block;
    text-align: left !important;
}

.checkbox+label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #d8a549;
    background-color: #ffffff;
    border-radius: 100%;
    transition: .3s;
}

.checkbox+label:after {
    content: '';
    top: 4px;
    left: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/plus.png) center/9px 10px no-repeat;
    opacity: 0;
    transition: .3s;
}

.checkbox:checked+label {
    color: #d8a549;
}

.checkbox:checked+label:before {
    background: #d8a549;
}

.checkbox:checked+label:after {
    opacity: 1;
}

.checkbox:checked+label .image svg {
    fill: #d8a549;
}

.btn {
    width: 243px;
    height: 41px;
    max-width: 100%;
    border-radius: 3px 2px 2px 3px !important;
    /* background-color: #819cc0; */
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    line-height: 41px;
    text-transform: uppercase;
    transition: .3s;
}

.btn.o {
    background-color: #d19d3f;
    font-weight: 700;
}

.btn.g {
    background-color: #f2f3f7;
    color: #241711;
}

.btn:hover {
    opacity: .8;
}

.select {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.select .drop {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    background: #fff;
    border-radius: 3px;
    max-height: 160px;
    overflow-y: auto;
    display: none;
    z-index: 3;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.select .drop .item {
    color: #241711;
    font-size: 16px;
    font-weight: 200;
    padding: 3px 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select .drop .item:hover,
.select .drop .item.active {
    background: #f7f7f7;
}

.select .drop .item sup {
    vertical-align: bottom;
    position: relative;
    top: -0.4em;
    text-decoration: underline;
    font-size: 11px;
}

.select .on+.drop {
    display: block;
}

.select .date {
    position: relative;
}

.select .date:after {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 22px;
    height: 26px;
    background: url(../img/arrow.jpg) no-repeat;
}

.select .datepicker,
.select .selected {
    padding: 0 28px 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #241711;
    font-size: 16px;
    font-weight: 200;
    display: flex;
    justify-content: space-between;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: 1px solid #be8f3b;
    background-color: #ffffff;
    position: relative;
}

.select .datepicker:after,
.select .selected:after {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 22px;
    height: 26px;
    background: url(../img/arrow.jpg) no-repeat;
}

.select .datepicker sup,
.select .selected sup {
    vertical-align: bottom;
    position: relative;
    top: -0.4em;
    text-decoration: underline;
    font-size: 11px;
}


/* Default styling for jQuery Datepicker v5.0.1. */

.datepick {
    background-color: #fff;
    color: #000;
    border: 1px solid #444;
    border-radius: 3px;
    font-weight: 300;
    border-radius: 5px;
    overflow: hidden;
}

.datepick-rtl {
    direction: rtl;
}

.datepick-popup {
    z-index: 1000;
}

.datepick-disable {
    position: absolute;
    z-index: 100;
    background-color: white;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.datepick a {
    color: #505256;
    text-decoration: none;
    font-size: 14px;
}

.datepick a.datepick-disabled {
    color: #888;
    cursor: auto;
}

.datepick button {
    margin: 0.25em;
    background-color: #D8A551;
    border: none;
    font-weight: 300;
}

.datepick-nav,
.datepick-ctrl {
    float: left;
    width: 100%;
    background-color: #e1e5ea;
    color: #505256;
    font-size: 14px;
}

.datepick-ctrl {
    background-color: #D8A551;
    display: none;
}

.datepick-cmd {
    width: 30%;
}

.datepick-cmd:hover {
    background-color: #d8a549;
}

.datepick-ctrl .datepick-cmd:hover {
    background-color: #d8a549;
}

.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
    width: 8%;
}

a.datepick-cmd {
    height: 24px;
}

button.datepick-cmd {
    text-align: center;
}

.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
    float: left;
    padding-left: 2%;
}

.datepick-cmd-current,
.datepick-cmd-today {
    float: left;
    width: 35%;
    text-align: center;
}

.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
    float: right;
    padding-right: 2%;
    text-align: right;
}

.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
    float: right;
    padding-left: 0%;
    padding-right: 2%;
    text-align: right;
}

.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
    float: right;
}

.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
    float: left;
    padding-left: 2%;
    padding-right: 0%;
    text-align: left;
}

.datepick-month-nav {
    float: left;
    background-color: #777;
    text-align: center;
}

.datepick-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%;
}

.datepick-month-nav span {
    color: #888;
}

.datepick-month-row {
    clear: left;
}

.datepick-month {
    float: left;
    width: 190px;
    text-align: center;
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
    height: 30px;
    background-color: #e1e5ea;
    color: #505256;
    font-size: 14px;
}

.datepick-month-header select,
.datepick-month-header input {
    height: 30px;
    margin: 0em;
    padding: 0em;
    border: none;
    font-size: 14px;
}

.datepick-month-header input {
    position: absolute;
    display: none;
}

.datepick-month table {
    width: 100%;
    border-collapse: collapse;
}

.datepick-month thead {
    border-bottom: 1px solid #aaa;
}

.datepick-month th,
.datepick-month td {
    margin: 0em;
    padding: 0em;
    font-weight: normal;
    text-align: center;
}

.datepick-month th {
    border: 1px solid #777;
}

.datepick-month th,
.datepick-month th a {
    background-color: #fff;
}

.datepick-month td {
    background-color: #fff;
    border: 1px solid #aaa;
}

.datepick-month td.datepick-week {
    border: 1px solid #777;
}

.datepick-month td.datepick-week * {
    background-color: #fff;
    color: #fff;
}

.datepick-month a {
    display: block;
    width: 100%;
    background-color: #fff;
    text-decoration: none;
}

.datepick-month span {
    display: block;
    width: 100%;
}

.datepick-month td span {
    color: #888;
}

.datepick-month td .datepick-other-month {
    background-color: #fff;
}

.datepick-month td .datepick-weekend {
    background-color: #fff;
}

.datepick-month td .datepick-today {
    background-color: #D8A551;
    color: #7a4f3b;
}

.datepick-month td .datepick-highlight {
    background-color: #D8A551;
}

.datepick-month td .datepick-selected {
    background-color: #241711;
    color: #fff;
}

.datepick-month th.datepick-week {
    background-color: #fff;
}

.datepick-status {
    clear: both;
    background-color: #ddd;
    text-align: center;
}

.datepick-clear-fix {
    clear: both;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../img/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.flex_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

header {
    margin: 0 0 108px;
}

header .page {
    align-items: center;
}

header .top {
    background-color: #f2f3f7;
    position: relative;
}

header .top .page {
    height: 50px;
}

header .top a {
    color: #9a988b;
    font-size: 16px;
    font-weight: 300;
}

header .top a:hover {
    color: #cf8639;
}

header .top .phone {
    display: flex;
    align-items: center;
}

header .top .phone svg {
    margin-right: 5px;
    transition: .3s;
}

header .top .phone:hover {
    color: #9a988b;
}

header .top .phone:hover svg {
    transform: translateY(-4px);
}

.bottom {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: background .4s;
}

.bottom .page {
    padding: 10px 16px;
}

.scroll .bottom {
    min-width: 320px;
    position: fixed;
    top: 0px;
    background: #241711;
}

#navigation {
    position: relative;
}

#navigation .item {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 0 12px;
    cursor: pointer;
    transition: .3s;
}

#navigation .item span {
    padding: 15px 0;
    display: block;
}

#navigation .item:hover,
#navigation .item.active {
    color: #d8a549;
}

#navigation .item:hover svg,
#navigation .item.active svg {
    fill: #d8a549;
}

#navigation .item svg {
    margin: 0 0 0 3px;
    vertical-align: middle;
    fill: #fff;
    transition: .3s;
}

#navigation .sub_menu a {
    display: block;
    color: #241711;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

#navigation .sub_menu a:hover {
    color: #cf8639;
}

#navigation .sub_menu .t {
    color: #703e1d;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.first_screen img {
    bottom: 300px;
}

.first_screen {
    background: url(../img/pic.jpg) center top/cover no-repeat;
    margin-top: -130px;
}

.first_screen h1 {
    opacity: 0.9;
    color: #ffffff;
    font-family: "Freestyle Script";
    font-size: 90px;
    line-height: 90px;
    font-weight: 400;
    text-align: center;
}

.first_screen h1 span {
    top: 280px;
    position: relative;
}

.first_screen h1 span:after {
    content: '';
    position: absolute;
    top: 45px;
    left: -142px;
    width: 125px;
    height: 65px;
    background: url(../img/arrow.png) center/100% no-repeat;
}

.search_block {
    width: 950px;
    max-width: 100%;
    margin: 340px auto 362px;
    position: relative;
    z-index: 4;
}

.search_block.extended .tag_search_bar .selected_tag_list:after {
    display: none;
}

.search_block.extended .tag_search_bar .selected_tag_list input {
    padding: 0 9px;
}

.search_block.extended .tag_explorer {
    display: flex;
}

.tag_search_bar {
    position: relative;
    z-index: 2;
    min-height: 43px;
    border-radius: 2px;
    border: 1px solid #d8a549;
    background: rgba(240, 245, 247, 0.94);
    display: flex;
}

.tag_search_bar .selected_tag_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 15 0;
    position: relative;
}

.tag_search_bar .selected_tag_list:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 15px;
    background: url(../img/pin.png) center/100% no-repeat;
}

.tag_search_bar .selected_tag_list .item {
    display: inline-block;
    height: 28px;
    border-radius: 2px 3px 3px 2px;
    background-color: #bd853b;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    padding: 0 9px;
    margin: 6px;
}

.tag_search_bar .selected_tag_list .item i {
    font-style: normal;
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
}

.tag_search_bar .selected_tag_list input {
    background: none;
    padding: 0 0 0 32px;
    color: #8b939a;
    font-size: 15px;
    font-weight: 200;
    flex: 1 1;
    min-height: 30px;
}

.tag_search_bar button {
    width: 87px;
    border-radius: 3px;
    background-color: #d8a549;
    color: #241711;
    font-size: 26px;
    text-transform: uppercase;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    transition: .3s;
}

.tag_search_bar button:hover {
    opacity: .8;
}

.tag_explorer {
    display: none;
    height: 340px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #d8a549;
    background-color: #ffffff;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
}

.tag_explorer .title {
    transform: translateY(3px);
    flex: 1 1;
    text-align: center;
    color: #bd853b;
    font-size: 24px;
}

.tag_explorer .adventures {
    display: flex;
    align-items: center;
    color: #99978b;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.tag_explorer .adventures img {
    margin-left: 10px;
}

.tag_explorer .side_bar_tag_list {
    flex-shrink: 0;
    width: 177px;
    background: #f1efec;
    direction: rtl;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.tag_explorer .side_bar_tag_list a {
    direction: ltr;
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 36px;
    padding: 0 15px;
    color: #35302c;
    border-bottom: 1px solid #d4d2cd;
    position: relative;
}

.tag_explorer .side_bar_tag_list a:last-child {
    border-bottom: 0;
}

.tag_explorer .side_bar_tag_list a span {
    position: absolute;
    right: 12px;
    top: 0;
}

.tag_explorer .side_bar_tag_list a.active {
    color: #d8a54a;
    background: #fff;
    border: 0;
}

.tag_explorer .side_bar_tag_list a.active span {
    opacity: 0;
}

.tag_explorer .tag_box_list_container {
    flex-grow: 1;
    padding: 20px;
    width: 50%;
}

.tag_explorer .tag_box_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 11px 0 0;
    padding: 0 20px;
}

.tag_explorer .tag_box {
    text-align: center !important;
    padding: 0 0 16px;
}

.tag_explorer .tag_box .image {
    margin: 0 auto;
    width: 77px;
    height: 77px;
    background: url(../img/bg_cat.png) center/100% no-repeat;
    display: flex;
}

.tag_explorer .tag_box .image svg {
    margin: auto;
    transition: .3s;
}

.tag_explorer .tag_box:before {
    top: 0;
    left: auto;
    right: 50%;
    margin-right: -39px;
}

.tag_explorer .tag_box:after {
    top: -1px;
    left: auto;
    right: 50%;
    margin-right: -39px;
}

.tag_explorer .tag_box i {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #f0efeb transparent;
    opacity: 0;
}

.tag_explorer .tag_box.active {
    color: #d8a549;
}

.tag_explorer .tag_box.active .image svg {
    fill: #d8a549;
}

.tag_explorer .tag_box.active i {
    opacity: 1;
}

.tag_explorer .tag_children_list {
    border-radius: 2px;
    background-color: #f0efeb;
    overflow: hidden;
    width: 100%;
}

.tag_explorer .tag_children_list .scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 11px 14px 12px;
}

.tag_explorer .tag_children_list .col {
    display: inline-block;
    margin-right: 55px;
}

.benefits {
    background-color: #bd853b;
    opacity: 0.94;
    text-align: center;
    padding: 46px 0 56px;
}

.benefits .title_pages {
    color: #f2f3f7;
}

.benefits .items {
    margin: 46px auto 0;
}

.benefits .item {
    color: #ffffff;
    font-size: 24px;
    width: 20%;
}

.benefits .item .text {
    margin: 18px 0 0;
}

.title_pages {
    color: #241711;
    font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
}

.new_in_programm {
    padding: 56px 0 37px;
}

.new_in_programm .items {
    margin: 39px auto 0;
    flex-wrap: wrap;
}

.new_in_programm .item {
    width: 49%;
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.new_in_programm .item img {
    width: 100%;
    transition: .8s;
}

.new_in_programm .item:hover img {
    transform: scale(1.1);
}

.new_in_programm .item .image {
    border-radius: 3px;
    overflow: hidden;
}

.new_in_programm .item .text {
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(57, 41, 13, 0.55);
    color: #ffffff;
    font-size: 34px;
    line-height: 34px;
}

.new {
    position: absolute;
    top: 14px;
    left: -6px;
    color: #241711;
    font-size: 18px;
    text-transform: uppercase;
    width: 58px;
    height: 31px;
    background-color: #d8a549;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 37px;
    transform: translateY(-50%);
    background: url(../img/shape.png) center/100% no-repeat;
    z-index: -1;
}

.play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 49px;
    height: 49px;
    margin: auto;
    background: url(../img/play.png) center/100% no-repeat;
}

.video_block .full_movie {
    position: relative;
    display: block;
    overflow: hidden;
}

.video_block .full_movie img {
    width: 100%;
    transition: .8s;
}

.video_block .full_movie:hover img {
    transform: scale(1.1);
}

.video_block .full_movie .play {
    bottom: 74px;
    width: 70px;
    height: 70px;
}

.video_block .full_movie .description {
    background: rgba(227, 165, 67, 0.94);
    text-align: center;
    color: #241711;
    font-size: 34px;
    line-height: 34px;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.video_block .items {
    flex-wrap: wrap;
    margin-top: 31px;
}

.video_block .items .item {
    width: 23.25%;
}

.video_block .items .item .image {
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.video_block .items .item img {
    width: 100%;
    transition: .8s;
}

.video_block .items .item:hover img {
    transform: scale(1.1);
}

.video_block .items .item .text {
    color: #9a988b;
    line-height: 24px;
    font-size: 15px;
}

.video_block .items .item .text span {
    font-size: 14px;
}

.video_block .items .item.active .image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -3px 0px 0px #e8a748 inset;
}

.video_block .items .item.active .play {
    opacity: 0;
}

.travel_recommendations {
    padding: 50px 0 0;
}

.travel_recommendations .items {
    margin: 39px auto 0;
    flex-wrap: wrap;
}

.travel_recommendations .item {
    width: 31.75%;
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.travel_recommendations .item img {
    width: 100%;
    transition: .8s;
}

.travel_recommendations .item:hover img {
    transform: scale(1.1);
}

.travel_recommendations .item .image {
    border-radius: 3px;
    overflow: hidden;
}

.travel_recommendations .item .text {
    border-radius: 3px;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(57, 41, 13, 0.55);
    color: #ffffff;
    font-size: 34px;
    line-height: 34px;
}

.subscribe {
    margin-top: 61px;
    position: relative;
    background: url(../img/bg_subscribe.jpg) center/cover no-repeat;
    align-items: center;
    padding: 47px 97px 44px 58px;
}

.subscribe:after {
    content: '';
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    height: 13px;
    background: url(../img/subscribe.png) repeat-x;
}

.subscribe .text {
    margin-right: 42px;
}

.subscribe .title {
    color: #241711;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.subscribe p {
    color: #241711;
    font-size: 18px;
}

.subscribe form {
    display: flex;
    align-items: center;
}

.subscribe form input {
    width: 299px;
    height: 43px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px !important;
    background-color: #ffffff;
    margin-right: 10px;
    padding: 0 20px;
    font-size: 18px;
}

.subscribe form button {
    width: 143px;
    height: 43px;
    border-radius: 3px !important;
    background-color: #ffffff;
    font-size: 26px;
    color: #241711;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
}

.subscribe form button:hover {
    opacity: .8;
}

footer {
    background: #f3f1e8;
    padding: 39px 0 85px;
}

footer .logo_footer {
    margin: 0 0 16px;
    display: inline-block;
}

footer .phone {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 0 0 14px;
}

footer .phone b {
    font-weight: 700;
}

footer .phone svg {
    margin-right: 5px;
    transition: .3s;
}

footer .email {
    display: flex;
    align-items: center;
    font-size: 20px;
}

footer .email svg {
    margin-right: 8px;
    fill: #9a988b;
    transition: .3s;
}

footer a {
    color: #9a988b;
    font-size: 14px;
    line-height: 19px;
    display: block;
}

footer a:hover svg {
    transform: translateY(-4px);
}

footer nav {
    display: flex;
    width: 40%;
    justify-content: space-between;
    border-left: 1px solid #9c998c;
    border-right: 1px solid #9c998c;
    padding: 16px 90px;
}

footer nav a:hover {
    color: #cf8639;
}

footer .soc a {
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

footer .soc a svg {
    vertical-align: middle;
    transition: .3s;
    fill: #9a988b;
}

footer .soc a:hover svg {
    transform: translateY(-4px);
}

.inside .first_screen {
    padding: 0 0 50px;
    padding-top: 150px;
    background: url("../img/pic-2.jpg") center top/cover no-repeat;
}

.inside .first_screen .search_block {
    margin: 149px auto 0;
    padding-bottom: 80px;
}

.detail_page {
    width: 982px;
    margin-top: 33px;
}

.detail_page .title_page {
    color: #241711;
    font-size: 34px;
    line-height: 34px;
    font-weight: 200;
}

.detail_page .location {
    color: #959ca3;
    font-size: 18px;
    font-weight: 200;
}

.detail_page .rate {
    margin-top: 4px;
    margin-bottom: 6px;
}

.detail_page .left_part {
    flex-grow: 1;
    padding-right: 29px;
}

.detail_page .left_part table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.detail_page .left_part table th {
    color: #241711;
    font-size: 22px;
    font-weight: 200;
    line-height: 24px;
    padding: 0 7px 9px;
}

.detail_page .left_part table tbody {
    border-radius: 2px 3px 3px 2px;
    background-color: #f2f3f7;
    overflow: hidden;
}

.detail_page .left_part table tbody td {
    color: #241711;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    border-bottom: 1px solid #dbdcde;
    padding: 16px 7px;
}

.detail_page .left_part table tbody td.price {
    color: #241711;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.detail_page .left_part table tbody td.price span {
    font-weight: 200;
}

.detail_page .left_part table tbody td.price sup {
    vertical-align: bottom;
    font-weight: 200;
    text-decoration: underline;
    font-size: 11px;
    position: relative;
    top: -.5em;
}

.detail_page .left_part table tbody tr:last-child td {
    border-bottom: 0;
}

.detail_page .right_part {
    width: 243px;
    flex-shrink: 0;
}

.detail_page .right_part h2 {
    color: #241711;
    font-size: 22px;
    font-weight: 200;
    margin: 0 0 14px;
}

.detail_page .right_part .btn {
    margin: 0 0 10px;
}

.detail_page .right_part .zusatz {
    margin-top: 64px;
    border-radius: 3px;
    background-color: #f2f3f7;
    color: #241711;
    padding: 20px;
    margin-bottom: 44px;
}

.detail_page .right_part .zusatz .block {
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    margin: 0 0 10px;
}

.detail_page .right_part .zusatz .block:last-child {
    margin: 0;
}

.detail_page .right_part .zusatz .block .t {
    font-weight: 700;
    text-transform: uppercase;
}

.detail_page .right_part .zusatz .block sup {
    text-decoration: underline;
    font-size: 11px;
    vertical-align: bottom;
    position: relative;
    top: -.5em;
}

.detail_page ul {
    color: #241711;
    font-size: 16px;
    font-weight: 200;
}

.detail_page ul li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 18px;
}

.detail_page ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 11px;
    height: 18px;
    background: url("../img/tick.png") center/100% no-repeat;
}

.detail_page .list_table {
    margin: 34px 0 68px;
}

.detail_page .list_table .item {
    margin: 0 0 28px;
}

.detail_page .list_table .item:last-ckild {
    margin: 0;
}

.detail_page .left_p {
    width: 164px;
    flex-shrink: 0;
    color: #241711;
    font-size: 22px;
    font-weight: 200;
    line-height: 24px;
}

.detail_page .right_p {
    flex-grow: 1;
    color: #241711;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
}

.fotorama {
    width: 100%;
    max-width: 100%;
}

.fotorama .fotorama__thumb,
.fotorama .fotorama__stage__frame {
    border-radius: 2px;
    overflow: hidden;
}

.fotorama .fotorama__thumb-border {
    background: #fff;
    opacity: .55;
    border-color: #fff;
}

.book_page {
    width: 982px;
    margin-top: 33px;
    /*position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
z-index: 100;
opacity: 0;
pointer-events: none;
transition: .5s;*/
    /*.close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 111;
  cursor: pointer;
  transition: .6s;
  svg {
    width: 30px;
    height: 30px;
    fill: #d19d3f;
    stroke: #d19d3f;
  }
  &:hover {
    transform: rotate(90deg);
  }
}*/
    /*.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/
    /*.scroll {
  width: 100%;
  z-index: 110;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}*/
    /*.popup {
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 962px;
  max-width: 100%;
  min-width: 320px;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  background-color: #ffffff;
}*/
}

.book_page .buttons .btn {
    vertical-align: middle;
    margin: 1px;
}

.book_page .tac b {
    color: #241711;
    font-size: 20px;
    font-weight: 400;
}

.book_page .tac .checkbox_s label {
    color: #959ca3;
}

.book_page .tac .btn {
    margin-top: 10px;
}

.book_page .image {
    position: relative;
}

.book_page .image img {
    width: 100%;
}

.book_page .title_page {
    color: #241711;
    font-size: 34px;
    line-height: 34px;
    font-weight: 200;
}

.book_page .location {
    color: #959ca3;
    font-size: 18px;
    font-weight: 200;
}

.book_page .rate {
    margin-top: 4px;
    margin-bottom: 6px;
}

.book_page .cnt {
    padding: 25px 0;
}

.book_page .selects {
    width: 218px;
    border-radius: 2px 3px 3px 2px;
    background-color: #d8a549;
    flex-shrink: 0;
    padding: 14px;
}

.book_page .selects .select {
    margin-bottom: 5px;
}

.book_page .selects select {
    width: 100%;
    height: 30px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: 1px solid #b9bec3;
    background-color: #ffffff;
    padding: 0 15px;
    color: #241711;
    font-size: 16px;
    font-weight: 200;
}

.book_page .selects label {
    color: #241711;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.book_page .selects .field {
    width: 190px;
    height: 30px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: 1px solid #be8f3b;
    background-color: #ffffff;
}

.book_page .inputs {
    padding-left: 25px;
    flex-grow: 1;
}

.book_page .inputs .select {
    width: 208px;
    max-width: 100%;
}

.book_page .inputs .field_input-flex {
    display: flex;
    justify-content: space-between;
    width: 48%;
}

.book_page .inputs .field_input-flex .checkboxes {
    align-items: flex-end;
    padding: 0 0 10px;
}

.book_page .inputs .field_input {
    width: 48%;
    margin-bottom: 11px;
}

.book_page .inputs .field_input .label {
    color: #241711;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
}

.book_page .inputs input {
    width: 100%;
    height: 30px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: 1px solid #b9bec3;
    background-color: #ffffff;
    padding: 0 15px;
    color: #241711;
    font-size: 16px;
    font-weight: 200;
}

.book_page .inputs select {
    width: 100%;
    height: 30px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: 1px solid #b9bec3;
    background-color: #ffffff;
    padding: 0 15px;
    color: #241711;
    font-size: 16px;
    font-weight: 200;
}

.book_page .inputs .selected {
    border: 1px solid #b9bec3;
}

.book_page .result_select {
    color: #241711;
    font-size: 16px;
    font-weight: 200;
    margin-top: 15px;
}

.book_page .result_select sup {
    vertical-align: bottom;
    text-decoration: underline;
    position: relative;
    top: -.5em;
    font-size: 11px;
}

.book_page .result_select .big {
    font-weight: 700;
    font-size: 18px;
}

.book_page .result_select .big span:last-child {
    font-weight: 400;
}

.book_page .result_select .big span:last-child span {
    font-weight: 200;
}

.book_page .result_select .big sup {
    font-weight: 200;
}

.checkboxes {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}

.checkboxes .label {
    color: #241711;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    margin-right: 56px;
}

.checkbox_s {
    margin-right: 32px;
}

.checkbox_s input {
    display: none;
}

.checkbox_s label {
    color: #241711;
    font-size: 18px;
    font-weight: 200;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}

.checkbox_s label:before,
.checkbox_s label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
}

.checkbox_s label:before {
    width: 15px;
    height: 15px;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    border: 1px solid #b9bec3;
    background-color: #ffffff;
}

.checkbox_s label:after {
    width: 17px;
    height: 17px;
    background: url(../img/tick.svg) center/10px 6px no-repeat;
    opacity: 0;
}

.checkbox_s input:checked+label:after {
    opacity: 1;
}

.checkbox_s input:checked+label:before {
    border-color: #d19d3f;
}


/*.popup_detail_open {
  #app {
    filter: blur(4px);
  }
  #popup_wrapper {
    opacity: 1;
    pointer-events: auto;
  }
}*/

.title_ {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #d8a549;
    font-size: 34px;
    font-weight: 700;
    line-height: 28px;
}

@media all and (min-width: 1025px) {
    .sub_menu {
        width: 926px;
        box-shadow: inset 0 -3px 0 #d8a549, 0 0 8px rgba(0, 0, 0, 0.2);
        border-radius: 2px;
        background: rgba(255, 255, 255, 0.94);
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 10;
        padding: 7px 28px 16px;
        opacity: 0;
        pointer-events: none;
        transition: .4s;
    }
    .sub_menu .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        border-bottom: 1px solid #d8dcd9;
        padding: 23px 0;
    }
    .sub_menu .list:last-child {
        border-bottom: 0;
    }
    .sub_menu .col {
        width: 24%;
        border-right: 1px solid #d8dcd9;
    }
    .sub_menu .col:last-child {
        border-right: 0;
    }
    #navigation .drop span {
        position: relative;
    }
    #navigation .drop span:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        bottom: 0;
        right: -3px;
        opacity: 0.94;
        z-index: 11;
        opacity: 0;
        pointer-events: none;
        transition: .4s;
    }
    #navigation .drop:hover .sub_menu {
        opacity: 1;
        pointer-events: auto;
    }
    #navigation .drop:hover span:after {
        opacity: 1;
        pointer-events: auto;
    }
}

@media all and (max-width: 1120px) {
    /*#popup_wrapper {
  	.popup {
  		width: 100%;
  	}
  	.close {
  		top: 17px;
  		right: 17px;
  		svg {
  			stroke: #000;
  			fill: #000;
  			width: 16px;
  			height: 16px;
  		}
  	}
  }*/
    .title_ {
        top: 45px;
        right: 65px;
    }
}

@media all and (max-width: 1024px) {
    footer .flex_block {
        flex-wrap: wrap;
    }
    footer .flex_block nav {
        width: 50%;
        padding: 16px 30px;
    }
    footer .flex_block .soc {
        width: 100%;
        margin-top: 30px;
    }
    footer .flex_block .soc a {
        margin: 0 10px 0 0;
    }
    .subscribe {
        padding: 30px 20px;
    }
    .subscribe form {
        width: 50%;
    }
    .subscribe form button {
        font-size: 16px;
    }
    .travel_recommendations .item .text,
    .new_in_programm .item .text {
        font-size: 24px;
        line-height: 30px;
    }
    .travel_recommendations .item {
        width: 48%;
    }
    #menu_btn {
        cursor: pointer;
        width: 26px;
        height: 19px;
        position: relative;
    }
    #menu_btn span {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: 3px;
        width: 100%;
        background: #fff;
        transition: .3s;
    }
    #menu_btn span.middle {
        top: 8px;
    }
    #menu_btn span.bott {
        width: 18px;
        top: 16px;
        left: 8px;
    }
    #navigation {
        z-index: 100;
        position: fixed;
        top: 0;
        width: 250px;
        left: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        padding: 30px 16px;
        transform: translateX(-100%);
        transition: .6s;
    }
    #navigation .item {
        display: block;
        color: #000;
        margin: 0;
    }
    #navigation .item span {
        padding: 4px 0;
    }
    #navigation .item svg {
        fill: #000;
    }
    #navigation .item .col {
        margin: 10px 0 20px;
    }
    #navigation .sub_menu .t {
        margin: 0 0 4px;
    }
    .open_menu #menu_btn .top {
        top: 8px;
        transform: rotate(45deg);
        left: 2px;
    }
    .open_menu #menu_btn .middle {
        width: 0;
        left: 18px;
    }
    .open_menu #menu_btn .bott {
        top: 8px;
        width: 100%;
        transform: rotate(-45deg);
        left: 2px;
    }
    .open_menu #navigation {
        transform: translateX(0);
    }
}

@media all and (max-width: 900px) {
    .benefits .item {
        font-size: 18px;
    }
    .benefits .item img {
        transform: scale(0.7);
    }
}

@media all and (max-width: 850px) {
    .book_page .inputs .flex_block {
        flex-wrap: wrap;
    }
    .book_page .inputs .flex_block>.field_input-flex,
    .book_page .inputs .flex_block>.select,
    .book_page .inputs .flex_block>.field_input {
        width: 100%;
    }
}

@media all and (max-width: 830px) {
    .first_screen h1 span:after {
        display: none;
    }
    .detail_page .left_p {
        font-size: 18px;
        width: 124px;
    }
}

@media all and (max-width: 760px) {
    .travel_recommendations .item,
    .new_in_programm .item {
        width: 100%;
    }
}

@media all and (max-width: 720px) {
    .subscribe {
        flex-wrap: wrap;
    }
    .subscribe form {
        width: 100%;
        margin-top: 20px;
    }
    .video_block .full_movie {
        display: none;
    }
    .video_block .items .item {
        width: 48%;
        margin-bottom: 30px;
    }
    .video_block .items .item img {
        width: 100%;
    }
    .video_block .items .item.active .play {
        opacity: 1;
    }
    .video_block .items .item.active .image:after {
        display: none;
    }
    .new_in_programm {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 700px) {
    .detail_page>.flex_block {
        flex-wrap: wrap;
    }
    .detail_page>.flex_block .left_part,
    .detail_page>.flex_block .right_part {
        width: 100%;
        padding: 0;
    }
    .detail_page>.flex_block .right_part {
        margin-top: 40px;
    }
    .detail_page>.flex_block .buttons {
        display: flex;
    }
    .detail_page>.flex_block .buttons .btn {
        margin: 1px;
    }
}

@media all and (max-width: 670px) {
    .search_block .tag_explorer {
        flex-wrap: wrap;
    }
    .search_block .tag_explorer .side_bar_tag_list {
        width: 100%;
        height: 150px;
    }
    .search_block .tag_explorer .tag_box_list_container {
        height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 20px;
    }
    .search_block .tag_explorer .tag_box_list {
        padding: 0;
    }
}

@media all and (max-width: 650px) {
    footer .flex_block nav {
        width: 100%;
        padding: 30px 0 16px;
        border: 0 !important;
        justify-content: flex-start;
    }
    footer .flex_block nav .col:first-child {
        margin-right: 20px;
    }
    footer .flex_block .left {
        width: 100%;
    }
    footer .flex_block .soc {
        margin-top: 10px;
    }
    .benefits .items {
        flex-wrap: wrap;
        justify-content: center;
    }
    .benefits .item {
        width: 48%;
        margin: 0 0 40px;
    }
    .benefits .item img {
        transform: scale(1);
    }
}

@media all and (max-width: 580px) {
    .book_page .cnt>.flex_block {
        flex-wrap: wrap;
    }
    .book_page .cnt>.flex_block .left,
    .book_page .cnt>.flex_block .selects,
    .book_page .cnt>.flex_block .inputs {
        width: 100%;
    }
    .book_page .cnt>.flex_block .left {
        margin-bottom: 30px;
    }
    .book_page .cnt>.flex_block .inputs {
        padding: 0;
    }
    .title_ {
        right: auto;
        left: 10px;
        top: 10px;
        font-size: 22px;
    }
}

@media all and (max-width: 570px) {
    #logo {
        width: 100px;
        height: 36px;
    }
    .first_screen h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .search_block {
        margin: 34px auto 162px;
    }
    .title_pages {
        font-size: 32px;
        line-height: 36px;
    }
    .detail_page .left_part table th {
        font-size: 16px;
    }
    .detail_page .left_part table tbody td {
        font-size: 10px;
    }
    .detail_page .left_part table tbody td.price {
        font-size: 12px;
    }
    .detail_page .left_part table tbody td.price sup {
        font-size: 9px;
    }
    .detail_page .list_table {
        margin: 30px 0;
    }
}

@media all and (max-width: 400px) {
    footer .flex_block .soc a svg {
        width: 25px;
    }
    .detail_page>.flex_block .buttons {
        flex-wrap: wrap;
    }
    .detail_page>.flex_block .buttons .btn {
        width: 100%;
    }
    .detail_page .list_table .item {
        flex-wrap: wrap;
    }
    .detail_page .list_table .item>div {
        width: 100%;
    }
}

@media all and (max-width: 390px) {
    .benefits .item .text {
        margin: 0;
    }
    .benefits .item img {
        transform: scale(0.6);
    }
}

@media all and (max-width: 360px) {
    .subscribe form {
        flex-wrap: wrap;
    }
    .subscribe form input,
    .subscribe form button {
        width: 100%;
        margin: 0 0 3px;
    }
}


/*# sourceMappingURL=style.css.map */