@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,600,600i,700,700i&subset=cyrillic');

@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; }
  .col-md-2-5 { width: 40%; }
  .col-md-3-5 { width: 60%; }
  .col-md-4-5 { width: 80%; }
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; }
  .col-lg-2-5 { width: 40%; }
  .col-lg-3-5 { width: 60%; }
  .col-lg-4-5 { width: 80%; }
  .col-lg-5-5 { width: 100%; }
}


body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    background-color: #151515;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2em;
}
h1 { font-size: 60px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h2.heading,
h3.heading { text-align: center; }
h2.heading { margin-bottom: 50px; }
@media(max-width: 767px) {
    h1 { font-size: 48px;}
    h2 { font-size: 24px;}
    h3 { font-size: 18px;}
    h4 { font-size: 18px;}
    h5 { font-size: 15px;}
}

a {
    color: #eeb768;
    text-decoration: none;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
a:hover,
a:active {
    color: #eeb768;
    text-decoration: underline;
}
span,
li {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
input.form-control,
textarea.form-control,
select.form-control {
    background-color: #ffffff!important;
    border: 0!important;
    border-bottom: 2px solid #6d6d6d!important;
    border-radius: 0!important;
    box-shadow: none!important;
    font-size: 15px!important;
    color: #000000!important;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
input.form-control,
select.form-control {
    height: 48px!important;
}
input.form-control:hover,
textarea.form-control:hover,
select.form-control:hover {
    background-color: #ffffff!important;
    border: 0!important;
    border-bottom: 2px solid #eeb768!important;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
    background-color: #ffffff!important;
    border: 0!important;
    border-bottom: 2px solid #eeb768!important;
    box-shadow: 0 0 6px #eeb768!important;
}
.form input.form-control::placeholder,
.form textarea.form-control::placeholder,
.form select.form-control::placeholder,
.form input.form-control::-webkit-input-placeholder,
.form textarea.form-control::-webkit-input-placeholder,
.form select.form-control::-webkit-input-placeholder { color: #6d6d6d; }
button, span.button { cursor: pointer; }

table { font-size: 16px; }
table thead {
    color: #ffffff;
    background-color: #f4f4f4;
}
table thead th { padding: 12px 30px; }
table tbody { border: 1px solid #dfdfdf; background-color: #ffffff; }
table tbody tr { border-bottom: 1px solid #dfdfdf; }
table tbody tr:last-child { border-bottom: 0; }
table tbody tr td { padding: 12px 30px; }

.text-content ul {
    list-style: none;
}
.text-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.text-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2fc560;
}

input[type=submit].button,
.button {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    border: 0;
    border-radius: 80px;
    padding: 10px 30px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}
input[type=submit].button:hover,
.button:hover { text-decoration: none; color: #ffffff; }
.button-big {
    font-size: 18px;
    text-align: center;
    min-width: 320px;
    padding: 20px 40px;
}
.button-sm {
    font-size: 14px;
    text-transform: none;
    padding: 7px 30px;
}
.button-block {
    display: block;
    width: 100%;
}
.button-primary {
    background-color: #eeb768;
    background: linear-gradient(to top, #eeb768, #ffd375);
    box-shadow: 0 6px 36px rgba(255,211,117,0.5);
}
.button-primary:hover {
    background-color: #ffa200;
}
input[type=submit].button-primary:focus,
.button-primary:focus { background-color: #eeb768; outline: 0; }
.button-secondary {
    color: #000000;
    background-color: #eeb768;
    box-shadow: none;
}
.button-secondary:hover {
    color: #ffffff;
    background-color: #eeb768;
}
input[type=submit].button-secondary:focus,
.button-secondary:focus { background-color: #eeb768; outline: 0; }
.button-zoom {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: rgba(0,0,0,.35);
}
.button-zoom:hover { border: 2px solid #eeb768; }
.button-zoom .ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/zoom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    margin-right: 15px;
}

.m-t-100 { margin-top: 100px; }
.m-b-100 { margin-bottom: 100px; }
.m-t-60 { margin-top: 60px; }
.m-b-60 { margin-bottom: 60px; }
.m-t-30 { margin-top: 30px; }
.m-b-30 { margin-bottom: 30px; }

div.wpcf7-validation-errors {
    display: none!important;
    font-size: 12px;
    background-color: #f7e700;
}
div.wpcf7 .ajax-loader,
.wpcf7-response-output { display: none!important; }

.modal-backdrop.show { opacity: 0.8; }
#orderModal .modal-dialog { width: 100%; max-width: 400px; }
#orderModal .modal-dialog .modal-content {
    background-color: transparent!important;
    border: 0!important;
}
#orderModal .modal-dialog .modal-content .modal-body {
    position: relative;
    color: #ffffff;
    background-color: transparent!important;
    border: 0!important;
}
#orderModal .modal-dialog .modal-content .modal-body .close-modal {
    position: absolute;
    right: -40px;
    top: 17px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/close-modal.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    cursor: pointer;
}
#orderModal .modal-dialog .modal-content .modal-body .close-modal:hover { opacity: 1; }
#orderModal .modal-dialog .modal-content .modal-body .form {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background-color: #eeb768;
    padding: 30px;
}
#orderModal .modal-dialog .modal-content .modal-body .form .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
#orderModal .modal-dialog .modal-content .modal-body .form small {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
}
@media(max-width: 575px) {
    #orderModal .modal-dialog .modal-content .modal-body .close-modal {
        top: -40px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
#sentOk { color: #000000; }
#sentOk h4 { color: #000000!important; }
#sentOk .icon-ok {
    height: 64px;
    margin: 30px 0;
    background-image: url(../images/mail-ok.svg);
    background-size: auto 64px;
    background-repeat: no-repeat;
    background-position: center;
}

#error-page { padding: 100px 0; }
#error-page .error-icon {
    display: block;
    height: 160px;
    background-image: url(../images/404.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 160px;
}
#error-page p { font-size: 20px; }
#error-page a { font-weight: bold; }

@media (min-width: 1200px) {
    .container { max-width: 1200px; }
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.95);
    padding: 30px;
    z-index: 10;
}
#navigation .close-menu {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/close-modal.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    opacity: 0.5;
    cursor: pointer;
}
#navigation .close-menu:hover { opacity: 1; }
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul li {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}
#navigation ul li a { color: #ffffff; }
#navigation ul li a:hover { text-decoration: none; color: #eeb768; }
#navigation .phone {
    display: block;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#navigation .phone a {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background-image: url(../images/phone.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 24px;
    padding-left: 30px;
}
#navigation .phone a:hover {
    color: rgba(255,255,255,.65);
    text-decoration: none;
}
#navigation button,
#navigation .address { margin-top: 30px; }
#navigation .social {
    display: block;
    text-align: center;
    margin-top: 30px;
}
#navigation .social .text,
#navigation .social a { display: inline-block; }
#navigation .social a {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px auto;
    margin-left: 15px;
}
#navigation .social a.in { background-image: url(../images/instagram-g.svg); }
#navigation .social a.fb { background-image: url(../images/facebook-g.svg); }
#navigation .social a.vk { background-image: url(../images/vk-g.svg); }
#navigation .social a.ok { background-image: url(../images/odnoklassniki-g.svg); }
#navigation .social a.tw { background-image: url(../images/twitter-g.svg); }
#navigation .social a:hover { opacity: 0.65; }

