/* ------------
    FONTS
------------ */
@font-face {
    font-family: Futuris;
    src: url('../fonts/Futuris-Cyrillic.otf');
}

@font-face {
    font-family: Futuris-Bold;
    src: url('../fonts/Futuris-Bold.otf');
}

@font-face {
    font-family: Nautilus;
    src: url(../fonts/Nautilus.otf);
}

@font-face {
    font-family: Comfortaa-Regular;
    src: url(../fonts/Comfortaa-Regular.ttf);
}

@font-face {
    font-family: Comfortaa-Light;
    src: url(../fonts/Comfortaa-Light.ttf);
}

@font-face {
    font-family: Comfortaa-Bold;
    src: url(../fonts/Comfortaa-Bold.ttf);
}

@font-face {
    font-family: Oswald-Light;
    src: url(../fonts/Oswald-Light.ttf);
}

.c_b {
    clear: both;
}

/* ------------------
    ГАМБУРГЕР-МЕНЮ
------------------- */

.hamburger {
    position: absolute;
    top: 41px;
    left: 19px;
    display: none;
    width: 45px;
    height: 30px;
    cursor: pointer;
}

.hamburger p {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    transition: all ease 0.4s;
}

.hamburger p:nth-child(1) {
    top: 0;
}

.hamburger p:nth-child(2) {
    top: 13px;
}

.hamburger p:nth-child(3) {
    top: 13px;
}

.hamburger p:nth-child(4) {
    bottom: 0;
}

/* гамбургер-меню */
header {
    position: fixed;
    z-index: 100;
    width: 100%;
    padding: 56px 0;
    font-family: Oswald-Light;
    background: #1e0500;
    box-shadow: 2px 4px 36px 3px rgb(0 0 0 / 75%);
}

header .fb {
    position: absolute;
    top: -45px;
    right: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../img/viber.svg) center / cover no-repeat;
    transition-duration: 0.4s;

}

header .tg {
    position: absolute;
    top: -45px;
    right: 60px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../img/telegram.svg) center center / cover no-repeat;
    transition-duration: 0.4s;
}

header .tg:hover,
header .fb:hover {
transform: scale(1.1);
}

header ul {
    position: relative;
    display: table;
    margin: auto;
    font-size: 20px;
}

header ul li {
    display: inline-block;
}

.headerLogo {
    position: absolute;
    top: -47px;
    left: 318px;
    z-index: 20;
    width: 330px;
    padding: 10px 22px 22px;
    font-family: Futuris;
    font-size: 13px;

     /* background: #1e0500 url(../img/logo.png) top 15px center no-repeat; */
     background: #1e0500;
    border: 5px solid #fad300;
    border-radius: 4px;
}

.headerLogo-image {
    display: block;
    padding: 0;
    margin-inline: auto;
}

.headerLogo-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.headerLogo p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.headerLogoTel {
    display: inline-block;
    padding: 5px 0;
    transition-duration: 0.4s;
}


.headerLogo a:hover {
    color: #f79900;

    /* background: transparent; */
}

header ul li:nth-child(3) {
    margin-right: 330px;
}

header ul a {
    display: block;
    padding: 16px 22px;

    /* -webkit-transition: all ease 4s; */

    /* transition: all ease 0.4s; */
    color: #fff;
    background: transparent;
}

header ul a:not(.fb, .tg, .headerLogo-image, .langBtn):hover {
    color: #1e0500;
    background: linear-gradient(to top, #f9e500, #ff9a00);
}

body {
    min-height: 100vh;
    color: #1e0500;
}

.menu-wrapper {
    border-top: 1px solid #fcbd00;
    border-bottom: 1px solid #fcbd00;
}

.orangeText {
    font-family: Futuris-Bold;
    color: #ff9c00;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 100%);
}

.menu-wrapper .topLine {
    position: absolute;
    top: 48px;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: linear-gradient(to top, #f9e500, #ff9a00);

}

.menu-wrapper .bottomLine {
    position: absolute;
    bottom: 48px;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background: linear-gradient(to top, #ff9a00, #f9e500);
}

/* -----------------------
   MEDIA ДЛЯ HEADERA 
----------------------- */
@media (max-width: 1200px) {
    .hamburger {
        display: block !important;
    }

    .onePost {
        padding: 136px 0 45px !important;
    }

    .menu-wrapper li:not(.headerLogo) {
        display: block !important;
    }

    .topLine,
    .bottomLine {
        display: none !important;
    }

    .menu-wrapper {
        border: none !important;
    }

    header ul {
        width: 100% !important;
        padding: 100px 0 0 !important;
        margin: initial !important;
    }

    header {
        height: 130px;
        padding: 79px 0 0 !important;
        overflow: hidden !important;
        transition: all ease 0.4s;
    }

    header ul a:not(.headerLogo a, .fb, .tg) {
        padding: 16px 20px !important;
    }

    .headerLogo {
        position: absolute !important;
        top: -74px !important;
        left: 78px !important;
        width: 190px !important;
        padding:  0 !important;

        /* background: #1e0500 url(../img/logo.png) top 0 center no-repeat !important; */
        background: #1e0500;
        background-size: 186px !important;
        border: none !important;
    }

    .headerLogo a {
        display: block !important;
    }

    header ul li {
        position: static !important;
    }

    header ul li:nth-child(3) {
        margin-right: 0 !important;
    }

    .firstBlock {
        padding: 160px 0 25px !important;
    }
}

@media (max-height: 500px) {
    header ul a {
        padding: 8px 22px;
    }
}

@media (max-width: 430px) {
    header .fb {
        /* right: 5px !important; */
    }

    .headerLogo {
        width: 160px !important;
    }
}

/* -----------------
    ПЕРВЫЙ БЛОК 
----------------- */
.firstBlock {
    padding: 190px 0 25px;
    background: url(../img/wood-bg.jpg) center center no-repeat;

}

.firstBlockWrapper {
    display: table;
    width: 970px;
    margin: auto;
}

.firstBlockLeft {
    float: left;

}

.firstBlockLeftTitle {
    width: 443px;
    margin-bottom: 18px;
    margin-left: 35px;
}

.firstBlockLeftTitle h1 {
    margin-bottom: 7px;
    margin-left: 3px;
    font-family: Nautilus;
    font-size: 41px;
    color: #ff9c00;
   text-shadow: 1px 1px 2px rgb(0 0 0 / 100%);
}

.firstBlockLeftTitle p:nth-child(2) {
    margin-right: 2px;
    font-family: Comfortaa-Regular;
    font-size: 14px;
    color: #fff;
    text-align: right;
}

.firstBlockLeftInfo p {
    margin-bottom: 12px;
    font-family: Comfortaa-Regular;
    color: #fff;

}

.firstBlockLeftInfo p span:nth-child(1) {
    display: inline-block;
    width: 42px;
    height: 40px;
    margin-right: 40px;
    background: url(../img/spritesheet1.png) no-repeat;
}

.firstBlockLeftInfo p:nth-child(1) span:nth-child(1) {
    background-position: 1px -2px;
}

.firstBlockLeftInfo p:nth-child(2) span:nth-child(1) {
    background-position: -40px -2px;

}

.firstBlockLeftInfo p:nth-child(3) span:nth-child(1) {
    background-position: -81px -2px;

}

.firstBlockLeftInfo p:nth-child(4) span:nth-child(1) {
    background-position: -121px 0;

}

.firstBlockLeftInfo p:nth-child(5) span:nth-child(1) {
    background-position: -159px 0;
}

.firstBlockLeftInfo p span:nth-child(2) {
    position: relative;
    bottom: 12px;
    font-size: 20px;
}

.firstBlockLeftInfo p:nth-child(4) span:nth-child(2) {
    bottom: 11px;
}

.firstBlockLeftInfo p:nth-child(5) span:nth-child(2) {
    bottom: 10px;
}

.firstBlockRight {
    float: right;
}

.firstBlockRight img {
    width: 470px;
    height: 320px;
    border: 5px solid #fea100;
}

.firstBlockAdress {
    margin-bottom: 16px;
    font-family: Futuris-Bold;
    color: #fff;
    text-align: right;

}

.firstBlockAdress p:nth-child(1) {
    margin-bottom: 13px;
    font-size: 16px;
}

.ourAdress {
    font-family: Futuris;

}

.firstBlockAdress p:nth-child(2) {
    font-family: Futuris-Bold;
    font-size: 18px;
    color: #fff !important;

}

.firstBlockAdress p:nth-child(2) a {
    color: #fff !important;
}

/* Форма обратной связи.Класс mainPageContactForm применяется для первого блока страницы,
а также блока с контактными номерами, содержащего форму обратной связи
(всего на сайте 2 одинаковых формы + 1 форма в pop-upе) */
.mainPageContactForm .wpcf7-form {
    position: relative;
    left: 20px;
    display: table;
    margin: auto;
}

/* inputы имя и телефон */
.mainPageContactForm input[type="tel"],
.mainPageContactForm input[type="text"] {
    width: 265px;
    height: 40px;
    padding-left: 16px;
    margin-right: 30px;
    font-family: Comfortaa-Light;
    background: #ff9c00;
    border: none;
    box-shadow:inset 2px 2px 7px #000000b3;

/* внутренняя тень inputoв */
}

/* кнопка "оставить заявку */
.mainPageContactForm input[type="submit"] {
    width: 265px;
    height: 40px;
    font-family: Comfortaa-Bold;
    font-size: 16px;
    color: #fff;
    cursor: pointer !important;
    background: transparent;
    border: 3px solid #f69400;
    transition: all ease 0.4s;
}

.mainPageContactForm input[type="submit"]:hover {
    background: #f69400;
}

.mainPageContactForm input::input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #100300;
}

.mainPageContactForm input::placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #100300;
}

.mainPageContactForm input:input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #100300;
}

