body, html {
    height: 100%;
    margin: 0;
}

@font-face {
    font-family:RobotoCondensedLight;
    src:url(/fonts/roboto_condensed_light.eot);
    src:url(/fonts/roboto_condensed_light.eot?#iefix) format('embedded-opentype'),
        url(/fonts/roboto_condensed_light.woff2) format('woff2'),
        url(/fonts/roboto_condensed_light.woff) format('woff'),
        url(/fonts/roboto_condensed_light.ttf) format('truetype');
    font-weight:400
}

@font-face {
    font-family:BebasNeueRegular;
    src:url(/fonts/bebasneueregular.eot);
    src:url(/fonts/bebasneueregular.eot?#iefix) format('embedded-opentype'),
        url(/fonts/bebasneueregular.woff2) format('woff2'),
        url(/fonts/bebasneueregular.woff) format('woff'),
        url(/fonts/bebasneueregular.ttf) format('truetype');
    font-weight:400
}

@font-face {
    font-family:OpenSans;
    src:url(/fonts/OpenSans.eot);
    src:url(/fonts/OpenSans.eot?#iefix) format('embedded-opentype'),
        url(/fonts/OpenSans.woff2) format('woff2'),
        url(/fonts/OpenSans.woff) format('woff'),
        url(/fonts/OpenSans.ttf) format('truetype');
    font-weight:400
}

@font-face {
    font-family:Arbat;
    src:url(/fonts/arbat.eot);
    src:url(/fonts/arbat.eot?#iefix) format('embedded-opentype'),
        url(/fonts/arbat.woff2) format('woff2'),
        url(/fonts/arbat.woff) format('woff'),
        url(/fonts/arbat.ttf) format('truetype');
    font-weight:400
}

.main {
    height: 100%;
}

.main-1 {
    background: url("/pics/index_usik.jpg") no-repeat 35% center;
    /*background: url("/pics/index_usik.jpg") no-repeat center center;*/
    background-size: cover;
    width: 50%;
}

.main-2 {
    /*background: url("/pics/index_baza.jpg") no-repeat center center;*/
    background: url("/pics/index_baza_2.jpg") no-repeat center center;
    background-size: cover;
    border-left: 5px solid #ffc100;
    width: 50%;
}

    @media all and  (max-width: 992px) {
        .main-1 {
            display: block;
            width: 100% !important;
            height: 50vh;
        }

        .main-2 {
            display: block;
            width: 100% !important;
            height: 50vh;
            border-left: 0 solid #ffc100;
            border-top: 5px solid #ffc100;
        }
    }

.main-1, .main-2 {
    text-align: center;
    cursor: pointer;
    transition: all 1s ease;
    filter: grayscale(0.9);
}

.main-1:hover, .main-2:hover {
    transition: all 1s ease;
    filter: grayscale(0);
}

.main-razd-title {
    display: block;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    color: #fff;
    font-size: 70px;
    margin-top: 20%;
    text-shadow: 1px 1px 1px #000000;
    text-decoration: none;
    transition: all 1s;
}

.main-razd-title:hover {
    color: #ffc100;
    transition: all 1s;
}

.main-razd-txt {
    font-family: Helvetica, OpenSans, Verdana, sans-serif;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

    @media all and  (max-width: 750px) {
        .main-razd-title {
            font-size: 40px;
            margin-top: 30%;
        }

        .main-razd-txt {
            font-size: 16px;
        }
    }

.main-logo {
    height: 150px;
    width: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-left: -73px;
    margin-top: -75px;
    background-color: #ffc100;
    padding-top: 30px;
    z-index: 3;
}

.main-logo-text {
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
    color: white;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
}

.main-menu {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    padding-left: 8%;
    padding-right: 8%;
    z-index: 2;
}

.main-menu-left {
    color: white;
    font-family: Helvetica, OpenSans, Verdana, sans-serif;
    padding-top: 12px;
    font-size: 25px;
    font-weight: bold;
}

.main-menu-right {
    color: white;
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    padding-top: 16px;
    font-size: 20px;
    font-weight: bold;
}

    @media all and  (max-width: 550px) {
        .main-menu-left {
            font-size: 20px;
        }

        .main-menu-right {
            font-size: 16px;
        }
    }

.main-menu-left a, .main-menu-right a {
    text-decoration: none;
}

.main-menu-left:hover, .main-menu-right:hover  {
    color: #ffc100;
}

.main-mobile {
    height: 100%;
}

/* ----------------------------------------- */
/* -------------- inner pages -------------- */
/* ----------------------------------------- */
/* ----------------------------------------- */
/* ---------- 1 - bathhouse (bath) --------- */
/* ----------------------------------------- */

.bath-top-photo {
    /*background: url("/pics/bath_top_photo.jpg") no-repeat center center;
    background-size: cover;*/
    height: 756px;
}

.bath-top-photo__min {
    display: none;
}

    @media screen and (max-width: 400px) {
        .bath-top-photo {
            display: none;
        }

        .bath-top-photo__min {
            display: block;
            background: url("/pics/bath_top_photo_3min.jpg") no-repeat 20% center;
            background-size: cover;
            height: 100%;
        }
    }

#topbar {
    height: 70px;
    background-color: rgba(0, 0, 0, 0);
    /*-webkit-box-shadow: 0 2px 4px #6d6d6d;
    box-shadow: 0 2px 4px #6d6d6d;*/ /* #525252 */
    transition: height 0.4s , background-color 0.8s;
    z-index: 2;
}

.bath-top-menu-left {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 26px;
    height: 80px;
    padding-top: 12px;
    /*background-color: black;*/
}

    @media screen and (max-width: 400px) {
        .bath-top-menu-left {
            font-size: 22px;
            padding-top: 17px;
        }
    }

.bath-top-menu-left a {
    text-decoration: none;
}

.bath-top-menu-left a:hover {
    color: #00FFFF;
}

.bath-top-menu-left span {
    color: #00FFFF;
}

.bath-top-menu-right {
    font-family: RobotoCondensedLight, Verdana, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 17px;
    padding-right: 16px;

    /*font-family: Verdana, Arial, sans-serif;*/
    color: white;
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    /*padding-top: 22px;*/
    /*background-color: black;*/
}

.bath-top-menu-right a {
    text-decoration: none;
    padding-left: 20px;
}

.bath-top-menu-right a:hover {
    color: #00FFFF;
}

.bath-top-menu-right span {
    color: #00FFFF;
}

.bath-top-menu-right span:hover {
    color: #fff;
}

.bath-top__dop, .resort-top__dop {
    padding-left: 10px!important;
}

.bath-top__block, .resort-top__block {
    padding-top: 20px;
}


/*------------------------- overlay menu ------------------------*/

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    /*top: 25%;*/
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px;
}

    @media screen and (max-height: 450px) {
        .overlay {overflow-y: auto;}
        .overlay a {font-size: 20px}
        .overlay .closebtn {
            font-size: 30px;
            top: 15px;
            right: 35px;
        }
    }

/*------------------------- #overlay menu ------------------------*/

.bath-top-text {
    padding-top: 200px;
}

.bath-top-text-1 {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    color: white;
    font-size: 57px;
    letter-spacing: 3px;
}

    @media screen and (max-width: 600px) {
        .bath-top-text-1 {
            font-size: 37px;
        }
    }

.bath-top-text-2 {
    background: url("/pics/bath-fon-2.png") no-repeat left center;
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 17px;
    padding-left: 24px;
}

.bath-top-text-3 {
    padding-top: 30px;
}

.bath-top-text-3 a {
    background-color: transparent;
    color: #00FFFF;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #00FFFF;
    text-decoration: none;
    width: 194px;
    height: 52px;
    text-align: center;
    /*padding: 9px 28px 11px 28px;*/
    transition: all 0.4s;
}

.bath-top-text-3 a:hover {
    color: white;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.73);
    transition: all 0.4s;
}

.bath-top-under-photo {
    background: #0C5ECD url("/pics/bath_top_line_under_photo.png") repeat-x left top;
    min-height: 235px;
}

.bath-top-4blocks {
    margin-top: -100px;
}

@media screen and (max-width: 400px) {
    .bath-top-4blocks {
        margin-top: 40px;
    }
}

.bath-top-4-blocks {
    background-color: white;
    border: 2px solid white;
    border-radius: 6px;
    padding: 16px 20px;
    min-height: 340px;
    text-align: center;
    transition: all 0.4s;
}

.bath-top-4-blocks:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-box-shadow: 0 0 19px 2px white;
    box-shadow: 0 0 19px 2px white;
    transition: all 0.4s;
}

.bath-top-block-1 {
    padding-left: 16px;
    padding-right: 22px;
    margin-bottom: 42px;
}

.bath-top-block-2, .bath-top-block-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 42px;
}

