html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto Condensed', 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    color: #555;
    margin: auto;
}

video {
    width: 100%;
    height: auto;
    max-height: 100%;
}

ul.about-list {
    margin-bottom: 30px !important;
}

ul.about-list>li {
    font-size: 18px;
}

.container {
    max-width: 1280px;
}

.col-padding-bottom-40 {
    padding-bottom: 40px;
}

.col-margin-bottom-30 {
    margin-bottom: 30px;
}

.col-margin-bottom-20 {
    margin-bottom: 20px;
}

.col-margin-bottom-5 {
    margin-bottom: 5px;
}

/* Adminpanel */
.adminpanel {
    background: url(images/top-panel.png) repeat-x;
    color: #ccc;
    padding: 5px 10px;
}

.adminpanel span {
    margin: 0 10px;
}

.adminpanel a {
    font-size: 14px;
    color: #d6dfe2;
}

.adminpanel a:hover {
    color: #fff;
}

.form-signin-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    background-color: #eee;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 100px auto 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin-logo {
    text-align: center;
}

.form-signin-logo img {
    margin: 0 auto;
    margin-bottom: 40px;
}

.form-signin-desc {
    text-align: center;
    margin-top: 20px;
}

a {
    color: #4dadf7;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #004890;
    text-decoration: underline;
}

a.side {
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover.side {
    color: #f6a504;
    text-decoration: underline;
}

a.white,
li.white a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover.white,
li.white a:hover {
    color: #fff;
    text-decoration: none;
    text-align: left;
}

a.go-top {
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    background-color: #bfc943;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.7;
    display: none;
}

a.go-top:hover {
    opacity: 1;
}

.arrowed-link em {
    font-size: 12px;
    color: #4dadf7;
    padding-left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.arrowed-link i {
    font-size: 12px;
    color: #4dadf7;
    padding-left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.arrowed-link:hover {
    color: #004890;
    text-decoration: none;
}

.arrowed-link:hover em {
    color: #004890;
    padding-left: 8px;
}

.arrowed-link:hover i {
    color: #004890;
    padding-left: 8px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #555;
    opacity: 0.1;
    margin: 20px 0;
    padding: 0;
}

hr.side-hr {
    height: 1px;
    border: 1px solid #555;
}

div {
    font-family: 'Roboto Condensed', 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

pre {
    font-family: 'Roboto Condensed', 'Open Sans', Arial, sans-serif;
    font-size: 15px;
}

img {
    border: none;
}

p {
    font-size: 18px;
    margin: 0 0 30px;
}

.alt {
    color: #4dadf7;
}

.spacer {
    margin-bottom: 5px;
}

.spacer2 {
    margin-bottom: 10px;
}

.bullet {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

/* Attention messages properties */
.admin-message {
    font-size: 12px;
    color: #006699;
    background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
    border-top: 2px solid #1380b1;
    border-bottom: 2px solid #1380b1;
    padding: 15px 0 15px 50px;
    margin-bottom: 10px;
}

.noscript-message {
    font-size: 12px;
    color: #c54343;
    background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
    border-top: 2px solid #c54343;
    border-bottom: 2px solid #c54343;
    padding: 15px 0 15px 50px;
    margin-bottom: 10px;
}

.nocomments-message {
    font-size: 12px;
    color: #555;
    background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 15px 0 15px 50px;
}

/* Form element properties */
form {
    margin: 0px;
}

.form-control {
    border-radius: 0px;
}

textarea.form-control {
    resize: none;
}

.button {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 25px 20px;
    line-height: 1px;
    color: #fff;
    background-color: #bfc943;
    white-space: nowrap;
    cursor: pointer;
    overflow: visible;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button i {
    margin-right: 5px;
}

.button:focus,
.button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #329634;
    outline: none;
}

.button:active,
.button.active {
    color: #fff;
    text-decoration: none;
    background-color: #004890;
    outline: none;
}

.button:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 52px;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.8s ease;
}

.button:hover:before {
    width: 100%;
}

.pretitle {
    font-weight: bold;
    font-size: 16px;
    color: #bfc943;
    text-transform: uppercase;
    padding-left: 90px;
    position: relative;
    margin-bottom: 60px;
    margin-top: 10px;
}

.pretitle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    background-color: #bfc943;
    width: 76px;
    margin-top: -1px;
}

.paragraph {
    font-size: 18px;
    padding-left: 80px;
    margin-top: 40px;
}

/*Header*/
header {
    border-top: 5px solid #fff;
    position: relative;
    height: 50px;
    z-index: 3
}

header:before {
    content: "";
    display: block;
    width: 600px;
    height: 110px;
    background: url(../../images/topCurve.png) top center no-repeat;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -300px;
}

.header-logo {
    position: absolute;
    display: block;
    width: 116px;
    height: 75px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -58px;
}

.header-assets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    transition: .3s;
}

.header-assets.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1a1e23;
    padding: 10px 50px;
    z-index: 999;
}

.header-contacts {
    display: flex;
    align-items: center;
}

.header-phone,
.header-phone a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-right: 30px;
}

.header-phone a:hover {
    text-decoration: none;
}

.header-phone i {
    color: #bfc943;
    margin-right: 10px;
}

.navbar {
    min-height: 48px;
    padding: 0;
}