.mainPageContactForm input:placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #100300;
}

/* валидационный поля в форме обратной связи */
.mainPageContactForm span.wpcf7-not-valid-tip {
    position: absolute;
    top: 33px;
    left: 2px;
}

.mainPageContactForm div.wpcf7-response-output {
    max-width: 770px;
    margin: auto;
    margin-top: 33px;
    color: #fff;
}

/* ---------------------------
   MEDIA ДЛЯ ПЕРВОГО БЛОКА 
--------------------------- */
@media (max-width: 1100px) {
    .firstBlockWrapper {
        width: 100%;
    }

    .firstBlockLeft,
    .firstBlockRight {
        display: table;
        float: none;
        margin: auto;
    }

    .firstBlockAdress {
        text-align: center;
    }

    .firstBlockLeftTitle {
        margin-left: 0; 
    }

    .firstBlockRight img { 
        margin-bottom: 20px;
    }

    .firstBlockLeftTitle p:nth-child(2) {
        text-align: center;
    }

    .firstBlockLeftInfo {
        display: table;
        margin: auto;
    }

    .mainPageContactForm input {
        display: block;
        margin: auto;
    }

    .mainPageContactForm input[type="tel"],
    .mainPageContactForm input[type="text"] {
        width: 252px;   
        margin: auto;
        margin-right: 0; 
        margin-bottom: 25px;
    }

    .mainPageContactForm .wpcf7-form {
        position: static;
    }

    .mainPageContactForm input[type="submit"] {
        position: relative;
        left: 2px;
    }

    /* валидационнные поля */
    .mainPageContactForm span.wpcf7-not-valid-tip {
        top: -16px;
        width: 244px;
    }

    .mainPageContactForm div.wpcf7-response-output {
        position: relative;
        left: 2px;
        width: 260px;
        margin-top: 20px;
    }
} 

@media (max-width: 850px) {
    .firstBlockRight img { 
        margin-bottom: 20px;
    }

    .firstBlockAdress p:nth-child(2) a {
        display: table;
        margin: auto;
        margin-bottom: 8px;
    }
}

@media (max-width: 650px) {
    .firstBlockRight img { 
        width: 400px;
        height: auto;
    }

    .firstBlockLeftInfo {
        margin-bottom: 20px;
    }
}

@media (max-width: 550px) {
    .firstBlockRight img { 
        width: 280px;
    }

    .firstBlockLeftTitle {
        width: 100%;
    }

    .firstBlockLeftTitle {
        line-height: 54px;
        text-align: center; 
    }

    .firstBlockAdress p:nth-child(1) {
        padding: 0 15px;
        line-height: 23px;
    }
}

