:root {
    --widget-background-color: #ffffff;
    --widget-background-opacity: 100;
    --widget-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    --widget-border-radius: 3px;
    --widget-text-color: #3D3D3D;
    --motivator-background-color: #eeeeee;
    --motivator-color: #fff;
    --motivator-background-opacity: 100;
    --button-background-color: #006848;
    --button-text-color: #ffffff;
    --button-font-size: 12px;
    --button-border-radius: 3px;
    --button-font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    --title-color: #3D3D3D;
    --title-font-size: 16px;
    --title-font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    --text-color: #3D3D3D;
    --text-font-size: 12px;
    --text-font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    --description-color: #3D3D3D;
    --description-font-size: 10.8px;
    --description-font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif; }
.container_mir {
    position: relative;
    width: 100%;
    height: 100%;
}
.sw-rpw-static__content-button a {
    text-decoration: none;
    color: #fff !important;
}
.sw-rpw-static {
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 432px;
    height: 214px;
    position: relative;
    position: fixed;
    left: -610px;
    bottom: 200px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    margin: 12px;
    border-radius: 4px;
    border-radius: var(--widget-border-radius);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: var(--widget-box-shadow);
    box-shadow: var(--widget-box-shadow);
}
.sw-rpw-static__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    width: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: #FFF;
    color: var(--motivator-color);
}
.sw-rpw-static__icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: calc(100 / 100);
    opacity: calc(var(--motivator-background-opacity) / 100);
    z-index: -1;
    background-color: #FD952C;
    background-color: var(--motivator-background-color);
}
.sw-rpw-static__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    width: 144px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sw-rpw-static__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px 16px 16px 24px;
    position: relative;
    width: 182px;
    color: #3D3D3D;
    color: var(--widget-text-color);
}
.sw-rpw-static__content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: calc( / 100);
    opacity: calc(var(--widget-background-opacity) / 100);
    z-index: -1;
    background-color: #FFF;
    background-color: var(--widget-background-color);
}
.sw-rpw-static__content-title {
    font-weight: bold;
    line-height: 20px;
    padding-right: 20px;
    word-break: break-word;
    font-size: 16px;
    font-size: var(--title-font-size);
    font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    font-family: var(--title-font-family);
    color: #3D3D3D;
    color: var(--title-color);
}
.sw-rpw-static__content-text {
    opacity: 0.8;
    line-height: 18px;
    word-break: break-word;
    font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    font-family: var(--text-font-family);
    font-size: 12px;
    font-size: var(--text-font-size);
    color: #3D3D3D;
    color: var(--text-color);
}
.sw-rpw-static__content-description {
    opacity: 0.45;
    font-size: 10.8px;
    line-height: 12px;
    word-break: break-word;
    font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    font-family: var(--description-font-family);
    font-size: 10.8px;
    font-size: var(--description-font-size);
    color: #3D3D3D;
    color: var(--description-color);
}
.sw-rpw-static__content-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    font-family: Arial, Helvetica, Tahoma, "Open Sans", sans-serif;
    font-family: var(--button-font-family);
    font-size: 12px;
    font-size: var(--button-font-size);
    background-color: #FD952C;
    background-color: var(--button-background-color);
    color: #FFF;
    color: var(--button-text-color);
    border-radius: 3px;
    border-radius: var(--button-border-radius);
}
.sw-rpw-static__content-button:hover {
    opacity: 0.9;
}
.sw-rpw-static__content > *:not(:last-child) {
    margin-bottom: 16px;
}
.sw-rpw-static__content._with_description .sw-rpw-static__content-description {
    margin-top: -8px;
    margin-bottom: 12px;
}
.sw-rpw-static__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 8px;
    opacity: 0.3;
    color: #3D3D3D;
    color: var(--text-color);
}
.sw-rpw-static__close:hover {
    opacity: 0.6;
}
@media (max-width:490px) {
    .sw-rpw-static {
        width: unset;
        bottom: 80px;
        display: block;
        background: #eeeeee;
    }
    .sw-rpw-static__icon {
        width: 100%;
        margin: 20px 0 20px 0;
    }
    .p-inner .container_mir {
        display: none;
    }
}
@media (max-height:800px) {
    .sw-rpw-static {
        bottom: 80px;
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
html * {
    max-height: 999999px;
}
html,
body {
    /* height: 100%; */
}
body {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    margin: 0;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.555;
}
.b-title {
    margin-bottom: 21px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    color: #4F4F4F;
}
.b-title::after {
    content: "";
    display: block;
    width: 30px;
    margin-top: 9px;
    border-bottom: 3px solid #AA744F;
}
h1,
.b-title-h1 {
    margin: 0 0 55px 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: normal;
    color: #005156;
    line-height: 1.2;
}
h1:empty,
.b-title-h1:empty {
    display: none;
}
.b-title-h1--white {
    color: #fff;
}
h2,
.b-title-h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 33px;
    color: #005156;
    line-height: 1.217;
}
h2 a:link,
h2 a:visited,
.b-title-h2 a:link,
.b-title-h2 a:visited {
    color: currentColor;
}
.b-title-h2--nomar {
    margin-bottom: 0;
}
h3,
.b-title-h3 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    color: #005156;
    line-height: 1.15;
}
h4,
.b-title-h4 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    color: #005156;
    line-height: 1.147;
}
h5,
.b-title-h5 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #005156;
    line-height: 1.166;
}
h6,
.b-title-h6 {
    margin: 0 0 17px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #005156;
    line-height: 1.153;
}
p {
    margin: 0 0 29px;
}
ul, ol {
    margin-bottom: 29px;
}
ul {
    padding: 0;
    list-style: none;
}
ul li {
    position: relative;
    padding-left: 40px;
}
ul li::before {
    content:"";
    position: absolute;
    top: 0.6em;
    left: 21px;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #005156;
}
/* пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ */
a:link,
a:visited {
    color: #AA744F;
    text-decoration: none;
    transition: color .2s ease-in;
}
a:hover,
a:active {
    text-decoration: underline;
}
a:link[href^="tel"],
a:active[href^="tel"],
a:visited[href^="tel"],
a:hover[href^="tel"] {
    text-decoration: none;
    color: currentColor;
}
img {
    display: block;
    border: 0 none;
    max-width: 100%;
}
input,
button,
textarea,
select {
    font: inherit;
    color: inherit;
}
b,
strong {
    font-weight: bold;
}

li {
    margin-bottom: 6px;
}
ul:first-child,
ol:first-child,
li:first-child,
p:first-child {
    margin-top: 0;
    padding-top: 0;
}
ul:last-child,
ol:last-child,
li:last-child,
p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/*-----------------------------*/
.g-clear {
    clear: both;
    font-size: 0;
}
.g-ov-h {
    overflow: hidden;
}
.g-nodisplay {
    display: none;
}
.g-novisible {
    visibility: hidden;
}
.g-tablescroll {
    overflow: scroll;
}
.g-fz-22 {
    font-size: 22px;
    line-height: 1.273;
}
/*-----------------------------*/
.g-flex-order {
    display: flex;
    flex-direction: column;
}
.g-flex-order .flex-order__order-negative {
    order: -1;
}
.g-flex-order .flex-order__order-0 {
    order: 0;
}
.g-flex-order .flex-order__order-1 {
    order: 1;
}
.g-flex-order .flex-order__order-2 {
    order: 2;
}
.g-flex-order .flex-order__order-3 {
    order: 3;
}
/*-----------------------------*/
.g-text-center {
    text-align: center;
}
.g-text-left {
    text-align: left;
}
.g-text-right {
    text-align: right;
}
/*-----------------------------*/
input:focus {
    outline: none;
}
::-ms-clear {
    /* remove IE пїЅclear field or crossпїЅ X button from inputs field */
    display: none;
    width: 0;
    height: 0;
}
::-ms-reveal {
    /* remove IE пїЅclear field or crossпїЅ X button from inputs field */
    display: none;
    width: 0;
    height: 0;
}
pre {
    white-space: pre-wrap;
}
/*-----------------------------*/
.l-layout {
    position: relative;
    min-height: 100%;
    min-width: 320px;
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.l-layout .layout__wrap {
    padding-bottom: 618px;
}
/*------------------------*/
.l-header {
    position: relative;
}
.l-header .header__wrapper {
    position: relative;
    z-index: 10;
    max-width: 1280px;
    width: 100%;
    height: 131px;
    margin: 0 auto;
    padding: 0 20px;
}
.l-header .header__text {
    position: relative;
}
.l-header .header__text-0 {
    position: absolute;
    z-index: 11;
    top: 47px;
    right: 243px;
}
.l-header .header__text-1 {
    position: absolute;
    z-index: 11;
    top: 43px;
    right: 27px;
}
.l-header .header__text-2 {
    position: absolute;
    top: 41px;
    right: 0;
    width: 225px;
}
.l-header .header__text-3 {
    position: absolute;
    top: 46px;
    right: 239px;
    width: 100px;
}
.l-header .header__text-4 {
    display: none;
}
/*------------------------*/
.l-fixed-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background: #F2F6F6;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity .2s ease-out, visibility .2s ease-out, transform .2s ease-out;
}
.l-fixed-menu .fixed-menu__wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
/*------------------------*/
.l-fixed-menu--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0px 10px 20px -2px rgba(0,0,0,0.15);
}
/*------------------------*/
.l-main {
    position: relative;
}
.l-main .main__wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.l-main .main__cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.l-main [class^="main__cols-"] {
    padding: 0 15px 30px;
}
.l-main .main__cols-content {
    width: calc(100% - 422px);
}
.l-main .main__cols-right {
    width: 422px;
}
/*------------------------*/
.l-main--1920 .main__wrapper {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
/*------------------------*/
.l-main--content .main__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}
/*------------------------*/
.l-main--content2 .main__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*------------------------*/
.l-main--content3 .main__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
/*------------------------*/
.l-main--wide .main__wrapper {
    max-width: none;
    padding: 0;
}
/*------------------------*/
.l-main--bg-green {
    background-color: #F2F6F6;
}
/*------------------------*/
.l-main--nopad-bottom .main__wrapper {
    padding-bottom: 0;
}
/*------------------------*/
.l-main--form [class^="b-form"] {
    margin-bottom: 0;
}
/*------------------------*/
.l-main--order .b-order {
    margin-bottom: 0;
}
/*------------------------*/
.l-main--order2 .b-order {
    margin-bottom: 34px;
}
/*------------------------*/
.l-main--projects .main__wrapper {
    padding-top: 60px;
}
/*------------------------*/
.l-main--zindex {
    z-index: 2;
}
/*------------------------*/
.l-main--reviews {
    z-index: 50;
}
/*------------------------*/
.l-footerbox {
    margin-top: -618px;
    min-height: 618px;
    min-width: 320px;
    z-index: 40;
    overflow: hidden;
}
.l-footerbox .footerbox__wrapper {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
}
/*------------------------*/
.l-grid {
    position: relative;
    width: 100%;
    height: 618px;
}
.l-grid [class^="grid__item"] {
    position: absolute;
    z-index: 10;
}
.l-grid .grid__item1 {
    top: 54px;
    left: 0;
    width: 50%;
}
.l-grid .grid__item3 {
    top: 238px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 270px;
}
.l-grid .grid__item2 {
    top: 76px;
    right: 0;
    width: 50%;
}
.l-grid .grid__item4 {
    right: 0;
    left: 0;
    bottom: 0;
    height: 110px;
}
/*------------------------*/
.l-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.36);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.l-sidebar--open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}
.l-sidebar-block {
    position: fixed;
    z-index: 1000;
    background-color: #F2F6F6;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 320px;
}
.l-sidebar-block--left {
    top: 0;
    left: -150%;
    bottom: 0;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}