/* ******************************
***** STYLES *****
******************************* */

html, body {
    position: relative;
    height: 100%;
}
@media(max-width: 767px) {
    body { height: auto; }
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 80px;
}
.swiper-container-vertical >.swiper-pagination-bullets { right: 42px; }
.swiper-container-vertical >.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgba(120,120,120,.5);
    margin: 15px 0;
    opacity: 1;
}
.swiper-container-vertical >.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(to top, #eeb768, #ffd375);
    background-color: #eeb768;
    box-shadow: 0 0 10px #ffd375;
}
@media(max-width: 767px) {
    .swiper-container.mob-trigger { display: block; height: auto; }
    .swiper-container.mob-trigger > .swiper-wrapper { flex-direction: column; }
    .swiper-container.mob-trigger .swiper-wrapper > .swiper-slide { height: auto; }
    .swiper-slide { padding: 0 10px; }
    .swiper-container-vertical >.swiper-pagination-bullets { right: 6px; }
}

/* Fancybox Arrows */

.fancybox-button--arrow_left,
.fancybox-button--arrow_right {
    width: 90px!important;
    height: 90px!important;
    padding: 0!important;
}
@media(max-width: 767px) {
    .fancybox-button--arrow_left,
    .fancybox-button--arrow_right {
        width: 40px!important;
        height: 40px!important;
        padding: 0!important;
    }
}
canvas
{
    pointer-events: none;       /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
    position: absolute;
}
#scheme-popup,
#scheme-popup-2 {
    position: absolute;
    display: none;
    width: 300px;
    color: #000000;
    background-color: #ffffff;
    z-index: 3;
}
#scheme-popup img,
#scheme-popup-2 img {
    width: 100%;
    height: auto;
}
#scheme-popup .info,
#scheme-popup-2 .info { padding: 15px; }
#scheme-popup .info .title,
#scheme-popup-2 .info .title { color: #000000; }
#scheme-popup .info .book,
#scheme-popup-2 .info .book { margin-top: 10px; }