@media (max-width: 450px) {
    .firstBlockLeftInfo p span:nth-child(1) {
        margin-right: 25px;
    }

    .firstBlockLeftInfo p span:nth-child(2) {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .firstBlockLeftInfo p span:nth-child(2) {
        font-size: 16px;
    }

    .firstBlockLeftInfo p {
        margin-bottom: 7px;
    }
}

/* -----------
    ОТЕЛЬ
----------- */
.hotel {
    padding: 50px 0 45px;
    background: url(../img/hotel_bg.png) no-repeat;
    background-size: cover;
}

.hotelWrapper {
    display: table;
    width: 970px;
    margin: auto;
}

.hotelTitle {
    margin-bottom: 50px;
    text-align: center;
}

.hotelTitle span {
    display: block;
}

.hotelTitle span:nth-child(1) {
    margin-bottom: 10px;
    font-family: Comfortaa-Light;
    font-size: 30px;
}

.hotelTitle span:nth-child(2) {
    font-family: Comfortaa-Bold;
    font-size: 34px;
}

.hotelRoom {
    margin-bottom: 45px;
}

.hotelRoomTitle {
    margin-bottom: 50px;
    font-family: Comfortaa-Bold;
    font-size: 22px;
}

.hotelRoomItem {
    margin-bottom: 20px;
}

.hotelRoomItemDescription {
    position: relative;
    top: 11px;
    float: left;
    font-family: Comfortaa-Regular;
    font-size: 16px;
}

.iconsWrapper {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.iconsWrapper span:nth-child(1),
.iconsWrapper span:nth-child(2) {
    display: inline-block;
}

.iconsWrapper span:nth-child(1) {
    margin-right: 19px;
}

.bed {
    width: 42px;
    height: 38px;
    background: url(../img/spritesheet1.png) no-repeat 2px -42px;
}

.armchair {
    width: 40px;
    height: 38px;
    background: url(../img/spritesheet1.png) no-repeat -40px -42px;
}

.tv {
    width: 42px;
    height: 38px;  
    background: url(../img/spritesheet1.png) no-repeat -80px -42px;
}

.cableTv {
    position: relative;
    left: 2px;
    width: 39px;
    height: 38px;
    background: url(../img/spritesheet1.png) no-repeat -121px -42px;
}

.splitSystem {
    width: 39px;
    height: 38px;
    background: url(../img/spritesheet1.png) no-repeat -161px -42px;
}

.miniFridge {
    position: relative;
    top: 3px;
    left: 3px;
    width: 33px;
    height: 42px;
    background: url(../img/spritesheet1.png) no-repeat -4px -81px;
}

.dishes {
    width: 44px;
    height: 32px;   
    background: url(../img/spritesheet1.png) no-repeat -37px -90px;
}

.wiFi {
    position: relative;
    right: 3px;
    width: 44px;
    height: 32px;   
    background: url(../img/spritesheet1.png) no-repeat -80px -90px;
}

.bathroom {
    width: 37px;
    height: 42px;  
    background: url(../img/spritesheet1.png) no-repeat -122px -81px;
}

.wc {
    width: 37px;
    height: 42px;
    background: url(../img/spritesheet1.png) no-repeat -162px -81px;
}

/* универсальный класс для всех каруселей с тенью и оранжевой границей */
.carousel {
    border: 4px solid #fea100;
    box-shadow: 10px 10px 20px -8px rgb(0 0 0 / 75%);
}

.pricesBlockCarousel {
    float: left;
}

.pricesBlockInfo {
    position: relative;
    top: -3px;
    float: right;
}

.pricesBlockInfo > p {
    margin-bottom: 18px;
    font-family: Comfortaa-Bold;
    font-size: 26px;
}

.pricesBlockInfo .oneCategory {
    margin-bottom: 20px;
}

.pricesBlockInfo .oneCategory p {
    margin-bottom: 17px;
    font-family: Comfortaa-Bold;
    font-size: 20px;
}

.oneCategoryPrice {
    margin-bottom: 14px;
    font-family: Futuris-Bold;
    font-size: 32px;
    color: #ff9c00;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 100%);
}

.oneCategoryDescription {
    padding-left: 40px;
    font-family: Comfortaa-Regular;
    font-size: 16px;
}

.oneCategoryFloat {
    float: left;
    padding-left: 25px; 
}

.oneCategoryFloat .oneCategoryDescription {
    padding-left: 10px;
}

.oneCategoryFloat .oneCategoryPrice {
    font-size: 24px;
}

/* -----------------------------
    MEDIA ДЛЯ БЛОКА "ОТЕЛЬ"
----------------------------- */
@media (max-width: 1100px) {
    .hotelWrapper {
        position: relative;
        top: 7px;
        width: 100%;
        padding: 0 20px;
    }

    .hotelRoomItemDescription,
    .iconsWrapper {
        float: none;
    }

    .hotelRoomItemDescription {
        display: block;
        width: 500px;
        margin: auto;
        line-height: 30px;
        text-align: center;
    }

    .iconsWrapper {
        display: table;
        margin: auto;
    }

    .hotelRoomItem {
        margin-bottom: 35px;
    }

    .hotelRoomTitle {
        text-align: center;
    }

    .pricesBlockCarousel,
    .pricesBlockInfo {
        display: table;
        float: none;
        margin: auto;
    }

    .pricesBlockCarousel {
        margin-bottom: 20px;
    }

    .oneCategory {
        text-align: center;
    }

    .oneCategoryDescription {
        padding-left: 0;
    }

    .oneCategoryFloat {
        display: table;
        float: none;
        margin: auto;
        margin-bottom: 20px;
    }

    .pricesBlockInfo {
        position: static;
    }
}

@media (max-width: 700px) {
    .hotelTitle span:nth-child(1) {
        font-size: 26px;
    }

    .hotelTitle span:nth-child(2) {
        font-size: 30px;
    }

    .hotelRoomTitle {
        margin-bottom: 25px;
    }
}

@media (max-width: 550px) {
    .hotelRoomItemDescription {
        width: 90%;
    }

    .pricesBlockInfo p {
        text-align: center;
    }
}

/* --------------
    ТЕЛЕФОНЫ
-------------- */
.phones {
    padding: 20px 0;
    background: #b2b3b0;
    border-top: 3px solid #fea000;
    border-bottom: 3px solid #fea000;
}

.phonesWrapper {
    display: table;
    width: 930px;
    margin: auto;
}

.phonesInfo {
    position: relative;
    margin-bottom: 35px;
    font-family: Comfortaa-Light;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    text-indent: -13px;
}

.phonesNumbers {
    margin-bottom: 40px;
}

.phonesNumbers p:nth-child(1) {
    float: left;
    font-family: Comfortaa-Regular;
    font-size: 24px;
    color: #fff;
}

.phonesNumbers p:nth-child(2) {
    position: relative;
    top: 3px;
    float: right;
    font-family: Futuris-Bold;
    font-size: 21px;
}

.phonesNumbers p:nth-child(2) a {
    margin-right: 5px;
}

.phonesNumbers p:nth-child(2) a:link, 
.phonesNumbers p:nth-child(2) a:visited,
.phonesNumbers p:nth-child(2) a:hover,
.phonesNumbers p:nth-child(2) a:active {
    color: #1e0500;
}

.phonesForm > p {
    margin-bottom: 35px;
    font-family: Comfortaa-Light;
    font-size: 26px;
    text-align: center; 
}

.phones 
.mainPageContactForm span.wpcf7-not-valid-tip {
    color: #865858;
}

/* -------------------------------
    MEDIA ДЛЯ БЛОКА "ТЕЛЕФОНЫ"
------------------------------- */
@media (max-width: 1150px) {
    .phonesWrapper {
        width: 100%;
        padding: 0 10px;
    }

    .phonesNumbers p:nth-child(1),
    .phonesNumbers p:nth-child(2) {
        position: static;
        display: table;
        float: none;
        margin: auto;
    }

    .phonesNumbers p:nth-child(2) a {
        display: table;
        margin: auto;
        margin-bottom: 10px;
        color: #1e0500;
    }

    .phonesNumbers p:nth-child(1) {
        margin-bottom: 20px;
    }
}

@media (max-width: 800px) {
    .phonesNumbers p:nth-child(2) span {
        display: table;
        margin: auto;
        margin-bottom: 15px;
    }

}

/* -----------
    САУНА
----------- */
.sauna {
    padding: 55px 0 50px;
}

.saunaWrapper {
    display: table;
    width: 970px;
    margin: auto;
}

.saunaTitle {
    margin-bottom: 70px;
    line-height: 41px;
    text-align: right;
}

.saunaTitle span {
    display: block;
}

.saunaTitle span:nth-child(1) {
    font-family: Comfortaa-Light;
    font-size: 30px;
}

.saunaTitle span:nth-child(2) {
    font-family: Comfortaa-Bold;
    font-size: 34px;
}

.saunaInfo {
    float: left;
}

.saunaCarousel {
    float: right;
}

.saunaInfoTitle {
    margin-bottom: 25px;
    font-family: Comfortaa-Bold;
    font-size: 22px;
}

.saunaInfoTheses {
    width: 460px;
    margin-bottom: 17px;
    font-family: Comfortaa-Regular;
    font-size: 16px;
    line-height: 17px;
}

.saunaInfoTheses li {
    padding-left: 32px;
    margin-bottom: 13px;
    line-height: 18px;
    background: url(../img/marker.png) no-repeat left center;
}

.saunaInfoAction {
    width: 465px;
    padding: 26px 10px;
    text-align: center;
    background: url(../img/sauna_action_bg.png) no-repeat;
}

.saunaInfoActionTitle {
    margin-bottom: 32px; 
    font-family: Nautilus;
    font-size: 38px;
    color: #ff9c00;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 100%);
}

.saunaInfoActionDescrip {
    font-family: Comfortaa-Regular;
    font-size: 15.5px;
    line-height: 31px;
}

.saunaOrangePrice {
    font-size: 30px;
}

.saunaNumber {
    font-size: 30px;
}

/* -------------------------------
    MEDIA ДЛЯ БЛОКА "САУНА"
------------------------------- */
@media (max-width: 1200px) {
    .saunaWrapper {
        width: 100%;
        padding: 0 20px;
    }

    .saunaTitle {
        text-align: center;
    }

    .saunaInfo,
    .saunaCarousel {
        display: table;
        float: none;
        margin: auto;
    }

    .saunaInfo {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .saunaInfoTheses {
        width: 100%;
        margin-bottom: 30px;
    }

    .saunaInfoAction {
        position: relative;
        display: table;
        width: calc(100% - 30px);
        padding: 11px 6px;
        margin: auto;
        background: none;
        border: 2px dashed #ff9c00;
    }

    .saunaInfoAction::before {
        position: absolute;
        top: -16px;
        left: -14px;
        width: 36px;
        height: 30px;
        content: "";
        background: url(../img/scissors.png) no-repeat;
    }

    .saunaTitle {
        margin-bottom: 40px;
    }
}

/* ---------------------------
    НОМЕРА ТЕЛЕФОНОВ САУНЫ
---------------------------- */
.saunaPhones {
    padding: 15px 0;
    background: #b2b3b0;
    border-top: 3px solid #fea000;
    border-bottom: 3px solid #fea000;
}

.saunaPhonesWrapper {
    display: table;
    width: 970px;
    margin: auto;
}

.saunaPhonesLeft {
    position: relative;
    bottom: 2px;
    float: left;
    font-family: Comfortaa-Regular;
    font-size: 24px;
    color: #fff;
}

.saunaPhonesRight {
    position: relative;
    top: 2px;
    float: right;
    font-family: Futuris-Bold;
    font-size: 21px;
}

.saunaPhonesRight a:link, 
.saunaPhonesRight a:visited,
.saunaPhonesRight a:hover,
.saunaPhonesRight a:active {
    color: #1e0500;
}

/* ----------------------------------------------
    MEDIA ДЛЯ БЛОКА "НОМЕРА ТЕЛЕФОНОВ САУНЫ"
---------------------------------------------- */

@media (max-width: 1200px) {
    .saunaPhonesWrapper {
        width: 100%;
        padding: 0 20px;
    }

    .saunaPhonesRight a {
        display: table;
        margin: auto;
        margin-bottom: 10px;
    } 

    .saunaPhonesLeft,
    .saunaPhonesRight {
        position: static;
        display: table;
        float: none;
        margin: auto;
    }

    .saunaPhonesLeft {
        margin-bottom: 20px;
    }

    .saunaPhonesRight span {
        display: table;
        margin: auto;
        margin-bottom: 15px;
    }
}

/* ------------
    БИЛЬЯРД
------------ */
.billiards {
    padding: 50px 0 0;
    background: url(../img/wood-bg.jpg) center center no-repeat;
}

.billiardsWrapper {
    display: table;
    width: 970px;
    margin: auto;
}

.billiardsTitle {
    margin-bottom: 55px;
    color: #fff;
    text-align: center;
}

.billiardsTitle span {
    display: block;
}

.billiardsTitle span:nth-child(1) {
    font-family: Comfortaa-Light;
    font-size: 30px;
}

.billiardsTitle span:nth-child(2) {
    font-family: Comfortaa-Bold;
    font-size: 34px;
}

.billiardsMain {
    margin-bottom: 50px;
}

.billiardsCarousel {
    float: left;
}

.billiardsInfo {
    float: right;
    width: 447px;
    font-family: Comfortaa-Regular;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
}

.billiardsInfoItem {
    position: relative;
    height: 45px;
    padding-left: 80px;
    margin-bottom: 34px;
}

.billiardsInfoItem p:nth-child(1) {
    position: absolute;
    left: 0;    
}

.billiardsInfoItem p:nth-child(2) {
    display: inline-block;
} 

.billiardsInfoItem:nth-child(1) p:nth-child(1) {
    width: 55px;
    height: 40px;
    background: url(../img/spritesheet2.png) no-repeat 2px -5px;

}

.billiardsInfoItem:nth-child(1) p:nth-child(2) {
    position: relative;
    top: 10px;
}

.billiardsInfoItem:nth-child(2) p:nth-child(1) {
    top: 5px;
    width: 52px;
    height: 27px;
    background: url(../img/spritesheet2.png) no-repeat -52px -17px;
}

.billiardsInfoItem:nth-child(3) p:nth-child(1) {
    top: -3px;
    left: 6px;
    width: 40px;
    height: 47px;
    background: url(../img/spritesheet2.png) no-repeat -110px 2px;
}

.billiardsInfoItem:nth-child(4) p:nth-child(1) {
    width: 55px;
    height: 40px;
    background: url(../img/spritesheet2.png) no-repeat -154px -5px;
}

.billiardsInfoItem:nth-child(5) p:nth-child(1) {
    bottom: 7px;
    left: 8px;
    width: 40px;
    height: 42px;
    background: url(../img/spritesheet2.png) no-repeat -214px -4px;
}

.billiardsPrices {
    /* height: 381px; */
    display: table;
    width: 946px;
    padding: 35px 27px 0 98px;
    margin: auto;
    background: url(../img/billiards_price.png) no-repeat 0 0;
}

.billiardsPricesTitle {
    display: table;
    padding-bottom: 7px;
    margin: auto;
    margin-bottom: 40px;
    font-family: Comfortaa-Light;
    font-size: 34px;
    text-align: center;
    border-bottom: 1px solid #ff9c00;
}

.billiardsPricesMainWrapper:nth-child(1) {
    margin-bottom: 55px;
}

.billiardsPricesMainWrapper:nth-child(1) p {
    margin-bottom: 28px;
}

.billiardsLeft {
    float: left;
    width: 155px;
    height: 150px;
    font-family: Comfortaa-Light;
    font-size: 26px;
}

.billiardsLeft span:nth-child(1) {
    margin-right: 15px;
    font-size: 32px;
}

.billiardsRight {
    font-family: Comfortaa-Regular;
    font-size: 18px;
}

.billiardsPricesOrange {
    display: inline-block;
    padding-left: 24px;
    margin-right: 32px;
    font-size: 32px;
    background: url(../img/billiard_price_list_img.png) no-repeat left center;

}

/* -------------------------------
    MEDIA ДЛЯ БЛОКА "БИЛЬЯРД"
------------------------------- */
@media (max-width: 1200px) {
    .billiardsWrapper {
        display: table;
        width: calc(100% - 30px);
        margin: auto;
    }

    .billiardsCarousel,
    .billiardsInfo {
        display: table;
        float: none;
        margin: auto;
    }

    .billiardsCarousel {
        margin-bottom: 30px;
    }

    .billiards {
        background-size: cover;
    }

    .billiardsMain {
        margin-bottom: 20px;
    }
}

@media (max-width: 1050px) {
    .billiards {
        padding: 50px 0 40px;
    }

    .billiardsMain {
        margin-bottom: 0;
    }

    .billiardsLeft,
    .billiardsRight {
        display: table;
        float: none;
        margin: auto;       
    }

    .billiardsLeft {
        height: auto;
        margin-bottom: 20px;
    }

    .billiardsPrices {
        width: auto;
        padding: 20px 20px 25px;
        background: #fff;
    }

    .billiardsPricesTitle {
        margin-bottom: 30px;
    }

    .billiardsPricesMainWrapper:nth-child(1) {
        margin-bottom: 25px;
    }
}

@media (max-width: 850px) {
    .billiardsPricesOrange {
        display: block;
        margin-bottom: 10px;
    }

    .billiardsPricesMainWrapper:nth-child(1) {
        border-bottom: 1px solid #ff9c00;
    }

    .billiardsPricesOrange {
        padding-left: 0;
        background: none;   
    }
}   

@media (max-width: 570px) {
    .billiardsInfo {
        width: calc(100% - 30px);
    }

    .billiardsInfoItem {
        height: auto;
    }

    .billiardsInfoItem:nth-child(5) p:nth-child(1) {
        bottom: inherit;
    }
}

/* -------------------------------
    НОМЕРА ТЕЛЕФОНОВ БИЛЬЯРДА
------------------------------- */
.billiardsPhones {
    padding: 15px 0;
    background: #b2b3b0;
    border-top: 3px solid #fea000;
    border-bottom: 3px solid #fea000;
}

.billiardsPhonesTitle {
    margin-bottom: 20px;
    font-family: Comfortaa-Regular;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.billiardsPhonesItems {
    display: table;
    margin: auto;
    font-family: Futuris-Bold;
    font-size: 21px;
}

.billiardsPhonesItems a {
    display: inline-block;
    margin-right: 5px;
}

.billiardsPhonesItems a:link, 
.billiardsPhonesItems a:visited,
.billiardsPhonesItems a:hover,
.billiardsPhonesItems a:active {
    color: #1e0500;
}

/* -------------------------------------------------
    MEDIA ДЛЯ БЛОКА "НОМЕРА ТЕЛЕФОНОВ БИЛЬЯРДА"
------------------------------------------------- */
@media (max-width: 1100px) {
    .billiardsPhonesItems a {
        display: table;
        margin: auto;
        margin-bottom: 15px;
    }
}

/* ----------------
    ФОТОГРАФИИ
---------------- */
.photos {
    padding: 45px 15px 55px;
    background: url(../img/photos_bg.png) no-repeat;
    background-size: cover;
    border-bottom: 3px solid #fea000;
}

.photosTitle {
    margin-bottom: 55px;
    font-family: Comfortaa-Bold;
    font-size: 30px;
    text-align: center;
}

.photosGallery {
    display: table;
    margin: auto;
}

.theme-default .nivo-directionNav a {
    opacity: 1 !important;
}

/* ---------------------------------
    MEDIA ДЛЯ БЛОКА "ФОТОГРАФИИ"
--------------------------------- */
@media (max-width: 1100px) {
    .photos  {
        padding: 25px 25px 35px;
    }
}

/* --------------
    КОНТАКТЫ
-------------- */
.contacts {
    position: relative; 
    padding: 45px 0 225px;
    background: url(../img/contacts_bg.png) no-repeat;
    background-size: cover;
}

.contactsWrapper {
    display: table;
    width: 970px;
    margin: auto;
}

.contactsTitle {
    padding-left: 35px;
    margin-bottom: 45px;
    font-family: Comfortaa-Regular;
    font-size: 34px;
}

.contactsInfo {
    font-family: Futuris-Bold;
    font-size: 16px;
}

.contactsInfo a:link, 
.contactsInfo a:visited,
.contactsInfo a:hover,
.contactsInfo a:active {
    color: #1e0500;
}

.contactsInfoItem {
    position: relative;
    margin-bottom: 30px;
}

.contactsInfoItem:nth-child(1) {
    margin-bottom: 40px;
}

.contactsInfoItem:last-child {
    margin-bottom: 60px;
    color: #1e0500;
}

.contactsInfoItem:nth-child(1) div p:nth-child(1) {
    float: left;
    margin-right: 20px;
    font-family: Comfortaa-Regular;
}

.contactsInfoItem:nth-child(1) div {
    margin-bottom: 17px;
}

.contactsInfoItemIcon {
    position: absolute;
    top: 0;
    left: 0;
}

.contactsInfoItem {
    display: block;
}

.contactsInfoItemPhones {
    position: relative;
    top: 2px;
}

.contactsInfoItem:nth-child(2) .contactsInfoItemIcon {
    top: -11px;
}

.contactsInfoItem:nth-child(3) .contactsInfoItemIcon {
    top: -15px;
}

.contactsInfoItem:nth-child(4) .contactsInfoItemIcon {
    top: -16px;
}

.contactsInfoItem:nth-child(1) .contactsInfoItemIcon {
    display: inline-block;
    width: 33px;
    height: 40px;
    background: url(../img/spritesheet3.png) no-repeat 0 0;
}

.contactsInfoItem:nth-child(2) .contactsInfoItemIcon {
    display: inline-block;
    width: 36px;
    height: 31px;
    background: url(../img/spritesheet3.png) no-repeat -32px -8px;
}

.contactsInfoItem:nth-child(3) .contactsInfoItemIcon {
    display: inline-block;
    width: 37px;
    height: 31px;
    background: url(../img/fb.png) center center no-repeat;
    background-position-x: 3px;
    background-size: contain;
}

.contactsInfoItem:nth-child(4) .contactsInfoItemIcon {
    left: 3px;
    display: inline-block;
    width: 34px;
    height: 39px;
    background: url(../img/spritesheet3.png) no-repeat -68px -3px;
}

.contactsInfoItemText {
    padding-left: 60px;
}

/* --------------------------------
    MEDIA ДЛЯ БЛОКА "КОНТАКТЫ"
-------------------------------- */
@media (max-width: 1000px) {
    .contactsWrapper {
        width: calc(100% - 30px);
    }
}

@media (max-width: 700px) {
    .contactsInfoItem:nth-child(1) div p:nth-child(1) {
        float: none;
        margin-bottom: 10px;
    }

    .contactsInfoItem:nth-child(1) div p:nth-child(2) {
        display: block;
    }

    .contactsInfoItem:nth-child(1) div p:nth-child(2) a {
        display: block;
        margin-bottom: 10px;   
    }
}

/* ------------------
    GOOGLE КАРТА
------------------- */
#google_map {
    position: absolute;
    right: 0;
    left: 0;
    width: 970px;
    height: 400px;
    margin: auto;
    overflow: hidden;
    line-height: normal !important;
    border: 2px solid #fea000;
}

.google_map_one_post p {
    margin-bottom: 0 !important;   
}

.google_map_one_post {
    position: relative !important;
    margin-bottom: 20px !important;
    border: none !important;
}

/* --------------------------------
    MEDIA ДЛЯ БЛОКА "GOOGLE КАРТА"
-------------------------------- */
@media (max-width: 1100px) {
    #google_map {
        width: calc(100% - 100px);
    }
}

@media (max-width: 500px) {
    #google_map {
        width: calc(100% - 50px);
    }
}

/* -----------------------------
   ДЕРЕВЯННЫЙ ФОН ПОД КАРТОЙ
----------------------------- */
.woodBg {
    padding: 240px 0 0;
    background: url(../img/wood-bg.jpg) center center no-repeat;
}

@media (max-width: 700px) {
	.woodBg {
	    padding: 200px 0 0;
	    background: url(../img/wood-bg.jpg) center center no-repeat;
	}
}

/* ---------------
    ПУБЛИКАЦИИ
--------------- */
.publications {
    padding: 40px 0 50px;
    background: url(../img/publications_bg.jpg) center center no-repeat;
}

.publicationsWrapper {
    display: table;
    width: 915px;
    margin: auto;
}

.publicationsTitle {
    margin-bottom: 60px;
    font-family: Comfortaa-Regular;
    font-size: 34px;
    text-align: center;
}

.publicationsItem {
    position: relative;
    display: inline-block;
    width: 290px;
    height: 200px;
    margin-right: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}

.publicationsItem:nth-child(3n) {
    margin-right: 0;
}

.publicationsItem img {
    width: 100%;
    height: 100%;

}

.publicationsItemInfo {
    position: absolute;
    bottom: -200px;
    width: 100%;
    padding: 10px;
    font-family: Comfortaa-Light;
    background: rgb(0 0 0 / 60%);
    transition: all ease 0.4s;

}

.publicationsItemInfo p:nth-child(1) {
    line-height: 18px;
}

.publicationsItemInfo p:nth-child(1),
.publicationsItemInfo p:nth-child(2) {
    margin-bottom: 10px;
    color: #fff;
}

.publicationsItemInfo a {
    display: block;
}

.publicationsItemInfo p:nth-child(3){
    color: #54b6cc;
}

.publicationsItem:hover .publicationsItemInfo {
    bottom: 0;
}

/* --------------------------------
    MEDIA ДЛЯ БЛОКА "ПУБЛИКАЦИИ"
-------------------------------- */
@media (max-width: 1100px) {
    .publicationsWrapper {
        width: 600px;
    }

    .publicationsItem:nth-child(3n) {
        margin-right: 16px;
    }

    .publicationsItem:nth-child(2n) {
        margin-right: 0;
    }

    .publicationsItem .publicationsItemInfo {
        bottom: 0;
    }
}

@media (max-width: 750px) {
    .publicationsWrapper {
        width: 100%;
    }

    .publicationsItem {
        display: table;
        margin: auto !important;
        margin-bottom: 20px !important;
    }
}


/* -------------
    FOOTER
------------- */
footer {
    height: 60px;
    font-family: Comfortaa-Regular; 
    color: #fff;
    background: #1e0500;
}

.footerWrapper {
    display: block;
    width: 970px;
    margin: auto;
}

.footerWrapper a {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 3px;
    background-size: contain !important;
}

/* .footerWrapper a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: red;
} */
.footerCopywrite {
    float: left;
    padding-top: 22px;
}

.socialWrapper {
    float: right;
    padding-top: 17px;
}

.footerWrapper .fb {
    width: 28px;
    height: 24px;
    background: url(../img/fb_header.png) center center no-repeat;
}

.footerWrapper .twitter {
    display: none;
    background: url(../img/twitter.png) center center no-repeat;
}

.footerWrapper .googlePlus {
    display: none;
    background: url(../img/google-plus.png) center center no-repeat;
}

.footerWrapper .vk {
    display: none;
    background: url(../img/vk.png) center center no-repeat;
}

/* --------------------------------
    MEDIA ДЛЯ БЛОКА "FOOTER"
-------------------------------- */
@media (max-width: 1100px) {
    .footerWrapper {
        display: table;
        width: calc(100% - 30px);
        margin: auto;
    }

    .footerCopywrite,
    .socialWrapper {
        display: table;
        float: none;
        margin: auto;
        text-align: center;
    }

    .footerCopywrite {
        line-height: 20px;
    }

    footer {
        height: auto;
        padding-bottom: 20px;
    }

    .socialWrapper a {
        margin-right: 10px;
    }
}

/* ---------------------
    СТРЕЛКА "ВВЕРХ"
--------------------- */
.arrow_up {
    position: fixed;
    right: 2.5em;
    bottom: 4.5em;
    z-index: 1000;
    display: block !important;
    display: none;
    width: 60px;
    height: 60px;
    padding: 0;
    color: #fea000;
    text-decoration: none;
    border: 2px solid #fea000;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out; 
}

.arrow_up .fa-angle-up {
    display: table;
    padding-top: 3px;
    margin: auto;
    font-size: 43px;
    color: #fea000;
    transition: all 0.4s ease-in-out; 
}

.arrow_up:hover {
    background: #fea000;
    border: 2px solid transparent;
}

.arrow_up:hover .fa-angle-up {
    color: #fff;
}

@media (max-width: 1030px) {
    .arrow_up {
        display: none !important;
    }
}

/* ------------
    REMODAL
------------ */
.contactFormRemodalTitle {
    margin-bottom: 30px;
    font-family: Comfortaa-Light;
    font-size: 18px;
    color: #828895;
}

.contactFormRemodal input::input-placeholder { /* Chrome/Opera/Safari */
    font-family: Comfortaa-Light;
    font-size: 18px;
    color: #828895;
}

.contactFormRemodal input::placeholder { /* Firefox 19+ */
    font-family: Comfortaa-Light;
    font-size: 18px;
    color: #828895;
}

.contactFormRemodal input:input-placeholder { /* IE 10+ */
    font-family: Comfortaa-Light;
    font-size: 18px;
    color: #828895;
}

.contactFormRemodal input:placeholder { /* Firefox 18- */
    font-family: Comfortaa-Light;
    font-size: 18px;
    color: #828895;
}

.contactFormRemodal input[type='text'],
.contactFormRemodal input[type='tel'] {
    width: 350px;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #828895;
    border-radius: 4px;
}

.contactFormRemodal input[type='text'] {
    margin-bottom: 10px;
}

.contactFormRemodal input[type='tel'] {
    margin-bottom: 30px;
}

.contactFormRemodal input[type='submit'] {
    display: table;
    width: 350px;
    height: 50px;
    margin: auto;
    font-family: Comfortaa-Bold;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: #ff9c00;
    border: none;
    border-radius: 4px;
    transition: all ease 0.4s;
}

.contactFormRemodal input[type='submit']:hover {
    color: #ff9c00;
    background: #fff;
    border: 2px solid #ff9c00;
}

.contactFormRemodalWrapper {
    padding: 40px 10px 25px;
    background: #fff;
    border-radius: 15px;
}

@media (max-width: 500px) {
    .remodal {
        width: 100%;
    }

    .contactFormRemodal input {
        width: calc(100% - 30px) !important;
    }

    .contactFormRemodal input[type='submit'] {
        font-size: 16px;
    }
}

/* Контактная информация в форме обратной связи */
.contactFormRemodal .contactsInfo,
.contactFormRemodal .contactsInfoItemText {
    color: #2b2e38;
}

.contactFormRemodal .contactsInfoItem div {
    text-align: left;
}

.contactFormRemodal .contactsInfo a {
    display: block;
    color: #2b2e38;
    text-align: left;
}

.contactFormRemodal .contactsInfoItem div p:nth-child(1) {
    float: none;
}

.contactFormRemodal .contactsInfoItem:last-child {
    margin-bottom: 20px;
}

.contactFormRemodal .contactsInfo a {
    word-break: break-all;
}

.remodal-contacts-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.remodal-contacts-icons .fb {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../img/viber.svg) center / cover no-repeat;
    transition-duration: 0.4s;
}

