/* def */

body {
    font-family: 'Ubuntu', sans-serif;
    min-height: 100%;
    overflow-y: scroll;
}

.wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 8px;
}

.flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flx_sp_btw {
    justify-content: space-between;
}

.link_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.btn {
    background-color: #ed3f60;
    background-image: linear-gradient(to top, transparent 0%, transparent 100%);
    border-radius: 12px;
    padding: 10px 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 20px;
    background-color: #91283c;
    border-radius: 12px;
    z-index: -1;
}

/* headedr */
.header_main_top_first {
    background: #fafafa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);

}

.top-heder_buttons {
    position: relative;
}

.top-heder_buttons_inner {
    border-left: 1px solid #d0d0d0;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.top-heder_buttons_inner:last-of-type {
    border-right: 1px solid #d0d0d0;
}

.top_header_fnt_stl {
    color: #707070;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    margin-right: 10px;
}

.header_top_icon {
    font-size: 16px;
    color: #707070;
    opacity: 0.4;
    margin-right: 5px;
}

.header_top_icon.top_menu_icon {
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
    font-size: 14px;
    opacity: 1;
}

.header_top_menu {
    max-width: 718px;
    justify-content: flex-start;
}

.gray_line {
    background: #cacaca;
    height: 1px;
}

.logo {
    max-width: 173px;
    margin-right: 20px;
}

.header_bot {
    padding-top: 10px;
}

.header_main {
    flex: 1;
    z-index: 13;
    position: relative;
}

.valut_wrap {
    padding-top: 10px;
    color: #4d62b0;
    font-size: 14px;
    font-weight: 400;
    max-width: 245px;
    /* flex: 1; */
}

.dollar_wrap {
    margin-bottom: 10px;
}

.search_header_wrap_top_tel {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    position: relative;
    top: 4px;
}

.telefone_code {
    color: black;
}

.search_header_wrap_top_tel .hide_contact {
    display: none;
}

.show_more {
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    left: -5px;
    top: -2px;
    color: #4d62b0;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
}

.show_more::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -15px;
    width: 13px;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.search_header_wrap_top_tel.active .hide_contact {
    display: inline;
}

.search_header_wrap_top_tel.active .show_more {
    display: none;
}

.telefone_top_wrap {
    padding-top: 10px;
    flex: 4 1 400px;
    display: flex;
    max-width: 530px;
    justify-content: space-between;
}

.telefone_wrap {
    padding-left: 35px;
    position: relative;
}

.telefone_icon {
    font-size: 26px;
    height: 26px;
    color: #ff3d61;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
    position: absolute;
    left: 0;
    top: 2px;
    margin: auto;
}

.top_callback_wrap {
    max-width: 215px;
}

.top_callback_inner {
    position: relative;
}

