@font-face {
    font-family: Roboto-Black;
    src: url('../fonts/Roboto/Roboto-Black.ttf');
}
.detail_bl a:hover {
    color: #EC6A21;
}
.custom_dropdown {
    width: 970px;
}
.d_tabs {
    float: left;
    width: calc(100% - 256px);
    margin-top: 15px;
}
.d_tab_names {
    float: left;
    width: 256px;
}
.d_tab_name {
    font-family: Roboto;
    font-size: 16px;
    line-height: 20px;
    float: left;
    clear: both;
    margin: 9px 0;
    padding-left: 28px;
    cursor: pointer;
}
.d_tab_name.active {
    background: url(/bitrix/templates/geopark/img/active_li.svg) left no-repeat;
    line-height: 60px;
    font-size: 24px;
}
div#frm_modal .o-modal-container {
    width: auto;
}
.d_tab {
    display: none;
}
.d_tab.active {
    display: block;
}
.d_item {
    width: 28.333%;
    margin: 14px 0;
    margin-left: 5%;
    float: left;
    line-height: 60px;
}
.d_icon {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 11px;
}
.d_item p {
    font-size: 14px;
    font-family: Roboto-Light;
    color: #000000;
    transition: 0.2s;
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 74px);
    margin: 0;
}
.d_item:hover p {
    color: #ec6a21;
}
.d_tab_name:hover {
    color: #EC6A21;
    font-family: Roboto-Bold;
}
.d_tab_name.active:hover {
    font-family: Roboto;
    color: #000000;
}
.header_transparent .nav_menu_header {
    padding-bottom: 24px;
}
.search-page input.search-suggest {
    outline: none;
    line-height: 40px;
    padding: 0 40px 0 10px;
    position: absolute;
    bottom: 0;
}
.nav_menu_header a:hover p {
    color: #ec6a21;
}
.poster_body h1 {
    font-size: 100px;
}
.search-page form {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 40px;
}
.search-page form input[type="submit"] {
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 0;
    height: 35px;
    color: transparent;
    background: url(../img/search.svg) center no-repeat;
    border: none;
    background-size: 16px;
    cursor: pointer;
}
.search-page form:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #737155;
    bottom: -2px;
}