.remodal-contacts-icons .tg {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    background: url(../img/telegram.svg) center center / cover no-repeat;
    transition-duration: 0.4s;
}

.remodal-contacts-icons .tg:hover,
.remodal-contacts-icons .fb:hover {
    transform: scale(1.1);
}

/* -------------------
    PHONE BUTTON
------------------ */
.phoneBtn {
    position: fixed;
    right: 41px;
    bottom: 150px;
    z-index: 79;
    width: 60px;
    height: 60px;
    padding: 11px 0 0 14px;
    cursor: pointer;
    background: #ffa40e;
    border: 1px solid #fff;
    border-radius: 100%;
    animation: pulse 2s infinite;
}

.bookingOnlineBtn {
    position: fixed;
    right: 41px;
    bottom: 235px;
    z-index: 79;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
    background: #ffa40e;
    border: 1px solid #fff;
    border-radius: 8px;
}

.phoneBtn .fa {
    font-size: 38px;
    color: #fff;
}

@keyframes pulse {
    0% {box-shadow:0 0 0 0 rgb(255 164 14 / 40%);}
    70% {box-shadow:0 0 0 10px rgb(255 164 14 / 40%);}
    100% {box-shadow:0 0 0 0 rgb(255 164 14 / 40%);}
}

@keyframes pulse {
    0% { box-shadow:0 0 0 0 rgb(255 164 14 / 40%);}
    70% { box-shadow:0 0 0 10px rgb(255 164 14 / 40%);}
    100% { box-shadow:0 0 0 0 rgb(255 164 14 / 40%);}
}