#flags { width: unset; }
#flags ul { padding: 0; }
#flags ul li a { margin-right: 6px; }
#flags ul li:last-child a { margin-right: 0; }

ul.styled {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.styled li {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}
ul.styled li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -20px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ff715a;
    box-shadow: 0 0 10px #ff8f75;
}

.br { display: block; }
@media(max-width: 767px) {
    .br { display: inline; }
}

.bottom {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 45px;
    z-index: 2;
}
@media(max-width: 767px) {
    /*.bottom { bottom: 24px; }*/
    .bottom {
        position: unset;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        margin: 60px 0 30px 0;
    }
}

.swiper-slide .heading { margin-top: 220px; }
.swiper-slide .bottom-margin { margin-bottom: 120px; }
@media(max-width: 767px) {
    .swiper-slide .heading { margin-top: 60px; }
    .swiper-slide .bottom-margin { margin-bottom: 0; }
}

.swiper-button-prev.black,
.swiper-button-next.black {
    width: 80px;
    height: 80px;
    background-color: #000000;
    background-size: 30px auto;
}
.swiper-button-prev.black { background-image: url(../images/arrow-left.svg); }
.swiper-button-next.black { background-image: url(../images/arrow-right.svg); }
.swiper-button-prev.black:hover { background-image: url(../images/arrow-left-2.svg); }
.swiper-button-next.black:hover { background-image: url(../images/arrow-right-2.svg); }

@media (min-width: 576px) {
    .container {  max-width: 100%; }
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 45px;
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.5), rgba(0,0,0,.9));
    z-index: 2;
}
#header.hide { display: none; }
#header .logo-lang .logo,
#header .logo-lang .languages,
#header .desc { display: inline-block; }
#header .logo-lang {
    display: flex;
    align-items: center;
}
#header .logo-lang .logo {
    flex: none;
    width: 160px;
    height: 105px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 50px;
}
#flags.size24 li {
    border-right: 1px solid #505050!important;
    padding-right: 6px!important;
    margin-right: 6px!important;
}
#flags.size24 li:last-child { border-right: 0!important; margin-right: 0!important; }
#flags.size24 a {
    width: auto!important;
    height: auto!important;
    color: #ffffff;
    background: unset!important;
    margin: 0!important;
}
#header .logo-lang .languages {
    font-size: 16px;
    color: #aeaeae;
}
#header .logo-lang .languages span {
    font-weight: 600;
    color: #ffffff;
}
#header .desc {
    font-size: 28px;
    text-align: center;
}
#header .contacts-menu {
    display: flex;
    align-items: center;
}
#header .contacts-menu .contacts,
#header .contacts-menu .menu { display: inline-block; }
#header .contacts-menu .contacts { text-align: right; }
#header .contacts-menu .contacts .work-time,
#header .contacts-menu .contacts .address { font-size: 13px; }
#header .contacts-menu .contacts .phone {
    font-size: 20px;
    font-weight: bold;
}
#header .contacts-menu .contacts .phone a { color: #ffffff; }
#header .contacts-menu .contacts .phone a:hover {
    color: #eeb768;
    text-decoration: none;
}
#header .contacts-menu .phone-call .phone-ico {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px auto;
    margin-bottom: 8px;
}
#header .contacts-menu .menu {
    width: 35px;
    text-align: center;
    margin-left: 50px;
    cursor: pointer;
}
#header .contacts-menu .menu .menu-ico {
    display: block;
    width: 35px;
    height: 25px;
    background-image: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px auto;
    margin-bottom: 3px;
}
#header .contacts-menu .menu .text {
    display: block;
    font-size: 10px;
    color: #eeb768;
    text-align: center;
    text-transform: uppercase;
}
@media(max-width: 767px) {
    #header { position: fixed; padding: 10px; }
    #header .logo-lang .logo {
        width: 130px;
        height: 75px;
        background-size: 100% auto;
    }
    #header .contacts-menu .menu { margin-left: 30px; }
}