.g_breadcrumb_item {
    float: left;
}
.g_arr {
    float: left;
    width: 38px;
    height: 30px;
    background: url(/bitrix/templates/geopark/img/g_arr.svg) center no-repeat;
}
.g_breadcrumb_item a span {
    color: #4DABF9;
}
.g_breadcrumb_item span {
    font-family: Roboto-Bold;
    color: #44411C;
    font-size: 16px;
    line-height: 30px;
}
.g_breadcrumb {
    margin: 36px 0;
}
.detail_bl {
    font-family: Roboto;
    color: #44411C;
    line-height: 19px;
}
.detail_slider .slide {
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.detail_slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.detail_slider .owl-nav button.owl-prev {
    position: absolute !important;
    top: 46%;
    left: calc(50% - 570px);
    margin: 0 !important;
    width: 28px;
    height: 50px;
}
.detail_slider .owl-nav button.owl-next {
    position: absolute !important;
    top: 46%;
    right: calc(50% - 570px);
    margin: 0 !important;
    width: 28px;
    height: 50px;
}
.detail_slider .owl-nav button.owl-prev:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/bitrix/templates/geopark/img/prew.svg) center no-repeat;
}
.detail_slider .owl-nav button.owl-next:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/bitrix/templates/geopark/img/next.svg) center no-repeat;
}
.detail_bl h1 {
    font-size: 35px;
    color: #44411C;
    font-family: Roboto;
    line-height: 44px;
    text-transform: uppercase;
    text-align: left;
}
.single-news h1{
    font-family: Roboto;
    font-size: 40px;
    line-height: 1.5;
}
.mini_map {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
#map {
    position: absolute;
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    z-index: 1;
    overflow: hidden;
}
.mini_map img {
    position: relative;
    z-index: 5;
    max-width: 100%;
    pointer-events: none;
}
.ballon_h3 {
    font-size: 22px;
}
.ch_bl {
    width: 50%;
    float: left;
}
.detail_bl .text {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.params_bl {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.param_bl {
    width: 50%;
    float: left;
    margin-top: 26px;
}
.param_bl:nth-child(2n+1) {
    clear: both;
}
.params_bl h3 {
    padding-left: 10px;
}
.param_bl div {
    padding-left: 10px;
}
.select-spoiler {
    position: relative;
    display: inline-block;
    white-space: normal;
    color: #4DABF9;
    font-size: 24px;
    line-height: 28px;
    padding: 6px 0;
    z-index: 12;
    cursor: pointer;
}
.spoiler-custom {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: 5px 0 5px 0;
    width: calc(100% - 40px);
    font-size: 20px;
    color: #60BAE0;
    text-decoration: none;
    background-size: 16px;
    border-bottom: none;
    /* width: 256px; */
}
.select-spoiler:after {
    content: "";
    height: 4px;
    width: calc(100% + 40px);
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/bord_line.svg) -51px 0 no-repeat;
    background-size: calc(100% + 91px) auto;
}
.spoiler-custom .icon-show {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background-image: url(../img/bot_arr.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
    transition: 0.3s;
    transform: rotate(0);
    z-index: 12;
}
.spoiler-custom.active__  .icon-show {
    transform: rotate(180deg);
}
.body-spiler{
    display: block;
    white-space: normal;
    position: relative;
    font-weight: 400;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 45px;
    margin-top: -45px;
    font-size: 16px;
    overflow: hidden;
    height: 45px;
    border-radius: 8px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}
.spoiler-custom.active__ .body-spiler{
    opacity: 1;
    pointer-events: auto;
    height: auto;
}
.quest_bl h4 {
    margin-top: 55px;
    margin-bottom: 15px;
}
.quest_bl .spoiler-custom {
    margin: 6px 0;
}
.quest_bl {
    margin-bottom: 30px;
}

h4.phone_link {
    margin: 5px 0;
}
.email_link {
    color: #44411C;
    font-size: 24px;
    line-height: 24px;
    margin: 7px 0;
    display: inline-block;
}
.visit_img {
    position: relative;
    float: right;
    margin-top: 10px;
}
.visit_img img {
    max-width: 100%;
    position: relative;
    z-index: 5;
}
.visit_img div {
     position: absolute;
     bottom: 15px;
     right: 15px;
     width: 100%;
     height: 100%;
     z-index: 1;
     background: url(../img/visit_img.jpg) center no-repeat;
     background-size: cover;
 }
.full_bord_map {
    width: 100%;
    position: relative;
}
.big_map_bord {
    z-index: 5;
    position: relative;
    max-width: 100%;
    pointer-events: none;
}
.map_image_container {
    position: absolute;
    width: 96%;
    height: 91%;
    z-index: 1;
    bottom: 4%;
    left: 2%;
    overflow: hidden;
}
.news_detail_img {
    height: 500px;
    background-position: center;
    background-size: cover;
    margin-bottom: 32px;
}
h4.date {
    font-size: 16px;
}
.ch_bl_3 {
    width: 33.333%;
    float: left;
    padding-right: 20px;
}
.li_chb ul {
    list-style: none;
    padding-left: 28px;
}
.li_chb ul li {
    padding: 5px 0;
    position: relative;
}
.li_chb ul li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 2px;
    width: 15px;
    height: 23px;
    background: url(../img/li_check.svg) center no-repeat;
}
.fill_button:hover {
    color: #EC6A21;
}
.tab_names {
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
    margin-top: 120px;
}
.tab_name {
    font-size: 30px;
    font-family: Roboto-Black;
    float: left;
    margin-right: 38px;
    line-height: 1.5;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: 0.2s;
}
.tab_name.active {
    border-bottom: 3px solid #44411C;
}
.tab {
    display: none;
}
.tab.active {
    display: inline-block;
}
.eks_descr_item {
    float: left;
}
.eks_descr_item br {
    display: none;
}
.eks_descr_item .day_bl {
    float: left;
    width: 270px;
}
.eks_descr_item ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}
.eks_descr_item ol li {
    position: relative;
    padding-left: 32px;
    padding-right: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 270px;
    min-height: 34px;
}
.eks_descr_item ol li:before {
    content: counter(item, decimal-leading-zero);
    counter-increment: item;
    color: #4DABF9;
    font-family: Roboto-Bold;
    width: 28px;
    position: absolute;
    left: 2px;
}
.predm ol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.eks_descr_item h5 {
    margin-bottom: 15px;
}
.eks_descr_item h3 {
    margin-bottom: 20px;
}
.eks_descr_item .day_bl:nth-of-type(5) {
    clear: both;
}
.animal_border {
    height: 120px;
    background: url(../img/animal_border.svg) center no-repeat;
    background-size: contain;
    margin-top: 70px;
    margin-bottom: 100px;
}
.poput_h2 {
    text-align: center;
    position: relative;
}
.poput_h2 h2 {
    display: inline-block;
    text-transform: uppercase;
}
.poput_h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(43% - 280px);
    height: 100%;
    background: url(../img/poput_left.svg) right no-repeat;
}
.poput_h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(43% - 280px);
    height: 100%;
    background: url(../img/poput_right.svg) left no-repeat;
}
.dost_item {
    text-align: center;
    margin: 20px 0;
}
.dost_item .type {
    margin-bottom: 10px;
}
.dost_item h3 {
    margin-top: 22px;
    font-family: Roboto;
    font-size: 20px;
    line-height: 1.5;
    
}
.dost_item .img-item {
    height: 330px;
}
.slider_h1 {
    font-size: 80px;
    color: #ffffff;
    line-height: 60px;
    font-family: Bemount-Light;
}
.detail_bl img {
    max-width: 100%;
}
.aff_img img {
    max-width: 100%;
    position: relative;
    z-index: 5;
}
.aff_img {
    position: relative;
    display: inline-block;
}
.aff_img div {
    position: absolute;
    top: 10%;
    left: 7%;
    width: 86%;
    height: 82%;
    background-position: center;
    background-size: cover;
}
.newslist .aff_img div {
    left: 12%;
    width: 75%;
    height: 81%;
}
.main_vis {
    position: relative;
}
.main_vis:before {
    content: "";
    position: absolute;
    left: 0;
    top: 42px;
    width: 30px;
    height: 3px;
    background: #0B6333;
    z-index: 5;
}
.index_drag_icon h4 {
    font-family: Bemount-Light;
}
.change {
    width: 60px;
    height: 60px;
    margin-bottom: 12px !important;
}

