@charset "UTF-8";
.summury_one {margin-top:15px;}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}



table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: 400;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container:after,
.row:after {
  clear: both;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left-xs {
  text-align: left;
}

.text-center-xs {
  text-align: center;
}

.text-right-xs {
  text-align: right;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row,
.my-row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.content {
  line-height: 1.8;
  font-size: 15px;
}

.main-wrapper {
  min-height: 100%;
  margin-bottom: -395px;
  background: #fff;
}

.footer-push {
  height: 395px;
}

.footer-wrapper {
  min-height: 395px;
  background: #252525;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.footer-wrapper a {
  color: #fff;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-top-wrapper {
  padding: 50px 0 20px;
}

.footer-top-wrapper {
  min-height: 315px;
}

.footer-top-first .footer-text {
  margin: 30px 0 50px;
}

.footer-top-wrapper .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
}

.footer-top-wrapper .title:after {
  content: "";
  display: block;
  width: 60px;
  border-top: 2px solid #e44900;
  margin-top: 5px;
  margin-bottom: 10px;
}

.footer-menu li {
  margin-bottom: 1px;
}

.footer_l li {
  margin-bottom: 7px;
}

.footer-contacts-el {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.footer-contacts-el a {
  text-decoration: none;
}

.footer-top-first img {
  max-width: 205px;
  height: auto;
}

.footer-contacts-el a:hover {
  color: #e44900;
}

.footer-top-last .button {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}

.footer-top-last .button:hover {
  background: 0 0;
  border-color: #e44900;
  color: #e44900;
}

.footer-contacts .stel {
  padding-right: 50px;
}

.social-links a {
  margin: 0 10px 0 0;
}

.footer-wrapper .social-links {
  padding-top: 15px;
}

.social-links a {
  color: #000;
  margin: 0 5px 0 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.social-links a:hover i {
  color: #fff;
}

.social-links .vk_link:hover {
  background: #5880b7;
  border-color: #5880b7;
}

.social-links .fb_link:hover {
  color: #fff;
  background: #415897;
  border-color: #415897;
}

.social-links .tw_link:hover {
  background: #40a0f1;
  border-color: #40a0f1;
}

.social-links .inst_link:hover {
  background: #8838a4;
  border-color: #8838a4;
}

.social-links .yutb_link:hover {
  background: #f50000;
  border-color: #f50000;
}

.social-links .ok_link:hover {
  background: #ee811c;
  border-color: #ee811c;
}

.social-links .tg_link:hover {
  color: #fff;
  background: #415897;
  border-color: #415897;
}

.social-links a.msfavorites {
  width: auto;
  padding: 0 10px;
}

h1,
.title-h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
  font-weight: 700;
  font-style: normal;
}

.card-product-template h1,
.title-h1 {
  margin-bottom: 20px;
}

h2,
.title-h2 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
  position: relative;
  font-weight: 700;
  font-style: normal;
}

h3,
.title-h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
  color: #2e2e2e;
}

h4,
.title-h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
  position: relative;
  font-weight: 700;
}

h5,
.title-h5 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 10px;
  position: relative;
  font-weight: 700;
}

h1.line,
h2.line {
  position: relative;
}

h1.line:after,
h2.line:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #e44900;
}

.title-h2 span {
  font-size: 18px;
  line-height: 1;
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 10px;
}

blockquote {
  position: relative;
  margin: 30px 0;
  padding: 2px 0 5px 20px;
  border-left: 2px solid #493939;
  text-align: left;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

a {
  color: #493939;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: none;
  text-decoration: underline;
}

a.decoration-none {
  text-decoration: none;
}

strong,
b,
.bold {
  font-weight: 700;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.red {
  color: red;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a.absolute {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

em,
i {
  font-style: italic;
}

.cleaner,
.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

.clear-hr,
.cleaner-hr {
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.upper {
  text-transform: uppercase;
}

.error {
  color: red;
}

img {
  max-width: 100%;
}

img.left {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

img.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #8a8a8a;
}

.gray-bg {
  background: #f7f8fa;
}

.strike {
  text-decoration: line-through;
}

ul.list,
ol.list,
.product-text ul,
.content ul,
.product-text ol,
.content ol {
  margin-bottom: 30px;
}

ul.list > li,
ol.list > li,
.product-text ul > li,
.product-text ol > li,
.content ul > li,
.content ol > li {
  margin-bottom: 15px;
  position: relative;
}

.content ol > li {
  position: relative;
  margin: 0;
  padding: 0 0 10px;
}

ul.list > li,
.product-text ul > li,
.content ul > li {
  padding-left: 25px;
}

ul.list > li:before,
.product-text ul > li:before,
.content ul > li:before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #e44900;
  font-size: 16px;
}

ul.list ul,
ol.list ul,
ol.list ol,
ul.list ol,
.product-text ul ul,
.content ul ul,
.product-text ol ul,
.content ol ul,
.product-text ol ol,
.content ol ol,
.product-text ul ol,
.content ul ol {
  padding-top: 10px;
  padding-left: 10px;
}

ul.list ul li,
ol.list ul li,
.product-text ul ul li,
.product-text ol ul li,
.content ol ul li,
.content ul ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
}

ul.list ul li:after,
ol.list ul li:after,
.product-text ul ul li:after,
.content ul ul li:after,
.product-text ol ul li:after,
.content ol ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0;
  border: 1px solid #999;
  border-radius: 50%;
}

ul.list ol li,
ol.list ol li,
.product-text ul ol li,
.content ul ol li,
.product-text ol ol li,
.content ol ol li {
  list-style: decimal;
  padding-left: 3px;
  margin-left: 12px;
  margin-bottom: 10px;
}

ol.list,
.product-text ol,
.content ol {
  counter-reset: item;
}

ol.list li,
.product-text ol,
.content ol {
  display: block;
}

ol.list li:before,
.product-text ol:before,
.content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  padding: 0 5px 0 10px;
  color: #e44900;
  font-weight: 800;
}

ul.list ul ol li:after,
ol.list ul ol li:after,
.product-text ul ul ol li:after,
.content ul ul ol li:after,
.product-text ol ul ol li:after,
.content ol ul ol li:after {
  display: none;
}

.content table {
  width: 100%;
  border-collapse: collapse;
}

.content table tr:nth-child(odd) {
  background: #f5f5f5;
}

.content table td,
.content table th {
  padding: 14px 20px;
  font-size: 14px;
  vertical-align: middle;
  color: #5f5f5f;
}
.blocks_n_wrapper {border-radius:10px; margin:30px 0!important;}
.content table th {
  color: #fff;
  font-weight: 700;
    background: #e44900;
}

.content table .separate td {
  background: #e2e6e7;
  color: #333;
  font-weight: 700;
}

:root {
  --color-whte: #fff;
  --color-whte--rgb: 255, 255, 255;
  --color-blck: #000000;
  --color-blck--rgb: 0, 0, 0;
  --color-text: #262121;
  --color-text--rgb: 38, 33, 33;
  --color-alt: #96979B;
  --color-alt--rgb: 150, 151, 155;
  --color-primary: #262121;
  --color-primary--rgb: 38, 33, 33;
  --color-accent: #E44900;
  --color-accent--rgb: 228, 73, 0;
  --color-accent-100: #F9ECE5;
  --color-accent-100--rgb: 249, 236, 229;
  --color-success: #3E8D50;
  --color-success--rgb: 62, 141, 80;
  --color-success-100: #4CBC66;
  --color-success-100--rgb: 76, 188, 102;
  --color-gray-50: #F6F6F6;
  --color-gray-50--rgb: 246, 246, 246;
  --color-gray-100: #F4F5F7;
  --color-gray-100--rgb: 244, 245, 247;
  --color-gray-200: #D2D2D2;
  --color-gray-200--rgb: 210, 210, 210;
  --color-gray-300: #4E4E4E;
  --color-gray-300--rgb: 78, 78, 78;
  --color-gray-400: #757575;
  --color-gray-400--rgb: 117, 117, 117;
  --color-gray-500: #686868;
  --color-gray-500--rgb: 104, 104, 104;
  --color-border: #DFDFDF;
  --color-border--rgb: 223, 223, 223;
  --color-border-100: #E2E2E2;
  --color-border-100--rgb: 226, 226, 226;
  --color-border-200: #CDCDCD;
  --color-border-200--rgb: 205, 205, 205;
  --container-width: 1542px;
  --container-pad: 20px;
  --font-main: "Roboto", sans-serif;
  --font-title: "Inter", sans-serif;
  --font-secondary: "Inter", sans-serif;
  --font-size: 16px;
  --transition: 0.3s ease-in-out;
}

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}
/* 
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
} */

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 10px;
}
.content p {
    margin-bottom: 10px;
}


img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Regular.woff") format("woff"), url("../fonts/InterTight-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterTight-Medium.woff") format("woff"), url("../fonts/InterTight-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterTight-SemiBold.woff") format("woff"), url("../fonts/InterTight-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterTight-Bold.woff") format("woff"), url("../fonts/InterTight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
  font-family: "MagistralBlackC";
  src: url("../fonts/Magistralblackc.woff") format("woff"), url("../fonts/Magistralblackc.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.woff") format("woff"), url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body.noscroll {
  position: fixed;
  left: 0;
  right: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--color-blck);
  text-rendering: optimizespeed;
  position: relative;
  background-color: #FCFCFC;
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

main {
  display: block;
  width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: none;
}

img,
iframe {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.container-wide {
  max-width: var(--container-width);
  padding: 0 var(--container-pad);
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

.section {
  padding: 70px 0;
  font-size: 16px;
}

.section + .section {
  padding-top: 0;
}

.h3 {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.heading-title {
  position: relative;
  padding-bottom: 13px;
}

.heading-title::before {
  content: "";
  width: 102px;
  height: 3px;
  background-color: var(--color-accent);
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-control {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color-whte);
  border: 1px solid #CDCDCD;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease-in;
}

.slider-control-sm {
  width: 32px;
  height: 32px;
}

.page-inner {
  padding: 25px 0 120px;
}

.page-with-nav__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.page-with-nav__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.page-with-nav__aside {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.page-nav-link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border: 1px dashed var(--color-gray-200);
  color: #686868;
}

.page-nav-link._is-active {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.swiper-pagination {
  position: static;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 !important;
  background-color: var(--color-primary);
}

.select {
  position: relative;
}

.select select {
  background-color: var(--color-gray-100);
  border-radius: 6px;
  min-width: 165px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
}

.select::before {
  width: 31px;
  height: 31px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/icons/select-arrow-down.svg") center center/10px no-repeat, var(--color-gray-100);
  border-radius: 6px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pagination__btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #838383;
}

.pagination__item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #838383;
}

.pagination__item._is-active {
  background-color: var(--color-accent);
  color: var(--color-whte);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 15px;
  border: 1px solid var(--color-accent);
  background-color: var(--color-accent);
  color: var(--color-whte);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.btn svg {
  color: currentColor;
}

.btn--wide {
  width: 100%;
}

.btn--outline {
  background-color: var(--color-whte);
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.btn--border {
  background-color: var(--color-whte);
  color: var(--color-primary);
  border-color: var(--color-border-100);
}

.btn-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border: 1px solid var(--color-accent-100);
  background-color: var(--color-accent-100);
  padding: 11px 23px;
  color: var(--color-accent);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.header {
  background-color: var(--color-whte);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.0509803922);
}

.header-top {
  padding: 2px 0 2px;
  /*  background-color: var(--color-gray-100); */
}

.header-top .container-wide {
  display: flex;
  align-items: center;
  gap: 37px;
}

.header-top__tel svg{
  
    width: 12px;
    margin-right: 5px;

}

.header-top__adress {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.header-top__links {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-left: auto;
}

.header-top__link {
  padding: 10px;
  color: #6f7682;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  transition: color 0.25 ease-in;
}

.header-top__tel {
  font-size: 14px;
  font-weight: 600;
  transition: color 0.25 ease-in;
}

.header-main {
  padding: 3px 0 3px;
}

.header-main .container-wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.header-main__logo {
  display: flex;
  align-items: center;
  max-width: 385px;
}

.header-main__logo img,
.header-main__logo picture {
  display: block;
  width: 100%;
}
.header-main__logo span {
    font-size: 14px;
    margin-left: 15px;
}
.header-main__search {
  max-width: 603px;
  width: 100%;
}

.header-main__catalog-btn {
  display: flex;
  align-items: center;
  font-family: Arial;
  gap: 5px;
  padding: 13px 15px 13px 19px;
  background-color: var(--color-accent);
  color: var(--color-whte);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
}

.header-main__toolbars {
  max-width: 310px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.header-main__toolbar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  height: 42px;
  transition: opacity 0.25 ease-in;
  cursor: pointer;
}

.header-main__toolbar-counter {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-whte);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}

.header-main__toolbar-title {
  letter-spacing: 0.5px;
}

.header-main__burger {
  display: none;
}

.header-main__cabinet {
  display: none;
}

.header-bottom {
  padding: 10px 0 14px;
}

.header-cabinet {
  position: relative;
}

.header-cabinet__btn {
  width: 27px;
  height: 23px;
}

.header-cabinet__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: var(--color-whte);
  border: 1px solid #F0F0F0;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 8px;
  min-width: 90px;
}

.header-cabinet__dropdown.is-open {
  opacity: 1;
  visibility: visible;
}

.header-cabinet__item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  line-height: 1;
}

.header-cabinet__item:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F0F0F0;
}

.header-cabinet__item svg {
  flex-shrink: 0;
}

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-nav__item {
  font-size: 14px;
  line-height: 1;
  transition: opacity 0.25 ease-in;
}

.searchbar {
  width: 100%;
  position: relative;
}

.searchbar__input {
  display: inline-block;
  width: 100%;
  padding: 11px 48px 11px 22px;
  border-radius: 0.375rem;
  border: 1px solid var(--color-border);
  background-color: var(--color-whte);
  font-size: 16px;
  line-height: 1;
}

.searchbar__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 43px;
  background-color: var(--color-accent);
  color: var(--color-whte);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: opacity 0.25 ease-in;
}

.searchbar__btn svg {
  display: block;
}

.header-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.header-menu__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.header-menu__close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 14px;
  left: 10px;
}

.header-menu__inner {
  max-width: 158px;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: var(--color-whte);
  padding: 58px 10px 30px;
  z-index: 99;
  position: relative;
}

.header-menu__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.header-menu__item a, .header-menu__item span {
  font-size: 12px;
}