.navbar-nav>li>a {
    position: relative;
    margin-right: 36px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav>li:last-child>a {
    margin-right: 0;
}

.navbar-nav>li>a:hover {
    color: #f5f5f5;
    text-decoration: none;
}

.navbar-nav>li>a:after {
    content: "";
    width: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #bfc943;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transition: all 0.2s ease-in;
}

.navbar-nav>li>a:hover:after {
    width: 100%;
    left: 0%;
}

.dropdown-toggle:focus {
    color: #fff;
    background-color: #4dadf7;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    top: 140%;
    border-radius: 0;
    border: 1px solid #e5e5ee;
}

.dropdown-item {
    color: #555;
    font-size: 14px;
}

.dropdown-item:hover {
    color: #4dadf7;
    background-color: #f5f5f5;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-light .navbar-text a {
    color: #fff;
}

.navbar-light .navbar-text a:hover {
    color: #fff;
}

.navbar-text {
    padding: 0;
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #fff;
}

/*Slider*/
.main-slider {
    /* height: 100vh; */
    width: 100%;
    overflow: hidden;
    margin-top: -50px;
}

.main-slider .slick-slide {
    position: relative;
}

.main-slider-img {
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}

.main-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
}

.main-slider-caption {
    font-size: 72px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 72px;
    margin-top: 30px;
}

.main-slider-subtitle {
    font-size: 48px;
    font-weight: normal;
    line-height: 48px;
    margin-top: 20px;
}

.main-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.main-slider .slick-slide>div {
    max-height: 950px;
}

.main-slider .slick-dots {
    width: 100px;
    bottom: 0;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.main-slider .slick-dots li button:before {
    content: none;
}

.main-slider .slick-dots li button {
    background-color: #fff;
    margin: 18px 0;
    height: 5px;
    width: 12px;
    padding: 0;
    transition: 0.5s;
}

.main-slider .slick-dots li.slick-active button {
    width: 32px;
    background-color: #bfc943;
}

.main-slider .slick-dots li {
    width: auto;
    height: auto;
}

.main-slider .pretitle {
    margin: 0;
    margin-bottom: 10px;
}

.main-slider-paragraph {
    margin-bottom: 50px;
}

/*About*/
#about {
    padding-top: 45px;
    padding-bottom: 90px;
}

/* New Years */

#new_year{
    padding-top: 90px;
    padding-bottom: 22px;
}

#new_year_corporate{
    padding-top: 22px;
    padding-bottom: 45px;
}

/*Services*/
#services {
    background-color: #f7f7f7;
    padding-top: 90px;
    padding-bottom: 70px;
}

.text-slide {
    position: relative;
    margin-bottom: 23px;
    overflow: hidden;
}

.text-slide img {
    transition: 0.4s;
}

.text-slide:hover img {
    transform: scale(1.05);
}

.text-slide-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    color: #fff;
    text-align: center;
}

.text-slide:hover .text-slide-content.has-additional {
    background-color: rgba(0, 0, 0, .5);
    transition: .4s
}

.text-slide-subcaption {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.text-slide-caption {
    font-size: 33px;
    font-weight: bold;
    line-height: 33px;
    text-transform: uppercase;
}

.text-slide-content .text-slide-desc {
    font-size: 15px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
}

.text-slide-desc {
    color: #fff;
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    line-height: 16px;
}

.text-slide-additional {
    position: absolute;
    left: 30px;
    right: 30px;
    transition: all .5s ease-out;
    line-height: 16px;
}

.text-slide-additional.top {
    top: -500px;
}

.text-slide:hover .text-slide-additional.top {
    top: 30px;
}

.text-slide-additional.bottom {
    bottom: -500px;
}

.text-slide:hover .text-slide-additional.bottom {
    bottom: 30px;
}

.big .text-slide-desc {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}

.bg-registration {
    background-color: #fd3250;
}

.bg-present {
    background-color: #bfc943;
}

.bg-present img {
    transform: rotate(0deg);
    transition-timing-function: linear;
}

.bg-present:hover img {
    animation: jump 0.6s infinite alternate;
    animation-timing-function: ease-in-out;
}

.bg-registration:hover img {
    animation: shake .8s infinite;
}

.just-end {
    justify-content: flex-end;
}

.just-start {
    justify-content: flex-start;
}

@keyframes shake {
    from {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(15deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes jump {
    from {
        transform: translateY(-20);
    }

    25% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20);
    }

    75% {
        transform: translateY(0);
    }

    to {
        transform: translateY(-20);
    }
}

/* Stock */
#stock {
    padding: 90px 0;
}


/*Pluses block*/
#pluses {
    padding-top: 65px;
    padding-bottom: 65px;
    background: url(../../images/pluses-bg.jpg) left center no-repeat, #1a1e23;
    min-height: 775px;
    color: #fff;
}

#pluses .capmain h2 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 55px;
}

#pluses .pretitle {
    margin-bottom: 30px;
}

.white-block {
    color: #333;
    background-color: #fff;
}

.white-block ul {
    padding: 0;
    margin: 0;
}

.white-block ul li {
    position: relative;
    list-style: none;
    padding-right: 40px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.white-block ul>li:first-child {
    padding-top: 15px;
}

.white-block ul>li:last-child {
    padding-bottom: 15px;
}

.numeric {
    font-weight: bold;
    font-size: 30px;
    flex: 1;
}

.und-text {
    font-size: 18px;
    margin-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    flex: 9;
    border-bottom: 1px solid #efefef;
}

.white-block ul>li:last-child .und-text {
    border-bottom: none;
}

.white-block ul>li:nth-child(odd):hover {
    background-color: #bfc943;
    color: #fff;
}

.white-block ul>li:nth-child(odd):hover .und-text {
    border-color: #bfc943;
}

.white-block ul>li:nth-child(even):hover {
    background-color: #fd3250;
    color: #fff;
}

.white-block ul>li:nth-child(even):hover .und-text {
    border-color: #fd3250;
}

/*Entertainment*/
#entertainment {
    padding: 90px 0;
}