.top_callback_inner input {
    padding: 4px;
    background-color: #fafafa;
    border: 1px solid #a42a42;
    box-shadow: inset 1.3px 1.5px 5px rgba(0, 0, 0, 0.23);
    padding-right: 29px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.top_callback_inner input::placeholder {
    opacity: 0.5;
    color: black;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 400;
}

.callback_icon {
    width: 29px;
    background-color: #ed3f60;
    background-image: linear-gradient(to top, rgba(0, 0, 4, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid #a42a42;
    color: #fafafa;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    line-height: 22px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.bot_header_btns_wrap {
    flex: 1 1 50px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 223px;
    padding-right: 20px;
}

.bot_header_btn_icon {
    font-size: 39px;
    color: #a5a5a5;
    position: relative;
}

.bot-heder_buttons_inner_value {
    position: absolute;
    right: -16px;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #ed3f60;
    background-image: linear-gradient(to top, transparent 0%, transparent 100%);
    border: 1px solid #a42a42;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bot_header_btn_icon.bonus {
    opacity: 0.85;
    color: #ed3f60;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
    cursor: pointer;
}

.bot_header_btn_icon.bonus .bot-heder_buttons_inner_value {
    width: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 5px;
}

/* header */

/* main slider */

.main_slider_big {
    overflow: hidden;
}

.slider_main_page_wrap {
    overflow: hidden;
}

.main_slider_wrap {
    width: 799px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 35px;
    height: 390px;
    margin-bottom: 65px;
}

.main_slider {
    width: 100%;
    position: relative;
}

.slider_main_arrows {
    position: absolute;
    width: 100%;
    height: 100%;
}

.arr_main_right {
    position: absolute;
    right: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 132px;
    z-index: 10;
    cursor: pointer;
    transition: right .3s linear;
}

.arr_main_right span {
    display: block;
}

.big_slider_arrows span {
    color: #fff;
    font-size: 135px;
    position: absolute;
    right: -30px;
    width: 135px;
}

.arr_main_left span {
    transform: rotate(180deg);
}

.slider_arrows {
    width: 36px;
    position: relative;
}

.sldr_icon_arr {
    width: 36px;
    height: 128px;
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sldr_icon_arr span {
    display: block;
    color: red;
    font-size: 135px;
    position: absolute;
    right: -65px;
    top: 0;
    bottom: 35px;
    margin: auto;
    width: 135px;
    height: 135px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}

.sldr_icon_arr.right span {
    right: -30px;
    transform: rotate(180deg);
}

.sldr_icon_arr:before {
    display: none;
    content: '';
    position: absolute;
    left: 17px;
    top: 5px;
    width: 2px;
    height: 64px;
    background: #fe0707;
    transform: rotate(30deg);
}

.sldr_icon_arr:after {
    display: none;
    content: '';
    position: absolute;
    left: 17px;
    bottom: 5px;
    width: 2px;
    height: 64px;
    background: #fe0707;
    transform: rotate(-30deg);
}

.no_active .sldr_icon_arr {
    opacity: 0.2;
}

.arr_main_right:before {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: -56px;
    bottom: 0;
    margin: auto;
    width: 66px;
    height: 4px;
    background: #f0fff6;
    transform: rotate(60deg);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
}

.arr_main_right:after {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: -56px;
    margin: auto;
    width: 66px;
    height: 4px;
    background: #f0fff6;
    transform: rotate(-60deg);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
}

.arr_main_left {
    position: absolute;
    left: -120px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 132px;
    z-index: 10;
    cursor: pointer;
    transition: left .3s linear;
}

.arr_main_left:before {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: -56px;
    bottom: 0;
    margin: auto;
    width: 66px;
    height: 4px;
    background: #f0fff6;
    transform: rotate(-60deg);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
}

.arr_main_left:after {
    display: none;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: -56px;
    margin: auto;
    width: 66px;
    height: 4px;
    background: #f0fff6;
    transform: rotate(60deg);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.6);
}

.viewport.flex_wrap,
.viewport_bg.flex_wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% * 5);
    margin: 0 auto;
    -webkit-transform: translateX(-1598px);
    transform: translateX(-1598px);
    overflow: hidden;
    position: relative;
    z-index: 6;
    height: 371px;
}

.viewport_bg.flex_wrap {
    z-index: 7;
    -webkit-transform: translateX(-819px);
    transform: translateX(-819px);
    position: absolute;
}

.slider_block,
.viewport_bg_all {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 799px;
    flex: 0 1 799px;
    max-width: 799px;
    /* height: 341px; */
    /* margin: 10px 3px 0; */
    /* border: 1px solid #e8e8e8; */
    border-top: none;
    position: relative;
    /* overflow: hidden; */
    transition: all .3s linear;
}

.viewport_bg_all {
    /* padding: 10px; */
    margin-top: 0;
    /* height: 351px; */
}

.slider_block {
    /* padding: 10px; */
    /* margin: 0 10px; */
    transition: padding .3s linear;
    padding: 10px 26px;
}

.bg_slide {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 50, 43, 0.81);
    -webkit-box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1.4px 1.4px 2px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.slider_block a {
    display: block;
    position: relative;
}

/* .slider_block a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(44, 50, 43, 0.81);
    -webkit-box-shadow: 1.4px 1.4px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 1.4px 1.4px 3px rgba(0, 0, 0, 0.05);
    z-index: 1;
} */

.center_block.slider_block,
.viewport_bg_all .viewport_bg_center {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 799px;
    flex: 0 1 799px;
    max-width: 799px;
    margin-top: 0;
    height: 361px;
    transition: all .3s linear;
}

.slider_block.center_block {
    padding: 0;
    transition: all .3s linear;
    margin: 0;
    flex: 0 1 821px;
}

.viewport_bg_center.viewport_bg_all {
    padding: 0;
    transition: all .3s linear;
    margin: 0;
}

.viewport_bg_left {
    /* margin: 10px 7px 0; */
}

.viewport_bg_right {
    /* margin: 10px 3px 0; */
}

.viewport_bg_all.viewport_bg_center .bg_slide {
    display: none;
}

.center_block.slider_block a::before {
    background: none;
    /* box-shadow:none; */
}

.viewport_bg_all {
    margin: 0 10px;
    padding: 10px 0 15px 0;
}

.arr_main_right:hover {
    transition: right .3s linear;
    right: -125px;
}

.arr_main_left:hover {
    transition: left .3s linear;
    left: -125px;
}

.big_slider_menu {
    width: 100%;
    height: 51px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.big_slider_menu_btn {
    margin: 0 15px;
    color: #fff;
    background-color: #ff7342;
    border-radius: 6px;
    padding: 5px 6px;
    position: relative;
    top: 0;
    transition: top .3s linear;
    -webkit-transition: top .3s linear;
    -moz-transition: top .3s linear;
    -ms-transition: top .3s linear;
    -o-transition: top .3s linear;
}

.big_slider_menu_btn:hover {
    top: 4px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    background: #f74e13;
}

.big_slider_menu_btn:hover:after {
    bottom: 0;
    transition: bottom .3s linear;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
}

.big_slider_menu_btn::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #973e1f;
    border-radius: 6px;
    z-index: -1;
    transition: bottom .3s linear;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
}

/* main slider */

/* catalog */

.main-content_catalog {
    flex: 1 1 115px;
    position: relative;
    z-index: 11;
    top: 11px;
}

.main_p_catalog {
    top: -460px;
}

.main-content_catalog.categories {
    margin-bottom: 30px;
}

.main-content_top_btns {
    flex: 5 1 200px;
}

.main-content_catalog_wrap {
    margin-bottom: 20px;
}

.main-content_catalog_wrap_inner {
    max-width: 290px;
    width: 100%;
    background-color: #ed3f60;
    background-image: linear-gradient(to top, rgba(0, 0, 4, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 4px;
    position: relative;
    padding: 10px 30px 10px 60px;
    cursor: pointer;
}

.humburger {
    width: 25px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.humburger span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background: #fff;
}

.humburger span::before,
.humburger span::after {
    content: '';
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background: #fff;
}

.humburger span::before {
    top: -8px;
}

.humburger span::after {
    bottom: -8px;
}

.main-content_catalog_wrap_text {
    text-shadow: 0 1px 0.7px rgba(40, 40, 40, 0.56);
    color: #fdfdfd;
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
}

/* catalog list */

.catalog_tovarov_wrap {
    position: relative;
    z-index: 51;
}

.l_menu_wrap {
    max-width: 311px;
    width: 100%;
    position: relative;
    display: block;
}

.catalog_tovarov_wrap.active .l_menu_wrap {
    display: block;
}

.catalog_tovarov_wrap.active .l_menu_list_wrap {
    display: block;
}

.l_menu_list_wrap {
    display: block;
    width: 290px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    /* border: 1px solid #e8e8e8; */
    -webkit-box-shadow: 2.1px 2.1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 2.1px 2.1px 3px rgba(0, 0, 0, 0.05);
    z-index: 51;
}

.nav_grn_brdr {
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    padding-top: 45px;
    z-index: 3;
}

.nav_grn_brdr_inne {
    position: relative;
    width: 3px;
    height: 100%;
    background-color: #1abb53;
}

.l_menu_list.catalog_search .menu_list_inner {
    line-height: 45px;
    padding-left: 57px;
}

.l_menu_list.catalog_search {
    border-right: none;
}

.catalog_search {
    position: relative;
}

/* qiuck search */

.quick_search_wrap {
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 25;
    background: #fff;
    white-space: nowrap;
    display: none;
}

.quick_search_header {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 2.1px 2.1px 3px rgba(0, 0, 0, 0.05);
    padding: 10px 30px 10px 15px;
    color: #797979;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
}

.quick_search_header .hint_wrap {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
}

.padd {
    padding: 10px 30px 10px 15px;
    position: relative;
}

.quick_search_l {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    box-shadow: 2.1px 2.1px 3px rgba(0, 0, 0, 0.05);
    line-height: 14px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    flex-flow: row nowrap;
    flex: 1 1 50px;
}

.quick_sub_l {
    position: relative;
    padding-right: 25px;
    color: rgba(62, 119, 170, .8);
}

.quick_sub_l .arr_right_menu {
    width: 9px;
    height: 11px;
    right: 0;
}

.quick_sub_l_l {
    color: rgba(62, 119, 170, 1);
    flex: 1 1 50px;
}

.quick_search_l b {
    color: black;
    font-weight: 400;
}

/* qiuck search */

.l_menu_list {
    border-bottom: 1px solid #e8e8e8;
    line-height: 42px;
    /* border-right: 3px solid #fd2935; */
    margin-top: -1px;
}

.l_menu_list.active .list_arrow:before {
    color: #00b230;
    opacity: 1;
}

.list_arrow {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
}

.menu_list_inner .list_arrow span {
    display: block;
    font-size: 26px;
    left: 0;
    color: #3e77aa;
}

.list_arrow:before {
    display: none;
    content: '';
    position: absolute;
    right: 0px;
    left: 0;
    height: 1px;
    background: #5f5f5f;
    top: 10px;
    width: 15px;
    margin: auto;
    transform: rotate(40deg);
}

.list_arrow:after {
    display: none;
    content: '';
    position: absolute;
    right: 0px;
    left: 0;
    height: 1px;
    background: #5f5f5f;
    bottom: 10px;
    width: 15px;
    margin: auto;
    transform: rotate(-40deg);
}

.menu_list_inner {
    position: relative;
}

.menu_list_inner span {
    width: 25px;
    height: 27px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 26px;
}

.menu_list_inner span.icon_menu {
    color: #ed3f60;
}

.catalog_search input {
    border: none;
    width: 90%;
    border: none;
}

.l_menu_list.active .sub_menu {
    display: block;

}

.l_menu_list.sub_icon_active .sub_icon_menu {
    display: block;
    /* top: 45px; */
}

.sub_icon_menu {
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.icon_banner_wrap {
    height: 700px;
    position: relative;
}

.catalog_search input:focus {
    border-bottom: 1px solid #919191;
}

.catalog_search input:-moz-placeholder {
    color: #919191;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
}

.catalog_search input::-webkit-input-placeholder {
    color: #919191;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
}

.l_menu_link {
    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-left: 57px;
    padding-right: 30px;
    position: relative;
    /* border-bottom: 1px solid #e8e8e8; */
}

.l_menu_list:hover,
.l_menu_list.active {
    background-image: linear-gradient(to top, rgba(169, 169, 171, 0.1) 0%, rgba(95, 95, 98, 0.1) 17%, rgba(255, 255, 255, 0.1) 100%);
    border-right: none;
    cursor: pointer;
}

/* SUB MENU  */

.sub_menu {
    display: none;
    position: absolute;
    width: 301px;
    top: -1px;
    right: -301px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.arr_right_menu {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 11px;
    font-size: 15px;
    color: #3e77aa;
    font-weight: bold;
    transform: rotate(180deg);
    display: block;
}

.sub_l_menu {
    padding-left: 20px;
}

.sub_l_menu_inner {
    position: relative;
    padding-right: 25px;
    padding-left: 10px;
}

.sub_l_menu_inner a {
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    padding: 1.6px 0;
}

.sub_icon_menu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    /* width: 100%; */
    /* height: calc(100% + 2px); */
    border-top: 20px solid #fff;
}

/* .sub_icon_menu:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(80%,#fff),color-stop(100%,#fff));
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0,#fff 80%,#fff 100%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 0,#fff 80%,#fff 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0,#fff 80%,#fff 100%);
    background: linear-gradient(rgba(255,255,255,0) 0,#fff 80%,#fff 100%);
    transform: rotate(180deg);
} */

.sub_l_menu.active .sub_icon_menu {
    display: block;
}

.icon_banner_wrap {
    background: #fff;
    /*border: 1px solid #e8e8e8;
    */
    padding: 0 20px;
}

.menu_banners {
    flex: 0 1 250px;
}

.menu_banners_inner {
    width: 230px;
    height: 230px;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
}

.sub_icon_menu_wrap {
    flex: 1 1 300px;
    background-color: white;
    margin-left: -10px;
}

.sub_icon_menu_inner {
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    flex: 1 1 159px;
    max-width: 163px;
    background-color: white;
    padding: 15px;
    border: 1px solid transparent;
    box-shadow: 1.4px 1.4px 3px rgba(0, 0, 0, 0);
}

.sub_icon_pic {
    margin-bottom: 10px;
    position: relative;
    min-height: 94px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    transform-style: preserve-3d;
}

.sub_icon_pic img {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
}

.pic_one {
    position: static;
    opacity: 1;
}

.pic_two {
    position: absolute;
    opacity: 0;
    transform: perspective(900px) rotate3d(0, -19, 0, 90deg);
}

.sub_icon_title {
    opacity: 0.7;
    color: black;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
}

/* SUB MENU  */

/* catalog */

/* tour */

.main_tours_wrap {
    margin-left: -36px;
    padding-bottom: 130px;
    position: relative;
    margin-bottom: 100px;
}

.tour {
    position: relative;
    flex: 1 1 280px;
    max-width: 326px;
    margin-left: 36px;
    margin-bottom: 50px;
}

.tour_icon_top {
    position: absolute;
    left: -5px;
    top: -30px;
}

.tour_icon_top_inn {
    width: 52px;
    height: 52px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
    text-align: center;
    line-height: 50px;
    color: #ff7342;
    font-size: 32px;
}

.tour_icon_top_inn.hot {
    z-index: 4;
}

.tour_icon_top_inn.nutrition {
    left: -10px;
    z-index: 3;
}

.tour_icon_top_inn.people {
    left: -20px;
    z-index: 2;
}

.tour_icon_top_inn.plane {
    left: -30px;
    z-index: 1;
}

.tour_pic {
    max-height: 170px;
    overflow: hidden;
}

.tour_pic img {
    height: 100%;
}

.tour_info_wrap {
    position: relative;
}

.tour_info_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 25px;
    background-image: url(../images/elips_spr_horiz.png);
}

.tour_info_wrap {
    padding: 10px;
    padding-top: 0;
    padding-left: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.tour_country {
    color: black;
    font-size: 24px;
    font-weight: 400;
}

.tour_hotel {
    color: #010101;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.tour_rating_stars span {
    font-size: 23px;
    color: #ff9c00;
}

/* .tour_rating {
    align-items: center;
} */

.tour_rating_review {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tour_rating_review a {
    color: #4d62b0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.tour_rating_review span {
    margin-right: 5px;
    font-size: 20px;
    color: #4d62b0;
}

.tour_price_wrap {
    align-items: center;
}

.tour_price {
    color: #ed3f60;
    font-weight: 400;
    font-size: 36px;
}

.tour_price_valut {
    font-size: 16px;
}

.bonus_wrap {
    display: flex;
    align-items: center;
    color: #4d994d;
    font-weight: 400;
    font-size: 16px;
}

.bonus_icon {
    font-size: 29px;
    background: linear-gradient(to top, #4d994d 0%, #01cc56 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 5px;
}

.bonus_inn_text {
    font-size: 12px;
    margin-left: 3px;
}

.tour .tour_btn {
    display: none;
}

.tour_btn {
    margin-top: 15px;
}

/* big tour */

.tour.big {
    max-width: 680px;
    display: flex;
    flex: 1 1 500px
}

.tour.big .tour_pic {
    max-height: 100%;
    max-width: 357px;
}

.tour.big .tour_info_wrap:before {
    display: none;
}

.tour.big .tour_info_wrap::after {
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
    width: 25px;
    height: 100%;
    padding: 25px 0;
    background: url(../images/elips_spr_vertik.png);
    background-repeat: repeat-y;
}

.tour.big .tour_info_wrap {
    padding-top: 100px;
}

.tour.big .tour_icon_top {
    right: 70px;
    top: 30px;
    left: auto;
}

.tour.big .tour_pic {
    flex: 2;
}

.tour.big .tour_info_wrap {
    flex: 1;
}

.tour.big .tour_btn {
    display: inline-block;
}

/* big tour */

.more_tours {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more_tours_text {
    color: #e33e5d;
    font-size: 36px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.more_tours_icon {
    width: 77px;
    height: 77px;
    background-color: #ed3f60;
    background-image: linear-gradient(to top, rgba(0, 0, 4, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 12px;
    text-align: center;
    font-size: 46px;
    line-height: 77px;
    color: #fff;
    margin-left: 25px;
    cursor: pointer;
}

/*                 tour                   */

/* vido soc block */

.main_soc_video_block_inner {
    flex: 1 1 450px;
    height: 330px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin-bottom: 100px;
}

.main_soc_video_block_inner.video {
    margin-right: 35px;
}

.main_soc_video_block_inner iframe {
    width: 100%;
    height: 100%;
}

/* video soc block */

/* tourist say */

.main_tourist_say {
    position: relative;
    padding-bottom: 140px;
}

.main_tourist_say_title {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 80px;
}

.main_tourist_comment {
    flex: 1 1 450px;
    overflow: hidden;
}

.main_tourist_comment.comment {
    display: flex;
    margin-right: 35px;
}

.main_tourist_comment_foto_soc {
    flex: 1 1 150px;
    max-width: 192px;
}

.main_tourist_comment_foto {
    max-width: 170px;
    height: 165px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
}

.main_tourist_comment_soc_inn {
    display: flex;
    align-items: center;
}

.main_tourist_comment iframe {
    width: 100%;
    height: 100%;
}

.main_tourist_comment_soc_inn a {
    color: #4d62b0;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    margin-left: 10px;
}

.main_tourist_comment_text_title {
    color: #ed3f60;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

.main_tourist_comment_text_rating {
    align-items: center;
    margin-bottom: 15px;
}

.main_tourist_comment_text_rating .tour_rating_stars {
    margin-right: 5px;
}

.comment_date {
    opacity: 0.8;
    color: #555;
    font-size: 20px;
    font-weight: 400;
}

.main_tourist_comment_text {
    flex: 1 1 250px;
    margin-right: 65px;
}

.main_tourist_comment_text_inner p {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.main_tourist_comment_text_inner {
    margin-bottom: 30px;
}

.main_tourist_comment_text_more {
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: -20px;
    color: #4d62b0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
}

.main_tourist_say_comm_wrap {
    margin-bottom: 55px;
}

/* tourist say */

/* main hotel slider */

.main_hotel_slider {
    margin-top: 60px;
    margin-bottom: 60px;
}

.hotel_slider_block {
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.hotel_slider_info {
    position: absolute;
    left: 0;
    top: 90px;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.hotel_slider_icon_block {
    display: flex;
    justify-content: center;
}

.hotel_slider_title {
    color: white;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

.hotel_slider_country {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.hotel_slider_icon_block {
    margin-bottom: 15px;
}

.hotel_slider_icon_block .tour_icon_top_inn {
    margin-right: 9px;
}

.hotel_slider_rating {
    margin-bottom: 25px;
}

.hotel_slider_block.change .hotel_slider_info {
    top: 25px;
    left: 30px;
    right: auto;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.hotel_slider_block.change .hotel_slider_title {
    order: 2;
}

.hotel_slider_block.change .hotel_slider_country {
    order: 3;
}

.hotel_slider_block.change .hotel_slider_rating {
    order: 4;
}

.hotel_slider_block.change .hotel_slider_icon_block {
    order: 1;
    justify-content: flex-start;
}

/* main hotel slider */

/* world news */

.tour_world_news_title {
    display: flex;
    justify-content: flex-end;
    color: #555;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}

.world_news_title_inner {
    flex: 1;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.dsd_brd {
    flex: 1 1 20px;
    border-bottom: 1px dashed #ed3f60;
    height: 15px;
    max-width: 100%;
    margin: 0 2px;
}

.all_news_title {
    color: #4d62b0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

/* slider */

.worl_news_slider_wrap {
    padding: 0 90px;
}

.worl_news_slider_block {
    max-width: 590px;
    background-color: #eb4666;
    padding-left: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    margin: 10px;
}

.worl_news_slider_inner {
    position: relative;
    background: #fff;
    padding: 20px;
}

.worl_news_slider_inner:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 0px;
    width: 25px;
    height: 100%;
    background: url(../images/elips_spr_vertik.png);
    background-repeat: repeat-y;
}

.worl_news_slider_top {
    position: relative;
    margin-bottom: 20px;
}

.worl_news_slider_pic {
    position: relative;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: #f4f4f4;
    border: 1px dotted #acacac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 18px;
}

.worl_news_slider_title {
    flex: 1;
    color: #282828;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}

.worl_news_slider_top .comment_date {
    display: block;
    font-size: 18px;
    padding-left: 5px;
    margin-top: 10px;
}

.worl_news_slider_text {
    padding-left: 50px;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 400;
}

.worl_news_slider_text p {
    margin-bottom: 20px;
}

.worl_news_slider_text p:last-of-type {
    margin-bottom: 0;
}

.worl_news_slider_inner .main_tourist_comment_text_more {
    right: 0;
    margin-top: 30px;
}

.worl_news_slider_block.change {
    padding-left: 0;
    padding-top: 140px;
}

.worl_news_slider_block.change .worl_news_slider_inner:before {
    display: none;
}

.worl_news_slider_block.change .worl_news_slider_inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
    height: 25px;
    background-image: url(../images/elips_spr_horiz.png);
}

.worl_news_slider_block.change .worl_news_slider_top {
    margin-top: -150px;
}

.worl_news_slider_block.change .worl_news_slider_title {
    color: #fff;
}

.worl_news_slider_block.change .comment_date {
    opacity: 0.5;
    color: white;
}

.worl_news_slider_block.change .worl_news_slider_top {
    margin-bottom: 40px;
}

/* slider */

/* worls news */

/* text-description */

.text-description {}

.text-description-content {
    overflow: hidden;
    max-height: 12em;
    position: relative;
    transition: all 1s linear;
}

.text-description-content.active {
    max-height: 100000px;
    transition: all 100s linear;
}

.text-description-content.active:before {
    display: none;
}

.text-description-content {
    padding-top: 2em;
}

.text-description p {
    color: #888;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.text-description-content:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.text-description-more {
    text-align: right;
    margin-top: 10px;
}

.text-description h1 {
    color: #ff7342;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

.text-description h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ff7342;
    font-family: Arial;
}

.text-description h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ff7342;
    font-family: Arial;
}

.text-description h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ff7342;
    font-family: Arial;
}

.text-description h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ff7342;
    font-family: Arial;
}

.text-description h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #ff7342;
    font-family: Arial;
}

.text-description ol,
.text-description ul {
    margin-bottom: 40px;
}

/* .text-description ol li , .text-description ul li {
    padding-left: 70px;
} */

.text-description ol {
    padding: 0;
    list-style: none;
    counter-reset: li;
}

.text-description ol li {
    position: relative;
    border-left: 4px solid #337AB7;
    padding: 15px 20px 16px 15px;
    ;
    margin: 12px 0 12px 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #66717b;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-description ol li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left: -60px;
    width: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #77AEDB;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* .text-description ol li:after {
    position: absolute;
    top: 26px;
    left: -60px;
    width: 60px;
    height: 60px;
    border: 8px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
} */

.text-description ul {
    padding: 0;
    list-style: none;
}

.text-description ul li {
    padding: 6px;
    padding-left: 70px;
    position: relative;
    color: #66717b;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-description ul li:before {
    position: absolute;
    top: 2px;
    left: -15px;
    width: 70px;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #337AB7;
    content: "\2714";
    transition-duration: 0.5s;
}

.description_pic_video {
    text-align: center;
    padding: 0 50px;
    margin: 25px 0;
}

.description_pic_video img {
    max-width: 900px;
}

/* text-description */

/* podpiska */

.podpiska_wrap {
    background-color: #ff9c00;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.31);
    border-top: 2px dashed #ff9c00;
    margin: 70px 0 35px;
    position: relative;
}

.podpiska_wrap::before {
    content: '';
    width: 100%;
    height: 2px;
    border-top: 2px dashed #ff9c00;
    position: absolute;
    left: 0;
    top: -4px;
}

.podpiska_inner {
    align-items: center;
    height: 100%;
    position: relative;
    top: -2px;
    justify-content: space-between;
    padding: 15px 10px;
    z-index: 0;
}

.podpiska_text {
    display: flex;
    align-items: center;
    color: #fefefe;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    flex: 1 1 320px;
    padding-left: 90px;
}

.podpiska_icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    font-size: 64px;
    color: #fff;
}

.podpiska_icon.icon-dollar {
    line-height: 77px;
}

.podpiska_text a {
    text-decoration: underline;
    margin: 0 3px;
}

.podpiska_form {
    padding-right: 50px;
    position: relative;
    flex: 1 1 200px;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    color: #fff;
    width: 34px;
    height: 34px;
    border: 1px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.podpiska_btn {
    border: none;
    cursor: pointer;
}

.podpiska_inpt {
    margin-right: 15px;
    background-color: white;
    border-radius: 12px;
    box-shadow: inset 1.3px 1.5px 5px rgba(0, 0, 0, 0.23);
    padding: 13px;
    padding-left: 50px;
    border: none;
    width: 100%;
    position: relative;
    line-height: 18px;
    font-size: 18px;
}

.podpiska_inpt_wrap {
    max-width: 350px;
    width: 100%;
    position: relative;
    margin-right: 15px;
}

.podpiska_inpt::placeholder {
    opacity: 0.5;
    color: black;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}

.podpiska_inpt_wrap .podpiska_icon {
    left: 15px;
    top: 0;
    bottom: 0;
    color: #fd2935;
    font-size: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.podpiska_form form {
    display: flex;
    justify-content: flex-end;
}

/* podpiska */

/* foooter */

footer {
    padding-bottom: 60px;
}

.log_menu_footer {
    display: flex;
    justify-content: flex-start;
    flex: 1 1 583px;
    /* max-width: 655px; */
}

.log_menu_footer .logo {
    margin-bottom: 10px;
}

.log_menu_footer .main_tourist_comment_soc_icon {
    margin: 0 10px;
    cursor: pointer;
}

.main_tourist_comment_soc_icon.icon-facebook:hover {
    color: #0087ff;
}

.main_tourist_comment_soc_icon:hover {
    color: #ed3f60;
}

.log_menu_footer .main_tourist_comment_soc {
    margin-bottom: 10px;
}

.mob_vers {
    background-color: white;
    background-image: linear-gradient(to top, rgba(234, 235, 235, 0.26) 0%, rgba(255, 255, 255, 0.26) 49%, rgba(247, 247, 247, 0.26) 100%);
    text-shadow: 0 1px 0 white;
    color: rgba(40, 40, 40, .8);
    cursor: pointer;
    margin-bottom: 12px;
}

.mob_vers:after {
    background-color: #d7d7d7;
}

.footer_dop_text {
    opacity: 0.5;
    color: #282828;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
}

.logo_footer_wrap {
    margin-right: 35px;
    max-width: 358px;
    width: 100%;
    flex: 1;
}

.menu_footer_wrap li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.menu_fuuter_icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #4d62b0;
    font-size: 14px;
    height: 100%;
}

.menu_footer_wrap a {
    color: #4d62b0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.contakt_footer {
    flex: 1 1 30px;
    display: flex;
    justify-content: space-between;
}

.contakt_footer_inner {
    margin-right: 5px;
    display: flex;
    align-items: flex-end;
}

.contakt_footer_inner_content {
    flex: 1;
}

.contakt_footer_inner_title {
    opacity: 0.8;
    color: black;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-bottom: 20px;
}

.contakt_footer_inner_addres {
    opacity: 0.8;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}

.contakt_footer_inner .telefone_wrap {
    margin-bottom: 25px;
}

.work_time_wrap {
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: black;
}

.work_time {
    color: #555;
}

.contact_footer_map {
    width: 100%;
}

/* foooter */

/* filter */

.filter {
    max-width: 235px;
    margin-right: 25px;
    flex: 0 1 235px;
}

/* filter old */

.filter_tovar_form {
    margin-bottom: 20px;
}

.filt_tovar_section {
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    /* padding: 10px 10px 15px 0; */
    overflow: hidden;
}

.filt_tovar_title {
    position: relative;
    /* margin-bottom: 20px; */
    color: #3e77aa;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
}

.filt_tovar_title .filt_arr:before,
.filt_tovar_title .filt_arr::after {
    background: none;
}

.filt_tovar_title .filt_arr {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: lighter;
    color: #3e77aa;
    text-shadow: 0px 0px 2px #0087ff;
}

.filt_arr {
    transform: rotate(-90deg);
    cursor: pointer;
}

.filt_tovar_title .filt_arr {
    transform: rotate(90deg);
    cursor: pointer;
}

/* .filt_arr:before,
.filt_arr::after {
    background: #a2a2a2;
    right: 10px;
} */

/* .filt_arr:before,
.filt_arr::after {
    background: #3e77aa;
} */

.close_filt .filt_arr {
    transform: rotate(-90deg);
}

.filt_tovar_inner {
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.track_wrap .filt_tovar_inner {
    padding: 0;
}

/* 
.close_filt .filt_tovar_inner {
    height: 0;
    padding: 0;
} */

.close_filt .filter_green_ch_btn {
    margin-top: 0;
}

.close_filt .filt_tovar_title {
    margin-bottom: 0;
    color: #3e77aa;
}

/* .close_filt.track_wrap {
    padding: 0;
} */

.track_wrap .filt_tovar_inner {
    margin-bottom: 0;
}

.close_filt .filt_tovar_title {
    padding: 10px;
}

.close_filt .filt_tovar_inner .options {}

.filter_green_ch_btn {
    padding-left: 0;
    align-content: flex-start;
}

.close_filt .filt_tovar_inner {
    transition: padding .3s linear;
}

.filt_tovar_inner {
    transition: padding .3s linear;
}

.filt_tovar_inner label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

.filt_tovar_inner label:last-of-type {
    margin-bottom: 0;
}

.checkbox {
    display: none;
}

.checkbox-custom {
    width: 19px;
    height: 19px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.39);
    position: relative;
    margin-right: 2px;
}

.checkbox-custom:after {
    content: "\e916";
    display: none;
    position: absolute;
    right: 2px;
    top: -10px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    font-size: 24px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #f91e38;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: none;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox:checked+.checkbox-custom::before {
    display: none;
}

.checkbox:checked+.checkbox-custom::after {
    display: block;
}

.checkbox:checked~.label {
    opacity: 1;
}

.filter_green_ch_btn {
    margin-left: -8px;
}

.filter_green_ch_btn label {
    margin-left: 8px;
    margin-bottom: 9px;
}

.filt_tovar_inner label.green_labl {
    display: inline-block;
    width: 47px;
    height: 37px;
    background-color: #c1c1c1;
    border-radius: 5px;
    position: relative;
    text-align: center;
    line-height: 31px;
    position: relative;
    top: 4px;
}

.green_labl .checkbox-custom {
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 100%;
    box-shadow: none;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(95, 95, 98, 0.1) 83%, rgba(169, 169, 171, 0.1) 100%);
    border: 2px solid #e8e8e8;
    border-radius: 5px;
}

label.green_labl .checkbox-custom:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #64cc59;
    box-shadow: none;
    border-radius: 5px;
    border: none;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

label .checbx_grn_bg:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.label {
    color: #888;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    z-index: 5;
    position: relative;
}

.checkbox:checked~.label {
    color: #f91e38;
}

.filt_tovar_inner label.zero .label {
    color: #ccc;
    cursor: default;
}

.filt_tovar_inner label.zero .checkbox-custom {
    cursor: default;
}

.green_labl .label {
    font-size: 14px;
}

.filt_tovar_inner label.zero .checkbox:checked+.green_ch::after {
    display: none;
}

.checkbox:checked+.green_ch::after {
    display: block;
    right: 0;
}

.checkbox:checked+.green_ch {
    top: 0;
    right: 0;
    border: none;
}

.checkbox:checked~.wh_lab_txt {
    opacity: 1;
    color: #fff;
}

.track_wrap {
    border: 1px solid #f2f2f2;
    padding: 20px 10px;
}

.options {
    margin-bottom: 20px;
}

.track_price,
.track_price2 {
    width: 50px;
    height: 23px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    text-align: center;
    color: #f91e38;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
}

.options_text {
    color: #888;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
}

.option_btn {
    display: inline-block;
    width: 49px;
    height: 23px;
    background-color: white;
    background-image: linear-gradient(to top, #f20d3b 0%, #ff2f34 100%);
    border-radius: 2px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.option_btn::after {
    display: none;
}

.track_slider_price {
    text-align: center;
    position: relative;
    margin-bottom: 6px;
}

.track_slider_range {
    display: inline-block;
    width: 181px;
    height: 8px;
    background-color: white;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.14);
}

.handle_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 24px;
}

.track_slider_handle {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: white;
    background-image: linear-gradient(to top, #d7d7d7 0%, white 100%);
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    cursor: pointer;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.handle_lower {
    transform: translateX(0px);
}

.handle_upper {
    transform: translateX(0px);
}

/* filter old */

.filter_block {
    padding: 15px 10px 30px;
}

.filter_price .filter_title {
    padding-left: 10px;
}

.dop_search_title {
    margin-bottom: 15px;
}

.filt_tovar_title {
    color: #f91e38;
    font-family: Arial;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding-right: 0;
}

.filter_arrow {
    font-size: 13px;
    width: 20px;
    margin-left: 3px;
    color: #f71b38;
    font-weight: bold;
}

.dop_search_inf_link {
    padding-left: 20px;
    position: relative;
    display: block;
    color: #0156a9;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 17px;
    position: relative;
}

.dop_search_inf_link:hover {
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.dop_search_inf_link:hover .dop_search_inf_arrow {
    left: 3px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.dop_search_inf_arrow {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 13px;
    color: #f91e38;
}

.filter_show_more {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #0156a9;
    cursor: pointer;
    padding-left: 25px;
}

.filter_show_more_inner {
    display: inline-block;
    border-bottom: 1px dotted #0156a9;
    line-height: 14px;
}

.filter_show_more .filter_arrow {
    color: #0156a9;
}

/* filter */

.filter_main_wrap {
    flex: 0 1 308px;
    margin-right: 53px;
}

/* breadcrumbs */

.breacrumbs {
    width: 100%;
    margin-bottom: 15px;
    flex: 1;
}

.breacrumbs li {
    display: inline-block;
}

.breacrumbs_link {
    color: #0156a9;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
}

.brd_last {
    color: #c7c7c7;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    /* text-decoration: underline; */
}

.breacrumbs_arrow {
    position: relative;
    top: 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    color: red;
    font-size: 10px;
    font-weight: bold;
}

/* bradcrumbs */

.main_content_w_filter {
    padding-top: 30px;
    flex: 1 1 320px;
    position: relative;
}

.main_content {
    margin-top: 15px;
}

.main_content_w_filter .main_tours_wrap {
    margin-top: 40px;
}

.main_content_w_filter .tour {
    flex: 1 1 260px;
    max-width: 100%;
}

/* sort */

.catalog_sort_view {
    position: absolute;
    top: 20px;
    right: 0;
    width: 210px;
    justify-content: flex-end;
}

.sort_view_container {
    flex: 0 1 126px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.sort_view_link .filt_arr {
    transform: rotate(90deg);
    right: 12px;
    top: -3px;
    height: 9px;
    width: 4px;
}

.sort_view_link {
    /* width: 148px; */
    background-color: white;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: inset 2.1px 2.1px 7px rgba(0, 0, 0, 0.05);
    color: #888;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 12px;
    padding: 6px 7px 5px 9px;
}

.sort_view_link .arr_d {
    font-size: 7px;
    font-weight: bold;
    position: relative;
    top: -1px;
    margin-left: 2px;
}

.sort_arrow {
    position: absolute;
    right: 6px;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    font-size: 18px;
}

.sort_popup_drp_dwn {
    width: 250px;
    position: absolute;
    right: 0;
    display: none;
    background: #fff;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    border: 1px solid #a8cbeb;
    z-index: 20;
    top: 30px;
}

.sort_popup_drp_dwn.active {
    display: block;
}

.sort_view_l {
    max-width: 230px;
    width: 100%;
    margin: 5px 0 5px 17px;
}

.sort_view_l_i {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    text-align: left;
}

.sort_view_l_i.active:after {
    content: "\e911";
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #219050;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background-color: none;
}

.sort_view_l_i_link {
    display: block;
    padding: 11px 33px 11px 0;
    text-decoration: none;
    color: #3e77aa;
}

.view_tile_list {
    flex: 1 1 75px;
}

.view_tile_list .flex_wrap {
    justify-content: flex-end;
}

.view_tile_list_wrap {
    flex: 0 1 35px;
    height: 25px;
    margin-left: 5px;
}

.view_tile_list_wrap:first-of-type {
    margin-left: 0;
}

.btn_link {
    background-color: white;
    background-image: linear-gradient(to top, rgba(215, 215, 215, 0.26) 0%, rgba(255, 255, 255, 0.26) 100%);
    border: 1px solid #888;
    border-radius: 2px;
    position: relative;
    text-align: center;
    height: 25px;
}

.btn_link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #c1c1c1;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(95, 95, 98, 0.1) 83%, rgba(169, 169, 171, 0.1) 100%);
    border-radius: 5px;
    z-index: -1;
}

.btn_link_i {
    display: block;
    position: relative;
}

.btn_link_i span {
    color: #9b9b9b;
    width: 11px;
    font-size: 11px;
}

.view_tile_list_wrap.active .btn_link {
    top: 0;
    border: 1px solid #c7c7c7;
    background-image: none;
    border-radius: 5px;
    box-shadow: inset 0 4px 0 #f2f2f3;
}

.view_tile_list_wrap.active .btn_link::before {
    display: none;
}

.view_tile_list_wrap.active .btn_link_i {
    padding-top: 5px;
    position: relative;
    top: 3px;
}

.view_tile_list_wrap.active .btn_link_i span {
    color: #18bd53;
}

/* sort */

.prosmotren_wrap_with_video {
    justify-content: space-between;
    margin-top: 25px;
}

.video_wrap_rght_block {
    margin-top: 6px;
    max-width: 100%;
    max-width: 530px;
}

.prosmotren_wrap_with_video .more_tovars_title {
    display: flex;
    align-items: baseline;
}

.more_tovars_title {
    margin-bottom: 10px;
    position: relative;
}

.more_tovars_title span {
    color: black;
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
}

.more_tovars_title i {
    position: relative;
    left: 0;
    top: 0;
    width: 35px;
    font-size: 25px;
    color: #888;
}

.gr_brd_btm {
    height: auto;
    flex: 1 1 150px;
    max-width: 494px;
    border-bottom: 1px dotted #cccccc;
    margin: 0 10px;
}

.yet_btn {
    color: #0156a9;
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
}

.pull-right i {
    color: #0156a9;
    font-size: 14px;
    font-weight: bold;
    top: -1px;
}

.more_tovars_inner_wrap {
    flex-wrap: nowrap;
}

.prosmotren_wrap_with_video iframe {
    max-width: 510px;
}

.prosmotren_wrap_with_video .video {
    display: flex;
    justify-content: flex-end;
}

.intresting_slider .tour {
    margin-left: 0;
    max-width: 230px;
    margin-bottom: 0;
}

.intresting_slider .tour_icon_top {
    left: 12px;
    top: 12px;
}

.intresting_slider .tour_icon_top_inn {
    width: 40px;
    height: 40px;
}

.intresting_slider .tour_icon_top_inn {
    font-size: 22px;
    line-height: 40px;
}

.intresting_slider .tour_pic {
    height: 100px;
}

.intresting_slider .tour_country {
    font-size: 19px;
}

.intresting_slider .tour_hotel {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.intresting_slider .tour_hotel:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.01) 100%);
    filter: ;
    progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 5;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.intresting_slider .tour_price {
    font-size: 28px;
}

.intresting_slider .tour_price_valut {
    font-size: 12px;
}

.intresting_slider .tour_rating_review {
    margin-bottom: 0;
}

.prosmotren_wrap_with_video .tour {
    margin: 0 10px 10px;
}

/* category horizont */

.main_tours_wrap.big {
    flex-direction: column;
}

.main_tours_wrap.big .tour {
    display: flex;
    flex: 1 1 350px;
}

.main_tours_wrap.big .tour .tour_pic {
    max-height: 100%;
    max-width: 600px;

}

.main_tours_wrap.big .tour .tour_pic img {
    height: 100%;
}


.main_tours_wrap.big .tour .tour_info_wrap:before {
    display: none;
}

.main_tours_wrap.big .tour .tour_info_wrap::after {
    content: '';
    position: absolute;
    left: -22px;
    top: 0;
    width: 25px;
    height: 100%;
    padding: 25px 0;
    background: url(../images/elips_spr_vertik.png);
    background-repeat: repeat-y;
}

.main_tours_wrap.big .tour .tour_info_wrap {
    padding-top: 100px;
}

.main_tours_wrap.big .tour .tour_icon_top {
    right: 70px;
    top: 30px;
    left: auto;
    right: 180px;
}

.main_tours_wrap.big .tour .tour_pic {
    flex: 1;
}

.main_tours_wrap.big .tour .tour_info_wrap {
    flex: 1;
    max-width: 445px;
}

.main_tours_wrap.big .tour .tour_btn {
    display: inline-block;
}

.main_tours_wrap.big .tour_rating,
.main_tours_wrap.big .tour_price_wrap {
    justify-content: flex-start;
}

.main_tours_wrap.big .tour_rating_stars,
.main_tours_wrap.big .tour_price {
    margin-right: 15px;
}

.main_tours_wrap.big .tour_info_wrap {
    padding-left: 55px;
}

/* big tour */

/* category horizont */

/* pod category */
.tour_country_wrap {
    min-height: 230px;
    max-width: 320px;
    margin-left: 36px;
    margin-bottom: 30px;
    flex: 1 1 240px;
}

.tour_country {
    padding: 10px 0px;
    text-align: center;
}

.pod_category {
    justify-content: center;
}

/* pod category */
/* news */

.main_title_page {
    color: #555;
    font-family: Arial;
    font-size: 30px;
    font-weight: 400;
}

/* full news */

.full_news_wrap {
    flex: 1 1 300px;
    max-width: 961px;
    margin-right: 30px;
}

.info_content_wrap .my_news_inner_main_title {
    color: #ff9c00;
    font-family: Arial;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news_inner_menu_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.news_inner_menu_wrap_block {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    height: 57px;
    padding: 20px;
    padding-top: 15px;
    margin-top: -90px;
    transition: max-height .3s linear;
}

.news_inner_menu_wrap_block.active {
    height: auto;
    transition: height .3s linear;
}

.news_inner_main_menu_title {
    position: relative;
    color: #555;
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
    height: 50px;
}

.open_menu_block {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.open_menu_block .cmb_link {
    font-size: 16px;
    line-height: 24px;
}

.news_inner_main_menu {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    /* max-width: 537px; */
    width: 100%;
    margin-top: -80px;
    margin-bottom: 70px;
    padding-left: 55px;
    padding-right: 55px;
}

.arr_wrap .filt_arr {
    transform: rotate(90deg);
}

.arr_wrap .smll_arr {
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 27px;
    height: 10px;
}

.filt_arr:before,
.filt_arr::after {
    background: #3e77aa;
}

.arr_wrap {
    position: relative;
    top: -5px;
    margin-left: 10px;
    width: 31px;
    height: 31px;
    border-radius: 20px;
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 3.5px 3.5px 6px rgba(0, 0, 0, 0.1);
}

.full_news_wrap .news_inr_mn_menu_l_i {
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
}

.full_news_wrap .news_inr_mn_menu_l_i .cmb_link {
    font-size: 16px;
}

.full_news_wrap .news_inr_mn_menu_l_i_i .cmb_link {
    font-size: 14px;
}

.news_menu_list_value {
    position: absolute;
    left: 0;
    top: -5px;
    width: 28px;
    height: 28px;
    border: 3px solid #eb4666;
    border-radius: 15px;
    text-align: center;
    line-height: 24px;
    color: black;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
}

.nws_sub_menu {
    margin-top: 20px;
}

.full_news_wrap .news_inr_mn_menu_l_i_i {
    padding-left: 35px;
    position: relative;
    margin-bottom: 15px;
}

.full_news_wrap .news_inr_mn_menu_l_i_i:last-of-type,
.full_news_wrap .news_inr_mn_menu_l_i:last-of-type {
    margin-bottom: 0;
}

.full_news_wrap .news_inr_mn_menu_l_i_i .news_menu_list_value {
    position: absolute;
    left: 0;
    top: -3px;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    border: 2px solid #eb4666;
    color: black;
    font-family: Arial;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
}

.full_news_wrap h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #ff9c00;
    font-family: Arial;
}

.full_news_wrap h3 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #ff9c00;
    font-family: Arial;
}

.full_news_wrap h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #ff9c00;
    font-family: Arial;
}

.full_news_wrap h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #ff9c00;
    font-family: Arial;
}

.full_news_wrap h6 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    color: #ff9c00;
    font-family: Arial;
}

.full_news_wrap p {
    color: #555;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.full_news_wrap a {
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    color: #1b76c7;
    text-decoration: underline;
}

.full_news_wrap a:hover {
    text-decoration: none;
}

.full_news_wrap ol,
.full_news_wrap ul {
    margin-bottom: 40px;
}

/* .full_news_wrap ol li , .full_news_wrap ul li {
    padding-left: 70px;
} */

.full_news_wrap ol {
    padding: 0;
    list-style: none;
    counter-reset: li;
}

.full_news_wrap ol li {
    position: relative;
    padding: 15px 20px 16px 15px;
    margin: 12px 0 12px 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ed3f60;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.full_news_wrap ol li:before {
    position: absolute;
    top: 3px;
    left: -60px;
    width: 70px;
    width: 43px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 28px;
    font-weight: 700;
    counter-increment: li;
    background-color: #ed3f60;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full_news_wrap ol li:after {}

.full_news_wrap ol li:hover:before {
    color: #ff9c00;
}

/* .full_news_wrap ol li:after {
    position: absolute;
    top: 26px;
    left: -60px;
    width: 60px;
    height: 60px;
    border: 8px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
} */

.full_news_wrap ul {
    padding: 0;
    list-style: none;
}

.full_news_wrap ul li {
    padding: 6px;
    padding-left: 70px;
    position: relative;
    color: #0156a9;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.full_news_wrap ul li:before {
    position: absolute;
    top: 2px;
    left: -15px;
    width: 70px;
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #0156a9;
    content: "\e916";
    font-family: 'icomoon';
    transition-duration: 0.5s;
}

/* .full_news_wrap ul li:hover:before {
    color: #337AB7;
    content: "\2714";
}     */

.full_news_wrap .news_inner_main_pic_right {
    margin-bottom: 40px;
}

.full_news_wrap .news_pic_block {
    max-width: 100%;
    flex: 1 1 250px;
}

blockquote {
    max-width: 937px;
    background-color: #eb4666;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
    padding: 20px;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    border-left-width: 27px;
    padding-bottom: 40px;
    position: relative;
}

blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background-image: url(../images/elips_spr_horiz.png);

}

.dop_news_wrap .news_sml_wrap {
    margin-left: 0;
}

.dop_news_wrap {
    flex: 0 1 350px;
}

.dop_news_wrap .worl_news_slider_block {
    margin: 0;
    margin-bottom: 30px;
}

.dop_news_wrap .worl_news_slider_top {
    flex-direction: column;
}

.dop_news_wrap .worl_news_slider_text {
    padding-left: 0;
}

.dop_news_wrap .change .worl_news_slider_top {
    flex-direction: row;
}

.dop_news_wrap .change .worl_news_slider_text {
    padding-left: 0;
}

.full_news_main_wrap {
    margin-bottom: 200px;
}

/* full news */


/* news */

/* tour podbor */
.new_f-dropdown-body {
    width: 100%;
}

.new_f-container {
    background: none !important;
}

.new_f-title {
    display: none;
}

.new_f-search-dates-popup.new_f-tip-active {
    display: none !important;
}

/*
.new_f-ext-btn-container {
    display: none;
} */
.new_f-ext-btn-container {
    width: 100% !important;
    text-align: right;
}

.new_f-ext-btn {
    color: #fff;
    background-color: #ff7342;
    border-radius: 6px;
    padding: 5px 6px;
    position: relative;
    top: 0;
    transition: top .3s linear;
    -webkit-transition: top .3s linear;
    -moz-transition: top .3s linear;
    -ms-transition: top .3s linear;
    -o-transition: top .3s linear;
}

.new_f-form .new_f-ext-btn {
    padding-left: 20px !important;
}

.new_f-ext-btn::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #973e1f;
    border-radius: 6px;
    z-index: -1;
    transition: bottom .3s linear;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
}

.new_f-ext-btn:hover {
    top: 4px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    background: #f74e13;
}

.new_f-ext-btn:hover:after {
    bottom: 0;
    transition: bottom .3s linear;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
}

.new_mobile-form .new_f-ext-btn-container {
    top: 0px !important;
    text-align: center;
}

/* .new_f-ext-btn-text {
    text-decoration: underline;
    position: relative;
    color: #000 !important;
}
.new_f-form .new_f-ext-btn {
    color: #000 !important;
} */
.new_f-form>.clearfix {
    width: 100% !important;
}

.new_os {
    z-index: 10 !important;
}

.new_f-dropdown-btn .cnt::after,
.new_f-dropdown-btn::after {
    border-color: #e93e5e transparent transparent !important;
}

.new_f-search-dates-wrap svg {
    fill: #e93e5e !important;
}

.new_os .new_f-form-submit {
    background: #e93e5e !important;
}

.new_f-people-item.active {
    background: #e93e5e !important;
}

.header_main_top {
    margin-bottom: 10px;
}

.new_r-container {
    margin-bottom: 35px;
}

.new_r-show-more-results {
    padding: 20px 0px;
    opacity: .01;
    position: relative;
}

.new_r-show-more-results {
    border: none !important;
}

.new_r-show-more-results:hover {
    background-color: #fff !important;
}

.new_r-show-more-results:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 300px;
    border: 1px solid #e93e5e;
}

.new_r-show-more-results:before {
    content: "Показать еще...";
    color: #5a4e4e;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    bottom: 0;
    margin: auto;
    max-width: 300px;
    z-index: 3;
}

.new_r-show-more-results:hover:after {
    background: #e93e5e;
}

.new_r-show-more-results:hover:before {
    color: #fff;
}

.hot_tours_title {
    font-size: 25px;
    position: relative;
    top: -40px;
    text-align: center;
}

.hot_tours_title span {
    position: relative;
    color: #ea3e5f;
}

.new_t-tab-content.tour {
    max-width: 100%;
}

/* tour podbor */


/* hotel serach btn */

.more_hotels {
    position: absolute;
    bottom: 35px;
    left: 5px;
    z-index: 10;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    margin-right: 177px;
}

.more_hotels_btn {
    color: #fff;
    background-color: #ff7342;
    border-radius: 6px;
    padding: 5px 14px;
    transition: top .3s linear;
    -webkit-transition: top .3s linear;
    -moz-transition: top .3s linear;
    -ms-transition: top .3s linear;
    -o-transition: top .3s linear;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.more_hotels_btn:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #973e1f;
    border-radius: 6px;
    z-index: -1;
    transition: bottom .3s linear;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
}

.more_hotels:hover {
    bottom: 31px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.more_hotels:hover .more_hotels_btn {

    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    background: #f74e13;
}

.more_hotels:hover .more_hotels_btn:after {
    bottom: 0;
    transition: bottom .3s linear;
    -webkit-transition: bottom .3s linear;
    -moz-transition: bottom .3s linear;
    -ms-transition: bottom .3s linear;
    -o-transition: bottom .3s linear;
}





@media (min-width: 1250px) {
    .new_f-form>.clearfix {
        display: flex;
        justify-content: space-between;
    }

    .new_f-form>.clearfix>div {
        flex: 1;
    }

}