.header-menu__tel {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal--m .modal__content {
  max-width: 480px;
}

.modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.modal__content {
  position: absolute;
  max-width: 690px;
  width: 100%;
  padding: 40px;
  background-color: var(--color-whte);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.modal__title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

.modal__title a {
  color: var(--color-blue);
}

.modal__text {
  font-size: 20px;
}

.modal__text a {
  color: var(--color-blue);
}

.modal__close {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal__close::before {
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  background-color: var(--color-alt);
  mask: url("../img/icons/close.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/close.svg") center center/contain no-repeat;
  transition: 0.25s ease-in;
}

.modal__controls {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.hero.section {
  padding-bottom: 35px;
  padding-top: 30px;
}

.hero__inner {
  position: relative;
  padding: 35px 45px;
  min-height: 419px;
  background: linear-gradient(94.85deg, #f7f8fa 0%, #dcdcdc 100%);
  border-radius: 16px;
}

.hero__title {
  font-family: var(--font-title);
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero__img {
  display: block;
  position: absolute;
  max-width: 58%;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hero__img img {
  width: 100%;
}

.hero__benefits {
  max-width: 460px;
}

.hero__benefits-item {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-gray-300);
}

.hero__benefits-item:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/template/img/icons/accepted.svg") center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.hero__benefits-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.popular__title {
  margin-bottom: 30px;
}

.popular__title {
  margin-bottom: 30px;
}

.popular__categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.popular__category {
  position: relative;
  display: flex;
  letter-spacing: 0.4px;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
}

.popular__category-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.popular__category-img img {
  width: 100%;
  display: block;
}

.popular__category-title {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.products-slider__head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.products-slider__inner {
  position: relative;
}

.products-slider__prev,
.products-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
}

.products-slider__prev {
  left: -90px;
}

.products-slider__next {
  right: -90px;
}

.products-slider__wrapper {
  padding: 1px;
  margin: -1px;
  overflow: hidden;
}

.products-slider__item.swiper-slide {
  border: 1px solid var(--color-border-100);
  padding: 10px;
  border-radius: 14px;
}

.products-slider__item-img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  background-color: var(--color-whte);
}

.products-slider__item-img img {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.products-slider__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.products-slider__item-name {
  font-size: 16px;
  min-height: 64px;
  font-weight: 600;
}

.products-slider__item-price {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-accent);
}

.products-slider__item-available {
  color: var(--color-success);
  font-size: 12px;
  font-weight: 500;
}

.consultation-order__inner {
  padding: 64px;
  border-radius: 20px;
  background: url("../img/consultation-order/order-banner.webp") center center/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.consultation-order__title {
  color: var(--color-whte);
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-title);
  text-align: center;
  padding: 12px 15px;
  background-color: var(--color-accent);
  margin-bottom: 10px;
}

.consultation-order__subtitle {
  font-size: 28px;
  font-family: var(--font-title);
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
  color: var(--color-whte);
}

.consultation-order__form {
  max-width: 830px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  gap: 20px;
}

.consultation-order__form-input {
  display: inline-block;
  width: 100%;
  background-color: var(--color-whte);
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  color: var(--color-primary);
  outline: none;
  border: none;
}

.consultation-order__form-input::-moz-placeholder {
  color: var(--color-gray-400);
}

.consultation-order__form-input::placeholder {
  color: var(--color-gray-400);
}

.our-partners__inner {
  border-radius: 20px;
  padding: 32px 78px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.0509803922);
  background-color: var(--color-whte);
  position: relative;
}

.our-partners__prev,
.our-partners__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
}

.our-partners__prev {
  left: -90px;
}

.our-partners__next {
  right: -90px;
}

.our-partners__slider {
  overflow: hidden;
}

.our-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.geography {
  padding: 0 !important;
}

.geography__wrapper {
  background-color: var(--color-gray-200);
  padding: 70px 0;
}

.geography__inner {
  position: relative;
}

.geography__title {
  position: absolute;
  left: 0;
  top: 32px;
}

.why-us__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.why-us__info {
  max-width: 564px;
  width: 100%;
}

.why-us__logo {
  margin-bottom: 40px;
}

.why-us__desc p + p {
  margin-top: 24px;
}

.why-us__desc > * {
  display: none;
}

.why-us__desc > *:nth-child(1),
.why-us__desc > *:nth-child(2) {
  display: block;
}

.why-us__desc._is-show > * {
  display: block;
}

.why-us__action {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  margin-top: 64px;
}

.why-us__benefits {
  max-width: 890px;
  width: 100%;
  padding: 64px 50px 40px;
  background-color: var(--color-gray-100);
  border-radius: 2px;
}

.why-us__benefits-title {
  margin-bottom: 40px;
}

.why-us__benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.why-us__benefit {
  padding: 26px 24px;
  background-color: var(--color-accent);
  color: var(--color-whte);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.why-us__benefit-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-whte);
  border-radius: 50%;
  flex-shrink: 0;
}

.why-us__benefit-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.why-us__benefit-link {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0.8;
}

.why-us__benefit-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icons/arrow-link.svg") center center/contain no-repeat;
}

.faq-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.faq-item {
  width: 100%;
  border-left: 6px solid var(--color-accent);
  box-shadow: 0px 0px 6px 0px rgba(38, 33, 33, 0.0588235294);
  border-radius: 10px;
  overflow: hidden;
}

.faq-item._is-open .faq-item__head {
  background-color: #EDEFF3;
}

.faq-item._is-open .faq-item__icon {
  transform: rotate(180deg);
}

.faq-item._is-open .faq-item__icon::before {
  margin-top: 0;
}

.faq-item._is-open .faq-item__body {
  background-color: var(--color-gray-100);
}

.faq-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 14px 15px 18px;
  font-weight: 700;
  cursor: pointer;
}

.faq-item__icon {
  width: 30px;
  height: 30px;
  border: 2px solid var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.4s ease-in-out;
  flex-shrink: 0;
}

.faq-item__icon::before {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  mask: url("../img/icons/catalog-arrow.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/catalog-arrow.svg") center center/contain no-repeat;
  background-color: var(--color-accent);
  margin-top: 2px;
}

.faq-item__body {
  padding: 18px 14px 54px 18px;
  display: none;
  line-height: 1.5;
}

.faq-item__gallery {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq-item__gallery-img {
  display: block;
  width: 100%;
}

.faq-item__gallery-img img {
  display: block;
  width: 100%;
}

.blog-item {
  padding: 14px;
  border: 1px solid var(--color-border-100);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.blog-item__img {
  display: block;
  width: 100%;
}

.blog-item__img img {
  display: block;
  width: 100%;
  border-radius: 2px;
}

.blog-item__date {
  font-size: 14px;
}

.blog-item__title {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.blog-item__desc {
  font-size: 14px;
  line-height: 1.2;
}

.catalog {
  display: block;
  width: 100%;
  max-width: 100%;
}

.catalog__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.catalog__inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.catalog__sidebar {
  max-width: 233px;
  width: 100%;
  flex-shrink: 0;
}

.catalog__content {
  width: calc(100% - 253px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.catalog-nav__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.catalog-nav__item {
  position: relative;
  width: 100%;
  padding: 12px 11px;
  border: 1px solid var(--color-border-100);
  min-height: 40px;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
      border-radius: 6px;
}

.catalog-nav__item._is-open {
  border-color: var(--color-accent);
}

.catalog-nav__item._is-open .catalog-nav__item-main {
  color: var(--color-accent);
}

.catalog-nav__item._is-open .catalog-nav__item-main::after {
  background-color: currentColor;
  transform: rotate(90deg);
}

.catalog-nav__item-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.catalog-nav__item-main::after {
  content: "";
  width: 12px;
  height: 10px;
  mask: url("../img/icons/arrow-catalog-section.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/arrow-catalog-section.svg") center center/contain no-repeat;
  background-color: var(--color-gray-200);
  transform: rotate(0deg);
}

.catalog-nav__item-dropdown {
  display: none;
  padding-top: 18px;
}

.catalog-nav__item-dropdown-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-left: 20px;
  position: relative;
}

.catalog-nav__item-dropdown-inner .catalog-section-card {
     border: none;
     padding: 0;
}
.catalog-nav__item-dropdown-inner .catalog-section-card__title {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--color-primary);
  transition: color 0.25s ease-in-out;
  font-weight: normal;
}
/* .catalog-nav__item-dropdown-inner .catalog-section-card__img {
    display: none;
} */
.catalog-nav__item-list {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 16px;
  min-width: 961px;
  background-color: var(--color-whte);
  padding: 14px;
  border-radius: 6px;
  border: 1px solid var(--color-accent);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1490196078);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.25s ease-in-out;
}

.catalog-nav__item-list::before {
  position: absolute;
  content: "";
  width: 12px;
  left: -12px;
  height: 100%;
  top: 0;
}

.catalog-nav__item-list-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.catalog-nav__link {
  width: 100%;
  padding: 10px 0;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
}

.catalog-nav__link-badge {
  min-width: 53px;
  padding: 4px;
  background-color: var(--color-badge);
  color: var(--color-whte);
  text-align: center;
  text-transform: uppercase;
  box-shadow: 1px 0px 2px 0px rgba(15, 50, 23, 0.4);
  border-radius: 0 3px 3px 0;
  font-size: 10px;
  line-height: 1;
}

.catalog-nav__link-title {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.catalog-sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.catalog-section {
  width: 100%;
}

.catalog-section__head {
  width: 100%;
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  background-color: var(--color-gray-100);
  border-radius: 6px;
}

.catalog-section__title {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--color-border-200);
  margin-bottom: 0 !important;
  
}
.catalog-section__count {
    font-size: 14px;
    color: #838383;
    margin-top: 3px;
    margin-left: 10px;
}
.catalog-section__title h1 {
    font-size: 18px;
    margin-bottom: 0 !important;
}

.catalog-section__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.catalog-section-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px;
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
}

/* .catalog-section__list .catalog-section-card:hover, .catalog-nav__item-list-inner .catalog-section-card:hover, .catalog-section-card__active{
    border: 1px solid #e44900;
} */

.catalog-section-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.catalog-section-card__title {
  font-size: 14px;
  font-weight: 500;
  transition: color 0.25s ease-in-out;
}
.catalog-section-card__subtitle {
    font-size: 12px;
    color: #767D83;
    margin-top: 5px;
}

.catalog-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.catalog-desc h3 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}

.catalog-desc p {
  font-size: 16px;
  line-height: 1.5;
}

.catalog-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-desc ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.5;
}

.catalog-desc ul li + li {
  margin-top: 10px;
}

.catalog-desc ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  background: url("../img/icons/check-list.svg") center center/contain no-repeat;
  flex-shrink: 0;
}

.catalog-faq__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}

.catalog-panel {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
}

.catalog-panel__top {
  display: flex;
  align-items: center;
  gap: 32px;
}

.catalog-panel__bottom {
  margin-top: 16px;
}

.catalog-panel__goods-count {
  font-size: 14px;
  color: var(--color-gray-500);
}

.catalog-panel__sorting {
  display: flex;
  align-items: center;
  gap: 16px;
}

.catalog-panel__sorting-title {
  font-size: 14px;
  line-height: 1;
  color: var(--color-gray-500);
}

.catalog-panel__sorting-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog-panel__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 0;
  margin: 0;
}

.catalog-panel__views {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.catalog-panel__views-btn {
  width: 32px;
  height: 32px;
  color: #E6E6E6;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-panel__views-btn._is-active {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-whte);
}

.catalog-panel__views-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: currentColor;
}

.catalog-filter-item {
  position: relative;
}

.catalog-filter-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.catalog-filter-item input:checked + label {
  color: var(--color-whte);
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.catalog-filter-item label {
  display: block;
  padding: 8px 14px;
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
  text-align: center;
  color: var(--color-gray-500);
  font-size: 14px;
  line-height: 1;
}

.catalog-sort-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
  text-align: center;
  color: var(--color-gray-500);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.catalog-sort-item._is-selected {
  background-color: var(--color-border-100);
}

.catalog-sort-item--arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  mask: url("../img/icons/filter-arrow.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/filter-arrow.svg") center center/contain no-repeat;
  background-color: #D2D2D2;
}

.catalog-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}

.catalog-list {
  width: 100%;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 15px));
  grid-auto-flow: row dense;
}

.catalog-list._is-list {
  grid-template-columns: repeat(1, 100%);
}

.catalog-list._is-list .catalog-banner {
  grid-column: span 1;
}

.catalog-list._is-list .catalog-card {
  position: relative;
  width: 100%;
  padding: 15px 100px 20px 15px;
}

.catalog-list._is-list .catalog-card__main {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.catalog-list._is-list .catalog-card__gallery {
  max-width: 240px;
  margin-bottom: 0;
}

.catalog-list._is-list .catalog-card__info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.catalog-list._is-list .catalog-card__bottom {
  max-width: 240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.catalog-list._is-list .catalog-card__more {
  display: none;
}

.catalog-list._is-list .catalog-card__btn {
  height: 40px;
}

.catalog-list._is-list .catalog-card__price {
  font-size: 20px;
  color: var(--color-primary);
}

.catalog-list._is-list .catalog-card__leasing-calc {
  display: block;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #838383;
  order: 11;
}

.catalog-list._is-list .catalog-card__available {
  order: 10;
}

.catalog-list._is-list .catalog-card__toolbar {
  position: absolute;
  top: 42px;
  right: 32px;
  flex-direction: column-reverse;
  align-items: center;
}

.catalog-list._is-list .catalog-card__details {
  gap: 10px;
}

.catalog-list._is-list .catalog-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.catalog-list._is-list .catalog-card__rating-stars {
  display: flex;
  align-items: center;
}

.catalog-list._is-list .catalog-card__rating-star {
  width: 20px;
  height: 20px;
  background: url("../img/icons/rating-star.svg") center center/contain no-repeat;
}

.catalog-list._is-list .catalog-card__rating-value {
  font-size: 16px;
  color: #838383;
}

.catalog-banner {
  position: relative;
  z-index: 1;
  padding: 60px 40px;
  min-height: 220px;
  grid-column: span 4;
  border-radius: 20px;
  overflow: hidden;
  color: var(--color-whte);
  font-family: var(--font-title);
}

.catalog-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.catalog-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.catalog-banner__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.catalog-banner__bg img {
  width: 100%;
}

.catalog-banner__title {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

.catalog-banner__subtitle {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.catalog-card {
  padding: 15px 15px 20px 15px;
  border: 1px solid var(--color-border-100);
  border-radius: 14px;
  height: auto;
}
.catalog-card__inner {
    height: 100%;
}
.catalog-card__gallery {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 14px;
  overflow: hidden;
}

.catalog-card__gallery .swiper-pagination {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.catalog-card__gallery .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--color-border-100);
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}

.catalog-card__gallery .swiper-pagination-bullet-active {
  border-color: var(--color-accent);
}

.catalog-card__img {
  display: block;
  width: 100%;
}

.catalog-card__img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.catalog-card__top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.catalog-card__articul {
  font-size: 14px;
  color: #838383;
}

.catalog-card__toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.catalog-card__btn-compare {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.catalog-card__btn-compare::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../img/icons/compare.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/compare.svg") center center/contain no-repeat;
  background-color: #838383;
}

.catalog-card__btn-compare.comparison-remove::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../img/icons/compare-active.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/compare-active.svg") center center/contain no-repeat;
  background-color: #e44900;
}

.catalog-card__btn-to-fav {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-card__btn-to-fav::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../img/icons/favorite.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/favorite.svg") center center/contain no-repeat;
  background-color: var(--color-accent);
}

.catalog-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 12px;
}

.catalog-card__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.catalog-card__detail {
  font-size: 14px;
  line-height: 1;
}

.catalog-card__detail span {
  color: #484f55;
}

.catalog-card__rating {
  display: none;
}

.catalog-card__desc {
  margin-bottom: 16px;
}

.catalog-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 17px;
}

.catalog-card__price {
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-accent);
}

.catalog-card__available {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--color-success);
}

.catalog-card__available::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icons/check-round.svg") center center/contain no-repeat;
}

.catalog-card__controls {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog-card__btn,
.catalog-card__more {
  padding: 8px 12px;
  font-size: 13px;
  flex-grow: 1;
}

.catalog-card__leasing-calc {
  display: none;
}

.product__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.product__panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.product__articul {
  display: inline-block;
  width: auto;
  padding: 6px;
  border-radius: 4px;
  background-color: var(--color-accent-100);
  font-size: 14px;
  line-height: 1;
}

.product__articul span {
  font-weight: 700;
}

.product__rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product__rating-num {
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.product__rating-num::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icons/rating-star.svg") center center/contain no-repeat;
}

.product__rating-reviews {
  font-size: 14px;
  line-height: 1;
  color: var(--color-accent);
}

.product__control-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 1;
  transition: color 0.25s ease-in-out;
}