#video {
    padding: 23px 0 90px;
    background-color: #f5f5f5;
}

.video-wrapper {
    position: relative;
    /*padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    /*padding-top: 30px;*/
    /*height: 0;*/
    overflow: hidden;

}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Photos*/
#photos {
    background-color: #f7f7f7;
    padding: 90px 0 0;
}

.custom-tabs {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    border: none;
}

.custom-tabs a {
    display: block;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
    padding: 20px 25px;
    text-align: center;
    flex-grow: 1;
    max-width: 250px;
}

.nav-tabs.custom-tabs .nav-link {
    border: none;
}

.nav-tabs.custom-tabs a.nav-link:hover {
    border: none;
    border-radius: 0;
    background-color: #bfc94355;
    color: #333;
    transition: .2s;
}

.nav-tabs.custom-tabs a.nav-link.active {
    border-radius: 0;
    color: #fff;
    border: none;
    background-color: #bfc943;
}

.photo-wrapper {
    max-height: 310px;
    overflow: hidden;
}

.photo-wrapper img {
    transition: 0.3s;
}

.photo-wrapper:hover img {
    transform: scale(1.2) rotate(5deg);
}

/*Restourant info*/
.wrapper-prlx {
    background: url(../../images/parallax.jpg) -10px -10px no-repeat, #18191d;
    background-size: 110%;
    transition: .1s;
}

#nitza {
    padding: 70px 0;
    background: url(../../images/man.png) no-repeat bottom right;
    color: #fff;
    min-height: 710px;
}

#nitza .capmain h2 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}

.interier-photo {
    padding: 0 8px;
    max-height: 107px;
    overflow: hidden;
}

.interier-slider {
    padding: 0 40px;
}

.interier-slider .slick-prev {
    left: 0;
}

.interier-slider .slick-next {
    right: 0;
}

.interier-slider .slick-prev:before,
.interier-slider .slick-prev:after {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 1px;
    background-color: #8c8b8e;
}

.interier-slider .slick-prev:before {
    transform: translateY(-4px) rotate(-45deg);
}

.interier-slider .slick-prev:after {
    transform: translateY(4px) rotate(45deg);
}

.interier-slider .slick-next:hover:before,
.interier-slider .slick-next:hover:after,
.interier-slider .slick-prev:hover:before,
.interier-slider .slick-prev:hover:after {
    background-color: #eee;
    transition: .2s;
}

.interier-slider .slick-next:before,
.interier-slider .slick-next:after {
    content: "";
    display: block;
    width: 18px;
    height: 3px;
    border-radius: 1px;
    background-color: #8c8b8e;
}

.interier-slider .slick-next:before {
    transform: translateY(-4px) rotate(45deg);
}

.interier-slider .slick-next:after {
    transform: translateY(4px) rotate(-45deg);
}

/* HappyNewYear */
#hny {
    padding: 50px 0 0 0;
}

#hny img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hny img:hover {
    opacity: .8;
}

/* Special */
#special {
    padding: 90px 0;
}

/*Reviews*/
#reviews {
    padding: 90px 0;
}

.review-block {
    text-align: center;
}

#reviews .frase {
    font-style: italic;
    margin-bottom: 60px;
}

#reviews .sender {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

#reviews .sender span {
    color: #aaa;
}

.reviews-slider .slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 36px;
    cursor: pointer;
    z-index: 2;
    color: #999999;
    transition: .2s;
    transform: scale(.95);
}

.reviews-slider .slick-arrow:hover {
    color: #bfc943;
    transform: scale(1);
}

.reviews-slider .next-arrow {
    right: 3px;
}

.reviews-slider .prev-arrow {
    left: 3px;
}

.reviews-slider .slick-arrow.next-arrow:hover {
    right: 0;
}

.reviews-slider .slick-arrow.prev-arrow:hover {
    left: 0;
}

/*Digits*/
#digits {
    padding: 60px 0;
    background-color: #f7f7f7;
    text-align: center;
    perspective: 900px;
}

.digit {
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    transition: .2s;
}

.digit-block:hover .digit {
    transform: rotateX(20deg);
    color: #bfc943
}

.digit-desc {
    font-size: 24px;
    line-height: 25px;
}

/*Map*/
#site-map {
    min-height: 400px;
    position: relative;
}

.map-block {
    z-index: 2;
    background-color: #bfc943;
    width: 405px;
    padding: 25px;
    position: absolute;
    bottom: -40px;
    left: auto;
}