#main-screen {
    position: relative;
    background-image: url(../images/bg-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main-screen .scroll-arrow {
    position: absolute;
    top: 50%;
    left: -35px;
    font-size: 12px;
    font-weight: 500;
    color: #aeaeae;
    text-transform: uppercase;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-iteration-count:infinite;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}
@keyframes fadeIn {
  0% { opacity: 0.3; }
  50% { opacity: 1; }
  100% { opacity: 0.3; }
}
#main-screen .scroll-arrow .ico {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 42px;
    height: 15px;
    background-image: url(../images/scroll-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
#main-screen h1 {
    font-size: 60px;
    color: #eeb768;
    line-height: 1em;
}
#main-screen .heading-text {
    font-size: 36px;
    text-transform: uppercase;
}
#main-screen p.text { font-size: 24px; }
#main-screen button {
    margin-top: 50px;
    -webkit-animation-name: fadeShadow;
    -webkit-animation-duration: 2s;
    animation-name: fadeShadow;
    animation-duration: 2s;
    animation-iteration-count:infinite;
}
@media(max-width: 767px) {
    #main-screen { padding: 120px 0 60px 0; height: auto; }
    #main-screen .scroll-arrow { left: -68px; }
    #main-screen .heading-text { font-size: 30px; }
    #main-screen h1 { font-size: 36px; }
    #main-screen p.text { font-size: 20px; }
    #main-screen button { margin-top: 10px; }
}
@-webkit-keyframes fadeShadow {
  0% { box-shadow: 0 0 10px rgba(255,211,117,0.5); }
  50% { box-shadow: 0 6px 36px rgba(255,211,117,0.8); }
  100% { box-shadow: 0 0 10px rgba(255,211,117,0.5); }
}
@keyframes fadeShadow {
  0% { box-shadow: 0 0 10px rgba(255,211,117,0.5); }
  50% { box-shadow: 0 6px 36px rgba(255,211,117,0.8); }
  100% { box-shadow: 0 0 10px rgba(255,211,117,0.5); }
}

#about {
    flex-direction: column;
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#about .title { margin-bottom: 20px; }
#about .title .num {
    font-size: 120px;
    font-weight: 200;
    background: -webkit-linear-gradient(#ff715a, #ffd375);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#about .title .sup {
    font-size: 24px;
    font-weight: 200;
}
#about .text { font-size: 18px; }
@media(max-width: 1300px) {
    #about .title .num { font-size: 80px; }
}
@media(max-width: 767px) {
    #about .title .num { font-size: 60px; }
    #about .title { margin-bottom: 0; margin-top: 20px; }
}
@media(max-width: 565px) {
    #about { display: block; height: auto; }
}

