.btn-hamburger {
    border: none;
    outline: none;
    background: transparent;
    height: 50px;
    width: 54px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: -10px;
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.c-hamburger::focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
}

.c-hamburger span::before {
    top: -8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.c-hamburger span::after {
    bottom: -8px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

@media (max-width: 1023px) {
    .promo .promo-form {
        display: none;
    }

    .panel-header {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*
        padding: 0 15px;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
*/
        background: url(/images/header-bg.jpg) no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .panel-header .row {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
    }

    .panel-header .row .ph-left {
        width: 70px;
        flex-shrink: 0;
    }

    .panel-header .row .ph-right {
        width: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -ms-align-items: center;
        align-items: center;
        flex-grow: 1;
    }

    .panel-header .row:nth-child(1) .ph-right {
        position: relative;
        margin-top: -19px;
    }

    .panel-header .row:nth-child(2) .ph-right {
        position: relative;
        margin-top: -25px;
    }
}

.panel-header {
    width: 100%;
    height: 90px;
    z-index: 210;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.panel-header .logo {
    padding-left: 10px;
}

.panel-header .logo img {
    height: 50px;
    display: block;
}

.panel-header .phone {
    padding-right: 10px;
    position: relative;
    top: -2px;
}

.panel-header .phone a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    /*    font-weight: bold;*/
}

.panel-header .feedback {
    position: relative;
    top: -2px;
}

.panel-header .feedback a {
    display: inline-block;
    text-decoration: none;
    background: #e88b2b;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    background: #3e538a;
    border-right: 1px solid #fff;
}

@media (max-width: 1023px) {
    body.mobile-menu-open {
        overflow: hidden;
    }

    body:before {
        content: '';
        display: block;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: opacity .5s ease-in-out;
    }

    body.mobile-menu-open:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        opacity: 1;
        z-index: 999;
    }
}

.mobile-menu-open .mobile-menu {
    /*right: 50px;
    left: 0;*/
    right: 0;
    opacity: 1;
}

.mobile-menu {
    position: fixed;
    /*left: -100%;*/
    right: -100%;
    top: 0;
    width: 50%;
    max-width: 600px;
    padding-bottom: 20px;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    overflow-y: auto;
    display: none;
    color: #000;
    -webkit-overflow-scrolling: touch;
    background: rgba(78, 77, 72, 1);
    background: -moz-linear-gradient(left, rgba(78, 77, 72, 1) 0%, rgba(2, 2, 2, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78, 77, 72, 1)), color-stop(100%, rgba(2, 2, 2, 1)));
    background: -webkit-linear-gradient(left, rgba(78, 77, 72, 1) 0%, rgba(2, 2, 2, 1) 100%);
    background: -o-linear-gradient(left, rgba(78, 77, 72, 1) 0%, rgba(2, 2, 2, 1) 100%);
    background: -ms-linear-gradient(left, rgba(78, 77, 72, 1) 0%, rgba(2, 2, 2, 1) 100%);
    background: linear-gradient(to right, rgba(78, 77, 72, 1) 0%, rgba(2, 2, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4d48', endColorstr='#020202', GradientType=1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mobile-menu .navigation > dl > dt > a {
    padding-left: 0;
}

/*
.select2-container--default .select2-selection--single {
    background: url(/images/location-icon_white.png) no-repeat;
}
*/

.mobile-menu .mobile-menu-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #d5d5d5;
}

.mobile-menu .mobile-menu-head .logo a {
    display: block;
    padding-top: 10px;
}

.mobile-menu .mobile-menu-head .logo img {
    display: block;
}

.mobile-menu .mobile-menu-head .close {
    opacity: 1;
}

.mobile-menu .mobile-menu-head .close img {
    display: block;
}

.mobile-menu a:active,
.mobile-menu a:hover {
    color: #0059B2 !important;
}

.mobile-menu .navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: auto;
}

.mobile-menu .navigation dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

.mobile-menu .navigation dl dt {
    margin-left: 10px;
    height: auto;
}

.mobile-menu .navigation .centered {
    padding: 0;
}

.mobile-menu .navigation dl a,
.mobile-menu .navigation dl a:hover,
.mobile-menu .navigation dl a:active {
    /*    color: #0059B2;*/
    color: #fff !important;
}

.mobile-menu .navigation dl dt.active a {
    text-decoration: none;
    font-weight: bold;
}

.mobile-menu .navigation .lv2 {
    border-bottom: 0;
    background: transparent;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
}

.mobile-menu .navigation .lv2 dt {
    margin-left: 0;
}

.mobile-menu .navigation .lv2 dl dt a {
    /*padding-left: 0;
    background: none !important;*/
    display: block;
}

.mobile-menu .navigation .lv2 dl dt a.active span {
    color: #e88b2b;
    font-weight: bold;
}

.mobile-menu .navigation .lv2 dl dt a i {
    color: #fff;
}

.mobile-menu .navigation .lv2 dl dt a.active i {
    color: #e88b2b;
    font-weight: normal;
}

.mobile-menu .navigation > dl > dt:nth-child(1) > a {
    display: none;
}

.mobile-menu .navigation > dl > dt:nth-child(n + 2) {
    display: none;
}

.mobile-menu ul {
    list-style-type: none;
    padding: 10px 0 0 !important;
    margin: 0 !important;
}

.mobile-menu ul li {
    margin: 0 !important;
}

.mobile-menu ul li a {
    display: block;
    font: normal 16px Roboto Condensed;
    color: #fff;
    padding: 10px;
}

.mobile-menu ul li a.active {
    color: #e88b2b;
    font-weight: bold;
    text-decoration: none;
}

.mobile-menu .navigation .location {
    margin-left: 0;
    padding-top: 10px;
}

/*
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
*/

.mobile-menu .social-networks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    padding-top: 15px;
    width: 100%;
}