.bath-top-block-4 {
    padding-left: 22px;
    padding-right: 16px;
    margin-bottom: 42px;
}

    @media all and  (max-width: 992px) {
        .bath-top-4-blocks {
            max-width: 280px;
            margin: auto;
        }

        .bath-top-block-1 {
            padding-left: 16px;
            padding-right: 16px;
        }

        .bath-top-block-2, .bath-top-block-3 {
            padding-left: 16px;
            padding-right: 16px;
        }

        .bath-top-block-4 {
            padding-left: 16px;
            padding-right: 16px;
        }
    }

.bath-top-icon {
    padding-top: 20px;
}

.bath-top-icon-title {
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
}

.bath-top-icon-txt {
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #333;
    font-size: 15px;
    padding-top: 20px;
}

a.bath-top {
    font-weight: bold;
    text-decoration: none;
}

a.bath-top:hover {
    text-decoration: underline;
}

.bath-next-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bath-next-block-title {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    font-size: 34px;
    letter-spacing: 0.7px;
    padding-bottom: 25px;
}

.bath-next-block-txt {
    font-size: 14px;
    padding-bottom: 36px;
    text-align: justify;
}

.bath-next-block-btn-0 {
    padding-bottom: 50px;
}

.bath-next-block-btn {
    font-family: OpenSans, Verdana, Helvetica, sans-serif;
    display: inline-table;
    background-color: white;
    color: #0C5ECD;
    font-size: 15px;
    border: 1px solid #0C5ECD;
    text-decoration: none;
    padding: 9px 28px 11px 28px;
    transition: all 0.4s;
    min-width: 170px;
    margin-bottom: 14px;
    text-align: center;
}

