::-moz-selection {
    color: #576c62;
    background: #f6f6f6;
    text-shadow: none;
}
::selection {
    color: #576c62;
    background: #f6f6f6;
    text-shadow: none;
}
/*@import "http://fonts.fontstorage.com/import/ptsanscaption.css";*/

/*html ::-webkit-scrollbar{background:#FFFFFF;width:6px;}html ::-webkit-scrollbar-thumb{background:#d0c9bd;}*/

@font-face {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/firasans/firasans-400-normal.woff2") format('woff2'), url("../fonts/firasans/firasans-400-normal.woff") format('woff'), url("../fonts/firasans/firasans-400-normal.ttf") format('truetype');
}
@font-face {
    font-family: 'Fira Sans';
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/firasans/firasans-500-normal.woff2") format('woff2'), url("../fonts/firasans/firasans-500-normal.woff") format('woff'), url("../fonts/firasans/firasans-500-normal.ttf") format('truetype');
}
@font-face {
    font-family: 'Arian AMU Serif';
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/arnamuserif/arnamuserif-400-normal.woff2") format('woff2'), url("../fonts/arnamuserif/arnamuserif-400-normal.woff") format('woff'), url("../fonts/arnamuserif/arnamuserif-400-normal.ttf") format('truetype');
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}
:root {
    font: 400 14px/1.6 'Fira Sans', sans-serif;
}
@media (min-width: 1360px) {
    :root {
        font: 400 15px/1.6 'Fira Sans', sans-serif;
    }
}
@media (min-width: 1441px) {
    :root {
        font: 400 17px/1.8 'Fira Sans', sans-serif;
    }
}
body, html {
    color: #3b3b3b;
}
body {
    transition: opacity .5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans';
    line-height: normal;
    margin: 0 0 .825rem;
    color: inherit;
}
a {
    text-decoration: none;
    color: #333333;
}
.link:hover, a:hover {
    text-decoration: none;
    color: #000;
}

a.accent-link, .accent-link {
  text-decoration: underline;
    color: #0f561b;
}
button, input:not([type="checkbox"]), optgroup, select, textarea {
    font-family: 'Fira Sans';
    border: 1px solid #f1f1f1;
    line-height: 1.8;
    padding: 1rem 1.425rem;
    width: 100%;
}
textarea {
    resize: none;
    min-height: 90px;
}
.bg-loading::before {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    padding: 10px;
    content: '';
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: url("/hce-core-static/img/img-preloader.gif") no-repeat center;
    background-size: 60px;
}
.hce-loading::before {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    padding: 10px;
    content: '';
    transition: opacity .2s;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: url("/hce-core-static/img/img-preloader.gif") no-repeat center;
    background-size: 60px;
    -moz-box-shadow: 0 0 5px 2px #282a2d;
}
.bottom-line::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(135deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
}
.button, .button:hover {
    font-size: .865rem;
    font-weight: 500;
    line-height: 1.8;
    display: inline-block;
    padding: 13px 28px;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background-color: #298057;
    background: linear-gradient(35deg, rgb(46, 132, 90), rgb(105, 184, 140));
    border: none;
    cursor: pointer;
}
.button-white-bordered {
    font-size: .865rem;
    font-weight: 500;
    line-height: 1.8;
    display: inline-block;
    padding: 13px 28px;
    transition: .2s;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, .5);
    background: none;
}
.button-white-bordered:hover {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
}
.label, a.label {
    /*border-radius: 25px;*/
    font-size: .785rem;
    font-weight: 500;
    line-height: 1.725;
    position: relative;
    z-index: 1;
    padding: .425rem .625rem .325rem;
    letter-spacing: .045rem;
    text-transform: uppercase;
    color: #fff;
    background: #3c8864;
}
.label:hover, a.label:hover {
    color: #fff;
}
.label_medium {
    font-size: .925rem;
}
#mouse_body {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.7);
    border-radius: 32px;
    height: 40px;
    width: 28px;
    margin: 0 auto;
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 3.825rem;
    margin-left: -17px;
    filter: drop-shadow(0 0 10px #000);
    display: none;
}
@media (min-width: 1200px) {
    #mouse_body {
        display: inline-block;
    }
}
#mouse_wheel {
    filter: drop-shadow(0 0 10px #000);
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 8px;
    background-color: #fff;
    /* position property required to play animation  */
    position: relative;
    height: 3px;
    width: 3px;
    /* to center wheel in mouse body */
    margin: 0 auto;
    animation: wheel_animation 1.5s linear infinite;
}
/* include use -moz-, -webkit-, or -o- for respective browser type*/

@keyframes wheel_animation {
    0% {
        opacity: 0;
        top: 2px;
    }
    50% {
        opacity: 1;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 33px;
    }
}
.site-slide {
    min-height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-slide--center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header, .header__content, .header__logo {
    display: flex;
    align-content: flex-start;
    align-content: center;
    align-items: center;
    flex: 0 1 auto;
}
.header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 1.225rem 2rem 2.5rem;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /*overflow: inherit;*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
    .header {
        padding: 2.5rem;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.0001) 100%);
    }
}
@media (min-width: 992px) {
    .header {
        justify-content: space-between;
    }
    .header>* {
        flex-basis: 40%;
        flex-grow: 0;
    }
    .header .header__menu-wrapper {
        order: 1;
        display: flex;
    }
    .header .header__logo {
        flex-basis: 20%;
        order: 2;
        justify-content: center;
    }
    .header .header__content {
        order: 3;
        justify-content: flex-end;
        padding: 0;
    }
}
.header__logo {
    z-index: 10;
    display: flex;
    align-self: stretch;
    text-align: center;
    flex-direction: column;
    /*
  background-color: #236a48;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  */
}
.header__logo-img {
    width: 4.125rem;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .625));
    margin-bottom: .825rem;
}
@media (min-width: 768px) {
    .header__logo-img {
        margin-bottom: 1.325rem;
    }
    .header__logo-img, .header__logo-stars {
        width: 7.125rem;
    }
}
@media (min-width: 1200px) {
    .header__logo-img, .header__logo-stars {
        width: 10.125rem;
    }
}
.header__logo-img:not(.header_logo_mobile) {
    display: none;
}
.header_logo_mobile {
    width: 80px;
    margin-top: .425rem;
}
@media (min-width: 768px) {
    .header__logo-img:not(.header_logo_mobile) {
        display: block;
    }
    .header_logo_mobile {
        display: none;
    }
}

.header__lc {
        z-index: 10;
    display: flex;
    position: absolute;
    width: 4.5rem;
    height: 4.5rem;
        right: .95rem;
    top: 6.35rem;
}

@media (min-width: 768px) {
.header__lc {
    top: 9rem;
    right: 1.65rem;
}
    }
@media (min-width: 992px) {
.header__lc {
    top: 9.5rem;
    right: 1.65rem;
}
    }
@media (min-width: 1200px) {
.header__lc {
    top: 10.5rem;
}
    }