.map-block .text {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.map-block .phone {
    font-size: 40px;
    line-height: 40px;
    color: #1a1e23;
    font-weight: bold;
    text-align: center;
}

.map-block .phone a {
    color: #1a1e23;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.map-block .phone a:hover {
    color: #555;
    text-decoration: none;
}

.map-block .phone i {
    font-size: 32px;
    margin-right: 10px;
}

/*Footer*/
footer {
    background-color: #1a1e23;
    padding: 70px 0 30px;
}

.footer__cookie {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 100%;
    max-width: 690px;
    z-index: 99999999;
    padding: 0 15px;

    display: none;

    @media (max-width: 576px) {
        max-width: unset;
        font-size: 13px;
    }

    .cookie__wrapper {
        background-color: #fff;

        padding-inline: 30px;
        padding-block: 16px;
        box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.08);

        @media (max-width: 425px) {
            padding-inline: 15px;
        }
    }

    .cookie__content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;

        @media (max-width: 425px) {
            flex-direction: column;
        }
    }

    .cookie__title {
        font-weight: 700;
    }

    .cookie__text {
        font-size: 14px;
        line-height: 16px;

        @media (max-width: 425px) {
            text-align: center;
        }
    }

    .cookie__accept {
        flex-shrink: 0;
        font-size: 14px;
        font-weight: 400;
        height: 50px;
        width: 145px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        margin: 0 !important;

        @media (max-width: 425px) {
            height: 45px;
        }
    }

    .cookie__link {
        font-size: 14px;
        color: inherit;

        &:hover {
            color: var(--accent);
        }
    }

    .cookie__footer {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 20px;
    }
}

.footer-contacts {
    margin-bottom: 80px;
}

.footer-contacts-caption {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.footer-contacts-caption i {
    color: #bfc943;
    font-size: 16px;
    margin-right: 15px;
}

.footer-contacts-content {
    padding-left: 30px;
    color: #cccccc;
    font-size: 16px;
}

.footer-contacts-link {
    display: block;
    color: #ccc;
}

.footer-contacts-link:hover {
    color: #fff;
    text-decoration: none;
}

.contact-form-caption {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 21px;
}

.footer-menu {
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    margin: 40px 0;
    padding: 30px 0;
}

.footer-menu .navbar {
    min-height: 0;
}

.footer-menu .navbar-nav>li>a {
    font-weight: normal;
}

.footer-menu .navbar.navbar-expand-sm {
    justify-content: center;
}

.footer-menu .navbar-nav {
    width: 100%;
    justify-content: center;
}

.footer-bottom {
    color: #ccc;
    font-size: 16px;
    line-height: 17px;
}

.footer-bottom a {
    color: #ccc;
}

.footer-bottom a:hover {
    color: #fff;
}

.footer-contacts-icon {
    display: block;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
}

.footer-contacts-icon:hover {
    padding-top: 0;
}

.footer-contacts-icon img {
    transition: 0.2s;
}

.footer-contacts-icon:hover img {
    transform: scale(1.02);
}

ul.footer-menu {
    margin: -5px 0 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

ul.footer-menu>li {
    margin: 0;
    padding: 0 0 10px 0;
}

ul.footer-menu>li a {
    font-size: 14px;
    color: #808080;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.footer-menu>li a:hover {
    color: #4dadf7;
    text-decoration: none;
}

.oplata {
    display: none;
}

.oplata a {
    color: white;
}

/* Contact Page */
.contact-page-map {
    margin-bottom: 20px;
}

.contact-page-form {
    max-width: 500px;
    margin: 0 auto;
}

.contact-page-answer {
    min-height: 400px;
    font-size: 16px;
    color: #555;
    text-align: center;
    margin: 50px 0;
}

/* Side-Panel */
.scapmain-bg {
    display: block;
    background-color: #f7f7f7;
    margin: 0 0 20px 0;
    padding: 0;
}

.scapmain {
    padding: 5px 0;
    text-align: center;
}

.scapmain h2 {
    font-size: 24px;
    line-height: 36px;
    color: #39687c;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 70px;
    position: relative;
}

.scapmain h2:before,
.scapmain h2:after {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #cccccc;
    left: 50%;
}

.scapmain h2:before {
    bottom: -8px;
    width: 35px;
    margin-left: -17px;
}

.scapmain h2:after {
    bottom: -13px;
    width: 25px;
    margin-left: -12px;
}

.scapmain h2 span {
    background-color: #7d7d7d;
    padding: 7px 20px;
}

.side-body {
    font-size: 15px;
    color: #7d7d7d;
    padding: 0 20px 20px 20px;
}

/* Center-Panel properties */

#side-center {
    color: #555;
    padding: 10px 0 5px 0;
}

.capmain h1,
.capmain h2 {
    font-size: 60px;
    color: #333;
    line-height: 72px;
    width: 80%;
    margin-bottom: 60px;
}

.capmain-news {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    color: #292929;
    padding: 0 0 5px 0;
    margin: 0;
}

.main-body {
    font-size: 15px;
    color: #555;
    line-height: 16px;
}

.main-body h2 {
    font-size: 20px;
    color: #333;
}

.tbl-border {
    border: 1px solid #eee;
}

.tbl {
    font-size: 11px;
    color: #555;
    background-color: #fff;
    padding: 4px;
}

.tbl1 {
    font-size: 11px;
    color: #555;
    background-color: #fff;
    padding: 4px;
}

.tbl2 {
    font-size: 11px;
    color: #555;
    background-color: #f1f1f1;
    padding: 4px;
}

.tbl-error {
    color: #AC260F;
    font-weight: bold;
    background-color: #FCCAC2;
    border: 2px solid #EB5339;
}

.quote {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ffdc70;
    padding: 5px 6px 5px 30px;
    margin: 0px 22px 0px 22px;
}

.poll {
    height: 12px;
    border: 1px solid #bbb;
}

.small {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.small2 {
    font-size: 10px;
    font-weight: normal;
    color: #555;
}

.side-small {
    font-size: 10px;
    font-weight: normal;
    color: #555;
}

.side-label {
    color: #555;
    background-color: #f1f1f1;
    margin: 2px 0 2px 0;
    padding: 2px 2px 3px 2px;
}

.clear {
    clear: both;
}

/* Highlight on select properties */
::selection {
    color: #fff;
    background: #e5c011;
}

/* webkit, opera, IE9 */
::-moz-selection {
    color: #fff;
    background: #e5c011;
}

/* mozilla firefox */
div.highlightBlue::selection {
    color: #fff;
    background: #e5c011;
}

/* webkit, opera, IE9 */
div.highlightBlue::-moz-selection {
    color: #fff;
    background: #e5c011;
}

/* mozilla firefox */
/* Modal */
.modal {
    z-index: 1000000000;
}

.modal-header {
    border: none;
    padding-bottom: 0;
}

.modal-content {
    border-radius: 0px;
}

.modal-body p {
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    margin: 0 0 20px 0;
}

#status {
    text-align: center;
    margin: 20px 0;
}

.error {
    font-size: 14px;
    text-align: center;
    color: #ff0000;
}

/* Breadcrumbs */
.breadcrumbs {
    display: block;
    font-size: 13px;
    color: #808080;
    margin-bottom: 20px;
}

.breadcrumbs a {
    color: #808080;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #4dadf7;
    text-decoration: none;
}

.breadcrumbs span {
    margin: 0 10px;
}

/* Profile spesific classes */
.profile,
.profile_category {
    width: 500px;
}

.edit-profile {
    width: 500px;
}

.profile_user_reason {
    color: #ff6666;
    font-weight: bold;
}

/* Vertical Navigation */
#navigation h2 {
    font-size: 11px;
    font-weight: bold;
    background-color: #c7c7c7;
    border-bottom: 1px solid #fff;
    padding: 5px 0 6.5px 10px;
    margin: auto;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

* html #navigation ul li {
    height: 1%;
}