.bath-next-block-btn:hover {
    background-color: #0C5ECD;
    color: white;
    border: 1px solid #0C5ECD;
    -webkit-box-shadow: 0 0 19px 2px #8C8C8C;
    box-shadow: 0 0 19px 2px #8C8C8C;
    transition: all 0.4s;
}

.bath-next-block-ph1 {
    padding-right: 20px;
}

.bath-next-block-ph1-d {
    background: url("/pics/bath-fon.png") no-repeat right bottom;
    padding-right: 7px;
    padding-bottom: 7px;
}

    @media all and (max-width: 500px) {
        .bath-next-block-ph1-d {
            background: url("/pics/bath-fon-mini.png") no-repeat right bottom;
        }
    }

.bath-next-block-ph2 {
    padding-left: 20px;
    margin-top: -7px;
}

.bath-next-block-ph2-d {
    background: url("/pics/bath-fon.png") no-repeat left top;
    padding-left: 7px;
    padding-top: 7px;
}

    @media all and (max-width: 500px) {
        .bath-next-block-ph2-d {
            background: url("/pics/bath-fon-mini.png") no-repeat left top;
        }
    }

.bath-index-order-item {
    padding: 0;
    transition: all 0.4s;
    margin-bottom: 48px;
    border-radius: 8px;
}

.bath-index-order-item:hover {
    -webkit-box-shadow: 0 0 19px 2px #bbb;
    box-shadow: 0 0 19px 2px #bbbbbb;
    /*-webkit-transform: translateY(-5px);
    transform: translateY(-5px);*/
    transition: all 0.4s;
}

.bath-index-item-title {
    padding: 24px 32px 24px 32px;
    color: #333;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 27px;
}

.bath-index-item-photo {
    padding-right: 8px;
}

.bath-index-item-photo img {
    border: 0;
}

    @media all and (max-width: 992px) {
        .bath-index-item-photo {
            padding-right: 0;
            margin-bottom: 32px;
        }
    }

.bath-gallery-img {
    margin-top: 8px;
    height: 60px;
    width: 80px;
}

.bath-index-item-txt {
    padding-left: 16px;
}

    @media all and (max-width: 992px) {
        .bath-index-item-txt {
            padding-left: 0;
        }
    }

.bath-index-item-price {
    float: left;
    width: 50%;
    padding-right: 5px;
}

    @media all and (max-width: 992px) {
        .bath-index-item-price {
            float: none;
            width: 100%;
            padding-right: 0;
        }
    }