.change+br {
    display: none;
}



.main_vis:after {
    content: "";
    position: absolute;
    left: 400px;
    top: 42px;
    width: calc(100% - 400px);
    height: 3px;
    background: #0B6333;
    z-index: 5;
}
.gradient:after {
    margin-top: -394px;
}
.vizit_center .gradient {
    padding: 0 10px;
}
.vizit_center .gradient h2 {
    text-transform: uppercase;
    font-size: 60px;
}
.full_bord_map {
    width: calc(100% + 40px);
    margin-left: -20px;
    position: relative;
}
.full_big_map h3 {
    margin-top: 40px;
    margin-bottom: 16px;
}
.item-body-img.e_bord_1:after {
    background-image: url(/bitrix/templates/geopark/img/e_bord_1.svg);
    background-position: top;
    left: -17px;
    top: -15px;
    width: calc(100% + 33px);
    height: calc(100% + 33px);
}
.item-body-img.e_bord_2:after {
    background-image: url(/bitrix/templates/geopark/img/e_bord_2.svg);
    background-position: top;
    left: 12px;
    top: -15px;
    width: calc(100% + 33px);
    height: calc(100% + 33px);
}

.element_list .item-body-img {
    height: 265px;
    position: relative;
}
.element_list .body-info-item {
    padding-left: 50px;
    padding-right: 0;
}
.prev_text {
    height: 108px;
    margin-bottom: 0;
    overflow: hidden;
}
.item_row {
    margin-bottom: 80px;
}
.cube_item .img-item {
    height: 331px;
}
.cube_item {
    margin-bottom: 30px;
}
.cube_item h3 {
    margin-top: 22px;
}
.cube_item h3:hover {
    color: #EC6A21;
}
.mobile_menu {
    overflow: auto;
}
.quest_frm .body-selection {
    top: 7px;
}
.text_line .inpds_text {
    line-height: 40px;
    outline: none;
    padding-left: 16px;
    font-size: 16px;
}
.text_line .noactive {
    margin-left: 16px;
    margin-top: 0 !important;
}
.text_line .inpds_text:focus-within+.line_end {
    filter: hue-rotate(152deg) brightness(3);
    -webkit-filter: hue-rotate(152deg) brightness(3);
}
.complet .line_end {
    filter: hue-rotate(70deg) brightness(2.5);
    -webkit-filter: hue-rotate(70deg) brightness(2.5);
}
.text_line textarea.inpds_text {
    border: none;
    background: none;
    width: 100%;
    height: 113px;
    resize: none;
}
.chbx {
    float: left;
    margin-top: 2px;
}
.chbx_cont {
    width: 38px;
    height: 38px;
    float: left;
    position: relative;
}
.chbx_cont input[type="checkbox"], .chbx_cont input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    z-index: 5;
    cursor: pointer;
}
.chbx_cont:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/bitrix/templates/geopark/img/chbx_bord.svg) center no-repeat;
    left: 0;
}
.chbx_cont i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/bitrix/templates/geopark/img/chbx.svg) center no-repeat;
    transition: 0.2s;
    opacity: 0;
}
.chbx_cont input[type="checkbox"]:checked + i, .chbx_cont input[type="radio"]:checked + i {
    opacity: 1;
}
.chbx label {
    margin: 0;
    float: left;
    width: calc(100% - 58px);
    margin-left: 10px;
    cursor: pointer;
    font-family: Roboto-Light;
    line-height: normal;
}
.params_bl .ch_bl h3 {
    padding-left: 0;
}
.params_bl .ch_bl {
    margin-bottom: 40px;
    padding-left: 10px;
}
.full_size_map .map_image_container {
    position: relative;
}
.full_size_map:before {
    content: "";
    position: absolute;
    bottom: -25px;
    z-index: 5;
    left: 0;
    width: 50%;
    height: 50%;
    background: url(/bitrix/templates/geopark/img/bot_deg.svg) left bottom no-repeat;
}
.full_size_map:after {
    content: "";
    position: absolute;
    top: -25px;
    z-index: 5;
    right: 0;
    width: 50%;
    height: 50%;
    background: url(/bitrix/templates/geopark/img/top_deg.svg) right top no-repeat;
}
.o-modal-bl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: -1;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
}
.o-modal-bl.active {
    z-index: 999;
    opacity: 1;
    pointer-events: all;

}
.o-modal-container {
    max-width: 1195px;
    width: calc(100% - 30px);
    position: relative;
    display: inline-block;
    margin: 50px auto;
    z-index: 5;
}
.o-modal-video-container {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    display: block;
    overflow: hidden;
}
.o-modal-video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.o-close-modal {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.o-close-modal.o-close-btn {
    right: -85px;
    left: auto;
    width: 45px;
    height: 45px;
    background: url(img/o-icons/cancel.svg) center no-repeat;
    background-size: contain;
    transition: 0.2s;
    border-radius: 50%;
}
.o-close-modal.o-close-btn:hover {
    opacity: 0.9;
}
.show-modal {
    cursor: pointer;
}
.o-modal-container video {
    width: 100%;
}
.zak_frm {
    max-width: 320px;
    width: 100%;
    background: #ffffff;
    display: inline-block;
    padding: 35px 44px;
    text-align: center;
}
.zak_frm .selection-custom.text_line {
    margin: 10px 0;
    display: inline-block;
    width: 200px;
    text-align: left;
}
.zak_frm h4 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.fill_button {
    cursor: pointer;
}

.zak_frm input[type="submit"] {
    margin-top: 20px;
}

.search_bar_simple {
    width: 208px;
    position: relative;
    height: 40px;
    float: right;
}
.search_bar_simple:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    z-index: 2;
    width: 0;
    height: 26px;
    background: url(../img/search_bottom.svg) no-repeat 0 3px !important;
    transition: 0.3s;
}
.search_bar_simple.active:before {
    width: 100%;
}
.search_bar_simple input[type="text"] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 50px 0 10px;
    line-height: 40px;
    border: none;
    margin: 0;
    color: #44411C;
    font-size: 16px;
    pointer-events: none;
}
.search_bar_simple.active input[type="text"] {
    pointer-events: all;
}
.search_bar_simple label {
    margin: 0;
    position: absolute;
    bottom: 7px;
    right: 40px;
    opacity: 0;
    color:#808080;
    font-size: 14px;
    transition: 0.3s;
    font-family: Roboto-light;
    pointer-events: none;
}