.alm-btn-wrap .alm-load-more-btn {
    background: #ffa40e !important;
}

@media (max-width: 1030px) {
    .phoneBtn {
        right: 14px;
        bottom: 20px; 
    }

    .bookingOnlineBtn {
        right: 14px;
        bottom: 100px;
    }
}

/* -----------------------------
    СТРАНИЦА ОДНОЙ ЗАПИСИ
----------------------------- */
.onePost {
    min-height: 100vh;
    padding: 210px 0 45px;
    font-family: Comfortaa-Regular;
    font-size: 16px;
    line-height: 25px;
    background: url(../img/hotel_bg.png) no-repeat;
    background-size: cover;
}

.onePost strong {
    font-family: Comfortaa-Bold;
}

.onePostBoldText {
    font-family: Comfortaa-Bold;
}

.onePost p {
    margin-bottom: 20px; 
    text-indent: 30px;   
}

.onePostTitle {
    margin-bottom: 30px;
    font-family: Comfortaa-Bold;
    font-size: 26px;    
    text-align: center;    
}

.onePostImg {
    display: table;
    margin: auto;
    margin-bottom: 30px; 
}

.onePostImg img {
    width: 700px;
    height: auto;   
    border: 4px solid #fea100;
    box-shadow: 10px 10px 20px -8px rgb(0 0 0 / 75%);
}

