

/* Start:/local/templates/zintek-index/assets/css/fonts.css?16862649201427*/
@charset "UTF-8";

/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletPort-1024*/
/*WidthTabletPort-992*/
/*WidthTabletPort-768*/
/*WidthTabletPort-580*/
/*WidthTabletPort-420*/
@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 300;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-Light"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.ttf) format("truetype");
}

@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 400;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-Regular"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.ttf) format("truetype");
}

@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 600;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-Bold"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.ttf) format("truetype");
}
/* End */


/* Start:/local/templates/zintek-index/assets/css/libs.min.css?168599296218304*/
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);
    }
}
/* End */


/* Start:/local/templates/zintek-index/assets/css/main.css?1742974333145480*/
@charset "UTF-8";
/*mediaWidthFullHdDesktop-1700*/
/*mediaWidthHdDesktop-1520*/
/*mediaWidthBigDesktop-1400*/
/*mediaWidthDesktop -1200*/
/*WidthTabletPort-1024*/
/*WidthTabletPort-992*/
/*WidthTabletPort-768*/
/*WidthTabletPort-580*/
/*WidthTabletPort-420*/
@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 300;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-Light"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Light.ttf) format("truetype");
}

@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 400;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-Regular"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Regular.ttf) format("truetype");
}

@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 600;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-SemiBd.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-SemiBd.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-SemiBd"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-SemiBd.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-SemiBd.ttf) format("truetype");
}

@font-face {
  font-family: HarmoniaSansProCyr;
  font-display: auto;
  font-weight: 700;
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.eot);
  src: url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.eot) format("embedded-opentype");
  src: local("HarmoniaSansProCyr-Bold"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.woff) format("woff"), url(/local/templates/zintek-index/assets/css/../fonts/HarmoniaSansProCyr-Bold.ttf) format("truetype");
}

html, body, div, span, applet, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, menu, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font: 400 3.333vw/1.5rem "HarmoniaSansProCyr", sans-serif;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 1.4vw;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 0.8333vw;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 1.2vw;
  }
}