.search_bar_simple.active label {
    right: calc(100% - 50px);
    opacity: 1;
}
.search_bar_simple.active label.active {
    bottom: 36px;
    font-size: 12px;
    right: calc(100% - 40px);
}
.header_search input[type="submit"] {
    position: absolute;
    width: 40px;
    height: 35px;
    right: 0;
    background: url(../img/search_active.svg) center no-repeat;
    background-size: 17px;
    bottom: 0;
    padding: 0;
    opacity: 0;
    margin: 0;
    border: none;
    pointer-events: none;
    font-size: 0;
    cursor: pointer;
    outline: none;
}
.search_bar_simple.active input[type="submit"] {
    opacity: 1;
    pointer-events: all;
}
.search_input_button {
    position: absolute;
    width: 40px;
    right: 0;
    bottom: 0;
    height: 35px;
    color: transparent;
    background: url(../img/search.svg) center no-repeat;
    border: none;
    background-size: 16px;
    cursor: pointer;
}
.search_bar_simple.active .search_input_button {
    opacity: 0;
    pointer-events: none;
}
.header_transparent .search_bar_simple:before {
    background: url(../img/search_bottom_white.svg) no-repeat 0 3px !important;
}
.header_transparent .search_input_button {
    background: url(../img/search_w.svg) center no-repeat;
}
.header_transparent .search_bar_simple.active label {
    color: #d6d6d6;
}
.header_bottom {
    padding-top: 10px;
}
.nav_menu_header p {
    margin-bottom: 0;
}
.nav_menu_header {
    padding-top: 12px;
}