.bath-index-item-price > div {
    background-color: #FF8F20;
    color: white;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    font-size: 38px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.bath-index-item-price > div > span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.bath-index-item-order {
    float: left;
    width: 50%;
    padding-left: 5px;
}

@media all and (max-width: 992px) {
    .bath-index-item-order {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.bath-index-item-order a {
    display: block;
    background-color: #727AA5;
    color: white;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;

    min-height: 67px;
    padding-top: 17px;
    transition: all 0.4s;
}

.bath-index-item-order a:hover {
    background-color: #0C5ECD;
    transition: all 0.4s;
}

.bath-index-item-r, .bath-index-item-r1 {
    padding: 8px 8px 10px 30px;
    color: #7d7d7d;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    background: url("/pics/bath_item_ok.png") no-repeat left center;
}

.bath-index-item-r1 {
    border-top: 1px solid #EAEAEA;
}

.bath-index-item-info {
    color: #454545;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

.bath-index-item-info p {
    color: #3B3B3B;
    font-family: RobotoCondensedLight, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.bath-index-image {
    width: 100%;
}

.bath-index-gallery-1 {
    margin-top: 90px;
    height: 4px;
    background-color: white;
    border-top: 1px solid #856065;
}

.bath-index-gallery-2 {
    height: 5px;
    background-color: #856065;
    margin-bottom: 4px;
}

@media all and (max-width: 600px) {
    .bath-index-gallery-1 {
        margin-top: 30px;
    }
}

.bath-index-gallery-ph {
    padding-bottom: 70px;
}

.bath-index-comments {
    background-color: #F8F9FA;
}

.bath-index-comments-title {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #1F1F1F;
    font-size: 34px;
    text-align: center;
}

.bath-index-comments-block {
    margin-top: 70px;
}

.bath-index-comments-item {
    min-height: 240px;
    background-color: white;
    border-radius: 9px;
    transition: all 0.4s;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.bath-index-comments-item:hover {
    -webkit-box-shadow: 0 0 19px 2px #d5d5d5;
    box-shadow: 0 0 19px 2px #d5d5d5;
    transition: all 0.4s;
}

.bath-comments-icon {
    margin-top: -15px;
    height: 26px;
    background: url("/pics/bath-green-quote.png") no-repeat left center;
}

.bath-comments-text {
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #6b6b6b;
    font-size: 15px;
    padding-top: 20px;
    padding-left: 3px;
    padding-right: 3px;
    font-style: italic;
}

.bath-comments-client {
    position: absolute;
    bottom: 10px;
}

.bath-comments-ph {
    float: left;
    width: 88px;
    height: 95px;
}

.bath-comments-ph-info {
    float: left;
}

.bath-comments-client-name {
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #383838;
    font-size: 22px;
    padding-left: 18px;
    padding-top: 12px;
}

.bath-comments-client-job {
    padding-left: 19px;
    font-family: Arial, Verdana, sans-serif;
    color: #8D8D8D;
    font-size: 15px;
}

.bath-index-comments-btn {
    font-family: Verdana, Arial, sans-serif;
    color: #24A148;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #C3C3C3;
    text-decoration: none;
    background-color: white;
    padding: 12px 30px 12px 30px;
    transition: all 0.4s;
}

.bath-index-comments-btn:hover {
    -webkit-box-shadow: 0 0 19px 2px #b8b8b8;
    box-shadow: 0 0 19px 2px #b8b8b8;
    transition: all 0.4s;
}

.bath-footer {
    background-color: #21243D;
    color: white;
}

.bath-footer-firm {
    padding-right: 20px;
}

.bath-footer-firm-title {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 26px;
    padding-bottom: 50px;
}

.bath-footer-firm-title a {
    text-decoration: none;
}

.bath-footer-firm-title span {
    color: #00FFFF;
}

.bath-footer-firm-info {
    color: #AAAAAA;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    transition: all 0.4s;
    padding-bottom: 64px;
}

.bath-footer-firm-info:hover {
    color: white;
    transition: all 0.4s;
}

.bath-footer-links {
    padding-left: 40px;
}

    @media all and  (max-width: 600px) {
        .bath-footer-firm {
            padding-right: 16px;
        }

        .bath-footer-links {
            padding-left: 16px;
        }
    }

.bath-footer-links-title {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 34px;
}

.bath-footer-links-info {
    padding-bottom: 36px;
}

.bath-footer-links-info ul {
    padding-left: 16px;
}

.bath-footer-links-info li {
    color: #00FFFF;
    padding-left: 10px;
    line-height: 2em;
}

.bath-footer-links-info a {
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #aaa;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s;
}

.bath-footer-links-info a:hover {
    color: #fff;
    padding-left: 10px;
    transition: all 0.4s;
}

.bath-footer-qstn-title {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 54px;
}

.bath-footer-qstn-info div {
    min-height: 30px;
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #aaa;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 4px;
    padding-bottom: 30px;
    padding-left: 60px;
    transition: all 0.4s;
}

.bath-footer-qstn-info div:hover {
    color: white;
    transition: all 0.4s;
}

.bath-footer-qstn-info .bath_icon_1 {
    background: url('/pics/bath-footer-icon-1.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .bath_icon_2 {
    background: url('/pics/bath-footer-icon-2.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .bath_icon_3 {
    background: url('/pics/bath-footer-icon-3.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .bath_icon_4 {
    background: url('/pics/bath-footer-icon-4.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .bath_icon_5 {
    background: url('/pics/bath-footer-icon-5.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info a {
    color: #aaa;
    text-decoration: none;
}

.bath-footer-qstn-info a:hover {
    color: white;
}

.bath-footer-qstn-info .resort_icon_1 {
    background: url('/pics/resort-footer-icon-1.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .resort_icon_2 {
    background: url('/pics/resort-footer-icon-2.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .resort_icon_3 {
    background: url('/pics/resort-footer-icon-3.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .resort_icon_4 {
    background: url('/pics/resort-footer-icon-4.png') no-repeat left top;
    cursor: pointer;
}

.bath-footer-qstn-info .resort_icon_5 {
    background: url('/pics/resort-footer-icon-5.png') no-repeat left top;
    cursor: pointer;
}

/* ------------- - bath inner page ---------------- */


.bath-inner-top-photo {
    height: 350px;
    /*background: url("/pics/bath-index-top-photo.jpg") no-repeat center center;
    background-size: cover;*/
}

.resort-inner-top-photo {
    height: 350px;
    /*background: url("/pics/bath-index-top-photo.jpg") no-repeat center center;
    background-size: cover;*/
}

    @media all and  (max-width: 600px) {
        .resort-inner-top-photo, .bath-inner-top-photo {
            height: 200px;
        }
    }

.inner-main-block {
    min-height: 600px;
}

.inner-main-block-m {
    min-height: 100px;
}

#topbar2 {
    height: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    /*-webkit-box-shadow: 0 2px 4px #6d6d6d;
    box-shadow: 0 2px 4px #6d6d6d;*/ /* #525252 */
    transition: height 0.4s , background-color 0.8s;
    z-index: 2;
}

.inner-top-line {
    height: 4px;
    background-color: black;
    margin-top: 2px;
}

.inner-title {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #1F1F1F;
    font-size: 28px;
    padding-left: 27px;
    background: url("/pics/bath-fon-3.png") no-repeat left 8px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.inner-above-footer {
    height: 78px;
    background-color: #EBEFFC;
}



/* ------------- !!! - copyrights ---------------- */

.copyrights-block {
    background-color: #181717;
}

.main-copyrights-1 {
    float: left;
    color: #999;
    font-size: 13px;
}

.main-copyrights-2 {
    float: right;
    color: #999;
    font-size: 13px;
}

@media all and  (max-width: 992px) {

    .main-copyrights {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-copyrights-1 {
        float: none;
        text-align: center;
    }

    .main-copyrights-2 {
        float: none;
        text-align: center;
    }
}

a.dlogic {
    font-weight: bold;
    text-decoration: none;
}

a.dlogic:hover {
    color: white;
}


/* ----------------------------------------- */
/* ---------- 2 - resort (resort) ---------- */
/* ----------------------------------------- */



.resort-top-text {
    /*padding-top: 200px;*/
    padding-top: 30vh;
}

.resort-top-text-1 {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    color: white;
    font-size: 57px;
    letter-spacing: 3px;
}

    @media screen and (max-width: 600px) {
        .resort-top-text-1 {
            font-size: 37px;
        }
    }

.resort-top-text-2 {
    background: url("/pics/resort-fon-2.png") no-repeat left center;
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 17px;
    padding-left: 24px;
}

.resort-top-text-3 {
    padding-top: 30px;
}

.resort-top-text-3 a {
    background-color: transparent;
    color: #00FF7F;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #00FF7F;
    text-decoration: none;
    width: 194px;
    height: 52px;
    text-align: center;
    /*padding: 9px 28px 11px 28px;*/
    transition: all 0.4s;
}

.resort-top-text-3 a:hover {
    color: white;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.73);
    transition: all 0.4s;
}

.resort-index-top-photo {
    height: 100vh;
}

.resort-index-top-fon {
    min-height: 346px;
    background: url("/pics/resort-index-top-fon.png") repeat-x left bottom #21243D;
    padding-bottom: 8px;
}

.resort-index-top-4blocks {
    margin-top: -65px;
    padding-left: 8px;
    padding-right: 8px;
}

.resort-index-top-4blocks > div {
    padding-left: 8px;
    padding-right: 8px;
}

.resort-index-top-4blocks > div > div {
    height: 374px;
    border: 3px solid #24A148;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

.block-1 {
    background: url("/pics/resort-top-fon-block-1.jpg") no-repeat left top white;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.4s;
}

.block-2 {
    background: url("/pics/resort-top-fon-block-2.jpg") no-repeat left top white;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.4s;
}

.block-3 {
    background: url("/pics/resort-top-fon-block-3.jpg") no-repeat left top white;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.4s;
}

.block-4 {
    background: url("/pics/resort-top-fon-block-4.jpg") no-repeat left top white;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all 0.4s;
}

.block-1:hover, .block-2:hover, .block-3:hover, .block-4:hover  {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.4s;
}


.block-title {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 16px;
    padding-left: 23px;
    padding-top: 18px;
}

.block-ph-link {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);

    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    color: #545454;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 9px;
    transition: all 0.4s;
}

.block-ph-link:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

.resort-top-menu-left {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 26px;
    height: 80px;
    padding-top: 12px;
    /*background-color: black;*/
}

    @media screen and (max-width: 400px) {
        .resort-top-menu-left {
            font-size: 22px;
            padding-top: 17px;
        }
    }

.resort-top-menu-left a {
    text-decoration: none;
}

.resort-top-menu-left a:hover {
    color: #00FF7F;
}

.resort-top-menu-left span {
    color: #00FF7F;
}

.resort-top-menu-right {
    /*font-family: BebasNeueRegular, Verdana, sans-serif;*/
    font-family: RobotoCondensedLight, Verdana, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 17px;
    padding-right: 16px;

    /*font-family: Verdana, Arial, sans-serif;*/
    color: white;
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    /*padding-top: 22px;*/
    /*background-color: black;*/
}

.resort-top-menu-right a {
    text-decoration: none;
    padding-left: 20px;
}

.resort-top-menu-right a:hover {
    color: #00FF7F;
}

.resort-top-menu-right span {
    color: #00FF7F;
}

.resort-top-menu-right span:hover {
    color: #fff;
}

.resort-3blocks {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: white;
}

.resort-3blocks-tit1 {
    text-align: center;
    margin-bottom: 12px;
}

.resort-3blocks-tit2 {
    text-align: center;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    color: #1F1F1F;
    font-size: 34px;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

.resort-d1 {
    height: 10px;
    padding: 1px 25px 1px 25px;
    border-top: 1px solid #24A148;
    font-size: 3px;
}

.resort-d2 {
    padding: 8px 16px 16px 20px;
    color: #38A959;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.resort-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.resort-3blocks-item {
    flex: 1;
    min-width: 300px;
    max-width: 430px;

    border: 1px solid #EAEAEA;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
    padding-bottom: 48px;
    transition: all 0.4s;
}

.resort-3blocks-item:hover {
    -webkit-box-shadow: 0 5px 19px 2px #cfcfcf;
    box-shadow: 0 5px 19px 2px #cfcfcf;
    transition: all 0.4s;
}

.blocks-item-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.resort-3blocks-photo {
    height: 240px;
}

.resort-3blocks-title {
    font-family: Arbat, sans-serif;
    color: #38A959;
    font-size: 22px;
    text-align: center;
    padding-top: 16px;
}

.resort-3blocks-txt {
    flex: 1 1 auto;
    font-family: Verdana, Arial, sans-serif;
    color: black;
    font-size: 13px;
    text-align: center;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
}

.resort-3blocks-btn {
    text-align: center;
    margin-top: 34px;
}

.resort-3blocks-btn a {
    background-color: #eee;
    padding: 12px 40px 15px 40px;
    border: 1px solid #38A959;
    font-family: Verdana, Arial, sans-serif;
    color: #38A959;
    font-size: 13px;
    text-decoration: none;

    transition: all 0.4s;
}

.resort-3blocks-btn a:hover {
    background-color: #38A959;
    color: white;

    -webkit-box-shadow: 0 0 14px #7f7f7f;
    box-shadow: 0 0 14px #7f7f7f;
    transition: all 0.4s;
}

.resort-index-orders {
    background-color: #F4F5F7;
    padding-top: 28px;
    padding-bottom: 24px;
    margin-bottom: 42px;
}

.resort-index-orders-title {
    text-align: center;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    color: #1F1F1F;
    font-size: 34px;
    letter-spacing: 1px;
}

.resort-index-order-item {
    padding: 0;
    transition: all 0.4s;
    margin-bottom: 48px;
    border-radius: 8px;
}

.resort-index-order-item:hover {
    -webkit-box-shadow: 0 0 19px 2px #bbb;
    box-shadow: 0 0 19px 2px #bbbbbb;
    /*-webkit-transform: translateY(-5px);
    transform: translateY(-5px);*/
    transition: all 0.4s;
}

.resort-index-item-title {
    padding: 24px 32px 24px 42px;
    color: #333;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 27px;
    background: url("/pics/resort-index-order-fon-3.png") no-repeat 16px center ;
}

.resort-index-item-photo {
    padding-right: 8px;
}

.resort-index-item-photo img {
    border: 0;
}

    @media all and (max-width: 992px) {
        .resort-index-item-photo {
            padding-right: 0;
            margin-bottom: 32px;
        }
    }

.resort-gallery-img {
    margin-top: 8px;
    height: 60px;
    width: 80px;
}

.resort-index-item-txt {
    padding-left: 16px;
}

    @media all and (max-width: 992px) {
        .resort-index-item-txt {
            padding-left: 0;
        }
    }

.resort-index-item-price {
    float: left;
    width: 50%;
    padding-right: 5px;
}

@media all and (max-width: 992px) {
    .resort-index-item-price {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

.resort-index-item-price > div {
    background-color: #FF8F20;
    color: white;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    font-size: 38px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.resort-index-item-price > div > span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.resort-index-item-order {
    float: left;
    width: 50%;
    padding-left: 5px;
}

@media all and (max-width: 992px) {
    .resort-index-item-order {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

.resort-index-item-order a {
    display: block;
    background-color: #38A959;
    color: white;
    font-family: BebasNeueRegular, Verdana, sans-serif;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;

    min-height: 67px;
    padding-top: 17px;
    transition: all 0.4s;
}

.resort-index-item-order a:hover {
    background-color: #2c8647;
    transition: all 0.4s;
}

.resort-index-item-r, .resort-index-item-r1 {
    padding: 8px 8px 10px 30px;
    color: #7d7d7d;
    font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    background: url("/pics/resort_item_ok.png") no-repeat left 14px;
}

.resort-index-item-r1 {
    border-top: 1px solid #EAEAEA;
}

.resort-index-item-info {
    color: #454545;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
}

.resort-index-item-info p {
    color: #3B3B3B;
    font-family: RobotoCondensedLight, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.resort-index-bottom-text {
    background-color: #F4F5F7;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 48px;
}

.resort-index-bottom-text-2 {
    font-family: Verdana, Arial, sans-serif;
    color: black;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
    background: url("/pics/resort-index-green-square.png") no-repeat 16px 22px;
}

.resort-index-bottom-text-2 p {
    text-indent: 26px;
}

img.resort-index-gallery {
    width: 100%;
    height: auto;
    cursor: pointer;
    border: 0;
}

.resort-footer-firm-title {
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 26px;
    padding-bottom: 50px;
}

.resort-footer-firm-title a {
    text-decoration: none;
}

.resort-footer-firm-title span {
    color: #00FF7F;
}

.resort-footer-links-info {
    padding-bottom: 36px;
}

.resort-footer-links-info ul {
    padding-left: 16px;
}

.resort-footer-links-info li {
    color: #00FF7F;
    padding-left: 10px;
    line-height: 2em;
}

.resort-footer-links-info a {
    font-family: OpenSans, Helvetica, Verdana, sans-serif;
    color: #aaa;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s;
}

.resort-footer-links-info a:hover {
    color: #fff;
    padding-left: 10px;
    transition: all 0.4s;
}

.resort-inner-title {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #1F1F1F;
    font-size: 28px;
    padding-left: 27px;
    background: url("/pics/resort-fon-3.png") no-repeat left 8px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.error-404-container {
    height: 100vh;
    background-color: #f5f5f5;
}

.error-404-outer {
    display: table;
    width: 100%;
    height: 50%;
    cursor: pointer;
}

.error-404-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.error-404-txt {
    font-family: BebasNeueRegular, Verdana, sans-serif;
    letter-spacing: 1px;
    color: #1F1F1F;
    font-size: 48px;
}

.inner-info {
    margin-bottom: 80px;
    font-family: OpenSans, Verdana, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
}

.inner-info2 {
    margin-bottom: 36px;
    font-family: OpenSans, Verdana, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
}

.inner-info-m {
    font-family: OpenSans, Verdana, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
}

.inner-info-text {
    text-align: justify;
    padding-bottom: 48px;
}

.inner-info-text-m {
    text-align: justify;
    padding-bottom: 16px;
}

.inner-info-text h3 {
    padding-bottom: 24px;
}

.inner-info-text li {
    padding-left: 20px;
}

.inner-info-text-2 {
    text-align: justify;
}

.inner-info-text-2 li {
    padding-left: 10px;
}

.flex-image img {
    max-width:100%;
    height:auto
}

.inner-info-title {
    font-family: OpenSans, Verdana, Helvetica, sans-serif;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.inner-gallery-img {
    margin-bottom: 3px;
}

    @media all and  (max-width: 600px) {
        .inner-gallery-img {
            height: 92px;
        }
    }

.resort-inner-img {
    height: 200px;
    width: 250px;
    margin-bottom: 3px;
}

    @media all and  (max-width: 600px) {
        .resort-inner-img {
            height: 92px;
            width: 115px;
        }
    }

.resort-inner-img2 {
    height: 120px;
    width: 150px;
    margin-bottom: 3px;
}

.resort-img {
    max-height: 300px;
    margin-bottom: 16px;
}

.resort-img2 {
    max-height: 200px;
    margin-bottom: 16px;
}

.div-resort-btn {
    margin-bottom: 96px;
    text-align: center;
}

a.resort-btn {
    display: inline-block;
    width: 180px;
    text-align: center;
    background-color: #eee;
    padding: 12px 40px 15px 40px;
    border: 1px solid #38A959;
    font-family: Verdana, Arial, sans-serif;
    color: #38A959;
    font-size: 13px;
    text-decoration: none;
    margin-top: 8px;

    transition: all 0.4s;
}

a.resort-btn:hover {
    background-color: #38A959;
    color: white;

    -webkit-box-shadow: 0 0 14px #7f7f7f;
    box-shadow: 0 0 14px #7f7f7f;
    transition: all 0.4s;
}

a.resort-btn-active {
    display: inline-block;
    width: 180px;
    text-align: center;
    background-color: #38A959;
    padding: 12px 40px 15px 40px;
    border: 1px solid #38A959;
    font-family: Verdana, Arial, sans-serif;
    color: white;
    font-size: 13px;
    text-decoration: none;
    margin-top: 8px;

    -webkit-box-shadow: 0 0 14px #7f7f7f;
    box-shadow: 0 0 14px #7f7f7f
}

a.resort-btn-2 {
    /*display: inline-block;
    width: 180px;*/
    text-align: center;
    background-color: #eee;
    padding: 12px 40px 15px 40px;
    border: 1px solid #38A959;
    font-family: Verdana, Arial, sans-serif;
    color: #38A959;
    font-size: 13px;
    text-decoration: none;
    /*margin-top: 8px;*/

    transition: all 0.4s;
}

a.resort-btn-2:hover {
    background-color: #38A959;
    color: white;

    -webkit-box-shadow: 0 0 14px #7f7f7f;
    box-shadow: 0 0 14px #7f7f7f;
    transition: all 0.4s;
}

.inner-info-text table {
    font-family: OpenSans, Verdana, Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    margin-bottom: 48px;
}

.inner-info-text table td {
    padding-top: 14px;
    padding-bottom: 14px;
}

.inner-info-text table tr {
    transition: all 0.4s;
}

.inner-info-text table tr:hover {
    background-color: #9bb84d;
    color: white;
    transition: all 0.4s;
}

.resort-msg {
    text-align: center;
}

.resort-msg > div {
    max-width: 100%;
    background-color: white;
    margin-bottom: 32px;
    border-radius: 9px;
    transition: all 0.3s;
}

.resort-msg > div:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;
    transition: all 0.3s;
}

.resort-msg img {
    border-radius: 9px;
}

.comments-block {
    padding-bottom: 48px;
}

.resort-hover-img {
    transition: all 0.3s;
}

.resort-hover-img:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)!important;
    transition: all 0.3s;
}

.boxer-bath-top-link:hover {
    color: #00FF7F;
}

.boxer-resort-top-link:hover {
    color: #00FFFF;
}

.text-link {
    color: #6b5eff;
    /*font-weight: bold;*/
    font-style: italic;
    text-decoration: underline;
    margin-left: 5px;
}

.text-link:hover {
    color: #38A959;
    text-decoration: none;
}

.text-link-2 {
    color: #6b5eff;
    font-style: italic;
    text-decoration: underline;
}

.text-link-2:hover {
    color: #38A959;
    text-decoration: none;
}

.resort__video {
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
}

/* ----------- for video ---------- */
/*@media all and  (max-width: 600px) {*/
    .thumb-wrap {
        position: relative;
        padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
        height: 0;
        overflow: hidden;
    }

    .thumb-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-width: 0;
        outline-width: 0;
    }
/*}*/
/* ----------- #for video ---------- */

.socials {
    text-align: center;
    padding: 100px 0 0 0;
}

.socials img {
    border-radius: 7px;
    margin: 2px;
}

.bath-footer__link {
    color: #00FF7F!important;
    font-size: 16px!important;
}

.resort-footer__link {
    color: #00FFFF!important;
    font-size: 16px!important;
}

.bath-footer__link:hover, .resort-footer__link:hover {
    color: yellow!important;
}












    /* ---- for testing ---- */
.visible {
    border: 1px solid #d3d3d3;
    background-color: #eaeaea;
}


@media all and (min-width: 1300px) {

    .left-right-flex-pad {
        width: 1280px;
        margin: auto;
    }
}

@media all and (min-width: 993px) and (max-width: 1300px) {
	
}

@media all and  (max-width: 992px) {

}

@media all and  (max-width: 600px) {

}


/* -------------------------------- details ------------------------------------ */


@media all and (min-width: 993px) and (max-width: 1300px) {

}

@media all and (min-width: 768px) and (max-width: 992px) {

}

@media all and (min-width: 480px) and (max-width: 768px) {

}

@media all and (min-width: 600px) and (max-width: 992px) {

}

@media all and (min-width: 480px) and (max-width: 600px) {

}

@media all and (max-width: 480px) {

}