@media (min-width: 1700px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #2a2a2a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

html,
body {
  min-height: 100%;
}

.layout {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  /*visibility: hidden;*/
  /*opacity: 0;*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout.layout_ready-load {
  visibility: visible;
  opacity: 1;
}

.layout .layout__main {
  margin-bottom: 2rem;
}

.layout__views {
  display: none;
}

@media screen and (min-width: 768px) {
  .layout__views {
    display: block;
  }
}

.layout__views .views__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__views .views__item {
  background-color: transparent;
  border-radius: 0.5rem;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__views .views__item:hover, .layout__views .views__item.views__item_active {
  background-color: #ffffff;
}

.layout__views .views__item:hover img,
.layout__views .views__item:hover svg, .layout__views .views__item.views__item_active img,
.layout__views .views__item.views__item_active svg {
  fill: #0064b4;
}

.layout__views .views__item:not(:last-child) {
  margin-right: 0.125rem;
}

.layout__views .views__item img,
.layout__views .views__item svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #cccccc;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child),
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child) {
  margin: 0 0 1rem;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.125rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 5.25rem;
    line-height: 5.5rem;
  }
}

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media screen and (max-width: 512px) {
  h2,
  .h2 {
    font-size: 1.42rem;
    line-height: 2.9rem;
  }
}

@media screen and (min-width: 768px) {
  h2,
  .h2 {
    /*font-size: 4rem;*/
    line-height: 2.5rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

h4:not(:last-child),
.h4:not(:last-child) {
  margin-bottom: 0.25rem;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #2a2a2a;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

a {
  color: #2a2a2a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 0;
}

ul:not(:last-child), p:not(:last-child), ol:not(:last-child) {
  margin-bottom: 0.5rem;
}

ul:empty, p:empty, ol:empty {
  display: none;
}

ul,
ol {
  list-style: none;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.5rem 0;
}

ul li,
ol li {
  margin: 0;
}

ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 0.25rem;
}

img,
svg {
  outline: none;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

sup,
.sup {
  color: #b40000;
  font-size: 0.75rem;
  position: relative;
  top: -0.25rem;
}

blockquote {
  font-style: italic;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
  border-left: 1.125rem solid #cccccc;
}

q,
.q {
  quotes: "«" "»";
  margin-bottom: 1.5rem;
  display: block;
}

q q,
.q q {
  quotes: "„" "“";
}

dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

dl:not(:last-child) {
  margin-bottom: 0.5rem;
}

dl dt {
  color: #cccccc;
  min-width: 5rem;
}

dl dt:not(:last-child) {
  margin-right: 0.5rem;
}

.container {
  width: 76.375rem;
  max-width: calc(100vw - 2rem);
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
.row.row_m-column-reverse{
  flex-direction: column-reverse;
}
.articles__item_iteam {
  padding: 3rem 1rem 1rem !important;
}
}
@media screen and (min-width: 768px) {
  .row.row_second {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }

  .row.row_second > .col {
    padding: 0 2rem;
  }

}

@media screen and (min-width: 768px) {
  .row.row_tertiary {
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem;
  }

  .row.row_tertiary > .col {
    padding: 0 1.25rem;
  }
}

.row.row_quantyty {
  width: calc(100% + 1.5rem);
  margin: 0 -0.75rem;
}

.row.row_quantyty > .col {
  padding: 0 0.75rem;
}

.row.row_sixty {
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
}

.row.row_sixty > .col {
  padding: 0 0.5rem;
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col.col_1 {
  width: 8.3333%;
}

.col.col_2 {
  width: 16.666%;

}

.col.col_3 {
  width: 25%;
}

.col.col_4 {
  width: 33.3%;
}

.col.col_5 {
  width: 41.666667%;
}

.col.col_6 {
  width: 50%;
}

.col.col_7 {
  width: 58.333333%;
  /*margin-left: 35px;*/
}

.col.col_8 {
  width: 66.666667%;
}

.col.col_9 {
  width: 75%;
}

.col.col_10 {
  width: 83.333333%;
}

.col.col_11 {
  width: 91.666667%;
}

.col.col_12 {
  width: 100%;
}
.col.col_15 {
  width: 32.999999%;

}
.col.col_18 {
  width: 41.666667%;
  padding: 1rem 1rem 1rem;
}

@media (max-width: 1519px) {
  .col.col_hd-desktop-2 {
    width: 16.66%;
  }

  .col.col_hd-desktop-3 {
    width: 25%;
  }

  .col.col_hd-desktop-4 {
    width: 33.3%;
  }

  .col.col_hd-desktop-5 {
    width: 41.666667%;
  }

  .col.col_hd-desktop-6 {
    width: 50%;
  }

  .col.col_hd-desktop-7 {
    width: 58.333333%;
  }

  .col.col_hd-desktop-8 {
    width: 66.666667%;
  }

  .col.col_hd-desktop-9 {
    width: 75%;
  }

  .col.col_hd-desktop-10 {
    width: 83.333333%;
  }

  .col.col_hd-desktop-11 {
    width: 91.666667%;
  }

  .col.col_hd-desktop-12 {
    width: 100%;
  }
}

@media (max-width: 1399px) {
  .col.col_big-desktop-2 {
    width: 16.66%;
  }

  .col.col_big-desktop-3 {
    width: 25%;
  }

  .col.col_big-desktop-4 {
    width: 33.3%;
  }

  .col.col_big-desktop-5 {
    width: 41.666667%;
  }

  .col.col_big-desktop-6 {
    width: 50%;
  }

  .col.col_big-desktop-7 {
    width: 58.333333%;
  }

  .col.col_big-desktop-8 {
    width: 66.666667%;
  }

  .col.col_big-desktop-9 {
    width: 75%;
  }

  .col.col_big-desktop-10 {
    width: 83.333333%;
  }

  .col.col_big-desktop-11 {
    width: 91.666667%;
  }

  .col.col_big-desktop-12 {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .col.col_middle-desktop-2 {
    width: 16.66%;
  }

  .col.col_middle-desktop-3 {
    width: 25%;
  }

  .col.col_middle-desktop-4 {
    width: 33.3%;
  }

  .col.col_middle-desktop-5 {
    width: 41.666667%;
  }

  .col.col_middle-desktop-6 {
    width: 50%;
  }

  .col.col_middle-desktop-7 {
    width: 58.333333%;
  }

  .col.col_middle-desktop-8 {
    width: 66.666667%;
  }

  .col.col_middle-desktop-9 {
    width: 75%;
  }

  .col.col_middle-desktop-10 {
    width: 83.333333%;
  }

  .col.col_middle-desktop-11 {
    width: 91.666667%;
  }

  .col.col_middle-desktop-12 {
    width: 100%;
  }
  .col.col_15 {
    width: 38.444444%;

  }
  .col.col_18 {
    width: 41.666667%;
    padding: 1rem 1rem 1rem;
  }
  .col.col_7 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .col.col_desktop-2 {
    width: 16.66%;
  }

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

  .col.col_desktop-4 {
    width: 33.3%;
  }

  .col.col_desktop-5 {
    width: 41.666667%;
  }

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

  .col.col_desktop-7 {
    width: 58.333333%;
  }

  .col.col_desktop-8 {
    width: 66.666667%;
  }

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

  .col.col_desktop-10 {
    width: 83.333333%;
  }

  .col.col_desktop-11 {
    width: 91.666667%;
  }

  .col.col_desktop-12 {
    width: 100%;
  }
  .col.col_7 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .col.col_tab-3 {
    width: 25%;
  }

  .col.col_tab-4 {
    width: 33.3%;
  }

  .col.col_tab-5 {
    width: 41.666667%;
  }

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

  .col.col_tab-7 {
    width: 58.333333%;
  }

  .col.col_tab-8 {
    width: 66.666667%;
  }

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

  .col.col_tab-10 {
    width: 83.333333%;
  }

  .col.col_tab-11 {
    width: 91.666667%;
  }

  .col.col_tab-12 {
    width: 100%;
  }
  .col.col_15 {

    width: 100%;

  }
  .col.col_18 {
    padding: 25px;
   }
}

@media screen and (max-width: 767px) {
  .col.col_mob-3 {
    width: 25%;
  }

  .col.col_mob-4 {
    width: 33.3%;
  }

  .col.col_mob-5 {
    width: 41.666667%;
  }

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

  .col.col_mob-7 {
    width: 58.333333%;
  }

  .col.col_mob-8 {
    width: 66.666667%;
  }

  .col.col_mob-12 {
    width: 100%;

  }
}

@media screen and (max-width: 576px) {
  .col.col_mob-p-12 {
    width: 100%;
  }
}

.direction_reverse-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .direction_m-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m_0 {
  margin: 0 !important;
}

.w-100 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .w_m-100 {
    width: 100%;
  }
}

.w-auto {
  width: auto !important;
}

@media screen and (min-width: 768px) {
  .w_m-auto {
    width: auto;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-row{
  display: table-row;
}
@media screen and (min-width: 768px) {
.d_m-none{
  display: none;
}
}
.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .text_m-left {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .text_m-right {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .text_m-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .justify_m-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .justify_m-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .justify_m-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.justify_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .justify_m-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .justify_m-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .justify_m-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .align_m-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .align_m-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .align_m-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .mb_m-0 {
    margin-bottom: 0 !important;
  }
}

.p_0 {
  padding: 0 !important;
}

.pt_0 {
  padding-top: 0 !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.color_second {
  color: #757575;
}

.font_large {
  font-size: 1.0625rem;
  line-height: 1.25rem;
}

.font_tiny {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.font_title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.mobile-slider .slick-slide {
  width: 75vw;
  padding: 0 0.5rem;
}

.font-300 {
  font-weight: 300;
}

.alert-danger {
  color: #b40000;
}

.layout__section {
  padding: 1rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .layout__section {
    padding: 2.5rem 0;
  }

  .layout__section .layout__headline h1,
  .layout__section .layout__headline .h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .layout__section:first-child {
    padding-top: 2rem;
  }
}

.layout__section .section__header:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .layout__section .section__header:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.layout__section .section__main:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .layout__section .section__main:not(:last-child) {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .layout__section .section__action {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.layout__section .section__subsection:not(:last-child) {
  margin-bottom: 2.5rem;
}

.layout__section .subsection__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

.layout__section .subsection__header .wysiwyg {
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .layout__section .subsection__header .wysiwyg {
    justify-content: flex-start;
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .layout__section .subsection__header .wysiwyg:after {
    content: "";
    position: absolute;
    left: calc(100% + 2rem);
    top: 50%;
    height: 1px;
    width: 100vw;
    background-color: #bebebe;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.formular.formular_second {
  padding: 2rem 1rem;
  margin: 0 -1rem;
  background-color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .formular.formular_second {
    padding: 2.5rem;
    margin: 0;
    border-radius: 1rem 0 0 1rem;
  }
}

.formular.formular_second:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  background-color: #ffffff;
  height: 100%;
  width: 100vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .formular.formular_second:before {
    top: 0;
    left: 100%;
  }
}

.formular .formular__header,
.formular .formular__main,
.formular .formular__footer {
  position: relative;
  z-index: 2;
}

.formular .formular__header:not(:last-child),
.formular .formular__main:not(:last-child),
.formular .formular__footer:not(:last-child) {
  margin-bottom: 2rem;
}

.formular .wysiwyg {
  font-weight: 400;
}

.formular a {
  color: #1264b0;
  position: relative;
  white-space: nowrap;
}

.formular a:hover:before {
  width: 0;
}

.formular a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1264b0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__group:not(:last-child) {
  margin-bottom: 0.5rem;
}

.form__group.form__group_second {
  padding: 2rem 1rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .form__group.form__group_second {
    padding: 2rem;
  }
}

.form__group .group__header {
  color: #757474;
}

.form__group .group__header:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form__group .group__header h1 strong,
.form__group .group__header h2 strong,
.form__group .group__header h3 strong,
.form__group .group__header h4 strong {
  color: #000000;
}

.form__group .group__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

.form__group .group__action:hover .action__media img,
.form__group .group__action:hover .action__media svg {
  fill: #000000;
}

.form__group .group__action:hover .action__title .title__text {
  color: #000000;
}

.form__group .group__action .action__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__group .group__action .action__media:not(:last-child) {
  margin-right: 0.5rem;
}

.form__group .group__action .action__media img,
.form__group .group__action .action__media svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #757474;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__group .group__action .action__title .title__text {
  color: #757474;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form__group .group__main:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 1024px){

  .modal__layout_registration{
    max-width: 50rem !important;
  }

  #regform_popup .form__group .group__main:not(:last-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
  }
}

.form-item__help .help__text {
  color: #757474;
}

.form-item {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.form-item.form-item_before .form-item__media {
  left: 0;
}

.form-item.form-item_before .form-item__input,
.form-item.form-item_before .jcf-select-text {
  padding-left: 3.5rem;
}

.form-item.form-item_after .form-item__media {
  right: 0;
}

.form-item.form-item_after .form-item__input,
.form-item.form-item_after .jcf-select-text {
  padding-right: 3.5rem;
}

.form-item__header {
  min-width: 9rem;
}

.form-item__header:not(:last-child) {
  margin-right: 0.75rem;
}

.form-item__header .form-item__title {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item__header .form-item__title:hover {
  color: #0a3762;
}

.form-item__main {
  width: 100%;
  position: relative;
}

.form-item__main:not(:last-child) {
  margin-right: 0.75rem;
}

.form-item__main:hover .form-item__input {
  border-color: #1264b0;
}

.form-item__media {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 3.5rem;
  height: 3.5rem;
  top: 0;
}

.form-item__media:hover .media__ico {
  stroke: #0a3762;
}

.form-item__media .media__ico {
  width: 1.5rem;
  height: 1.5rem;
  stroke: #cccccc;
  fill: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item__input {
  color: #000000;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  font-family: "HarmoniaSansProCyr", sans-serif;
  padding: 1.25rem 1.25rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 0.125rem solid #f1f1f1;
  margin: 0;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.form-item__input.form-item__input_second-end {
  padding-right: 4rem;
}

.form-item__input.form-item__input_tiny {
  padding: 0.5rem;
}

.form-item__input.range__input {
  background-color: #ececec;
}

.form-item__input.form-item__input_second-bg {
  background-color: #f1f1f1;
}

.form-item__input:disabled {
  opacity: 0.5;
}

.form-item__input.error {
  border-color: #b40000;
}

.form-item__input::-webkit-input-placeholder {
  opacity: 1;
  color: #2a2a2a;
}

.form-item__input::-moz-placeholder {
  opacity: 1;
  color: #2a2a2a;
}

.form-item__input:-ms-input-placeholder {
  opacity: 1;
  color: #2a2a2a;
}

.form-item__input::-ms-input-placeholder {
  opacity: 1;
  color: #2a2a2a;
}

.form-item__input::placeholder {
  opacity: 1;
  color: #2a2a2a;
}

.form-item__input:focus, .form-item__input:hover {
  border-color: #1264b0;
}

.form-item__input.form-item__input_textarea {
  width: 100%;
  height: 9rem;
  resize: none;
}

.form-item__text {
  margin-bottom: 2rem;
  color: #757575;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .form-item__text {
    text-align: right;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.custom-check .custom-check__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-check .custom-check__input {
  position: absolute;
  opacity: 0;
}

.custom-check .custom-check__input:checked ~ .custom-check__ico.custom-check__ico_before {
  opacity: 0;
}

.custom-check .custom-check__input:checked ~ .custom-check__ico.custom-check__ico_after {
  opacity: 1;
}

.custom-check .custom-check__input:disabled ~ .custom-check__text {
  pointer-events: none;
}

.custom-check .custom-check__input.error ~ .custom-check__text {
  color: #1982e4;
}

.custom-check .custom-check__text {
  font-size: 1rem;
  line-height: 1.625rem;
  padding-left: 2.625rem;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-check .custom-check__ico {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  max-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.custom-check .custom-check__ico:not(:last-child) {
  margin-right: 0.25rem;
}

.custom-check .custom-check__ico.custom-check__ico_before {
  opacity: 1;
}

.custom-check .custom-check__ico.custom-check__ico_after {
  opacity: 0;
}

.custom-check.custom-check_second .custom-check__text {
  font-size: 1rem;
  line-height: 1rem;
  padding-left: 2rem;
}

.custom-check.custom-check_second .custom-check__ico {
  width: 1rem;
  height: 1rem;
}

.custom-check input[type=radio] ~ .custom-check__text:before, .custom-check input[type=radio] ~ .custom-check__text:after {
  border-radius: 50%;
}

.jcf-select,
select {
  border-radius: 0.5rem;
  border: 0.125rem solid #f1f1f1;
  background-color: #ffffff;
  width: 100%;
  height: 3.5rem;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-select.jcf-select-form-item__input_tiny,
select.jcf-select-form-item__input_tiny {
  height: 2.5rem;
}

.jcf-select.jcf-select-form-item__input_tiny .jcf-select-opener,
select.jcf-select-form-item__input_tiny .jcf-select-opener {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}

.jcf-select.jcf-select-form-item__input_tiny .jcf-select-drop .jcf-option,
select.jcf-select-form-item__input_tiny .jcf-select-drop .jcf-option {
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .jcf-select.form-item__input_m-tiny,
  select.form-item__input_m-tiny {
    height: 2.5rem;
  }

  .jcf-select.form-item__input_m-tiny .jcf-select-opener,
  select.form-item__input_m-tiny .jcf-select-opener {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .jcf-select.form-item__input_m-tiny .jcf-select-drop .jcf-option,
  select.form-item__input_m-tiny .jcf-select-drop .jcf-option {
    padding: 0.5rem;
  }
}

.jcf-select.jcf-drop-active, .jcf-select:hover,
select.jcf-drop-active,
select:hover {
  border-color: #1264b0;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after, .jcf-select:hover .jcf-select-opener:after,
select.jcf-drop-active .jcf-select-opener:after,
select:hover .jcf-select-opener:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.jcf-select.jcf-drop-active .jcf-select-opener,
select.jcf-drop-active .jcf-select-opener {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.jcf-select.jcf-disabled,
select.jcf-disabled {
  opacity: 0.3;
}

.jcf-select .jcf-select-text,
select .jcf-select-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 1rem 1.25rem;
  position: relative;
  font-family: "HarmoniaSansProCyr", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-select .jcf-select-text span,
select .jcf-select-text span {
  position: relative;
  z-index: 2;
}

.jcf-select .jcf-select-text .jcf-option-placeholder,
select .jcf-select-text .jcf-option-placeholder {
  color: #cccccc;
}

.jcf-select .jcf-select-opener,
select .jcf-select-opener {
  width: 3.25rem;
  min-width: 3.25rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("/local/templates/zintek-index/assets/css/../img/arrowBottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  z-index: 3;
}

.jcf-select-drop .jcf-list-content {
  max-height: 15rem;
  width: 100%;
  border: 0.125rem solid #1264b0;
  border-radius: 0.5rem;
  vertical-align: top;
  display: inline-block;
  overflow: auto;
}

.jcf-select-drop ul {
  margin: 0;
  list-style: none;
}

.jcf-select-drop li {
  margin: 0;
}

.jcf-select-drop li:not(:last-child) {
  margin: 0;
}

.jcf-select-drop li:first-child {
  border-radius: 0.75rem 0.75rem 0 0;
}

.jcf-select-drop li:last-child {
  border-radius: 0 0 0.75rem 0.75rem;
}

.jcf-select-drop .jcf-option {
  color: #2a2a2a;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem 1.25rem;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-select-drop .jcf-option:hover {
  color: #ffffff;
  background-color: #1264b0;
}

.jcf-select-drop .jcf-option.jcf-selected {
  color: #ffffff;
  background-color: #1264b0;
}

.jcf-number {
  width: 100%;
  height: 3.5rem;
  width: 8rem;
  border-radius: 1rem;
  padding: 0 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-number .form-item__input_second ~ .jcf-btn-dec, .jcf-number .form-item__input_second ~ .jcf-btn-inc {
  background-color: #ffffff;
}

.jcf-number input {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.125rem;
  background-color: transparent;
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-outer-spin-button, .jcf-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  color: #2a2a2a;
  background-color: #ececec;
  position: absolute;
  top: 0;
  height: 3.5rem;
  width: 2.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-number .jcf-btn-dec path,
.jcf-number .jcf-btn-inc path {
  stroke: #2a2a2a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background-color: #0064b4;
}

.jcf-number .jcf-btn-dec:hover path,
.jcf-number .jcf-btn-inc:hover path {
  stroke: #ffffff;
}

.jcf-number .jcf-btn-dec svg,
.jcf-number .jcf-btn-inc svg {
  width: 0.5rem;
  height: 0.5rem;
}

.jcf-number .jcf-btn-dec {
  left: 0;
  border-radius: 0.5rem 0 0 0.5rem;
}

.jcf-number .jcf-btn-inc {
  right: 0;
  border-radius: 0 0.5rem 0.5rem 0;
}

.range .range__slider {
  height: 0.4rem;
  background-color: #cccccc;
  border: 0 !important;
  position: relative;
}

.range .range__slider:not(:last-child) {
  margin-bottom: 1rem;
}

.range .range__slider .ui-slider-range {
  position: absolute;
  z-index: 10;
  font-size: 0.7em;
  display: block;
  border: 0;
  top: 0;
  height: 100%;
  background-color: #1264b0;
}

.range .range__slider .ui-slider-range.ui-widget-header {
  background-color: #1264b0;
}

.range .range__slider .ui-slider-handle {
  position: absolute;
  top: -0.4em;
  margin-left: -0.6em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.125rem solid #1264b0;
  z-index: 11;
  background-color: #ffffff;
}

.range .range__content,
.range .range__form {
  font-weight: 500;
  width: calc(100% + 0.75rem);
  margin: 0 -0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range .range__content .jcf-number,
.range .range__form .jcf-number {
  padding: 0;
  width: 2rem;
}

.range .range__content .jcf-btn-dec,
.range .range__content .jcf-btn-inc,
.range .range__form .jcf-btn-dec,
.range .range__form .jcf-btn-inc {
  display: none;
}

.form-item__field.form-item__field_second .form-item__input {
  background-color: #f1f1f1;
}

.form-item__tooltip {
  position: relative;
}

.form-item__tooltip.form-item__tooltip_second {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
}

.form-item__tooltip.form-item__tooltip_hide {
  visibility: hidden;
  opacity: 0;
}

.form-item__tooltip:hover .tooltip__main {
  opacity: 1;
  visibility: visible;
}

.form-item__tooltip .tooltip__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-item__tooltip .tooltip__header img,
.form-item__tooltip .tooltip__header svg {
  width: 2rem;
  min-width: 2rem;
}

.form-item__tooltip .tooltip__main {
  width: 14rem;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #ffffff;
  background-color: #0064b4;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .form-item__tooltip .tooltip__main {
    right: auto;
    left: 0;
  }
}

.form-item__tooltip .tooltip__main:before {
  content: "";
  width: 0;
  height: 0;
  right: 0.3rem;
  bottom: calc(100% - 0.125rem);
  border: 0 solid transparent;
  border-right-width: 0.5rem;
  border-left-width: 0.5rem;
  border-bottom: 1rem solid #0064b4;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .form-item__tooltip .tooltip__main:before {
    left: 0.3rem;
    right: auto;
  }
}

.form-item__data .data__list {
  margin-bottom: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-item__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-item__data .data__item:not(:last-child) {
  margin-bottom: 1rem;
}

.form-item__data .data__title:not(:last-child) {
  margin-bottom: 0.125rem;
}

.form-item__data .data__title .title__text {
  color: #757474;
}

.form-item__data .data__value .value__text {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.form-item__append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-item__append .append__media {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #0064b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.form-item__append .append__media:not(:last-child) {
  margin-right: 0.75rem;
}

.form-item__append .append__media:before {
  color: #ffffff;
  content: "+";
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form-item__info {
  color: #9c9c9c;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #1264b0;
}

* {
  scrollbar-width: none;
}

.btn {
  color: #ffffff;
  background-color: #0a3762;
  border: 0;
  font-weight: 400;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  margin: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  color: #ffffff;
  background: #0064b4;
  text-decoration: none;
}

.btn:hover .btn__ico {
  fill: #ffffff;
}

.btn:disabled {
  border-color: #cccccc;
  background-color: #cccccc;
}

.btn.btn_large {
  border-radius: 0.75rem;
  padding: 1.25rem 2.5rem;
}

.btn.btn_secondary {
  color: #0a3762;
  background-color: #ffffff;
}

.btn.btn_secondary:hover {
  color: #ffffff;
  background: #1264b0;
}

.btn.btn_secondary:hover .btn__ico {
  fill: #ffffff;
}

.btn.btn_secondary .btn__ico {
  fill: #0a3762;
}

.btn.btn_tertiary {
  padding: 0;
  font-weight: 400;
  color: #2a2a2a;
  background-color: transparent;
}

.btn.btn_tertiary:hover .btn__text:before {
  width: 0;
}

.btn.btn_tertiary .btn__text {
  position: relative;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn.btn_tertiary .btn__text {
    text-align: left;
  }
}

.btn.btn_tertiary .btn__text:before {
  content: "";
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #2a2a2a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn.btn_quantyty {
  color: #0a3762;
  background-color: #f4f4f4;
}

.btn.btn_quantyty:hover {
  color: #ffffff;
  background-color: #0a3762;
}

.btn .btn__text:not(:last-child),
.btn .btn__ico:not(:last-child) {
  margin-right: 0.75rem;
}

.btn div:not(:last-child) {
  margin-right: 0.75rem;
}

.btn .btn__ico {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.link {
  position: relative;
}

.buttons {
  margin-bottom: 2rem;
}

.buttons .buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.buttons .buttons__item {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons .buttons__item:not(:last-child) {
  margin-right: 1.5rem;
}

.wysiwyg {
  font-weight: 400;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  
}

.wysiwyg.wysiwyg_second {
  border-radius: 0.75rem;
  padding: 2rem;
  background-color: #ffffff;
}

.wysiwyg img,
.wysiwyg svg {
  display: block;
  margin-bottom: 1.5rem;
}

.wysiwyg p:not(:last-child),
.wysiwyg ul:not(:last-child),
.wysiwyg ol:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg ul {
  list-style: none;
}

.wysiwyg ul ul {
  margin-left: 0;
}

.wysiwyg ul li {
  margin: 0;
  padding-left: 1rem;
  position: relative;
  text-align: left;
}

.wysiwyg ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.wysiwyg ul li:before {
  content: "";
  width: 0.5rem;
  min-width: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  background-color: #1264b0;
  display: inline-block;
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}

.wysiwyg ol {
  list-style: decimal;
  padding-left: 1rem;
}

.wysiwyg ol li {
  margin: 0;
}

.wysiwyg ol li:not(:last-child) {
  margin-bottom: 2rem;
}

.wysiwyg a {
  color: #1264b0;
  position: relative;
  white-space: nowrap;
}

.wysiwyg a:hover:before {
  width: 0;
}

.wysiwyg a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #1264b0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
}

.slick-slider.slick-vertical .slick-track {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slick-slider.slick-vertical .slick-slide {
  display: block;
}

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

.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-list {
  overflow: hidden;
}

.slick-slider .slick-slide {
  display: inline-block;
  height: 100%;
  z-index: 2 !important;
  margin: 0;
  min-height: 1px;
}

.slick-slider .slick-slide.slick-current {
  z-index: 3 !important;
}

.slick-slider .slick-arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  top: 50%;
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-slider .slick-arrow.slick-prev {
  left: 1.5rem;
  right: auto;
}

.slick-slider .slick-arrow.slick-prev:hover {
  left: 1rem;
}

.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 1.5rem;
}

.slick-slider .slick-arrow.slick-next:hover {
  right: 1rem;
}

.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.8;
  pointer-events: none;
}

.slick-slider .slick-arrow img,
.slick-slider .slick-arrow svg {
  max-width: 25%;
  height: auto;
}

.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
}

.slick-slider .slick-dots li {
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-slider .slick-dots li:not(:last-child) {
  margin-right: 0.25rem;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button {
  background-color: #ffffff;
}

.slick-slider .slick-dots li:only-child {
  display: none;
}

.slick-slider .slick-dots button {
  text-indent: -9999px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #2a2a2a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .nowrap_tablet {
    white-space: nowrap;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.table_second{
  table-layout: auto;
  border-radius: 0.5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.table_second:not(:last-child){
  margin-bottom: 2rem;
}
table td,
table th {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  text-align: left;
  padding: 0.5rem 1.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.table_second tr:not(:last-child) td{
  border-bottom: 1px solid #cccccc;
}
.table_second td{
  border: 0;
}
@media screen and (min-width: 768px) {
  table td,
  table th {
    padding: 1.25rem 1.5rem;
  }
}

table th {
  color: #ffffff;
  font-weight: 600;
  background-color: #cccccc;
}

.accordion .accordion__list {
  margin-bottom: -1.5rem;
}

.accordion .accordion__item {
  border-radius: 0.5rem;
  background-color: #ffffff;
}

.accordion .accordion__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.accordion .accordion__item.accordion__item_active .accordion__header {
  color: #0064b4;
}

.accordion .accordion__item.accordion__item_active .accordion__header:before {
  visibility: visible;
}

.accordion .accordion__item.accordion__item_active .accordion__header .accordion__status .status__ico.status__ico_main {
  visibility: visible;
}

.accordion .accordion__item.accordion__item_active .accordion__header .accordion__status .status__ico.status__ico_second {
  visibility: hidden;
}

.accordion .accordion__item.accordion__item_active .accordion__body {
  opacity: 1;
  padding: 2rem;
  max-height: 999px;
  visibility: visible;
}

.accordion .accordion__item .accordion__header {
  color: #2a2a2a;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion .accordion__item .accordion__header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 2rem;
  height: 1px;
  background-color: #cccccc;
  width: calc(100% - 4rem);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.accordion .accordion__item .accordion__header .accordion__title:not(:last-child) {
  margin-right: 1rem;
}

.accordion .accordion__item .accordion__header .accordion__title .title__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.accordion .accordion__item .accordion__status {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .accordion .accordion__item .accordion__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.accordion .accordion__item .accordion__status .status__media {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #0064b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.accordion .accordion__item .accordion__status .status__media:not(:last-child) {
  margin-right: 1rem;
}

.accordion .accordion__item .accordion__status .status__ico {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 50%;
  left: 50%;
  stroke: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion .accordion__item .accordion__status .status__ico.status__ico_main {
  visibility: hidden;
}

.accordion .accordion__item .accordion__status .status__ico.status__ico_second {
  visibility: visible;
}

.accordion .accordion__item .accordion__body {
  opacity: 0;
  padding: 0 2rem;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tabs.tabs_second .tabs__header .tabs__item {
  padding: 1.125rem 1rem;
}

.tabs.tabs_second .tabs__header .tabs__title .title__text {
  border-radius: 0.5rem;
}

.tabs.tabs_second .tabs__body .tabs__item {
  padding: 0;
}

.tabs.tabs_second .tabs__body .tabs__item.tabs__item_active {
  padding: 0;
  background-color: transparent;
}

.tabs .tabs__header {
  margin-bottom: -0.25rem;
  overflow: hidden;
  overflow-x: auto;
}

.tabs .tabs__header .tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.tabs .tabs__header .tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.125rem 2rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tabs .tabs__header .tabs__item.tabs__item_active {
  color: #2a2a2a;
  background-color: #ffffff;
}

.tabs .tabs__header .tabs__item.tabs__item_active .tabs__title .title__text {
  color: #2a2a2a;
}

.tabs .tabs__header .tabs__item.tabs__item_active .tabs__media img,
.tabs .tabs__header .tabs__item.tabs__item_active .tabs__media svg {
  fill: #2a2a2a;
}

.tabs .tabs__media {
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .tabs__media:not(:last-child) {
  margin-right: 1rem;
}

.tabs .tabs__media img,
.tabs .tabs__media svg {
  fill: #c1c1c1;
}

.tabs .tabs__title .title__text {
  color: #c1c1c1;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.tabs .tabs__body.tabs__body_second .tabs__item {
  padding: 0;
}

.tabs .tabs__body.tabs__body_second .tabs__item.tabs__item_active {
  padding: 0;
  background-color: transparent;
}

.tabs .tabs__body .tabs__item {
  padding: 0;
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .tabs .tabs__body .tabs__item {
    padding: 0 2rem;
  }
}

.tabs .tabs__body .tabs__item.tabs__item_active {
  max-height: 9999px;
  padding: 2rem 1rem;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .tabs .tabs__body .tabs__item.tabs__item_active {
    padding: 2rem;
  }
}

.socials {
  margin-bottom: 2rem;
}

.socials .socials__list {
  margin: 0 -1rem -0.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.socials .socials__item {
  margin: 0 1rem 0.125rem 0;
}

.socials .socials__link {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.socials .socials__link img,
.socials .socials__link svg {
  height: 100%;
  width: 100%;
  fill: #1264b0;
}

.carousel {
  overflow: hidden;
  overflow-x: auto;
}

.carousel .carousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel .carousel__slide {
  min-width: 12.75rem;
  padding: 0 0.4rem;
}

.carousel .carousel__slide .carousel__media {
  height: 100%;
  border-radius: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.carousel .carousel__slide .categories__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.carousel .carousel__slide img,
.carousel .carousel__slide svg {
  width: 100%;
  height: 7rem;
}

.layout__header {
  padding: 1rem 0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo .logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header__logo .logo__media:not(:last-child) {
    margin-right: 1.25rem;
  }
}

.header__logo .logo__media img,
.header__logo .logo__media svg {
  height: 2.25rem;
  width: auto;
}

.header__logo .logo__slogan {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__logo .logo__slogan {
    font-size: 0.75rem;
    line-height: 0.75rem;
    display: block;
  }
}

.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.burger .burger__item {
  width: 2rem;
  background-color: #0a3762;
  height: 0.125rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.burger .burger__item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.header__menu .menu__list {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.header__menu .menu__item {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .header__menu .menu__item {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header__menu .menu__item.menu__item_mob-hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header__menu .menu__item:hover .menu__dropdown {
    padding: 2rem;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .header__menu .menu__item.menu__item_active .burger {
    background-color: #ffffff;
  }

  .header__menu .menu__item.menu__item_active .menu__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .header__menu .menu__item:not(:last-child):before {
    content: "";
    position: absolute;
    top: 1.125rem;
    right: 0;
    width: 1px;
    height: 1.25rem;
    background-color: rgba(0, 0, 0, 0.125);
  }
}

.header__menu .menu__item .menu__link.root-item-selected, .header__menu .menu__item:hover .menu__link {
  color: #1264b0;
}

.header__menu .menu__item.menu__current .burger, .header__menu .menu__item:hover .burger {
  background-color: #ffffff;
}

.header__menu .menu__item.menu__current .menu__media img,
.header__menu .menu__item.menu__current .menu__media svg, .header__menu .menu__item:hover .menu__media img,
.header__menu .menu__item:hover .menu__media svg {
  fill: #1264b0;
}

.header__menu .menu__item .menu__preview {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu .menu__dropdown {
  left: 0;
  min-width: 16rem;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  z-index: 11;
  position: absolute;
  top: calc(100% - 1rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (min-width: 768px) {
  .header__menu .menu__dropdown {
    top: 100%;
  }
}

@media screen and (min-width: 768px) {
  .header__menu .menu__dropdown.menu__dropdown_second {
    width: 47rem;
    border-top-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .header__menu .menu__dropdown.menu__dropdown_second {
    width: 60rem;
  }
}

.header__menu .menu__dropdown:not(:last-child) {
  margin-bottom: 0.5rem;
}

.header__menu .menu__dropdown.menu__current .dropdown__link, .header__menu .menu__dropdown:hover .dropdown__link {
  color: #0a3762;
}

.header__menu .dropdown__link {
  display: block;
  color: #2a2a2a;
  text-decoration: none;
  white-space: nowrap;
}

.header__menu .menu__link {
  color: #2a2a2a;
  padding: 1rem 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header__menu .menu__link {
    padding: 1rem;
    width: auto;
    height: auto;
  }
}

.header__menu .menu__media {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__menu .menu__media + .menu__title {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__menu .menu__media + .menu__title {
    display: block;
  }
}

.header__menu .menu__media img,
.header__menu .menu__media svg {
  width: 100%;
  height: 100%;
  fill: #2a2a2a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header__menu .menu__title:not(:last-child) {
  margin-right: 0.125rem;
}

.header__menu .menu__tooltip {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-color: #0a3762;
}

.header__menu .menu__action {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__menu .menu__action:not(:last-child) {
  margin-right: 0.5rem;
}

.header__menu .menu__action img,
.header__menu .menu__action svg {
  width: 1.25rem;
  height: 1rem;
  fill: #454545;
}

.home .header__menu .menu__action img,
.home .header__menu .menu__action svg {
  fill: #ffffff;
}

.home .header__menu .menu__action img path,
.home .header__menu .menu__action svg path {
  fill: #ffffff;
}

.header__menu .menu__group {
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
  .header__menu .menu__group {
    margin-bottom: 0.125rem;
  }
}

.header__menu .menu__group .group__header:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .header__menu .menu__group .group__header:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.header__menu .menu__group .group__header .group__title .title__text {
  font-weight: 600;
}

.header__menu .menu__group .group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__menu .menu__group .group__item {
  margin: 0;
}

.header__menu .menu__group .group__item.group__item_active .group__link, .header__menu .menu__group .group__item:hover .group__link {
  color: #0a3762;
}

.header__menu .menu__group .group__link {
  color: #2a2a2a;

  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.home .menu__item:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 768px) {
  .home .menu__item.menu__item_second:hover .menu__link {
    color: #ffffff;
  }

  .home .menu__item.menu__item_second:hover .menu__media img,
  .home .menu__item.menu__item_second:hover .menu__media svg {
    fill: #ffffff;
  }

  .home .menu__item.menu__item_second .menu__link {
    color: #ffffff;
  }

  .home .menu__item.menu__item_second .menu__media img,
  .home .menu__item.menu__item_second .menu__media svg {
    fill: #ffffff;
  }

  .home .menu__item.menu__item_second .menu__tooltip {
    color: #0a3762;
    background-color: #ffffff;
  }
}

.layout__footer {
  color: #ffffff;
  background-color: #1264b0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .layout__footer {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .layout__footer .contacts .contacts__list{
    width: auto;
    align-items: center!important;
  }
}
.layout__footer .footer__main {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__footer .footer__main:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -1rem;
  height: calc(100% + 4rem);
  width: 100vw;
  background-color: #0a3762;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .layout__footer .footer__main:before {
    top: -2rem;
    right: -2.25rem;
    width: 50vw;
  }
}

@media screen and (min-width: 768px) {
  .layout__footer .footer__second {
    padding-left: 2.5rem;
  }
}

.layout__footer .footer__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__footer .footer__logo:not(:last-child) {
  margin-bottom: 0.5rem;
}

.layout__footer .footer__logo .logo__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layout__footer .footer__logo .logo__link img,
.layout__footer .footer__logo .logo__link svg {
  height: 2.5rem;
  margin: 0 auto;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .layout__footer .footer__logo .logo__link img,
  .layout__footer .footer__logo .logo__link svg {
    margin: 0;
  }
}

.layout__footer .footer__slogan {
  margin-left: 2.75rem;
}

.layout__footer .footer__slogan:not(:last-child) {
  margin-bottom: 2rem;
}

.layout__footer .footer__slogan br {
  display: none;
}

@media screen and (min-width: 768px) {
  .layout__footer .footer__slogan br {
    display: block;
  }
}


.layout__footer .footer__slogan .slogan__text {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.05rem;
  display: block;
}

.layout__footer .footer__groups {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 768px) {
  .layout__footer .footer__groups .footer__group {
    text-align: left;
  }

  .layout__footer .footer__groups > .row > .col {
    width: 50%;
  }
}


.layout__footer .contacts .contacts__media img,
.layout__footer .contacts .contacts__media svg {
  fill: #1982e4;
}

.layout__footer .socials .socials__link img,
.layout__footer .socials .socials__link svg {
  fill: #1982e4;
}

.layout__footer .footer__group {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .layout__footer .footer__group {
    margin-bottom: 1.3rem;
  }
}

.layout__footer .footer__group.footer__group_second {
  height: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .layout__footer .footer__group.footer__group_second:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 0.75rem);
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.layout__footer .footer__group .group__header {
  padding: 0.5rem 0;
}

.layout__footer .footer__group .group__header:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .layout__footer .footer__group .group__header:not(:last-child) {
    margin-bottom: 1.75rem;
  }
}

.layout__footer .footer__group .group__header .group__title .title__text {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.25rem;
  font-weight: 700;
  position: relative;
}

.layout__footer .footer__group .group__header .group__title .title__text:hover:before {
  width: 0;
}

.layout__footer .footer__group .group__header .group__title .title__text:before {
  content: "";
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__footer .footer__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.layout__footer .footer__menu .menu__item {
  margin: 0;
}

.layout__footer .footer__menu .menu__item:not(:last-child) {
  margin-bottom: 0.95rem;
}

.layout__footer .footer__menu .menu__link {
  color: #ffffff;
  position: relative;
  text-transform: capitalize; 
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout__footer .footer__copyright {
  margin-top: auto;
}

.layout__footer .footer__design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.layout__footer .footer__design .design__text {
  color: #ffffff;
  opacity: 0.5;
}

.layout__footer .footer__design .design__text a {
  color: #ffffff;
  text-decoration: underline;
}

.layout__footer .footer__design .design__text a:hover {
  text-decoration: none;
}

.modal-init {
  cursor: pointer;
}

.layout__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: pointer;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(17, 17, 17, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.layout_modal-active .layout__modal {
  visibility: visible;
  opacity: 1;
}

.modal__layout {
  position: fixed;
  top: auto;
  bottom: 0;
  cursor: auto;
  width: 100%;
  padding: 1.5rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 1rem 1rem 0 0;
  z-index: 111;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) and (min-height: 40rem) {
  .modal__layout {
    top: 50%;
    bottom: auto;
    left: 50%;
    max-width: 30rem;
    border-radius: 1rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.modal__layout.modal__layout_active {
  visibility: visible;
  opacity: 1;
}

.modal__layout .modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__layout .modal__action {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .modal__layout .modal__action:hover .action__ico {
    stroke: #0a3762;
  }
}

.modal__layout .modal__action img,
.modal__layout .modal__action svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke: #cccccc;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.breadcrumbs .breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .breadcrumbs .breadcrumbs__list {
    justify-content: flex-start;
  }
}

.breadcrumbs .breadcrumbs__item {
  font-weight: 400;
  position: relative;
}

.breadcrumbs .breadcrumbs__item:not(:last-child) {
  margin-right: 1.25rem;
}

.breadcrumbs .breadcrumbs__item:not(:last-child):hover .breadcrumbs__link {
  color: #1982e4;
}

.breadcrumbs .breadcrumbs__item:not(:last-child):after {
  content: "/";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5rem);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumbs .breadcrumbs__item.breadcrumbs__item_current .breadcrumbs__link {
  color: #1982e4;
}

.breadcrumbs .breadcrumbs__link {
  /*white-space: nowrap;*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar__group:not(:last-child) {
  margin-bottom: 2rem;
}

.sidebar__menu:not(:last-child) {
  margin-bottom: 2rem;
}

.sidebar__menu .menu__group:not(:last-child) {
  margin-bottom: 0.5rem;
}

.sidebar__menu .menu__group.menu__group_active .group__header .group__title .title__text {
  color: #1264b0;
}

.sidebar__menu .menu__group.menu__group_active .group__media img,
.sidebar__menu .menu__group.menu__group_active .group__media svg {
  fill: #1264b0;
}

.sidebar__menu .menu__group.menu__group_active .group__main {
  max-height: 99999px;
}

.sidebar__menu .menu__group .group__header {
  color: #2a2a2a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar__menu .menu__group .group__header:not(:last-child) {
  margin-bottom: 0.5rem;
}

.sidebar__menu .menu__group .group__header:hover {
  color: #1264b0;
}

.sidebar__menu .menu__group .group__header:hover .group__media img,
.sidebar__menu .menu__group .group__header:hover .group__media svg {
  fill: #1264b0;
}

.sidebar__menu .menu__group .group__media {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__menu .menu__group .group__media:not(:last-child) {
  margin-right: 0.5rem;
}

.sidebar__menu .menu__group .group__media img,
.sidebar__menu .menu__group .group__media svg {
  width: 100%;
  height: 100%;
  fill: #848484;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar__menu .menu__group .group__main {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar__menu .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__menu .menu__item {
  margin: 0;
}

.sidebar__menu .menu__item.menu__item_active .menu__link, .sidebar__menu .menu__item:hover .menu__link {
  color: #1264b0;
}

.sidebar__menu .menu__item.menu__item_active .menu__link:before, .sidebar__menu .menu__item:hover .menu__link:before {
  background-color: #1264b0;
}

.sidebar__menu .menu__link {
  color: #2a2a2a;
  padding: 0.25rem 0.5rem 0.25rem 3rem;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar__menu .menu__link:before {
  content: "";
  left: 2rem;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sidebar__group {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}

.sidebar__group.sidebar__group_second {
  padding: 0;
  background-color: transparent;
}

.sidebar__group .group__header:not(:last-child) {
  margin-bottom: 1.25rem;
}

.sidebar__group .group__title:not(:last-child) {
  margin-bottom: 0.75rem;
}

.sidebar__group .group__title .title__text {
  color: #3c3c3c;
}

.sidebar__group .group__sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__group .group__sale .sale__item:not(:last-child) {
  margin-right: 0.25rem;
}

.sidebar__group .group__sale .sale__item.sale__item_old .sale__text {
  color: #b1b1b1;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: line-through;
}

.sidebar__group .group__sale .sale__item.sale__item_current .sale__text {
  color: #2b2b2b;
}

.sidebar__group .group__main:not(:last-child) {
  margin-bottom: 1.25rem;
}

.sidebar__group .group__data:not(:last-child) {
  margin-bottom: 1.25rem;
}

.sidebar__group .group__data .data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar__group .group__data .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #b1b1b1;
}

.sidebar__group .group__data .data__item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.sidebar__group .group__data .data__item.data__item_total {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.sidebar__group .group__data .data__item.data__item_total .data__title .title__text {
  color: #3c3c3c;
}

.sidebar__group .group__data .data__item.data__item_total .data__value .value__text {
  color: #0a3762;
}

.sidebar__group .bx-filter {
  margin: 0;
}

.sidebar__group .bx-filter-parameters-box-container {
  padding: 0;
}

.sidebar__group .bx-filter .bx-filter-parameters-box-title {
  font-size: unset;
  padding-bottom: 0;
}

.sidebar__filter .filter__group:not(:last-child) {
  margin-bottom: 2.5rem;
}

.sidebar__filter .group__header:not(:last-child) {
  margin-bottom: 1rem;
}

.sidebar__filter .group__title .title__text {
  color: #2b2b2b;
  font-weight: 600;
}

.services:not(:last-child) {
  margin-bottom: 2rem;
}

.services .services__item {
  height: 100%;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services .services__header {
  border-radius: 0.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services .services__header:not(:last-child) {
  margin-bottom: 1.25rem;
}

.services .services__header .wysiwyg {
  font-weight: 300;
}

.services .services__subtitle:not(:last-child) {
  margin-bottom: 0.5rem;
}

.services .services__subtitle .subtitle__text {
  color: #2c2c2c;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  display: block;
}

@media (min-width: 1200px) {
  .services .services__subtitle .subtitle__text {
    text-align: left;
  }
}

.services .services__subtitle + .services__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.services .services__wrap {
  overflow: hidden;
  margin-bottom: 2rem;
}

.services .services__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  margin-right: 1rem;
}

@media (min-width: 1200px) {
  .services .services__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.services .services__title .title__text {
  color: #0a3762;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  display: block;
}

@media (min-width: 1200px) {
  .services .services__title .title__text {
    text-align: left;
  }
}

.services .services__title .title__subtitle {
  padding: 0 0.25rem;
}

.services .services__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .services .services__action {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.services .services__main {
  font-weight: 400;
}

.services .services__main:after {
  content: "";
  display: inline-block;
}

@media (min-width: 1200px) {
  .services .services__main .buttons {
    padding: 0 2rem;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .services .services__buttons + .buttons {
    justify-content: center !important;
  }
}

.services .services__footer {
  margin-top: auto;
}

.services .services__media {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .services .services__media {
    height: 4rem;
    float: right;
    margin-bottom: 0.125rem;
    margin-left: 1rem;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
}

@media (min-width: 1200px) {
  .services .services__media.services__media_second {
    height: 44%;
  }

  .services .services__media.services__media_second img,
  .services .services__media.services__media_second svg {
    max-height: 32rem;
  }
}

@media (min-width: 1700px) {
  .services .services__media.services__media_second {
    height: 10rem;
  }
}

@media (min-width: 1200px) {
  .services .services__media.services__media_tertiary {
    height: 13rem;
  }

  .services .services__media.services__media_tertiary img,
  .services .services__media.services__media_tertiary svg {
    height: 26rem;
  }
}

@media (min-width: 1200px) {
  .services .services__media img,
  .services .services__media svg {
    width: 100%;
    max-height: 26.25rem;
    max-width: 38.25rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
  }
}

.services__buttons .buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .services__buttons .buttons__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.services__buttons .buttons__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services__buttons img,
.services__buttons svg {
  width: 13.5rem;
  height: 5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.layout__slider .slider__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout__slider .slider__img {
  height: 30rem;
}

.banner {
  position: relative;
  z-index: 2;
}

.banner .banner__layout {
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner .banner__layout {
    padding: 7.5rem 0 2.5rem;
  }
}

.banner .banner__header:not(:last-child) {
  margin-bottom: 1.5rem;
}

.banner .banner__title .title__text {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.banner .banner__main:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .banner .banner__title .title__text {
    font-size: 3.125rem;
    line-height: 3.5rem;
  }

  .banner .banner__main:not(:last-child) {
    margin-bottom: 0;
  }
}

.banner .banner__subtitle .subtitle__text {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .banner .banner__main:not(:last-child) {
    margin-bottom: 3.7rem;
  }
}

.banner__model {
  width: 15rem;
  margin: 0 auto 2rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .banner__model {
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
  }
}

.banner__model .model__background {
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -4%);
  transform: translate(-50%, -5%);
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .banner__model .model__background {
    width: 60rem;
    height: 60rem;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(1%, -45%);
    transform: translate(1%, -45%);
  }
}

.banner__model .model__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 100, 176, 0.6) !important;
}

.banner__model .model__background img,
.banner__model .model__background svg {
  width: 100%;
  height: 100%;
  -o-object-position: calc(100% - 10rem);
  object-position: calc(100% - 10rem);
}

.banner__model .model__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.banner__model .model__media:not(:last-child) {
  margin-bottom: 1.25rem;
}

.banner__model .model__media img {
  width: 100%;
  max-width: 12rem;
}

@media screen and (min-width: 768px) {
  .banner__model .model__media img {
    max-width: 15rem;
  }
}

.banner__model .model__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.banner__model .model__header:not(:last-child) {
  margin-bottom: 0.5rem;
}

.banner__model .model__header .model__title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.banner__model .model__header .model__title .title__text {
  font-size: 1rem;
  line-height: 1rem;
}

.banner__model .model__header .model__subtitle .subtitle__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.about {
  position: relative;
}

.about .about__background {
  width: 32rem;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: -10rem;
  left: -12rem;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .about .about__background {
    top: -15rem;
    left: -12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 991px) {
  .about .about__background {
    top: -19rem;
    left: -24rem;
    width: 40rem;
  }
}
@media (min-width: 1200px) {
  .about .about__background {
    width: 35rem;
    top: -18rem;
    left: -13rem;
  }
}

@media (min-width: 1700px) {
  .about .about__background {
    width: 45rem;
    top: -17rem;
    left: -28rem;
  }
}

.about .about__background img,
.about .about__background svg {
  width: 100%;
  height: 100%;
}
.post .post__picture{
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .post .post__picture.post__picture_end {
    height: 100%;
    position: relative;
    margin-bottom: 0;
    border-radius: .5rem;
    overflow: hidden;
  }

  .post .post__picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.about .about__post {
  padding: 20rem 0 4rem 11rem;
}

@media screen and (min-width: 768px) {
  .about .about__post {
    padding: 21rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  .about .about__post .col {
    width: 100%;
  }
}
.about .about__list {
  margin-bottom: -3rem;
}

.about .about__item {
  margin-bottom: 3rem;
}

.about .about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.about .about__media {
  background-color: #ffffff;
  border-radius: 0.5rem;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .about .about__media {
    -webkit-transform: translateY(-1.75rem);
    transform: translateY(-1.75rem);
    position: unset;
  }
}

.about .about__media:not(:last-child) {
  margin-right: 1.5rem;
}

.about .about__media img,
.about .about__media svg {
  width: 3.25rem;
  height: 3.25rem;
  -webkit-transform: translate(25%, 25%);
  transform: translate(25%, 25%);
}

.about .about__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about .about__header {
  padding-left: 5.5rem;
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .about .about__header {
    padding-left: 0;
    min-height: 0;
  }
}

.about .about__header:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
  .about .about__header:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.about .about__title .title__text {
  font-weight: 600;
}

.contact .contact__group .group__header:not(:last-child) {
  margin-bottom: 2rem;
}

.contact .contact__list {
  margin-bottom: -1.5rem;
}

.contact .contact__item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.contact .contact__media:not(:last-child) {
  margin-right: 0.5rem;
}

.contact .contact__media .media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .contact__media .media__item {
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .contact__media .media__item:not(:last-child) {
  margin-right: 0.5rem;
}

.news__list {
  margin-bottom: -2rem;
}

@media screen and (min-width: 768px) {
  .news__list {
    margin-bottom: -5rem;
  }
}

@media screen and (min-width: 768px) {
  .news__list > .row > .col:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.news__item {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .news__item {
    margin-bottom: 5rem;
  }
}

.news__article {
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #e2e2e2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news__article {
    text-align: left;
  }
}

.news__article:not(:last-child) {
  margin-bottom: 3rem;
}

.news__header:not(:last-child) {
  margin-bottom: 1.25rem;
}

.news__date:not(:last-child) {
  margin-bottom: 0.75rem;
}

.news__date .date__text {
  color: #8f8f8f;
  font-weight: 300;
}

.news__title .title__text {
  color: #164069;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.news__media {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {

  .news__media {
    margin-bottom: 0;
  }
}

.news__media img,
.news__media svg {
  width: 100%;
}

.news__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.articles .articles__list {
  margin-bottom: -2rem;
}

.articles .articles__item {
  background-color: #e2e2e2;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 3rem 1rem 1rem;
  border-radius: 0.5rem;
  position: relative;
}

.articles__item_iteam {
  padding: 0px;
  background-color: #e2e2e2;
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  border-radius: 0.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {

  .articles .articles__item {
    padding: 1.5rem;
  }
}

.articles .articles__media {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .articles .articles__media {
    margin-bottom: 0;
  }
}

.articles .articles__media img,
.articles .articles__media svg {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .articles .articles__layout {
    padding: 2rem 1rem 1rem;
  }
}

.articles .articles__header:not(:last-child) {
  margin-right: 0.75rem;
}

.articles .articles__header .articles__title .title__text {
  color: #0a3762;
  font-weight: 500;
}

.articles .articles__tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.25rem 1.25rem;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #ffffff;
  background-color: #1264b0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .articles .articles__tooltip {
    left: 13.5rem;
    -webkit-transform: none;
    transform: none;
  }
}

.articles .articles__action {
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .articles .articles__action {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.categories .categories__list {
  margin-bottom: -2rem;
}

@media screen and (min-width: 768px) {
  .categories .categories__list {
    padding: 4rem 0;
    margin-bottom: -9rem;
  }
}

.categories .categories__item {
  height: 100%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .categories .categories__item {
    margin-bottom: 9rem;
  }
}

.categories .categories__link {
  height: 100%;
  color: #2a2a2a;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .categories .categories__link {
    min-height: 6rem;
    padding: 1.25rem 10rem 1.25rem 1.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.categories .categories__link:hover {
  color: #1982e4;
}

.categories .categories__link:hover .categories__action img,
.categories .categories__link:hover .categories__action svg {
  fill: #1982e4;
}

.categories .categories__tooltip {
  color: #ffffff;
  background-color: #1264b0;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.25rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .categories .categories__tooltip {
    top: 0;
    left: 0.75rem;
    -webkit-transform: none;
    transform: none;
  }

  .categories .categories__tooltip ~ .categories__title {
    padding-top: 1rem;
  }
}

.categories .categories__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categories .categories__title:not(:last-child) {
  margin-right: 1rem;
}

.categories .categories__title .title__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .categories .categories__title .title__text {
    text-align: left;
    white-space: nowrap;
  }
}

.categories .categories__action {
  width: 100%;
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .categories .categories__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.categories .categories__action img,
.categories .categories__action svg {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  fill: #2a2a2a;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.categories .categories__media {
  width: 100%;
  height: 11.25rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .categories .categories__media {
    width: 8.75rem;
    height: 14rem;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
}

.categories .categories__media img,
.categories .categories__media svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.solutions .solutions__list {
  margin-bottom: -2rem;
}

.solutions .solutions__item {
  height: 100%;
  margin-bottom: 2rem;
}

.solutions .solutions__link {
  height: 100%;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  padding: 1.25rem 1.25rem 2.25rem;
  border-radius: 1rem;
  color: #2a2a2a;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.solutions .solutions__link:hover {
  color: #ffffff;
  background-color: #0a3762;
}

.solutions .solutions__link:hover .solutions__subtitle .subtitle__text {
  color: #ffffff;
}

.solutions .solutions__link:hover .solutions__media img,
.solutions .solutions__link:hover .solutions__media svg {
  fill: #1264b0;
}

.solutions .solutions__link:hover .btn {
  color: #ffffff;
}

.solutions .solutions__link:hover .btn .btn__text:before {
  border-color: #ffffff;
}

.solutions .solutions__header:not(:last-child) {
  margin-bottom: 1rem;
}

.solutions .solutions__media {
  height: 4rem;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.solutions .solutions__media:not(:last-child) {
  margin-bottom: 1.125rem;
}

.solutions .solutions__media img,
.solutions .solutions__media svg {
  height: 4rem;
  width: auto;
  fill: #1264b0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.solutions .solutions__title .title__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  min-height: 2.5rem;
  font-weight: 500;
  display: block;
}

.solutions .solutions__date {
  color: #8f8f8f;
}

.solutions .solutions__date:not(:last-child) {
  margin-bottom: 0.25rem;
}

.solutions .solutions__date .date__text {
  font-weight: 300;
}

.solutions .solutions__subtitle .subtitle__text {
  color: #0a3762;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.solutions .solutions__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.objects .objects__list.objects__list_carousel {
  position: unset !important;
}

.objects .objects__list.objects__list_carousel .slick-list {
  overflow: visible;
}

.objects .objects__list.objects__list_carousel .slick-slide {
  width: 75vw;
  display: none;
  position: unset !important;
}

@media screen and (min-width: 768px) {
  .objects .objects__list.objects__list_carousel .slick-slide {
    width: 100%;
  }
}

.objects .objects__list.objects__list_carousel .slick-slide.slick-current {
  display: block;
}

.objects .objects__list.objects__list_carousel .slick-arrow {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  top: 29.35rem;
  bottom: 18.25rem;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 4;
  display: none !important;
}

@media screen and (min-width: 768px) {
  .objects .objects__list.objects__list_carousel .slick-arrow {
    top: auto;
    bottom: 19rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.objects .objects__list.objects__list_carousel .slick-arrow.slick-prev {
  left: calc(50% - 2rem);
}

@media screen and (min-width: 768px) {
  .objects .objects__list.objects__list_carousel .slick-arrow.slick-prev {
    left: calc(50% + 1rem);
  }
}

.objects .objects__list.objects__list_carousel .slick-arrow.slick-next {
  left: calc(50% + 2rem);
}

@media screen and (min-width: 768px) {
  .objects .objects__list.objects__list_carousel .slick-arrow.slick-next {
    left: calc(50% + 5.5rem);
  }
}

.objects .objects__list.objects__list_carousel .slick-arrow:hover {
  width: 4rem;
  height: 4rem;
}

.objects .objects__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .objects .objects__layout {
    margin-bottom: 5rem;
  }
}

.objects .objects__header {
  padding: 2.5rem 1.5rem 5rem;
  margin: 0 -1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .objects .objects__header {
    margin: 0;
    padding: 2.5rem 0;
  }
}

.objects .objects__header:before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.5rem;
  height: 100%;
  width: 150vw;
  background-color: #e2e2e2;
  z-index: -1;
}

.objects .objects__header:not(:last-child) {
  margin-bottom: -2rem;
}

@media screen and (min-width: 768px) {
  .objects .objects__header:not(:last-child) {
    margin-bottom: 2.25rem;
  }
}

.objects .objects__title .title__text {
  font-weight: 600;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .objects .objects__main {
    padding-right: 2rem;
  }
}

.objects .objects__main .wysiwyg {
  font-weight: 400;
}

.objects .objects__media {
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .objects .objects__media {
    position: absolute;
    top: 3rem;
    right: 0;
    margin-bottom: 0;
    width: calc(50vw - 5.25rem);
    height: calc(100% - 6rem);
    border-radius: 0.5rem 0 0 0.5rem;
    overflow: hidden;
  }

  .objects .objects__media img {
    width: 100%;
    height: 100%;
  }
}

.products .products__list {
  margin-bottom: -1rem;
}

.products .products__item {
  margin-bottom: 1rem;
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  height: 100%;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .products .products__item {
    text-align: left;
  }
}

.products .products__tooltip {
  color: #8f8f8f;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .products .products__tooltip {
    text-align: left;
  }
}

.products .products__tooltip:not(:last-child) {
  margin-bottom: 0.5rem;
}

.products .products__media:not(:last-child) {
  margin-bottom: 0.5rem;
}

.products .products__media .products__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products .products__media img,
.products .products__media svg {
  height: 11.25rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.products .products__header:not(:last-child) {
  margin-bottom: 1.5rem;
}

.products .products__subtitle .subtitle__text {
  font-weight: 400;
}

.products .products__title .title__text {
  color: #2a2a2a;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products .products__title .title__text:hover {
  color: #1264b0;
}

.products .products__status {
  font-weight: 400;
  margin-bottom: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .products .products__status {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.products .products__status .status__title {
  color: #949494;
}

.products .products__status .status__title:not(:last-child) {
  margin-right: 0.25rem;
}

.products .products__status .status__value {
  color: #1264b0;
}

.products .products__data {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .products .products__data {
    margin-bottom: 0;
  }
}

.products .products__data .data__list {
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products .products__data .data__item {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products .products__data .data__item .data__title:not(:last-child) {
  margin-right: 0.5rem;
}

.products .products__data .data__item .data__title .title__text {
  color: #949494;
}

.products .products__footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products .products__price {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .products .products__price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.products .products__price .price__item:not(:last-child) {
  margin-right: 0.5rem;
}

.products .products__price .price__item.price__item_main .price__text {
  color: #0a3762;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.products .products__price .price__item.price__item_second .price__text {
  color: #808080;
  font-weight: 700;
  text-decoration: line-through;
}

.products .products__basket {
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 100%;
  height: 3.5rem;
  cursor: pointer;
  border: 1px solid #0064b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.products .products__basket:hover {
  background-color: #0064b4;
}

.products .products__basket:hover img,
.products .products__basket:hover svg {
  fill: #ffffff;
}

.products .products__basket img,
.products .products__basket svg {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  fill: #0064b4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .products .products__list.products__list_second .products__item {
    padding: 1.25rem 1.25rem 2rem;
  }

  .products .products__list.products__list_second .products__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .products .products__list.products__list_second .products__header:not(:last-child) {
    margin-bottom: 1rem;
  }

  .products .products__list.products__list_second .products__header .products__subtitle:not(:last-child) {
    margin-right: 0.5rem;
  }

  .products .products__list.products__list_second .products__tooltip {
    margin-bottom: 1rem;
    text-align: right;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }

  .products .products__list.products__list_second .products__status {
    margin-bottom: 1rem;
  }
}

.box {
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .box {
    padding: 2rem;
  }
}

.box .wysiwyg {
  font-weight: 400;
}

.box .wysiwyg p:not(:last-child) {
  margin-bottom: 1rem;
}

.box .box__media {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f1f1f1;
}

@media screen and (min-width: 768px) {
  .box .box__media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
}

.box .box__media:not(:last-child) {
  margin-right: .5rem;
}
@media screen and (min-width: 768px) {
  .box .box__media:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.box .box__media img,
.box .box__media svg {
  width: 0.75rem;
  height: 0.75rem;
}

.product .product__media {
  border-radius: 0.5rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .product .product__media {
    margin-bottom: 0;
  }
}

.product .product__media .media__slider.media__slider_main img,
.product .product__media .media__slider.media__slider_main svg {
  height: 29.5rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.product .product__media .media__slider.media__slider_second .slick-arrow {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.product .product__media .media__slider.media__slider_second .slick-arrow.slick-prev {
  top: -1rem;
  bottom: auto;
}

.product .product__media .media__slider.media__slider_second .slick-arrow.slick-next {
  top: auto;
  bottom: -1rem;
}

.product .product__media .media__slider.media__slider_second .slider__item {
  height: 7.5rem;
  padding: 1rem 0;
  cursor: pointer;
}

.product .product__media .media__slider.media__slider_second .slider__item img,
.product .product__media .media__slider.media__slider_second .slider__item svg {
  height: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.product .product__media .media__slider .slider__media {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .product__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product .product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
}



@media screen and (min-width: 768px) {
  .product .product__title {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
  }
}

.product .product__title:not(:last-child) {
  margin-right: 1rem;
}

.product .product__title .title__text {
  font-size: 2rem;
  line-height: 3rem;
  color: #3d3c3c;
}
@media screen and (min-width: 768px) {
  .product .product__title .title__text {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.product .product__title .title__text img {
  transform: translate(1rem, -0.75rem);
}

.product .product__ico:not(:last-child) {
  margin-right: 1rem;
}

.product .product__code {
  margin-left: auto;
  white-space: nowrap;
}

.product .product__code .code__text {
  color: #8f8f8f;
}

.product .product__subtitle {
  width: 100%;
}
.product .product__subheader:not(:last-child) {
  margin-bottom: 2rem;
}
.product .product__subtitle .subtitle__text {
  font-weight: 500;
}

.product .product__main:not(:last-child) {
  margin-bottom: 2rem;
}

.product .product__group {
  margin-bottom: .5rem;
}
.product .product__group .jcf-number{margin-left: auto;}
@media screen and (min-width: 768px) {
  .product .product__group {
    margin-bottom: 2rem;
  }
}
.product .product__price .price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}


.product .product__price .price__item:not(:last-child) {
  margin-right: 1rem;
}

.product .product__price .price__item.price__item_main .title__text {
  color: #2a2a2a;
  font-size: 2.125rem;
  line-height: 4rem;
  font-weight: 700;
}

.product .product__price .price__item.price__item_second .title__text {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #808080;
  font-weight: 700;
  text-decoration: line-through;
}

.product .product__tooltip {
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .product .product__tooltip {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .product .product__tooltip {
    margin-bottom: 0;
  }
}

.product .product__tooltip .title__text {
  font-weight: 400;
  color: #8f8f8f;
}

.product .product__tooltip strong {
  color: #1264b0;
  font-weight: 600;
}

.product .product__tooltip .title__ico {
  font-size: 1rem;
  line-height: 1.30rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1264b0;
}

.product .product__dl .dl__list {
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product .product__dl .dl__item {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .product .product__dl .dl__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.product .product__dl .dl__title {
  font-weight: 600;
  color: #0064b4;
}

.product .product__dl .dl__title:not(:last-child) {
  margin-right: 0.25rem;
}

.product .product__dl .dl__value {
  font-weight: 500;
}

.product .product_data .data__list {
  margin-bottom: -1.5rem;
}

.product .product_data .data__item {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .product_data .data__media {
  width: 2rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .product_data .data__media:not(:last-child) {
  margin-right: 1rem;
}

.product .product_data .data__title strong {
  font-weight: 600;
  text-transform: uppercase;
}

.downloads.downloads_second .downloads__media:not(:last-child) {
  margin-right: 0.75rem;
}

.downloads.downloads_second .downloads__subtitle {
  display: block;
}

.downloads .downloads__group:not(:last-child) {
  margin-bottom: 1rem;
}

.downloads .group__header:not(:last-child) {
  margin-bottom: 0.5rem;
}

.downloads .group__title .title__text {
  color: #0a3762;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.downloads .downloads__list {
  margin-bottom: -2rem;
}

.downloads .downloads__item {

  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.downloads .downloads__header {
  width: calc(100% - 8rem);
}

.downloads .downloads__header:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .downloads .downloads__header:not(:last-child) {
    margin-right: 2rem;
  }
}

.downloads .downloads__title .title__text {
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.downloads .downloads__link {
  color: #0a3762;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.downloads .downloads__link:hover {
  color: #0a3762;
}

.downloads .downloads__media {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .downloads .downloads__media:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.downloads .downloads__media img,
.downloads .downloads__media svg {
  width: 100%;
  height: 100%;
  fill: #0a3762;
}

.downloads .downloads__subtitle {
  display: none;
}

@media screen and (min-width: 768px) {
  .downloads .downloads__subtitle {
    display: block;
  }
}

.downloads .downloads__subtitle .subtitle__text {
  white-space: nowrap;
}

.documents {
  margin-bottom: -2rem;
}

.documents .documents__group {
  padding: 1.5rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .documents .documents__group {
    padding: 1.5rem 2rem;
  }
}

.documents .group__header:not(:last-child) {
  margin-bottom: 1.5rem;
}

.documents .group__title .title__text {
  color: #2a2a2a;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.documents .documents__list {
  margin: -1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.documents .documents__item {
  padding: 1.5rem 0;
}

.documents .documents__item:not(:last-child) {
  border-bottom: 1px solid #b4b4b4;
}

.documents .documents__header:not(:last-child) {
  margin-bottom: 0.5rem;
}

.documents .documents__title .title__text {
  color: #0a3762;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.documents .documents__status .status__text {
  color: #b4b4b4;
}

.documents .documents__main .wysiwyg {
  font-weight: 400;
}

.checkout .sidebar__group:not(:last-child) {
  margin-bottom: 1.5rem;
}

.checkout .checkout__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.checkout .checkout__tooltip:not(:last-child) {
  margin-bottom: 4rem;
}

.checkout .checkout__tooltip .checkout__media {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout .checkout__tooltip .checkout__media img,
.checkout .checkout__tooltip .checkout__media svg {
  width: 100%;
  height: 100%;
}

.checkout .checkout__tooltip .downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkout .checkout__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .checkout .checkout__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.checkout .checkout__header .checkbox__title:not(:last-child) {
  margin-right: 0.5rem;
}

.checkout .checkout__header .checkbox__title .title__text {
  color: #3c3c3c;
  font-size: 3.75rem;
  line-height: 3.75rem;
}

.checkout .checkout__header .checkbox__subtitle .subtitle__text {
  font-size: 1.5rem;
  line-height: 3.75rem;
  font-weight: 700;
}

.checkout .checkout__list {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkout .checkout__item {
  padding: 1.25rem 1rem;
  margin: 0 -1rem 1rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .checkout .checkout__item {
    padding: 1.25rem 2.5rem;
    margin: 0 0 1rem;
    border-radius: 0.5rem;
  }
}

.checkout .checkout__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkout .checkout__media img,
.checkout .checkout__media svg {
  width: 6.25rem;
  height: 6.25rem;
}

.checkout .checkout__main,
.checkout .checkout__footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkout .checkout__title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.checkout .checkout__title .title__text {
  color: #2a2a2a;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.checkout .checkout__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout .checkout__cost .cost__title {
  color: #3c3c3c;
}

.checkout .checkout__cost .cost__title:not(:last-child) {
  margin-right: 0.25rem;
}

.checkout .checkout__cost .cost__subtitle {
  color: #888888;
}

.checkout .checkout__price:not(:last-child) {
  margin-bottom: 0.25rem;
}

.checkout .checkout__price .price__text {
  color: #0a3762;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-align: right;
  display: block;
}

.checkout .checkout__quantity .quantity__text {
  color: #3c3c3c;
  text-align: right;
  display: block;
}

.informations .informations__list {
  margin-bottom: -2rem;
}

.informations .informations__item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .informations .informations__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.informations .informations__item.informations__item_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.informations .informations__item.informations__item_second .informations__title:not(:last-child) {
  margin-bottom: 0.25rem;
}

.informations .informations__title:not(:last-child) {
  margin-bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .informations .informations__title:not(:last-child) {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
}

.informations .informations__title .title__text {
  color: #757474;
  font-weight: 300;
}

.informations .informations__subtitle .subtitle__text {
  color: #313131;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.cart__formular {
  margin-bottom: 2rem;
}

.cart__table .cart__row {
  padding-top: 5rem;
  margin: 0 -0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__row {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cart__table .cart__row:not(:last-child):before {
  content: "";
  position: absolute;
  left: 0.75rem;
  height: 1px;
  width: calc(100% - 1.5rem);
  bottom: -0.25rem;
  background-color: #cccccc;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__row:not(:last-child):before {
    bottom: 0;
  }
}

.cart__table .cart__col {
  padding: 0.5rem 0.75rem;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__col {
    padding: 2.5rem 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .cart__table .cart__col.cart__col_second {
    margin-left: auto;
  }
}

.cart__table .cart__media {
  margin: 0 auto 1rem;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__media {
    margin: 0;
  }
}

.cart__table .cart__media .media__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart__table .cart__media img,
.cart__table .cart__media svg {
  width: 9rem;
  height: 9rem;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__media img,
  .cart__table .cart__media svg {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.cart__table .cart__checkbox {
  position: absolute;
  top: 2.5rem;
  left: calc(50% - 3rem);
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__checkbox {
    position: unset;
  }
}

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

@media screen and (min-width: 768px) {
  .cart__table .cart__header {
    text-align: left;
  }
}

.cart__table .cart__header .cart__title:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cart__table .cart__header .cart__title .title__text {
  color: #2a2a2a;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.cart__table .cart__header .cart__delivery {
  font-weight: 300;
}

.cart__table .cart__header .cart__delivery:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cart__table .cart__header .cart__delivery .delivery__title:not(:last-child) {
  margin-right: 0.125rem;
}

.cart__table .cart__header .cart__delivery .delivery__title .title__text {
  font-weight: 700;
}

.cart__table .cart__header .cart__code {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__header .cart__code {
    margin-bottom: 0;
  }
}

.cart__table .cart__header .cart__code .code__text {
  color: #0064b4;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 300;
}

.cart__table .cart__main .cart__quantity {
  max-width: 11.25rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__main .cart__quantity {
    margin: 0;
  }
}

.cart__table .cart__main .cart__quantity:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__main .cart__quantity:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

.cart__table .cart__main .cart__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__table .cart__main .cart__tooltip .tooltip__text {
  color: #888888;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__main .cart__tooltip .tooltip__text {
    text-align: left;
  }
}

.cart__table .cart__main .cart__tooltip .tooltip__ico {
  font-size: 1rem;
  line-height: 1.25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1264b0;
}

.cart__table .cart__footer .cart__price .price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__footer .cart__price .price__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.cart__table .cart__footer .cart__price .price__item {
  color: #888888;
  white-space: nowrap;
}

.cart__table .cart__footer .cart__price .price__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cart__table .cart__footer .cart__price .price__item.price__item_one .price__text strong {
  color: #3c3c3c;
  font-weight: 400;
}

.cart__table .cart__footer .cart__price .price__item.price__item_old .price__text {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: line-through;
}

.cart__table .cart__footer .cart__price .price__item.price__item_current .price__text {
  color: #0a3762;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.cart__table .cart__action {
  position: absolute;
  top: 2.5rem;
  left: calc(50% + 1rem);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .cart__table .cart__action {
    position: unset;
  }
}

.cart__table .cart__action:hover {
  background-color: #164069;
}

.cart__table .cart__action:hover img,
.cart__table .cart__action:hover svg {
  stroke: #ffffff;
}

.cart__table .cart__action img,
.cart__table .cart__action svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke: #164069;
}

.basket-items-list-item-double {
  display: none !important;
}

.contacts {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contacts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

.contacts .contacts__group:not(:last-child) {
  margin-bottom: 1rem;
}

.contacts .group__header:not(:last-child) {
  margin-bottom: 1.75rem;
}

.contacts .group__title .title__text {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.contacts .contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20rem;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .contacts .contacts__list {
    width: auto;
    margin: 0;
  }
}


.contacts .contacts__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.contacts .contacts__link {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.contacts .contacts__link:hover {
  color: #1264b0;
}

.contacts .contacts__media {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts .contacts__media:not(:last-child) {
  margin-right: 1rem;
}

.contacts .contacts__media img,
.contacts .contacts__media svg {
  height: 100%;
  width: 100%;
  fill: #1264b0;
}

.videos .videos__list {
  margin-bottom: -1.5rem;
}

.videos .videos__item {
  height: 100%;
  margin-bottom: 1.5rem;
}

.videos .videos__link {
  height: 100%;
  padding: 1.25rem;
  border-radius: 0.5rem;
  color: #2b2b2b;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.videos .videos__link:hover .videos__action {
  background-color: #0064b4;
}

.videos .videos__link:hover .videos__action img,
.videos .videos__link:hover .videos__action svg {
  stroke: #ffffff;
  fill: #ffffff;
}

.videos .videos__link:hover .videos__title .title__text {
  color: #0064b4;
}

.videos .videos__header {
  position: relative;
}

.videos .videos__header:not(:last-child) {
  margin-bottom: 1.25rem;
}

.videos .videos__action {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.videos .videos__action img,
.videos .videos__action svg {
  width: 50%;
  height: auto;
  stroke: #0064b4;
  fill: #0064b4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.videos .videos__media {
  height: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.videos .videos__media img,
.videos .videos__media svg {
  width: 100%;
  height: 100%;
}

.videos .videos__title .title__text {
  color: #2b2b2b;
  text-align: center;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .videos .videos__title .title__text {
    text-align: left;
  }
}

.systems .systems__list {
  margin-bottom: -2rem;
}

.systems .systems__item {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .systems .systems__item {
    text-align: left;
  }
}

.systems .systems__media {
  height: 11.25rem;
}

.systems .systems__media:not(:last-child) {
  margin-bottom: 1rem;
}

.systems .systems__media img,
.systems .systems__media svg {
  width: 100%;
  height: 100%;
}

.systems .systems__header:not(:last-child) {
  margin-bottom: 0.12rem;
}

.systems .systems__title .title__text {
  color: #0a3762;
  font-weight: 400;
}

.scheme .scheme__list {
  margin-bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scheme .scheme__item {
  margin-bottom: 2rem;
}

.scheme .scheme__title .title__text {
  color: #8f8f8f;
  font-weight: 300;
}

.scheme .scheme__subtitle .subtitle__text {
  color: #0a3762;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.orders .orders__list {
  margin-bottom: -1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orders .orders__item {
  margin-bottom: 1.25rem;
  padding: 2rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orders .orders__item.orders__item_active .orders__preview {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d0d0d0;
}

.orders .orders__item.orders__item_active .orders__dropdown {
  display: block;
}

.orders .orders__preview {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.orders .orders__dropdown {
  display: none;
}

.orders .orders__header:not(:last-child) {
  margin-bottom: 1rem;
}

.orders .orders__header .orders__title .title__text {
  color: #2a2a2a;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.orders .orders__main {
  margin-bottom: -0.5rem;
}

@media screen and (min-width: 768px) {
  .orders .orders__main {
    margin-bottom: 0;
  }
}

.orders .orders__group {
  height: 100%;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .orders .orders__group {
    margin-bottom: 0;
  }
}

.orders .orders__group.orders__group_toogle {
  cursor: pointer;
}

.orders .orders__group.orders__group_toogle .group__media {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #0064b4;
  position: relative;
}

.orders .orders__group.orders__group_toogle .group__media:before {
  color: #ffffff;
  content: "+";
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.orders .orders__group .group__picture {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.orders .orders__group .group__picture:not(:last-child) {
  margin-right: 1rem;
}

.orders .orders__group .group__picture img,
.orders .orders__group .group__picture svg {
  width: 100%;
  height: 100%;
}

.orders .orders__group .group__status:not(:last-child) {
  margin-right: 1rem;
}

.orders .orders__group .group__status.group__status_main .status__text {
  background-color: #0064b4;
}

.orders .orders__group .group__status.group__status_second .status__text {
  background-color: #0a3762;
}

.orders .orders__group .group__status.group__status_tertiary .status__text {
  background-color: #b40000;
}

.orders .orders__group .group__status .status__text {
  color: #ffffff;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.orders .orders__group .group__art .art__text {
  color: #2a2a2a;
  font-size: 0.875rem;
  line-height: 1rem;
}

.orders .orders__group .group__subtitle {
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.orders .orders__group .group__media {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  fill: #1264b0;
}

.orders .orders__group .group__media:not(:last-child) {
  margin-right: 1rem;
}

.orders .orders__group .group__main:not(:last-child) {
  margin-right: 1rem;
}

.orders .orders__group .group__title.group__title_second .title__text {
  color: #000000;
  font-size: 1rem;
  line-height: 1rem;
}

.orders .orders__group .group__title .title__text {
  color: #8f8f8f;
}

.orders .orders__group .group__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.orders .orders__group .group__tooltip:hover .tooltip__second {
  display: block;
}

.orders .orders__group .group__tooltip .tooltip__main {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #f1f1f1;
  position: relative;
}

.orders .orders__group .group__tooltip .tooltip__main:before {
  color: #0064b4;
  content: "!";
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 0.125rem));
  transform: translate(-50%, calc(-50% - 0.125rem));
}

.orders .orders__group .group__tooltip .tooltip__second {
  border-radius: 0.5rem;
  padding: 1rem;
  width: 14rem;
  color: #ffffff;
  background-color: #1264b0;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .orders .orders__group .group__tooltip .tooltip__second {
    left: calc(100% + 1rem);
    right: auto;
  }
}

.orders .orders__products {
  margin-bottom: 2rem;
}

.orders .orders__product:not(:last-child) {
  margin-bottom: 0.5rem;
}

.orders .orders__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orders .orders__location .location__media {
  width: 0.75rem;
  height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.orders .orders__location .location__media:not(:last-child) {
  margin-right: 0.5rem;
}

.orders .orders__location .location__media img,
.orders .orders__location .location__media svg {
  width: 100%;
  height: 100%;
  fill: #1982e4;
}

.orders .orders__location .location__title .title__text {
  font-weight: 500;
}

/* End */


/* Start:/local/templates/zintek-index/style.css?178216560458417*/
body .banner__header {
	line-height: 1.5rem;
}
.bx-catalog-element .tabs__item iframe {
	max-width: 100%;
}
body .header__menu .menu__item .menu__preview + .menu__dropdown.menu__dropdown_second .col:nth-child(1) .group__item:nth-child(4) {
	margin-top: 0;
}
.services .services__title .title__text {
	font-size: 1.75rem;
}
body .articles__list .slick-arrow {
	z-index: 4;
}
body .articles__list .slick-arrow.slick-prev {
	left: 0.4rem;
	top: 41%;
}
body .articles__list .slick-arrow.slick-next {
	right: 0.4rem;
	top: 41%;
}

body .header__menu .menu__item .menu__preview + .menu__dropdown.menu__dropdown_second {
    width: 36rem;
}

.banner__model .model__background {
	transform: translate(-2%, -45%);
}

#auth_form .bx-auth-lbl, #auth_form .bx-auth-serv-icons {
	display: none;
}

#mess_reg, #mess_reg2 {
	color: red;
}

.bx-filter .bx-filter-popup-result {
	display: none !important;
}

.sidebar__menu .menu__group .group__header {
	margin-bottom: 0.5rem;
}

.sidebar__menu .menu__group {
	display: inline-block;
	width: 100%;
}
.bx-filter-popup-result {
	display: none !important;
}

#bx-soa-total .group__data .data__value .bx-price-old, .basket-items-list-item-removed-block {
	display: none !important;
}
.d-none {
	display: none !important;
}
.popup-window .popup-window-buttons span {
	margin: 0 !important;
}
.popup-window .popup-window-buttons span ~ span {
	margin-top: 10px !important;
	display: block;
}

.header__menu .menu__dropdown_second .col_mob-12:last-child .group__link {
	/*text-transform: capitalize;*/
}
 .orders .orders__item_active .orders__group.orders__group_toogle .group__media:before {
	content: '-';
}
#bx-soa-total {
	display: none;
}

#bx-soa-properties {
	display: none;
}

/* Catalog Davotec — scoped overrides */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap');

.catalog-davotec-page {
	--cd-blue: #0074BC;
	--cd-orange: #F15A22;
	--cd-gray: #62748E;
	--cd-gray2: #B8C4D6;
	--cd-bg: #F3F7FC;
	--cd-black: #2A2A2A;
	--cd-section-cols: 3;
	--cd-section-gap: 20px;
	--cd-popular-cols: 4;
	--cd-popular-gap: 20px;
	--cd-popular-nav-size: 48px;
	--cd-popular-nav-gap: 20px;
	/* Figma 730 / 1222 — доля ширины lead-текста от контейнера */
	--cd-lead-width: 59.74%;
	padding-bottom: 3rem;
}

/* Главная каталога (sections.php) — фон #F3F7FC */
.layout:has(.catalog-davotec-page:not(.catalog-davotec-page_section)) {
	background-color: #F3F7FC;
}

/* Страница раздела (section_horizontal.php) — белый фон */
.layout:has(.catalog-davotec-page_section) {
	background-color: #fff;
}

.catalog-davotec-intro {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 3rem;
}

.catalog-davotec-hero {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.catalog-davotec-hero__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(28px, 2.2vw + 1rem, 42px);
	line-height: 1.2;
	letter-spacing: -0.033em;
	font-weight: 600;
	color: var(--cd-black);
	margin: 0;
	width: 100%;
}

.catalog-davotec-hero__title-main {
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
}

.catalog-davotec-hero__brand {
	font: inherit;
	background: linear-gradient(90deg, #3372b5 0%, #e06737 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	letter-spacing: inherit;
	white-space: nowrap;
}

.catalog-davotec-hero__lead {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: var(--cd-gray);
	width: 100%;
	max-width: var(--cd-lead-width);
	margin: 0;
}

.catalog-davotec-sections__grid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: var(--cd-section-gap);
	width: 100%;
}

.catalog-davotec-section-card {
	flex: 0 1 calc((100% - (var(--cd-section-cols) - 1) * var(--cd-section-gap)) / var(--cd-section-cols));
	min-width: 0;
	display: flex;
	align-items: stretch;
}

.catalog-davotec-section-card__link {
	background: #fff;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 1 auto;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: box-shadow .2s;
}

.catalog-davotec-section-card__link:hover {
	box-shadow: 0 8px 24px rgba(0, 116, 188, .08);
	color: inherit;
}

.catalog-davotec-section-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 auto;
	padding: 20px 20px 0;
	width: 100%;
	min-height: 0;
	box-sizing: border-box;
}

.catalog-davotec-section-card__texts {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-section-card__title {
	font-family: Manrope, sans-serif;
	font-size: 20px;
	line-height: 1.35;
	letter-spacing: -0.7px;
	font-weight: 600;
	color: var(--cd-black);
	margin: 0;
}

.catalog-davotec-section-card__text {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--cd-gray);
	margin: 0;
}

.catalog-davotec-section-card__more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 16px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--cd-blue);
}

.catalog-davotec-section-card__more-icon {
	display: block;
	width: 10px;
	height: 26px;
	flex-shrink: 0;
}

.catalog-davotec-section-card__media {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	margin-top: 24px;
	aspect-ratio: 537 / 268;
	border-radius: 8.997px;
	overflow: hidden;
	background: var(--cd-bg);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Figma 64:2628 — анонс раздела по центру на сером фоне */
.catalog-davotec-section-card__illus--preview {
	position: relative;
	z-index: 1;
	display: block;
	width: auto;
	height: auto;
	max-width: 72%;
	max-height: 72%;
	border: 0;
	pointer-events: none;
	object-fit: contain;
	object-position: center;
}

object.catalog-davotec-section-card__illus--preview {
	width: 72%;
	height: 72%;
	max-width: 72%;
	max-height: 72%;
}

@media (max-width: 1279px) {
	.catalog-davotec-page {
		--cd-section-cols: 2;
		--cd-popular-cols: 3;
	}
}

@media (max-width: 1023px) {
	.catalog-davotec-page {
		--cd-popular-cols: 2;
	}
}

@media (max-width: 767px) {
	.catalog-davotec-page {
		--cd-section-cols: 1;
		--cd-popular-cols: 1;
		--cd-lead-width: 100%;
	}

	.catalog-davotec-hero__title {
		font-size: 28px;
		letter-spacing: -0.8px;
	}

	.catalog-davotec-intro {
		gap: 32px;
		margin-bottom: 2rem;
	}
}

.catalog-davotec-popular__slider {
	position: relative;
	margin-left: calc(-1 * (var(--cd-popular-nav-size) + var(--cd-popular-nav-gap)));
	margin-right: calc(-1 * (var(--cd-popular-nav-size) + var(--cd-popular-nav-gap)));
}

.catalog-davotec-popular-track {
	display: flex;
	align-items: center;
	gap: var(--cd-popular-nav-gap);
}

.catalog-davotec-popular__viewport {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.catalog-davotec-popular__list {
	display: flex;
	align-items: stretch;
	gap: var(--cd-popular-gap);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 4px 0 16px;
}

.catalog-davotec-popular__list::-webkit-scrollbar {
	display: none;
}

.catalog-davotec-popular__slide {
	flex: 0 0 calc((100% - (var(--cd-popular-cols) - 1) * var(--cd-popular-gap)) / var(--cd-popular-cols));
	min-width: 0;
	scroll-snap-align: start;
	display: flex;
}

.catalog-davotec-popular__slide > .catalog-davotec-card {
	width: 100%;
	height: 100%;
}

.catalog-davotec-popular__nav {
	flex: 0 0 var(--cd-popular-nav-size);
	width: var(--cd-popular-nav-size);
	height: var(--cd-popular-nav-size);
	border-radius: 8px;
	border: 1.5px solid rgba(184, 196, 214, .2);
	background: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transition: border-color .2s, box-shadow .2s;
}

.catalog-davotec-popular__nav:hover {
	border-color: rgba(184, 196, 214, .45);
	box-shadow: 0 4px 12px rgba(0, 116, 188, .06);
}

.catalog-davotec-popular__nav:disabled {
	opacity: .35;
	cursor: default;
	pointer-events: none;
}

.catalog-davotec-popular__nav-icon {
	display: block;
	width: 15px;
	height: 18px;
}

.catalog-davotec-popular__nav_prev .catalog-davotec-popular__nav-icon {
	transform: scaleX(-1);
}

.catalog-davotec-card.products__item {
	background: var(--cd-bg);
	border: none;
	border-radius: 12px;
	padding: 12px 12px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

/* Сетка раздела — Figma 10:577 / 26:7542 */
.catalog-davotec-products-grid .catalog-davotec-card.products__item {
	background: var(--cd-bg);
}

.catalog-davotec-products-grid .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:hover),
.catalog-davotec-products-grid .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:focus-visible) {
	background: linear-gradient(115.391deg, #f4f8fd 0%, #eef3f9 60%, #fef1eb 100%);
	box-shadow: none;
	transform: none;
}

.catalog-davotec-products-grid .catalog-davotec-card.products__item:hover {
	box-shadow: none;
	transform: none;
}

/* Популярные — Figma 49:3125: белые карточки, без hover-lift */
.catalog-davotec-popular .catalog-davotec-block__title {
	margin-bottom: 40px;
}

.catalog-davotec-popular .catalog-davotec-card.products__item {
	background: #fff;
}

.catalog-davotec-popular .catalog-davotec-card.products__item:hover,
.catalog-davotec-popular .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:hover),
.catalog-davotec-popular .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:focus-visible) {
	background: #fff;
	box-shadow: none;
	transform: none;
}

/* Хиты — Figma 12:1048: белые карточки на фоне #F3F7FC */
.catalog-davotec-hits .catalog-davotec-card.products__item {
	background: #fff;
}

.catalog-davotec-hits .catalog-davotec-card.products__item:hover,
.catalog-davotec-hits .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:hover),
.catalog-davotec-hits .catalog-davotec-card.products__item:has(.catalog-davotec-card__cart:focus-visible) {
	background: #fff;
	box-shadow: none;
	transform: none;
}

.catalog-davotec-card__badges {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.catalog-davotec-card__badge {
	font-size: .875rem;
	line-height: 1.4;
	padding: 6px 12px;
	border-radius: 6px;
	font-weight: 400;
	box-shadow: 0 0 0 0 rgba(164, 244, 207, .6);
}

.catalog-davotec-card__badge_stock {
	background: rgba(34, 241, 131, .1);
	color: #1f7a4a;
}

.catalog-davotec-card__badge_hit {
	background: rgba(241, 90, 34, .1);
	color: var(--cd-orange);
}

.catalog-davotec-card.products__item .catalog-davotec-card__media.products__media {
	margin-bottom: 0;
}

.catalog-davotec-card__media {
	margin-bottom: 0;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	aspect-ratio: 1;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.catalog-davotec-card__media-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.catalog-davotec-card__media img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}

.catalog-davotec-card__body {
	padding: 0 12px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-height: 0;
	width: 100%;
}

.catalog-davotec-card__title {
	margin: 0;
}

.catalog-davotec-card__title .title__text {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--cd-black);
	line-height: 1.5;
	text-transform: none;
}

.catalog-davotec-card.products__item .catalog-davotec-card__title.products__title .title__text {
	font-weight: 500;
	text-transform: none;
}

.catalog-davotec-card.products__item .catalog-davotec-card__title.products__title .title__text:hover {
	color: var(--cd-black);
}

.catalog-davotec-card__details {
	display: flex;
	flex-direction: column;
	gap: 24px;
	flex: 1 1 auto;
	min-height: 205px;
	min-width: 0;
}

.catalog-davotec-card__specs {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

.catalog-davotec-card__spec-row {
	display: flex;
	justify-content: space-between;
	gap: .75rem;
	padding: 0 0 9px;
	margin: 0 0 8px;
	border-bottom: 1px solid rgba(184, 196, 214, .2);
	font-size: .875rem;
	line-height: 1.4;
}

.catalog-davotec-card__spec-row_last {
	border-bottom: none;
	margin-bottom: 0;
}

.catalog-davotec-card__spec-row_empty {
	visibility: hidden;
	pointer-events: none;
	user-select: none;
}

.catalog-davotec-card__spec-row dt {
	margin: 0;
	color: var(--cd-gray);
	font-weight: 400;
}

.catalog-davotec-card__spec-row dd {
	margin: 0;
	color: var(--cd-black);
	text-align: right;
}

.catalog-davotec-card__footer {
	margin-top: auto;
	position: relative;
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	justify-content: flex-start;
	min-height: 48px;
	padding-top: 0;
	flex-shrink: 0;
}

.catalog-davotec-card__footer.products__footer {
	margin-top: auto;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.catalog-davotec-card__price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	align-self: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	margin-bottom: 0;
	padding-right: 64px;
	transition: opacity .4s ease;
}

.catalog-davotec-card__price.products__price {
	margin-bottom: 0;
	align-items: flex-start;
	justify-content: flex-end;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:hover) .catalog-davotec-card__price,
.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:focus-visible) .catalog-davotec-card__price {
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-card__actions {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48px;
	z-index: 1;
	transition: width .45s ease;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:hover) .catalog-davotec-card__actions,
.catalog-davotec-card__footer:has(.catalog-davotec-card__cart:focus-visible) .catalog-davotec-card__actions {
	width: 100%;
}

.catalog-davotec-card__footer .product-item-button-container {
	width: 100%;
}

.catalog-davotec-card__price-old {
	font-size: .875rem;
	font-weight: 500;
	color: var(--cd-gray);
	text-decoration: line-through;
	margin: 0 0 2px;
	order: -1;
}

.catalog-davotec-card__price-value {
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #0f172b;
	line-height: 1.35;
	letter-spacing: -.7px;
}

.catalog-davotec-card__cart {
	display: grid;
	place-items: center;
	grid-template-columns: 1fr;
	width: 100%;
	height: 48px;
	border-radius: 8px;
	border: none;
	padding: 8px 16px;
	background: var(--cd-orange);
	color: #fff;
	flex-shrink: 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: box-shadow .4s ease, background .4s ease;
}

.catalog-davotec-card__cart-icon,
.catalog-davotec-card__cart-label {
	grid-area: 1 / 1;
	justify-self: center;
}

.catalog-davotec-card__cart-icon {
	display: block;
	width: 20px;
	height: 20px;
	opacity: 1;
	transition: opacity .25s ease;
}

.catalog-davotec-card__cart-label {
	max-width: 100%;
	opacity: 0;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	transition: opacity .3s ease .12s;
}

.catalog-davotec-card__cart:hover,
.catalog-davotec-card__cart:focus-visible {
	background: var(--cd-orange);
	color: #fff;
	box-shadow: 0 8px 20px -8px rgba(241, 90, 34, .6);
}

.catalog-davotec-card__cart:hover .catalog-davotec-card__cart-icon,
.catalog-davotec-card__cart:focus-visible .catalog-davotec-card__cart-icon {
	opacity: 0;
	transition: opacity .15s ease;
}

.catalog-davotec-card__cart:hover .catalog-davotec-card__cart-label,
.catalog-davotec-card__cart:focus-visible .catalog-davotec-card__cart-label {
	opacity: 1;
}

.catalog-davotec-card .catalog-davotec-card__cart.products__basket {
	width: 100%;
	height: 48px;
	border: none;
	padding: 8px 16px;
	background: var(--cd-orange);
}

.catalog-davotec-card .catalog-davotec-card__cart.products__basket:hover,
.catalog-davotec-card .catalog-davotec-card__cart.products__basket:focus-visible {
	width: 100%;
	border: none;
	padding: 8px 16px;
	background: var(--cd-orange);
}

.catalog-davotec-card .catalog-davotec-card__cart.products__basket img,
.catalog-davotec-card .catalog-davotec-card__cart.products__basket svg {
	width: 20px;
	height: 20px;
	min-width: 20px;
	fill: #fff;
}

.catalog-davotec-card__quantity {
	display: flex;
	align-items: center;
	width: 100%;
	height: 48px;
	padding: 4px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-card__qty-btn {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 6px;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background .2s ease, color .2s ease;
}

.catalog-davotec-card__qty-btn_minus,
.catalog-davotec-card__qty-btn_plus {
	background: var(--cd-bg);
	color: var(--cd-black);
}

.catalog-davotec-card__qty-btn_minus:hover:not(.product-item-amount-field-btn-disabled),
.catalog-davotec-card__qty-btn_plus:hover:not(.product-item-amount-field-btn-disabled),
.catalog-davotec-card__qty-btn_minus:focus-visible:not(.product-item-amount-field-btn-disabled),
.catalog-davotec-card__qty-btn_plus:focus-visible:not(.product-item-amount-field-btn-disabled) {
	background: var(--cd-orange);
	color: #fff;
}

.catalog-davotec-card__quantity:has(.catalog-davotec-card__qty-btn:hover:not(.product-item-amount-field-btn-disabled)),
.catalog-davotec-card__quantity:has(.catalog-davotec-card__qty-btn:focus-visible:not(.product-item-amount-field-btn-disabled)) {
	box-shadow: 0 0 0 1px rgba(226, 232, 240, .8);
}

.catalog-davotec-card__qty-btn.product-item-amount-field-btn-disabled {
	opacity: .45;
	pointer-events: none;
	cursor: default;
}

.catalog-davotec-card__qty-field {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 0;
	min-width: 0;
	margin: 0;
}

.catalog-davotec-card__quantity .jcf-number {
	display: contents;
}

.catalog-davotec-card__quantity .jcf-btn-inc,
.catalog-davotec-card__quantity .jcf-btn-dec {
	display: none !important;
}

.catalog-davotec-card__qty-input {
	width: auto;
	min-width: 0;
	max-width: none;
	border: none;
	background: transparent;
	text-align: right;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #2a2a2a;
	padding: 0;
	margin: 0;
	flex: 0 0 auto;
	field-sizing: content;
	-moz-appearance: textfield;
}

.catalog-davotec-card__qty-input::-webkit-outer-spin-button,
.catalog-davotec-card__qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.catalog-davotec-card__qty-unit {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #2a2a2a;
	white-space: nowrap;
	flex: 0 0 auto;
	margin: 0 0 0 2px;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__actions.is-in-cart) .catalog-davotec-card__price,
.catalog-davotec-card__footer_in-cart .catalog-davotec-card__price {
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-card__footer:has(.catalog-davotec-card__actions.is-in-cart) .catalog-davotec-card__actions,
.catalog-davotec-card__actions.is-in-cart,
.catalog-davotec-card__footer_in-cart .catalog-davotec-card__actions {
	width: 100%;
	left: 0;
	right: 0;
	z-index: 2;
}

.catalog-davotec-card__actions.is-in-cart .product-item-button-container {
	display: none;
}

.catalog-davotec-card__actions.is-in-cart .catalog-davotec-card__quantity {
	width: 100%;
}

.catalog-davotec-card__sku,
.catalog-davotec-card__series,
.catalog-davotec-card__stock {
	display: none;
}

.catalog-davotec-tag {
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	padding: .25rem .5rem;
	border-radius: .375rem;
	margin-bottom: .5rem;
}

.catalog-davotec-tag_hit {
	background: rgba(241, 90, 34, .1);
	color: var(--cd-orange);
}

.catalog-davotec-block {
	margin-top: 5rem;
}

.catalog-davotec-block__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(28px, 2.5vw + 1rem, 42px);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1.4px;
	color: var(--cd-black);
	margin: 0 0 2.5rem;
}

.catalog-davotec-seo__inner {
	background: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 42px clamp(20px, 3.9vw, 48px) 48px;
	box-sizing: border-box;
	width: 100%;
}

/* Страница раздела — Figma 55:1951 */
.catalog-davotec-page_section .catalog-davotec-seo__inner {
	background: var(--cd-bg);
}

.catalog-davotec-seo__intro {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.catalog-davotec-seo__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(24px, 2.2vw + 1rem, 32px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--cd-black);
	margin: 0;
}

.catalog-davotec-seo__lead {
	font-family: Manrope, sans-serif;
	font-size: clamp(16px, 1vw + 0.75rem, 18px);
	font-weight: 400;
	line-height: 1.6;
	color: var(--cd-gray);
	margin: 0;
}

.catalog-davotec-seo__section {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-seo__subtitle {
	font-family: Manrope, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.7px;
	color: var(--cd-black);
	margin: 0;
}

.catalog-davotec-seo__text {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--cd-gray);
	margin: 0;
}

.catalog-davotec-seo__text p {
	margin: 0 0 24px;
}

.catalog-davotec-seo__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.catalog-davotec-seo__inner {
		padding-top: 32px;
		padding-bottom: 32px;
		gap: 24px;
	}

	.catalog-davotec-seo__subtitle {
		font-size: 20px;
	}
}

.catalog-davotec-support__inner {
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	width: 100%;
	min-height: 0;
}

/* Страница раздела — Figma 49:1329: фон блока #F3F7FC, поля белые */
.catalog-davotec-page_section .catalog-davotec-support__inner {
	background: var(--cd-bg);
}

.catalog-davotec-page_section .catalog-davotec-support__input {
	background: #fff;
	border: 1px solid rgba(184, 196, 214, .2);
}

.catalog-davotec-support__content {
	flex: 1 1 44%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: clamp(32px, 5vw, 64px);
	box-sizing: border-box;
}

.catalog-davotec-support__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-support__label {
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: var(--cd-orange);
	margin: 0;
}

.catalog-davotec-support__title {
	font-family: Manrope, sans-serif;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	color: var(--cd-black);
	margin: 0;
	max-width: 34rem;
}

.catalog-davotec-support__lead {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: var(--cd-gray);
	margin: 0;
	max-width: 31rem;
}

.catalog-davotec-support__form {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-support__fields {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-support__row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
}

.catalog-davotec-support__field {
	flex: 1 1 0;
	min-width: min(100%, 12rem);
}

.catalog-davotec-support__field_mark {
	position: relative;
}

.catalog-davotec-support__mark {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray2);
	white-space: nowrap;
	transition: opacity .15s;
}

.catalog-davotec-support__mark-req {
	color: var(--cd-orange);
}

.catalog-davotec-support__field_mark:has(.catalog-davotec-support__input:focus) .catalog-davotec-support__mark,
.catalog-davotec-support__field_mark:has(.catalog-davotec-support__input:not(:placeholder-shown)) .catalog-davotec-support__mark {
	opacity: 0;
}

.catalog-davotec-support__field_mark .catalog-davotec-support__input::placeholder {
	color: transparent;
}

.catalog-davotec-support__input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 44px;
	padding: 12px;
	border: none;
	border-radius: 8px;
	background: var(--cd-bg);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	outline: none;
	transition: box-shadow .2s;
}

.catalog-davotec-support__input::placeholder {
	color: var(--cd-gray2);
}

.catalog-davotec-support__input:focus {
	box-shadow: 0 0 0 2px rgba(241, 90, 34, .15);
}

.catalog-davotec-support__input_textarea {
	min-height: 44px;
	max-height: 44px;
	resize: none;
	overflow: hidden;
}

.catalog-davotec-support__consent {
	width: 100%;
	max-width: 27rem;
}

.catalog-davotec-support__consent-label {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	cursor: pointer;
	margin: 0;
}

.catalog-davotec-support__consent-input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	pointer-events: none;
}

.catalog-davotec-support__consent-box {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	border-radius: 4px;
	box-sizing: border-box;
}

.catalog-davotec-support__consent-input:not(:checked) + .catalog-davotec-support__consent-box {
	border: 1.5px solid var(--cd-orange);
	background: #fff;
}

.catalog-davotec-support__consent-input:checked + .catalog-davotec-support__consent-box {
	border: none;
	background: var(--cd-orange);
}

.catalog-davotec-support__consent-input:checked + .catalog-davotec-support__consent-box .catalog-davotec-support__consent-icon {
	opacity: 1;
	filter: brightness(0) invert(1);
}

.catalog-davotec-support__consent-icon {
	display: block;
	width: 18px;
	height: 18px;
}

.catalog-davotec-support__consent-text {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--cd-gray);
}

.catalog-davotec-support__consent-link {
	color: var(--cd-blue);
	text-decoration: none;
}

.catalog-davotec-support__consent-link:hover {
	text-decoration: underline;
}

.catalog-davotec-support__submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 40px;
	padding: 8px 16px;
	border: none;
	border-radius: 8px;
	background: var(--cd-orange);
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	cursor: pointer;
	transition: background .2s;
}

.catalog-davotec-support__submit:hover {
	background: #d94e1c;
}

.catalog-davotec-support__errors,
.catalog-davotec-support__success {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

.catalog-davotec-support__errors {
	color: #c0392b;
}

.catalog-davotec-support__success {
	color: #1f7a4a;
}

.catalog-davotec-support__visual {
	position: relative;
	flex: 0 1 47%;
	min-width: min(100%, 20rem);
	min-height: 320px;
	overflow: hidden;
}

.catalog-davotec-support__visual-img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: center right;
}

@media (max-width: 1023px) {
	.catalog-davotec-support__inner {
		flex-direction: column;
	}

	.catalog-davotec-support__visual {
		flex: 0 0 auto;
		min-height: 280px;
		order: -1;
	}

	.catalog-davotec-support__content {
		flex-basis: auto;
	}
}

@media (max-width: 767px) {
	.catalog-davotec-support__content {
		padding: 32px 20px;
		gap: 24px;
	}

	.catalog-davotec-support__row {
		flex-direction: column;
	}

	.catalog-davotec-support__field {
		min-width: 100%;
	}
}

.catalog-davotec-page_section {
	padding-bottom: 4rem;
}

.catalog-davotec-section-head {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 40px;
}

.catalog-davotec-section-head__title {
	font-family: Manrope, sans-serif;
	font-size: clamp(28px, 2.2vw + 1rem, 42px);
	line-height: 1.2;
	letter-spacing: -0.033em;
	font-weight: 600;
	color: var(--cd-black);
	margin: 0;
}

.catalog-davotec-section-head__lead {
	font-family: Manrope, sans-serif;
	font-size: clamp(16px, 1vw + 0.75rem, 18px);
	line-height: 1.6;
	font-weight: 400;
	color: var(--cd-gray);
	margin: 0;
	max-width: var(--cd-lead-width);
}

.catalog-davotec-layout {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
}

.catalog-davotec-layout__sidebar {
	flex: 0 0 min(291px, 24vw);
	min-width: 0;
}

.catalog-davotec-layout__content {
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-filter-wrap {
	width: 100%;
}

.catalog-davotec-filter-wrap .catalog-davotec-filter-panel {
	background: var(--cd-bg);
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgba(226, 232, 240, 0.6);
}

.catalog-davotec-filter {
	background: var(--cd-bg);
	border-radius: 12px;
	padding: 24px 24px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.sidebar__filter.catalog-davotec-filter .filter__group:not(:last-child),
.sidebar__filter.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) {
	margin-bottom: 0 !important;
}

.sidebar__filter.catalog-davotec-filter .group__header:not(:last-child) {
	margin-bottom: 0 !important;
}

.catalog-davotec-filter .bx-filter-parameters-box-container {
	padding-bottom: 0;
}

.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px 0;
	margin: 0;
	border-bottom: 1px solid #F9F9FA;
}

.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--price,
.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--performance {
	border-bottom-color: #F1F5F9;
}

.catalog-davotec-filter .filter__group.catalog-davotec-filter__actions {
	border-bottom: none;
	padding-bottom: 0;
	gap: 16px;
	margin: 0;
}

.catalog-davotec-filter .filter__group:not(.catalog-davotec-filter__actions) .group__main.bx-filter-block {
	display: none !important;
}

.catalog-davotec-filter .filter__group:not(.is-collapsed):not(.catalog-davotec-filter__actions) .group__main.bx-filter-block {
	display: block !important;
}

.catalog-davotec-filter__group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	cursor: pointer;
}

.catalog-davotec-filter__group-head-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-filter__group-hint {
	flex: 0 0 auto;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.05;
	color: var(--cd-gray2);
	white-space: nowrap;
}

.catalog-davotec-filter__group-chevron {
	flex: 0 0 auto;
	display: block;
	transition: transform .2s ease;
	transform: rotate(180deg);
}

.catalog-davotec-filter .filter__group.is-collapsed .catalog-davotec-filter__group-chevron {
	transform: rotate(0deg);
}

.catalog-davotec-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}

.catalog-davotec-filter__head-title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: var(--cd-black);
}

.catalog-davotec-filter__head-icon {
	color: var(--cd-blue);
}

.catalog-davotec-filter__reset {
	border: none;
	background: none;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: var(--cd-blue);
	cursor: pointer;
}

.catalog-davotec-filter__reset:hover {
	text-decoration: underline;
}

.catalog-davotec-filter .filter__group .group__title .title__text {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.05;
	color: #2A2A2A;
}

.sidebar__filter.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--price .group__title .title__text,
.sidebar__filter.catalog-davotec-filter .filter__group.catalog-davotec-filter__group--performance .group__title .title__text {
	color: #0F172B;
}

.catalog-davotec-filter .filter__group .group__header {
	margin-bottom: 0;
}

.catalog-davotec-filter__group--chips .form-item__main,
.catalog-davotec-filter__group--chips .form-item__main.catalog-davotec-filter__checkbox-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 6px;
}

.catalog-davotec-filter__group--chips .form-item__field {
	margin: 0;
	width: auto;
}

.catalog-davotec-filter__group--chips .custom-check__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 12px;
	border-radius: 6px;
	border: none;
	background: rgba(184, 196, 214, .2);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--cd-black);
	cursor: pointer;
	transition: background .2s, color .2s;
}

.catalog-davotec-filter__group--chips .custom-check__label:hover {
	background: rgba(184, 196, 214, .35);
}

.catalog-davotec-filter__group--chips .custom-check__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-filter__group--chips .custom-check__ico {
	display: none;
}

.catalog-davotec-filter__group--chips .custom-check__input:checked + .custom-check__ico_before,
.catalog-davotec-filter__group--chips .custom-check__input:not(:checked) + .custom-check__ico_before {
	display: none;
}

.catalog-davotec-filter__group--chips .custom-check__label:has(.custom-check__input:checked) {
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__label {
	position: static;
}

.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__label::before,
.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__label::after {
	content: none;
	display: none;
}

.catalog-davotec-filter .catalog-davotec-filter__group--chips .custom-check.custom-check_second .custom-check__text {
	padding-left: 0;
}

.catalog-davotec-filter__toggle {
	display: flex;
	align-items: stretch;
	gap: 0;
	width: 100%;
	max-width: 243px;
	min-height: 42px;
	padding: 4px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-filter__toggle-option {
	position: relative;
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 12px;
	border-radius: 6px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: var(--cd-gray2);
	cursor: pointer;
	transition: background .2s, color .2s;
}

.catalog-davotec-filter__toggle-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.catalog-davotec-filter__toggle-option:has(input:checked) {
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-filter__toggle-option:hover:not(.disabled):not(:has(input:checked)) {
	color: var(--cd-gray);
}

.catalog-davotec-filter__toggle-option:has(input:checked):hover {
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-filter__toggle-option.disabled {
	opacity: .45;
	pointer-events: none;
}

.catalog-davotec-filter .radio {
	margin: 0;
}

.catalog-davotec-filter__radios_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-filter__checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-filter__group--checkboxes .form-item__main.catalog-davotec-filter__checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog-davotec-filter__checkbox-list .form-item__field {
	margin: 0;
}

.catalog-davotec-filter__price-range {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.catalog-davotec-filter__price-fields {
	display: flex;
	gap: 8px;
}

.catalog-davotec-filter__price-field {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1 1 0;
	min-width: 0;
	height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-filter__price-prefix {
	flex: 0 0 auto;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #90A1B9;
}

.catalog-davotec-filter .range__input,
.catalog-davotec-filter .range__input.form-item__input {
	flex: 1 1 auto;
	min-width: 0;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
}

.catalog-davotec-filter .range__input:focus,
.catalog-davotec-filter .range__input:hover {
	border: none !important;
	outline: none;
}

.catalog-davotec-filter .range .range__slider {
	height: 4px;
	margin: 0;
	background: rgba(184, 196, 214, .2) !important;
	border-radius: 999px;
}

.catalog-davotec-filter .range .range__slider:not(:last-child) {
	margin-bottom: 0;
}

.catalog-davotec-filter .range .range__slider .ui-slider-range,
.catalog-davotec-filter .range .range__slider .ui-slider-range.ui-widget-header {
	background: var(--cd-blue) !important;
}

.catalog-davotec-filter .range .range__slider .ui-slider-handle {
	width: 16px !important;
	height: 16px !important;
	top: -6px !important;
	margin-left: -8px !important;
	border: 2px solid var(--cd-blue) !important;
	background: #fff !important;
}

.catalog-davotec-filter__dropdown .bx-filter-select-container {
	width: 100%;
}

.catalog-davotec-filter__dropdown-trigger {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	height: 42px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.catalog-davotec-filter__dropdown-trigger .bx-filter-select-arrow {
	display: none;
}

.catalog-davotec-filter__dropdown-value {
	flex: 1 1 auto;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
}

.catalog-davotec-filter__dropdown-chevron {
	flex: 0 0 auto;
	transition: transform .2s ease;
}

.catalog-davotec-filter__dropdown-trigger.is-open {
	border: 1px solid var(--cd-blue);
}

.catalog-davotec-filter__dropdown-trigger.is-open .catalog-davotec-filter__dropdown-chevron {
	transform: rotate(180deg);
}

.catalog-davotec-filter__dropdown-popup.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 100%;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 4px 5px rgba(26, 81, 116, 0.1);
	overflow: hidden;
}

.catalog-davotec-filter__dropdown-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-davotec-filter__dropdown-popup ul li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

.catalog-davotec-filter__dropdown-popup ul li:first-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	padding: 10px 12px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	cursor: pointer;
	box-sizing: border-box;
}

.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option:hover,
.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option.selected {
	background: var(--cd-bg);
	color: var(--cd-blue);
}

.catalog-davotec-filter__dropdown-popup .catalog-davotec-filter__dropdown-option.disabled {
	opacity: .45;
	pointer-events: none;
}

.catalog-davotec-filter__search-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	height: 42px;
	padding: 0 12px;
	margin-bottom: 16px;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
}

.catalog-davotec-filter__search-icon {
	flex: 0 0 auto;
}

.catalog-davotec-filter__search {
	flex: 1 1 auto;
	min-width: 0;
	border: none;
	background: transparent;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	outline: none;
}

.catalog-davotec-filter__search::placeholder {
	color: var(--cd-gray);
}

.catalog-davotec-filter__radio-item_hidden {
	display: none;
}

.catalog-davotec-filter__show-more {
	display: block;
	margin-top: 10px;
	padding: 0;
	border: none;
	background: none;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-blue);
	cursor: pointer;
	text-align: center;
}

.catalog-davotec-filter__manufacturer .catalog-davotec-filter__show-more.is-expanded {
	display: none;
}

.catalog-davotec-filter__apply-wrap {
	width: 100%;
}

.catalog-davotec-filter__apply {
	background: var(--cd-blue) !important;
	border-color: var(--cd-blue) !important;
	border-radius: 8px !important;
	font-family: Manrope, sans-serif;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	min-height: 0 !important;
	height: auto !important;
	padding: 8px 16px !important;
}

.catalog-davotec-filter__reset-bottom {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-blue);
	text-align: center;
	cursor: pointer;
}

.catalog-davotec-filter__reset-bottom:hover {
	text-decoration: underline;
}

.catalog-davotec-filter .radio:last-child {
	margin-bottom: 0;
}

.catalog-davotec-filter .radio .bx-filter-param-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	cursor: pointer;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid var(--cd-gray2);
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transition: border-color .2s, background .2s;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox:hover::before {
	border-color: var(--cd-blue);
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox:has(input:checked)::before {
	border-color: var(--cd-blue);
	background: #fff;
}

.catalog-davotec-filter .radio .bx-filter-input-checkbox:has(input:checked)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--cd-blue);
	transform: translate(-50%, -50%);
}

.catalog-davotec-filter .radio .bx-filter-param-text {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	padding-left: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__text {
	padding-left: 28px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__ico {
	display: none;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label {
	position: relative;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border: 1px solid var(--cd-gray2);
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
	transition: background .2s, border-color .2s;
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label:hover::before {
	border-color: var(--cd-blue);
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label:has(.custom-check__input:checked)::before {
	background: var(--cd-blue);
	border-color: var(--cd-blue);
}

.catalog-davotec-filter .custom-check.custom-check_second .custom-check__label:has(.custom-check__input:checked)::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.catalog-davotec-filter__group--chips .custom-check__text {
	font-size: 14px;
	line-height: 1.4;
}

.catalog-davotec-filter__apply {
	background: var(--cd-blue) !important;
	border-color: var(--cd-blue) !important;
	border-radius: 8px !important;
	font-family: Manrope, sans-serif;
	font-weight: 500;
	min-height: 40px;
}

.catalog-davotec-filter .bx-filter-popup-result {
	display: none !important;
}

.catalog-davotec-layout__sidebar .sidebar__filter {
	position: sticky;
	top: 1rem;
}

.catalog-davotec-toolbar {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 20px;
}

.catalog-davotec-toolbar__filter-btn {
	display: none;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border: 1px solid var(--cd-gray2);
	border-radius: 8px;
	background: #fff;
	color: var(--cd-black);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

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

.catalog-davotec-toolbar__meta {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	white-space: nowrap;
}

.catalog-davotec-toolbar__sort {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
}

.catalog-davotec-toolbar__sort-summary {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.catalog-davotec-toolbar__sort-summary::-webkit-details-marker {
	display: none;
}

.catalog-davotec-toolbar__sort-prefix {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
}

.catalog-davotec-toolbar__sort-value {
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--cd-blue);
}

.catalog-davotec-toolbar__sort-chevron {
	flex: 0 0 auto;
	display: block;
}

.catalog-davotec-toolbar__sort[open] .catalog-davotec-toolbar__sort-chevron {
	transform: rotate(180deg);
}

.catalog-davotec-toolbar__sort-menu {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 5;
	min-width: 12rem;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
}

.catalog-davotec-toolbar__sort[open] .catalog-davotec-toolbar__sort-menu {
	display: block;
}

.catalog-davotec-toolbar__sort-option {
	display: block;
	padding: 8px 12px;
	border-radius: 6px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-black);
	text-decoration: none;
	white-space: nowrap;
}

.catalog-davotec-toolbar__sort-option:hover {
	background: var(--cd-bg);
	color: var(--cd-black);
}

.catalog-davotec-toolbar__sort-option.is-active {
	font-weight: 500;
	color: var(--cd-blue);
}

.catalog-davotec-toolbar__filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.catalog-davotec-toolbar__filter-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border: 1px solid rgba(184, 196, 214, .2);
	border-radius: 6px;
	background: transparent;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cd-gray);
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.catalog-davotec-toolbar__filter-tag:hover:not(.is-active),
.catalog-davotec-toolbar__filter-tag:focus-visible:not(.is-active) {
	color: var(--cd-blue);
}

.catalog-davotec-toolbar__filter-tag.is-active {
	border-color: var(--cd-blue);
	background: var(--cd-blue);
	color: #fff;
}

.catalog-davotec-toolbar__filter-tag.is-active:hover,
.catalog-davotec-toolbar__filter-tag.is-active:focus-visible {
	border-color: var(--cd-blue);
	background: var(--cd-blue);
	color: #fff;
}

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.catalog-davotec-chips-wrap {
	display: none;
}

.catalog-davotec-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.catalog-davotec-chips:empty {
	display: none;
}

.catalog-davotec-chips-wrap:has(.catalog-davotec-chips:empty):not(:has(.js-catalog-chips-reset:not([hidden]))) {
	display: none;
}

.catalog-davotec-chip,
.filter__chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	border: 1px solid var(--cd-blue);
	background: var(--cd-bg);
	color: var(--cd-blue);
	font-family: Manrope, sans-serif;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: background .2s;
}

.catalog-davotec-chip__remove {
	font-size: 16px;
	line-height: 1;
	opacity: .7;
}

.catalog-davotec-chip:hover {
	background: #e8f3fb;
}

.catalog-davotec-chips__reset {
	border: none;
	background: none;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	color: var(--cd-blue);
	cursor: pointer;
	text-decoration: underline;
}

.catalog-davotec-products-grid {
	display: grid;
	grid-template-columns: repeat(var(--cd-section-cols), minmax(0, 1fr));
	gap: var(--cd-section-gap);
	width: 100%;
}

.catalog-davotec-products-grid_list {
	grid-template-columns: 1fr;
}

.catalog-davotec-products-grid__item {
	min-width: 0;
	display: flex;
}

.catalog-davotec-products-grid__item > .catalog-davotec-card,
.catalog-davotec-products-grid__item > .products__item {
	width: 100%;
}

.catalog-davotec-pager {
	display: flex;
	justify-content: center;
	margin: 32px 0 0;
}

.catalog-davotec-pager__nav {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.catalog-davotec-pager__pages {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.catalog-davotec-pager__page,
.catalog-davotec-pager__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--cd-gray);
	text-decoration: none;
	border: 1px solid transparent;
	background: transparent;
	transition: background .2s, border-color .2s, color .2s;
}

.catalog-davotec-pager__page:hover,
.catalog-davotec-pager__arrow:not(.is-disabled):hover {
	border-color: var(--cd-gray2);
	background: var(--cd-bg);
}

.catalog-davotec-pager__page.is-active {
	background: var(--cd-blue);
	border-color: var(--cd-blue);
	color: #fff;
	font-weight: 500;
}

.catalog-davotec-pager__arrow.is-disabled {
	opacity: .35;
	pointer-events: none;
}

.catalog-davotec-section-bottom {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	margin-top: 5rem;
}

/* Хиты продаж на странице раздела — Figma 13:677 / 30:13573 */
.catalog-davotec-page_section .catalog-davotec-hits {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px calc(50vw - 50%) 64px;
	background-color: var(--cd-bg);
	overflow: hidden;
	box-sizing: border-box;
}

.catalog-davotec-page_section .catalog-davotec-hits::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('/local/templates/zintek-index/assets/img/catalog-davotec/hits-pattern-tile.svg');
	background-repeat: repeat;
	background-size: 216.199px 216.199px;
	background-position: -121px -110px;
	pointer-events: none;
	z-index: 0;
}

.catalog-davotec-page_section .catalog-davotec-hits > * {
	position: relative;
	z-index: 1;
}

.catalog-davotec-page_section .catalog-davotec-hits.catalog-davotec-block {
	margin-top: 0;
}

.catalog-davotec-hits .catalog-davotec-block__title {
	margin-bottom: 40px;
}

.catalog-davotec-hits .catalog-davotec-popular__slider {
	margin-top: 0;
}

.catalog-davotec-similar {
	margin-top: 0;
}

.catalog-davotec-similar .catalog-davotec-block__title {
	margin-bottom: 32px;
}

.catalog-davotec-similar__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 0;
}

.catalog-davotec-similar__card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
	min-height: 0;
	padding: 16px;
	border-radius: 12px;
	background: var(--cd-bg);
	color: var(--cd-black);
	text-decoration: none;
	transition: background .2s, color .2s;
	box-sizing: border-box;
}

.catalog-davotec-similar__card:hover {
	background: #e8f0f8;
	color: var(--cd-blue);
}

.catalog-davotec-similar__media {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 6.462px;
	overflow: hidden;
	background: var(--cd-bg);
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog-davotec-similar__illus {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border: 0;
	pointer-events: none;
	object-fit: contain;
	object-position: center;
}

object.catalog-davotec-similar__illus {
	width: 100%;
	height: 100%;
}

.catalog-davotec-similar__illus--photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-davotec-similar__name {
	flex: 1 1 auto;
	min-width: 0;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}

.catalog-davotec-similar__chevron {
	flex: 0 0 auto;
	display: block;
	width: 5px;
	height: 10px;
	color: var(--cd-gray2);
	transition: color .2s;
}

.catalog-davotec-similar__card:hover .catalog-davotec-similar__chevron {
	color: var(--cd-blue);
}

.catalog-davotec-filter-wrap .catalog-davotec-filter-overlay,
.catalog-davotec-filter-wrap .catalog-davotec-filter-panel__head,
.catalog-davotec-filter-wrap .catalog-davotec-filter-panel__footer {
	display: none;
}

.catalog-davotec-filter .filter__group .group__header {
	cursor: pointer;
}

.catalog-davotec-filter-panel__apply {
	background: var(--cd-blue) !important;
	border-color: var(--cd-blue) !important;
	border-radius: 8px !important;
}

@media (max-width: 1199px) {
	.catalog-davotec-page_section {
		--cd-section-cols: 2;
	}

	.catalog-davotec-similar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.catalog-davotec-page_section {
		--cd-section-cols: 1;
		--cd-popular-cols: 1;
	}

	.catalog-davotec-hero__title {
		font-size: 1.75rem;
	}

	.catalog-davotec-layout {
		flex-direction: column;
	}

	.catalog-davotec-layout__sidebar {
		flex: none;
		width: 100%;
	}

	.catalog-davotec-toolbar__filter-btn {
		display: inline-flex;
	}

	.catalog-davotec-filter__head,
	.catalog-davotec-filter__actions {
		display: none;
	}

	.catalog-davotec-filter {
		padding: 0;
		background: var(--cd-bg);
		border-radius: 0;
	}

	.catalog-davotec-layout__sidebar {
		position: fixed;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		overflow: visible;
		z-index: 1002;
	}

	.catalog-davotec-filter-wrap .catalog-davotec-filter-overlay {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(42, 42, 42, .45);
		opacity: 0;
		visibility: hidden;
		transition: opacity .25s;
		z-index: 1000;
	}

	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(100%, 22rem);
		background: var(--cd-bg);
		z-index: 1001;
		transform: translateX(100%);
		transition: transform .25s;
		display: flex;
		flex-direction: column;
	}

	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel form {
		flex: 1 1 auto;
		overflow-y: auto;
		padding: 0 1rem 1rem;
		border-radius: 0;
	}

	.catalog-davotec-filter-wrap.is-open .catalog-davotec-filter-overlay {
		opacity: 1;
		visibility: visible;
	}

	.catalog-davotec-filter-wrap.is-open .catalog-davotec-filter-panel {
		transform: translateX(0);
	}

	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel__head,
	.catalog-davotec-filter-wrap .catalog-davotec-filter-panel__footer {
		display: flex;
	}

	.catalog-davotec-filter-panel__head {
		align-items: center;
		gap: .75rem;
		padding: 1rem;
		border-bottom: 1px solid var(--cd-gray2);
	}

	.catalog-davotec-filter-panel__title {
		font-family: Manrope, sans-serif;
		font-size: 18px;
		font-weight: 600;
	}

	.catalog-davotec-filter-panel__close {
		width: 40px;
		height: 40px;
		border: none;
		background: var(--cd-bg);
		border-radius: 50%;
		cursor: pointer;
		flex-shrink: 0;
	}

	.catalog-davotec-filter-panel__close::before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		margin: auto;
		border-left: 2px solid var(--cd-blue);
		border-bottom: 2px solid var(--cd-blue);
		transform: rotate(45deg) translate(2px, -2px);
	}

	.catalog-davotec-filter-panel__footer {
		flex-direction: column;
		gap: .75rem;
		padding: 1rem;
		border-top: 1px solid var(--cd-gray2);
		background: #fff;
	}

	.catalog-davotec-filter-panel__reset {
		padding: .75rem 1rem;
		border: 1px solid var(--cd-gray2);
		border-radius: 8px;
		background: #fff;
		cursor: pointer;
		font-family: Manrope, sans-serif;
		width: 100%;
	}

	.catalog-davotec-filter-panel__apply {
		flex: 1 1 auto;
		width: 100%;
		min-height: 48px;
	}

	.catalog-davotec-similar__grid {
		grid-template-columns: 1fr;
	}

	.catalog-davotec-toolbar__filters {
		display: none;
	}

	.catalog-davotec-toolbar__sort-menu {
		left: 0;
		right: 0;
		min-width: 0;
	}

	body.catalog-davotec-filter-open {
		overflow: hidden;
	}
}
/* End */


/* Start:/local/templates/zintek-index/styles.css?17468303612966*/
.products .products__item {
    display: flex;
    flex-direction: column;
}

.products .products__item .product-item-button-container {
	margin-top: 24px;
}

.services__main {
    margin: 0 -2rem;
}

.product .product__tooltip .title__ico,
.cart__table .cart__main .cart__tooltip .tooltip__ico {
    line-height: 1.1rem;
}

@media (min-width: 1200px) {
 .header__menu .menu__dropdown.menu__dropdown_second {
     width: 47rem;
  }
}

.header__menu .menu__item_second + .menu__item_second {
 position: relative;
}

.header__menu .menu__item_second + .menu__item_second .menu__dropdown {
 	left: auto;
    right: 0%;
}

.orders .orders__group.orders__group_toogle .group__media:before {
    transform: translate(-50%, -57%);
}

.header__menu .group__link,
.header__menu .dropdown__link {
    line-height: 1.7;
    font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.tabs .tabs__header .tabs__list {
    	display: block;
	}


	.layout__footer {
    	padding-bottom: 2.5rem;
	}

	.layout__footer .footer__design {
		position: absolute;
		bottom: 10px;
		z-index: 9;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.layout__footer .footer__copyright br {
		display: none;
	}

}

@media screen and (max-width: 556px) {
	.about__list.mobile-slider .slick-track {
    	width: auto !important;
    	transform: none !important;
		display: block;
	}

	.about__list.mobile-slider .slick-cloned {
		display: none !important;
	}

	.about__list.mobile-slider .slick-track .slick-slide {
		width: 50%;
	}

	.product .product__tooltip .title__ico,
	.cart__table .cart__main .cart__tooltip .tooltip__ico {
		line-height: 1.3rem;
	}
}

@media screen and (min-width: 768px) {
	.header__menu .menu__item .menu__preview + .menu__dropdown.menu__dropdown_second {
		width: 55rem;
		left: -100px;
	}

	.header__menu .menu__item .menu__preview + .menu__dropdown.menu__dropdown_second .col:nth-child(1) .group__item:nth-child(4) {
		margin-top: 1.5rem;
	}

	.categories .categories__action {
		display: none;
	}
}

.services .services__main {
    margin: 0;
}

.orders .orders__group.orders__group_toogle .group__media:before {
   transform: translate(-50%, -50%);
}

.products .products__item {
    height: 100% !important;
}



::-webkit-scrollbar { 
    width: 10px;  
    background: red;  
}

.banner__model .model__background {
    transform: translate(-50%, -5%);
}

@media screen and (min-width: 768px) {
	.banner__model .model__background {
		transform: translate(1%, -45%);
	}
}

.menu__dropdown_second .col_6 + .col_6 + .col_6 {
	display: none;
}

@media screen and (max-width: 768px) {
	.menu__dropdown_second .col_6 + .col_6 + .col_6 {
		display: block;
	}
	
	.menu__dropdown_second .col_6 + .col_6 {
		display: none;
	}
}

a.dropdown__link {
    text-transform: capitalize;
}

.products .products__header:not(:last-child) {
    min-height: 112px;
}


.tabs__list .wysiwyg  h2 {
	padding-top: 15px;
	font-size: 42px;
}

.tabs__list .wysiwyg  ul {
	margin: 15px 0;
}
/* End */
/* /local/templates/zintek-index/assets/css/fonts.css?16862649201427 */
/* /local/templates/zintek-index/assets/css/libs.min.css?168599296218304 */
/* /local/templates/zintek-index/assets/css/main.css?1742974333145480 */
/* /local/templates/zintek-index/style.css?178216560458417 */
/* /local/templates/zintek-index/styles.css?17468303612966 */