.product__control-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: #e44900;
}

.product__main {
  width: 72%;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.product__asside {
  width: 28%;
}

.product__top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.product__info {
  margin-top: 40px;
}

.product__info-nav {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}

.product__info-nav-item {
  flex-grow: 1;
  padding: 16px 16px 16px;
  border-bottom: 2px solid var(--color-border-100);
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product__info-nav-item._is-active {
  border-color: var(--color-accent);
}

.product__info-content {
  display: none;
}

.product__info-content._is-active {
  display: block;
}

.product-gallery {
  width: 53%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.product-gallery__slider {
  width: 100%;
  overflow: hidden;
}

.product-gallery__slider-item {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.product-gallery__slider-item img {
  width: 100%;
  display: block;
  border-radius: 6px;
}

.product-gallery__thumbs {
  width: 100%;
  overflow: hidden;
}

.product-gallery__thumbs-item {
  border: 1px solid transparent;
  border-radius: 4px;
}

.product-gallery__thumbs-item.swiper-slide-thumb-active {
  border-color: var(--color-accent);
}

.product-gallery__thumbs-item img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.product-details {
  width: 47%;
}

.product-details__badge {
  display: inline-flex;
  width: auto;
  padding: 8px 12px;
  background-attachment: fixed;
  background-color: var(--color-success-100);
  color: var(--color-whte);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 6px;
}

.product-details__chars-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}


.product-details__chars-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1.5fr minmax(140px, 1fr);
  gap: 16px;
  font-size: 14px;
  line-height: 1;
  color: var(--color-gray-500);
}
.product-details__chars-first{
    color: #484f55;
}
.product-details__chars-last {
    color: #1c2126;
}
.product-details__chars-all {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1;
  color: var(--color-accent);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-details__chars-all::after {
  content: "";
  width: 6px;
  height: 11px;
  mask: url("../img/icons/arrow-right.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/arrow-right.svg") center center/contain no-repeat;
  background-color: currentColor;
}

.product-details__guarancy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1;
  color: var(--color-gray-500);
}

.product-details__guarancy::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/shield.svg") center center/contain no-repeat;
}

.product-order {
  width: 100%;
  padding: 24px 20px;
  background-color: var(--color-whte);
  border: 1px solid var(--color-border-100);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
}

.product-order__section {
  width: 100%;
}

.product-order__section:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border-100);
}

.product-order__available {
  font-size: 14px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-success);
}

.product-order__available::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icons/check-round.svg") center center/contain no-repeat;
}

.product-order__price {
  margin-bottom: 24px;
}

.product-order__price-old {
  font-size: 16px;
  line-height: 1;
  text-decoration: line-through;
  color: #838383;
  margin-bottom: 12px;
}

.product-order__price-current {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.product-order__price-nds {
  color: #838383;
}

.product-order__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.product-order__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-order__contacts-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.product-order__contacts-row > * {
  flex-grow: 1;
}

.product-order__contacts-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.product-order__contacts-tel::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icons/phone.svg") center center/contain no-repeat;
}

.product-order__contacts-email {
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.product-order__contacts-email::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/icons/emailsvg") center center/contain no-repeat;
}

.product-order__contacts-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-order__contacts-socials-title {
  font-size: 14px;
  line-height: 1.2;
}

.product-order__contacts-socials-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-order__contacts-socials-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-order__bottom {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 400;
}

.product-order__bottom span {
  font-weight: 700;
  color: var(--color-accent);
}

.product-chars__banner {
  margin-bottom: 24px;
}

.product-chars__banner-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  background-color: #FCCE0A;
  border-radius: 4px;
  overflow: hidden;
}

.product-chars__banner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
}

.product-chars__banner-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 12px;
}

.product-chars__banner-btn-more {
  max-width: 170px;
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-top: 40px;
}

.product-chars__banner-img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-chars__banner-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.product-chars__main {
  display: grid;
  grid-template-columns: 0.7fr 0.65fr;
}

.product-chars__details {
  padding-right: 50px;
}

.product-chars__details-title {
  font-weight: 700;
  margin-bottom: 16px;
}

.product-chars__details-btn-more {
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

.product-chars__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.2;
  padding: 14px 24px;
  color: var(--color-gray-300);
}

.product-chars__detail:nth-of-type(odd) {
  background-color: var(--color-gray-100);
}

.product-chars__info-title {
  font-weight: 700;
  margin-bottom: 16px;
}

.product-chars__info-desc {
  font-size: 14px;
  line-height: 1.32;
  color: #1c2126;
}
.product-chars__info-desc p {
    line-height: 140%;
}
.product-chars__info-desc h2, .product-chars__info-desc h3, .product-chars__info-desc h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
}

.product-chars__info-desc p {
  margin-bottom: 16px;
}

.product-chars__info-desc ul {
    display: block;
    list-style: disc outside;
    margin-block-start: 1em;
    margin-block-end: 0.5em;
    padding-inline-start: 40px;

    margin-bottom: 20px;
}
.product-chars__info-desc ul li {
    padding-bottom: 5px;
}

.product-desc {
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-desc h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.product-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-desc ul li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}

.product-desc ul li + li {
  margin-top: 8px;
}

.product-desc ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 5px;
  background-color: currentColor;
  border-radius: 50%;
}

.product-desc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

.product-desc ol li {
  list-style: none;
  padding-left: 24px;
  position: relative;
  counter-increment: list;
}

.product-desc ol li + li {
  margin-top: 8px;
}

.product-desc ol li::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.product-desc iframe {
  width: 100%;
  height: 500px;
  display: block;
}

.product-complectation {
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-complectation h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.product-complectation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-complectation ul li {
  list-style: none;
  padding-left: 32px;
  position: relative;
}

.product-complectation ul li + li {
  margin-top: 12px;
}

.product-complectation ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/icons/check-list.svg") center center/contain no-repeat;
  top: 2px;
  left: 0;
}

.product-faq__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px;
}

.product-faq__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.product-faq__main {
  width: 100%;
}

.product-faq__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-faq__btn-more {
  width: 100%;
  justify-content: center;
  margin-top: 32px;
}

.product-faq__item {
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border-100);
}

.product-faq__item-author {
  margin-bottom: 12px;
}

.product-faq__item-question {
  font-weight: 700;
  color: var(--color-gray-300);
  margin-bottom: 24px;
}

.product-faq__item-answer {
  line-height: 1.4;
  padding-left: 40px;
}

.product-faq__item-answer-author {
  color: var(--color-accent);
  margin-bottom: 10px;
}

.product-faq__item-answer-text {
  color: var(--color-gray-300);
}

.product-faq__asside {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
  padding: 24px 20px;
  background-color: var(--color-gray-100);
  border-radius: 6px;
}

.product-faq__asside-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 16px;
}

.product-faq__asside-desc {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}

.product-faq__asside-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.product-faq__asside-group {
  width: 100%;
}

.product-faq__asside-input {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  background-color: var(--color-whte);
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  line-height: 1;
}

.product-delivery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-delivery__subtitle {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.product-delivery__desc p + p {
  margin-top: 16px;
}

.product-delivery__types {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-delivery__type {
  position: relative;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  padding: 24px;
}

.product-delivery__type-title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-whte);
}

.product-delivery__type-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.product-delivery__type-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-delivery__type-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
}

.product-reviews__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}