.mobile_show {
    display: none;
}
.lang_container {
    position: relative;
}
.l_dropdoun {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    padding: 30px 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #EC6A21;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.2);
    transition: 0.2s;
}
.lang_container:hover .l_dropdoun {
    visibility: visible;
    z-index: 9;
    opacity: 1;
}
.lang_container a:hover {
    color: #EC6A21;
    font-weight: bold;
}
.footer_lider {
    height: 16px;
    background-size: auto 100%;
}













@media(max-width: 1600px) {
.detail_slider .slide {
    height: 500px;
}
}



@media(max-width: 1300px) {
    .custom_dropdown {
        width: 700px;
    }
    .d_item {
        width: 180px;
        padding-right: 10px;
        margin-left: 0;
    }
}



@media(max-width: 1200px) {
    .detail_slider .owl-nav button.owl-next {
        right: 20px;
    }
    .detail_slider .owl-nav button.owl-prev {
        left: 20px;
    }
}

@media(max-width: 1024px){
    .lang_container {
        margin-right: 35px;
    }
    .mobile_show.mobile_burger {
        display: block !important;
    }
    .header_white .header_logo {
        width: 36px;
        background-size: auto 31px;
        background-position: left;
        height: 40px;
        margin-left: 0;
    }
    .row.header_bottom {
        position: static;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .row.header_bottom .col-md-4 {
        position: static;
    }
    .search_bar_simple.active .search_input_button {
        opacity: 1;
        pointer-events: all;
        background: url(../img/cancel_ic.svg) no-repeat center;
        background-size: 14px;
    }
    .header_transparent .header_logo {
        width: 30px;
        background-size: auto 24px;
        background-position: left;
        height: 40px;
        margin-left: 0;
    }
	.search_bar_simple {
		position: absolute;
		right: 10px;
		top: 8px;
		height: 80px;
		width: 40px;
		overflow: hidden;
		z-index: 1;
	}
    .search_input_button {
        bottom: 40px;
    }
    .header_transparent .search_bar_simple.active input[type="text"] {
        background: rgba(0,0,0,0.2);
    }
    .header_white  .search_bar_simple.active input[type="text"] {
        background: #ffffff;
    }
    .search_bar_simple.active {
		width: 208px;
		overflow: visible;
	}
    .search_bar_simple input[type="text"] {
        line-height: 36px;
    }
    .header_transparent .language_mobile:before {
        background: url(../img/down_white.svg) no-repeat 0 3px !important;
    }
    .language_mobile {
        display: block;
        float: left;
        padding-right: 10px;
        position: absolute;
        z-index: 5;
        top: 14px;
        right: 48px;
    }
    .cosials.desktop_show_flex {
        display: none;
    }
    .nav_menu_header > li p {
        font-size: 20px;
    }
    .nav_menu_header > li {
        margin: 15px 0;
        display: inline-block;
        width: 100%;
    }
    .nav_menu_header .slide_menu::before {
        margin-top: 9px;
        margin-left: 18px;
    }
    .nav_menu_header > li ul {
        padding-bottom: 0;
    }
    .language_mobile:before {
        margin-top: 5px;
    }
    .mobile_logo {
        float: left;
        margin-left: 10px;
    }
    .af_slider .standart_button {
        margin-bottom: 40px;
    }
    .g_breadcrumb {
        margin: 20px 0;
    }
    .desktop_show {
        display: none;
    }
    .select-spoiler {
        font-size: 16px;
    }
    .body-spiler {
        font-size: 14px;
    }
    .visit_img {
        width: 100%;
        float: left;
        height: 270px;
        margin-bottom: 40px;
    }
    .visit_img img {
        display: none;
    }
    .visit_img div {
        bottom: 0;
        right: -15px;
        width: calc(100% + 30px);
    }
    .email_link {
        font-size: 20px;
    }
    .full_bord_map {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: -50px;
    }
    .big_map_bord {
        display: none;
    }
    .map_image_container {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
    }
    .news_detail_img {
        height: 270px;
    }
    .ch_bl_3 {
        width: 50%;
    }
    .animal_border {
        background-size: auto;
        height: 72px;
        margin: 68px 0;
    }
    .poput_h2:after {
        display:none;
    }
    .poput_h2:before {
        width: 288px;
        background: url(/bitrix/templates/geopark/img/generate/top-border-afisha3.svg) center no-repeat;
        height: 26px;
        top: -20px;
        background-size: cover;
        left: calc(50% - 144px);
    }
    .dost_item {
        width: 270px;
        margin: 20px auto;
    }
    .poput_slider {
        width: 100%;
        margin: 0;
    }
    .poput_slider .owl-nav {
        height: 60px;
        position: relative;
        width: 90%;
        margin: auto;
    }
    .poput_slider .owl-nav .owl-prev {
        width: 28px;
        height: 50px;
        position: relative;
        float: left;
    }
    .poput_slider .owl-nav .owl-prev:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: url(/bitrix/templates/geopark/img/prew.svg) center no-repeat;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
    }
    .poput_slider .owl-nav .owl-next {
        width: 28px;
        height: 50px;
        position: relative;
        float: right;
    }
    .poput_slider .owl-nav .owl-next:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background: url(/bitrix/templates/geopark/img/next.svg) center no-repeat;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
    }
    .poput_slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: none !important;
        background-image: url("../img/active_dot.svg") !important;
        background-size: 100%;
    }
    .poput_slider .owl-dots .owl-dot span {
        width: 21px !important;
        height: 21px !important;
        margin: 5px 7px;
        background: none !important;
        background-image: url("../img/notactive_dot.svg") !important;
        background-size: 100%;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .poput_slider .owl-dots {
        bottom: 0px;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
        text-align: center;
        position: absolute;
        bottom: 12px;
        width: calc(100% - 100px);
        left: 50px;
    }
    .full_size_map:after, .full_size_map:before {
        display: none !important;
    }
}

