:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-btn-border-color: #40251b;
    --bs-btn-active-bg: #40251b;
    --bs-btn-active-border-color: #40251b;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 'FuturaBookC', system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #40251b;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

p {
    font-size: 20px;
}

.bg-gr {
    background-color: #365150;
}

ul.menudesck {
    margin-top: 55px;
    margin-bottom: 55px;
}

.cat-img-lg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.h-img {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
}

.cat-select {
    max-width: 980px;
}

.bg-gr-left {
    position: relative;
}

.bg-gr-left::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: #365150;
}

.log-desc {
    position: absolute;
    top: 15px;
    left: 255px;
    z-index: 10;
}

.bg-y {
    background-color: #f9f5f3;
}

.bg-r {
    background-color: #c9917d;
}

.page-wrap {
    float: left;
    width: 100%;
    overflow: hidden;
}

.log-ar {
    margin-top: 55px;
    margin-bottom: 55px;
}

.logo-text {
    font-size: 25px;
    line-height: normal;
    font-family: 'HelveticaNeueCyr';
    font-weight: bold;
}

#header {
    float: left;
    width: 100%;
}

#main {
    float: left;
    width: 100%;
}

#footer {
    float: left;
    width: 100%;
}

.mb-n5 {
    margin-bottom: -3rem;
}

.text-top-h {
    margin-top: 100px;
}

.img-parrr {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}

.img-parrr-img {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/web/img/par-mg.jpg);
    background-size: cover;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
    width: 100%;
}

a.read-more {
    text-decoration: none;
    color: #40251b;
}

a.read-more:after {
    content: ' ';
    display: block;
    /* width: 100%; */
    height: 1px;
    background-color: #40251b;
}

.nav-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 10;
}

.nav-controls li {
    list-style-type: none;
    list-style-image: none;
    color: #fff;
    font-size: 45px;
    text-shadow: 1px 1px 12px #8A8A8A;
}

.nav-controls li.prev {
    position: absolute;
    left: 5px;
    top: -25px;
}

.nav-controls li.next {
    position: absolute;
    right: 5px;
    top: -25px;
}

.my-slider {
    position: relative;
}

.c-point {
    cursor: pointer;
}

.form-contr {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #365150;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-contr:active, .form-contr:hover, .form-contr:focus {
    outline: 0;
    outline-offset: 0;
}

[aria-disabled="true"] {
    opacity: 0.1;
}

.cat-list .nav-link {
    background-color: #E6E0DE;
}

.cat-list .nav-link.active {
    background-color: #B2BEB0;
}

.cat-list .nav-link:hover {
    background-color: #B2BEB0;
}

.mt-n5 {
    margin-top: -3rem;
}


.w-280px {
    width: 280px;
}

.gr-line {
    height: 124px;
    margin-top: -124px;
}

.fancybox__backdrop {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.img-serv {
    /* position: absolute; */
    width: 61%;
}

.img-serv-a {
    position: absolute;
    width: 61%;
}

ul.menudesck li a {
    font-size: 20px;
}

.zag-serv {
    font-size: 30px;
}

.color-sel {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.zag-serv:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #40251b;
    margin-top: 0.8rem;
}

.v-100 {
    position: relative;
    height: 100%;
}

.mobmenu {
    font-size: 18px !important;
    font-weight: bold;
}

.mobmenu .dropdown-menu {
    font-size: 18px !important;

}

.mobmenu .dropdown-item {
    font-weight: bold !important;
}

.cat-btn {
    font-size: 25px;
}

.naw-btn-slide svg {
    fill: rgb(1, 84, 80);
    stroke: rgb(1, 84, 80);
    stroke-width: 1px;
}

.naw-btn-corusel {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    z-index: 2;
}

.naw-btn-slide {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 2;
}

.navigat {
    display: block;
    width: 25px;
    position: absolute;
    cursor: pointer;
    margin-left: 50px;
}

.nextButton.navigat {
    transform: scaleX(-1);
    right: 0;
    margin-right: 50px;
}

.naw-btn-corusel .navigat {
    margin-left: -50px;
}

.naw-btn-corusel .nextButton.navigat {
    transform: scaleX(-1);
    right: 0;
    margin-right: -50px;
}


.nav-dot-slide button {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border: none;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
}

.nav-dot-slide button.tns-nav-active {
    background: none;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    border: 2px #ffffff solid;
}

.nav-dot-slide {
    position: absolute;
    width: 100%;
    display: flex;
    z-index: 2;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin-bottom: 15px;
}

a.arrow-header {
    position: absolute;
    right: 0;
    margin-right: -127px;
    margin-top: -121px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(64, 37, 27);
}

.arrow-header .toot {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

a.arrow-header svg {
    width: 7px;
    height: 40px;

    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-left: 25px;
    margin-bottom: -5px;
}

@media (max-width: 767.98px) {}

@media (min-width: 768px) {
    .w-md-auto {
        width: auto !important;
    }

    .text-md-top-h {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {

    a.arrow-header {
        font-size: 24px;
        margin-right: -51px;
        margin-top: -167px;
    }

    a.arrow-header svg {
        width: 20px;
        height: 80px;
        margin-left: 41px;
    }

    .mob-bg-head {
        padding-bottom: 200px;
        margin-bottom: -200px;
    }

    .bg-gr-left::before {
        width: 100%;
    }

    .bg-gr-left.bg-gr-none-mob::before {
        background: none;
    }

    .bg-gr.bg-gr-none-mob {
        background: none;
    }

    .text-mob-gr {
        color: #40251b !important;
    }


    .img-fl-mob {
        width: 100% !important;
    }

    .img-fl-mob-92 {
        width: calc(100% - 100px) !important;
    }

    .img-parrr {
        padding-bottom: 60%;
    }

    .img-serv-mob {
        width: 100%;
    }

    .gr-line {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute !important;
    }

    .w-lg-280px {
        width: 280px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    a.arrow-header {
        margin-right: -94px;
    }
}