.product-reviews__inner {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.product-reviews__rating {
  max-width: 400px;
  width: 100%;
}

.product-reviews__rating-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.product-reviews__rating-total-stars {
  display: flex;
  align-items: center;
}

.product-reviews__rating-total-stars img {
  display: block;
  width: 30px;
  height: 30px;
}

.product-reviews__rating-total-value {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.product-reviews__rating-btn {
  margin-bottom: 24px;
}

.product-reviews__rating-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-reviews__rating-item:not(:last-of-type) {
  margin-bottom: 16px;
}

.product-reviews__rating-item-stars {
  display: flex;
  align-items: center;
}

.product-reviews__rating-item-stars img {
  display: block;
  width: 20px;
  height: 20px;
}

.product-reviews__main {
  width: 100%;
}

.product-reviews__panel {
  margin-bottom: 24px;
}

.product-reviews__sort {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.product-reviews__item {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border-100);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.product-reviews__item:not(:last-of-type) {
  margin-bottom: 32px;
}

.product-reviews__item-author {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.product-reviews__item-date {
  font-size: 14px;
  color: var(--color-gray-300);
}

.product-reviews__item-rating {
  display: flex;
  align-items: center;
}

.product-reviews__item-rating img {
  width: 20px;
  height: 20px;
  display: block;
}

.product-reviews__item-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.product-reviews__item-section-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.product-reviews__item-section-desc {
  line-height: 1.3;
}

.product-credit {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.product-credit__calculator {
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
}

.product-credit__main {
  width: 100%;
}

.product-credit__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.product-credit__title {
  font-weight: 700;
}

.product-credit__details {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.product-credit__details-item {
  color: #838383;
}

.product-credit__details-item span {
  font-weight: 700;
}

.product-credit__show-more {
  display: block;
  width: 240px;
  margin: 24px auto 0;
}

.credit-table {
  max-width: 100%;
  overflow-x: auto;
}

.credit-table::-webkit-scrollbar {
  display: none;
}

.credit-table table {
  width: 100%;
  min-width: 700px;
}

.credit-table__head-cell {
  padding: 8px 16px;
  background-color: var(--color-gray-100);
  border-bottom: 1px solid var(--color-border-100);
  color: var(--color-gray-500);
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.credit-table__head-cell--green {
  background: rgba(76, 188, 102, 0.13);
  border: 1px solid var(--color-border-100);
  border-top: 0;
}

.credit-table__head-name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.credit-table__head-name-sorting {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.credit-table__cell {
  padding: 24px 12px;
  border-bottom: 1px solid var(--color-border-100);
  vertical-align: middle;
  font-size: 14px;
}

.credit-table__cell--green {
  background: rgba(76, 188, 102, 0.13);
  border: 1px solid var(--color-border-100);
}

.credit-table__partner {
  display: flex;
  align-items: center;
  gap: 8px;
}

.credit-table__partner-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
}

.credit-table__partner-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.credit-table__partner-checkbox label {
  display: block;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-whte);
  border: 1px solid var(--color-border-100);
}

.credit-table__partner-logo {
  width: 32px;
  height: 32px;
}

.credit-table__partner-name {
  font-size: 12px;
  line-height: 1;
}

.credit-table__value {
  text-align: center;
  line-height: 1;
}

.credit-table__value span {
  display: block;
  font-size: 14px;
  color: #838383;
}

.credit-calculator {
  width: 100%;
  background-color: var(--color-gray-100);
  border-radius: 6px;
  overflow: hidden;
  padding: 24px;
}

.credit-calculator__title {
  font-weight: 700;
  margin-bottom: 16px;
}

.credit-calculator__price {
  position: relative;
  margin-bottom: 20px;
}

.credit-calculator__price::before {
  content: "Цена:";
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 16px;
  line-height: 1;
  color: #686868;
}

.credit-calculator__price-input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #686868;
  background-color: var(--color-whte);
  border: 1px solid var(--color-border-100);
  border-radius: 4px;
  padding: 14px 14px 14px 64px;
}

.credit-calculator__item {
  margin-bottom: 20px;
}

.credit-calculator__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.credit-calculator__item-title {
  color: #686868;
}

.credit-calculator__item-title span {
  font-weight: 700;
}

.credit-calculator__item-input {
  display: block;
  font-size: 16px;
  line-height: 1;
  height: 34px;
  font-weight: 400;
  color: #686868;
  background-color: var(--color-whte);
  border: 1px solid var(--color-border-100);
  border-radius: 4px;
  padding: 14px;
  text-align: center;
}

.credit-calculator__item-input--price {
  width: 140px;
}

.credit-calculator__item-input--month {
  width: 60px;
}

.credit-calculator__item-range {
  width: 100%;
}

.credit-calculator__total {
  margin-top: 40px;
}

.credit-calculator__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: #686868;
  line-height: 1;
}

.credit-calculator__total-row-value {
  font-weight: 700;
}

.credit-calculator__btn {
  margin-top: 40px;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #E44900 0%, #E44900 40%, #E2E2E2 40%, #E2E2E2 100%);
  border-radius: 4px;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #FFFFFF;
  border: 1px solid var(--color-border-100);
  margin-top: 0px;
}

.sertificats__desc {
  margin-bottom: 56px;
}

.sertificats__desc p + p {
  margin-top: 16px;
}

.sertificats__faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-blog__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.s-blog__list {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: none;
}

.s-blog__list.is-open {
  display: grid;
}

.blog-categories {
  display: flex;
  align-items: center;
  gap: 2px;
  background-color: var(--color-gray-100);
  border-radius: 10px;
}

.blog-categories-item {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1;
  border-radius: 10px;
}

.blog-categories-item.is-active {
  background-color: var(--color-accent);
  color: var(--color-whte);
}

.blog__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.blog__section + .blog__section {
  margin-top: 64px;
}

.blog__section-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.blog__section-title {
  font-size: 24px;
  font-weight: 700;
}

.blog__section-main {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--color-gray-100);
  display: grid;
  grid-template-columns: 1fr 0.83fr;
  gap: 20px;
}

.blog__section-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.blog__section-more {
  display: block;
  text-align: center;
  max-width: 220px;
  width: 100%;
  margin: 40px auto 0;
}

.blog-main-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.blog-main-item__iframe {
  width: 100%;
  height: 100%;
}

.blog-main-item__iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-main-item__img {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-main-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.blog-main-item__head {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  background-color: rgba(var(--color-primary--rgb), 0.37);
  color: var(--color-whte);
}

.blog-main-item__date {
  margin-bottom: 6px;
  font-size: 14px;
}

.blog-main-item__title {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.blog-aside-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.blog-aside-item:not(:last-child) {
  margin-bottom: 12px;
}

.blog-aside-item__img {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.blog-aside-item__img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.blog-aside-item__date {
  font-size: 14px;
  margin-bottom: 8px;
}

.blog-aside-item__title {
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-aside-item__text {
  font-size: 14px;
}

.about-banner__inner {
  display: flex;
  align-items: stretch;
  background-color: var(--color-gray-100);
  border-radius: 20px;
  overflow: hidden;
}

.about-banner__info {
  width: 100%;
  padding: 40px;
}

.about-banner__img {
  display: flex;
  flex-direction: column;
  max-width: 785px;
  width: 100%;
  height: auto;
}

.about-banner__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.about-banner__title {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}

.about-banner__title span {
  font-size: 32px;
  display: block;
  color: var(--color-accent);
}

.about-banner__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.about-banner__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-banner__desc ul li {
  list-style: none;
  padding-left: 32px;
  position: relative;
}

.about-banner__desc ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  background: url("../img/icons/check-list.svg") center center/contain no-repeat;
}

.about-banner__desc ul li + li {
  margin-top: 12px;
}

.about-info__container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.about-info__left {
  width: 100%;
}

.about-info__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-info__desc {
  margin-bottom: 32px;
}

.about-info__desc p + p {
  margin-top: 12px;
}

.about-info__faq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.about-info__right {
  width: 100%;
  padding: 40px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.about-info__stats-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-info__stats-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
  margin-bottom: 60px;
}

.about-info__stats-item-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--color-accent);
}

.about-info__stats-gallery {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.about-info__stats-img {
  display: block;
  width: 100%;
}

.about-info__stats-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.about-gallery__slider {
  overflow: hidden;
}

.about-gallery__slider .swiper-pagination {
  position: static;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  gap: 10px;
}

.about-gallery__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--color-gray-200);
  opacity: 1;
  margin: 0 !important;
}

.about-gallery__slider .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.about-gallery__item {
  width: 100%;
}

.about-gallery__item-img {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about-gallery__item-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.about-team__inner {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-gray-100);
}

.about-team__img {
  max-width: 640px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.about-team__img img {
  display: block;
  width: 100%;
}

.about-team__info {
  width: 100%;
  padding: 40px;
}

.about-team__title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.about-team__desc p + p {
  margin-top: 16px;
}

.about-connection__container {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.about-connection__map {
  width: 70%;
}

.about-connection__map-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.about-connection__partners {
  width: 30%;
  padding: 24px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.about-connection__partners-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-connection__partners-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about-connection__partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-whte);
  border-radius: 6px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
  height: 110px;
}

.about-connection__partners-item img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-advantages__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 64px;
}

.about-advantages__slider {
  overflow: hidden;
}

.about-advantages__slider .swiper-pagination {
  position: static;
  margin-top: 40px;
}

.about-advantages__slider .swiper-pagination-progressbar-fill {
  background-color: var(--color-accent);
}

.about-advantages__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.about-advantages__item-icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-advantages__item-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.busines-hero__inner {
  background-color: var(--color-gray-100);
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.busines-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.busines-hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.busines-hero__info {
  padding: 40px;
}

.busines-hero__subtitle {
  max-width: 600px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.busines-hero__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 8px;
}

.busines-hero__title span {
  color: var(--color-accent);
}

.busines-hero__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.busines-hero__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
}

.busines-hero__benefit-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.busines-hero__benefit-title {
  font-size: 18px;
}

.busines-hero__benefit-title span {
  color: var(--color-accent);
  font-weight: 700;
}

.busines-hero__btn {
  max-width: 240px;
  width: 100%;
  margin-top: 16px;
}

.busines-section + .busines-section {
  margin-top: 40px;
}

.busines-benefits__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.busines-benefits__item {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.busines-benefits__item-icon {
  width: 100px;
  height: 100px;
  background-color: var(--color-gray-100);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.busines-benefits__item-title span {
  color: var(--color-accent);
}

.busines-sections__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.busines-sections__nav {
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  position: sticky;
  top: 20px;
}

.busines-sections__nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border: 1px solid var(--color-border-100);
  background-color: var(--color-whte);
  text-align: center;
  border-radius: 6px;
}

.busines-sections__nav-item._is-active {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-whte);
}

.busines-sections__list {
  width: calc(100% - 322px);
}

.busines-essense__inner {
  padding: 40px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.busines-essense__head {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 auto 40px;
}

.busines-essense__title {
  font-size: 32px;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 12px;
}

.busines-essense__advantages {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.busines-essense__advantage {
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.busines-essense__advantage-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-whte);
  border-radius: 50%;
  margin-bottom: 16px;
}

.busines-essense__advantage-icon img {
  display: block;
  width: 70px;
  height: 70px;
}

.busines-essense__advantage-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 12px;
  text-align: center;
}

.busines-essense__advantage-desc {
  text-align: center;
}

.busines-tariffs__inner {
  padding: 56px 32px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.busines-tariffs__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.busines-tariffs__title span {
  color: var(--color-accent);
}

.busines-tariffs__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.busines-tariffs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px 20px;
  background-color: var(--color-whte);
  border-radius: 12px;
  gap: 16px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1019607843);
}

.busines-tariffs__item-name {
  text-transform: uppercase;
  color: var(--color-accent);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

.busines-tariffs__item-desc {
  font-size: 14px;
}

.busines-tariffs__item-desc p {
  display: block;
}

.busines-tariffs__item-price {
  text-transform: uppercase;
  color: var(--color-accent);
  line-height: 1;
  font-weight: 700;
}

.busines-tariffs__item-desc {
  width: 100%;
  text-align: center;
}

.busines-tariffs__item-desc p + p {
  margin-top: 8px;
}

.busines-tariffs__item-desc p + p span {
  color: #838383;
}

.busines-tariffs__item-desc span {
  color: var(--color-primary);
}

.busines-preview__inner {
  padding: 40px 24px 24px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.busines-preview__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

.busines-preview__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.busines-preview__title span {
  color: var(--color-accent);
}

.busines-preview__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.busines-preview__nav-item {
  position: relative;
  flex-grow: 1;
}

.busines-preview__nav-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
}

.busines-preview__nav-item input:checked + label {
  background-color: var(--color-accent);
  color: var(--color-whte);
  border: 1px solid var(--color-accent);
}

.busines-preview__nav-item label {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 16px;
  background-color: transparent;
  color: var(--color-gray-500);
  border: 1px dashed var(--color-border-100);
  border-radius: 6px;
  cursor: pointer;
}

.busines-preview__main {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.busines-preview__video {
  width: 70%;
}

.busines-preview__video iframe {
  display: block;
  width: 100%;
  height: 420px;
  border-radius: 6px;
  overflow: hidden;
}

.busines-preview__gallery {
  width: 30%;
  position: relative;
}

.busines-preview__gallery-prev,
.busines-preview__gallery-next {
  position: absolute;
  left: 50%;
  z-index: 2;
}

.busines-preview__gallery-prev {
  top: -16px;
  transform: translateX(-50%) rotate(90deg);
}

.busines-preview__gallery-next {
  bottom: -16px;
  transform: translateX(-50%) rotate(90deg);
}

.busines-preview__slider {
  height: 420px;
  overflow: hidden;
}

.busines-preview__img {
  height: 200px;
}

.busines-preview__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.busines-info__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.busines-info__services {
  width: 42%;
  padding: 40px 24px;
  background-color: var(--color-gray-100);
  border-radius: 16px;
}

.busines-info__services-title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 16px;
}

.busines-info__services-title span {
  color: var(--color-accent);
}

.busines-info__services-desc {
  margin-bottom: 24px;
}

.busines-info__services-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.busines-info__services-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.busines-info__services-item-icon {
  width: 34px;
  height: 34px;
}

.busines-info__clients {
  width: 58%;
}

.busines-info__clients-banner {
  padding: 32px 40px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: url("../img/busines/clients-banner.webp") center center/cover no-repeat;
  color: var(--color-whte);
}

.busines-info__clients-banner-head {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.busines-info__clients-banner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.busines-info__clients-banner-title span {
  font-size: 32px;
  color: var(--color-accent);
  display: block;
}

.busines-info__clients-banner-desc {
  font-size: 18px;
}

.busines-info__clients-desc {
  margin-bottom: 24px;
}

.busines-info__clients-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.busines-info__clients-item {
  position: relative;
  padding-left: 24px;
}

.busines-info__clients-item::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icons/list-triangle.svg") center center/contain no-repeat;
}

.busines-info__clients-item-title {
  font-weight: 700;
  margin-bottom: 8px;
}

.busines-cases {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  background-color: var(--color-gray-100);
}

.busines-cases__earnings {
  border-radius: 20px;
  padding: 40px;
  background-color: var(--color-primary);
  color: var(--color-whte);
}

.busines-cases__earnings-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.busines-cases__earnings-title {
  margin-bottom: 16px;
}

.busines-cases__earnings-desc {
  font-size: 20px;
}

.busines-cases__earnings-graphic {
  width: 100%;
}

.busines-cases__earnings-graphic img {
  display: block;
  width: 100%;
}

.busines-cases__orders {
  padding: 40px;
}

.busines-cases__orders-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.busines-cases__orders-title {
  margin-bottom: 16px;
}

.busines-cases__orders-desc {
  font-size: 20px;
}

.busines-cases__orders-slider {
  max-width: 100%;
  overflow: hidden;
}

.busines-cases__orders-item {
  max-width: 100%;
  width: 100%;
}

.busines-cases__orders-item img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.busines-calculator__title {
  color: var(--color-accent);
  text-align: center;
  margin-bottom: 32px;
}

.busines-calculator__item {
  margin-bottom: 24px;
}

.busines-calculator__item-info {
  margin-bottom: 24px;
}

.busines-calculator__item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.busines-calculator__item-progress {
  width: 100%;
}

.busines-calculator__item-progress-line {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: var(--color-gray-200);
}

.busines-calculator__item-progress-line-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: var(--width);
  background-color: var(--color-accent);
  z-index: 2;
}

.busines-calculator__item-progress-limits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.busines-calculator__item-value {
  margin-top: 16px;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

.busines-calculator__total {
  text-align: right;
  color: var(--color-accent);
  font-size: 18px;
  font-weight: 700;
}

.busines-advantages__inner {
  padding: 40px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.busines-advantages__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.busines-advantages__title {
  text-align: center;
  color: var(--color-accent);
  margin-bottom: 12px;
}

.busines-advantages__desc {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.busines-advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.busines-advantages__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.busines-advantages__item-num {
  font-size: 32px;
  line-height: 1;
  color: var(--color-accent);
  font-weight: 700;
}

.busines-advantages__item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.busines-gallery__prev,
.busines-gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.busines-gallery__prev {
  left: -16px;
}

.busines-gallery__next {
  right: -16px;
}

.busines-gallery__inner {
  position: relative;
}

.busines-gallery__slider {
  overflow: hidden;
}

.busines-gallery__item {
  width: 100%;
}

.busines-gallery__item img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.busines-faq__title {
  margin-bottom: 32px;
}

.busines-faq__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.busines-about__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.busines-about__info {
  width: 55%;
}

.busines-about__title {
  margin-bottom: 24px;
}

.busines-about__desc {
  margin-bottom: 12px;
}

.busines-about__subtitle {
  font-weight: 700;
  margin-bottom: 24px;
}

.busines-about__list {
  margin-bottom: 24px;
}

.busines-about__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.busines-about__list ul li {
  list-style: none;
  padding-left: 32px;
  position: relative;
}

.busines-about__list ul li + li {
  margin-top: 12px;
}

.busines-about__list ul li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/icons/check-list.svg") center center/contain no-repeat;
  top: 2px;
  left: 0;
}

.busines-about__img {
  width: 45%;
}

.reviews__title {
  margin-bottom: 24px;
}

.reviews__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.reviews__nav {
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reviews__nav-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 1px dashed var(--color-border-100);
  color: var(--color-gray-500);
  font-size: 16px;
  line-height: 1;
  padding: 10px 16px;
  border-radius: 6px;
}

.reviews__nav-item._is-active {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.reviews__main {
  width: 100%;
}

.reviews__banner {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
  margin-bottom: 40px;
}

.reviews__banner-title {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 12px;
}

.reviews__banner-btn {
  max-width: 240px;
  width: 100%;
}

.reviews__platforms {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.reviews__platform {
  width: 240px;
  height: 58px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-gray-200);
  border-radius: 12px;
  cursor: pointer;
}

.reviews__platform-name {
  line-height: 1;
  font-weight: 600;
}

.reviews__platform-counter {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -12px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  background-color: var(--color-accent);
  color: var(--color-whte);
  border-radius: 50%;
}

.reviews__platform._is-active {
  border-color: var(--color-primary);
}

.reviews__sorting {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews__sorting-select {
  max-width: 165px;
  width: 100%;
}

.reviews__sorting-select select {
  width: 100%;
}

.reviews__more-btn {
  display: block;
  text-align: center;
  max-width: 240px;
  width: 100%;
  margin: 40px auto 0;
}

.reviews-item {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-gray-200);
}

.reviews-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.reviews-item__main {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 24px;
}

.reviews-item__name {
  line-height: 1;
  margin-bottom: 12px;
}

.reviews-item__date {
  font-size: 12px;
  line-height: 1;
  color: #838383;
  margin-bottom: 12px;
}

.reviews-item__rating {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.reviews-item__rating img {
  display: block;
  width: 20px;
  height: 20px;
}

.reviews-item__platform {
  width: 100%;
}

.reviews-item__platform img {
  display: block;
  width: 60px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews-item__answer {
  padding-left: 280px;
  margin-top: 40px;
}

.reviews-item__answer-inner {
  padding: 24px;
  background-color: var(--color-gray-100);
  border-radius: 16px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.reviews-item__answer-logo {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-whte);
  flex-shrink: 0;
}

.reviews-item__answer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles__main {
  margin-bottom: 40px;
}

.articles__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.actions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.articles__more-btn {
  margin-top: 40px;
}

.articles__pagination {
  margin-top: 40px;
}

/*  Second page */

.butt-mob {
  z-index: 15;
}

.burger-icon {
  position: relative;
  width: 17px;
  /* Ширина иконки */
  height: 10px;
  /* Общая высота всех полосок */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Распределяем полоски равномерно */
}

.burger-icon span {
  display: block;
  width: 100%;
  /* Линии одинаковой ширины */
  height: 1px;
  /* Толщина линий */
  background-color: #fff;
  /* Цвет линий */
}

/*  Second page */

.form-control {
  display: inline-block;
  width: 100%;
  padding: 12px 16px;
  background-color: var(--color-whte);
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  line-height: 1;
}

.form-tip {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: var(--color-gray-500);
}

.form-tip a {
  text-decoration: underline;
  transition: 0.25s ease-in;
}

.popup-auth {
  max-width: 500px;
  width: 100%;
  padding: 64px 40px 40px;
  border-radius: 16px;
  background-color: var(--color-whte);
}

.popup-auth__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.popup-auth__title+p {
    margin-bottom: 20px;
}
.popup-auth__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.popup-auth__links {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.popup-auth__link {
  font-size: 14px;
  line-height: 1.25;
  color: var(--color-gray-500);
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.popup-auth__link--accent {
  color: var(--color-accent);
}

.favorites__inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.favorites__asside {
  width: 210px;
  flex-shrink: 0;
}

.favorites__main {
  max-width: 100%;
  width: calc(100% - 250px);
}

.favorites__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

.favorites__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.favorites__nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.favorites__nav-item._is-active {
  font-weight: 700;
}

.favorites-panel {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.favorites-panel__clear {
  margin: 0 0 24px auto;
}

.remove-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.remove-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  mask: url("../img/icons/trash.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/trash.svg") center center/contain no-repeat;
  background-color: currentColor;
}

.compare__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.compare__title {
  font-size: 28px;
  font-weight: 700;
}

.compare__main {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-100);
}

.compare__main-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.compare__main-content {
  position: relative;
}

.compare__main-prev,
.compare__main-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 40px;
  height: 40px;
}

.compare__main-prev svg,
.compare__main-next svg {
  width: 16px;
  height: 16px;
}

.compare__main-prev {
  left: -20px;
}

.compare__main-next {
  right: -20px;
}

.compare__info {
  margin-bottom: 40px;
}

.compare__info-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.compare__info-text {
  width: 100%;
  padding: 24px 20px;
  background-color: var(--color-gray-100);
  border-radius: 16px;
}

.compare__section + .compare__section {
  margin-top: 40px;
}

.compare__section-head {
  margin-bottom: 24px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid var(--color-border-100);
}

.compare__section-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.compare__section-body {
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

.compare-slider {
  width: 100%;
  overflow: hidden;
}

.compare-img {
  display: block;
  width: 100%;
}

.compare-img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.compare-reviews {
  display: flex;
  align-items: center;
  gap: 16px;
}

.compare-reviews__rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-radio {
  position: relative;
}

.form-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-radio input:checked + label::before {
  border-width: 4px;
  border-color: var(--color-accent);
}

.form-radio label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.form-radio label::before {
  box-sizing: border-box;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--color-gray-200);
  flex-shrink: 0;
}

.form-checkbox {
  position: relative;
}

.form-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-checkbox input:checked + label::after {
  opacity: 1;
}

.form-checkbox input:checked + label::before {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.form-checkbox label {
  display: inline-flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
  font-size: 14px;
  line-height: 1.25;
  color: var(--color-gray-500);
}

.form-checkbox label::before {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--color-gray-200);
  flex-shrink: 0;
}

.form-checkbox label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
  border-bottom: 2px solid var(--color-whte);
  border-left: 2px solid var(--color-whte);
  opacity: 0;
}

.cabinet__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.cabinet__aside {
  width: 334px;
  flex-shrink: 0;
}

.cabinet__content {
  width: 100%;
  height: auto;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cabinet-nav {
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  background-color: var(--color-gray-100);
}

.cabinet-nav__title {
  font-size: 14px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.cabinet-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.cabinet-nav__section-title {
  line-height: 1;
  color: var(--color-gray-500);
  margin-bottom: 14px;
}

.cabinet-nav__section-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.cabinet-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cabinet-nav__link span {
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: var(--color-whte);
}

.cabinet-main__section {
  width: 100%;
}

.cabinet-main__section:not(:last-of-type) {
  margin-bottom: 24px;
}

.cabinet-main-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cabinet-main-card {
  padding: 16px;
  border: 1px solid var(--color-border-100);
  border-radius: 12px;
  min-height: 150px;
  background-color: var(--color-whte);
}

.cabinet-main-card__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.cabinet-main-card__title::before {
  content: "";
  width: 28px;
  height: 28px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: currentColor;
}

.cabinet-main-card__count {
  color: var(--color-gray-500);
}

.cabinet-main-rows {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cabinet-main-row {
  padding: 24px;
  border: 1px solid var(--color-border-100);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
}

.cabinet-main-row__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.cabinet-main-row__title::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: currentColor;
}

.cabinet-main-row__count {
  font-size: 14px;
}

.cabinet-active-order {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

.cabinet-active-order__img {
  display: block;
  width: 112px;
  height: 84px;
}

.cabinet-active-order__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--color-border-100);
}

.cabinet-active-order__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
}

.cabinet-active-order__num {
  font-weight: 600;
}

.cabinet-active-order__link {
  font-size: 14px;
  color: var(--color-accent);
  border-bottom: 1px solid currentColor;
}

.cabinet-section {
  padding: 24px;
  border: 1px solid var(--color-border-100);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.cabinet-section__head {
  font-size: 24px;
  font-weight: 700;
}

.cabinet-section__head span {
  font-size: 14px;
  position: relative;
  top: -8px;
}

.cabinet-section__content {
  height: 100%;
}

.cabinet-control-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.cabinet-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cabinet-search {
  width: 100%;
}

.cabinet-search__input {
  width: 100%;
  padding-right: 40px;
  background-image: url("../img/icons/zoom.svg");
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.cabinet-control-select {
  position: relative;
  cursor: pointer;
}

.cabinet-control-select select {
  position: relative;
  font-size: 14px;
  padding: 10px 0px 10px 36px;
  background-color: var(--color-gray-100);
  border-radius: 4px;
  cursor: pointer;
}

.cabinet-control-select::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../img/icons/arrow-dropdown.svg") center center/contain no-repeat;
  left: 16px;
  top: 14px;
  z-index: 1;
}

.cabinet-control-select::after {
  position: absolute;
  content: "";
  background-color: var(--color-gray-100);
  width: 20px;
  height: 20px;
  top: 10px;
  right: 2px;
  z-index: 1;
}

.cabinet-control-btn {
  font-size: 14px;
  padding: 10px 16px;
  background-color: var(--color-gray-100);
  border-radius: 4px;
  border: none;
  outline: none;
  color: var(--color-blck);
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.cabinet-orders-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cabinet-order-item {
  padding: 24px 32px;
  border: 1px solid var(--color-border-100);
  border-radius: 16px;
}

.cabinet-order-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border-100);
}

.cabinet-order-item__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.cabinet-order-item__status {
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  background-color: var(--color-success);
  color: var(--color-whte);
}

.cabinet-order-item__status--canceled {
  background-color: #838383;
}

.cabinet-order-item__gallery {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cabinet-order-item__img {
  display: block;
  max-width: 112px;
  width: 100%;
}

.cabinet-order-item__img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.cabinet-order-item__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.cabinet-order-item__num {
  font-size: 20px;
  font-weight: 700;
}

.cabinet-order-item__date {
  color: #838383;
}

.cabinet-order-item__details {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cabinet-order-item__payment-status {
  font-size: 14px;
}

.cabinet-order-item__price {
  font-weight: 700;
}

.cabinet-history-item {
  padding: 24px 32px;
  border: 1px solid var(--color-border-100);
  border-radius: 16px;
}

.cabinet-history-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-border-100);
}

.cabinet-history-item__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.cabinet-history-item__gallery {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cabinet-history-item__img {
  display: block;
  max-width: 112px;
  width: 100%;
}

.cabinet-history-item__img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.cabinet-history-item__num {
  font-size: 20px;
  font-weight: 700;
}

.cabinet-history-item__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.cabinet-history-item__detail {
  font-size: 14px;
}

.cabinet-history-item__price {
  font-weight: 700;
}

.cabinet-empty {
  width: 100%;
  height: 100%;
}

.cabinet-empty__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.cabinet-empty__title {
  font-size: 20px;
  font-weight: 700;
}

.cabinet-companies-add {
  width: 100%;
  height: 100%;
}

.cabinet-companies-add__form {
  max-width: 300px;
  width: 100%;
}

.cabinet-companies-add__input {
  width: 100%;
}

.cabinet-companies-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cabinet-companies-item {
  position: relative;
  padding: 24px 40px 24px 24px;
  border-radius: 16px;
  border: 1px solid var(--color-border-100);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.cabinet-companies-item__menu-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 16px;
  cursor: pointer;
}

.cabinet-companies-item__menu-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../img/icons/dots-menu.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/dots-menu.svg") center center/contain no-repeat;
  background-color: currentColor;
}

.cabinet-companies-item__name {
  font-size: 20px;
  font-weight: 700;
}

.cabinet-companies-item__details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cabinet-companies-item__detail:nth-of-type(3n) {
  grid-column: span 2;
}

.article-item__inner {
  display: flex;
  align-items: stretch;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.article-item__info {
  max-width: 600px;
  width: 100%;
  padding: 40px;
  align-self: center;
}

.article-item__date {
  margin-bottom: 12px;
  color: var(--color-gray-300);
}

.article-item__title {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 16px;
}

.article-item__desc {
  margin-bottom: 24px;
}

.article-item__btn {
  display: block;
  max-width: 240px;
  width: 100%;
  text-align: center;
}

.article-item__img {
  display: block;
  max-width: 800px;
  width: 100%;
}

.article-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.article__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-border-100);
}

.article__panel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--color-gray-100);
  margin-bottom: 32px;
}

.article__panel-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-gray-500);
}

.article__panel-item p span {
  font-weight: 700;
}

.article__panel-item::before {
  content: "";
  width: 16px;
  height: 16px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: currentColor;
}

.article__title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 32px;
}