@media(max-width: 991px){
	
    .detail_right {
        margin-top: 80px;
    }
    .detail_bl h1 {
        font-size: 50px;
        line-height: normal;
    }
    .detail_slider .slide {
        height: 440px;
    }
    .g_breadcrumb_item span {
        font-family: Roboto-Light;
        font-size: 12px;
    }
    .g_arr {
        width: 20px;
        background-size: 8px;
    }
    h4 {
        font-size: 24px;
    }
    h3 {
        font-size: 24px;
    }
    .detail_bl {
        font-size: 14px;
    }
    .detail_slider .owl-nav {
        width: 100%;
        display: inline-block;
        position: relative;
        height: 70px;
    }
    .detail_slider .owl-nav button.owl-prev:before {
        background: url(/bitrix/templates/geopark/img/prew.svg) center no-repeat;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
    }
    .detail_slider .owl-nav button.owl-next:before {
        background: url(/bitrix/templates/geopark/img/next.svg) center no-repeat;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
    }
    .detail_slider .owl-dots {
        bottom: 0px;
        filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.8));
    }
    .eks_descr_item ol li, .eks_descr_item .day_bl {
        width: 200px;
    }
    .tab_name {
        font-size: 24px;
        margin-right: 20px;
    }
    .tab_names {
        margin-bottom: 30px;
        margin-top: 60px;
    }
    .slider_h1 {
        font-size: 64px;
    }
    .main_vis:before {
        top: 42px;
    }
    .main_vis:after {
        top: 42px;
        width: calc(100% - 159px);
        left: 288px;
    }
    .line_type {
        display: none;
    }

}