.header__content {
    justify-content: flex-end;
    flex-grow: 1;
    padding: 0 .925rem;
    color: #fff;
    position: relative;
}
@media (min-width: 768px) {
    .header__content {
        display: flex;
    }
}
.header_phone_text {
    display: none;
}
@media (min-width: 768px) {
    .header_phone_text {
        display: flex;
    }
}
.header__content-link-wrapper {
    padding: 0 1.825rem;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.header__content-link-icon {
    font-size: 1.425rem;
}
@media (min-width: 768px) {
    .header__content-link-icon {
        margin-right: .825rem;
        font-size: 1.185rem;
    }
}
.header__content-link, .header__content-link:hover {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.125rem;
    white-space: nowrap;
}
.header_contacts_link {
    display: none;
    align-self: flex-end;
    font-size: .915rem!important;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px dashed;
    color: #fff;
    margin-top: .125rem;
    opacity: .8;
    transition: .25s;
}
@media (min-width: 992px) {
    .header_contacts_link {
        display: flex;
    }
}
.header_contacts_link:hover {
    opacity: 1;
}
.header_phone, .header_phone:hover {
    font-size: 1.225rem;
}
.header__map {
    height: 4rem;
    flex: 0 1 auto;
    text-decoration: none;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
    padding-left: 1.625rem;
    position: relative;
    opacity: .9;
    transition: .25s;
    display: none;
}
@media (min-width: 992px) {
    .header__map {
        display: flex;
    }
}
.header__map:hover {
    opacity: 1;
}
.header__map::before {
    display: block;
    width: 1px;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
}
.header__map-icon {
    height: 2.725rem;
}
.header__menu {
    height: 4rem;
    display: flex;
    flex: 0 1 auto;
    text-decoration: none;
    cursor: default;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    cursor: pointer;
}
.header__menu-wrapper .header__content-link-wrapper {
    display: none;
}
.header__menu-wrapper .header__content-link-wrapper.header_phone_wrapper {
    display: flex;
}
@media (min-width: 992px) {
    .header__menu {
        height: 6rem;
        padding-top: .6225rem;
    }
    body:not(.fixed-nav-trigger) .header__menu {
        height: 5.5rem;
        padding-right: 1.925rem;
        position: relative;
    }
    body:not(.fixed-nav-trigger) .header__menu::before {
        display: block;
        width: 1px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 100%);
    }
}
.fixed-nav-trigger .header {
    overflow: visible;
}
.header__menu-icon {
    display: block;
    height: 15px;
    cursor: pointer;
}
@media (min-width: 768px) {
    .header__menu-icon {
        height: 20px;
    }
}
.header-block-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    height: 25rem;
    flex-basis: 100%;
}
@media (min-width: 768px) {
    .header-block-wrapper {
        height: 30rem;
    }
}
.header-block__content {
    position: absolute;
    z-index: 1;
    color: #fff;
    width: 100%;
    top: 40%;
    padding: 0 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .header-block__content {
        top: 44%;
    }
}
.header-block__title {
    font-size: 2.325rem;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 500;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .header-block__title {
        line-height: 1.6;
        font-size: 3.125rem;
    }
}
.header-block__img {
    opacity: .9;
    height: 100%;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
@media (max-width: 768px) {
    .header-block__img {
        background-position: center!important;
    }
}
.header-block__img::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.35);
}
.menu_icon_gray {
    display: none;
}
.menu_icon_white {
    height: 17px;
    margin-bottom: .225rem;
}
@media (min-width: 480px) {
    .menu_icon_white {
        height: 20px;
    }
}
.fixed-nav-trigger .menu_icon_white {
    display: none;
}
.fixed-nav-trigger .menu_icon_gray {
    display: block;
}
.header__menu-text {
    font-size: .85rem;
    font-weight: 500;
    padding-top: .5rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: none;
}
@media (min-width: 480px) {
    .header__menu-text {
        display: block;
    }
}
body:not(.fixed-nav-trigger) .header__menu-text {
    font-size: .8rem;
}
.fixed-nav-trigger .header__menu-text {
    color: #a7a7a7;
}
body.fixed-nav-trigger .header__menu {
    width: 4rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    background: #fff;
}
@media (min-width: 768px) {
    body.fixed-nav-trigger .header__menu {
        width: 6rem;
    }
}
@media (min-width: 1200px) {
    body.fixed-nav-trigger .header__menu {
        right: auto;
        left: 0;
    }
}
.navigation {
    background: none;
    opacity: 0;
    transition: .25s;
}
.offcanvas-overlay::before {
    content: '';
    transition: .25s;
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    opacity: 0;
    left: 0;
    right: 0;
    z-index: -99;
    overflow: hidden;
}
.hce-navigation-show .offcanvas-overlay::before {
    content: '';
    display: block;
    background: rgba(60, 59, 62, 0.2);
    opacity: 1;
    z-index: 999;
}
.uk-offcanvas-page, .uk-offcanvas-page body {
    overflow-y: hidden;
}
.navigation__content {
    display: flex;
    flex: 0 1 auto;
    min-height: 100%;
    color: #555;
    background: #fff;
    box-shadow: 0 0 80px rgba(0, 0, 0, .25);
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 360px) {
    .navigation__content {
        width: 320px;
    }
}
.main-navigation {}
.main-navigation__list {
    padding: 3.225rem 2rem 3.525rem 6.225rem;
    margin: 0;
    font-size: 1.125rem;
    list-style: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .main-navigation__list {
        /*font-weight: 500;*/
        font-size: 1.225rem;
    }
}
.main-navigation__link {
    position: relative;
    display: block;
    line-height: 3.225;
    z-index: 1;
    color: #444!important;
    font-weight: 500;
}
@media (min-width: 992px) {
    .main-navigation__link {
        font-weight: 300;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .main-navigation__link {
        color: #666!important;
    }
}
.main-navigation__link::before {
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.55);
    position: absolute;
    display: block;
    width: .825rem;
    left: -2.125rem;
    margin-top: -1px;
    top: 50%;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
body:not(.hce-touch-device) .main-navigation__link:hover {
    padding-left: 1rem;
    color: #444!important;
}
.main-navigation__link.hce-active {
    padding-left: 1rem;
    color: #333!important;
}
.main-navigation__link.hce-active::before, body:not(.hce-touch-device) .main-navigation__link:hover::before {
    width: 1.725rem;
    border-top: 1px solid #555;
}
@media (min-width: 1200px) {
    .navigation__content {
        width: 360px;
    }
}
@media (min-width: 1600px) {
    .navigation__content {
        width: 420px;
    }
}
.accent-navigation {
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.225rem;
}
.accent-navigation__link {
    flex-basis: 100%;
    width: 100%;
    min-height: 4.625rem;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    padding: 1.925rem 1.5rem 1.785rem;
    position: relative;
    letter-spacing: .0425rem;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    opacity: 0;
}
body.hce-touch-device .accent-navigation__link {
    opacity: 1;
}
body:not(.hce-touch-device) .accent-navigation__link:hover {
    padding: 1.925rem 1.5rem 1.785rem 2rem;
}
.accent-navigation__image-wrapper {
    margin: 0 1.625rem;
    width: 70px;
}
.accent-navigation__image {
    opacity: .85;
    filter: grayscale(0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.accent-navigation__image::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body:not(.hce-touch-device) .accent-navigation__link:hover .accent-navigation__image::before {
    background: rgba(0, 0, 0, .15);
}
.accent-navigation__image::after {
    display: block;
    width: 7rem;
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 60%, rgba(255, 255, 255, 1) 100%);
}
body:not(.hce-touch-device) .accent-navigation__link:hover .accent-navigation__image {
    opacity: 1;
    filter: grayscale(0);
}
body:not(.hce-touch-device) .accent-navigation__link:hover .accent-navigation__image::after {
    opacity: 0;
}
.accent-navigation__text {
    color: #fff;
    text-shadow: 0 0 15px #000;
    position: relative;
    z-index: 1;
    font-size: 1rem;
    text-transform: uppercase;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .accent-navigation__text {
        font-size: 1.085rem;
    }
}
.accent-navigation__arrow {
    z-index: 1;
    color: #888;
}
.accent-navigation__arrow, .accent-navigation__image, .accent-navigation__image::after, .accent-navigation__image::before, .accent-navigation__link, .main-navigation__item, .main-navigation__link {
    transition: .35s;
}
@keyframes main-navigation-slide-up {
    0% {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes main-navigation-slide-left {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.main-navigation__item {
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
}
.hce-navigation-show .main-navigation__item {
    animation: main-navigation-slide-up .45s;
}
.hce-navigation-show .main-navigation__item:nth-child(1) {
    animation: main-navigation-slide-up .55s;
}
.hce-navigation-show .main-navigation__item:nth-child(2) {
    animation: main-navigation-slide-up .65s;
}
.hce-navigation-show .main-navigation__item:nth-child(3) {
    animation: main-navigation-slide-up .75s;
}
.hce-navigation-show .main-navigation__item:nth-child(4) {
    animation: main-navigation-slide-up .85s;
}
.hce-navigation-show .main-navigation__item:nth-child(5) {
    animation: main-navigation-slide-up .95s;
}
.hce-navigation-show .main-navigation__item:nth-child(6) {
    animation: main-navigation-slide-up 1.05s;
}
.hce-navigation-show .main-navigation__item:nth-child(7) {
    animation: main-navigation-slide-up 1.15s;
}
.hce-navigation-show .main-navigation__item:nth-child(8) {
    animation: main-navigation-slide-up 1.25s;
}
.hce-navigation-show .main-navigation__item:nth-child(9) {
    animation: main-navigation-slide-up 1.35s;
}
.hce-navigation-show .main-navigation__item:nth-child(10) {
    animation: main-navigation-slide-up 1.45s;
}
.hce-navigation-show .main-navigation__item:nth-child(11) {
    animation: main-navigation-slide-up 1.55s;
}
body:not(.hce-touch-device).hce-navigation-show .accent-navigation__link {
    animation: main-navigation-slide-left .9s .65s normal forwards;
}
body:not(.hce-touch-device).hce-navigation-show .accent-navigation__link:nth-child(2) {
    animation: main-navigation-slide-left .9s .35s normal forwards;
}
body:not(.hce-touch-device) .accent-navigation__link:hover .accent-navigation__arrow {
    color: #fff;
}
.sub-nav {
    margin-right: 3rem;
}
.sub-nav__text, .sub-nav__text:hover {
    color: #fff;
    font-size: 1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.95);
    padding-bottom: 4px;
    letter-spacing: .065rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 2rem 1.625rem;
    text-shadow: 0 0 15px #000;
}
.header-sub-nav {
    position: absolute;
    bottom: 0;
    padding: 2.5rem 1.5rem;
    width: 100%;
    display: none;
}
@media (min-width: 768px) {
    .header-sub-nav {
        display: flex;
    }
}
.header-sub-nav__icon {
    margin: 0 1rem;
    position: relative;
    top: 2px;
}
.header-sub-nav__link {
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    opacity: .75;
}
.header-sub-nav__link:hover {
    opacity: 1;
    color: #fff;
}
.site-wrapper {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    transition: .3s;
}
.section-wrapper {
    position: relative;
}
.section-container {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
}
.section_side-block {
    padding-right: 6rem;
    padding-left: 6rem;
}
.section_full_padding {
    padding: 5rem 2rem;
}
.section_padding--y {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.section_padding--x {
    padding-right: 2rem;
    padding-left: 2rem;
}
.section_medium_padding--y {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.section_medium_padding--x {
    padding-right: 4rem;
    padding-left: 4rem;
}
.section_medium_padding--top {
    padding-top: 4rem;
}
.section_half_padding {
    padding: 1.5rem 2rem;
}
.section_half_padding {
    padding: 3rem 6rem;
}


    .section_full_padding-y-fix {
        padding: 2rem;
    }

@media (min-width: 768px) {
    .section_full_padding {
        padding: 5rem 4.525rem;
    }
    .section_medium_padding--y {
        padding-top: 3.525rem;
        padding-bottom: 3.525rem;
    }
    .section_medium_padding--x {
        padding-right: 3.525rem;
        padding-left: 3.525rem;
    }
    .section_medium_padding--top {
        padding-top: 4rem;
    }
    .section_half_padding {
        padding: 2rem 3.525rem;
    }
    .section_padding--x {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}
@media (min-width: 992px) {
    .section_full_padding {
        padding: 5rem 4.525rem;
    }


    .section_full_padding-y-fix {
        padding: 4rem ;
    }

    .section_padding--y {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .section_padding--x {
        padding-right: 4.525rem;
        padding-left: 4.525rem;
    }
}
@media (min-width: 1200px) {
    .section_full_padding {
        padding: 7rem 6rem;
    }

    .section_full_padding-y-fix {
        padding: 4rem 6rem;
    }

    .section_full_padding#wedding-main-block{
          padding: 7rem 6rem 5rem 6rem;
    }
    .section_padding--y {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .section_padding--x {
        padding-right: 6rem;
        padding-left: 6rem;
    }
    .section_medium_padding--y {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .section_medium_padding--x {
        padding-right: 4rem;
        padding-left: 4rem;
    }
    .section_medium_padding--top {
        padding-top: 4rem;
    }
    .section_half_padding {
        padding: 1.5rem 2rem;
    }
    .section_half_padding {
        padding: 3rem 6rem;
    }
}
.section_without_padding {
    padding: 0 !important;
}
.section-side-block {
    padding-right: 2rem;
    padding-left: 2rem;
}
@media (min-width: 1200px) {
    .section-side-block {
        padding-right: 6rem;
        padding-left: 6rem;
    }
}
/* Sliders */

.hce-slider {
    position: relative;
}
.hce-slider.cards-list, .hce-slider.slick-slider {
    display: none;
}
.hce-slider .slick-arrow {
    line-height: 52px;
    position: absolute;
    z-index: 1;
    top: 45%;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: auto;
    height: 60px;
    margin-top: -15px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    opacity: .85;
    color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) {
    .hce-slider .slick-arrow {
        width: 70px;
        height: 70px;
    }
}
.hce-slider.slider_lg .slick-arrow {
    width: 60px;
    height: 60px;
    margin-top: -10px;
}
@media (min-width: 768px) {
    .hce-slider.slider_lg .slick-arrow {
        width: 90px;
        height: 90px;
        margin-top: -20px;
    }
}
.hce-slider .slick-arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.hce-slider .slick-prev {
    right: auto;
    left: -2rem;
    width: 3rem;
align-items: center;
height: 3.825rem;
border-radius: 4px;
background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
    .hce-slider .slick-prev {
        left: -4.425rem;
    }
}
.hce-slider .slick-next {
    right: -2rem;
    left: auto;
    width: 3rem;
align-items: center;
height: 3.825rem;
border-radius: 4px;
background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
    .hce-slider .slick-next {
        right: -4.425rem;
    }
}
.slick-arrow__circle {
    fill: rgba(0, 0, 0, .1);
    stroke: #fff;
    stroke-width: 400;
    stroke-miterlimit: 10;
}
.slick-arrow__arrow {
    fill: none;
    stroke: #777;
    stroke-width: 400;
    stroke-miterlimit: 10;
}
.slick-arrow__line {
    fill: none;
    stroke: #777;
    stroke-width: 400;
    stroke-miterlimit: 10;
}
.slick-arrow__circle {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    fill: none;
    stroke: #777;
    stroke-width: 400;
    stroke-miterlimit: 10;
}
.slick-arrow:hover .slick-arrow__circle {
    opacity: .5;
}
.hce-slider .slick-list, .hce-slider .slick-track, .hce_slider_full_width, .hce_slider_full_width .slick-list, .hce_slider_full_width .slick-track {
    height: 100%!important;
}
.hce_slider_full_width .slick-prev {
    left: 1rem;
}
.hce_slider_full_width .slick-next {
    right: 1rem;
}
.hce_slider_full_width .slick-arrow__arrow, .hce_slider_full_width .slick-arrow__line {
    stroke: #fff;
}
.slider_full_height {
    max-height: 100vh;
}
.header_full_height_img {
    height: calc(100vh - 73px);
}
.hce-screen-slider__img::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.15);
}
.hce-screen-slider__img:not(.lazyloaded)::after, .lazyload-preloader:not(.lazyloaded)::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    background: -webkit-linear-gradient(45deg, rgba(86, 22, 46, .4) 15%, rgba(255, 242, 210, .15) 100%);
    background: -o-linear-gradient(45deg, rgba(86, 22, 46, .4) 15%, rgba(255, 242, 210, .15) 100%);
    background: linear-gradient(45deg, rgb(187, 210, 197), rgb(83, 105, 118));
}
.title {
    padding-bottom: 3rem;
}
@media (min-width: 768px) {
    .title {
        margin-top: -1rem;
    }
}
.title:after {
    display: block;
    opacity: 1;
    height: 45px;
    content: '';
    background: url("/hce-app-static/img/divider.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 270px 65px;
    margin-bottom: .925rem;
}
.search-form {
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.search-form__input {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.search-form__cell {
    position: relative;
    flex-basis: 50%;
    max-width: 50%;
}
@media (min-width: 768px) {
    .search-form__cell {
        position: relative;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 1200px) {
    .search-form__cell {
        position: relative;
        flex-basis: 25%;
        max-width: 25%;
    }
}
.search_form_guests_count {
    display: none;
}
@media (min-width: 1200px) {
    .search_form_guests_count {
        display: flex;
    }
}
.search_form_button {
    flex-basis: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .search_form_button {
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
}
@media (min-width: 1200px) {
    .search_form_button {
        flex-basis: 25%;
        max-width: 25%;
    }
}
.search-form__cell:not(:first-child) {
    margin-left: -1px;
}
.search-form__cell-label {
    font-size: 12px;
    line-height: 1.333em;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    padding-left: 9px;
    letter-spacing: .133em;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
}
.search-form__cell-label:after {
    display: inline-block;
    width: 100%;
    height: .5em;
    margin-top: 10px;
    margin-right: -100%;
    content: '';
    vertical-align: top;
    border-top: 1px solid #fff;
}
.search-form__cell-label--bg {
    display: inline-block;
    padding: 5px 6px 0;
    white-space: nowrap;
}
.search-form__cell-label-border {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
}
.search-form__date-wrapper {
    font-size: 1.125rem;
    font-weight: 400;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 8px;
    padding-left: 15px;
    letter-spacing: .031em;
    color: #414141;
    color: #fff;
    border: 1px solid #64625e;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-form__date-wrapper:first-child {
    border-right-width: 1px;
    border-left-width: 1px;
}
.search-form__date-cell {
    width: 100%;
}
.search-form__year {
    display: none;
}
@media (min-width: 768px) {
    .search-form__year {
        display: inline;
    }
}
.search-form__guests-select {
    outline: none;
    background: none;
    border: none;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 2px;
    width: 100%;
}

.search-form__guests-select option {
    color: #313131;
}

.search-form__button {
    width: 100%;
    margin: 1.25rem 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 13px 10px;
}
@media (min-width: 768px) {
    .search-form__button {
        margin: 0 0 0 1.25rem;
        height: 100%;
    }
}
.search-form-sticky {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 2rem 7rem;
}
@media (min-width: 768px) {
    .search-form-sticky {
        height: 15rem;
        padding: 4rem 8rem;
    }
}
@media (min-width: 1200px) {
    .search-form-sticky {
        height: 12rem;
        padding: 0;
    }
}
.hce-screen-slider {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hce-screen-slider__wrapper {
    position: relative;
    height: calc(100vh + 2rem);
}
.hce-screen-slider__container {
    float: left;
    overflow: hidden;
    width: 100%;
    height: calc(100vh + 2rem);
    min-height: 35rem;
    -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease;
    transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}
body .swiper-container.nav-slider .swiper-slide {
    opacity: .6;
}
.hce-screen-slider__img {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hce-screen-slider__slide {
    min-height: 35rem;
}
/*
.hce-screen-slider__slide::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .15);
    -webkit-transition: all ease .5s;
      -ms-transition: all ease .5s;
      transition: all ease .5s;
}
*/

.hce-screen-slider__content {
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
@media (min-width: 768px) {
    .hce-screen-slider__content {
        padding: 0 3rem;
        text-align: center;
        top: 43%;
    }
}
.hce-screen-slider__title {
    font-size: 1.725rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    transition: opacity .4s ease, transform .7s ease;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}
@media (min-width: 360px) {
    .hce-screen-slider__title {
        font-size: 2.125rem;
    }
}
@media (min-width: 768px) {
    .hce-screen-slider__title {
        font-size: 3.125rem;
    }
}
.hce-screen-slider__caption {
    font-size: 1.175rem;
    margin-top: .525rem;
    line-height: normal;
    display: block;
    transition: opacity .3s ease, transform .8s ease;
    transition-delay: .3s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}
@media (min-width: 360px) {
    .hce-screen-slider__caption {
        font-size: 1.475rem;
    }
}

.hce-screen-slider__link {

    margin-top: .525rem;
    line-height: normal;
    display: block;
    transition: opacity .3s ease, transform 1.1s ease;
    transition-delay: .3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.25;
}

.hce-screen-slider__link a.button{
    line-height: 1.25;
}
.hce-screen-slider__img.lazyloaded+.hce-screen-slider__content .hce-screen-slider__caption.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.hce-screen-slider__img.lazyloaded+.hce-screen-slider__content .hce-screen-slider__title.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.hce-screen-slider__img.lazyloaded+.hce-screen-slider__content .hce-screen-slider__title.show ~ .hce-screen-slider__link {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.hce-screen-slider__img.lazyloaded+.hce-screen-slider__content .hce-screen-slider__link.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.hce-screen-slider__container:hover .swiper-button-next, .hce-screen-slider__container:hover .swiper-button-prev {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
        background-size: 30px 48px;
}
.home-main-slider:not(.full-width) {
    position: relative;
    width: 100%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 3rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 3rem;
}
.booking-form {
    max-width: 1000px;
    margin: auto;
}
.booking-form-block {
    margin-top: -2.325rem;
    margin-bottom: 4rem;
}
.booking-form-block .search-form__cell-label, .booking-form-block .search-form__date-wrapper, .booking-form-block .search-form__guests-select {
    color: #414141;
}
.booking-form-block .search-form__cell-label--bg {
    background: #fff;
}
.booking-form-block .search-form__date-wrapper {
    border: 1px solid #c8c8c8;
    background: #fff;
}
.booking-form-block .search-form__cell-label-border {
    background-color: #c8c8c8;
}
.booking-form-block .search-form__cell-label:after {
    border-top: 1px solid #c8c8c8;
}
.home-features {
    display: flex;
    align-content: flex-start;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.feature-grid__cell {
    cursor: pointer;
    position: relative;
    position: relative;
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 180px;
    box-sizing: border-box;
    padding: 2rem;
    margin-bottom: 1px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
@media (min-width: 768px) {
    .feature-grid__cell {
        height: 50vh;
        min-height: 320px;
        margin-bottom: 0;
    }
}
.feature-grid__cell::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    background: rgba(0, 0, 0, .25);
}
.feature-grid__cell:not(.lazyload):not(.lazyloading):hover::after {
    background: rgba(0, 0, 0, .45);
}
.feature-grid__cell.feature_territory_cell {
    min-height: 320px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.feature_territory {
    display: none;
}
@media (min-width: 992px) {
    .feature_territory {
        display: block;
    }
}
@media (min-width: 768px) {
    .feature-grid__cell.feature_territory_cell {
        height: 100vh;
        min-height: 640px;
    }
}
.feature-grid__content {
    position: relative;
    z-index: 1;
    color: #fff;
}
.feature-grid__name {
    font-size: 1.525rem;
    display: inline-block;
    margin: auto;
    color: #fff;
}
.feature-grid__title {
    font-family: 'Arian AMU Serif', sans-serif;
}
/*
.feature-grid__title::after {
  content: '';
  background: url(../img/icons/icons__common--wite-arrow-right.svg);
  background-position: left;
  background-size: auto 8px;
  background-repeat: no-repeat;
  height: 8px;
  display: block;
  margin-top: .725rem;
}
*/

.feature_territory_cell .feature-grid__title::after {
    margin-top: 1.625rem;
    background-position: center;
}
.feature_grid_name_large {
    font-size: 2.325rem;
    margin-bottom: 1rem;
    line-height: 1.15;
}
@media (min-width: 768px) {
    .feature_grid_name_large {
        font-size: 2.625rem;
        letter-spacing: -1px;
        margin-bottom: 0;
    }
}
.nav-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px auto;
}
.nav-grid-item {
    position: relative;
    height: 300px;
    padding: 10px;
}
.nav-grid-item:nth-child(1) {
    flex-basis: 50%;
    flex-grow: 1;
}
.nav-grid-item:nth-child(2) {
    flex-basis: 25%;
    flex-grow: 1;
}
.nav-grid-item:nth-child(3) {
    flex-basis: 25%;
    flex-grow: 1;
}
.nav-grid-item:nth-child(4) {
    flex-basis: 30%;
    flex-grow: 1;
}
.nav-grid-item:nth-child(5) {
    flex-basis: 70%;
    flex-grow: 1;
}
.nav-grid-item__content {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 3px;
    background-position: center;
    box-shadow: 0 0 15px -5px #000;
}
.nav-grid-item__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-heading {
    font-size: 2.225rem;
    margin: 0;
    text-align: center;
    color: #333;
}
@media (min-width: 768px) {
    .section-heading {
        font-size: 2.725rem;
        font-weight: 500;
    }
}
.section-description {
    font-family: 'Arian AMU Serif', sans-serif;
    font-size: 1.125rem;
    margin-top: .625rem;
    text-align: center;
    color: #6d6d6d;
}
.cards-list {
    margin-right: -1rem;
    margin-left: -1rem;
}
.cards-list.slick-initialized .slick-track {
    display: flex;
    flex: 0 1 auto;
}
.cards-list .slick-slide {
    height: auto;
}
.card {
    display: flex;
    position: relative;
    flex: 0 1 auto;
    height: 100%;
    padding: 1rem;
}
.slick-slider .card {
    padding: 1rem 1.3rem;
}
@media (min-width: 768px) {
    .slick-slider .card {
        padding: 1rem;
    }
}
.card.slick-active:last-of-type {
    padding-right: 0;
}
.card-wrapper {
    cursor: pointer;
    display: flex;
    overflow: hidden;
    flex: 1;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: .25s ease;
    border-radius: 1px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .085);
}
.card-wrapper:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .0725);
}
.card-image {
    position: relative;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.card-image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: opacity .25s ease;
    opacity: 0;
    background: url(../img/icons/icons__common--wite-arrow-right.svg), rgba(0, 0, 0, .45);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 11px, cover;
}
.card-wrapper:hover .card-image::before {
    opacity: 1;
}
.card_image_top {
    background-position: top;
    background-size: 100%;
}
.card-content {
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.825rem 1.625rem;
}
.card-title {
    font-size: 1.125rem;
    line-height: 1.425;
    margin: 0;
    color: #1c1d20;
}
.card-more {
    font-size: .9rem;
    font-weight: 500;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 1.125rem;
    text-transform: uppercase;
    color: #a9a9a9;
}
.card-more__icon {
    height: .625rem;
}
.card-specials-time-left {
    display: flex;
    padding: .625rem .925rem .525rem;
    margin-bottom: 1.225rem;
    white-space: nowrap;
}
.card-specials-time-left__icon {
    height: 1.115rem;
    margin-right: .425rem;
}
.card.light_card {
    padding: 1rem 1.225rem;
}
.sub-navigation {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}
.sub-navigation__block {
    height: 14rem;
    flex-basis: 100%;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-content: flex-start;
    align-items: flex-end;
    flex-grow: 1;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100px;
    box-sizing: border-box;
    padding: 2rem;
    margin-bottom: 1px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
@media (min-width: 480px) {
    .sub-navigation {
        flex-direction: row;
    }
    .sub-navigation__block {
        height: 20rem;
        min-height: 180px;
    }
    .sub-navigation__block {
        flex-basis: 50%;
    }
}
.sub-navigation__block::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    background: rgba(0, 0, 0, .2);
}
.sub-navigation__block:not(.lazyload):not(.lazyloading):hover::after {
    background: rgba(0, 0, 0, .45);
}
.sub-navigation__title {
    font-size: 1.625rem;
    display: block;
    margin: auto;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
    z-index: 1;
}
.light-card__icon {
    height: 85px;
    align-self: center;
}
.light_card_title {
    text-align: center;
    font-weight: 500;
    padding-top: 2.225rem;
    padding-bottom: .625rem;
    margin: 0;
}
.light_card_wrapper {
    position: relative;
    padding: 2rem 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.0325);
    background: #fff;
}
.light_card_text {
    margin: 0;
    text-align: center;
    font-size: 1.085rem;
    color: #666;
    padding: 0 0 1rem;
}
.light_card_more {
    justify-content: center;
}
.lazyload-preloader {
    z-index: 0;
}
.lazyload-preloader:not(.lazyloaded)::before {
    z-index: 1;
    opacity: .5;
}
.lazyload-preloader::before {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    content: '';
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background: none;
    background-image: url("/hce-app-static/img/preloader.svg");
    background-size: cover;
}
.lazyload-preloader_medium::before {
    width: 40px;
    height: 40px;
}
.lazyload-preloader_small::before {
    width: 30px;
    height: 30px;
}
.sub-links {
    border: 1px solid #e4d6cf;
    padding: 0;
    margin-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
}

.sub-links.boxed {
    max-width: 930px;
    flex-basis: 100%;
}
.sub-links__item {
    padding: 1.225rem 2.225rem;
}

@media (min-width: 992px) {
    .sub-links__item {
        padding: 1.625rem 3rem;
    }
}


.sub-links__item.more-block {
    padding: 1.225rem 2.225rem 2.225rem;
}
@media (min-width: 768px) {
    .sub-links__item.more-block {
        display: flex;
        align-items: center;
         padding: 1.625rem 3rem;
    }
}

.sub-links__item.image-block {
    padding: 0;
    flex-basis: 100%;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .sub-links__item.image-block {
        display: flex;
        align-items: center;
    }
}

.sub-links__image-wrapper {
    flex-basis: 100%;
    height: 100%;
    flex-shrink: 0;
    height: 250px;
    background-position: center;
    background-size: cover;
}


@media (min-width: 992px) {
    .sub-links__image-wrapper {
        flex-basis: 40%;
        min-height: 400px;
    }
}
@media (min-width: 768px) {
    .sub-links__item {

    }
}

.image-block .sub-links__item-content {
    display: flex;
    flex-basis: 100%;
    padding-top: 2rem 2rem 0;
}


@media (min-width: 992px) {
    .image-block .sub-links__item-content {
        height: 100%;
        flex-basis: 60%;
    }
}
.sub-links__icon {
    height: 3.225rem;
    margin-right: 1.225rem;
}

.sub-links__icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:  2rem 2rem ;
    flex-shrink: 0;
    position: relative;
}

.image-block .sub-links__icon {
    display: none;
}

@media (min-width: 580px) {

.image-block .sub-links__icon {
    display: flex;
}
}
@media (min-width: 768px) {
    .sub-links__icon-wrapper {
           padding: 1rem 3rem 1rem 1rem ;
           margin-right: 3rem;
    }

    .sub-links__icon-wrapper:after {
        content: "";
        display: block;
        position: absolute;
        background-image: linear-gradient(to bottom,rgba(161, 157, 151, 0.000001),rgba(161, 157, 151, 0.35),rgba(161, 157, 151, 0.000001));
        top: 50%;
        width: 1px;
        height: 95%;
        right: 0;
        transform: translateY(-50%);
    }

}


@media (min-width: 992px) {
    .sub-links__icon-wrapper {
           padding: 2rem 5rem 2rem 2rem ;
           margin-right: 5rem;
    }
}
.sub-links__item.more-block .sub-links__icon {
     height: 4.225rem;
     margin-right: 0;
 }
@media (min-width: 992px) {
.sub-links__item.more-block .sub-links__icon {
     height: 5.225rem;
 }
}


.sub-links__icon-title {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    font-size: 1.325rem;
}


.sub-links__icon-text {
    font-size: 1.225rem;
    color: #666;
}

@media (min-width: 768px) {
    .sub-links__item-content {
        text-align: left;
    }
}



.sub-links__link {
    border-bottom: 1px dashed #ccc;
    color: #888;
    display: inline-block;
    margin: 1.225rem 0;
    font-size: 1.225rem;
    padding-bottom: 2px;
}
.home-about {
    display: block;
}
@media (min-width: 768px) {
    .home-about {
        display: flex;
    }
}
@media (min-width: 768px) {
    .home-about__text {
        display: flex;
        align-content: flex-start;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        box-sizing: border-box;
        flex-basis: 100%;
        flex-shrink: 0;
        text-align: left;
        color: #878788;
        padding: 0 5rem 0 6rem;
    }
}
@media (min-width: 992px) {
    .home-about__text {
        flex-basis: 60%;
    }
}
@media (min-width: 1200px) {
    .home-about__text {
        flex-basis: 45%;
    }
}
.home-about__item {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding: 5rem;
}
.home-about__image-wrapper {
    display: none;
}
@media (min-width: 992px) {
    .home-about__image-wrapper {
        display: block;
    }
}
.home-about__image {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
    max-width: 100%;
}
@media (min-width: 768px) {
    .home-about__image {
        max-width: 340px;
    }
}
@media (min-width: 992px) {
    .home-about__image {}
}
@media (min-width: 1200px) {
    .home-about__image {
        max-width: 640px;
    }
}
@media (min-width: 1420px) {
    .home-about__image {
        max-width: 690px;
    }
}
@media (min-width: 1600px) {
    .home-about__image {
        max-width: 790px;
    }
}
@media (min-width: 1680px) {
    .home-about__image {
        max-width: 850px;
    }
}
.home-about__hotel-address {
    font-weight: 400;
    margin: .925rem 0 0;
    color: #919394;
    display: flex;
}
.home-about__hotel-address-text {
    color: #919394;
}
.home-about__hotel-address-icon {
    font-size: 1.125rem;
    margin-right: .625rem;
    color: #1c1d20;
    padding-top: .225rem;
}
@media (min-width: 768px) {
    .home-about__hotel-address-icon {
        margin-right: .425rem;
        padding-top: 0;
    }
}
.home-about__heading {
    font-size: 1.825rem;
    line-height: 1.35;
    margin: 0;
    color: #333;
}
@media (min-width: 350px) {
    .home-about__heading {
        font-size: 2rem;
    }
}
@media (min-width: 768px) {
    .home-about__heading {
        font-size: 2.725rem;
        line-height: 1.325;
    }
}
@media (min-width: 992px) {
    .home-about__heading {
        font-size: 2.85rem;
        line-height: 1.15;
    }
}
.home-about__button {
    margin-top: 2.225rem;
}
.home-about__desc {
    font-size: 1.085rem;
    line-height: 1.85;
    margin: 1.125rem 0 2rem;
    color: #6d6d6d;
}
.about-hotel-title {
    position: absolute;
    color: #fff;
    top: 35%;
    font-size: 1.825rem;
    width: 100%;
    font-weight: 500;
    padding: 0 2rem;
    z-index: 1;
}
@media (min-width: 350px) {
    .about-hotel-title {
        font-size: 2.125rem;
    }
}
@media (min-width: 768px) {
    .about-hotel-title {
        top: 40%;
        padding: 0 3rem;
        text-align: center;
        font-size: 2.925rem;
    }
}
.about-section {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    flex-direction: column;
}
.about-rewarding {
    background-color: #f7f7f7;
}
.about-section__row {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    flex-basis: 100%;
    width: 100%;
    display: flex;
}

 .about-section__row-fix {
        margin-left: -2rem;
        margin-right: -2rem;
    }
@media (min-width: 768px) {

 .about-section__row-fix {
        margin-left: -4.525rem;
        margin-right: -4.525rem;
    }
}

@media (min-width: 992px) {

    .about-section__row-fix {

        margin-left: -6rem;
        margin-right: -6rem;
    }
}


@media (min-width: 1200px) {
    .about-section__row-fix {
        margin-left: -6rem;
        margin-right: -6rem;
    }
}

.uk-slidenav {
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 3px;
    text-shadow: 0 0 5px #000;
}

.about_section_item {
    position: relative;
    z-index: 1;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .about-section__row {
        flex-wrap: wrap;
    }
    .about-image {
        order: -1;
        height: 300px;
    }
}
@media (min-width: 768px) {
    .about_section_item {
        width: 50%;
        flex-basis: 50%;
    }
}


.about-features {
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    padding: 7rem 0 0;
}
.about-features__item {
    padding: 0 2rem 4rem;
    opacity: 0;
    flex-grow: 1;
    flex-basis: 100%;
}
.about-features__item:last-child {
    padding-bottom: 0;
}
@media (min-width: 550px) {
    .about-features {
        flex-wrap: wrap;
    }
    .about-features__item {
        padding: 0 2rem 3rem;
        flex-basis: 50%;
        flex-shrink: 0;
    }
}
@media (min-width: 992px) {
    .about-features {
        flex-wrap: nowrap;
    }
    .about-features__item {
        flex-basis: auto;
        flex-shrink: 1;
    }
    .about-features__item:first-child {
        padding-left: 0;
    }
}
.about-features__item:last {
    padding-right: 0;
}
.about-features__icon-wrapper {
    display: flex;
    border: 2px dashed #e3d5ce;
    width: 6.625rem;
    height: 6.625rem;
    box-sizing: content-box;
    position: relative;
    padding: 2em;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    flex-grow: 1;
}
.about-features__icon {
    max-height: 4.685rem;
}
.about-features__title {
    font-size: 1.095rem;
    text-align: center;
    padding-top: 2.125rem;
    color: #222;
    position: relative;
}

.about-image {
    position: relative;
    overflow: hidden;
}
.about-content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 3rem;
    background: #fff;
    line-height: 1.8;
    font-size: 1.085rem;
    color: #666;
}
@media (min-width: 768px) {
    .about-content {
        padding: 5rem;
    }
}
.about-content::after {
    content: ' ';
    width: 0;
    height: 0;
    padding-top: 85%;
    display: inline-block;
}
.about-content__title {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.about-links {

}


.about-documents-links {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    flex-basis: 100%;
    justify-content: center;
}
.links-block .sub-links__item-content {
    flex-basis: 100%
}

.about-documents-link-wrapper {
    flex-basis: 50%;
    font-size: 1.225rem;
    padding: 2rem;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .about-documents-link-wrapper {
        flex-basis: 33.33333333%;
         border-right: 1px solid #f1f1f1;
    }
}
.about-documents-link-wrapper:nth-child(odd) {
    border-right: none;

}

@media (min-width: 768px) {

.about-documents-link-wrapper:nth-child(odd) {
    border-right: 1px solid #f1f1f1;

} .about-documents-link-wrapper:nth-child(3n) {
        border-right: none;

    }
}


.about-documents-link-wrapper:nth-last-of-type(1) {
    border-bottom: 0;
}


@media (min-width: 768px) {
    .about-documents-link-wrapper:nth-last-of-type(2), .about-documents-link-wrapper:nth-last-of-type(3) {
        border-bottom: 0;
    }
}

.about-documents-link {

    border-bottom: 1px dashed #ccc;
    color: #888;
}


.rewarding-image {
    opacity: .8;
    transition: .25s;
}
.card:hover .rewarding-image {
    opacity: 1;
}
@media (min-width: 768px) {
    body.blog-posts .header-block__content {
        top: 45%;
    }
}
.rooms-list .header-block__content {
    top: 40%;
}
@media (min-width: 768px) {
    .rooms-list .header-block__content {
        top: 45%;
    }
}
.rooms__tabs {
    margin: -2.625rem -30px 2.5rem;
    justify-content: center;
    text-align: center;
    display: flex;
    list-style: none;
}
@media (min-width: 768px) {
    .rooms__tabs {
        margin: -2.625rem -10px 4rem -30px;
    }
}
.rooms__tabs::before {
    display: none;
}
@media (min-width: 768px) {
    .rooms__tabs {
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: -7rem;
    }
}
.rooms__tabs>*:first-child {
    padding-left: 0;
}
.rooms__tabs>*:not(:first-child) {
    padding-left: 20px;
}
@media (min-width: 768px) {
    .rooms__tabs>*:not(:first-child) {
        padding-left: 20px;
    }
}
.rooms__tabs>*>a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .85rem;
    font-weight: 500;
    text-transform: none;
    transition: color .1s ease-in-out;
}
@media (min-width: 360px) {
    .rooms__tabs>*>a {
        font-size: .975rem;
    }
}
@media (min-width: 768px) {
    .rooms__tabs>*>a, .rooms__tabs>li:not(.uk-active)>a:hover {
        border: 1px solid #fff;
        padding: 8px 20px;
        border-radius: 2px;
        color: #fff;
        font-weight: 400;
        font-size: 1.125rem;
    }
    .rooms__tabs>li:not(.uk-active)>a {
        text-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
        background: hsla(0, 0%, 0%, 0.015);
    }
}
.rooms__tabs>li>a {display:inline-flex;}
.rooms__tabs a {
    border: 1px solid #fff;
}
.rooms__tabs>.uk-active>a {
    border: 1px solid transparent;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
    .rooms__tabs>.uk-active>a {
        border: 1px solid #666666;
    }
    .rooms__tabs>.uk-active>a {
        border: 1px solid transparent;
        background: rgba(255, 255, 255, 0.95);
    }
}
.rooms-list {
    list-style: none;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
.rooms-list__item {
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 0 1 auto;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    flex-wrap: wrap;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    .rooms-list__item {
        flex-wrap: nowrap;
    }
}
.rooms-list__item:last-of-type {
    margin-bottom: 0;
}
.rooms-list__item:nth-child(even) .rooms-list__image-item-wrapper {
    order: -1;
}
@media (max-width: 768px) {
    .rooms-list__item .rooms-list__image-item-wrapper {
        order: -1;
        height: 300px;
    }
}
.rooms-list_item-title {
    font-size: 1.525rem;
    color: #333;
    line-height: 1.325;
}
@media (min-width: 768px) {
    .rooms-list_item-title {
        font-size: 1.825rem;
        line-height: 1.525;
    }
}
.rooms_get_price, .rooms_get_price:hover {
    font-size: .845rem;
    padding: 11px 20px;
}
.rooms-list__image-item-wrapper {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .rooms-list__image-item-wrapper {
        width: 55%;
        flex-basis: 55%;
    }
}
@media (min-width: 1250px) {
    .rooms-list__image-item-wrapper {
        width: 60%;
        flex-basis: 60%;
    }
}
.rooms-list__image-item-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: .25s;
    opacity: 0;
    background: url(../img/icons/icons__common--white-open-modal.svg), rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px, cover;
}
.rooms-list__image-item-wrapper::after {
    content: ' ';
    width: 0;
    height: 0;
    padding-top: 70%;
    display: block!important;
}
.rooms-list__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rooms-list__content-item-wrapper {
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 768px) {
    .rooms-list__content-item-wrapper {
        padding: 3rem;
    }
}
@media (min-width: 1200px) {
    .rooms-list__content-item-wrapper {
        padding: 4rem;
    }
}
.rooms-list__equipment {
    padding-top: 2rem;
    font-size: 1rem;
    display: flex;
}
.rooms-list__equipment-icon {
    margin-right: .5rem;
    font-size: 1.125rem;
    top: 2px;
    position: relative;
}
.rooms-list__equipment-link {
    color: #888;
    border-bottom: 1px dashed #ccc;
    position: relative;
    top: -1px;
}
.rooms-list__info {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
}
@media (min-width: 1200px) {
    .rooms-list__info {
        flex-wrap: nowrap;
    }
}
.rooms-list__info-item:not(:first-of-type) {
    padding-left: 1.3rem;
}
.rooms_equipment {
    padding-left: 0!important;
}
@media (min-width: 420px) {
    .rooms_equipment {
        padding-left: 1.3rem!important;
    }
}
@media (min-width: 768px) {
    .rooms_equipment {
        padding-left: 0!important;
    }
}
@media (min-width: 992px) {
    .rooms_equipment {
        padding-left: 1.3rem!important;
    }
}
.rooms-list__info-item {
    flex-grow: 1;
    padding-bottom: 1.825rem;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .rooms-list__info-item {
        padding-bottom: 2.225rem;
    }
}
.rooms-list__info-icon {
    font-size: 1.125rem;
    margin-right: .325rem;
}
.rooms-list__content {
    padding: 1.825rem 0 0;
}
@media (min-width: 768px) {
    .rooms-list__content {
        font-size: 1.125rem;
    }
}
.room-facilities__list {
    list-style: none;
    padding: 0;
    margin-top: 2rem;
}
.room-facilities__title {
    font-size: 1.085rem;
    font-weight: 500;
    padding-bottom: 1.225rem;
    margin: 0;
    color: #666;
    text-transform: uppercase;
}
.room-facilities__sub-list {
    margin-bottom: 1.625rem;
}
.bottom-line-block {
    position: relative;
    padding-bottom: 1.825rem;
    overflow: hidden;
}
.bottom-line-block::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(135deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 0%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
}
.restaurants-list {
    list-style: none;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
.restaurants-list__item {
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 0 1 auto;
    width: 100%;
    flex-basis: 100%;
    flex-wrap: wrap;
    flex-shrink: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    .restaurants-list__item {
        flex-wrap: nowrap;
    }
}
.restaurants-list__item:last-of-type {
    margin-bottom: 0;
}
.restaurants-list__item:nth-child(even) .restaurants-list__image-item-wrapper {
    order: -1;
}
@media (max-width: 768px) {
    .restaurants-list__item .restaurants-list__image-item-wrapper {
        order: -1;
        height: 300px;
    }
}
.restaurants-list_item-title {
    font-size: 1.825rem;
    color: #333;
    line-height: 1.525;
}
.restaurants_get_price, .restaurants_get_price:hover {
    font-size: .845rem;
    padding: 11px 20px;
}
.restaurants-list__image-item-wrapper {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .restaurants-list__image-item-wrapper {
        width: 60%;
        flex-basis: 60%;
    }
}
.restaurants-list__image-item-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: .25s;
    opacity: 0;
    background: url(../img/icons/icons__common--white-open-modal.svg), rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px, cover;
}
.restaurants-list__image-item-wrapper::after {
    content: ' ';
    width: 0;
    height: 0;
    padding-top: 70%;
    display: block!important;
}
.restaurants-list__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.restaurants-list__content-item-wrapper {
    padding: 2rem 2rem 1rem;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 768px) {
    .restaurants-list__content-item-wrapper {
        padding: 4rem;
    }
}
.restaurants-list__equipment {
    padding-top: 1rem;
    font-size: 1rem;
    display: flex;
}
.restaurants-list__equipment-icon {
    margin-right: 1rem;
    font-size: 1.225rem;
    top: 2px;
    position: relative;
}
.restaurants-list__equipment-link {
    color: #666;
    border-bottom: 1px dashed #ccc;
    position: relative;
    top: -1px;
}

.restaurants-list__content {
    font-size: 1.125rem;
    padding: 1rem 0 0;
}

.restaurants-list__image-gallery-link {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 2.425rem;
    font-size: 1.425rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, .35);
    color: #fff!important;
}


.restaurants-list__info {
    position: relative;
    padding: 1.325rem 0 1.325rem 1.425rem;
    border-left: 2px solid #e9e9e9;
    margin: 1.625rem 0;
    color: #7e7e7e;
    list-style: none;
}
.restaurants-list__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.restaurants-list__info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.restaurants-list__info-item:not(:first-of-type) {
    padding-top: .825rem;
}
.restaurants-list__info-icon {
    width: 1.625rem;
    margin-right: .925rem;
    opacity: .75;
}

.header-post-period {
    font-size: 1.185rem;
    margin: 0 1.225rem;
    text-shadow: 0 0 10px #000;
}
.header-post-period__icon {
    position: relative;
    top: 1px;
    margin-right: .425rem;
}
.events-list {
    list-style: none;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
@media (min-width: 768px) {
    .events-list {
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .events-list {
        justify-content: center;
    }
}
.events-list__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    margin-bottom: 2rem;
    background: #fff;
}
@media (min-width: 500px) {
    .events-list__item {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) {
    .events-list__item {
        width: 48%;
        flex-basis: 48%;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .events-list__item {
        width: 50%;
        flex-basis: 50%;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .events-list__item {
        flex-wrap: nowrap;
    }
}
@media (max-width: 1199px) {
    .events-list__image-item-wrapper {
        order: -1;
    }
}
@media (min-width: 1200px) {
    .events-list__item:nth-last-child(1):nth-child(odd) .events-list__image-item-wrapper {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .events-list__item:nth-child(4n+3) .events-list__image-item-wrapper, .events-list__item:nth-child(4n+4) .events-list__image-item-wrapper, .events-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .conferences-list__image-item-wrapper, .events-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .events-list__image-item-wrapper {
        order: -1;
    }
}
.events-list__image-item-wrapper {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    position: relative;
}
@media (min-width: 500px) {
    .events-list__image-item-wrapper {
        width: 50%;
        flex-basis: 50%;
    }
}
@media (min-width: 768px) {
    .events-list__image-item-wrapper {
        width: 100%;
        flex-basis: auto;
    }
}
@media (min-width: 992px) {
    .events-list__image-item-wrapper {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .events-list__image-item-wrapper {
        flex-basis: 50%;
        width: 50%;
        background-color: #f7f7f7;
    }
}
.events-list__image-item-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: .25s;
    opacity: 0;
    background: url(../img/icons/icons__common--white-open-modal.svg), rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px, cover;
}
@media (min-width: 1200px) {
    .events-list__image-item-wrapper::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        border-width: 14px 0 14px 15px;
        left: -1rem;
        transition: .25s;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
    }
}
.events-list__item:hover .events-list__image-item-wrapper::after {
    left: 0;
    opacity: 1;
}
.events-list__item:nth-child(4n+3):not(:nth-last-child(1)) .events-list__image-item-wrapper::after, .events-list__item:nth-child(4n+4) .events-list__image-item-wrapper::after, .events-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .events-list__image-item-wrapper::after {
    left: auto;
    right: -1rem;
    border-color: transparent #fff transparent transparent;
    border-width: 14px 15px 14px 0;
}
.events-list__item:nth-child(4n+3):not(:nth-last-child(1)):hover .events-list__image-item-wrapper::after, .events-list__item:nth-child(4n+4):hover .events-list__image-item-wrapper::after, .events-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd):hover .events-list__image-item-wrapper::after {
    right: 0;
}
.events-list__item:hover .events-list__image-item-wrapper::before {
    opacity: 1;
}
.events-list__image-item {
    width: 100%;
}
.events-list__content-item {
    align-self: flex-start;
    width: 100%;
}
@media (min-width: 500px) {
    .events-list__content-item {
        align-self: center;
    }
}
@media (min-width: 768px) {
    .events-list__content-item {
        align-self: flex-start;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .events-list__content-item {
        align-self: center;
    }
}
.events-list__content-item-wrapper {
    position: relative;
    padding: 2rem 2rem 6rem;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.events-list__period {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size: 1.085rem;
}
@media (min-width: 500px) {
    .events-list__period {
        font-size: .9rem;
    }
}
@media (min-width: 620px) {
    .events-list__period {
        font-size: 1.085rem;
    }
}
.events-list__period-icon {
    margin-right: .525rem;
}
.events-list_item-title {
    font-size: 1.125rem;
    line-height: 1.425;
    padding-bottom: 1.225rem;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .events-list_item-title {
        /*font-weight: 500;*/
        font-size: 1.185rem;
    }
}
@media (min-width: 550px) {
    .events-list_item-title {
        font-size: 1.225rem;
    }
}
@media (min-width: 768px) {
    .events-list_item-title {
        font-size: 1.185rem;
    }
}
@media (min-width: 992px) {
    .events-list_item-title {
        font-size: 1.185rem;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) and (min-width: 992px) {
    .events-list_item-title {
        /*font-weight: 500;*/
        font-size: 1.285rem;
    }
}
.events-list__more {
    font-size: .925rem;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    align-self: flex-start;
    padding-top: .625rem;
    border-bottom: 1px dashed #ccc;
    z-index: 1;
    cursor: pointer;
    position: relative;
}
.events-list__more:hover {
    color: #222;
    border-bottom: 1px dashed #666;
}
.article {
    margin: auto;
    max-width: 900px;
    box-shadow: 0 50px 20px rgba(0, 0, 0, 0.08);
}
.conferences-advantages-wrapper {
    background: #555;
    position: relative;
}
.conferences-advantages-bg {
        background: linear-gradient(35deg, rgb(46, 132, 90), rgb(105, 184, 140));
}
@media (max-width: 1199px) {
    .bg-img.conferences-advantages-bg {
        background-position: center!important;
    }
}
.conference-gallery-link {
    position: absolute;
    color: #fff;
    font-size: 1.225rem;
}
.services-tabs {
    margin: -1.625rem -30px 3rem;
    justify-content: center;
    text-align: center;
    display: flex;
    list-style: none;
}
.services-tabs::before {
    display: none;
}
@media (min-width: 768px) {
    .services-tabs {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5rem;
    }
}
.services-tabs>* {
    margin: 10px 0;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .services-tabs>* {
        margin: 0;
    }
    .services-tabs>*:not(:first-child) {
        padding-left: 20px;
    }
}
.services-tabs>*>a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .85rem;
    font-weight: 500;
    text-transform: none;
    transition: color .1s ease-in-out;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 1.125rem;
}
@media (min-width: 360px) {
    .services-tabs>*>a {
        font-size: .975rem;
    }
}
@media (min-width: 768px) {
    .services-tabs>*>a {
        border: 1px solid #fff;
        padding: 8px 20px;
        border-radius: 2px;
        font-weight: 400;
        font-size: 1.125rem;
    }
}
.services-tabs>.uk-active>a {
    border: 1px solid #666666;
}
.services-list {
    list-style: none;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
.services-list__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    margin-bottom: 2rem!important;
    background: #fff;
}
@media (min-width: 500px) {
    .services-list__item {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) {
    .services-list__item {
        width: 48%;
        flex-basis: 48%;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .services-list__item {
        width: 50%;
        flex-basis: 50%;
        flex-wrap: nowrap!important;
        flex-direction: row;
        margin-bottom: 0!important;
    }
}
@media (max-width: 1199px) {
    .services-list__image-item-wrapper {
        order: -1;
    }
}
@media (min-width: 1200px) {
    .services-list__item:nth-last-child(1):nth-child(odd) .services-list__image-item-wrapper {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .services-list__item:nth-child(4n+3) .services-list__image-item-wrapper, .services-list__item:nth-child(4n+4) .services-list__image-item-wrapper, .services-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .services-list__image-item-wrapper, .services-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .services-list__image-item-wrapper {
        order: -1;
    }
}
.services-list__image-item-wrapper {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    position: relative;
}
@media (min-width: 500px) {
    .services-list__image-item-wrapper {
        width: 50%;
        flex-basis: 50%;
    }
}
@media (min-width: 768px) {
    .services-list__image-item-wrapper {
        width: 100%;
        flex-basis: auto;
    }
}
@media (min-width: 992px) {
    .services-list__image-item-wrapper {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .services-list__image-item-wrapper {
        flex-basis: 50%;
        width: 50%;
        background-color: #f7f7f7;
    }
}
.services-list__content {
    padding: 1.125rem 0;
}
.services-list__content-item-wrapper {
    padding: 2.25rem;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.services-list_item-title {
    font-size: 1.525rem;
    color: #333;
    line-height: 1.45;
}
@media (min-width: 1200px) {
    .services-list_item-title {
        font-size: 1.285rem;
    }
}
.services-list__more {
    font-size: .925rem;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    align-self: flex-start;
    padding-top: .925rem;
    border-bottom: 1px dashed #ccc;
    z-index: 2;
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.services-list__more:hover {
    color: #333;
}
.services-list__image-item-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: .25s;
    opacity: 0;
    background: url(../img/icons/icons__common--white-open-modal.svg), rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px, cover;
}
.services-list__item:hover .services-list__image-item-wrapper::before {
    opacity: 1;
}
.services-list__image-item-wrapper::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    border-width: 14px 0 14px 15px;
    left: -1rem;
    transition: .25s;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.services-list__item:hover .services-list__image-item-wrapper::after {
    left: 0;
    opacity: 1;
}
.services-list__item:nth-child(4n+3) .services-list__image-item-wrapper::after, .services-list__item:nth-child(4n+4) .services-list__image-item-wrapper::after {
    left: auto;
    right: -1rem;
    border-color: transparent #fff transparent transparent;
    border-width: 14px 15px 14px 0;
}
.services-list__item:nth-child(4n+3):hover .services-list__image-item-wrapper::after, .services-list__item:nth-child(4n+4):hover .services-list__image-item-wrapper::after {
    right: 0;
}
.service-item__photo-link {
    position: relative;
}
.service-item__photo {
    /*height: 100%;*/
}
.service-item__photo-wrapper {
    /*background: linear-gradient(to left, rgb(105, 184, 140), rgb(37, 106, 72), rgb(105, 184, 140));*/
    background: #fff;
    text-align: center;
}
.conference_title {
    text-align: center;
    text-align: center;
    margin-top: 0rem;
    font-size: 3rem;
}
@media (min-width: 768px) {
    .conference_title {
        font-size: 3.425rem;
        letter-spacing: 1px;
    }
}

.conference_subtitle {
      margin-top: 0;
    font-size: 1.325rem;
}
.conference_sub_nav {
    margin-top: 1.625rem;
    text-align: center;
}
.conference-header-image {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.conference-sub-nav {
    display: inline-block;
    margin: 2rem 1.625rem;
}
@media (max-width: 1199px) {
    .conference-header-image {
        background-position: center!important;
    }
}
.conferences_header_content {
    top: 38%;
}
.conference-content-section {
    position: relative;
}
.conferences-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.conferences-features__item {
    flex-basis: 100%;
    padding: 2rem;
    display: flex;
    border-bottom: 1px solid #f1f1f1;
}


.conferences-features__item:last-of-type {
    border-bottom: none;
    }

@media (min-width: 768px) {

    .conferences-features__item {
        flex-basis: 50%;

         padding: 3rem;
    }
    .conferences-features__item:nth-child(odd) {
        text-align: right;
        justify-content: flex-end;
        border-right: 1px solid #f1f1f1;
        padding-left: 0;
    }
    .conferences-features__item:nth-child(even) {
        padding-right: 0;
      }
    .conferences-features__item:nth-last-of-type(2) {
        border-bottom: 0;
    }

}



.conferences-features__icon-wrapper {
  flex-basis: 5rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
.conferences-features__item:nth-child(odd) .conferences-features__icon-wrapper {
    order: 1;
    margin-left: 3rem;
    margin-right: 0;
}

.conferences-features__icon {
  width: 10rem;
  transition: .15s;
}

.conferences-features__icon.chef {
      width: 4.25rem;
}
.conferences-features__item:hover .conferences-features__icon {
  transform: scale(1.2);
}

.conferences-features__title {
  margin: 0;
}
.conferences-features__text {
  margin-top: .425rem;
}



@media (max-width: 580px) {

    .conferences-features__item {
         flex-wrap: wrap;
        text-align: center;
        justify-content: center;

    }

   .conferences-features__icon-wrapper {
            flex-basis: 4.425rem;
            flex-shrink: 0;
            margin-left: 0!important;
            margin-right: 0!important;
            margin-bottom: 2rem;

    }

    .conferences-features__icon-wrapper {
        order: -1!important;
    }
}

.conference-content-section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    opacity: .2;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/bg_gray.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


.conferences-hall-types {}
@media (min-width: 768px) {
    .conferences-hall-types {
        padding: 2rem 5rem 0;
        margin: 0;
    }
}
.conferences-advantages-title {
    text-align: center;
    padding-top: 6rem;
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
}
.conferences-advantages-title {

    padding-top: 3rem;
}
.conferences-advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 1rem 0 5rem;
}

.conferences-advantages {
    padding: 1rem 0 3rem;
}
@media (min-width: 1200px) {
    .conferences-advantages {
        flex-wrap: nowrap;
    }
}
.conferences-advantages__item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1.225rem;
    flex-basis: 100%;
    opacity: 0;
}
@media (min-width: 768px) {
    .conferences-advantages__item {
        flex-basis: 50%;
    }
}
@media (min-width: 1200px) {
    .conferences-advantages__item {
        flex-basis: 25%;
    }
}
.conferences-advantages__title {
    color: #fff;
    padding-top: 2.225rem;
    font-size: 1.225rem;
    font-weight: 500;
    text-transform: uppercase;
}
.number .conferences-advantages__icon {
    display: none;
}
.number .conferences-advantages__title {
    font-size: 3.825rem;
    padding-top: 0;
}
.number .conferences-advantages__text {
    font-size: 1.225rem;
    line-height: 1.425;
}
.conferences-advantages__text {
    color: #fff;
    padding-top: .425rem;
    font-size: 1.085rem;
}
.conferences-advantages__icon {
    height: 4.625rem;
    align-self: center;
}
.conferences__tabs {
    margin: -1.625rem -30px 3rem;
    justify-content: center;
    text-align: center;
    display: flex;
    list-style: none;
}
.conferences__tabs::before {
    display: none;
}
@media (min-width: 768px) {
    .conferences__tabs {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5rem;
    }
}
.conferences__tabs>* {
    margin: 10px 0;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .conferences__tabs>* {
        margin: 0;
    }
    .conferences__tabs>*:not(:first-child) {
        padding-left: 20px;
    }
}
.conferences__tabs>*>a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .85rem;
    font-weight: 500;
    text-transform: none;
    transition: color .1s ease-in-out;
    border: 1px solid #fff;
    padding: 8px 20px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 1.125rem;
}
@media (min-width: 360px) {
    .conferences__tabs>*>a {
        font-size: .975rem;
    }
}
@media (min-width: 768px) {
    .conferences__tabs>*>a {
        border: 1px solid #fff;
        padding: 8px 20px;
        border-radius: 2px;
        font-weight: 400;
        font-size: 1.125rem;
    }
}
.conferences__tabs>.uk-active>a {
    border: 1px solid #666666;
}
.conferences-list {
    list-style: none;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center;
}
@media (min-width: 768px) {
    .conferences-list {
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .conferences-list {
        justify-content: center;
    }
}
.conferences-list__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 2rem!important;
    background: #fff;
}
@media (min-width: 500px) {
    .conferences-list__item {
        flex-wrap: nowrap;
    }
}
@media (min-width: 768px) {
    .conferences-list__item {
        width: 48%;
        flex-basis: 48%;
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .conferences-list__item {
        width: 50%;
        flex-basis: 50%;
        flex-wrap: nowrap!important;
        flex-direction: row;
        margin-bottom: 0!important;
    }
}
@media (max-width: 1199px) {
    .conferences-list__image-item-wrapper {
        order: -1;
    }
}
@media (min-width: 1200px) {
    .conferences-list__item:nth-last-child(1):nth-child(odd) .conferences-list__image-item-wrapper {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .conferences-list__item:nth-child(4n+3) .conferences-list__image-item-wrapper, .conferences-list__item:nth-child(4n+4) .conferences-list__image-item-wrapper, .conferences-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .conferences-list__image-item-wrapper, .conferences-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .conferences-list__image-item-wrapper {
        order: -1;
    }
}
.conferences-list__image-item-wrapper {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
    position: relative;
}
@media (min-width: 500px) {
    .conferences-list__image-item-wrapper {
        width: 50%;
        flex-basis: 50%;
    }
}
@media (min-width: 768px) {
    .conferences-list__image-item-wrapper {
        width: 100%;
        flex-basis: auto;
    }
}
@media (min-width: 992px) {
    .conferences-list__image-item-wrapper {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .conferences-list__image-item-wrapper {
        flex-basis: 50%;
        width: 50%;
        background-color: #f7f7f7;
    }
}
.conferences-list__image-item-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: .25s;
    opacity: 0;
    background: url(../img/icons/icons__common--white-open-modal.svg), rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 18px, cover;
}
@media (min-width: 1200px) {
    .conferences-list__image-item-wrapper::after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        border-width: 14px 0 14px 15px;
        left: -1rem;
        transition: .25s;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0;
    }
}
.conferences-list__item:hover .conferences-list__image-item-wrapper::after {
    left: 0;
    opacity: 1;
}
.conferences-list__item:nth-child(4n+3):not(:nth-last-child(1)) .conferences-list__image-item-wrapper::after, .conferences-list__item:nth-child(4n+4) .conferences-list__image-item-wrapper::after, .conferences-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd) .conferences-list__image-item-wrapper::after {
    left: auto;
    right: -1rem;
    border-color: transparent #fff transparent transparent;
    border-width: 14px 15px 14px 0;
}
.conferences-list__item:nth-child(4n+3):not(:nth-last-child(1)):hover .conferences-list__image-item-wrapper::after, .conferences-list__item:nth-child(4n+4):hover .conferences-list__image-item-wrapper::after, .conferences-list__item:nth-child(4n+5):nth-last-child(1):nth-child(odd):hover .conferences-list__image-item-wrapper::after {
    right: 0;
}
.conferences-list__item:hover .conferences-list__image-item-wrapper::before {
    opacity: 1;
}
.conferences-list__image-item {
    width: 100%;
}
.conferences-list__content-item {
    align-self: flex-start;
    width: 100%;
}
@media (min-width: 500px) {
    .conferences-list__content-item {
        align-self: center;
    }
}
@media (min-width: 768px) {
    .conferences-list__content-item {
        align-self: flex-start;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .conferences-list__content-item {
        align-self: center;
    }
}
.conferences-list__content-item-wrapper {
    position: relative;
    padding: 2rem;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.conferences-list__period {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size: 1.085rem;
}
@media (min-width: 500px) {
    .conferences-list__period {
        font-size: .9rem;
    }
}
@media (min-width: 620px) {
    .conferences-list__period {
        font-size: 1.085rem;
    }
}
.conferences-list__period-icon {
    margin-right: .525rem;
}
.conferences-list_item-title {
    font-size: 1.085rem;
    line-height: 1.425;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) {
    .conferences-list_item-title {
        font-weight: 500;
        font-size: 1.185rem;
    }
}
@media (min-width: 550px) {
    .conferences-list_item-title {
        font-size: 1.225rem;
    }
}
@media (min-width: 768px) {
    .conferences-list_item-title {
        font-size: 1.185rem;
    }
}
@media (min-width: 992px) {
    .conferences-list_item-title {
        font-size: 1.185rem;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi) and (min-width: 992px) {
    .conferences-list_item-title {
        font-weight: 500;
        font-size: 1.285rem;
    }
}
.conferences-list__info {
    position: relative;
    padding: 1.325rem 0 1.325rem 1.425rem;
    border-left: 2px solid #e9e9e9;
    margin: 1.625rem 0;
    color: #7e7e7e;
}
.conferences-list__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.conferences-list__info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.conferences-list__info-item:not(:first-of-type) {
    padding-top: .825rem;
}
.conferences-list__info-icon {
    width: 1.625rem;
    margin-right: .925rem;
    opacity: .75;
}
.conferences-list__more {
    font-size: .925rem;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    align-self: flex-start;
    padding-top: .625rem;
    border-bottom: 1px dashed #ccc;
    z-index: 1;
    cursor: pointer;
    position: relative;
}
.conferences-list__more:hover {
    color: #222;
    border-bottom: 1px dashed #666;
}
.conference-header {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
}
.conference-header::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    left: 0rem;
    bottom: 0;
    height: 1px;
    background: linear-gradient(135deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
}
.conference-content__types--col-title {
    font-size: 1rem!important;
}
.conference-content__types--row {
    border-top: 1px solid #f3f3f3!important;
}
.conference-content {
    display: flex;
    flex-wrap: nowrap;
}
.conference-content__types {
    flex-basis: 50%;
    flex-shrink: 0;
}
.conference-content__info-wrapper, .conference-content__types {
    flex-grow: 1;
}
.conference-content__info-wrapper {
    padding: .925rem 0 2rem 4rem;
}
.conference-content__info-title {
    font-size: 1.225rem;
}
.conference-content__info {
    position: relative;
    padding: 1.325rem 0 1.325rem 1.425rem;
    border-left: 2px solid #e9e9e9;
    margin: 1.625rem 0;
    color: #7e7e7e;
}
.conference-content__info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.conference-content__info::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgba(233, 233, 233, 1) 0%, rgba(233, 233, 233, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
.conference-content__info:not(:first-of-type) {
    padding-top: .825rem;
}
.conference-content__info-icon {
    width: 1.625rem;
    margin-right: .925rem;
    opacity: .75;
}
.conference-content__info-item:not(:first-of-type) {
    padding-top: .825rem;
}
.conferences-menu-links {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    flex-basis: 100%;
    justify-content: center;
}
.conferences-menu-link-wrapper {
    flex-basis: 50%;
    font-size: 1.225rem;
    padding: 2rem;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.conferences-menu-link-wrapper:nth-child(odd) {
    border-right: 1px solid #f1f1f1;
}



.conferences-menu-link-wrapper:nth-last-of-type(1), .conferences-menu-link-wrapper:nth-last-of-type(2) {
    border-bottom: 0;
}

.conferences-menu-link {

    border-bottom: 1px dashed #ccc;
    color: #888;
}

.conferences-logos {
    display: flex;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}


.conferences-logos__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-basis: 50%;
    margin-bottom: 2rem;
    flex-shrink: 0;
}


@media (min-width: 768px) {

    .conferences-logos__item {
        flex-basis: 33.333%;
    }
}

@media (min-width: 992px) {

.conferences-logos__item {
    flex-basis: 16.6666666%;
}
}

.conferences-logos__image {
    max-width: 100%;
    padding: 0 1.225rem;
}

.wedding-header-image {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.wedding_title {
    text-align: center;
    text-align: center;
    margin-top: 3rem;
    font-size: 3rem;
}
@media (min-width: 768px) {
    .wedding_title {
        font-size: 3.425rem;
        margin-top: 0;
        letter-spacing: 1px;
    }
}

.wedding_subtitle {
    color: #fff;
    margin: 0;
    font-size: 1.285rem;
}
.wedding_sub_nav {
    margin-top: 1.625rem;
    text-align: center;
}
@media (max-width: 992px) {
    .wedding-header-image {
        background-position: center!important;
    }
}
.wedding-section {
    background-color: #fff9f5;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .wedding-section {
        flex-wrap: nowrap;
    }
}
.wedding_section_item {
    width: 100%;
    flex-basis: 100%;
    flex-shrink: 0;
}
@media (min-width: 992px) {
    .wedding_section_item {
        width: calc(50% - 1rem);
        flex-basis: calc(50% - 1rem);
    }
}
.wedding-image {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}
@media (max-width: 991px) {
    .wedding-image {
        order: -1;
    }
}
.wedding-content {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 4rem 2.5rem;
    background: #fff;
    line-height: 1.8;
    font-size: 1.085rem;
    color: #666;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
@media (min-width: 992px) {
    .wedding-content {
        padding: 5rem;
    }
}
.wedding-content::after {
    content: ' ';
    width: 0;
    height: 0;
    padding-top: 85%;
    display: inline-block;
}
.wedding-image, .wedding-content {
    margin-bottom: 2rem;
}
.wedding-content__title {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.525;
    color: #333;
}
.wedding-parallax-section {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
}
@media (max-width: 992px) {
    .wedding-parallax-section {
        background-position: center!important;
    }
}
.wedding-parallax-section__title {
    color: #ffffff;
    font-size: 2.425rem;
    font-weight: 500;
    padding: 0 4rem;
}
@media (min-width: 992px) {
    .wedding-parallax-section__title {
        font-size: 3.225rem;
    }
}
.wedding-features {
    justify-content: center;
    text-align: center;
    width: 100%;
}
.wedding-feature {
    padding: 3rem 2rem 0;
}
.wedding-feature__icon {
    height: 2.625rem;
    margin: 0 1.225rem;
}
.wedding_features_services_icon {
    height: 2.825rem;
    position: relative;
    top: -3px;
}
.wedding-feature__link {
    border-bottom: 1px dashed #ccc;
    color: #777;
    font-size: 1.225rem;
    padding-bottom: 2px;
    margin: 1.225rem 0;
    display: inline-block;
}
.wedding-bg-main-top {
    background: url(/hce-app-static/img/wedding/main-bg.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    flex-wrap: wrap;
}
.wedding-bg-main {
    background: url(/hce-app-static/img/wedding/main-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-wrap: wrap;
}
.wedding .footer-content-section {
    background: url(/hce-app-static/img/wedding/main-bg.jpg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    flex-wrap: wrap;
}
.contact-form {
    flex-grow: 1;
    padding-top: 3rem;
}
@media (min-width: 992px) {
    .contact-form {
        padding-top: 0;
        padding-left: 4rem;
    }
}
.contacts {
    display: flex;
    position: relative;
    padding-bottom: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .contacts {
        padding-bottom: 5rem;
    }
    .contact-form {
        flex-wrap: nowrap;
    }
}
.contacts::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    left: 5rem;
    bottom: 0;
    height: 1px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJlYiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(242, 242, 235, 0)), color-stop(25%, rgba(242, 242, 235, 1)), color-stop(75%, rgba(242, 242, 235, 1)), color-stop(99%, rgba(242, 242, 235, .05)), color-stop(100%, rgba(242, 242, 235, .01)));
    background: -webkit-linear-gradient(-45deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: -o-linear-gradient(-45deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: -webkit-linear-gradient(315deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: -o-linear-gradient(315deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: linear-gradient(135deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
}
.contacts__item {
    flex-basis: 100%;
    padding: 0 2rem;
    flex-grow: 1;
    display: flex;
    text-align: center;
    flex-direction: column;
    opacity: 0;
    margin-bottom: 3rem;
}
@media (min-width: 500px) {
    .contacts__item {
        text-align: left;
        flex-direction: row;
    }
}
@media (min-width: 992px) {
    .contacts__item {
        flex-basis: 33.33333%;
        text-align: center;
        flex-direction: column;
        margin-bottom: 0;
    }
}
.contacts__title {
    padding-top: 1.425rem;
    padding-bottom: .825rem;
    font-weight: 500;
    font-size: 1.085rem;
}
@media (min-width: 500px) {
    .contacts__title {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .contacts__title {
        padding-top: 1.425rem;
    }
}
.contacts__icon-wrapper {
    display: flex;
    border: 1px dashed #e3d5ce;
    width: 5rem;
    height: 5rem;
    box-sizing: content-box;
    position: relative;
    padding: 2em;
    border-radius: 50%;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
@media (min-width: 500px) {
    .contacts__icon-wrapper {
        margin: 0 3rem 0 0;
        flex-shrink: 0;
        width: 3rem;
        height: 3rem;
    }
}
.contacts__info-content {
    margin: auto;
}
.contacts__info-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
}
@media (min-width: 768px) {
    .contacts__icon-wrapper {
        width: 5rem;
        height: 5rem;
    }
}
@media (min-width: 992px) {
    .contacts__icon-wrapper {
        margin: 0 auto;
    }
}
.contacts__icon {
    max-height: 3.925rem;
}
.contacts_mail_icon {
    max-height: 2.425rem;
}
.contacts__content {
    font-size: 1.125rem;
    padding-bottom: .425rem;
}
.contacts_phone_number {
    font-size: 1.425rem;
}
@media (min-width: 500px) {
    .contacts_phone_number {
        font-size: 1.225rem;
    }
}
.contacts__content-title {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    color: #666;
}
.contacts__content-title:not(:first-of-type) {
    padding-top: .825rem;
}
.contacts__content-link {
    font-size: .9rem;
    border-bottom: 1px dashed #999;
}
.contacts-transport-ways {
    padding-top: 2rem;
    justify-content: center;
    text-align: center;
}
.contact-way {
    padding: 3rem 2rem 0;
}
@media (min-width: 992px) {
    .contact-way {
        padding: 3rem 2rem 0;
    }
}
.contact-way__icon {
    height: 2.025rem;
    margin: 0 1.225rem;
}
.contact-way__link {
    border-bottom: 1px dashed #ccc;
    color: #888;
    display: inline-block;
    margin: 1.225rem 0;
    font-size: 1.225rem;
    padding-bottom: 2px;
}
.contact-form-wrapper {
    padding-top: 5rem;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .contact-form-wrapper {
        flex-wrap: nowrap;
    }
}
.contacts-map-wrapper {
    flex-basis: 100%;
    flex-shrink: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    min-height: 14rem;
    position: relative;
}
@media (min-width: 992px) {
    .contacts-map-wrapper {
        flex-basis: 35%;
    }
}
.contacts-map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.contact-form {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
}
.contact-form__item {
    padding-bottom: 1.425rem;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
}
@media (min-width: 480px) {
    .contact-form__item {
        flex-basis: 50%;
    }
}
@media (min-width: 480px) {
    .contact_phone_item {
        padding-left: 1.425rem;
    }
}
.contact_comment_item, .contact_name_item {
    flex-basis: 100%;
}



.block-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-links__item {

}

.form-info {
  display: flex;
  align-items: flex-start;
}
.form-info, .form-info-link {
  font-size: .95rem;
  color: #666;
}

.form-info-link {
  text-decoration: underline;
}

.form-info-icon {
  border: 1px solid; margin-right: 1rem; top: .225rem; position: relative;
}

.about-gallery__overlay {
  padding: 1.622rem;
  color: #fff;
  font-size: 1.225rem;
  background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.00001)),color-stop(25%, rgba(0,0,0,.15)),color-stop(60%, rgba(0,0,0,.25)),to(rgba(0,0,0,.6)));
  background-image: linear-gradient(180deg,rgba(0,0,0,.00001),rgba(0,0,0,.15) 25%,rgba(0,0,0,.25) 60%,rgba(0,0,0,.6));
}

.footer-map {
  position: relative;
  height: 100%;
}

.footer-map__button {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.footer-conversion-section {
    position: relative;
    display: flex;
    min-height: 10rem;
    padding: 5rem 3rem;
    text-align: center;
    background: url("../img/bg_forest.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (min-width: 768px) {
    .footer-conversion-section {
        padding: 3rem 6rem;
    }
}
.footer-conversion-section::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: block;
    content: '';
    opacity: .9;
    background: #19764b;
}
.footer-conversion-section__container {
    display: flex;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (min-width: 992px) {
    .footer-conversion-section__container {
        flex-direction: row;
    }
}
.footer-booking-title {
    font-size: 1.425rem;
    position: relative;
    z-index: 1;
    padding: 0 0 2.625rem;
    color: #fff;
}
@media (min-width: 992px) {
    .footer-booking-title {
        font-size: 1.625rem;
        padding: 0 3rem 0 0;
        text-align: left;
    }
}
.footer-booking-button {
    line-height: 1.5;
    z-index: 1;
    font-size: .925rem;
    white-space: nowrap;
}
.footer-content-section {
    padding: 4rem 2rem 0;
    position: relative;
}
@media (min-width: 768px) {
    .footer-content-section {
        padding: 6rem 6rem 0;
    }
}
body:not(.wedding) .footer-content-section::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    opacity: .2;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/bg_gray.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-sub-links {
    padding: 3rem 0;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
}
.footer-sub-links__wrapper {
    flex-grow: 1;
    flex-wrap: wrap;
    display: flex;
}
@media (min-width: 992px) {
    .footer-sub-links {
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .footer-sub-links {
        justify-content: space-between;
    }
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
}
.footer-link {
    margin-right: 1rem;
    border-bottom: 1px dashed;
    margin-bottom: 1rem;
}
.footer-copyright {
    order: 1;
    margin-right: 1rem;
}
.footer-developer {
    order: 2;
}
.footer-copyright, .footer-developer {
    margin-bottom: 1rem;
}
.footer-logo {
    opacity: 1;
    background: #f8f8f8;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}
.footer-logo:hover {
    background: #f3f3f3;
}
.footer-logo__image {
    width: 65%;
}
.footer-developer-link {
    color: #bbbbbb;
}
.footer-developer-link:hover {
    color: #777;
}
.footer-gallery {
    margin: 0;
    padding: 0;
    display: flex;
    flex-grow: 1;
    list-style: none;
}
.footer-gallery__item {
    position: relative;
    opacity: .25;
    transition: .25s ease;
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    /*filter: grayscale(1);*/
    flex-basis: 100%;
}
.footer-gallery__item:nth-child(n+5) {
    display: none;
}
@media (min-width: 480px) {
    .footer-gallery__item:nth-child(n+6) {
        display: none;
    }
}
@media (min-width: 768px) {
    .footer-gallery__item:nth-child(n+5), .footer-gallery__item:nth-child(n+6) {
        display: block;
    }
}
.footer-gallery__link {
    display: block;
    height: 100%;
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}
.footer-logo {
    flex-basis: 20%;
    flex-shrink: 0;
    height: 6rem;
}
@media (min-width: 768px) {
    .footer-logo {
        flex-basis: 7%;
    }
}
.footer-gallery__item:hover {
    opacity: .85;
}
.footer-contacts {
    flex-direction: column;
    display: flex;
    border: 1rem solid #f8f8f8;
    z-index: 1;
    position: relative;
    background: #fff;
    margin: 0 -1rem;
    width: calc(100% + 2rem);
}
@media (min-width: 992px) {
    .footer-contacts {
        width: 43%;
        margin: 0;
    }
}
@media (min-width:1200px) {
    .footer-contacts {
        width: 35%;
    }
}
.footer-contacts__content {
    padding: 2.225rem;
}
@media (min-width: 768px) {
    .footer-contacts__content {
        padding: 3.225rem;
    }
}
.footer-contacts__item {
    display: flex;
}
.footer-contacts__title {
    font-weight: 500;
    color: #444;
    flex-basis: 100%;
    display: flex;
}
.footer_contacts_mail {
    padding-left: 2.4rem;
}
.footer-tags {
    text-align: center;
    padding: 0 2rem 2rem;
    word-spacing: 1rem;
}
.footer-contacts__icon {
    position: relative;
    top: 3px;
    width: 2.425rem;
    flex-shrink: 0;
    font-size: 1.225rem;
}
.footer_contacts_address {}
.footer-contacts__map-link {
    display: none;
    color: #999999;
    border-bottom: 1px dashed #ccc;
}
.footer_contacts_phone {
    font-size: 1.725rem;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media (min-width: 768px) {
    .footer_contacts_phone {
        font-size: 2.1rem;
    }
}
.footer_contacts_recall {
    padding-top: 1.225rem;
}
.footer-recall-link {
    font-size: .9rem;
    border-bottom: 1px dashed #999;
}
@media (min-width: 768px) {
    .footer-recall-link {
        font-size: 1rem;
    }
}
.footer-blog__title {
    margin: 0 0 2rem;
    font-size: 1.625rem;
    z-index: 1;
}
.footer-socials-w {
    width: 25%;
}
.footer-socials {
    display: flex;
    padding: 0 2.225rem 2.625rem 2.625rem;
}
.footer-socials__item {
    background: #f8f8f8;
    flex-grow: 1;
    flex-basis: 100%;
    padding: .625rem 0;
    text-align: center;
    color: #666;
    margin-left: .525rem;
    border-bottom: 1px solid;
    position: relative;
}
.footer-socials__item:first-child {
    margin: 0;
}
.footer_socials_facebook {
    border-color: #4266b2;
}
.footer_socials_vk {
    border-color: #5b88bd;
}
.footer_socials_odnoklassniki {
    border-color: #5b88bd;
}
.footer_socials_instagram {
    border-color: #db58b9;
    font-size: 1.134rem;
    padding: .5rem 0;
}
.footer_socials_youtube {
    border-color: #f8251c;
    font-size: 1.125rem;
    padding: .5rem 0;
}
.footer_socials_tripadvisor {
    border-color: #3c8764;
    font-size: 1.125rem;
    padding: .5rem 0;
}
.footer-contacts__item:not(:last-child) {
    padding-bottom: 1.425rem;
}
.footer-contacts__item.footer_contacts_recall {
    padding-top: .325rem;
    padding-bottom: 1.225rem;
}
@media (min-width: 768px) {
    .footer-contacts__item.footer_contacts_recall {
        padding-top: 1.225rem;
    }
}
.footer-contacts__conversion-link {
    display: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9rem;
    border-bottom: 1px dashed;
}
.footer-contacts__conversion-text {
    font-size: .9rem;
    color: #999999;
    border-bottom: 1px dashed;
    font-weight: 500;
    text-transform: uppercase;
}
.footer-blog__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-content {
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 -1rem 2rem;
}
@media (min-width: 992px) {
    .footer-content {
        width: 57%;
        margin: 0;
        padding-right: 1rem;
    }
}
@media (min-width: 1200px) {
    .footer-content {
        width: 65%;
        padding-right: 5rem;
    }
}
.footer-form {
    display: flex;
    align-items: center;
    flex-grow: 1;
    align-content: center;
    border: 1rem solid #f8f8f8;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    padding: .825rem;
    background: rgba(255, 255, 255, 0.65);
}
@media (min-width: 768px) {
    .footer-form {
        padding: 1.825rem;
    }
}
.footer-form__container {
    flex-grow: 1;
}
.footer-form__input-wrapper {
    display: flex;
    flex-grow: 1;
    width: 100%;
}
.footer-form__input {
    flex-grow: 1;
    border: 1px solid #f3f3f3;
    line-height: 1.8;
    padding: 1rem 1.425rem;
    width: 100%;
}
.footer-form__button {
    margin-left: auto;
}
.footer-blog__item {
    margin-bottom: 1.625rem;
    display: flex;
    position: relative;
    right: 0;
    transition: .25s;
    cursor: pointer;
}
.footer-blog__item::after {
    content: '';
    position: absolute;
    top: auto;
    right: 0;
    left: 5rem;
    bottom: 0;
    height: 1px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZjJmMmViIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJlYiIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(242, 242, 235, 0)), color-stop(25%, rgba(242, 242, 235, 1)), color-stop(75%, rgba(242, 242, 235, 1)), color-stop(99%, rgba(242, 242, 235, .05)), color-stop(100%, rgba(242, 242, 235, .01)));
    background: -webkit-linear-gradient(-45deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: -o-linear-gradient(-45deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: -webkit-linear-gradient(315deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: -o-linear-gradient(315deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
    background: linear-gradient(135deg, rgba(242, 242, 235, 0) 0, rgba(242, 242, 235, 1) 25%, rgba(242, 242, 235, 1) 75%, rgba(242, 242, 235, .05) 99%, rgba(242, 242, 235, .01) 100%);
}
.footer-blog__item:hover {
    transform: translateX(.325rem);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.footer-blog__item-content {
    padding: .725rem 0 1.225rem 1.625rem;
    display: flex;
    flex-grow: 1;
    min-width: 0;
    flex-direction: column;
}
@media (min-width: 768px) {
    .footer-blog__item-content {
        padding: 1.525rem 0 1.225rem 1.625rem;
    }
}
.footer-blog__item-link {
    font-size: .765rem;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
    align-self: flex-start;
    padding-top: .425rem;
}
.footer-blog__item-link:hover {
    color: #777777;
}
.footer-blog__item-link-icon {
    height: .85rem;
    margin-right: .525rem;
    position: relative;
    top: -.075rem;
}
.footer-blog__item-link-text {
    border-bottom: 1px dashed #ccc;
}
.footer-blog__item-title {
    font-size: 1.055rem;
}
@media (min-width: 768px) {
    .footer-blog__item-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.footer-blog__item-date-wrapper {
    display: none;
    flex-shrink: 0;
    padding: 1.525rem 1.625rem 0 2.225rem;
}
@media (min-width: 520px) {
    .footer-blog__item-date-wrapper {
        display: flex;
    }
}
.footer-blog__item-date {
    margin-left: auto;
    align-self: flex-start;
    font-size: .825rem;
}
.footer-blog__item-image-wrapper {
    position: relative;
    flex-shrink: 0;
    border: none!important;
    outline: none!important;
}
.footer-blog__item-image-wrapper::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: opacity .25s ease;
    opacity: 0;
    background: url(../img/icons/icons__common--wite-arrow-right.svg), rgba(0, 0, 0, .25);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 10px, cover;
}
.footer-blog__item:hover .footer-blog__item-image-wrapper::before {
    opacity: 1;
}
.footer-blog__item-image {
    width: 6.725rem;
    height: 6.725rem;
}
.footer-blog__item-date-icon {
    height: 1rem;
    margin-right: .525rem;
    position: relative;
    top: -1px;
}
.footer-blog__tabs {
    margin-bottom: 0;
    margin-right: -10px;
    margin-left: -30px;
    display: flex;
    list-style: none;
}
@media (min-width: 768px) {
    .footer-blog__tabs {
        margin-right: 0;
        margin-left: -20px;
    }
}
.footer-blog__tabs>*:not(:first-child) {
    padding-left: 20px;
}
@media (min-width: 768px) {
    .footer-blog__tabs>*:not(:first-child) {
        padding-left: 40px;
    }
}
.footer-blog__tabs>*>a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .85rem;
    font-weight: 500;
    text-transform: none;
    transition: color .1s ease-in-out;
}
@media (min-width: 360px) {
    .footer-blog__tabs>*>a {
        font-size: .975rem;
    }
}
@media (min-width: 768px) {
    .footer-blog__tabs>*>a {
        font-weight: 400;
        font-size: 1.275rem;
    }
}
.footer-blog__tabs>.uk-active>a {
    color: #333;
    border-color: #666666;
}
.uk-flex {
    display: flex!important;
}
[class^=swiper-button-] {
    display: none;
}
@media (min-width: 768px) {
    [class^=swiper-button-] {
        display: block;
    }
}
.uk-close {
    width: auto;
}
.uk-lightbox {
    background: rgba(0, 0, 0, 0.65);
}
.uk-notification-message {
    font-size: 1.085rem;
}
.has-error input, .has-error textarea {
    border-color: #f8adad;
}
.grecaptcha-badge {
    right: -9999px!important;
}
.uk-notification-message-success {
    color: #2a7f57;
}
@media (min-width: 992px) {
    .hc-dialog-medium {
        min-width: 700px;
    }
    .uk-lightbox-toolbar {
        background: none;
    }
}
.uk-lightbox-caption {
    background: rgba(0, 0, 0, .5);
    text-shadow: 0 0 10px #000;
    font-weight: 500;
    color: #ffffff;
}
.uk-modal-dialog {
    padding: 0;
}


@media (min-width: 768px) {
    .uk-modal-dialog.modal-specials {
        width: 650px;    
        height: 400px;
        max-height: 100%;
    }
}
@media (min-width: 992px) {
    .uk-modal-dialog.modal-specials {
        width: 700px;
        height: 500px;
    }
}
@media (min-width: 1200px) {
    .uk-modal-dialog.modal-specials {
        width: 800px;    
        height: 600px;

    }
}

.footer-gallery-section {
    width: 100%;
}
.uk-modal-close-default {
    width: auto;
}
.hc-modal-title {
    font-size: 1.5rem;
    margin-bottom: 1.925rem;
}
.hc-modal-close {
    top: 0;
    right: 0;
    padding: 14px;
    background: #fafafa;
}
.hc-modal-close-absolute {
    color: #fff!important;
    padding: 1rem;
}
.hc-modal-title-absolute {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.325rem;
    color: #fff;
    position: absolute;
    z-index: 1;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 1rem;
    flex-grow: 1;
    padding: 1.425rem 5rem 1.425rem 1.725rem;
    display: block;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.0001) 100%);
}
.hc-modal-content {
    padding: 2.625rem 3rem 3rem;
}
.navigation__close {
    display: none;
}
.header__contacts {
    padding: 0;
    display: none;
    opacity: .85;
}
.header__contacts a {
    padding: .425rem .825rem .295rem .825rem;
    border: 1px solid;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .95rem!important;
}
@media (min-width: 992px) {
    .header__contacts {
        display: flex;
    }
    .header__contacts:hover {
        opacity: 1;
    }
    .navigation__content {
        display: flex;
        flex: 0 1 auto;
        min-height: 100%;
        color: #555;
        background: rgba(43, 43, 43, 0.915);
        padding: 0;
        justify-content: space-between;
        flex-direction: column;
    }
    .main-navigation {
        padding: 0;
        display: flex;
        justify-content: flex-start;
        min-height: auto;
    }
    .main-navigation__list {
        font-size: 1.125rem;
        position: relative;
        width: 55%;
        font-weight: 400!important;
        margin: 4rem 0 0;
        align-self: normal;
        display: flex;
        padding: 3.5rem 2rem 3.5rem 5.125rem;
        flex-wrap: wrap;
        align-items: flex-start;
        align-self: flex-start;
        align-content: flex-start;
    }
    .main-navigation__link {
        line-height: 3.825;
        color: rgba(255, 255, 255, 0.8)!important;
    }
    .navigation__content {
        width: 100%;
        /*  background: rgba(43, 43, 43, 0.95);*/
        background: linear-gradient(to left, rgb(105, 184, 140), rgb(37, 106, 72));
    }
    .uk-offcanvas {
        right: 0;
    }
    .accent-navigation {
        width: 45%;
        flex-direction: row;
        align-self: normal;
    }
    .accent-navigation__image {
        opacity: .45;
    }
    .accent-navigation__image::after {
        content: '';
        display: none;
    }
    body:not(.hce-touch-device) .accent-navigation__link:hover {
        padding: inherit!important;
        padding: 1.925rem 1.5rem 1.785rem!important;
    }
    .main-navigation__item {
        flex-basis: 33.333%;
        width: 33.333%;
    }
    .accent-navigation__link {
        background: #323232;
        text-align: center!important;
        justify-content: center;
    }
    .accent-navigation__text {
        font-weight: 400;
        text-shadow: none;
    }
    .accent-navigation__arrow {
        display: none!important;
    }
    body:not(.hce-touch-device) .main-navigation__link:hover, body:not(.hce-touch-device) .main-navigation__link.hce-active {
        padding-left: 1rem;
        color: #fff!important;
    }
    .header__menu-wrapper .header__content-link-wrapper {
        display: flex;
    }
    .navigation__close {
        display: block;
        position: absolute;
        left: 3rem;
        top: 3rem;
        line-height: 1.085rem;
        opacity: 1!important;
        cursor: pointer;
        z-index: 1;
        color: rgba(255, 255, 255, .5)!important;
        padding: .725rem;
        border: 1px solid rgba(255, 255, 255, .25);
        transition: .25s;
    }
    .navigation__close:hover {
        color: rgba(255, 255, 255, 1)!important;
        border: 1px solid rgba(255, 255, 255, .85);
    }
    .main-navigation__link::before {
        border-top: 1px solid rgba(255, 255, 255, 0.55);
    }
    .main-navigation__link.hce-active::before, body:not(.hce-touch-device) .main-navigation__link:hover::before {
        border-top: 1px solid rgba(255, 255, 255, 0.8);
    }
    .close-menu {
        opacity: 1;
        cursor: pointer;
    }
    .close-menu>svg {
        float: left;
        margin-right: 1rem;
    }
    .navigation.uk-offcanvas.uk-open {
        bottom: auto;
    }
    .navigation .uk-offcanvas-bar {
        position: relative;
    }

    .uk-totop {
        position: fixed;
        left: 1.425rem;
        bottom: 1rem;
        background: green;
        background: linear-gradient(to bottom, rgb(86, 182, 129), rgb(37, 132, 85));
        height: 2.725rem;
        width: 2.725rem;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        opacity: 0;
        transition: .25s;
    }

    .fixed-nav-trigger .uk-totop {
        opacity: .8;
    }
    .fixed-nav-trigger .uk-totop:hover {
        opacity: 1;
        color: #fff;
    }

}

.uk-lightbox-page {
  overflow: auto;
}

#vk_community_messages {
  z-index: 10000000 !important;
}

.popup-specials {
    height: 100%;
}