.article__content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.article__aside {
  max-width: 430px;
  width: 100%;
}

.article__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.article__main picture {
  display: block;
  width: 100%;
}

.article__main picture img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.article__main h1,
.article__main h2,
.article__main h3,
.article__main h4,
.article__main h5 {
  margin: 0;
  padding: 0;
}

.article__main nav {
  padding: 32px;
  border-radius: 6px;
  background-color: var(--color-gray-100);
  border-left: 5px solid var(--color-accent);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.article__main nav ol li::before {
  content: counter(list) ".";
}

.article__main nav ol li a {
  transition: color 0.25s ease-in-out;
}

.article__main h2 {
  font-size: 24px;
  font-weight: 700;
}

.article__main h3 {
  font-size: 20px;
  font-weight: 700;
}

.article__main h4 {
  font-size: 16px;
  font-weight: 700;
}

.article__main p {
  font-size: 14px;
  line-height: 1.4;
}

.article__main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article__main ul li {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
}

.article__main ul li + li {
  margin-top: 16px;
}

.article__main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/icons/check-list-sm.svg") center center/contain no-repeat;
  width: 22px;
  height: 22px;
}

.article__main ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

.article__main ol li {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  counter-increment: list;
}

.article__main ol li + li {
  margin-top: 16px;
}

.article__main ol li::before {
  content: counter(list);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: var(--color-accent);
}

.article__section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.read-also__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.read-also__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.read-also-item {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid var(--color-border-100);
}

.read-also-item__date {
  font-size: 14px;
  color: var(--color-gray-500);
}

.read-also-item__title {
  font-weight: 700;
  transition: 0.25s ease-in-out;
}

.read-also-item__link {
  font-size: 14px;
  color: var(--color-accent);
  text-decoration: none;
  transition: 0.25s ease-in-out;
  text-decoration: underline;
}

.more-articles__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}

.more-articles__slider {
  overflow: hidden;
}

.basket-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.basket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 12px;
  background-color: var(--color-gray-100);
}

.basket-top__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.basket-top__title {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.basket-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.basket-aside {
  max-width: 364px;
  width: 100%;
  position: sticky;
  top: 20px;
}

.basket-aside__inner {
  padding: 24px;
  border-radius: 12px;
  background-color: var(--color-gray-100);
}

.basket-aside__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

.basket-aside__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.basket-aside__details-value {
  font-weight: 700;
}

.basket-aside__bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--color-border-100);
}

.basket-aside__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  gap: 16px;
}

.basket-aside__total-title {
  font-size: 20px;
}

.basket-aside__total-value {
  font-size: 24px;
  color: var(--color-accent);
}

.basket-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.basket-toolbar {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--color-border-100);
}

.basket-toolbar__remove {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--color-gray-500);
  transition: opacity 0.2s ease-in-out;
}

.basket-toolbar__remove::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: url("../img/icons/close.svg") center center/contain no-repeat;
  -webkit-mask: url("../img/icons/close.svg") center center/contain no-repeat;
  background-color: currentColor;
}

.basket-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.basket {
    margin-top: 30px;
}
.basket-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border-100);
}

.basket-item__checkbox {
  position: absolute;
  top: 0;
  left: 0;
}

.basket-item__checkbox .form-checkbox {
  display: flex;
}

.basket-item__img {
  display: block;
  width: 155px;
  height: 115px;
  flex-shrink: 0;
}