#show-programm {
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    /*background-image: url(../images/bg-3.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#show-programm:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
#show-programm .heading,
#show-programm button.button-zoom {
    flex: none;
    position: relative;
    z-index: 1;
    margin: 100px 0;
}
#show-programm .slider {
    flex: none;
    position: relative;
    width: 100%;
    margin: 0 45px 120px 45px;
    padding: 0 90px;
}
#show-programm .slider .swiper-slide { padding: 0; }
#show-programm .slider .item {
    width: 120px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
#show-programm .slider .item:hover,
#show-programm .slider .item.active { border: 2px solid #eeb768; }
#show-programm .slider .swiper-button-prev,
#show-programm .slider .swiper-button-next {
    top: 0;
    margin-top: 0;
}
@media(max-width: 1300px) {
    #show-programm button.button-zoom { margin: 30px 0; }
}
@media(max-width: 767px) {
    /*#show-programm { justify-content: flex-start; }*/
    #show-programm button.button-zoom { margin: 20px 0; }
    #show-programm .slider { margin: 120px 45px 0 45px; }
}

#features {
    flex-direction: column;
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#features .box {
    height: 100%;
    background-color: rgba(32,32,32,.5);
    padding: 40px;
}
#features .box .ico {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}
#features .box .ico.ico-1 { background-image: url(../images/features-ico-1.png); }
#features .box .ico.ico-2 { background-image: url(../images/features-ico-2.png); }
#features .box .ico.ico-3 { background-image: url(../images/features-ico-3.png); }
#features .box .title {
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media(max-width: 767px) {
    #features .heading { margin-top: 40px; }
    #features .heading h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #features .box {
        height: unset;
        padding: 30px;
        margin-bottom: 10px;
    }
    /* #features .box .head {
        display: flex;
        align-items: center;
    }
    #features .box .head .ico,
    #features .box .head .title { display: inline-block; } */
    #features .box .head .ico {
        flex: none;
        width: 50px;
        height: 50px;
        background-size: 100% auto;
        margin-right: 10px;
    }
    #features .box .head .title { font-size: 18px; }
    #features ul.styled li { margin-bottom: 10px; }
}

#photos {
    flex-direction: column;
    background-image: url(../images/bg-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#photos .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-container .swiper-wrapper .swiper-slide { pointer-events: visible; }
#photos .box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 500px;
    text-align: left;
    background-color: rgba(32,32,32,.5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
    cursor: pointer;
}
#photos .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eeb768;
    background-color: #000000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0)));
}
#photos .box:hover:before {
    background-color: #202020;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.4)));
}
#photos .box:hover button.button.button-secondary { color: #ffffff; }
#photos .box.box-1 { background-image: url(../images/photos-img-1.jpg); }
#photos .box.box-2 { background-image: url(../images/photos-img-2.jpg); }
#photos .box.box-3 { background-image: url(../images/photos-img-3.jpg); }
#photos .box.box-4 { background-image: url(../images/photos-img-4.jpg); }
#photos .box .title,
#photos .box .link { position: relative; z-index: 1; }
#photos .box .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2em;
}
#photos .swiper-slide {
    position: relative;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}