.onePostList {
    padding-left: 19px;
    list-style-type: circle;
}

.onePostList li {
    margin-bottom: 30px;
}

.onePostTel:link, 
.onePostTel:visited,
.onePostTel:hover,
.onePostTel:active {
    color: #1e0500;
}

.onePostWrapper {   
    display: table;
    width: 970px; 
    margin: auto;
}

.noIndent {
    text-indent: 0 !important;
}

.onePostContent h2 {
    margin-bottom: 30px;
}

@media (max-width: 1100px) {
    .onePostWrapper {
        width: calc(100% - 40px);
    }

    .onePostMap {
        width: calc(100% - 40px);
    }
}

@media (max-width: 800px) {
    .onePostImg img {  
        display: table;
        width: calc(100% - 50px);
        height: auto;
        margin: auto; 
    }
}

/* --------------------------------------------
    ДРУГИЕ ЗАПИСИ НА СТРАНИЦЕ ОДНОЙ ЗАПИСИ
--------------------------------------------- */
.yuzo__title {
    margin-bottom: 30px;
    font-family: Comfortaa-Bold;
    font-size: 20px;
    text-align: center;
}

.yuzo_wraps {
    display: table;
    margin: auto;
}

.yuzo__text--title {
    color: #1e0500 !important;
}