#navigation a {
    display: block;
    font-size: 15px;
    color: #555;
    padding: 7px 5px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

#navigation a:hover {
    color: #202020;
    background-color: #fff;
}

/* Page Navigation */
.pagenav {
    font-size: 12px;
    color: #b1b1b1;
    padding: 4px;
    margin: 5px;
}

.pagenav span {
    font-weight: normal;
    color: #fff;
    background-color: #0054a1;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
    margin: 2px;
}

.pagenav a {
    color: #555;
    background-color: #e6e6e6;
    text-decoration: none;
    padding: 3px 8px 3px 8px;
    margin: 2px;
}

.pagenav a:hover {
    color: #fff;
    background-color: #9cb1d0;
    margin: 2px;
    text-decoration: none;
}

/*AJAX*/
.modal_page_content {
    color: #333;
    width: 900px;
}

.fancybox-content .pretitle {
    margin-bottom: 30px;
}

/* PHP-Fusion Helpers */
.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Helpers  */
.center {
    margin: 0 auto;
}

.content_center {
    text-align: center;
}

.flleft {
    float: left !important;
}

.flright {
    float: right !important;
}

.clear {
    clear: both;
}

/* IE Fixes */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hide from IE Mac  */
.clearfix {
    display: block;
}

/* End hide from IE Mac */
.floatfix {
    overflow: hidden;
}

* html .floatfix {
    width: 100%;
}

.center,
*[align="center"] {
    margin: 0 auto;
}

.side-menu-toggle {
    display: none;
}

.side-menu-toggle i:before {
    content: "\f0c9";
}

.side-menu-toggle.open i:before {
    content: "\f00d";
}

.frame__video_wrapper {
    background: url(../../upload_files/video/poster.jpg) center center no-repeat;
    background-size: cover;
    position: relative;

}

.frame__video_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.frame__video_wrapper video {
    opacity: 0;
}

#gallery {
    padding-bottom: 70px;
}

#gallery h2 {
    font-size: 36px;
}

#gallery .album {
    margin-top: 50px;
}

#gallery hr {
    margin-top: 70px;
}

#gallery {}

#gallery {}

#gallery {}

#gallery {}

#gallery {}