#photos .swiper-slide#photos-page-1 { background-image: url(../images/bg-5-1.jpg); }
#photos .swiper-slide#photos-page-2 { background-image: url(../images/bg-5-2.jpg); }
#photos .swiper-slide#photos-page-3 { background-image: url(../images/bg-5-3.jpg); }
#photos .swiper-slide#photos-page-4 { background-image: url(../images/bg-5-4.jpg); }
#photos #photos-page-1 .heading,
#photos #photos-page-2 .heading,
#photos #photos-page-3 .heading,
#photos #photos-page-4 .heading { margin-top: 0; }
#photos #photos-page-1 .arrow-back,
#photos #photos-page-2 .arrow-back,
#photos #photos-page-3 .arrow-back,
#photos #photos-page-4 .arrow-back {
    /* position: absolute;
    top: 80px;
    left: 0; */
    font-size: 20px;
    color: #eeb768;
    text-align: left;
    background-image: url(../images/arrow-short-left.svg);
    background-repeat: no-repeat;
    background-size: 32px auto;
    padding: 2px 0 0 55px;
    margin: 0 auto 20px 0;
    cursor: pointer;
}
#photos #photos-page-1 .arrow-back:hover,
#photos #photos-page-2 .arrow-back:hover,
#photos #photos-page-3 .arrow-back:hover,
#photos #photos-page-4 .arrow-back:hover { color: #ffffff; }
#photos #photos-page-1 .item {
    width: 260px;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    cursor: pointer;
}
#photos #photos-page-1 .item:hover { opacity: 0.8; }
#photos #photos-page-1 .swiper-container,
#photos #photos-page-2 .swiper-container,
#photos #photos-page-3 .swiper-container,
#photos #photos-page-4 .swiper-container {
    width: calc(100% - 180px);
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#photos #photos-page-2 .swiper-container .swiper-slide,
#photos #photos-page-3 .swiper-container .swiper-slide,
#photos #photos-page-4 .swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 200px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 1;
    cursor: pointer;
}
#photos #photos-page-2 .swiper-container .swiper-slide:hover,
#photos #photos-page-3 .swiper-container .swiper-slide:hover,
#photos #photos-page-4 .swiper-container .swiper-slide:hover { opacity: 0.8; }
#photos #photos-page-3 h2 { margin-bottom: 0; }
#photos #photos-page-3 .heading-text {
    font-size: 24px;
    margin-bottom: 0;
}
#photos #photos-page-3 .text-color {
    font-size: 18px;
    color: #eeb768;
    margin-bottom: 30px;
}
@media(max-width: 1480px) {
    #photos #photos-page-2 .swiper-container .swiper-slide,
    #photos #photos-page-3 .swiper-container .swiper-slide,
    #photos #photos-page-4 .swiper-container .swiper-slide { height: 145px; }
}
@media(max-width: 1300px) {
    #photos .box { min-height: 400px; }
    #photos #photos-page-2 .swiper-container .swiper-slide,
    #photos #photos-page-3 .swiper-container .swiper-slide,
    #photos #photos-page-4 .swiper-container .swiper-slide { height: 130px; }
}
@media(max-width: 767px) {
    #photos .heading { margin-top: 100px; }
    #photos .heading h2 { margin-bottom: 10px; }
    #photos .box {
        min-height: 320px;
        height: unset;
        background-position: top;
        padding: 25px;
        margin-bottom: 10px;
    }
    #photos #photos-page-1 .arrow-back,
    #photos #photos-page-2 .arrow-back,
    #photos #photos-page-3 .arrow-back,
    #photos #photos-page-4 .arrow-back {
        position: unset;
        top: unset;
        left: unset;
        margin: 0 auto 40px auto;
    }
}

#scheme {
    flex-direction: column;
    background-image: url(../images/bg-6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#scheme .scheme-mobile img {
    width: calc(100% - 30px);
}
@media(min-width: 566px) {
    #scheme .scheme-web { display: block; }
    #scheme .scheme-mobile { display: none; }
}
@media(max-width: 767px) {
    #scheme { padding-bottom: 50px; }
}
@media(max-width: 565px) {
    #scheme .scheme-web { display: none; }
    #scheme .scheme-mobile { display: block; }
}
#scheme-2 {
    flex-direction: column;
    background-image: url(../images/bg-10.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#scheme-2 .scheme-mobile img {
    width: calc(100% - 30px);
}
@media(min-width: 566px) {
    #scheme-2 .scheme-web { display: block; }
    #scheme-2 .scheme-mobile { display: none; }
}
@media(max-width: 767px) {
    #scheme-2 { padding-bottom: 50px; }
}
@media(max-width: 565px) {
    #scheme-2 .scheme-web { display: none; }
    #scheme-2 .scheme-mobile { display: block; }
}