@media (max-width: 850px) {
    .yuzo_wraps {
        width: 265px;
    }
}

@media (max-width: 450px) {
    .yuzo_wraps {
        width: 130px;
    }
}

.fancybox {
    margin-right: 7px;
}

/* ----------------------------------------------------
    NEXT GEN GALLERY ГАЛЕРЕЯ НА СТРАНИЦЕ 1 ЗАПИСИ
---------------------------------------------------- */
.onePostContent .ngg-galleryoverview {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;    
}

.ngg-gallery-thumbnail-box {
    width: 150px !important;
}

.slideshowlink {
    display: none;
}

.ngg-gallery-thumbnail img {
    height: 88px !important;
}

.fancybox-title-over {
    display: none !important;
}

.ngg-galleryoverview .ngg-navigation {
    display: none !important;
}

/* ----------------------------
    FANCYBOX CUSTOM STYLES
----------------------------- */
.fancybox-bg {
    background: rgb(0 0 0 / 75%); /* Darker overlay background */
    opacity: 1 !important; /* Force opacity to ensure overlay is visible */
}

.fancybox-custom-layout .fancybox-content {
    padding: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

.fancybox-custom-layout .fancybox-toolbar {
    top: 10px;
    right: 10px;
    padding: 5px;
    background: rgb(0 0 0 / 30%);
    border-radius: 4px;
}

.fancybox-custom-layout .fancybox-button {
    color: #fff;
    background: transparent;
}

.fancybox-custom-layout .fancybox-button:hover {
    background: rgb(0 0 0 / 50%);
}

/* ----------------------------
    SLICK(карусель с видео)
----------------------------- */

.slick-item-sem a img {
    width: 150px !important;
    height: 150px;
}

#video {
    display: block;
    width: 1000px;
    margin: auto;
}