.basket-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.basket-item__info {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.basket-item__main {
  max-width: 240px;
}

.basket-item__articul {
  font-size: 14px;
  line-height: 1;
  color: var(--color-gray-500);
  margin-bottom: 32px;
}

.basket-item__name {
  font-size: 16px;
  line-height: 20px;
}

.basket-item__price {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.basket-item__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
  gap: 16px;
}

.basket-item__tools-btn {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.basket-item__tools-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: #838383;
}

.counter {
  display: flex;
  align-items: center;
  max-width: 120px;
  width: 100%;
  background-color: var(--color-gray-100);
  border-radius: 4px;
  height: 40px;
}

.counter-control {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 4px;
  color: var(--color-blck);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}

.counter-control::before {
  content: "";
  width: 12px;
  height: 12px;
  mask: var(--icon) center center/contain no-repeat;
  -webkit-mask: var(--icon) center center/contain no-repeat;
  background-color: currentColor;
}

.counter-input {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
  color: var(--color-blck);
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.leasing-hero {
  padding-bottom: 50px;
}

.leasing-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.leasing-hero__info {
  padding: 56px;
}

.leasing-hero__title {
  max-width: 340px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 24px;
}

.leasing-hero__desc {
  max-width: 480px;
  font-size: 14px;
  line-height: 1.32;
}

.leasing-hero__desc span {
  color: var(--color-accent);
}

.leasing-hero__desc p + p {
  margin-top: 16px;
}

.leasing-hero__img {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}

.leasing-hero__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.leasing-content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.leasing-nav {
  position: sticky;
  top: 20px;
  max-width: 300px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.leasing-nav__link {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--color-border-100);
  border-radius: 6px;
  text-align: center;
  line-height: 1;
  color: var(--color-gray-500);
}

.leasing-nav__link._is-active {
  border-color: var(--color-accent);
  background-color: var(--color-accent);
  color: var(--color-whte);
}

.leasing-main {
  width: calc(100% - 332px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.leasing-info {
  padding: 64px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.leasing-info__title {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 24px;
}

.leasing-info__desc {
  font-size: 20px;
  line-height: 1.32;
}

.leasing-info__desc p + p {
  margin-top: 20px;
}

.leasing-gallery {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.leasing-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
}

.leasing-gallery__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.leasing-advantages__inner {
  padding: 48px 56px 56px 56px;
  background-color: var(--color-gray-100);
  border-radius: 20px;
}

.leasing-advantages__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 40px;
}

.leasing-advantages__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-accent);
}

.leasing-advantages__subtitle {
  font-size: 20px;
  line-height: 1.3;
}

.leasing-advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.leasing-advantages__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.leasing-advantages__item-num {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-accent);
}

.leasing-advantages__item-info {
  padding-top: 4px;
}

.leasing-advantages__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.leasing-advantages__item-desc {
  font-size: 14px;
  line-height: 1.32;
}

.leasing-advantages__desc {
  margin-top: 56px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.credit-advantages__inner {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.credit-advantages__info {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.credit-advantages__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
}

.credit-advantages__desc {
  line-height: 1.4;
}

.credit-advantages__text {
  line-height: 1.4;
}

.credit-advantages__img {
  display: block;
  max-width: 480px;
  width: 100%;
}

.credit-advantages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.credit-steps__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.credit-steps__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
}

.credit-steps__subtitle,
.credit-steps__desc {
  line-height: 1.4;
}

.custom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-list li {
  line-height: 1.2;
  list-style: none;
  padding-left: 32px;
  position: relative;
}

.custom-list li span {
  font-weight: 700;
}

.custom-list li + li {
  margin-top: 12px;
}

.custom-list li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/icons/check-list.svg") center center/contain no-repeat;
  top: 2px;
  left: 0;
}

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

  .text-center-sm {
    text-align: center;
  }

  .text-right-sm {
    text-align: right;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }

  .text-center-md {
    text-align: center;
  }

  .text-right-md {
    text-align: right;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1300px) {
  .text-left-lg {
    text-align: left;
  }

  .text-center-lg {
    text-align: center;
  }

  .text-right-lg {
    text-align: right;
  }

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1599.98px) {
  .header-top .container-wide {
    gap: 32px;
  }

  .header-top__links {
    gap: 16px;
  }

  .catalog-list {
    gap: 24px;
    grid-template-columns: repeat(3, calc(33.3333% - 16px));
  }

  .catalog-banner {
    grid-column: span 3;
  }
}

@media only screen and (max-width: 1439.98px) {
  .products-slider__prev,
  .products-slider__next {
    display: none;
  }

  .our-partners__prev,
  .our-partners__next {
    display: none;
  }
}

@media (max-width: 1439.98px) {
  .product__main {
    flex-direction: column;
    width: 65%;
  }

  .product__asside {
    width: 35%;
  }

  .product-gallery {
    width: 100%;
  }

  .product-details {
    width: 100%;
  }
}

@media only screen and (max-width: 1365.98px) {
  .catalog-section__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .busines-benefits__item {
    width: 100%;
  }
}

@media (max-width: 1299px) {
  .footer-top-inner {
    padding-right: 0;
  }

  .footer-top-first {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer-top-last {
    max-width: 100%;
    position: static;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 1279.98px) {
  .container-wide {
    --container-pad: 16px;
  }

  .header {
    box-shadow: none;
  }

  .header-top {
    display: none;
  }

  .header-main {
    padding: 10px 0;
  }

  .header-main .container-wide {
    flex-wrap: wrap;
    gap: 16px;
  }

  .header-main__logo {
    max-width: 180px;
  }
  .header-main__logo span {
      display: none;
  }
  .header-main__search {
    max-width: 100%;
  }

  .header-main__catalog-btn {
    display: none;
  }

  .header-main__toolbars {
    display: none;
  }

  .header-main__burger {
    display: block;
  }

  .header-main__cabinet {
    display: block;
  }

  .header-bottom {
    display: none;
  }

  .header-menu {
    display: block;
    transform: translateX(-100%);
    transition: 0.4s ease-in-out;
  }

  .header-menu.is-open {
    transform: translateX(0);
  }

  .hero__inner {
    padding: 64px 40px;
  }

  .hero__title {
    font-size: 56px;
  }

  .hero__benefits-item {
    font-size: 16px;
  }

  .popular__categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .our-partners__inner {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .catalog-nav__item-list {
    min-width: 600px;
  }

  .catalog-nav__item-list-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-section__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-panel {
    display: none;
  }

  .catalog-panel__views {
    display: none;
  }

  .catalog-list {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }

  .catalog-banner {
    grid-column: span 2;
  }

  .product-delivery__types {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .product-credit {
    flex-direction: column-reverse;
  }

  .product-credit__calculator {
    max-width: 100%;
  }

  .blog__section-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-connection__map {
    width: 60%;
  }

  .about-connection__partners {
    width: 40%;
  }

  .busines-tariffs__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .cabinet__aside {
    width: 280px;
  }

  .basket-content {
    gap: 32px;
  }

  .basket-item__info {
    position: relative;
  }

  .basket-item__main {
    width: 100%;
    padding-right: 64px;
    margin-bottom: 16px;
  }

  .basket-item__articul {
    margin-bottom: 16px;
  }

  .basket-item__tools {
    position: absolute;
    top: 0;
    right: 0;
  }

  .leasing-hero__info {
    padding: 40px 40px 64px;
  }

  .leasing-info {
    padding: 40px;
  }

  .leasing-info__title {
    font-size: 32px;
  }

  .leasing-info__desc {
    font-size: 16px;
  }

  .leasing-info__desc p + p {
    margin-top: 16px;
  }

  .leasing-advantages__inner {
    padding: 40px;
  }

  .leasing-advantages__title {
    font-size: 24px;
  }

  .leasing-advantages__subtitle {
    font-size: 16px;
  }

  .leasing-advantages__item-num {
    font-size: 24px;
  }

  .leasing-advantages__item-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1023.98px) {
  .h2 {
    font-size: 24px;
  }

  .section {
    padding: 40px 0;
  }

  .section + .section {
    padding-top: 40px;
  }

  .h3 {
    font-size: 16px;
  }

  .heading-title {
    padding-bottom: 0;
  }

  .heading-title::before {
    display: none;
  }

  .page-with-nav__inner {
    flex-direction: column;
  }

  .page-with-nav__aside {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }

  .page-with-nav__aside::-webkit-scrollbar {
    display: none;
  }

  .page-nav-link {
    width: auto;
    flex-shrink: 0;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .hero {
    display: none;
  }

  .hero__img {
    display: none;
  }

  .popular__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .products-slider__head {
    margin-bottom: 20px;
  }

  .products-slider__show-more {
    display: none;
  }

  .consultation-order__title {
    font-size: 32px;
    padding: 8px 10px;
  }

  .consultation-order__subtitle {
    font-size: 20px;
  }

  .geography {
    display: none;
  }

  .why-us {
    display: none;
  }

  .catalog__sidebar {
    display: none;
  }

  .catalog__content {
    width: 100%;
  }

  .catalog-nav__item-list {
    display: none !important;
  }

  .catalog-banner {
    display: none;
  }

  .product__info-nav {
    overflow-x: auto;
  }

  .product__info-nav::-webkit-scrollbar {
    display: none;
  }

  .product__info-nav-item {
    white-space: nowrap;
  }

  .product-order__contacts-row > * {
    flex-grow: initial;
  }

  .product-faq__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .product-faq__item-answer {
    padding-left: 24px;
  }

  .product-faq__asside {
    max-width: 100%;
    padding: 16px;
  }

  .product-reviews__inner {
    flex-direction: column;
    gap: 40px;
  }

  .product-reviews__rating {
    max-width: 100%;
  }

  .s-blog {
    display: none;
  }

  .blog__section + .blog__section {
    margin-top: 40px;
  }

  .blog__section-main {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .blog__section-list {
    grid-template-columns: 1fr 1fr;
  }

  .about-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 40px;
  }

  .about-banner__info {
    padding: 0;
  }

  .about-banner__img {
    max-width: 100%;
  }

  .about-info__container {
    flex-direction: column;
  }

  .about-info__right {
    padding: 24px;
    border-radius: 16px;
  }

  .about-info__stats-list {
    margin-bottom: 40px;
  }

  .about-gallery__item-img {
    gap: 16px;
  }

  .about-team__inner {
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    gap: 32px;
  }

  .about-team__img {
    border-radius: 16px;
  }

  .about-team__info {
    padding: 0;
  }

  .about-team__title {
    font-size: 20px;
  }

  .about-connection__container {
    flex-direction: column;
  }

  .about-connection__map {
    width: 100%;
  }

  .about-connection__partners {
    width: 100%;
    padding: 24px 16px 16px;
    border-radius: 16px;
  }

  .about-connection__partners-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .about-connection__partners-item {
    height: 90px;
  }

  .about-advantages__title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .about-advantages__item-title {
    font-size: 16px;
  }

  .busines-hero__inner {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 16px;
    gap: 24px;
  }

  .busines-hero__img {
    border-radius: 16px;
  }

  .busines-hero__info {
    padding: 0;
  }

  .busines-hero__subtitle {
    font-size: 20px;
  }

  .busines-hero__title {
    font-size: 24px;
  }

  .busines-hero__benefit-icon {
    width: 32px;
    height: 32px;
  }

  .busines-hero__benefit-title {
    font-size: 14px;
  }

  .busines-benefits__item-icon {
    width: 80px;
    height: 80px;
  }

  .busines-benefits__item-icon img {
    display: block;
    width: 64px;
    height: 64px;
  }

  .busines-benefits__item-title {
    font-size: 14px;
  }

  .busines-sections__inner {
    flex-direction: column;
    gap: 24px;
  }

  .busines-sections__nav {
    position: static;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .busines-sections__nav-item {
    width: auto;
    padding: 10px 16px;
  }

  .busines-sections__list {
    width: 100%;
  }

  .busines-essense__inner {
    padding: 24px;
    border-radius: 16px;
  }

  .busines-essense__head {
    margin-bottom: 24px;
  }

  .busines-essense__title {
    font-size: 24px;
  }

  .busines-essense__desc {
    font-size: 14px;
  }

  .busines-essense__advantage-icon {
    width: 80px;
    height: 80px;
  }

  .busines-essense__advantage-icon img {
    width: 60px;
    height: 60px;
  }

  .busines-essense__advantage-title {
    font-size: 16px;
  }

  .busines-essense__advantage-desc {
    font-size: 14px;
  }

  .busines-tariffs__inner {
    padding: 32px 16px;
    border-radius: 16px;
  }

  .busines-tariffs__title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .busines-preview__inner {
    padding: 24px 16px 16px;
    border-radius: 16px;
  }

  .busines-preview__title {
    font-size: 24px;
  }

  .busines-preview__nav {
    gap: 8px;
  }

  .busines-info__services {
    padding: 24px 16px;
  }

  .busines-info__services-title {
    font-size: 24px;
  }

  .busines-info__clients-banner {
    padding: 24px 16px;
    border-radius: 16px;
  }

  .busines-info__clients-banner-head {
    font-size: 24px;
  }

  .busines-info__clients-banner-title {
    font-size: 16px;
  }

  .busines-info__clients-banner-title span {
    font-size: 16px;
  }

  .busines-info__clients-banner-desc {
    font-size: 14px;
  }

  .busines-cases {
    border-radius: 16px;
  }

  .busines-cases__earnings {
    padding: 24px 16px 16px;
    border-radius: 16px;
  }

  .busines-cases__earnings-desc {
    font-size: 14px;
  }

  .busines-cases__orders {
    padding: 24px 16px 16px;
  }

  .busines-cases__orders-desc {
    font-size: 14px;
  }

  .busines-calculator__item-title {
    font-size: 16px;
  }

  .busines-calculator__item-desc {
    font-size: 14px;
  }

  .busines-calculator__item-progress-limit {
    font-size: 12px;
  }

  .busines-calculator__item-value {
    font-size: 16px;
  }

  .busines-calculator__total {
    font-size: 16px;
  }

  .busines-advantages__inner {
    padding: 24px 16px 16px;
    border-radius: 16px;
  }

  .busines-advantages__desc {
    max-width: 400px;
    font-size: 14px;
  }

  .busines-advantages__item-num {
    font-size: 24px;
  }

  .busines-advantages__item-title {
    font-size: 16px;
  }

  .busines-advantages__item-desc {
    font-size: 14px;
  }

  .reviews__inner {
    flex-direction: column;
  }

  .reviews__nav {
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .reviews__nav-item {
    width: auto;
  }

  .reviews-item__answer {
    padding-left: 130px;
  }

  .articles__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .articles__more-btn {
    margin-top: 24px;
  }

  .articles__pagination {
    margin-top: 24px;
  }

  .favorites__inner {
    flex-direction: column;
  }

  .favorites__asside {
    width: 100%;
  }

  .favorites__main {
    width: 100%;
  }

  .favorites__nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .favorites-panel {
    margin-bottom: 24px;
  }

  .favorites-panel__clear {
    margin-bottom: 0;
  }

  .cabinet__inner {
    flex-direction: column;
  }

  .cabinet__aside {
    width: 100%;
  }

  .cabinet-nav__list {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }

  .cabinet-empty__content {
    padding: 32px 0;
  }

  .cabinet-companies-list {
    grid-template-columns: 1fr;
  }

  .article-item__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px 16px;
    border-radius: 16px;
    gap: 24px;
  }

  .article-item__info {
    padding: 0 16px;
    max-width: 100%;
  }

  .article-item__date {
    font-size: 14px;
  }

  .article-item__title {
    font-size: 20px;
  }

  .article-item__desc {
    font-size: 14px;
  }

  .article-item__img {
    max-width: 100%;
  }

  .article-item__img img {
    border-radius: 12px;
  }

  .article__panel {
    gap: 12px;
  }

  .article__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .article__content {
    flex-direction: column;
    gap: 40px;
  }

  .article__aside {
    max-width: 100%;
  }

  .article__main {
    gap: 24px;
  }

  .article__main nav {
    padding: 24px;
    gap: 16px;
  }

  .article__main h2 {
    font-size: 20px;
  }

  .article__main h3 {
    font-size: 16px;
  }

  .article__main h4 {
    font-size: 14px;
  }

  .article__main ol li::before {
    font-size: 14px;
    line-height: 1.4;
  }

  .article__section {
    gap: 16px;
  }

  .basket-content {
    flex-direction: column;
  }

  .basket-aside {
    max-width: 100%;
    position: static;
  }

  .leasing-hero__inner {
    grid-template-columns: 1fr;
  }

  .leasing-hero__info {
    padding: 32px 32px 40px;
  }

  .leasing-hero__title {
    font-size: 28px;
  }

  .leasing-hero__img {
    height: 400px;
  }

  .leasing-content {
    flex-direction: column;
    gap: 40px;
  }

  .leasing-nav {
    position: static;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .leasing-nav__link {
    display: inline-flex;
    width: auto;
    padding: 10px 32px;
  }

  .leasing-main {
    width: 100%;
    gap: 32px;
  }
}

@media (max-width: 992px) {
  h1,
  .title-h1 {
    font-size: 22px;
    margin-bottom: 50px;
  }

  h2,
  .title-h2 {
    font-size: 20px;
  }
}

@media (max-width: 991.98px) {
  .product__main {
    width: 100%;
  }

  .product__asside {
    width: 100%;
  }

  .product__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .footer-menu {
    margin-bottom: 50px;
  }

  .footer-contacts {
    margin-bottom: 50px;
  }

  .footer-contacts .stel {
    padding-right: 0;
  }

  .content table td,
  .content table th {
    padding: 8px 10px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .btn {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 4px;
  }

  .btn svg {
    display: block;
    width: 14px;
    height: 14px;
  }

  .btn--xl {
    font-size: 12px;
    padding: 11px;
  }

  .header-main .container-wide {
    gap: 10px;
  }

  .header-main__logo {
    max-width: 180px;
  }

  .header-main__burger svg {
    display: block;
    width: 24px;
    height: 15px;
  }

  .header-cabinet__btn {
    width: 27px;
    height: 23px;
  }

  .searchbar__input {
    padding: 10px 36px 11px 10px;
    font-size: 12px;
    line-height: 1.1;
  }

  .searchbar__btn {
    width: 36px;
    height: 36px;
  }

  .searchbar__btn svg {
    width: 12px;
    height: 12px;
  }

  .popular__categories {
    gap: 10px;
  }

  .popular__category-title {
    font-size: 12px;
    top: 12px;
    left: 12px;
  }

  .products-slider {
    overflow: hidden;
  }

  .products-slider__wrapper {
    padding: 0;
    margin: 0;
    overflow: visible;
  }

  .products-slider__item.swiper-slide {
    padding: 4px;
    border-radius: 6px;
  }

  .products-slider__item-img {
    margin-bottom: 8px;
  }

  .products-slider__item-info {
    gap: 8px;
  }

  .products-slider__item-name {
    font-size: 12px;
    line-height: 1.3;
  }

  .products-slider__item-price {
    font-size: 12px;
  }

  .products-slider__item-available {
    font-size: 12px;
    line-height: 1.1;
  }

  .consultation-order__inner {
    padding: 32px 24px 30px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    border-radius: 0;
  }

  .consultation-order__title {
    font-size: 21px;
    padding: 4px 2px 4px;
  }

  .consultation-order__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .consultation-order__form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .consultation-order__form-input {
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
  }

  .faq-item {
    border-left-width: 4px;
  }

  .faq-item__head {
    padding: 16px 14px;
  }

  .faq-item__body {
    padding: 16px 14px 32px;
  }

  .faq-item__body {
    font-size: 14px;
  }

  .catalog__content {
    gap: 20px;
  }

  .catalog-section__list {
    grid-template-columns: 1fr;
  }

  .product__panel {
    gap: 16px;
  }

  .product__control-btn span {
    display: none;
  }

  .product-gallery {
    gap: 4px;
  }

  .product-order {
    padding: 16px 16px;
  }

  .product-order__contacts-btn {
    width: 100%;
  }

  .product-chars__banner-inner {
    grid-template-columns: 1fr;
  }

  .product-chars__banner-info {
    padding: 24px;
  }

  .product-chars__banner-title {
    font-size: 20px;
  }

  .product-chars__banner-btn-more {
    margin-top: 24px;
  }

  .product-chars__main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-chars__details {
    padding-right: 0;
  }

  .product-desc h3 {
    font-size: 16px;
  }

  .product-desc iframe {
    height: 320px;
  }

  .product-complectation h3 {
    font-size: 16px;
  }

  .product-faq__asside-form {
    gap: 12px;
  }

  .product-delivery__subtitle {
    font-size: 16px;
  }

  .product-delivery__type-title {
    font-size: 16px;
    font-weight: 600;
  }

  .product-reviews__rating-total {
    margin-bottom: 16px;
  }

  .product-reviews__rating-total-stars img {
    width: 20px;
    height: 20px;
  }

  .product-reviews__rating-total-value {
    font-size: 24px;
  }

  .product-reviews__rating-btn {
    margin-bottom: 16px;
  }

  .product-reviews__rating-item:not(:last-of-type) {
    margin-bottom: 12px;
  }

  .product-reviews__rating-item-stars img {
    width: 16px;
    height: 16px;
  }

  .product-reviews__item:not(:last-of-type) {
    margin-bottom: 24px;
  }

  .product-credit__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }

  .product-credit__details {
    gap: 16px;
    font-size: 14px;
  }

  .credit-table__head-name-title {
    font-size: 14px;
    line-height: 1;
  }

  .credit-table__cell {
    padding: 8px 12px;
    font-size: 14px;
  }

  .credit-table__partner-logo {
    width: 32px;
    height: 32px;
  }

  .credit-table__partner-name {
    font-size: 14px;
  }

  .credit-calculator__item-title {
    font-size: 14px;
  }

  .credit-calculator__total {
    margin-top: 32px;
  }

  .credit-calculator__total-row {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .credit-calculator__btn {
    margin-top: 24px;
  }

  .blog__section-head {
    justify-content: space-between;
  }

  .blog-main-item__title {
    font-size: 16px;
  }

  .blog-aside-item {
    flex-direction: column;
  }

  .blog-aside-item__img {
    width: 80px;
  }

  .about-banner__inner {
    padding: 24px 16px 16px;
    border-radius: 16px;
  }

  .about-banner__img img {
    border-radius: 16px;
  }

  .about-banner__title {
    font-size: 20px;
  }

  .about-banner__title span {
    font-size: 24px;
  }

  .about-info__right {
    padding: 20px 16px 16px;
  }

  .about-info__stats-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-info__stats-item-title {
    font-size: 18px;
  }

  .about-info__stats-item-desc {
    font-size: 14px;
  }

  .about-info__stats-gallery {
    gap: 8px;
  }

  .about-gallery__slider .swiper-pagination {
    margin-top: 24px;
  }

  .about-advantages__item-icon {
    width: 56px;
    height: 56px;
  }

  .about-advantages__item-desc {
    font-size: 14px;
  }

  .busines-benefits__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }

  .busines-essense__advantages {
    flex-direction: column;
    align-items: center;
  }

  .busines-tariffs__list {
    grid-template-columns: 1fr;
  }

  .busines-preview__nav {
    flex-wrap: wrap;
  }

  .busines-preview__main {
    flex-direction: column;
  }

  .busines-preview__video {
    width: 100%;
  }

  .busines-preview__gallery {
    width: 100%;
  }

  .busines-preview__gallery-prev,
  .busines-preview__gallery-next {
    left: auto;
    top: 50%;
  }

  .busines-preview__gallery-prev {
    transform: translateY(-50%) rotate(0);
    bottom: auto;
    left: -16px;
  }

  .busines-preview__gallery-next {
    transform: translateY(-50%) rotate(0);
    bottom: auto;
    right: -16px;
  }

  .busines-preview__slider {
    height: auto;
  }

  .busines-preview__img {
    height: auto;
  }

  .busines-info__inner {
    gap: 24px;
    flex-direction: column;
  }

  .busines-info__services {
    width: 100%;
  }

  .busines-info__clients {
    width: 100%;
  }

  .busines-about__inner {
    flex-direction: column;
    gap: 24px;
  }

  .busines-about__info {
    width: 100%;
  }

  .busines-about__img {
    width: 100%;
  }

  .reviews__banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px 16px;
    border-radius: 16px;
  }

  .reviews__banner-title {
    font-size: 16px;
  }

  .reviews__banner-text {
    font-size: 14px;
  }

  .reviews__platforms {
    flex-wrap: wrap;
    gap: 16px 8px;
  }

  .reviews__platform {
    height: 40px;
    border-radius: 6px;
    padding: 12px 24px;
    display: inline-flex;
    width: auto;
  }

  .reviews__platform-counter {
    font-size: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    top: -10px;
  }

  .reviews__platform-logo {
    width: 60px;
  }

  .reviews-item__main {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reviews-item__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-item__date {
    text-align: right;
  }

  .reviews-item__text {
    font-size: 14px;
  }

  .reviews-item__platform {
    display: flex;
    justify-content: flex-end;
  }

  .reviews-item__answer {
    padding-left: 0;
    margin-top: 24px;
  }

  .reviews-item__answer-inner {
    flex-direction: column;
    padding: 16px;
    border-radius: 12px;
    gap: 16px;
  }

  .reviews-item__answer-logo {
    width: 40px;
    height: 40px;
  }

  .reviews-item__answer-text {
    font-size: 14px;
  }

  .articles__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabinet-nav__section {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .cabinet-nav__section + .cabinet-nav__section {
    margin-top: 24px;
  }

  .cabinet-nav__section-title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .cabinet-nav__link {
    font-size: 14px;
  }

  .cabinet-main-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cabinet-main-card {
    height: 80px;
  }

  .cabinet-main-rows {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cabinet-main-row {
    border-radius: 10px;
    padding: 16px;
    height: 64px;
  }

  .cabinet-section {
    padding: 16px;
    border-radius: 10px;
  }

  .cabinet-order-item {
    padding: 20px 16px;
  }

  .cabinet-order-item__top {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cabinet-order-item__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cabinet-history-item {
    padding: 20px 16px;
  }

  .cabinet-history-item__top {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .cabinet-history-item__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .article-item__info {
    padding: 0;
  }

  .basket-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 10px;
  }

  .basket-top__title {
    font-size: 18px;
  }

  .basket-top__desc {
    font-size: 14px;
  }

  .leasing-hero__info {
    padding: 24px 20px 40px;
  }

  .leasing-hero__img {
    height: 320px;
  }

  .leasing-info {
    padding: 24px;
    border-radius: 12px;
  }

  .leasing-info__title {
    font-size: 24px;
  }

  .leasing-advantages__inner {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .leasing-advantages__head {
    margin-bottom: 32px;
  }

  .leasing-advantages__list {
    grid-template-columns: 1fr;
  }

  .leasing-advantages__desc {
    margin-top: 32px;
  }

  .credit-advantages__inner {
    flex-direction: column;
    gap: 32px;
  }

  .credit-advantages__info {
    max-width: 100%;
  }

  .credit-advantages__img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 620px) {
    .catalog-section__title {
        display: block;
    }
    .catalog-section__count {
        margin-left: 0;
        margin-top: 10px;
    }
  .catalog-list {
    grid-template-columns: repeat(1, 100%);
  }
}

@media only screen and (max-width: 560px) {
  .blog__nav > * {
    flex-grow: 1;
  }

  .blog__section-list {
    grid-template-columns: 1fr;
  }

  .blog-main-item {
    height: 240px;
  }

  .about-gallery__item-img {
    gap: 10px;
  }

  .about-connection__partners-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .busines-preview__video iframe {
    height: 320px;
  }

  .busines-advantages__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reviews__banner-btn {
    max-width: 100%;
  }

  .reviews__more-btn {
    max-width: 100%;
    margin-top: 24px;
  }

  .articles__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .basket-item__img {
    width: 200px;
    height: 140px;
  }

  .basket-item__main {
    max-width: 100%;
  }

  .leasing-hero__img {
    height: 240px;
  }
}

@media (max-width: 560px) {
  .basket-item {
    flex-direction: column;
    padding-left: 0px;
    gap: 16px;
  }

  .basket-item__checkbox {
    position: static;
    width: 20px;
    height: 20px;
  }

  .basket-item__articul {
    font-size: 12px;
  }

  .basket-item__name {
    font-size: 16px;
  }
}

@media (any-hover: hover) {
  .slider-control:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent-100);
  }

  .btn:hover {
    background-color: var(--color-accent-100);
    border-color: var(--color-accent-100);
    color: var(--color-accent);
  }

  .btn--outline:hover {
    background-color: var(--color-accent-100);
    border-color: var(--color-accent);
  }

  .btn--border:hover {
    background-color: var(--color-accent-100);
    border-color: var(--color-accent);
  }

  .btn-round:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-whte);
  }

  .header-top__link:hover {
    color: var(--color-accent);
  }

  .header-top__tel:hover {
    color: var(--color-accent);
  }

  .header-main__toolbar:hover {
    opacity: 0.7;
  }

  .header-nav__item:hover {
    opacity: 0.6;
  }

  .searchbar__btn:hover {
    opacity: 0.6;
  }

  .modal__close:hover::before {
    background-color: var(--color-blck);
  }

  .catalog-nav__item:hover {
    border-color: var(--color-accent);
  }

  .catalog-nav__item:hover .catalog-nav__item-main {
    color: var(--color-accent);
  }

  .catalog-nav__item:hover .catalog-nav__item-main::after {
    background-color: currentColor;
  }

.catalog-section-card:hover + .catalog-nav__item-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.catalog-nav__item-list {
  transition: opacity .12s ease-in-out, visibility .12s ease-in-out;
}

/* служебный класс: на время расчёта — вообще без анимаций */
.catalog-nav__item-list--noanim { transition: none !important; }
/* NEW: держим панель видимой, когда курсор уже на ней */
.catalog-nav__item-list:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* как и было — явное открытие из JS */
.catalog-nav__item-list.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* мостик оставляем как есть */
.catalog-nav__item-list::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 0;
  width: 8px;
  height: 100%;
}

  .catalog-nav__item-link:hover {
    color: var(--color-accent);
  }

  .catalog-section-card:hover .catalog-section-card__title,   .catalog-section-card__active .catalog-section-card__title {
    color: var(--color-accent);
  }

  .product__control-btn:hover {
    color: var(--color-accent);
  }

  .product-order__contacts-tel:hover {
    color: var(--color-accent);
  }

  .product-order__contacts-email:hover {
    color: var(--color-accent);
  }

  .slider-control:hover {
    border-color: var(--color-accent);
    background-color: var(--color-accent-100);
  }

  .btn:hover {
    background-color: var(--color-accent-100);
    border-color: var(--color-accent-100);
    color: var(--color-accent);
  }

  .btn--outline:hover {
    background-color: var(--color-accent-100);
    border-color: var(--color-accent);
  }

  .btn-round:hover {
    background-color: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-whte);
  }

  .header-top__link:hover {
    color: var(--color-accent);
  }

  .header-top__tel:hover {
    color: var(--color-accent);
  }

  .header-main__toolbar:hover {
    opacity: 0.7;
  }

  .header-nav__item:hover {
    opacity: 0.6;
  }

  .searchbar__btn:hover {
    opacity: 0.6;
  }

  .modal__close:hover::before {
    background-color: var(--color-blck);
  }

  .form-tip a:hover {
    color: var(--color-accent);
  }

  .popup-auth__link:hover {
    opacity: 0.6;
  }

  .favorites__nav-item:hover {
    opacity: 0.6;
  }

  .remove-btn:hover {
    opacity: 0.6;
  }

  .cabinet-nav__link:hover {
    opacity: 0.6;
  }

  .cabinet-active-order__link:hover {
    opacity: 0.6;
  }

  .cabinet-control-btn:hover {
    background-color: var(--color-accent);
    color: var(--color-whte);
  }

  .article__main nav ol li a:hover {
    color: var(--color-accent);
  }

  .read-also-item:hover .read-also-item__title {
    color: var(--color-accent);
  }

  .basket-toolbar__remove:hover {
    opacity: 0.6;
  }

  .basket-item__tools-btn:hover {
    opacity: 0.6;
  }

  .counter-control:hover {
    background-color: var(--color-accent);
    color: var(--color-whte);
  }

  .leasing-nav__link {
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    color: var(--color-whte);
  }
}

.slider_home img {
    border-radius: 10px;
 /*    height: 330px; */
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.sort.active {
    background-color: var(--color-border-100);
}
#mse2_sort .sort[data-dir="asc"] span:after {
    margin-left: 5px;
}
#mse2_sort .sort[data-dir="desc"] span::after  {
    margin-left: 5px;
}
._is-open .catalog-nav__item-dropdown {
    display: block !important;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Только нужные иконки */
.fa-youtube:before {
  content: "\f167";
}
.fa-vk:before {
  content: "\f189";
}
.fa-telegram:before {
  content: "\f2c6"; /* Только в FontAwesome 4.7+ или 5+ */
}
.fa-youtube:before {
  content: "\f167";
}
.fa-home:before {
    content: "\f015";
}

.catalog-card__gallery_wrap {
    position: relative;
    
}

/* .catalog-card__gallery_wrap a {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
} */
.msfavorites {
    display: flex;
    align-items: center;
}
.product__to-compare {
    cursor: pointer;
}

.breadcrumb {
    margin: 0px 0 25px;
    padding: 0;
    list-style: none
}

.breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 0;
    color: #000
}

.breadcrumb i {
    font-size: 14px
}

.breadcrumb>li a {
    color: #000;
    text-decoration: none
}

.breadcrumb>li a:hover {
    color: #000
}

.breadcrumb__item--active {
    color: #707070
}

.header-nav {
    margin-top: 10px;
    margin-bottom: 10px;
}
.order-wrapper .form-checkbox {
    margin: 20px 0;
}
.order-wrapper .popup-auth__form {
    margin-bottom: 40px;
}
#payments ,#deliveries {
    margin-bottom: 30px;
} 
#payments h5, #deliveries h5 {
    margin-bottom: 20px;
}

.small {
    font-size: 12px;
}

/* ================ Сравнение ================== */

.compare-table {
    table-layout: fixed;
    border: 1px solid #e9e9e9;
    width: 100%;
}
.compare-table td {
    width: 272px;
    vertical-align: top;
    min-width: 170px;
}
.compare-table td:first-child {
    border-right: 1px solid #e9e9e9;
}
.compare-table-btn {
    text-align: center;
}
.compare-table-btn > .btn-big {
    border-radius: 2px !important;
}
.compare-table-btn > .btn-big:first-child {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.compare-table-btn > .btn-big + .btn-big {
    margin-top: 10px;
}
.compare-table tr:first-child td {
    padding: 20px 15px;
}
.compare-item {
    border: 1px solid #e9e9e9;
    padding: 10px;
    position: relative;
}
.compare-item-img {
    display: block;
    margin-bottom: 10px;
}
.compare-item-remove {
    position: absolute;
    right: 0;
    top: 0;
    background: #ffffff;
    z-index: 1;
    display: inline-block;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 1px solid #f4f4f4;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.compare-item-remove:before {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #bfbfbf;
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.compare-item-remove:after {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #bfbfbf;
    width: 15px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.compare__product .compare-item-remove:hover {
    border-color: #575b71;
    background-color: #575b71;
}
.compare__product .compare-item-remove:hover:before,
.compare__product .compare-item-remove:hover:after {
    background: #fff;
}
.compare-item-title {
    font-size: 13px;
    color: #000;
    display: block;
}
.compare-item-bottom {
    margin-top: 15px;
}
.compare-item-bottom > * {
    border-radius: 4px;
}
.compare-item-bottom .category-item__buy:not(:hover) {
    background: #fde037;
    color: #000;
}
.compare-item-bottom .category-item__buy:not(:hover) i {
    color: #bea201;
}
.compare-item-price {
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}
.compare-item-price span {
    font-size: 20px;
    font-weight: 600;
}
.compare-item-value td {
    padding: 13px 15px;
    border-top: 1px solid #e9e9e9;
}
.compare-item-value td:not(:last-child) {
    border-right: 1px solid #e9e9e9;
}
.compare-item-value:not(.same) td:not(:first-child):not(.compare__product) {
    background: #f9f1d1;
}
.compare-item-category {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}
.compare-item-title {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}
.compare-item-img {
    display: block;
    text-align: center;
}
.compare-item-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain';
}
.compare-item .word-add {
    display: none;
}
.compare-control {
    vertical-align: bottom !important;
}
.comparison-link {
    color: #575b71;
    text-decoration: none;
     border: none;
    font-size: 14px;
}
.comparison-link:hover {
    border-bottom-style: solid;
}
.comparison-link.active {
    border-bottom-color: transparent;
    background: #efefef;
    color: black;
}

@media screen and (max-width: 767px) {
    
    .compare-table-btn .btn-big {
        font-size: 12px;
        white-space: nowrap;
    }
    .compare-item-img {
        margin-right: 18px;
    }
    .compare-item-remove {
        background: none;
        border: none;
        width: 28px;
        min-width: 28px;
        height: 28px;
    }
    .compare-item-title {
        font-size: 12px;
    }
    .compare-item-price {
        font-size: 14px;
    }
    .compare-item-price span {
        font-size: 16px;
    }
    .compare-table {
        border: none;
    }
    .compare-table td:first-child,
    .compare-table tr:first-child td:first-child {
        padding-left: 0;
    }
    .compare-table td:last-child,
    .compare-table tr:first-child td:last-child {
        padding-right: 0;
    }
    .compare-table tr:first-child td {
        padding-top: 1px;
    }
}
.table-responsive {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e44900;
    border-radius: 5px;
    background: #fff;
}

@media (max-width: 768px) {
    body {
        margin-top: 87px;
    }
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        background: #fff;
        z-index: 11;
    }
  .catalog-section__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb {
      display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
    .breadcrumb li {
        white-space: nowrap; 
    }
    
    .breadcrumb::-webkit-scrollbar {
  display: none;
}
  .catalog-section-card {
    flex: 0 0 auto;
    width: 250px; 
    scroll-snap-align: start;
  }
}


.menu {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 5px 0px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.menu__wrap {
    display: flex;
    align-items: center;
    justify-content: between;
    text-align: center;
}
.menu__wrap > .col-3 {
    width: 25%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}
.menu a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #262121;
}
.menu svg {
    fill: #262121;
    width: 26px;
    height: 26px;
}
.menu__item span{
    display: block;
    font-weight: 200 !important;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {
    .menu {
        display: block;
    }
    .page-inner {
        padding-top: 20px ;
    }
}

.catalog-desc .blocks_n_wrapper {
    background: #f1f2f7;
}


.text-center {
    text-align: center;
}
.oglavlenie {
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
    border: 1px solid #e22b00;
    border-radius: 5px;
    background: #f4f5f7;
}
.ogzag {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.oglavlenie ol {
    list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 45px;
	padding: 15px 0 5px 0;
	font-size: 16px;
}
.oglavlenie ol li {
	position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4;
}
.oglavlenie ol li:before {
	content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -38px;
    width: 25px;
    height: 25px;
   
    color: #222;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
	border:none;
	background:none;
} 
.equipment-section ul {
    margin: 20px 0;
}
.equipment-section li::before{
    content: "✓";
    display: inline-block;
    margin-right: 0.5em;
         font-weight: 600;
    vertical-align: middle;
    color: #E44900;
    text-decoration: inherit;
}

.header-menu__item__active a {
    color: #E44900;
}

.oglavlenie ol ul li:before {content:none}
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */


/* 10.02.2026 */
/* для блока доставки */
.product-delivery__desc ul,
.product-delivery__desc ol,
/* для общего контейнера */
.product__info-content ul, 
.product__info-content ol {
    margin-left: 0;
    padding-left: 20px !important;
    margin-bottom: 20px;
    margin-top: 10px;
}

/* точки для маркированных списков */
.product-delivery__desc ul,
.product__info-content ul {
    list-style-type: disc !important;
}

/* цифры для нумерованных списков */
.product-delivery__desc ol,
.product__info-content ol {
    list-style-type: decimal !important;
}

.product-delivery__desc li,
.product__info-content li {
    margin-bottom: 5px;
    line-height: 1.5;
}
/* вкладка Доставка */

/* H2 и H3 */
.product-delivery__desc h2,
.product-delivery__desc h3 {
    margin-top: 35px !important;    
    margin-bottom: 15px !important; 
    line-height: 1.3 !important;
}

.product-delivery__desc > h2:first-child,
.product-delivery__desc > h3:first-child {
    margin-top: 0 !important;
}

.product-delivery__desc p {
    margin-bottom: 15px !important; /* Воздух между абзацами */
}

.product-delivery__desc ul,
.product-delivery__desc ol {
    margin-bottom: 25px !important;
}
/* аккордеон в О компании */
.faq-item__body.accordion-content ul {
    list-style-type: disc !important; 
    margin-left: 25px !important;    
    margin-top: 10px;
    margin-bottom: 10px;
}

.faq-item__body.accordion-content li {
    display: list-item !important;
    margin-bottom: 8px;              
    padding-left: 5px;
}

.faq-item__body.accordion-content p {
    margin-bottom: 10px;
}

.msfavorites.voted .catalog-card__btn-to-fav::before {
mask: url(/template/img/icons/favorite-active.svg) center center / contain no-repeat;
    -webkit-mask: url(/template/img/icons/favorite-active.svg) center center / contain no-repeat;

}
    .catalog-nav__item-list {
    z-index: 100
    
    }
    .popup-auth {
    display: none;
    }
  
    .response {
  overflow-x: auto; /* Прокрутка на мобильных */
  margin: 1em 0;
}

@media (max-width: 768px) {
  .response {
    max-width: 100%;
    overflow-x: scroll;
  }
}

table caption {
  caption-side: top; 
  font-weight: bold;
  text-align: left;
  padding: 0.5em 0;
  font-size: 1.1em;
  color: #333;
}

.response {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    margin-bottom: 24px;
    background-color: #fff;
}

.response table {
    width: 100%;
    min-width: 600px; 
    border-collapse: collapse;
}

.response table caption {
    caption-side: top;
    text-align: left; 
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    padding: 12px 0;
    margin-bottom: 8px;
    line-height: 1.4;
}


   .msfavorites .msfavorites-active {
        display: none
    } 
    
     .msfavorites.voted .msfavorites-active {
        display: inline-flex
    }
    
     .msfavorites.voted .msfavorites-noneactive {
        display: none
    }
    
    .swal2-container {
        z-index: 9999999 !important;
        
    }
    .swal2-title {
        font-size: 18px !important;
    }
    
.ajax_form input.error {
    color: red;
    border: 2px solid red;
}

.header-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}

body {
  padding-top: 0;
}
.header-main.fixed + * {
  margin-top: 80px; /* высота header-main */
}
.header-main.fixed .header-main__logo img {
    width: 150px;
}
.position {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
        box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.0509803922);
}
.position__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.position__img {
    background: #F7F7F7;
     border-radius: 6px;
}

.position__img img {
    width: 100%;
}
.position p {
    margin-bottom: 10px;
}
.position ul {
    list-style: disc inside;
    margin-bottom: 10px;
    padding-left: 10px;
}
.ec-message p {
     font-size: 14px;
}
.ec-message__reply {
    margin-top: 20px;
    font-size: 14px;
}
.position ul li {
    margin-bottom: 5px;
}
.position__more {
    display: none;
}
.position a {
    font-weight: bold;
    margin-top: 10px;
    text-decoration: underline;
    color: #E44900;
}
.seo-cocoon-block {
    margin: 40px 0;
    width: 100%;
}

.seo-cocoon-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.seo-cocoon-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.seo-cocoon-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.seo-cocoon-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #e35b0f; /* Оранжевый акцент в стиле сайта */
}

.seo-cocoon-img {
    width: 100%;
    height: 180px;
    background: #f4f4f4;
    overflow: hidden;
}

.seo-cocoon-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.seo-cocoon-card:hover .seo-cocoon-img img {
    transform: scale(1.05);
}

.seo-cocoon-placeholder {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

.seo-cocoon-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex-grow: 1;
}

.seo-cocoon-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.3;
    color: #333;
    transition: color 0.3s ease;
}

.seo-cocoon-card:hover .seo-cocoon-heading {
    color: #e35b0f;
}

.seo-cocoon-intro {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin: 0 0 16px 0;
    flex-grow: 1;
}

.seo-cocoon-more {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #e35b0f;
    margin-top: auto;
}

.seo-cocoon-more svg {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.seo-cocoon-card:hover .seo-cocoon-more svg {
    transform: translateX(4px);
}

@media (max-width: 992px) {
    .seo-cocoon-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .seo-cocoon-card {
        flex: 1 1 100%;
    }
    
    .seo-cocoon-img {
        height: 200px;
    }
}

/* Базовые стили обертки */
.footer-wrapper {
    background-color: #1a1a1a; /* Проверь, чтобы совпадал с твоим темным фоном */
    color: #fff;
    padding: 50px 0 30px;
}

/* Современная Flex-сетка вместо col-sm */
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.footer-col {
    flex: 1 1 240px; /* Базовая ширина колонки */
}

.footer-col--info {
    flex: 1 1 280px; /* Колонка с инфо чуть шире */
}

/* Заголовки */
.footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #fff;
}

/* Тексты */
.footer-text p, 
.footer-address p {
    margin-bottom: 5px;
    font-size: 14px;
    color: #ccc;
    line-height: 1.5;
}

/* Списки ссылок */
.footer_l {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_l li {
    margin-bottom: 12px;
}

.footer_l a {
    color: #93999e;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer_l a:hover {
    color: #e44900; /* Твой оранжевый акцент */
}

/* Активные ссылки (антициклические) */
.footer_l .active-link {
    color: #fff;
    font-size: 14px;
    cursor: default;
    pointer-events: none; /* Запрещаем любые клики */
}

/* Контакты */
.footer-contacts a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-contacts a:hover {
    color: #e44900;
}

/* Социальные сети */
.social-links {
    margin-top: 15px;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #93999e;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-links a:hover {
    background-color: #e44900;
    border-color: #e44900;
}

/* Дисклеймер и копирайт */
.copyr {
    font-size: 12px;
    color: #777;
    line-height: 1.4;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.footer-disclaimer small {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

/* Утилиты на случай отсутствия Bootstrap 5 */
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 1rem; }

/* Адаптивность */
@media (max-width: 991px) {
    .footer-grid {
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .footer-col {
        flex: 1 1 100%; /* На мобилках колонки друг под другом */
    }
}
/* Измененная сетка для 5 колонок */
.footer-col {
    flex: 1 1 180px; /* Уменьшили базовую ширину, чтобы влезло 5 колонок */
}
.footer-col--info {
    flex: 1 1 240px; 
}
.footer-col--contacts {
    flex: 1 1 260px; /* Контактам нужно чуть больше места */
}



.footer-disclaimer small {
    display: block;
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 15px;
}

.footer-legal a {
    color: #93999e;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-color: rgba(147, 153, 158, 0.3);
    text-underline-offset: 4px;
    transition: all 0.3s ease;
}

.footer-legal a:hover {
    color: #e44900;
    text-decoration-color: #e44900;
}

.footer-legal .active-link {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
}
/* Общие отступы */
.contacts-page-modern {
    margin-bottom: 80px;
}

/* --- ВЕРХНЯЯ СЕТКА --- */
.contacts-grid-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* Карточка контактов */
.contacts-info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04); /* Мягкая современная тень */
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-style: normal;
    border: 1px solid rgba(0,0,0,0.03);
}

.contacts-info-card__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Современные иконки в кружочках */
.contact-item__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: rgba(228, 73, 0, 0.08); /* Светло-оранжевый фон */
    color: #e44900; /* Твой фирменный оранжевый */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item__icon svg {
    width: 20px;
    height: 20px;
}

.contact-item__text {
    display: flex;
    flex-direction: column;
}

.contact-item__label {
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-item__value {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

/* Карточка с фото */
.contacts-photo-card {
    margin: 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0,0,0,0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.contacts-photo-card__img-wrap {
    flex-grow: 1;
    width: 100%;
    min-height: 300px;
}

.contacts-photo-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contacts-photo-card__caption {
    padding: 15px 20px;
    background: #fafafa;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #eee;
}

.contacts-photo-card__caption svg {
    width: 16px;
    color: #e44900;
}


/* --- СЕТКА КАРТ --- */
.contacts-maps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.map-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0,0,0,0.03);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.map-card__header {
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
}

.map-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 5px 0;
}

.map-card__subtitle {
    font-size: 14px;
    color: #777;
    margin: 0;
}

.map-card__iframe-wrap {
    width: 100%;
    height: 350px;
}
.map-card__iframe-wrap iframe {
    display: block; /* Убирает лишний пиксельный отступ снизу */
}


/* --- КОНТЕНТ (Реквизиты) --- */
.contacts-content-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0,0,0,0.03);
}

.contacts-content-card table {
    width: 100%;
    margin-top: 0;
}


/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 991px) {
    .contacts-grid-top,
    .contacts-maps-grid {
        grid-template-columns: 1fr; /* На планшетах и мобилках все в одну колонку */
    }
    
    .contacts-info-card {
        padding: 30px 20px;
    }
    
    .contacts-photo-card__img-wrap {
        height: 300px;
    }
    
    .contacts-content-card {
        padding: 30px 20px;
    }
}
/* Обертка формы (Секция) */
.contacts-form-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0,0,0,0.03);
}