@media(max-width: 768px){
    
    
    .nav_menu_header_ul.ul_active li>ul{
        border: none !important;
        box-shadow: none !important;
        position: relative;
    }

    
	.video {
		display: none;
	}
	.slider-img>br {
		display: none;
	}
    .af_slider {
        text-align: center;
    }
    .main_vis:before, .main_vis:after {
        display: none !important;
    }
    .vizit_center {
        height: 476px !important;
    }
    .gradient:after {
        background-size: auto 530px;
        background-position: 14% 0 !important;
        margin-top: 0 !important;
        position: absolute;
        top: 31px;
        width: calc(100% - 20px);
        height: 30px !important;
        margin-left: 0 !important;
        left: 10px;
    }
    .gradient:before {
        content: "";
        background-size: auto 530px;
        background-position: 14% 100% !important;
        left: 0;
        margin-top: 0 !important;
        position: absolute;
        top: 422px;
        left: 10px;
        width: calc(100% - 20px);
        height: 38px !important;
        background: url(../img/vizit_ramki.svg) no-repeat 0 3px;
    }
    .gradient .vertical_end {
        float: left;
        width: 100%;
    }
    .vizit_center .gradient h2 {
        font-size: 50px;
    }
    .right_decore_text {
        display: none;
    }
    .index {
        background-size: cover;
        background-position: top;
        height: auto;
    }
    .index_drag_icon {
        margin-top: 60px;
    }
    .index_drag_icon h4 {
        color: #44411C;
        margin-bottom: 50px;
    }
.slider_h1 {
    font-size: 32px;
    line-height: 28px;
}
.f_m_i .col-lg-2.col-md-4.col-sm-6.col-12 {
    width: 150px;
    display: inline-block;
    text-align: center;
}
.footer_menu1 {
    text-align: left;
    width: 106px;
    display: inline-block;
    margin: 7px auto;
}
.f_m_i {
    margin-top: 20px;
}
.cosials {
    padding-top: 27px;
    margin: auto;
    float: none;
    display: block;
    width: 142px;
    text-align: center;
}
.footer_logos {
    padding-top: 20px;
}
.row.footer_bottom_info {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
}
.footer_logo {
    float: none !important;
    margin: 0 auto !important;
}
.cosials > a {
    display: inline-block;
    margin: 0 6px;
}
.row.footer_bottom_info p {
    text-align: center;
    margin-top: 20px;
}



}


@media(max-width: 480px){
	




    .param_bl, .ch_bl {
        width: 100%;
        margin-top: 26px;
    }
    .detail_bl .text {
        margin-bottom: 0;
    }
    .ch_bl_3 {
        width: 100%;
    }
    .eks_descr_item ol li, .eks_descr_item .day_bl {
        width: 100%;
    }
    .predm ol {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .vizit_center {
        padding: 0;
    }
    .header_transparent .slide_menu.language:before {
        background: url(../img/down_white.svg) no-repeat 0 3px !important;
    }



}