.slick-lightbox-slick-iframe {
    width: 800px;
    height: 450px;
}

.slick-prev {
    z-index: 40;
}

.slick-lightbox-close {
    top: 25px;
    padding: 0 25px 40px;
}

.slick-lightbox-close::before {
    font-size: 30px;
}

#video .slick-prev {
    left: -70px;
}

.slick-prev::before,
.slick-next::before {
    width: 22px;
    height: 40px;
    font-size: 40px;
}

#video .slick-prev::before,
#video .slick-next::before {
    color: #000;
}

h2#default {
    display: none;
}

.slick-prev::before {
    font-family: FontAwesome;
    content: "\f104";
}

.slick-next::before {
    font-family: FontAwesome;
    content: "\f105";
}

@media (max-width: 1320px) {
    #video{
        width: 600px;
    }

    .slick-item-sem a img {
        width: 170px !important;
        height: 170px;
    }

    #video .slick-prev {
        left: -56px;
    }

}

@media (max-width: 1280px) {
    #video{
        width: 500px;
    }

    .slick-item-sem a img {
        width: 200px !important;
        height: 200px;
    }
}

@media (max-width: 1000px) {
    .slick-lightbox-slick-iframe {
        width: 500px;
        height: 250px;
    }
}

@media (max-width: 800px) {
    .slick-lightbox-slick-iframe {
        width: 500px;
        height: 280px;
    }

    #video {
        width: 200px;
    }

    .slick-item-sem a img {
        width: 200px !important;
        height: 200px;
    }

    #video .slick-next {
        right: -35px;
    }

    #video .slick-prev {
        left: -35px;
    }
}

@media (max-width: 700px) {
    .slick-lightbox-slick-iframe {
        width: 400px;
        height: 223px;
    }
}

@media (max-width: 550px) {
    .slick-lightbox-slick-iframe {
        width: 300px;
        height: 165px;
    }
}

@media (max-width: 450px) {
    .slick-lightbox-slick-iframe {
        width: 200px;
        height: 110px;;
    }
}

@media (max-width: 350px) {
    .slick-item-sem a img {
        width: 180px !important;
        height: 180px;
    }

    #video .slick-next {
        right: -14px;
    }
}

/* --------------------
    ХЛЕБНЫЕ КРОШКИ
-------------------- */
.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs a:link, 
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
    color: #1e0500;
}

/* -------------------
    СТРАНИЦА 404
------------------- */
.page404Wrapper {
    padding: 330px 0 25px;
    font-family: Comfortaa-Bold;
    font-size: 40px;
    color: #fff;
    background: url(../img/wood-bg.jpg) center center no-repeat;
}

.page404Wrapper p {
    margin-bottom: 30px;
    text-align: center;
}

.page404Wrapper a {
    display: table;
    height: 40px;
    padding: 10px 60px;
    margin: auto;
    font-size: 16px;
    cursor: pointer !important;
    background: transparent;
    border: 3px solid #f69400;
    transition: all ease 0.4s;
}

.page404Wrapper a:hover {
    background: #f69400;
}

.page404Wrapper a:link, 
.page404Wrapper a:visited,
.page404Wrapper a:hover,
.page404Wrapper a:active {
    color: #fff;
}

/* -------------------------------
    КНОПКИ ПЕРЕКЛЮЧЕНИЯ ЯЗЫКОВ
------------------------------- */
.langBtnWrapper {
    position: absolute;
    bottom: 67px;
    left: 668px;
}

.langBtn {
    z-index: 100;
    display: inline-block;
    padding: 5px 7px;
    margin-right: 3px;
    font-family: Futuris;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    background: #ff9c00;
    border: 1px solid transparent;
}

.langBtn:link, 
.langBtn:visited,
.langBtn:active {
    color: #000;
}

.langBtn.current {
    color: #f9aa12;
    cursor: default;
    background: transparent;
    border: 1px solid #f9aa12;
}

.fancybox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-toolbar {
    top: 80px !important;
    right: 80px !important;
}

.fancybox-content {
    width: 80vw !important;
    max-width: 1240px !important;
    height: initial !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden;
    border-radius: 20px !important;
    transform: none !important;
}

.fancybox-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1200px) {
    .langBtnWrapper {
        bottom: 8px;
        left: 22px;
        display: block !important;
    }

    header ul {
        padding: 60px 0 40px !important;
    }
}

@media screen and (max-width:560px) {
    .fancybox-toolbar {
        top: 10px !important;
        right: 10px !important;
    }
}