.contacts-form-header {
    text-align: center;
    margin-bottom: 40px;
}

.contacts-form-header .title-h3 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.contacts-form-header p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

/* Сетка внутри формы */
.modern-contact-form .modern-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.modern-contact-form .modern-form-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Современные инпуты */
.modern-contact-form .form-control {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    background: #fcfcfc;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
    font-family: inherit;
}

.modern-contact-form .form-control::placeholder {
    color: #aaa;
}

/* Эффект при клике на поле */
.modern-contact-form .form-control:focus {
    outline: none;
    border-color: #e44900; /* Твой оранжевый */
    background: #fff;
    box-shadow: 0 0 0 4px rgba(228, 73, 0, 0.1);
}

.modern-contact-form textarea.form-control {
    resize: vertical;
    min-height: 185px; /* Чтобы поле по высоте было равно трем инпутам слева */
}
.modern-contact-form .h-100 {
    height: 100%;
}

/* Подвал формы */
.modern-contact-form .modern-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

/* Кастомный чекбокс */
.form-checkbox-wrapper {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #e44900; /* В современных браузерах красит чекбокс в нужный цвет */
}

.form-checkbox-wrapper label {
    flex: 1;
    cursor: pointer;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin: 0;
}

.form-checkbox-wrapper a {
    color: #e44900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Кнопка отправки */
.modern-contact-form .btn--submit {
    flex-shrink: 0;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background: #e44900;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.modern-contact-form .btn--submit:hover {
    background: #cc4100;
    transform: translateY(-2px); /* Легкий прыжок кнопки при наведении */
}

/* Адаптивность для телефонов */
@media (max-width: 767px) {
    .contacts-form-section {
        padding: 30px 20px;
    }
    
    .modern-contact-form .modern-form-grid {
        grid-template-columns: 1fr;
    }
    
    .modern-contact-form textarea.form-control {
        min-height: 140px;
    }
    
    .modern-contact-form .modern-form-footer {
        flex-direction: column;
        align-items: stretch;
    }
    
    .modern-contact-form .btn--submit {
        width: 100%;
        margin-top: 10px;
    }
}