.l-sidebar-block--right {
    top: 0;
    right: -150%;
    bottom: 0;
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
}
.l-sidebar-block--top {
    left: 0;
    right: 0;
    height: 100%;
    max-width: 100%;
    top: -150%;
    -webkit-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
}
.l-sidebar-block--bottom {
    left: 0;
    right: 0;
    height: 100%;
    max-width: 100%;
    bottom: -150%;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
}
.l-sidebar-block--open {
    z-index: 1000;
}
.l-sidebar-block--open.l-sidebar-block--left {
    left: 0;
    -webkit-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}
.l-sidebar-block--open.l-sidebar-block--right {
    right: 0;
    -webkit-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
}
.l-sidebar-block--open.l-sidebar-block--top {
    top: 0;
    -webkit-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
}
.l-sidebar-block--open.l-sidebar-block--bottom {
    bottom: 0;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
}
/*------------------------*/
.b-sidebar {
    position: relative;
}
.b-sidebar .sidebar__close {
    position: absolute;
    z-index: 2;
    top: 14px;
    right: 4px;
    text-align: right;
}
.b-sidebar .sidebar__close-btn {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #005156;
    transition: color .2s ease-out;
}
.b-sidebar .sidebar__close-btn:hover {
    color: #AA744F;
}
.b-sidebar .sidebar__content {
    position: relative;
    padding: 25px 20px 85px 25px;
}
.b-sidebar .sidebar__item {
    padding-bottom: 34px;
}
.b-sidebar .sidebar__txt3 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 28px;
}
.b-sidebar .sidebar__txt4 {
    display: inline-block;
    vertical-align: middle;
}
/*------------------------*/
.b-logo {
    position: absolute;
    z-index: 1;
    top: 17px;
    left: 20px;
    width: 73px;
}
/*----------------------*/
.b-btn,
a.b-btn:link,
a.b-btn:visited,
a.b-btn:hover,
a.b-btn:active {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 15px;
    width: 100%;
    border: none;
    max-width: 200px;
    background: #AA744F;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
    cursor: pointer;
    transition: background-color .2s ease-out;
}
.b-btn:hover,
a.b-btn:hover {
    background: #C6865B;
}
/*----------------------*/
.b-btn--nowidth,
a.b-btn--nowidth:link,
a.b-btn--nowidth:visited,
a.b-btn--nowidth:hover,
a.b-btn--nowidth:active {
    max-width: none;
}
/*----------------------*/
.b-btn--width-auto,
a.b-btn--width-auto:link,
a.b-btn--width-auto:visited,
a.b-btn--width-auto:hover,
a.b-btn--width-auto:active {
    max-width: none;
    width: auto;
}
/*----------------------*/
.b-btn-2,
a.b-btn-2:link,
a.b-btn-2:visited,
a.b-btn-2:hover,
a.b-btn-2:active {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 15px;
    width: 100%;
    max-width: 244px;
    border: 1px solid rgba(0, 81, 86, 0.2);
    background: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.285;
    color: #005156;
    cursor: pointer;
    transition: border-color .2s ease-out;
}
.b-btn-2:hover,
a.b-btn-2:hover {
    border-color: rgb(0, 81, 86);
}
/*----------------------*/
.b-socicons {
    margin: 0 -3px 0 -4px;
    text-align: right;
    font-size: 0;
}
.b-socicons svg {
    vertical-align: top;
}
.b-socicons circle {
    transition: fill .2s ease-in-out, opacity .2s ease-in-out;
}
.b-socicons path {
    transition: fill .2s ease-in-out;
}
.b-socicons a:hover circle {
    fill: rgba(0, 81, 86, 0.2);
}
.b-socicons a:hover path {
    fill: #005156;
}
.b-socicons .socicons__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 4px;
}
/*----------------------*/
.b-socicons--hover-invert a:hover circle {
    fill: #005156;
    opacity: 0.8;
}
.b-socicons--hover-invert a:hover path {
    fill: #fff;
}
/*----------------------*/
.b-socicons--foot {
    margin-right: -8px;
    margin-left: -7px;
}
.b-socicons--foot .socicons__item {
    margin-right: 8px;
    margin-left: 7px;
}
/*----------------------*/
.b-sidebar .b-socicons svg {
    width: 30px;
    height: 30px;
}
.b-sidebar .b-socicons:not(.b-socicons--hover-invert) circle {
    fill: #fff;
}
.b-sidebar .b-socicons:not(.b-socicons--hover-invert) a:hover circle {
    fill: rgba(0, 81, 86, 0.2);
}
/*----------------------*/
/*.b-sidebar .b-socicons--hover-invert a:hover circle {
    fill: #fff;
}*/
/*----------------------*/
.b-contacts-head {
    position: relative;
    padding-left: 50px;
    text-align: right;
}
.b-contacts-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/callback.svg") 50% 50% no-repeat;
}
.b-contacts-head .contacts-head__phone {
    margin-bottom: 1px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
}
.b-contacts-head .contacts-head__callback {
    line-height: 1.27;
    font-size: 15px;
}
.b-contacts-head .contacts-head__callback a:link,
.b-contacts-head .contacts-head__callback a:visited {
    color: #AA744F;
}
.b-contacts-head .contacts-head__icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}
.b-contacts-head .contacts-head__icon svg {
    width: 27px;
    height: 27px;
}
/*----------------------*/
.b-sidebar .b-contacts-head {
    padding-left: 60px;
    text-align: left;
}
.b-sidebar .b-contacts-head .contacts-head__phone {
    margin-bottom: 3px;
    line-height: 1.25;
}
/*----------------------*/
.b-contacts-info, .b-contacts-info2 {
    position: relative;
    margin-bottom: 20px;
    padding-left: 74px;
    font-size: 22px;
    line-height: 1.272;
    color: #333;
}
.b-contacts-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/contacts-info-icon.svg) 50% 50% no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-contacts-info2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/location.svg) 50% 50% no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-contacts-info a:link,
.b-contacts-info a:visited {
    color: #005156;
}
.b-contacts-info a:link[href^="tel"],
.b-contacts-info a:visited[href^="tel"],
.b-contacts-info a:hover[href^="tel"],
.b-contacts-info a:active[href^="tel"] {
    color: currentColor;
}
.b-contacts-info .contacts-info__phone {
    font-weight: bold;
}
/*----------------------*/
.b-sandwich {
    position: absolute;
    top: 54px;
    right: 20px;
}
.b-sandwich .sandwich__btn {
    color: #005156;
    transition: color .2s ease-in-out;
    cursor: pointer;
    font-size: 0;
}
.b-sandwich .sandwich__btn:hover {
    color: #AA744F;
}
/*----------------------*/
.b-order {
    margin: -45px 0 80px;
    background-color: #005156;
    color: #ffffff;
    font-size: 20px;
}
.b-order input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    line-height: 1.555;
    color: #ffffff;
}
.b-order input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.b-order input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
.b-order input[type="text"]::placeholder {
    color: #fff;
}
.b-order .order__inner {
    display: flex;
}
.b-order .order__item {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    padding: 9px 23px 10px 23px;
}
.b-order .order__item:not(:last-child) {
    border: solid rgba(255,255,255,.1);
    border-width: 0 1px 0 0;
}
.b-order .order__item--btn {
    width: 200px;
    padding: 0;
    align-items: stretch;
}
.b-order .order__item-inner {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    justify-content: space-between;
}
.b-order .order__text {
    margin-right: 18px;
    user-select: none;
}
.b-order .order__input {
    width: 70px;
    margin-right: 20px;
}
.b-order .order__icon {
    flex-shrink: 0;
    cursor: pointer;
}
.b-order .order__icon img {
    display: inline;
    vertical-align: top;
    transition: .2s ease-out;
}
.b-order .order__icon:hover img {
    opacity: .6;
}
.b-order .order__number {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}
.b-order .order__num {
    text-align: center;
    white-space: nowrap;
}
.b-order .order__plus,
.b-order .order__minus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: opacity .2s ease-out;
}
.b-order .order__plus:hover,
.b-order .order__minus:hover {
    opacity: 0.6;
}
/*----------------------*/
.b-order .b-btn,
.b-order a.b-btn:link,
.b-order a.b-btn:visited,
.b-order a.b-btn:hover,
.b-order a.b-btn:active {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: none;font-weight: 600;
}
/*----------------------*/
/* 12 cols grid system for content*/
.b-grid {
    margin: 0 -30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.b-grid > [class^="grid__col-"] {
    padding: 0 30px 30px;
    -webkit-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.b-grid .grid__col-1-12 {
    width: calc((100% / 12) * 1);
}
.b-grid .grid__col-2-12 {
    width: calc((100% / 12) * 2);
}
.b-grid .grid__col-3-12 {
    width: calc((100% / 12) * 3);
}
.b-grid .grid__col-4-12 {
    width: calc((100% / 12) * 4);
}
.b-grid .grid__col-5-12 {
    width: calc((100% / 12) * 5);
}
.b-grid .grid__col-6-12 {
    width: calc((100% / 12) * 6);
}
.b-grid .grid__col-7-12 {
    width: calc((100% / 12) * 7);
}
.b-grid .grid__col-8-12 {
    width: calc((100% / 12) * 8);
}
.b-grid .grid__col-9-12 {
    width: calc((100% / 12) * 9);
}
.b-grid .grid__col-10-12 {
    width: calc((100% / 12) * 10);
}
.b-grid .grid__col-11-12 {
    width: calc((100% / 12) * 11);
}
.b-grid .grid__col-12-12 {
    width: calc((100% / 12) * 12);
}
.b-grid .grid__col-nopadbot {
    padding-bottom: 0;
}
/*----------------------*/
.b-grid--align-items-start {
    align-items: flex-start;
}
.b-grid--align-items-end {
    align-items: flex-end;
}
.b-grid--align-items-center {
    align-items: center;
}
/*----------------------*/
.b-grid--bigpad > [class^="grid__col-"] {
    padding-bottom: 80px;
}
/*----------------------*/
.b-grid--width-auto > [class^="grid__col-"] {
    width: auto;
    flex: 0 1 auto;
}
/*----------------------*/
.b-grid--nopadbottom > [class^="grid__col-"] {
    padding-bottom: 0;
}
/*----------------------*/
.b-benefits .benefits__items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -20px;
}
.b-benefits .benefits__item {
    display: flex;
    align-items: center;
    width: 25%;
    padding: 0 20px 20px;
}
.b-benefits .benefits__img {
    width: 110px;
    padding-right: 20px;
}
.b-benefits .benefits__text {
    width: calc(100% - 110px);
    line-height: 1.277;
}
.b-benefits--rooms .benefits__img {
    width: 90px;
}
.b-benefits--rooms .benefits__items {
    align-items: center;
    margin: 0 -10px;
}
.b-benefits--rooms .benefits__item {
    width: 20%;
}
/*----------------------*/
.b-form-tobook {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: #005156;
    color: #ffffff;
}
.b-form-tobook input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 21px 15px 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}
.b-form-tobook input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #ddd;
}
.b-form-tobook input[type="text"]::placeholder {
    color: #ddd;
}
.b-form-tobook .form-tobook__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 52px 20px 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.b-form-tobook .form-tobook__title {
    width: 318px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.147;
    margin-top: 1%;
}
.b-form-tobook .form-tobook__content {
    width: calc(100% - 318px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.b-form-tobook .form-tobook__items {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 213px);
}
.b-form-tobook .form-tobook__item {
    width: 33.333%;
    margin-right: -1px;
}
.b-form-tobook .form-tobook__btn {
    width: 213px;
    padding-left: 13px;
}
.b-form-tobook .form-tobook__errors {
    width: 100%;
}
.b-form-tobook .form-tobook__note {
    width: 100%;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.272;
}
.b-form-tobook .form-tobook__note .notetext {
    color: #ffffff;
}
.b-form-tobook .form-tobook__note .notetext br {
    display: none;
}
.b-form-tobook .form-tobook__agree {
    width: 100%;
    padding-top: 14px;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 1.286;
}
.b-form-tobook .form-tobook__agree a:link,
.b-form-tobook .form-tobook__agree a:visited {
    color: rgba(255,255,255,.5);
}
/*----------------------*/
.b-form-callback {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: #005156;
    color: #ffffff;
}
.b-form-callback input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 21px 15px 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}
.b-form-callback input[type="text"]::-webkit-input-placeholder { /* WebKit browsers */
    color: #ddd;
}
.b-form-callback input[type="text"]::placeholder {
    color: #ddd;
}
.b-form-callback .form-callback__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 65px 20px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.b-form-callback .form-callback__title {
    width: 530px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.147;
}
.b-form-callback .form-callback__items {
    width: calc(100% - 530px - 213px);
    display: flex;
    flex-wrap: wrap;
}
.b-form-callback .form-callback__item {
    width: 50%;
    margin-right: -1px;
}
.b-form-callback .form-callback__btn {
    width: 213px;
    padding-left: 13px;
}
.b-form-callback .form-callback__errors {
    width: 100%;
}
.b-form-callback .form-callback__note {
    width: 100%;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.272;
}
.b-form-callback .form-callback__note .notetext {
    color: #ffffff;
}
.b-form-callback .form-callback__note .notetext br {
    display: none;
}
.b-form-callback .form-callback__agree {
    width: calc(100% - 530px);
    margin-left: auto;
    padding-top: 12px;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 1.286;
}
.b-form-callback .form-callback__agree a:link,
.b-form-callback .form-callback__agree a:visited {
    color: rgba(255,255,255,.5);
}
/*----------------------*/
.b-form-callback2 {
    margin: -45px 0 35px;
    background-color: #005156;
    color: #ffffff;
}
.b-form-callback2 input[type="text"] {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 21px 15px 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}
.b-form-callback2 input[type="text"]::-webkit-input-placeholder {
    color: #ddd;
}
.b-form-callback2 input[type="text"]::placeholder {
    color: #ddd;
}
.b-form-callback2 .form-callback2__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 30px 20px 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.b-form-callback2 .form-callback2__title {
    width: 458px;
    padding-right: 15px;
    text-transform: uppercase;

    font-size: 25px;
    line-height: 1.147;
}
.b-form-callback2 .form-callback2__items {
    width: calc(100% - 458px - 218px);
    display: flex;
    flex-wrap: wrap;
}
.b-form-callback2 .form-callback2__item {
    width: 50%;
    margin-right: -1px;
}
.b-form-callback2 .form-callback2__btn {
    width: 218px;
    padding-left: 18px;
}
.b-form-callback2 .form-callback2__errors {
    width: 100%;
}
.b-form-callback2 .form-callback2__note {
    width: 100%;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.272;
}
.b-form-callback2 .form-callback2__note .notetext {
    color: #ffffff;
}
.b-form-callback2 .form-callback2__note .notetext br {
    display: none;
}
.b-form-callback2 .form-callback2__agree {
    width: calc(100% - 458px);
    margin-left: auto;
    padding-top: 12px;
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 1.286;
}
.b-form-callback2 .form-callback2__agree a:link,
.b-form-callback2 .form-callback2__agree a:visited {
    color: rgba(255,255,255,.5);
}
/*----------------------*/
.b-form-writeus {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: #005156;
    color: #ffffff;
}
.b-form-writeus input[type="text"],
.b-form-writeus textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 30px;
    border: 1px solid #256A6F;
    background: rgba(255, 255, 255, 0.05);
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}
.b-form-writeus textarea {
    resize: none;
    min-height: 160px;
    height: 160px;
}
.b-form-writeus textarea:focus {
    outline: none;
}
.b-form-writeus input[type="text"]::-webkit-input-placeholder,
.b-form-writeus textarea::-webkit-input-placeholder {
    color: #ddd;
}
.b-form-writeus input[type="text"]::placeholder,
.b-form-writeus textarea::placeholder {
    color: #ddd;
}
.b-form-writeus .form-writeus__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 47px 20px 62px;
}
.b-form-writeus .form-writeus__title {
    padding-bottom: 6px;
}
.b-form-writeus .form-writeus__items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.b-form-writeus .form-writeus__item {
    flex: 1 0 auto;
    width: 100%;
    margin-top: -1px;
    margin-right: -1px;
}
.b-form-writeus .form-writeus__item--1-3 {
    width: 33.33%;
}
.b-form-writeus .form-writeus__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.b-form-writeus .form-writeus__btn {
    width: 200px;
}
.b-form-writeus .form-writeus__agree {
    width: calc(100% - 200px);
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.2;
}
.b-form-writeus .form-writeus__agree a:link,
.b-form-writeus .form-writeus__agree a:visited {
    color: #ffffff;
}
.b-form-writeus .form-writeus__errors {
    width: 100%;
}
.b-form-writeus .form-writeus__note {
    width: 100%;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.272;
}
.b-form-writeus .form-writeus__note .notetext {
    color: #ffffff;
}
.b-form-writeus .form-writeus__note .notetext br {
    display: none;
}
/*----------------------*/
.b-form-writeus .b-title {
    color: #ffffff;
}
.b-form-writeus .b-title-h2 {
    color: #ffffff;
}
/*----------------------*/
.b-form-popup {
    padding: 47px 86px 75px;
}
.b-form-popup input[type="text"],
.b-form-popup textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 15px;
    background: rgba(0, 81, 86, 0.1);
    border: 1px solid #c5d7d9;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #666666;
}
.b-form-popup .form-popup__fields {
    display: flex;
    flex-direction: column;
}
.b-form-popup .form-popup__field {
    margin-bottom: -1px;
}
.b-form-popup .form-popup__field-agree {
    margin: 21px 0 34px;
    font-size: 15px;
    line-height: 1.2;
    color: #999999;
}
.b-form-popup .form-popup__success {
    text-align: center;
}
.b-form-popup .form-popup__success-title {
    text-transform: uppercase;
}
/*----------------------*/
.b-form-popup--success {
    display: none;
}
/*----------------------*/
.b-form-popup h2,
.b-form-popup .b-title-h2 {
    margin-bottom: 35px;
    line-height: 1.152;
}
/*----------------------*/
.b-form-manager {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background-color: #005156;
    color: #ffffff;
}
.b-form-manager input[type="text"],
.b-form-manager textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 20px 18px 20px;
    border: 1px solid #256A6F;
    background: rgba(255, 255, 255, 0.05);
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}
.b-form-manager input[type="text"]::-webkit-input-placeholder,
.b-form-manager textarea::-webkit-input-placeholder {
    color: #fff;
}
.b-form-manager input[type="text"]::placeholder,
.b-form-manager textarea::placeholder {
    color: #fff;
}
.b-form-manager textarea {
    min-height: 170px;
    resize: vertical;
}
.b-form-manager textarea:focus {
    outline: none;
}
.b-form-manager .form-manager__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 70px;
    display: flex;
    flex-wrap: wrap;
}
.b-form-manager .form-manager__text {
    width: 42.75%;
    padding-right: 20px;
}
.b-form-manager .form-manager__fields {
    width: 57.25%;
}
.b-form-manager .form-manager__field {
    margin-bottom: -1px;
}
.b-form-manager .form-manager__content {
    width: calc(100% - 318px);
    padding-top: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.b-form-manager .form-manager__field--btn-agree {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 24px;
}
.b-form-manager .form-manager__field--btn {
    width: 200px;
}
.b-form-manager .form-manager__field--agree {
    width: calc(100% - 200px);
    padding-left: 30px;
    color: #F2F6F6;
    font-size: 15px;
    line-height: 1.2;
}
.b-form-manager .form-manager__field--agree a:link,
.b-form-manager .form-manager__field--agree a:visited {
    color: #F2F6F6;
}
.b-form-manager .form-manager__field--errors {
    margin-top: 24px;
}
.b-form-manager .form-manager__success {
    width: 100%;
    margin-top: 24px;
    font-size: 22px;
    line-height: 1.272;
}
.b-form-manager .form-manager__success .notetext {
    color: #ffffff;
}
.b-form-manager .form-manager__success .notetext br {
    display: none;
}
.b-form-manager .form-manager__errors {
    width: 100%;
}
/*----------------------*/
.b-form-manager [class^="b-title"] {
    color: #ffffff;
}
/*----------------------*/
.b-map-hotel {
    max-width: 1920px;
    margin: 0 auto;
}
/*----------------------*/
.swiper-container--scroll-theme.swiper-container-initialized {
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.swiper-container--scroll-theme .swiper-scrollbar {
    border-radius: 0;
    background: rgba(0,81,86,.2);
}
.swiper-container--scroll-theme.swiper-container-horizontal>.swiper-scrollbar {
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
}
.swiper-container--scroll-theme .swiper-scrollbar-drag {
    background: #AA744F;
}
/*----------------------*/
.b-map-hotel .swiper-slide {
    width: 1920px;
}
.b-map-hotel .swiper-scrollbar {
    border-radius: 0;
    background: rgba(0,81,86,.2);
}
.b-map-hotel.swiper-container-horizontal>.swiper-scrollbar {
    left: 20px;
    right: 20px;
    width: auto;
    height: 3px;
}
.b-map-hotel .swiper-scrollbar-drag {
    background: #AA744F;
}
.b-map-hotel .swiper-button-next,
.b-map-hotel .swiper-button-prev {
    position: absolute;
    top: 265px;
    width: 50px;
    height: 60px;
}
.b-map-hotel .swiper-button-prev {
    left: 0;
    background: url(../images/map-hotel-prev.svg);
}
.b-map-hotel .swiper-button-next {
    right: 0;
    background: url(../images/map-hotel-next.svg);
}
/*----------------------*/
.b-video .video__imgbox {
    position: relative;
    cursor: pointer;
}
.b-video .video__imgbox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b-video .video__text {
    position: absolute;
    bottom: 68px;
    left: 30px;
    right: 30px;
    text-align: center;
    color: #ffffff;
}
.b-video .video__text::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    width: 175px;
    height: 175px;
    margin-bottom: 27px;
    background: url(../images/video-play.svg) 50% 50% no-repeat;
    background-size: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .2s ease-out;
}
.b-video .video__imgbox:hover .video__text::before {
    opacity: 0.8;
}
.b-video .video__title {
    font-size: 46px;
    line-height: 1.217;
}
/*----------------------*/
.b-icons-reivews {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 -20px;
}
.b-icons-reivews iframe {
    display: block;
}
.b-icons-reivews .icons-reivews__item {
    padding: 0 20px;
}
/*----------------------*/
.b-rating {
    margin-bottom: 21px;
    font-size: 0;
}
.b-rating img {
    display: inline;
    margin-right: 7px;
}
/*----------------------*/
.b-ymap-balloon {
    width: 392px;
    padding: 33px 40px 45px 40px;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.277;
    color: #333333;
}
@media (max-width: 767px) {
    .b-ymap-balloon {
        width: 380px;
        font-size: 15px;
        transform: translateX(-50%);
    }
}
/*----------------------*/
.b-logo-foot {
    display: flex;
    align-items: center;
}
.b-logo-foot .logo-foot__img {
    width: 72px;
}
.b-logo-foot .logo-foot__text {
    width: calc(100% - 72px);
    padding-left: 38px;
    font-size: 25px;
    line-height: 1.166;
    color: #005156;
}
/*----------------------*/
.b-contacts-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}
.b-contacts-foot .contacts-foot__item {
    padding: 0 15px 36px;
}
.b-contacts-foot .contacts-foot__item--contacts {
    width: calc(100% - 287px);
    padding-bottom: 36px;
    text-align: right;
}
.b-contacts-foot .contacts-foot__phone {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
}
.b-contacts-foot .contacts-foot__email {
    line-height: 1.277;
}
.b-contacts-foot .contacts-foot__item--btn {
    width: 287px;
    padding-bottom: 36px;
}
.b-contacts-foot .contacts-foot__item--icons {
    width: 100%;
}
/*----------------------*/
.b-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -20px;
    height: 100%;
    font-size: 16px;
    line-height: 1.25;
    color: #BDBDBD;
}
.b-copyright a:link,
.b-copyright a:visited {
    color: #BDBDBD;
}
.b-copyright .copyright__item {
    padding: 0 20px;
    max-width: 33.333%;
}
/*----------------------*/
.fancybox-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 8040;
}
/*----------------------*/
.b-page-404 .page-404__imgbox {
    position: relative;
    height: 650px;
    background: url(../images/404.jpg) 50% 50% no-repeat;
    background-size: cover;
}
.b-page-404 .page-404__text {
    position: absolute;
    bottom: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}