@media (max-width: 740px) {
    #video-slide {
        display: none;
    }

    .button {
        font-size: 14px;
    }

    .side-menu-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 10px;
        cursor: pointer;
        color: #bfc943;
        right: 10px;
        background-color: #fff;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        outline: none;
        border: none;
        font-size: 25px;
        z-index: 4;
        box-shadow: 0 0 3px #777;
    }

    .side-menu-toggle:hover,
    .side-menu-toggle:focus {
        background-color: #bfc943;
        color: #fff;
        outline: none;
    }

    .md-menu-control {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        background-color: #1a1e23;
        width: 100%;
        padding: 20px 10px;
        transition: .4s;
    }

    .md-menu-control>div,
    .md-menu-control>div>.row,
    .md-menu-control>div>.row>.col-12 {
        height: 100%;
    }

    .collapse:not(.show) {
        display: block;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 20px;
    }

    .header-contacts {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .header-call-to-action,
    .header-call-to-action a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-nav li {
        margin-bottom: 5px;
    }

    .header-assets {
        padding: 60px 0 0px;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .header-assets.fix {
        padding: 0;
        position: static;
        left: auto;
        top: auto;
        right: auto;
    }

    .normal-left {
        left: 0;
    }

    .navbar-nav>li>a {
        margin-right: 0px;
        font-size: 24px;
    }

    .header-phone {
        margin-bottom: 20px;
    }

    .header-phone a {
        font-size: 16px;
        display: block;
        position: relative;
        padding-left: 26px;
    }

    .header-phone i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-phone,
    .header-phone a {
        margin-right: 0;
    }

    .header-logo {
        width: 116px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .header-logo img {
        max-width: 100%;
    }

    header {
        border-top: none;
        margin-bottom: 18px;
    }

    header:before {
        display: none;
    }

    .main-slider {
        height: auto;
        margin-top: -18px;
    }

    .main-slider .slick-dots {
        top: auto;
        bottom: auto;
    }

    .modal_page_content {
        width: auto;
    }

    .main-slider-img {
        height: auto;
    }

    .main-slider-content {
        justify-content: center;
        padding: 40px 0 0;
        position: static;
        color: #333;
    }

    .main-slider-caption {
        font-size: 20px;
        line-height: 22px;
        margin-top: 15px;
    }

    .main-slider-subtitle {
        font-size: 18px;
        line-height: 19px;
    }

    .paragraph {
        margin-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 16px;
    }

    #about {
        padding: 40px 0;
    }

    #about img {
        margin-bottom: 20px;
        width: 100%;
    }

    #services {
        padding: 40px 0;
    }

    #services .capmain h2 br {
        display: none;
    }

    #pluses {
        background-position: left top;
        padding: 40px 0 0;
    }

    #photos {
        padding: 40px 0 0;
    }

    .text-slide-content {
        padding: 20px;
    }

    .text-slide-caption {
        font-size: 26px;
        line-height: 26px;
    }

    .big .text-slide-desc {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .text-slide-desc {
        top: 20px;
        right: 20px;
        left: 20px;
    }

    .text-slide-additional {
        left: 20px;
        right: 20px;
    }

    .text-slide .text-slide-additional.top {
        top: 20px;
    }

    .text-slide-additional.bottom {
        bottom: 20px;
    }

    .text-slide-content.has-additional {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .text-slide.big .text-slide-additional {
        display: none;
    }

    .white-block {
        margin-top: 40px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .white-block ul li {
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
    }

    .white-block ul>li:first-child {
        padding-top: 0;
    }

    .white-block ul>li:last-child {
        padding-bottom: 0;
    }

    .white-block ul>li:nth-child(even) {
        background-color: #fd3250;
    }

    .white-block ul>li:nth-child(odd) {
        background-color: #bfc943;
    }

    .und-text {
        margin-right: 20px;
        border-bottom: none;
    }

    #digits {
        padding: 30px 0;
    }

    .digit-block {
        margin-bottom: 20px;
    }

    #entertainment {
        padding: 40px 0;
    }

    #video {
        padding-bottom: 40px;
    }

    .md-w100 {
        width: 100%;
    }

    .custom-tabs a {
        padding: 15px 15px;
        font-size: 14px;
    }

    .photo-wrapper {
        max-height: 240px;
    }

    .wrapper-prlx {
        -webkit-background-size: cover;
        background-size: cover;
    }

    #nitza {
        background-image: none;
        height: auto;
        min-height: 0;
    }

    .pretitle {
        margin-bottom: 15px;
        padding-left: 50px;
        font-size: 15px;
    }

    .pretitle:before {
        width: 40px;
    }

    .capmain h1,
    .capmain h2 {
        margin-bottom: 25px;
        font-size: 28px;
        line-height: 32px;
        width: 100%;
    }

    .capmain h1 br,
    .capmain h2 br {
        display: none;
    }

    #reviews .frase {
        margin-bottom: 30px;
    }

    .digit {
        font-size: 40px;
        line-height: 41px;
    }

    .digit-desc {
        font-size: 19px;
        line-height: 19px;
    }

    .map-block {
        margin-left: -15px;
        width: 100%;
        bottom: -50px;
    }

    .map-block .phone {
        font-size: 26px;
    }

    .map-block .phone a {
        margin-bottom: 15px;
    }

    .map-block .text {
        font-size: 16px;
    }

    .footer-contacts-content {
        margin-bottom: 20px;
    }

    #nitza .capmain h2 {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 32px;
    }

    #nitza .capmain h2 br {
        display: none;
    }

    #nitza .pretitle {
        margin-bottom: 20px;
        font-size: 14px;
    }

    #reviews {
        padding: 40px 0 0px;
    }

    .reviews-slider {
        padding-bottom: 50px;
    }

    .reviews-slider .slick-arrow {
        position: absolute;
        bottom: 10px;
        top: auto;
    }

    .footer-menu {
        display: none;
    }

    .oplata {
        display: block;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 20px;
    }
}