.mobile-menu .social-networks a + a {
    margin-left: 10px;
}

.mobile-menu .social-networks img {
    display: block;
    width: 24px;
    height: auto;
}

@media (max-width: 767px) {
    body {
        padding-top: 90px;
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mobile-menu {
        display: block;
    }

    .centered {
        width: 100%;
    }

    .wrapper {
        width: 100% !important;
    }

    .promo .bx-viewport {
        /*height: 230px !important;*/
    }

    .promo .bx-viewport .slide {
        /*height: 230px !important;*/
    }

    .promo .bx-viewport .slide img {
        /*height: 230px !important;*/
        /*width: auto !important;*/
        width: 100%;
        max-width: none !important;
    }

    .promo .bx-wrapper {
        min-width: 100% !important;
        width: 100%;

    }

    .promo-bxslider {
        /*        width: 100%;*/
    }

    .promo-bxslider .slide {
        /*        width: 100% !important;*/
        /*        height: 200px;*/
    }

    #footer {
        display: none;
    }

    #header {
        display: none !important;
        z-index: 210;
        background: none;
        width: 234px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    #header > .centered.oh {
        display: none;
    }

    .subheader {
        margin-top: 12px;
        width: 100%;
    }

    .subheader .centered {
        justify-content: center;
        padding: 0 !important;
    }

    .panel-header .btn {
        margin-right: 0;
    }

    .panel-header .btn.xlg.invers a {
        justify-content: center;
        font-family: "Open Sans", sans-serif;
        font-weight: normal;
        width: auto;
        text-align: center;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        border-radius: 0;
        background: #e88b2b !important;
        border: 0;
    }

    #sing-viewing-modal.popup .modal-dialog {
        width: 300px;
    }

    #sing-viewing-modal .col-3 {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #sing-viewing-modal .col-3 > * {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #container {
        padding-top: 0;
    }

    .promo {
        margin-bottom: 30px;
    }

    .cap {
        bottom: 0;
        padding: 5px;
        width: 100%;
    }

    h1 {
        font-size: 22px;
    }

    .cap h1 {
        margin-bottom: 0;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    .centered {
        padding: 0 15px;
    }

    .layout.w220i .l-col {
        width: 100%;
        float: none;
    }

    .mb65 {
        margin-bottom: 30px;
    }

    .pb40 {
        padding-bottom: 30px;
    }

    .pt50 {
        padding-top: 30px;
    }

    .mb45 {
        margin-bottom: 30px;
    }

    .catalog-items {
        margin-left: 0;
    }

    .catalog-item.big {
        width: 100%;
        -webkit-background-size: 55% !important;
        background-size: 55% !important;
        background-position: right center !important;
        margin: 0 0 10px;
    }

    .advantages {
        margin-bottom: 0 !important;
    }

    .advantages .siber {
        top: 54px;
    }

    .advantages dl dt {
        width: 100%;
    }

    .cols2 > dl > dt {
        width: auto;
    }

    .item-tech img {
        max-width: 100%;
        margin-left: 0 !important;
    }

    .technology .btn.xlg {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        right: 0;
        top: -20px;
    }

    .appl {
        padding: 20px;
        height: auto;
    }

    .owl-carousel .owl-controls .owl-nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev {
        left: 0;
        position: relative;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next {
        left: 0;
        position: relative;
    }

    #reviews {
        padding-bottom: 40px;
    }

    #reviews h3 {
        font-size: 24px;
    }

    #reviews .item .video {
        width: 100%;
        float: none;
    }

    #reviews .item .review {
        width: 100%;
        float: none;
        height: auto;
        padding-top: 15px;
    }

    #reviews .item .link {
        position: relative;
    }

    .information {
        margin-bottom: -50px;
        padding-bottom: 0;
        position: relative;
    }

    .map .border-right {
        border: 0;
    }

    .border-right:after {
        display: none;
    }

    .map .border-right a {
        position: relative;
        padding-left: 0;
    }

    .footer-push {
        display: none;
    }

    .layout.w300i .l-col {
        float: none;
        width: 100%;
    }

    .layout.w300i .l-col img {
        max-width: 100%;
        height: auto;
    }

    .layout.w300i .r-col.preimushestva {
        text-align: left;
    }

    .layout.w300i .r-col {
        float: none;
        width: auto;
        text-align: center;
    }

    .head-catalog {
        height: auto;
        padding-bottom: 20px;
    }

    .layout.w300 .r-col {
        width: auto;
        float: none;
    }

    .layout.w300 .r-col img {
        max-width: 100%;
        height: auto;
    }

    .b-border {
        margin: 25px 0 !important;
    }

    .layout.w220 .l-col {
        display: block;
        width: 100%;
    }

    .layout.w220 .r-col {
        width: 100%;
        float: none;
    }

    .news-list .centered {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .news-list .centered .r-col {
        order: -1;
    }

    .news-list img {
        max-width: 100%;
        height: auto;
    }

    .mt50 {
        margin-top: 30px;
    }

    .modal-dialog {
        width: auto !important;
    }

    .modal-dialog dl dt {
        width: auto;
        float: none;
    }

    .modal-dialog textarea {
        width: 100%;
    }

    .service-pay dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    .service-pay dl dt {
        width: 100%;
        margin: 0 0 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }

    .service-pay dl dt label {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }

    .order-info {
        height: auto !important;
        padding: 20px 0 30px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .order-info .col {
        width: 100%;
        margin-bottom: 60px;
    }

    .order-info .fl-r {
        margin-bottom: 0;
    }

    .order-info .info-order {
        height: auto;
        width: auto;
        float: none;
    }

    .p20 {
        padding: 15px;
    }

    #our-geography {
        width: 100%;
        padding: 0 15px;
    }

    #our-geography p {
        width: 100%;
    }

    .panel-title > a {
        font-size: 16px;
    }

    .promo-term {
        overflow: hidden;
    }

    .promo-term img {
        /*
        min-width: 1px !important;
        max-width: 100% !important;
*/
    }

    .promo-term .info {
        height: auto;
        width: auto;
        padding: 10px;
        margin-right: 15px;
    }

    .promo-term .info.baykal {
        height: 237px;
        bottom: 30px;
    }

    .promo-term .info .wrapper {
        padding: 10px;
    }

    .promo-term .oh {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .promo-term .oh .fl-r.btn {
        width: 100%;
    }

    #content .img img {
        max-width: 100%;
        height: auto;
    }

    .about-term {
        margin-bottom: 10px;
    }

    .about-term .oh {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .about-term .oh dt:nth-child(1) {
        order: 1;
    }

    .about-term .oh dt:nth-child(2) {
        order: 3;
    }

    .about-term .oh dt:nth-child(2) dt + dt {
        margin-top: 15px;
    }

    .about-term .oh dt:nth-child(3) {
        order: 2;
        margin-bottom: 20px;
    }

    .plan u {
        margin-bottom: 15px;
        display: block;
    }

    .plan .w40 {
        width: 100%;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .plan .layout.w220i {
        padding-top: 20px;
    }

    .plan .layout.w220i .r-col {
        margin: 0 auto;
        width: 100%;
    }

    .plan .oh {
        margin: 0;
    }

    .plan .oh img {
        max-width: 100%;
        height: auto;
    }

    .appl-inner {
        height: auto;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 10px 0;
    }

    .appl-inner .bg-white {
        height: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        margin-top: 0;
        padding: 10px;
    }

    .appl-inner .bg-white .img {
        margin-right: 0;
        width: 100%;
    }

    .appl-inner .bg-white img {
        width: 100%;
    }

    .appl-inner .text {
        width: 100%;
    }

    .features .border {
        height: auto;
        padding-bottom: 20px;
    }

    .popup .close {
        opacity: 1 !important;
    }

    .modal-dialog input {
        width: 100% !important;
    }

    .item-tech.it3 {
        position: relative;
        margin-top: 110px;
    }

    .item-tech.it3 .text {
        left: 0;
        width: 155px;
    }

    .the-bathhouse .bx-controls-direction .bx-controls {
        display: none;
    }
}

.the-bathhouse {
    position: relative;
}

.the-bathhouse ul {
    padding-top: 0;
}

.the-bathhouse .bx-controls .bx-controls-direction a {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

.the-bathhouse .bx-controls .bx-controls-direction a.bx-next {
    right: 0;
    left: auto;
}

.the-bathhouse .bx-controls .bx-controls-direction a span {
    display: block;
    width: 20px;
    height: 34px;
    background: url(/images/promo-carousel-navi.png) left top no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -14px;
    position: absolute;
}

.the-bathhouse .bx-controls .bx-controls-direction a.bx-prev span {
    background-position: 0px center;
}

.the-bathhouse .bx-controls .bx-controls-direction a.bx-next span {
    background-position: -30px center;
}

@media (min-width: 1024px) {
    .the-bathhouse ul li {
        overflow: hidden;
        height: 345px;
    }

    .the-bathhouse ul li img {
        height: 100%;
        width: auto;
    }
}

@media (max-width: 767px) {
    .preview-terms.preview-terms_custom {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .preview-terms.preview-terms_custom .centered {
        padding: 0;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom {
        margin: 0;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.the-bathhouse.the-bathhouse_custom {
        margin: 0;
        position: relative;
        width: 100%;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.the-bathhouse.the-bathhouse_custom .bx-wrapper {
        padding: 0;
        position: relative;
        width: auto;
        max-width: none !important;
    }

    .the-bathhouse_slider .the-bathhouse_slider_inner {
        padding: 0;
    }

    .the-bathhouse_slider .the-bathhouse_slider_inner .the-bathhouse_slide {
        height: 68.26666666666667vw;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.the-bathhouse.the-bathhouse_custom .bx-wrapper ul li {
        height: 68.26666666666667vw;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.the-bathhouse.the-bathhouse_custom .bx-wrapper .bx-controls .bx-controls-direction a {
        width: 24px;
        height: 24px;
        -webkit-background-size: 6px;
        background-size: 6px;
        top: 31vw;
    }

    .the-bathhouse_slider .the-bathhouse_slider_btn {
        width: 24px;
        height: 24px;
        -webkit-background-size: 6px;
        background-size: 6px;
    }

    .the-bathhouse_slider .the-bathhouse_slider_btn.the-bathhouse_slider_prev {
        left: 10px;
    }

    .the-bathhouse_slider .the-bathhouse_slider_btn.the-bathhouse_slider_next {
        right: 10px;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.the-bathhouse.the-bathhouse_custom .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        left: 10px;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.the-bathhouse.the-bathhouse_custom .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        right: 10px;
    }

    .dot.the-bathhouse_slider_dot ul li:hover {
        background: #dcc0a3;
    }

    .dot.the-bathhouse_slider_dot ul li.slick-active {
        background: #000 !important;
    }

    .preview-terms.preview-terms_custom dl.oh.oh_custom dt.preview-terms_custom_info {
        margin-left: 0;
        margin-bottom: 0;
    }

    .preview-terms_custom_info .preview-terms_custom_text {
        margin-bottom: 0;
    }

    .preview-terms_custom_info .preview-terms_custom_text img {
        width: 50px;
        display: block;
        margin: 0 auto 0;
    }

}

.light-style-box-pb{
  text-align:center;
  padding:25px 0px 10px 0px;
  margin:50px 3% 40px 3%;
}
.h1style-pb{
  font-size:24px;
}
.picture-box-pb{
  text-align:center;
}
image-center-pb{
  display:block;
  margin-right:auto;
  margin-left:auto;
}