.b-page-404 .page-404__title {
    margin-bottom: 20px;
    font-family: 'Yeseva One', serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 1.143;
}
/*----------------------*/
.b-benefits2 {}
.b-benefits2 .benefits2__item {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 15px;
}
.b-benefits2 .benefits2__item:not(:last-child)::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    border-bottom: 1px solid #F2F6F6;
}
.b-benefits2 .benefits2__img {
    margin-bottom: 35px;
}
/*----------------------*/
.b-contacts-content .contacts-content__map {
    height: 490px;
}
.b-contacts-content .contacts-content__head {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}
/*----------------------*/
.b-prices-table {
    margin-bottom: 50px;
    border-collapse: collapse;
}
.b-prices-table th,
.b-prices-table td {
    padding: 7px 23px 8px;
    border-bottom: 1px solid #e6eeef;
    text-align: center;
    transition: background-color .2s ease-in-out;
}
.b-prices-table th {
    vertical-align: bottom;
    font-weight: normal;
    font-size: 16px;
    color: #AA744F;
}
.b-prices-table th:first-child {
    text-align: left;
}
.b-prices-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: #005156;
}
.b-prices-table .prices-table__active {
    background-color: #f2f6f6;
}
.b-prices-table .prices-table__active-2 {
    background-color: #faf8f6;
}
.b-prices-table .prices-table__active-3 {
    background-color: #edefed;
}
/*----------------------*/
.b-accordion .accordion__item {
    position: relative;
    margin-bottom: 2px;
}
.b-accordion .accordion__title {
    position: relative;
    display: flex;
    padding: 16px 55px 16px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.272;
    color: #fff;
    background-color: #005156;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
}
.b-accordion .accordion__item--active .accordion__title {
    background-color: rgba(0, 81, 86, 0.8);
}
.b-accordion .accordion__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #AA744F url(../images/accordion-plus.svg) 50% 50% no-repeat;
    margin-top: -15px;
    transition: transform .2s ease-out;
}
.b-accordion .accordion__item--active .accordion__title::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-accordion .accordion__content {
    display: none;
    padding: 26px 30px;
}
/* .b-accordion .accordion__item--active .accordion__content {
    display: block;
} */
/*----------------------*/
.b-tabs {}
.b-tabs .tabs__select {
    display: none;
    width: 100%;
    padding: 6px 50px 7px 10px;
    max-width: 300px;
    background: #F2F6F6 url(../images/select-arr.svg) calc(100% - 14px) 50% no-repeat;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1.555;
    color: #005156;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
}
.b-tabs .tabs__nav {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3px;
}
.b-tabs .tabs__btn {
    margin: 0 3px 3px 0;
    padding: 6px 19px 7px;
    font-size: 18px;
    line-height: 1.555;
    color: #005156;
    cursor: pointer;
    background-color: #F2F6F6;
    border-radius: 3px;
    transition: background-color .2s ease-in-out;
}
.b-tabs .tabs__btn--active {
    background-color: #005156;
    color: #ffffff;
}
.b-tabs .tabs__content {
    padding: 28px 0;
}
.b-tabs .tabs__item {
    display: none;
}
.b-tabs .tabs__item--active {
    display: block;
}
/*----------------------*/
.b-gallery-wrap {
    display: flex;
    flex-wrap: wrap;
}
.b-gallery-wrap .gallery-wrap__gallery {
    width: 57.26%;
}
.b-gallery-wrap .gallery-wrap__text {
    width: 42.74%;
    padding-left: 32px;
}
.b-gallery-wrap .gallery-wrap__gallery-text {
    margin-top: 30px;
}
/*----------------------*/
.b-gallery-wrap--pad-bottom .gallery-wrap__gallery {
    padding-bottom: 30px;
}
.b-gallery-wrap--pad-bottom .gallery-wrap__text {
    padding-bottom: 30px;
}
/*----------------------*/
.l-main--rooms-top {
    position: absolute;
    bottom: 0;
}
.l-main--rooms .main__wrapper {
    padding: 0;
}
/*----------------------*/
.b-rooms .rooms__top {
    position: absolute;
    left: 0;
    bottom: 67px;
    width: 100%;
}
.b-rooms .rooms__top-wrap {
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.b-rooms .rooms__preview-info {
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 34px;
}
.b-rooms .rooms__title {
    font-size: 70px;
    line-height: 80px;
    color: #FFFFFF;
    position: absolute;
    bottom: 80px;
    left: 20px;
    background: rgb(0, 81, 86);
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 20px;
}
.b-rooms .rooms__price {
    font-weight: 600;
    font-size: 30px;
    line-height: 80px;
    color: #FFFFFF;
    position: absolute;
    bottom: 119px;
    left: 20px;
    padding-left: 10px;
}
.b-rooms .rooms__preview-item {
    color: #fff;
    display: flex;
    margin-right: 40px;
}
.b-rooms .rooms__preview-item:last-child {
    margin: 0;
}
.b-rooms .rooms__preview-img {
    margin-right: 14px;
}
.b-rooms .rooms__options {
    display: flex;
    flex-wrap: wrap;
}
.b-rooms .rooms__options-item {
    width: 33.33%;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    color: #666666;
}
.b-rooms .rooms__options-item img {
    width: 20px;
    margin-right: 20px;
}
.b-rooms .rooms__gallery {
    max-width: 710px;
    width: 100%;
    margin-top: 15px;
}
.b-rooms .rooms__gallery .rooms__gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.b-rooms .rooms__gallery-thumbs {
    margin-top: 8px;
    max-width: 710px;
    width: 100%;
}
.b-rooms .rooms__content {
    display: flex;
    flex-wrap: wrap;
    padding: 48px 0 79px;
}
.b-rooms .rooms__detail-info {
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
    max-width: 530px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b-rooms .rooms__gallery-thumbs .swiper-slide {
    cursor: pointer;
    position: relative;
}
.b-rooms .rooms__gallery-thumbs .swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 81, 86, 0.5), rgba(0, 81, 86, 0.5));
}
.b-rooms .rooms__detail-price {
    font-weight: 600;
    line-height: 23px;
    color: #333333;
}
.b-rooms .rooms__detail-price span {
    font-size: 36px;
}
.b-rooms .rooms__btn {
    max-width: 200px;
    width: 100%;
}
.b-rooms .rooms__detail-btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 20px;
}
.b-rooms .rooms__gallery-big .swiper-button-prev,
.b-rooms .rooms__gallery-big .swiper-button-next {
    position: absolute;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 33px;
    height: 32px;
    transition: opacity .2s ease-out;
    outline: none;
}
.b-rooms .rooms__gallery-big .swiper-button-prev {
    left: 20px;
    background: url(../images/swiper-prev2.svg) 50% 50% no-repeat;
}
.b-rooms .rooms__gallery-big .swiper-button-next {
    right: 20px;
    background: url(../images/swiper-next2.svg) 50% 50% no-repeat;
}
.b-rooms .rooms__gallery-big .swiper-button-prev::after,
.b-rooms .rooms__gallery-big .swiper-button-next::after {
    content: none;
}
.b-rooms .swiper-button-next.swiper-button-disabled,
.b-rooms .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.b-rooms .rooms__gallery-big .swiper-button-prev:hover,
.b-rooms .rooms__gallery-big .swiper-button-next:hover {
    opacity: 0.5;
}
.b-rooms .rooms__big-img {
    position: relative;
}
.b-rooms .rooms__big-img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.52%, #000000 92.31%);
    opacity: 0.6;
}
.b-rooms .rooms__gallery-text {
    margin: 30px 0 0;
    width: 100%;
}
/*----------------------*/
.b-img-txt .img-txt__item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.b-img-txt .img-txt__img {
    width: 43px;
}
.b-img-txt .img-txt__txt {
    padding-left: 20px;
    width: calc(100% - 43px);
}
/*----------------------*/
.b-covid {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
.b-covid a:link,
.b-covid a:visited {
    color: #ffffff;
    text-decoration: underline;
}
.b-covid a:hover {
    text-decoration: none;
}
.b-covid .covid__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}
/*----------------------*/
.ya-share2 ul li {
    padding-left: 0;
}
.ya-share2 ul li::before {
    content: none;
}
/*----------------------*/
/* .globalClass_cb41 .wrap_c7f4 {
    z-index: 2147483646;
} */
jdiv[class^="globalClass_"] > [class^="wrap_"] {
    z-index: 2147483646;
}
/*----------------------*/
.b-conditions-loyalty {
    margin-bottom: 40px;
}
.b-conditions-loyalty a:link,
.b-conditions-loyalty a:visited {
    color: inherit;
}
.b-conditions-loyalty .conditions-loyalty__link {
    position: relative;
    padding-left: 40px;
}
.b-conditions-loyalty .conditions-loyalty__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 23px;
    height: 25px;
    background: url(../images/icon-pdf.svg);
}
/*----------------------*/
.b-wedding-checklist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 180px;
    margin-bottom: 80px;
    padding: 55px;
    background: url(../images/wedding-check-bg.jpg) 50% 0 no-repeat;
    color: #fff;
}
.b-wedding-checklist a:link,
.b-wedding-checklist a:visited {
    color: #fff;
}
.b-wedding-checklist .wedding-checklist__head {
    width: calc(100% - 338px);
    padding-right: 40px;
    font-size: 30px;
    line-height: 1.166;
}
.b-wedding-checklist .wedding-checklist__btn {
    width: 338px;
    text-align: right;
}
/*----------------------*/
.b-wedding-checklist .b-btn,
.b-wedding-checklist a.b-btn:link,
.b-wedding-checklist a.b-btn:visited,
.b-wedding-checklist a.b-btn:hover,
.b-wedding-checklist a.b-btn:active {
    padding-right: 38px;
    padding-left: 38px;
    font-weight: bold;
}
/*----------------------*/
.b-wedding-gift {
    background: url(../images/wedgift.jpg) 50% 0 no-repeat;
}
/*----------------------*/
.b-wedding-birthday {
    background: url(../images/atc_birthday_banner.jpg) 50% 0 no-repeat;
}
.b-wedding-birthday .wedding-checklist__title {
    margin-bottom: 8px;
}
.b-wedding-birthday .wedding-checklist__subtitle {
    font-size: 14px;
}
/*----------------------*/
.b-wedding-corporat {
    background: url(../images/corporate.jpg) 50% 0 no-repeat;
}
/*----------------------*/
.b-slider--responsive {
    margin-bottom: 30px;
}
.b-slider--responsive .owl-carousel__item-descr {
    position: relative;
    bottom: auto;
    margin-top: -25px;
}
.b-slider--responsive ~ .l-main .b-form-callback2 {
    margin-top: 0;
}
/*----------------------*/
@media (min-width:1240px) and (max-width:1799px) {
    /*------------------*/
    .l-header .header__text-4 {
        position: absolute;
        top: 46px;
        right: 355px;
        display: block;
    }
    /*------------------*/
    .b-slider .slider__img {
        height: 620px;
        overflow: hidden;
    }
    .b-slider .slider__img img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto !important;
        max-width: none !important;
        max-height: 100%;
    }
    /*------------------*/
    .b-slider--responsive .slider__img {
        height: auto;
        overflow: visible;
    }
    .b-slider--responsive .slider__img img {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none;
    }
    .b-slider--responsive .owl-carousel__item-descr {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*------------------*/
    .b-order {
        font-size: 18px;
    }
    .b-order input[type="text"] {
        font-size: 18px;
    }
    /*------------------*/
    /*------------------*/
    /*------------------*/
    /*------------------*/
}
/*----------------------*/
@media (min-width:1240px) and (max-width:1275px) {
    .b-rooms .rooms__gallery {
        max-width: 670px;
    }
}
/*----------------------*/
@media (min-width:1240px) {
    /*------------------*/
    .hide-on-desktop {
        display: none !important;
    }
    /*------------------*/
    .b-map-hotel .swiper-button-next,
    .b-map-hotel .swiper-button-prev {
        display: none;
    }
    /*------------------*/
    /*------------------*/
    /*------------------*/
}
@media (max-width:1239px) {
    /*------------------*/
    .hide-on-handheld {
        display: none !important;
    }
    /*------------------*/
    .swiper-container--scroll-theme .swiper-slide {
        width: auto;
    }
    /*------------------*/
    .l-main [class^="main__cols"]:last-child {
        padding-bottom: 0;
    }
    .l-main .main__cols-content {
        width: 100%;
    }
    .l-main .main__cols-right {
        width: 100%;
    }
    /*------------------*/
    .l-main--nopad-on-handheld .main__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    /*------------------*/
    .b-rooms .rooms__content {
        flex-direction: column;
    }
    .b-rooms .rooms__gallery {
        margin: 0;
        max-width: none;
    }
    .b-rooms .rooms__gallery img {
        width: 100%;
    }
    .b-rooms .rooms__gallery-thumbs {
        max-width: none;
    }
    .b-rooms .rooms__detail-info {
        margin-top: 20px;
        max-width: 100%;
        padding-left: 0;
    }
    .b-rooms .rooms__detail-btn {
        max-width: 540px;
        margin-top: 35px;
    }
    /*------------------*/
    .l-header .header__wrapper {
        pointer-events: none;
    }
    .l-header .header__wrapper > * {
        pointer-events: auto;
    }
    .l-header .header__text {
        pointer-events: none;
    }
    /*------------------*/
}
/*------- TABLET -------*/
@media (min-width:768px) and (max-width:1239px) {
    /*------------------*/
    .g-text-center-tablet {
        text-align: center;
    }
    .g-text-left-tablet {
        text-align: left;
    }
    .g-text-right-tablet {
        text-align: right;
    }
    /*------------------*/
    .hide-on-tablet {
        display: none !important;
    }
    /*------------------*/
    .l-layout .layout__wrap {
        padding-bottom: 729px;
    }
    /*------------------*/
    .l-header .header__wrapper {
        height: auto;
    }
    .l-header .header__text {
        height: 131px;
    }
    .l-header .header__text-0 {
        z-index: 9;
        right: auto;
        left: 125px;
    }
    .l-header .header__text-1 {
        right: 111px;
    }
    .l-header .header__text-2 {
        right: auto;
        left: 200px;
    }
    .l-header .header__text-3 {
        right: auto;
        left: 106px;
    }
    /*------------------*/
    .l-main--content .main__wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /*------------------*/
    .l-main--content2 .main__wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /*------------------*/
    .l-main--nopad-bottom .main__wrapper {
        padding-bottom: 0;
    }
    /*------------------*/
    .l-footerbox {
        min-height: 729px;
        margin-top: -729px;
    }
    /*------------------*/
    .l-grid {
        height: 729px;
    }
    .l-grid .grid__item1 {
        top: 30px;
        right: 0;
        width: auto;
    }
    .l-grid .grid__item2 {
        top: 150px;
        left: 110px;
        width: auto;
    }
    .l-grid .grid__item3 {
        top: 324px;
    }
    .l-grid .grid__item4 {
        padding-top: 40px;
        height: 135px;
    }
    /*------------------*/
    .b-contacts-foot .contacts-foot__item--contacts {
        width: auto;
    }
    /*------------------*/
    .b-socicons {
        text-align: left;
    }
    /*------------------*/
    .b-slider .slider__img {
        height: 564px;
        overflow: hidden;
    }
    .b-slider .slider__img img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto !important;
        max-width: none !important;
        max-height: 100%;
    }
    /*------------------*/
    .b-slider--responsive .slider__img {
        height: auto;
        overflow: visible;
    }
    .b-slider--responsive .slider__img img {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none;
    }
    .b-slider--responsive .owl-carousel__item-descr {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*------------------*/
    .b-order {
        margin-bottom: 0;
    }
    .b-order .order__inner {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .b-order .order__item {
        width: 50%;
        flex: 0 1 auto;
        padding: 28px 70px 29px;
    }
    .b-order .order__item:not(:last-child):not(.order__item--number) {
        border-bottom-width: 1px;
    }
    .b-order .order__item:nth-child(2n),
    .b-order .order__item--number:nth-child(n) {
        border-right-width: 0;
    }
    .b-order .order__item--number {
        width: auto;
        padding-top: 16px;
        padding-bottom: 17px;
        padding-right: 15px;
        max-width: 33.333%;
    }
    .b-order .order__item--number + .order__item--number {
        padding-right: 15px;
        padding-left: 15px;
        justify-content: center;
    }
    .b-order .order__item--number + .order__item--number + .order__item--number {
        padding-right: 70px;
        justify-content: flex-start;
    }
    .b-order .order__item--btn {
        justify-content: center;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 40px;
        border-top: 1px solid rgba(255,255,255,.1);
    }
    /*------------------*/
    .b-order .b-btn,
    .b-order a.b-btn:link,
    .b-order a.b-btn:visited,
    .b-order a.b-btn:hover,
    .b-order a.b-btn:active {
        display: inline-block;
        max-width: 200px;
    }
    /*------------------*/
    /* 12 cols grid system for content*/
    .b-grid > [class^="grid__col-"] {
        width: 100%;
    }
    .b-grid .grid__col-tablet-1-12 {
        width: calc((100% / 12) * 1);
    }
    .b-grid .grid__col-tablet-2-12 {
        width: calc((100% / 12) * 2);
    }
    .b-grid .grid__col-tablet-3-12 {
        width: calc((100% / 12) * 3);
    }
    .b-grid .grid__col-tablet-4-12 {
        width: calc((100% / 12) * 4);
    }
    .b-grid .grid__col-tablet-5-12 {
        width: calc((100% / 12) * 5);
    }
    .b-grid .grid__col-tablet-6-12 {
        width: calc((100% / 12) * 6);
    }
    .b-grid .grid__col-tablet-7-12 {
        width: calc((100% / 12) * 7);
    }
    .b-grid .grid__col-tablet-8-12 {
        width: calc((100% / 12) * 8);
    }
    .b-grid .grid__col-tablet-9-12 {
        width: calc((100% / 12) * 9);
    }
    .b-grid .grid__col-tablet-10-12 {
        width: calc((100% / 12) * 10);
    }
    .b-grid .grid__col-tablet-11-12 {
        width: calc((100% / 12) * 11);
    }
    .b-grid .grid__col-tablet-12-12 {
        width: calc((100% / 12) * 12);
    }
    /*------------------*/
    .b-grid--bigpad > [class^="grid__col-"] {
        padding-bottom: 40px;
    }
    /*------------------*/
    .b-benefits .benefits__item {
        width: 50%;
    }
    /*------------------*/
    .b-form-tobook .form-tobook__inner {
        padding-top: 42px;
        padding-bottom: 45px;
    }
    .b-form-tobook .form-tobook__title {
        width: 100%;
        padding: 0 0 25px;
    }
    .b-form-tobook .form-tobook__content {
        width: 100%;
        padding-top: 0;
    }
    /*------------------*/
    .b-form-callback .form-callback__inner {
        padding-top: 35px;
        padding-bottom: 45px;
    }
    .b-form-callback .form-callback__title {
        width: 100%;
        padding: 0 0 32px;
    }
    .b-form-callback .form-callback__items {
        width: calc(100% - 213px);
    }
    .b-form-callback .form-callback__agree {
        width: 100%;
        margin-left: 0;
    }
    /*------------------*/
    .b-form-callback2 .form-callback2__inner {
        padding: 35px 30px 45px 30px;
    }
    .b-form-callback2 .form-callback2__title {
        width: 100%;
        padding: 0 0 32px;
    }
    .b-form-callback2 .form-callback2__items {
        width: calc(100% - 218px);
    }
    .b-form-callback2 .form-callback2__agree {
        width: 100%;
        margin-left: 0;
    }
    /*------------------*/
    .b-form-writeus .form-writeus__inner {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    /*------------------*/
    .b-form-manager textarea {
        min-height: 160px;
    }
    .b-form-manager .form-manager__inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .b-form-manager .form-manager__text {
        width: 100%;
        padding: 0 0 8px;
    }
    .b-form-manager .form-manager__img {
        display: none;
    }
    .b-form-manager .form-manager__fields {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .b-form-manager .form-manager__field {
        width: 33.333%;
        margin-right: -1px;
        flex: 1 0 auto;
    }
    .b-form-manager .form-manager__field--btn-agree {
        width: 100%;
    }
    .b-form-manager .form-manager__field--btn {
        width: 200px;
    }
    .b-form-manager .form-manager__field--agree {
        width: calc(100% - 200px);
    }
    .b-form-manager .form-manager__field--errors {
        width: 100%;
    }
    /*------------------*/
    .b-video .video__imgbox {
        height: 36.458vw;
        max-height: 320px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .b-video .video__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .b-video .video__text {
        bottom: 16px;
    }
    .b-video .video__text::before {
        width: 103px;
        height: 103px;
        margin-bottom: 16px;
    }
    .b-video .video__title {
        font-size: 36px;
        line-height: 1.555;
    }
    /*------------------*/
    .b-icons-reivews {
        justify-content: flex-start;
    }
    /*------------------*/
    .b-copyright {
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
    }
    .b-copyright .copyright__item {
        width: 50%;
        max-width: none;
        padding-bottom: 10px;
    }
    .b-copyright .copyright__item--privacy {
        text-align: right;
    }
    .b-copyright .copyright__item--copy-dev {
        margin-left: auto;
        text-align: right;
    }
    /*------------------*/
    .b-page-404 .page-404__imgbox {
        height: 404px;
    }
    .b-page-404 .page-404__text {
        bottom: 30px;
        font-size: 18px;
    }
    .b-page-404 .page-404__title {
        margin-bottom: 10px;
        font-size: 46px;
    }
    /*------------------*/
    .b-rooms .rooms__title {
        font-size: 48px;
        bottom: 76px;
        padding-right: 20px;
    }
    .b-rooms .rooms__price  {
        font-size: 25px;
    }
    .b-rooms .rooms__preview-info {
        bottom: 0;
        flex-wrap: wrap;
    }
    .b-rooms .rooms__preview-item {
        width: 50%;
        padding: 0 40px 10px 0;
        margin: 0;
    }
    .b-rooms .rooms__big-img::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
    }
    /*------------------*/
    .b-benefits2 .benefits2__item {
        margin-bottom: 50px;
    }
    /*------------------*/
    .b-contacts-content {}
    .b-contacts-content .contacts-content__map {
        height: 350px;
    }
    /*------------------*/
    .b-prices-table th,
    .b-prices-table td {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*------------------*/
    .b-accordion .accordion__content {
        padding: 20px 0 30px;
    }
    /*------------------*/
    .b-tabs .tabs__select {
        display: block;
    }
    .b-tabs .tabs__nav {
        display: none;
    }
    /*------------------*/
    .b-tabs .swiper-container--scroll-theme .swiper-slide {
        width: 100%;
    }
    /*------------------*/
    .b-gallery-wrap .gallery-wrap__gallery {
        width: 100%;
        padding-bottom: 50px;
    }
    .b-gallery-wrap .gallery-wrap__text {
        width: 100%;
        padding-left: 0;
    }
    /*------------------*/
    .b-logo-foot .logo-foot__text br {
        display: none;
    }
    /*------------------*/
    .b-wedding-checklist {
        margin-bottom: 60px;
        padding: 30px;
        background-position: 30% 0;
    }
    .b-wedding-checklist .wedding-checklist__head {
        width: calc(100% - 280px);
        padding-right: 20px;
        font-size: 24px;
    }
    .b-wedding-checklist .wedding-checklist__head br {
        display: none;
    }
    .b-wedding-checklist .wedding-checklist__btn {
        width: 280px;
    }
    /*------------------*/
    .b-wedding-checklist .b-btn,
    .b-wedding-checklist a.b-btn:link,
    .b-wedding-checklist a.b-btn:visited,
    .b-wedding-checklist a.b-btn:hover,
    .b-wedding-checklist a.b-btn:active {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*------------------*/
    /*------------------*/
    /*------------------*/
    /*------------------*/
}
/*----------------------*/
@media (min-width:767px) and (max-width:1023px) {
    .b-rooms .rooms__big-img {
        height: 450px;
    }
    .b-rooms .rooms__big-img img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    .b-rooms .rooms__preview-item {
        padding: 0 20px 10px 0;
    }
}
/*------- MOBILE -------*/
@media (max-width:767px) {
    /*------------------*/
    body {
        font-size: 14px;
        line-height: 1.286;
    }
    /*------------------*/
    p {
        margin-bottom: 18px;
    }
    /*------------------*/
    h1, .b-title-h1 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.15;
    }
    h2, .b-title-h2 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.15;
    }
    h3, .b-title-h3 {
        margin-bottom: 13px;
        font-size: 24px;
    }
    h4, .b-title-h4 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    h5, .b-title-h5 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    h6, .b-title-h6 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    /*------------------*/
    ul li {
        padding-left: 20px;
    }
    ul li::before {
        top: 0.5em;
        left: 6px;
        width: 5px;
        height: 5px;
    }
    /*------------------*/
    .hide-on-mob {
        display: none;
    }
    .hide-on-mobile {
        display: none !important;
    }
    /*------------------*/
    .g-fz-18-mobile {
        font-size: 18px;
    }
    /*------------------*/
    .g-flex-order .flex-order__mob-order-negative {
        order: -1;
    }
    .g-flex-order .flex-order__mob-order-0 {
        order: 0;
    }
    .g-flex-order .flex-order__mob-order-1 {
        order: 1;
    }
    .g-flex-order .flex-order__mob-order-2 {
        order: 2;
    }
    .g-flex-order .flex-order__mob-order-3 {
        order: 3;
    }
    /*------------------*/
    .g-text-center-mobile {
        text-align: center;
    }
    .g-text-left-mobile {
        text-align: left;
    }
    .g-text-right-mobile {
        text-align: right;
    }
    /*------------------*/
    .l-layout .layout__wrap {
        padding-bottom: 941px;
    }
    /*------------------*/
    .l-footerbox {
        min-height: 941px;
        margin-top: -941px;
    }
    /*------------------*/
    .l-grid {
        height: 941px;
    }
    .l-grid [class^="grid__item"] {
        left: 0;
        right: 0;
        width: auto;
    }
    .l-grid .grid__item1 {
        top: 20px;
    }
    .l-grid .grid__item2 {
        top: 117px;
    }
    .l-grid .grid__item3 {
        left: 50%;
        right: auto;
        width: 100vw;
        top: 354px;
        height: 440px;
    }
    .l-grid .grid__item3 .bx-yandex-map {
        height: 440px !important;
    }
    .l-grid .grid__item4 {
        height: 147px;
        padding-top: 32px;
    }
    /*------------------*/
    .l-sidebar-block {
        max-width: none;
    }
    /*------------------*/
    .l-header .header__wrapper {
        height: 81px;
    }
    .l-header .header__text-0,
    .l-header .header__text-3 {
        display: none;
    }
    .l-header .header__text-1 {
        z-index: 9;
        top: 17px;
        left: 75px;
        right: 100px;
        width: auto;
    }
    .l-header .header__text-2 {
        top: 17px;
        left: 61px;
        right: 57px;
        width: auto;
    }
    /*------------------*/
    .l-main--content .main__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*------------------*/
    .l-main--content2 .main__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*------------------*/
    .l-main--content3 .main__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /*------------------*/
    .l-main--nopad-bottom .main__wrapper {
        padding-bottom: 0;
    }
    /*------------------*/
    .l-main--projects .main__wrapper {
        padding-top: 0;
        padding-bottom: 20px;
    }
    /*------------------*/
    .b-logo {
        top: 15px;
        width: 36px;
    }
    /*------------------*/
    .b-contacts-head {
        padding-left: 0;
        text-align: left;
    }
    .b-contacts-head::before {
        content: none;
    }
    .b-contacts-head .contacts-head__phone {
        margin-bottom: 3px;
    }
    /*------------------*/
    .b-sidebar .b-contacts-head::before {
        content: "";
    }
    /*------------------*/
    .b-contacts-info {
        margin-bottom: 30px;
        font-size: 18px;
    }
    /*------------------*/
    .b-contacts-content .contacts-content__map {
        height: 53.125vw;
    }
    .b-contacts-content .contacts-content__head {
        margin-bottom: 7px;
        font-size: 16px;
    }
    /*------------------*/
    .b-sandwich {
        top: 33px;
    }
    .b-sandwich .sandwich__btn svg {
        width: 34px;
    }
    /*------------------*/
    .b-rooms .b-order {
        margin-top: -45px;
    }
    .b-order {
        margin: 0 0 30px;
        line-height: 1.25;
    }
    .b-order input[type="text"] {
        line-height: 1.25;
    }
    .b-order .order__inner {
        flex-wrap: wrap;
    }
    .b-order .order__item {
        padding: 16px 18px 16px 14px;
    }
    .b-order .order__item:not(:last-child) {
        border-width: 0 0 1px 0;
    }
    .b-order .order__item--number {
        display: none;
    }
    .b-order .order__item--date {
        display: none;
    }
    .b-order .order__item--btn {
        justify-content: center;
        padding: 20px 40px 30px;
        text-align: center;
    }
    .b-order .order__item-inner {
        justify-content: flex-start;
    }
    .b-order .order__icon {
        margin-left: auto;
    }
    .b-order .order__input {
        width: auto;
    }
    .b-order .order__text {
        flex: 1 0 auto;
        width: 72px;
        margin-right: 0;
        padding-right: 10px;
    }
    /*------------------*/
    .b-order .b-btn,
    .b-order a.b-btn:link,
    .b-order a.b-btn:visited,
    .b-order a.b-btn:hover,
    .b-order a.b-btn:active {
        display: inline-block;
        max-width: 200px;
    }
    /*------------------*/
    .b-slider {
        margin-bottom: 27px;
    }
    .b-slider .slider__img {
        height: 187px;
        overflow: hidden;
    }
    .b-slider .slider__img img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto !important;
        max-width: none !important;
        max-height: 100%;
    }
    /*------------------*/
    .b-slider--responsive .slider__img {
        height: auto;
        overflow: visible;
    }
    .b-slider--responsive .slider__img img {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none;
    }
    /*------------------*/
    /* 12 cols grid system for content*/
    .b-grid {
        margin-left: -20px;
        margin-right: -20px;
    }
    .b-grid > [class^="grid__col-"] {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .b-grid .grid__col-mobile-1-12 {
        width: calc((100% / 12) * 1);
    }
    .b-grid .grid__col-mobile-2-12 {
        width: calc((100% / 12) * 2);
    }
    .b-grid .grid__col-mobile-3-12 {
        width: calc((100% / 12) * 3);
    }
    .b-grid .grid__col-mobile-4-12 {
        width: calc((100% / 12) * 4);
    }
    .b-grid .grid__col-mobile-5-12 {
        width: calc((100% / 12) * 5);
    }
    .b-grid .grid__col-mobile-6-12 {
        width: calc((100% / 12) * 6);
    }
    .b-grid .grid__col-mobile-7-12 {
        width: calc((100% / 12) * 7);
    }
    .b-grid .grid__col-mobile-8-12 {
        width: calc((100% / 12) * 8);
    }
    .b-grid .grid__col-mobile-9-12 {
        width: calc((100% / 12) * 9);
    }
    .b-grid .grid__col-mobile-10-12 {
        width: calc((100% / 12) * 10);
    }
    .b-grid .grid__col-mobile-11-12 {
        width: calc((100% / 12) * 11);
    }
    .b-grid .grid__col-mobile-12-12 {
        width: calc((100% / 12) * 12);
    }
    .b-grid .grid__col-nopadbot {
        padding-bottom: 0;
    }
    /*------------------*/
    .b-benefits .benefits__item {
        width: 100%;
    }
    .b-benefits .benefits__item:last-child {
        padding-bottom: 0;
    }
    .b-benefits .benefits__img {
        width: 77px;
        padding-right: 17px;
    }
    .b-benefits .benefits__text {
        width: calc(100% - 77px);
        font-size: 18px;
    }
    /*------------------*/
    .b-benefits2 .benefits2__item {
        margin-bottom: 40px;
    }
    .b-benefits2 .benefits2__img {
        margin-bottom: 20px;
    }
    /*------------------*/
    .b-form-tobook .form-tobook__inner {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .b-form-tobook .form-tobook__title {
        width: 100%;
        padding: 0 0 36px;
        font-size: 24px;
        line-height: 1.166;
    }
    .b-form-tobook .form-tobook__content {
        width: 100%;
        padding-top: 0;
    }
    .b-form-tobook .form-tobook__items {
        width: 100%;
    }
    .b-form-tobook .form-tobook__item {
        width: 100%;
        margin: 0 0 -1px;
    }
    .b-form-tobook .form-tobook__btn {
        width: 100%;
        padding: 15px 0 0;
    }
    .b-form-tobook .form-tobook__agree {
        text-align: center;
    }
    /*------------------*/
    .b-form-tobook .b-btn,
    .b-form-tobook a.b-btn:link,
    .b-form-tobook a.b-btn:visited,
    .b-form-tobook a.b-btn:hover,
    .b-form-tobook a.b-btn:active {
        max-width: none;
    }
    /*------------------*/
    .b-form-callback .form-callback__inner {
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .b-form-callback .form-callback__title {
        width: 100%;
        padding: 0 0 14px;
        font-size: 24px;
        line-height: 1.166;
    }
    .b-form-callback .form-callback__items {
        width: 100%;
    }
    .b-form-callback .form-callback__item {
        width: 100%;
        margin: 0 0 -1px;
    }
    .b-form-callback .form-callback__btn {
        width: 100%;
        padding: 15px 0 0;
    }
    .b-form-callback .form-callback__agree {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    /*------------------*/
    .b-form-callback .b-btn,
    .b-form-callback a.b-btn:link,
    .b-form-callback a.b-btn:visited,
    .b-form-callback a.b-btn:hover,
    .b-form-callback a.b-btn:active {
        max-width: none;
    }
    /*------------------*/
    .b-form-callback2 {
        margin: 0 0 30px;
    }
    .b-form-callback2 .form-callback2__inner {
        padding: 30px 20px;
    }
    .b-form-callback2 .form-callback2__title {
        width: 100%;
        padding: 0 0 14px;
        font-size: 24px;
        line-height: 1.166;
    }
    .b-form-callback2 .form-callback2__items {
        width: 100%;
    }
    .b-form-callback2 .form-callback2__item {
        width: 100%;
        margin: 0 0 -1px;
    }
    .b-form-callback2 .form-callback2__btn {
        width: 100%;
        padding: 15px 0 0;
    }
    .b-form-callback2 .form-callback2__agree {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    /*------------------*/
    .b-form-callback2 .b-btn,
    .b-form-callback2 a.b-btn:link,
    .b-form-callback2 a.b-btn:visited,
    .b-form-callback2 a.b-btn:hover,
    .b-form-callback2 a.b-btn:active {
        max-width: none;
    }
    /*------------------*/
    .b-form-writeus .form-writeus__inner {
        padding-top: 28px;
        padding-bottom: 10px;
    }
    .b-form-writeus .form-writeus__title {
        padding-bottom: 17px;
    }
    .b-form-writeus .form-writeus__item {
        width: 100%;
    }
    .b-form-writeus .form-writeus__btn {
        width: 100%;
        padding-bottom: 12px;
    }
    .b-form-writeus .form-writeus__agree {
        width: 100%;
        padding-left: 0;
        font-size: 13px;
        line-height: 1.23;
    }
    .b-form-writeus .form-writeus__agree br {
        display: none;
    }
    /*------------------*/
    .b-form-writeus .b-btn,
    .b-form-writeus a.b-btn:link,
    .b-form-writeus a.b-btn:visited,
    .b-form-writeus a.b-btn:hover,
    .b-form-writeus a.b-btn:active {
        max-width: none;
    }
    /*------------------*/
    .b-form-manager textarea {
        min-height: 150px;
    }
    .b-form-manager .form-manager__inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .b-form-manager .form-manager__text {
        width: 100%;
        padding: 0 0 20px;
    }
    .b-form-manager .form-manager__img {
        display: none;
    }
    .b-form-manager .form-manager__fields {
        width: 100%;
    }
    .b-form-manager .form-manager__field--btn {
        width: 100%;
        padding-bottom: 12px;
        text-align: center;
    }
    .b-form-manager .form-manager__field--agree {
        width: 100%;
        padding-left: 0;
        font-size: 13px;
        line-height: 1.23;
    }
    .b-form-manager .form-manager__field--agree br {
        display: none;
    }
    /*------------------*/
    .b-form-manager .b-btn,
    .b-form-manager a.b-btn:link,
    .b-form-manager a.b-btn:visited,
    .b-form-manager a.b-btn:hover,
    .b-form-manager a.b-btn:active {
        max-width: 340px;
    }
    /*------------------*/
    .b-map-hotel .map-hotel__img {
        height: 385px;
    }
    .b-map-hotel .map-hotel__img img {
        max-height: 100%;
    }
    /*------------------*/
    .b-map-hotel .swiper-slide {
        width: 885px;
    }
    .b-map-hotel .swiper-button-next,
    .b-map-hotel .swiper-button-prev {
        top: 106px;
    }
    /*------------------*/
    .b-video .video__imgbox {
        height: 62.5vw;
        max-height: 270px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .b-video .video__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .b-video .video__text {
        right: 15px;
        bottom: 20px;
        left: 15px;
    }
    .b-video .video__text::before {
        width: 102px;
        height: 102px;
        margin-bottom: 0;
    }
    .b-video .video__title {
        font-size: 24px;
        line-height: 1.166;
    }
    /*------------------*/
    .b-icons-reivews {
        margin-left: -7px;
        margin-right: -7px;
    }
    .b-icons-reivews .icons-reivews__item {
        padding-left: 7px;
        padding-right: 7px;
        width: calc(50% - 82px);
    }
    .b-icons-reivews .icons-reivews__item--rating {
        width: 164px;
    }
    /*------------------*/
    .b-logo-foot .logo-foot__img {
        width: 56px;
    }
    .b-logo-foot .logo-foot__text {
        width: calc(100% - 56px);
        padding-left: 22px;
        font-size: 14px;
        line-height: 1.15;
    }
    .b-logo-foot .logo-foot__text br {
        display: none;
    }
    /*------------------*/
    .b-contacts-foot .contacts-foot__item {
        width: 100%;
        padding-bottom: 30px;
    }
    .b-contacts-foot .contacts-foot__item--contacts {
        text-align: left;
    }
    /*------------------*/
    .b-copyright {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .b-copyright .copyright__item {
        max-width: none;
        padding-bottom: 9px;
    }
    /*------------------*/
    .b-socicons--foot {
        text-align: center;
        margin-right: -3px;
        margin-left: -4px;
    }
    .b-socicons--foot .socicons__item {
        margin-left: 4px;
        margin-right: 3px;
    }
    /*------------------*/
    .b-form-popup {
        padding: 20px 5px 20px;
    }
    .b-form-popup .form-popup__field-agree {
        margin: 20px 0;
        text-align: center;
    }
    .b-form-popup .form-popup__field-agree br {
        display: none;
    }
    .b-form-popup .form-popup__field-btn {
        text-align: center;
    }
    /*------------------*/
    .b-form-popup h2,
    .b-form-popup .b-title-h2 {
        margin-bottom: 20px;
    }
    /*------------------*/
    .fancybox-close-popup {
        top: 0;
        right: 0;
    }
    /*------------------*/
    .b-page-404 .page-404__imgbox {
        height: 180px;
    }
    .b-page-404 .page-404__text {
        bottom: 20px;
        text-align: center;
        font-size: 14px;
    }
    .b-page-404 .page-404__title {
        margin-bottom: 3px;
        font-size: 20px;
    }
    /*------------------*/
    .b-rooms .rooms__title {
        margin-bottom: 55px;
        font-size: 30px;
        line-height: 80px;
        bottom: 90px;
    }
    .b-rooms .rooms__big-img {
        height: 400px;
    }
    .b-rooms .rooms__big-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .b-rooms .rooms__big-img::after {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, #000000 100%);
    }
    .b-rooms .rooms__price  {
        font-size: 20px;
    }
    .b-rooms .rooms__preview-info {
        bottom: 0;
        flex-wrap: wrap;
    }
    .b-rooms .rooms__preview-item {
        width: 35%;
        padding: 0 40px 10px 0;
        margin: 0;
    }
    .b-rooms .rooms__top {
        bottom: 75px;
    }
    .b-rooms .rooms__content {
        padding: 20px 0 50px;
    }
    .b-rooms .rooms__gallery-big .swiper-button-prev,
    .b-rooms .rooms__gallery-big .swiper-button-next {
        width: 24px;
        height: 24px;
        background-size: cover;
    }
    .b-rooms .rooms__gallery-big .swiper-button-prev {
        left: 10px;
    }
    .b-rooms .rooms__gallery-big .swiper-button-next {
        right: 10px;
    }
    .b-rooms .rooms__detail-info {
        font-size: 14px;
        line-height: 1.286;
    }
    /*------------------*/
    .b-reviews .b-title-h1 {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.15;
    }
    /*------------------*/
    .b-prices-table {
        margin-bottom: 23px;
    }
    .b-prices-table th,
    .b-prices-table td {
        padding: 5px 5px 6px;
    }
    /*------------------*/
    .b-accordion .accordion__content {
        padding: 10px 0 15px;
    }
    .b-accordion .accordion__title {
        padding: 19px 55px 19px 20px;
        font-size: 18px;
    }
    .b-accordion .accordion__title::after {
        right: 15px;
    }
    /*------------------*/
    .b-tabs .tabs__select {
        display: block;
    }
    .b-tabs .tabs__nav {
        display: none;
    }
    .b-tabs .tabs__content {
        padding: 20px 0;
    }
    /*------------------*/
    .b-gallery-wrap .gallery-wrap__gallery {
        width: 100%;
        padding-bottom: 30px;
    }
    .b-gallery-wrap .gallery-wrap__text {
        width: 100%;
        padding-left: 0;
    }
    /*------------------*/
    .b-img-txt .img-txt__img {
        width: 30px;
    }
    .b-img-txt .img-txt__txt {
        padding-left: 15px;
    }
    /*------------------*/
    .BackToTop {
        bottom: 105px !important;
        right: 20px !important;
    }
    /*------------------*/
    .b-conditions-loyalty {
        margin-bottom: 20px;
    }
    /*------------------*/
    .b-wedding-checklist {
        height: auto;
        padding: 20px;
        margin-bottom: 40px;
        background-size: auto 100%;
        text-align: center;
    }
    .b-wedding-checklist .wedding-checklist__head {
        width: 100%;
        padding: 0 0 20px;
        font-size: 20px;
    }
    .b-wedding-checklist .wedding-checklist__head br {
        display: none;
    }
    .b-wedding-checklist .wedding-checklist__btn {
        width: 100%;
        text-align: center;
    }
    /*------------------*/
    .b-wedding-checklist .b-btn,
    .b-wedding-checklist a.b-btn:link,
    .b-wedding-checklist a.b-btn:visited,
    .b-wedding-checklist a.b-btn:hover,
    .b-wedding-checklist a.b-btn:active {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*------------------*/
    .sw-rpw-static {
        width: 260px !important;
    }
    .sw-rpw-static__content {
        width: 100% !important;
    }
    .sw-rpw-static__content-title {
        padding-right: 0 !important;
    }
    /*------------------*/
    .slide-name {
        text-align: center;
        padding-left: 60px !important;
        padding-right: 60px;
    }
    /*------------------*/
}
/*----------------------*/
@media (max-width:555px) {
    .b-rooms .rooms__title {
        bottom: 86px;
        background: rgb(0, 81, 86);
        width: 233px;
        height: 75px;
        padding: 5px;
        line-height: 44px;
    }
    .b-rooms .rooms__preview-item {
        width: 100%;
    }
    .b-rooms .rooms__price {
        bottom: 114px;
        padding: 5px;
    }
    .b-rooms .rooms__options-item {
        width: 50%;
    }
    .b-rooms .rooms__detail-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .b-rooms .rooms__btn {
        margin-top: 15px;
    }
}
@media (max-width:400px) {
    .b-rooms .rooms__options-item {
        width: 100%;
    }
}
/*----------------------*/
@media (min-width:425px) and (max-width:767px) {
    /*------------------*/
    .b-slider .slider__img {
        height: 262px;
    }
    /*------------------*/
    .b-slider--responsive .slider__img {
        height: auto;
    }
    /*------------------*/
}
/*----------------------*/
@media (max-width:339px) {
    /*------------------*/
    .b-contacts-head .contacts-head__phone {
        font-size: 16px;
    }
    .b-contacts-head .contacts-head__callback {
        font-size: 13px;
    }
    .b-contacts-head .contacts-head__icon {
        margin-left: 5px;
    }
    .b-contacts-head .contacts-head__icon svg {
        width: 22px;
        height: 22px;
    }
    /*------------------*/
}
/*----------------------*/

.b-category-customizable .category-customizable__title {

    /*text-shadow: 1px 0px 2px #000;*/ /*Удалено ИК 2023-06-20*/
}

@media (min-width: 320px) and (max-width: 991px) {
.pc-hide{display: block;}
}

@media (min-width: 991px) and (max-width: 1199px), (min-width: 1200px) {
.pc-hide{display: none;}
}

@media (max-width: 1240px){
.mob-hide{display: none;}
}

@media (max-width: 339px) {
.pc-hide {
display: none;
}
}

.imp-tooltip {
z-index: 6 !important;
}

.cloud {
padding-bottom: 0 !important;
background-size: cover;
}

.cloudcontent {
position: relative;
z-index: 2;
}

.cloud img {
width: 100%;
left: 0;
top: 20px;
position: absolute;
user-select: none;
pointer-events: none;
}

@keyframes animCloud {
from {
transform: translateX(-100%);
}

to {
transform: translateX(100%);
}
}

.cloud1, .cloud2, .cloud3, .cloud4 {
opacity: 0.2;top: top: 120px;
}

.cloud1 {
animation: animCloud 70s infinite linear;opacity: 0.1;
}

.cloud2 {
animation: animCloud 140s infinite linear;opacity: 0.3;
}

.cloud3 {
animation: animCloud 100s infinite linear;
opacity: 0.3;
}

.cloud4 {
animation: animCloud 120s infinite linear;opacity: 0.2;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.cloud {
padding-bottom: 1vh;
}
.mob-hide {
display: none;
}
}