@media (min-width:750px) and (max-width: 850px) {
    .modal_page_content {
        width: auto;
    }

    .side-menu-toggle {
        display: block;
        position: fixed;
        top: 10px;
        cursor: pointer;
        color: #bfc943;
        right: 5px;
        background-color: #fff;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        outline: none;
        border: none;
        font-size: 25px;
        z-index: 4;
        box-shadow: 0 0 3px #777;
    }

    .side-menu-toggle:hover,
    .side-menu-toggle:focus {
        background-color: #bfc943;
        color: #fff;
        outline: none;
    }

    .md-menu-control {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        background-color: #1a1e23;
        width: 250px;
        padding: 20px 10px;
        transition: .4s;
    }

    .md-menu-control>div,
    .md-menu-control>div>.row,
    .md-menu-control>div>.row>.col-12 {
        height: 100%;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
    }

    .header-contacts {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .header-call-to-action,
    .header-call-to-action a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-nav li {
        margin-bottom: 5px;
    }

    .header-assets {
        padding: 0px;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .header-assets.fix {
        padding: 0;
        position: static;
        left: auto;
        top: auto;
        right: auto;
    }

    .normal-left {
        left: 0;
    }

    .navbar-nav>li>a {
        margin-right: 0px;
    }

    .header-phone {
        margin-bottom: 20px;
    }

    .header-phone a {
        font-size: 16px;
        display: block;
        position: relative;
        padding-left: 26px;
    }

    .header-phone i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-phone,
    .header-phone a {
        margin-right: 0;
    }

    .header-logo {
        width: 70px;
        margin-left: -35px;
        margin-top: 5px;
    }

    .header-logo img {
        max-width: 100%;
    }

    header {
        border-top: none;
    }

    header:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 450px;
        margin-left: -225px;
    }

    .main-slider .slick-dots {
        width: 50px;
    }

    .main-slider {
        height: auto;
    }

    .main-slider-img {
        height: auto;
    }

    .main-slider-caption {
        font-size: 50px;
        line-height: 50px;
    }

    .main-slider-subtitle {
        font-size: 26px;
        line-height: 26px;
    }

    .paragraph {
        margin-top: 25px;
        padding-left: 30px;
        padding-right: 10px;
    }

    .main-slider-content {
        justify-content: center;
        padding: 0;
    }

    #about {
        padding: 40px 0;
    }

    #services .capmain h2 br {
        display: none;
    }

    #pluses {
        background-position: left top;
    }

    #photos {
        padding: 40px 0 0;
    }

    .text-slide .text-slide-additional.top {
        top: 30px;
    }

    .text-slide-additional.bottom {
        bottom: 30px;
    }

    .text-slide-content.has-additional {
        background-color: rgba(0, 0, 0, 0.5);
    }

    #entertainment {
        padding: 40px 0;
    }

    .md-w100 {
        width: 100%;
    }

    .custom-tabs a {
        padding: 15px 15px;
        font-size: 14px;
    }

    .photo-wrapper {
        max-height: 240px;
    }

    .wrapper-prlx {
        -webkit-background-size: cover;
        background-size: cover;
    }

    #nitza {
        background-image: none;
        height: auto;
        min-height: 0;
    }

    .pretitle {
        margin-bottom: 20px;
    }

    .capmain h1,
    .capmain h2 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 42px;
    }

    #reviews .frase {
        margin-bottom: 30px;
    }

    .digit {
        font-size: 40px;
        line-height: 41px;
    }

    .digit-desc {
        font-size: 19px;
        line-height: 19px;
    }

    .map-block {
        margin-left: -15px;
        width: 100%;
        bottom: -50px;
    }

    .map-block .phone {
        font-size: 30px;
    }

    .map-block .phone a {
        margin-bottom: 5px;
    }

    .footer-contacts-content {
        margin-bottom: 20px;
    }

}

@media (min-width:850px) and (max-width:1050px) {

    .side-menu-toggle {
        display: block;
        position: fixed;
        top: 10px;
        cursor: pointer;
        color: #bfc943;
        right: 5px;
        background-color: #fff;
        border-radius: 25px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        outline: none;
        border: none;
        font-size: 25px;
        z-index: 4;
        box-shadow: 0 0 3px #777;
    }

    .side-menu-toggle:hover,
    .side-menu-toggle:focus {
        background-color: #bfc943;
        color: #fff;
        outline: none;
    }

    .md-menu-control {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -250px;
        background-color: #1a1e23;
        width: 250px;
        padding: 20px 10px;
        transition: .4s;
    }

    .md-menu-control>div,
    .md-menu-control>div>.row,
    .md-menu-control>div>.row>.col-12 {
        height: 100%;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
    }

    .header-contacts {
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .header-call-to-action,
    .header-call-to-action a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .navbar-nav li {
        margin-bottom: 5px;
    }

    .header-assets {
        padding: 0px;
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .header-assets.fix {
        padding: 0;
        position: static;
        left: auto;
        top: auto;
        right: auto;
    }

    .normal-left {
        left: 0;
    }

    .navbar-nav>li>a {
        margin-right: 0px;
    }

    .header-phone {
        margin-bottom: 20px;
    }

    .header-phone a {
        font-size: 16px;
        display: block;
        position: relative;
        padding-left: 26px;
    }

    .header-phone i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .header-phone,
    .header-phone a {
        margin-right: 0;
    }

    .main-slider {
        height: auto;
    }

    .main-slider-img {
        height: auto;
    }

    .main-slider-caption {
        font-size: 50px;
        line-height: 50px;
    }

    .main-slider-subtitle {
        font-size: 26px;
        line-height: 26px;
    }

    .paragraph {
        margin-top: 25px;
    }

    .main-slider-content {
        justify-content: flex-start;
    }

    #about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .text-slide-content {
        padding: 10px;
    }

    .text-slide-caption {
        font-size: 26px;
        line-height: 26px;
    }

    .big .text-slide-desc {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .text-slide-desc {
        top: 10px;
        right: 10px;
        left: 10px;
    }

    .text-slide-additional {
        left: 10px;
        right: 10px;
    }

    .text-slide:hover .text-slide-additional.bottom {
        bottom: 10px;
    }

    .text-slide:hover .text-slide-additional.top {
        top: 10px;
    }

    #pluses {
        padding: 40px 0;
        background-position: top left;
        -webkit-background-size: cover;
        background-size: cover;
    }

    #nitza {
        background-position: 490% 0;
        padding: 40px 0;
        min-height: 0;
    }

    #nitza .capmain h2 {
        margin-bottom: 20px;
    }

    #nitza .capmain h2 br {
        display: none;
    }

    #nitza .pretitle {
        margin-bottom: 20px;
    }

    .footer-contacts-icon {
        width: 46px;
        height: 36px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .main-slider {
        /* height: 100vh; */
    }

    .main-slider-content {
        justify-content: flex-start;
    }

    .navbar-nav>li>a {
        margin-right: 15px;
    }

    .header-assets {
        padding-right: 0px;
        padding-left: 0px;
    }

    .button {
        font-size: 15px;
    }

    .header-phone {
        margin-right: 0;
    }

    .header-phone a {
        margin-right: 12px;
        font-size: 15px;
    }

    .header-phone i {
        margin-right: 7px;
    }

    .navbar-nav>li {
        line-height: 14px;
    }

    .navbar-nav>li>a {
        margin-right: 15px;
        font-size: 15px;
        line-height: 14px;
    }

    .header-assets.fix {
        padding: 10px 20px;
    }

    .header-logo {
        width: 100px;
        margin-left: -50px;
    }

    .header-logo img {
        max-width: 100%;
    }

    header:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 500px;
        margin-left: -250px;
    }

    .text-slide-content {
        padding: 20px;
    }

    .text-slide-additional {
        right: 20px;
        left: 20px;
    }

    .text-slide:hover .text-slide-additional.top {
        top: 20px;
    }

    .text-slide img {
        backface-visibility: hidden;
    }

    .photo-wrapper {
        max-height: 200px;
    }

    #nitza {
        background-position: 200% 0;
    }
}