#menu {
    flex-direction: column;
    background-image: url(../images/bg-7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#menu h2 { margin-bottom: 0; }
#menu .heading-text {
    font-size: 24px;
    margin-bottom: 30px;
}
#menu .box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 230px;
    text-align: left;
    background-color: rgba(32,32,32,.5);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
}
#menu .box.with-btn { cursor: pointer; }
#menu .box.wide { min-height: 100%; }
#menu .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #eeb768;
    background-color: #000000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0)));
}
#menu .box.with-btn:hover:before {
    background-color: #202020;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
    from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0.4)));
}
#menu .box.with-btn:hover button { color: #ffffff; }
#menu .box.box-1 { background-image: url(../images/menu-img-1.jpg); }
#menu .box.box-2 { background-image: url(../images/menu-img-2.jpg); }
#menu .box.box-3 { background-image: url(../images/menu-img-3.jpg); }
#menu .box.box-4 { background-image: url(../images/menu-img-4.jpg); }
#menu .box.box-5 { background-image: url(../images/menu-img-5.jpg); }
#menu .box .title,
#menu .box .link { position: relative; z-index: 1; }
#menu .box .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2em;
}
@media(max-width: 1300px) {
    #menu .box { min-height: 180px; }
}
@media(max-width: 767px) {
    #menu .heading { margin-top: 100px; }
    #menu .heading h2 { font-size: 20px; }
    #menu .heading-text { font-size: 16px; margin-bottom: 6px; }
    #menu .box { min-height: 220px; height: unset; padding: 15px; margin-bottom: 10px; }
    #menu .box.wide { min-height: 220px; }
    #menu .box .title { font-size: 20px; }
    #menu .m-b-30 { margin-bottom: 0; }
}

#menu-galleries { display: none; }

#add-services {
    flex-direction: column;
    background-image: url(../images/bg-8.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#add-services .container { max-width: 1200px; }
#add-services h2 { margin-bottom: 0; }
#add-services .heading-text {
    font-size: 24px;
    margin-bottom: 30px;
}
#add-services .item { position: relative; }
#add-services .item .ico {
    display: block;
    width: 122px;
    height: 122px;
    border: 1px solid #6d6d6d;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 10px auto;
}
#add-services .item .ico.ico-1 { background-image: url(../images/add-services-ico-1.png); }
#add-services .item .ico.ico-2 { background-image: url(../images/add-services-ico-2.png); }
#add-services .item .ico.ico-3 { background-image: url(../images/add-services-ico-3.png); }
#add-services .item .text {
    display: block;
    font-size: 24px;
    text-align: center;
}
@media(max-width: 767px) {
    #add-services .item { display: flex; align-items: center; margin-bottom: 10px; }
    #add-services .item .ico { flex: none; width: 100px; height: 100px; margin: 0 20px 0 0; background-size: 100% auto; }
    #add-services .item .text { font-size: 20px; text-align: left; }
}

#v-services {
    flex-direction: column;
    background-image: url(../images/bg-9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#v-services .container { max-width: 1200px; }
#v-services .item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
#v-services .item .ico {
    flex: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}
#v-services .item .ico.ico-1 { background-image: url(../images/v-services-ico-1.png); }
#v-services .item .ico.ico-2 { background-image: url(../images/v-services-ico-2.png); }
#v-services .item .text {
    display: inline-block;
    font-size: 24px;
    text-align: left;
}
@media(max-width: 767px) {
    #v-services .item .text { font-size: 20px; }
}

#map {
    justify-content: flex-start;
    background-image: url(../images/bg-11.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
}
#map .map-container {
    width: 100%;
    height: 100%;
}
#map .map-container #ymaps1541444241443405225 { mix-blend-mode: exclusion; }
[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+ */
    -webkit-filter: invert(95%) grayscale(100%) contrast(90%);
    /* Chrome 19+ & Safari 6+ */
}
#map .contacts {
    position: absolute;
    top: 20%;
    left: 80px;
    right: auto;
    width: 320px;
    z-index: 1;
}
#map .contacts img { width: 100%; }
#map .contacts .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 410px;
    background-color: #000000;
    background-image: url(../images/contacts-bg.jpg);
    padding: 30px;
}
#map .contacts .contact-info .item { text-align: left; }
#map .contacts .contact-info .item .title {
    display: block;
    font-size: 11px;
    color: #aeaeae;
    text-transform: uppercase;
}
#map .contacts .contact-info .item .info { font-size: 14px; }
#map .contacts .contact-info .item .info a { color: #ffffff; }
#map .contacts .contact-info .item .info a.policy {
    color: #aeaeae;
    text-decoration: underline;
}
#map .contacts .contact-info .item .info a.policy:hover { text-decoration: none; }
@media(max-width: 767px) {
    #map { flex-direction: column; }
    #map .contacts {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
    }
    #map .map-container { height: 400px; }
}