@media (min-width:1300px) and (max-width:1400px) {
    .main-slider {
        /* height: 100vh; */
    }

    .main-slider-content {
        justify-content: flex-start;
    }

    .navbar-nav>li>a {
        margin-right: 15px;
    }

    .header-assets {
        padding-right: 0px;
        padding-left: 0px;
    }

    .header-assets.fix {
        padding: 10px 20px;
    }

    #nitza {
        background-position-x: 170%;
    }

    .header-assets {
        padding-right: 0;
        padding-left: 0;
    }

    .header-phone {
        margin-right: 0;
    }

    .header-phone a {
        margin-right: 12px;
        font-size: 15px;
    }

    .navbar-nav>li {
        line-height: 14px;
    }

    .navbar-nav>li>a {
        margin-right: 25px;
        font-size: 15px;
        line-height: 15px;
    }

    header:before {
        -webkit-background-size: contain;
        background-size: contain;
        width: 550px;
        margin-left: -275px;
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .main-slider {
        /* height: 100vh; */
    }

    .main-slider-content {
        justify-content: center;
    }

    .header-assets {
        padding-right: 0;
        padding-left: 0;
    }

    .header-phone {
        margin-right: 0;
    }

    .header-phone a {
        margin-right: 15px;
        font-size: 16px;
    }

    .navbar-nav>li {
        line-height: 16px;
    }

    .navbar-nav>li>a {
        margin-right: 25px;
        line-height: 16px;
    }
}

@media (min-width:1500px) and (max-width:1650px) {
    .header-assets {
        padding-right: 0;
        padding-left: 0;
    }

    .header-phone {
        margin-right: 0;
    }

    .header-phone a {
        margin-right: 15px;
    }
}

@media(min-width:1701px) and (max-width:1800px) {
    header .navbar-nav li:last-child {
        margin-left: 25vw;
    }
}

@media(min-width:1651px) and (max-width:1700px) {
    header .navbar-nav li:last-child {
        margin-left: 22vw;
    }
}

@media(min-width:1501px) and (max-width:1650px) {
    header .navbar-nav li:last-child {
        margin-left: 25vw;
    }
}

@media(min-width:1201px) and (max-width:1500px) {
    header .navbar-nav li:last-child {
        margin-left: 25vw;
    }
}

@media(min-width:1051px) and (max-width:1200px) {
    header .navbar-nav li:last-child {
        margin-left: 24vw;
    }
}

.side-menu-toggle i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-width-img {
    width: 100%;
    display: block;
    object-fit: cover;
    max-height: 297px;
}

.full-width-img-big {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.full-width-img-photos {
    width: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 500/333;
}

.form-check-label {
    font-size: 12px;
    line-height: 1rem;
}


.events-form {

    @media (max-width: 828px) {
        br {
            display: none;
        }
    }

    @media (max-width: 991.98px) {
        flex-direction: column;
        row-gap: 20px;

        .text-right,
        .text-left {
            text-align: center !important;
        }

    }
}

.photos-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-block: 30px;

    .toggle-photos-btn {
        min-width: 240px;
    }
}

.stock-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .stock-block {
        grid-template-columns: 1fr;
    }
}

.stock-card {
    background-color: #f7f7f7;
    padding: 15px;

    .text-slide {
        margin-bottom: 15px;
        position: relative;
    }

    .text-slide:hover .text-slide-content.has-additional {
        background-color: unset;
    }

    .text-slide-caption {
        text-align: left;
        z-index: 2;
    }

    .text-slide-desc {
        text-align: left;
        color: #000;
        position: static;
        min-height: fit-content;
        font-size: 18px;
        line-height: 27px !important;
        padding-inline: 25px;
    }

    .text-slide::after {
        z-index: 1;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
        pointer-events: none;
    }
}


.float-button {
    position: fixed;
    -webkit-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.2);
    bottom: 20px;
    left: 20px;
    z-index: 999;
}

@media (max-width: 768px) {
    .float-button {
        transform: translateX(-50%);
        left: 50%;
    }
}