#job {
    background-image: url(../images/job-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
    padding: 200px 80px 30px 80px;
}
#job h1 {
    font-size: 48px;
    color: #eeb768;
    margin-bottom: 30px;
}
#job h2 { margin-top: 50px; }
#job .text-big {
    display: block;
    font-size: 24px;
}
#job ul.styled { margin: 30px 0; }
#job ul.styled li { font-size: 24px; font-weight: bold; }
#job ul.styled li:before { top: 13px; }
#job .free .item {
    display: flex;
    align-items: center;
}
#job .free .item .ico {
    flex: none;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px auto;
    margin-right: 20px;
}
#job .free .item .ico.ico-1 { background-image: url(../images/job-free-ico-1.svg); }
#job .free .item .ico.ico-2 { background-image: url(../images/job-free-ico-2.svg); }
#job .free .item .ico.ico-3 { background-image: url(../images/job-free-ico-3.svg); }
#job .free .item .text { font-size: 18px; }
#job .form {
    /*border: 3px solid #eeb768;*/
    background-color: rgba(150,150,150,.2);
    padding: 60px 60px 20px 60px;
    margin-top: 80px;
}
#job .form h2 { font-size: 30px; margin-top: 0; margin-bottom: 10px; }
#job .form .text-big { margin-bottom: 20px; }
@media(max-width: 767px) {
    #job { background-size: auto 800px; padding: 120px 0 10px 0; }
    #job h1 { font-size: 36px; }
    #job h2 { margin-top: 40px; }
    #job ul.styled { margin: 30px 25px; }
    #job .free .item { margin-bottom: 30px; }
    #job .form { padding: 30px; margin-top: 40px; }
    #job .form input[type=submit] { display: block; width: 100%; margin-top: 30px; }
}

#bookModal .modal-dialog { width: 100%; max-width: 800px; }
#bookModal .modal-dialog .modal-content {
    background-color: transparent!important;
    border: 0!important;
}
#bookModal .modal-dialog .modal-content .modal-body {
    position: relative;
    color: #ffffff;
    background-color: transparent!important;
    border: 0!important;
}
#bookModal .modal-dialog .modal-content .modal-body .close-modal {
    position: absolute;
    right: -40px;
    top: 17px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/close-modal.svg);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    cursor: pointer;
}
#bookModal .modal-dialog .modal-content .modal-body .close-modal:hover { opacity: 1; }
#bookModal .modal-dialog .modal-content .modal-body .form {
    display: inline-block;
    width: 100%;
    color: #aeaeae;
    background-color: #14141f;
    padding: 30px;
}
#bookModal .modal-dialog .modal-content .modal-body .form .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    line-height: 1.1em;
    margin-bottom: 10px;
}
#bookModal .modal-dialog .modal-content .modal-body .form .form-check { padding-left: 0; }
#bookModal .modal-dialog .modal-content .modal-body .form small {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin-top: 10px;
}
#bookModal .modal-dialog .modal-content .modal-body .form .star-req { font-weight: bold; color: red; }
#bookModal .modal-dialog .modal-content .modal-body .girl {
    flex: none;
    width: 300px;
    background-image: url(../images/form-girl.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media(max-width: 767px) {
    #bookModal .modal-dialog { margin-top: 50px; }
}
@media(max-width: 575px) {
    #bookModal .modal-dialog .modal-content .modal-body .girl { display: none; }
    #bookModal .modal-dialog .modal-content .modal-body .close-modal {
        top: -40px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
