

/* Start:/bitrix/templates/antek/styles/slick.css?17351713141842*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/antek/styles/jquery.fancybox.css?173517131318306*/
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:/bitrix/templates/antek/styles/style.css?178244686890854*/
* {
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

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

body {
    font-size: 16px;
    color: #000;
    font-family: "Wix Madefor Display", sans-serif;
    background: #F1F2F6;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body .shadow-overlay-bg {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body.shadow-overlay {
    overflow: hidden;
}

body.shadow-overlay .shadow-overlay-bg {
    visibility: visible;
    opacity: 0.8;
}

body.shadow-overlay1 {
    overflow: hidden;
}

body.shadow-overlay1 .shadow-overlay-bg {
    visibility: visible;
    opacity: 0.5;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

* html main {
    height: 100%;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

main.alted {
    padding-top: 110px;
}

.m-devider-global {
    display: none;
}

.wrap {
    max-width: 1630px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 60px;
    color: #000;
}

h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 60px;
    color: #000;
}

.equipment__title h2,
.h3 {
    font-size: 36px;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
    color: #000;
}

h3:nth-child(n+3) {
    margin-top: 40px;
}

h4,
.h4 {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.h4 {
    color: #fff !important;

}

hr {
    height: 2px !important;
    background: #000;
    display: block !important;
    border-top: 0 !important;
    width: 100%;
    margin: 64px 0;
}

a {
    outline: 0 !important;
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 32px;
}

p:last-child {
    margin-bottom: 0 !important;
}

table {
    margin-bottom: 46px;
}

table th,
table td {
    text-align: left;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid #747474;
}

table th:nth-child(n+2),
table td:nth-child(n+2) {
    font-weight: 300;
    padding-left: 20px;
}

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

a,
img {
    outline: none;
}

input[type=submit],
button {
    font-family: "Wix Madefor Display", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

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

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

.btn {
    outline: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    line-height: normal;
    height: 60px;
    padding: 0 10px;
    min-width: 270px;
    border: 1px solid #EA2325;
    color: #EA2325;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn:hover {
    background: #EA2325;
    color: #fff;
}

.btn.btn-red {
    background: #EA2325;
    color: #fff;
}

.btn.btn-red:hover {
    border-color: #000;
    background: #000;
}

input.inputbox,
textarea.messagebox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: 1px solid #E0E1E5;
    background: transparent;
    display: block;
    font-family: "Wix Madefor Display", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #000;
    padding: 0 30px;
    outline: none !important;
    cursor: pointer;
}

textarea.messagebox {
    height: 160px;
    padding: 20px 30px;
}

input.inputbox::-webkit-input-placeholder,
textarea.messagebox::-webkit-input-placeholder {
    color: #E0E1E5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox::-moz-placeholder,
textarea.messagebox::-moz-placeholder {
    color: #E0E1E5;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-moz-placeholder,
textarea.messagebox:-moz-placeholder {
    color: #E0E1E5;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:-ms-input-placeholder,
textarea.messagebox:-ms-input-placeholder {
    color: #E0E1E5;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input.inputbox:focus::-webkit-input-placeholder,
textarea.messagebox:focus::-webkit-input-placeholder {
    opacity: 0;
}

input.inputbox:focus::-moz-placeholder,
textarea.messagebox:focus::-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-moz-placeholder,
textarea.messagebox:focus:-moz-placeholder {
    opacity: 0;
}

input.inputbox:focus:-ms-input-placeholder,
textarea.messagebox:focus:-ms-input-placeholder {
    opacity: 0;
}

select.select-css {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    background: #fff;
    width: 100%;
    display: block;
    font-family: "Gilroy" !important;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 218.75%;
    color: rgba(0, 0, 0, 0.62);
    padding: 0 20px;
    outline: none !important;
    cursor: pointer;
    background: url(/bitrix/templates/antek/styles/../images/svg/chevron-d.svg) no-repeat center right 22px rgba(255, 255, 255, 0.5);
}

select.select-css::-ms-expand {
    display: none;
}

select.select-css:focus {
    border-color: #EA2325;
}

.checkbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkbox label {
    display: block;
    margin-bottom: 0;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkbox label a {
    text-decoration: none;
    color: #EA2325;
}

.checkbox label a:hover {
    text-decoration: underline;
}

.checkbox label input {
    display: none;
}

.checkbox label input:checked + span:before {
    background: url(/bitrix/templates/antek/styles/../images/svg/check.svg) no-repeat center center #EA2325;
    border-color: #EA2325;
}

.checkbox label span {
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 35px;
}

.checkbox label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #000;
}

.radio label {
    display: block;
    margin: 0;
    cursor: pointer;
}

.radio label input {
    display: none;
}

.radio label input:checked + span:before {
    background: #EA2325;
}

.radio label span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

.radio label span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

.modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    padding: 0;
    z-index: 1004;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal__close {
    position: absolute;
    top: 23px;
    right: 21px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    z-index: 200;
}

.modal__close svg {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.modal__close path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    stroke: #93939C;
}

.modal__close:hover path {
    stroke: #EA2325;
}

.modal__content {
    position: relative;
    -ms-overflow-style: none;
    max-height: 95vh;
    max-width: 490px;
    width: 100%;
    padding: 65px 50px;
    background: #fff;
    overflow: auto;
}

.modal__content::-webkit-scrollbar {
    width: 2px;
    border-radius: 20px;
    background: #fff;
    display: none;
}

.modal__content::-webkit-scrollbar-thumb {
    background: #D9D9DC;
}

.modal__content::-webkit-scrollbar-track {
    background: #fff;
}

.modal__title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.modal__text {
    color: #8F8F8F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.slick-dots {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.slick-dots li {
    list-style-type: none;
    margin: 5px;
    width: 12px;
    height: 12px;
    background: rgba(33, 34, 37, 0.2);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots li.slick-active {
    background: #EA2325;
}

.slick-dots li button {
    display: none;
}

.form__title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}

.form__text {
    color: #8F8F8F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.form__row {
    margin-bottom: 20px;
}

.form__row:last-child {
    margin-bottom: 0 !important;
}

.form__row.form__cols {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.form__col {
    width: 100%;
    margin-right: 20px;
}

.form__col:last-child {
    margin-right: 0;
}

.form__accept {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
}

.form__accept a {
    text-decoration: underline;
    color: #EA2325;
}

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

.form__submit {
    margin-top: 30px;
    margin-bottom: 0;
}

.form__submit .btn {
    width: 100%;
}

.form .errortext {
    color: #EA2325 !important;
}

.form__ok {
    color: green;
}

breadcrumbs {
    padding: 0 0 44px;
    position: relative;
}

breadcrumbs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

breadcrumbs ul li {
    list-style-type: none;
    margin-bottom: 6px;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

breadcrumbs ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    margin: 0 15px;
}

breadcrumbs ul li:last-child:after {
    display: none;
}

breadcrumbs ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

breadcrumbs ul li a:hover {
    color: #EA2325;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
}

.wpcf7-not-valid-tip {
    padding-top: 3px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.mobile-menu {
    display: none;
}

.header-mobile {
    display: none;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 50px;
    color: #fff;
}

.header__logo {
    height: 50px;
}

.header__logo a {
    display: block;
    height: 100%;
}

.header__logo a img {
    height: 100%;
    display: block;
}

.header__logo a img.header__logo-color {
    display: none;
}

.header.style2 .header__logo a img.header__logo-white {
    display: none;
}

.header.style2 .header__logo a img.header__logo-color {
    display: block;
}

.header__logo a path,
.header__logo a polygon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__logo a:hover path,
.header__logo a:hover polygon {
    fill: #EA2325;
}

.header__city {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 18px;
}

.header__city svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header__city span {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px dashed;
}

.header__menu {
    padding-top: 16px;
}

.header__menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__menu ul li {
    list-style-type: none;
    margin-right: 90px;
    position: relative;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 13px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__menu ul li a:hover {
    border-color: #EA2325;
}

.header__menu ul li.active a {
    border-color: #EA2325;
}

.header__menu .submenu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 300px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header__menu .has-child:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.header__menu .submenu li {
    position: static;
    margin: 0;
    padding: 5px 20px;
}

.header__menu .submenu li a {
    color: #fff !important;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline;
    border-bottom: 1px solid transparent;
}

.header__menu .submenu li.active > a,
.header__menu .submenu li a:hover {
    border-color: #fff;
}

.header__menu .submenu-level-2 {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*    white-space: nowrap;*/
    background: #EA2325;
}

.header__menu .submenu-level-3 {
    position: absolute;
    left: 300px;
    top: 0;
    /*    white-space: nowrap;*/
    background: #EA2325;
}

.header__phone {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-top: 16px;
}

.header__phone a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__phone a:hover {
    color: #EA2325;
}

.header__right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 20px;
}

.header .socials {
    align-self: center;
}

.header__btn {
    width: auto !important;
}

.header__btn a,
.header__btn .b24-form-click-btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    height: 50px;
    border: 1px solid #fff !important;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header__btn a:hover,
.header__btn .b24-form-click-btn:hover {
    border-color: #EA2325 !important;
    background: #EA2325 !important;
}

body .b24-window-popup-wrapper {
    max-height: 95vh;
    max-width: 490px;
    width: 100%;
    padding: 65px 50px;
    background: #fff;
    overflow: auto;
    border-radius: 0;
}

body .b24-window-close {
    width: 35px;
    height: 35px;
    top: 23px;
    right: 21px;
    background: none;
    opacity: 1;
}

body .b24-window-close:before,
body .b24-window-close:after {
    background-color: #93939C;
    opacity: 1;
    height: 26px;
    width: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body .b24-window-close:hover:before,
body .b24-window-close:hover:after {
    background-color: #EA2325;
}

body .b24-form-header {
    padding: 0;
    border-bottom: 0;
}

body .b24-form-header-title {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
    font-family: "Wix Madefor Display", sans-serif;
    letter-spacing: normal;
}

body .b24-form-header-description {
    color: #8F8F8F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    opacity: 1;
}

body .b24-form-padding-side {
    padding: 0;
}

body .b24-form-control {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: 0 !important;
    border: 0 !important;
    width: 100% !important;
    height: 60px !important;
    border-radius: 0 !important;
    border: 1px solid #E0E1E5 !important;
    background: transparent !important;
    display: block !important;
    font-family: "Wix Madefor Display", sans-serif !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 150% !important;
    color: #000 !important;
    padding: 0 30px !important;
    outline: none !important;
    cursor: pointer !important;
}

body .b24-form-control-label {
    padding: 0 30px !important;
}

body .b24-form-control:focus ~ .b24-form-control-label {
    display: none;
}

body .b24-form-btn {
    outline: 0;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    line-height: normal;
    height: 60px;
    padding: 0 10px;
    min-width: 270px;
    border: 1px solid #EA2325;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

body .b24-form-btn:hover {
    background: #000;
    border-color: #000;
}

.header__burger {
    display: none;
}

.header.style2 .header__logo a path {
    fill: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header.style2 .header__logo a polygon {
    fill: #EA2325;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header.style2 .header__logo a:hover path,
.header.style2 .header__logo a:hover polygon {
    fill: #EA2325;
}

.header.style2 .header__city path {
    fill: #000;
}

.header.style2 .header__city span {
    color: #000;
}

.header.style2 .header__menu ul li a {
    color: #000;
}

.header.style2 .header__menu ul li a:hover {
    color: #EA2325;
}

.header.style2 .header__phone {
    color: #000;
}

.header.style2 .header__phone a {
    color: #000;
}

.header.style2 .header__phone a:hover {
    color: #EA2325;
}

.header.style2 .header__btn a,
.header.style2 .header__btn .b24-form-click-btn {
    border-color: #EA2325 !important;
    color: #EA2325 !important;
}

.header.style2 .header__btn a:hover,
.header.style2 .header__btn .b24-form-click-btn:hover {
    background: #EA2325 !important;
    color: #fff !important;
}

.socials {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    gap: 15px;
    /*    position: fixed;*/
    /*    right: 50px;*/
    /*    top: 310px;*/
    z-index: 997;
}

.socials.alted {
    /*    top: 250px;*/
}

.socials a {
    /*    margin-bottom: 30px;*/
}

.socials a:last-child {
    /*    margin-bottom: 0;*/
}

.socials a svg {
    display: block;
}

.socials a path {
    fill: #B9B9B9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.socials a:hover path {
    fill: #EA2325;
}

main .socials {
    display: none;
}

.hero {
    color: #fff;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.hero:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 5;
}

.hero__video {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.hero__video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.hero__slider * {
    width: 100%;
    height: 100%;
}

.hero__slider-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
}

.hero__slider-nav + .hero__info {
    margin-top: 20px !important;
}

.hero__slider-nav .slick-arrow {
    width: auto;
    height: 22px;
    background: none !important;
}

.hero__slider-nav .slick-arrow svg {
    display: block;
    height: 100%;
    width: auto;
}

.hero__slider-nav .slick-arrow path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero__slider-nav .slick-arrow:hover path {
    fill: #B9B9B9;
}

.hero__slider-devider {
    margin: 0 24px;
    height: 40px;
}

.hero__slider-devider svg {
    height: 100%;
    width: auto;
    display: block;
}

.hero__slide {
    display: block !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero.style2:before {
    opacity: 0.6;
}

.hero__inner {
    padding-top: 200px;
    padding-bottom: 90px;
    min-height: 950px;
    position: relative;
    z-index: 10;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero h4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 100%;
}

.hero h1 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 42px;
}

.hero p {
    max-width: 970px;
    color: #B9B9B9;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.hero.marged p {
    max-width: 1170px;
}

.hero__blocks {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin-top: 80px;
}

.hero__block {
    width: 550px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__block i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 94px;
    height: 94px;
    margin-right: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #EA2325;
}

.hero__block i img {
    display: block;
    width: 36px;
    height: auto;
}

.hero__block span {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #B9B9B9;
}

.hero__btn {
    margin-top: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}

.hero__mouse {
    position: absolute;
    right: 164px;
    bottom: 149px;
    display: none;
}

.hero__mouse svg {
    display: block;
}

.hero__mouse path {
    stroke: #fff;
}

.hero__info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.hero__info-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

.hero__info-item strong {
    display: block;
    color: #B9B9B9;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero__info-item a {
    color: #fff;
    text-decoration: underline !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero__info-item a:hover {
    color: #EA2325;
}

.hero__info-btn a {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 72px;
    padding: 0 33px 0px 43px;
    background: #EA2325;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hero__info-btn a:hover {
    background: #000;
}

.hero__info-btn a i {
    display: block;
    margin-left: 20px;
}

.hero__info-btn a i img {
    display: block;
}

.hero__list {
    margin-top: 170px;
}

.hero__list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.hero__list ul li {
    list-style-type: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero__list ul li:before {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    background: #EA2325;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 8px;
}

.hero.hero-about .hero__inner {
    padding-top: 190px;
}

.hero.hero-about .hero__blocks {
    margin-top: 80px;
}

.page-title p {
    color: #565656;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.page-title__block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 60px;
}

.page-title__block h1 {
    margin-bottom: 0;
}

.page-title__block ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
}

.page-title__block ul li {
    margin-left: 30px;
    list-style-type: none;
}

.page-title__block ul li a {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.page-title__block ul li a:hover {
    color: #EA2325;
}

.page-title__block ul li.active a {
    color: #EA2325;
}

.services {
    margin: 140px 0 90px;
}

.services.alted {
    margin-top: 50px;
}

.services__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services__content p {
    color: #8F8F8F;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.services__advantages {
    margin-top: 74px;
}

.services__advantages ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services__advantages ul li {
    list-style-type: none;
    width: 50%;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}

.services__advantages ul li:last-child {
    width: 100%;
    margin-bottom: 80px;
}

.services__advantages ul li strong {
    font-size: 64px;
    font-weight: 700;
    color: #000;
    display: block;
}

.services__btn {
    margin-top: 0 !important;
}

.services__btn .b24-form-click-btn {
    margin: 0 !important;
    outline: 0 !important;
    cursor: pointer !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none !important;
    text-align: center !important;
    font-family: "Wix Madefor Display", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    line-height: normal !important;
    height: 60px !important;
    padding: 0 10px !important;
    min-width: 270px !important;
    border: 1px solid #EA2325 !important;
    color: #EA2325 !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.services__btn .b24-form-click-btn:hover {
    color: #fff !important;
    background: #EA2325 !important;
}

.services__blocks {
    width: 61.7834394904%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 94px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.services__blocks.style2 {
    margin-left: 0;
    width: 100%;
    padding: 0;
}

.services__blocks.style2 .service {
    min-height: 370px;
    padding: 0;
}

.services__blocks.style2 .service a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    position: relative;
    height: 100%;
    width: 100%;
    background: #fff;
    text-decoration: none;
    padding: 40px;
    outline: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.services__blocks.style2 .service a .service__title {
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.services__blocks.style2 .service a .service__image {
    opacity: 1;
}

.services__blocks.style2 .service a:hover {
    background: #EA2325 !important;
}

.services__blocks.style2 .service a:hover .service__title {
    color: #fff;
}

.services__blocks.style2 .service a:hover .service__title a {
    color: #fff !important;
}

.services__blocks.style2 .service a:hover .service__text {
    opacity: 1 !important;
    visibility: visible !important;
}

.services__blocks.style2 .service a:hover .service__image {
    opacity: 0 !important;
}

.services__blocks.style2 .service a:hover .service__btn svg {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

.services__blocks.style2 .service__btn {
    margin-left: unset;
    margin-right: auto;
}

.service {
    min-height: 470px;
    padding: 40px;
    display: block;
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    position: relative;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.service:hover {
    background: #EA2325;
}

.service:hover .service__title {
    color: #fff;
}

.service:hover .service__title a,
.service:hover .service__title a h3 {
    color: #fff;
}

.service:hover .service__text {
    opacity: 1;
    visibility: visible;
}

.service:hover .service__image {
    opacity: 0;
}

.service:hover .service__btn svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*
.service:nth-child(3) {
    background: #EA2325;
}

.service:nth-child(3) .service__title {
    color: #fff;
}

.service:nth-child(3) .service__title a {
    color: #fff;
}

.service:nth-child(3) .service__text {
    opacity: 1;
    visibility: visible;
}

.service:nth-child(3) .service__image {
    opacity: 0;
}

.service:nth-child(3) .service__btn svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
*/

.service__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.service__title a {
    color: #000;
    position: relative;
    text-decoration: none;
    display: inline;
    padding-bottom: 5px;
    width: auto !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service__title a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service__title a:hover:after {
    width: 100%;
}

.service__text {
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.service__text ul li {
    list-style-type: none;
    margin-bottom: 25px;
}

.service__text ul li:last-child {
    margin-bottom: 0;
}

.service__text ul li a {
    position: relative;
    display: inline;
    z-index: 10;
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}

.service__text ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service__text ul li a:hover:after {
    width: 100%;
}

.service__image {
    position: absolute;
    max-height: 292px;
    height: 100%;
    bottom: 40px;
    right: 40px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.service__image img {
    height: 100%;
    width: auto;
    display: block;
}

.service__btn {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 52px;
    height: 52px;
    background: #EA2325;
    margin-top: auto;
    margin-left: auto;
    position: relative;
    z-index: 10;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.service__btn svg {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.baner {
    margin: 100px 0;
}

.baner__image img {
    display: block;
    width: 100%;
    height: auto;
}

.baner__image-sm {
    display: none !important;
}

.slider {
    position: relative;
    padding-bottom: 115px;
}

.slick-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: calc((100% - 1570px) / 2);
}

.slick-arrow {
    border: 0;
    outline: 0;
    width: 65px;
    height: 65px;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E0E1E5;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.slick-arrow + .slick-arrow {
    margin-left: 20px;
}

.slick-arrow:hover {
    background: #EA2325;
}

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

.section-head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.section-head a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-head a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-head a path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.section-head a:hover {
    color: #EA2325;
}

.section-head a:hover svg {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
}

.section-head a:hover path {
    fill: #EA2325;
}

.section-head h2 {
    margin-bottom: 0;
}

.projects {
    margin-bottom: 90px;
    overflow: hidden;
}

.projects__slider {
    position: relative;
    padding-bottom: 115px;
}

.projects .slick-list {
    padding-left: calc((100% - 1570px) / 2);
}

.projects .slick-slide {
    margin-right: 31px;
    width: 770px;
}

.projects__slide {
    display: block !important;
}

.projects__slide a {
    display: block !important;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.projects__slide a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 7;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.projects__slide a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.projects__slide a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.projects__slide a i {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 24px;
    right: 24px;
    z-index: 10;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.projects__slide a:hover:before {
    height: 120%;
}

.projects__slide a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.projects__slide a:hover i {
    background: #EA2325;
}

.reviews {
    margin-bottom: 90px;
    overflow: hidden;
}

.reviews .slick-list {
    padding-left: calc((100% - 1570px) / 2);
}

.reviews .slick-slide {
    margin-right: 30px;
    width: 370px;
}

.reviews__slide {
    display: block !important;
    height: 512px;
}

.reviews__slide a {
    overflow: hidden;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    background: #fff;
}

.reviews__slide a img {
    max-height: 100%;
    display: block !important;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.reviews__slide a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news {
    margin-bottom: 30px;
    overflow: hidden;
}

.news .slick-list {
    padding-left: calc((100% - 1570px) / 2);
}

.news .slick-slide {
    margin-right: 30px;
    width: 770px;
}

.news__item {
    width: 100%;
    display: block !important;
    padding: 30px;
    background: #fff;
}

.news__image {
    margin-bottom: 24px;
}

.news__image a {
    overflow: hidden;
    display: block;
}

.news__image a img {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.news__image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news__date {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 9px;
}

.news__title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.news__title a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.news__title a:hover {
    color: #EA2325;
}

.news-list {
    margin-bottom: 90px;
}

.news-list__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.geography {
    overflow: hidden;
}

.geography__map {
    height: 600px;
}

.geography__map iframe {
    width: 100% !important;
    height: 100% !important;
}

.page-404__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.page-404__title {
    color: #EA2325;
    font-size: 128px;
    font-weight: 800;
}

.page-404__text {
    font-size: 48px;
    font-weight: 800;
}

.page-404__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 100px 0 0 !important;
    order: 20 !important;
}

.footer {
    padding-top: 65px;
    background: #fff;
}

.footer__nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 85px;
}

.footer__logo {
    width: 161px;
    margin-right: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__logo a {
    display: block;
    width: 100%;
}

.footer__logo a path {
    fill: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__logo a polygon {
    fill: #EA2325;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__logo a:hover path,
.footer__logo a:hover polygon {
    fill: #EA2325;
}

.footer__menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__menu ul li {
    margin-right: 130px;
    list-style-type: none;
}

.footer__menu ul li:last-child {
    margin-right: 0;
}

.footer__menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__menu ul li a:hover {
    color: #EA2325;
}

.footer__menu ul li.active a {
    color: #EA2325;
}

.footer__upme {
    margin-left: auto;
}

.footer__upme a {
    width: 65px;
    height: 65px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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: #EA2325;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__upme a svg {
    width: 30px;
    height: 30px;
    display: block;
}

.footer__upme a path {
    fill: #fff;
}

.footer__upme a:hover {
    background: #000;
}

.footer__info {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-left: 301px;
    padding-bottom: 92px;
}

.footer__block {
    width: 220px;
    /*    margin-right: 134px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.footer__title {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 6px;
}

.footer__text {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 18px;
}

.footer__phone {
    margin-bottom: 9px;
    margin-top: auto;
}

.footer__phone a {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__phone a:hover {
    color: #EA2325;
}

.footer__email a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__email a:hover {
    color: #EA2325;
}

.footer__links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 300px;
    gap: 10px;
}

.footer__links a {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer__links a:hover {
    color: #EA2325;
}

.footer__bottom {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    border-top: 1px solid #CBCBCB;
}

.footer__bottom span {
    color: #606060;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.footer__bottom span a {
    color: #606060;
    text-decoration: underline !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__bottom span a:hover {
    color: #EA2325;
}

.page-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 70px;
}

.page-nav__arrow {
    width: 65px;
    height: 65px;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #E0E1E5;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-nav__arrow:hover {
    background: #EA2325;
}

.page-nav__num {
    color: #EA2325;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.page-nav__num a {
    color: #8F8F8F;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page-nav__num a:hover {
    color: #EA2325;
}

.cols2 {
    padding-bottom: 90px;
}

.cols2__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar {
    width: 290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 110px;
}

.sidebar__menu ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.sidebar__menu ul li:last-child {
    margin-bottom: 0;
}

.sidebar__menu ul li a {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 9px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidebar__menu ul li a:hover {
    border-color: #EA2325;
    color: #EA2325;
}

.sidebar__menu ul li.active > a {
    color: #EA2325;
}

.sidebar__menu ul li.active ul {
    display: block;
}

.sidebar__menu ul li ul {
    display: none;
}

.sidebar__menu ul li ul li {
    margin: 0;
}

.sidebar__menu ul li ul li a {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    padding: 0;
    border-bottom: 0 !important;
}

.sidebar__btn {
    margin-top: 80px;
}

.sidebar__btn a {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    height: 52px;
    padding: 0 25px 0 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background: #EA2325;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.sidebar__btn a svg {
    display: block;
    margin-left: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar__btn a path {
    fill: #fff;
}

.sidebar__btn a:hover {
    background: #000;
}

.layout {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.projects-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.projects-list__image {
    margin-bottom: 23px;
}

.projects-list__image a {
    position: relative;
    overflow: hidden;
    display: block;
}

.projects-list__image a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 5;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.projects-list__image a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.projects-list__image a span {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    z-index: 10;
}

.projects-list__image a i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 18px;
    right: 20px;
    z-index: 10;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.projects-list__image a i svg {
    display: block;
}

.projects-list__image a:hover:before {
    height: 140%;
}

.projects-list__image a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.projects-list__image a:hover i {
    background: #EA2325;
}

.projects-list__title {
    font-size: 16px;
    font-weight: 500;
}

.projects-list__title a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.projects-list__title a:hover {
    color: #EA2325;
}

.about {
    margin-top: 110px;
    margin-bottom: 90px;
}

.about__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about__left {
    width: 530px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 76px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about__left h3 {
    margin-bottom: 60px;
}

.about__block {
    background: #EA2325;
    color: #fff;
    padding: 53px 58px 46px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about__block h3,
.about__block h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 24px;
}

.about__block p {
    color: #FFAFAF;
}

.about__block-btn {
    margin-top: auto;
}

.about__block-btn .btn {
    border-color: #FFF;
    width: 100%;
    height: 68px;
    color: #fff;
}

.about__block-btn .btn:hover {
    border-color: #000;
    background: #000;
}

.about__right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #565656;
    font-size: 16px;
    line-height: 200%;
}

.about__right strong {
    font-weight: 700;
}

.about__right table {
    background: #fff;
    padding: 30px;
    display: block;
    margin-bottom: 21px;
}

.about__right table tbody {
    display: table;
    width: 100%;
}

.about__right table tr {
    width: 100%;
}

.about__right table td {
    color: #8F8F8F;
    font-size: 16px;
    padding: 0 20px 0 0;
    line-height: 200%;
    font-weight: 400;
    border: 0;
    vertical-align: top;
}

.about__right table td + td {
    white-space: nowrap;
    padding-right: 0;
    text-align: right;
    font-weight: 700;
}

.related {
    margin-bottom: 90px;
}

.related.style2 {
    border-top: 1px solid #CBCBCB;
    margin-top: 90px;
    padding-top: 90px;
}

.related .slick-list {
    padding-left: calc((100% - 1570px) / 2);
}

.related .slick-slide {
    width: 370px;
    margin-right: 30px;
}

.article {
    padding-top: 110px;
    margin-bottom: 90px;
}

.article.article-news {
    padding-top: 110px;
}

.article__nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}

.article__nav-date {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.article__nav-back {
    margin-left: auto;
}

.article__nav-back a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.article__nav-back a svg {
    display: block;
    width: 54px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.article__nav-back a path {
    fill: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.article__nav-back a:hover {
    color: #EA2325;
}

.article__nav-back a:hover svg {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.article__nav-back a:hover path {
    fill: #EA2325;
}

.article__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    color: #565656;
}

.article__content a {
    color: #565656;
}

.article__content h1 + p {
    position: relative;
    margin-top: -40px;
    margin-bottom: 60px;
}

.article__image {
    position: relative;
    margin-bottom: 70px;
}

.article__image img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 5;
}

.article__image.style2:before {
    display: none;
}

.article__about {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.article__about-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.article__about-social {
    margin-top: 66px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__about-social b {
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
}

.article__about-social a {
    display: block;
    margin-right: 30px;
}

.article__about-social a:last-child {
    margin-right: 0;
}

.article__about-social a svg {
    display: block;
}

.article__about-social a path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.article__about-social a:hover path {
    fill: #EA2325;
}

.article__about-social .ya-share2__list.ya-share2__list_direction_horizontal {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__about-social .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    margin: 0 18px 0 0;
    width: 48px;
    height: 48px;
}

.article__about-social .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    margin-right: 0 !important;
}

.article__about-social .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item a {
    width: 100%;
    width: 100%;
}

.article__about-social .ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge {
    width: 100%;
    height: 100%;
    background: transparent;
}

.article__about-right {
    width: 372px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 30px;
    background: #EA2325;
    color: #fff;
    padding: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: normal;
}

.article__about-right h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

.article__about-right p {
    color: #FF9797;
    font-size: 16px;
    font-weight: 500;
}

.article__about-btn {
    margin-top: auto;
}

.article__about-btn .btn {
    border-color: #FFF;
    width: 100%;
    height: 68px;
    color: #fff;
}

.article__about-btn .btn:hover {
    border-color: #000;
    background: #000;
}

.article__advantages {
    margin-bottom: 90px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.article__advantages span {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article__advantages span i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 94px;
    height: 94px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 36px;
    background: #EA2325;
}

.article__advantages span i svg {
    display: block;
    width: 29px;
    height: auto;
}

.article__advantages span strong {
    padding-top: 6px;
    font-size: 18px;
    font-weight: 700;
}

.contacts {
    padding-top: 190px;
    margin-bottom: 90px;
}

.contacts__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__blocks {
    width: 370px;
    margin-right: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__block {
    margin-bottom: 30px;
}

.contacts__block:last-child {
    margin-bottom: 0;
}

.contacts__title {
    color: #545454;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.contacts__text {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 23px;
}

.contacts__phone {
    margin-bottom: 23px;
}

.contacts__phone a {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts__phone a:hover {
    color: #EA2325;
}

.contacts__email a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contacts__email a:hover {
    color: #EA2325;
}

.contacts__map {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contacts__map iframe {
    width: 100% !important;
    height: 100% !important;
}

.requisites {
    margin-bottom: 90px;
}

.requisites__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.requisites__block {
    background: #fff;
    margin-right: 30px;
    width: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 246px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
}

.requisites__title {
    font-size: 20px;
    font-weight: 700;
}

.requisites__file {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

.requisites__file span {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
}

.requisites__file a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 52px;
    height: 52px;
    background: #EA2325;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.requisites__file a svg {
    width: 24px;
}

.requisites__file a path {
    fill: #fff;
}

.requisites__file a:hover {
    background: #000;
}

.requisites__block-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #EA2325;
    color: #fff;
    padding: 40px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.requisites__block-lg h4 {
    color: #fff;
}

.requisites__bottom {
    margin-top: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.requisites__bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    max-width: 360px;
}

.requisites__bottom .btn {
    height: 50px;
    background: #fff;
    color: #EA2325;
    min-width: unset;
    padding: 0 34px;
    font-size: 14px;
}

.requisites__bottom .btn:hover {
    background: #000;
    color: #fff;
}

.requisites__bottom .b24-form-click-btn {
    margin: 0 !important;
    outline: 0 !important;
    cursor: pointer !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-decoration: none !important;
    text-align: center !important;
    font-family: "Wix Madefor Display", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    line-height: normal !important;
    height: 50px !important;
    padding: 0 34px !important;
    border: 1px solid #EA2325 !important;
    color: #EA2325 !important;
    background: #fff !important;
    white-space: nowrap;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}

.requisites__bottom .b24-form-click-btn:hover {
    color: #fff !important;
    background: #000 !important;
}

.services-blocks {
    margin: 70px 0;
}

.services-blocks__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.services-blocks__item {
    background: #fff;
    height: 246px;
}

.services-blocks__item a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.services-blocks__item a:hover span {
    color: #EA2325;
}

.services-blocks__item a:hover i {
    background: #000;
}

.services-blocks__item span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.services-blocks__item i {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    width: 53px;
    height: 53px;
    background: #EA2325;
    margin-top: auto;
    margin-left: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.services-blocks__item i svg {
    width: 30%;
    height: auto;
}

.services-blocks.services-blocks_about {
    margin-left: 0;
    margin-right: 0;
}

.services-blocks_about .services-blocks__item a {
    gap: 25px;
}

.services-blocks_about .services-blocks__item span {
    font-size: 16px;
}

.services-blocks_about .services-blocks__item b {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
}

.services-blocks_about .services-blocks__item small {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #545454;
}

.services-blocks_about .services-blocks__item i svg {
    width: 50%;
}

.advantages {
    margin-bottom: 90px;
}

.advantages ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages ul li {
    list-style-type: none;
    color: #545454;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.advantages ul li strong {
    display: block;
    color: #000;
    font-size: 64px;
    font-weight: 700;
}

.equipment {
    margin-bottom: 90px;
}

.equipment__inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 60px 60px 80px;
    background: #fff;
}

.equipment__title {
    width: 485px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 72px;
}

.equipment__title h3,
.equipment__title h2 {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.equipment__title img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 77px;
    max-width: 500px;
    max-height: 100%;
    z-index: 5;
}

.equipment__link {
    position: relative;
    z-index: 10;
}

.equipment__list {
    position: relative;
    z-index: 10;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.equipment__list ul li {
    list-style-type: none;
    margin-bottom: 34px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #565656;
    font-size: 16px;
    font-weight: 500;
}

.equipment__list ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 5px;
    background: #EA2325;
}

.equipment__list ul li:last-child {
    margin-bottom: 0;
}

.company {
    margin-bottom: 90px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.company__image {
    width: 700px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 70px;
    margin-right: 34px;
    margin-top: -20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.company__image img {
    display: block;
}

.company__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 78px 74px 78px 0;
    position: relative;
}

.company__content:before {
    content: "";
    display: block;
    position: absolute;
    width: 43px;
    height: 38px;
    background: url(/bitrix/templates/antek/styles/../images/svg/blockquote.svg) no-repeat center center;
    background-size: contain;
    left: 0;
    top: -19px;
}

.company__content h3 {
    margin-bottom: 55px;
}

.company__content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.company__content cite {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    font-style: normal;
}

.company__content cite strong {
    display: block;
    font-weight: 400;
    color: #565656;
    margin-bottom: 5px;
}

.persons {
    margin-bottom: 90px;
}

.persons .slick-list {
    padding-left: calc((100% - 1570px) / 2);
}

.persons .slick-slide {
    width: 370px;
    margin-right: 30px;
}

.persons__item a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}

.persons__item a:hover .persons__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.persons__image {
    margin-bottom: 30px;
    overflow: hidden;
}

.persons__image img {
    width: 100%;
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.persons__title {
    font-size: 18px;
    font-weight: 700;
}

.persons__role {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 11px;
}

.bx_catalog_line {
    display: none !important;
}

.row {
    margin: 0 !important;
}

.col-xs-12 {
    padding: 0 !important;
}

.technique {
    margin-bottom: 120px;
}

.technique__head {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.technique h1 {
    margin: 0;
}

.technique__head-back {
    margin-top: 26px;
    margin-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.technique__head-back a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.technique__head-back a svg {
    display: block;
    width: 54px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.technique__head-back a path {
    fill: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.technique__head-back a:hover {
    color: #EA2325;
}

.technique__head-back a:hover svg {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
}

.technique__head-back a:hover path {
    fill: #EA2325;
}

.technique__block {
    margin-bottom: 60px;
}

.technique__block:last-child {
    margin-bottom: 0;
}

.technique h2 {
    font-size: 36px;
    margin-bottom: 44px;
}

.technique__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.technique__item {
    background: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    background: #fff;
}

.technique__item-image {
    margin-bottom: 20px;
}

.technique__item-image a {
    height: 100%;
    overflow: hidden;
    display: block;
}

.technique__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.technique__item-image:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.technique__item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.technique__item-title a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.technique__item-title a:hover {
    color: #EA2325;
}

.technique__item-fields {
    margin-top: auto;
}

.technique__item-fields table {
    margin: 0;
}

.technique__item-fields table tr:last-child th,
.technique__item-fields table tr:last-child td {
    padding-bottom: 0;
}

.technique__item-fields table th,
.technique__item-fields table td {
    padding: 0;
    border: 0;
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.technique__item-fields table th + th,
.technique__item-fields table th + td,
.technique__item-fields table td + th,
.technique__item-fields table td + td {
    text-align: right;
}

.technique__item-fields table th + th {
    text-align: right;
}

.technique__item-fields table td + td {
    text-align: right;
}

.about-service {
    margin: 90px 0;
}

.about-service__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    gap: clamp(20px, 8.02vw, 154px);
}

.about-service__content {
    flex-shrink: 0;
    width: 47.51592356687898%;
    line-height: 200%;
    color: #565656;
}

.about-service__content h2 {
    margin-top: 0;
    margin-bottom: 44px;
    line-height: normal;
}

.about-service__image {
    position: relative;
    flex-grow: 1;
}

.about-service__image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-we {
    margin-bottom: 90px;
}

.why-we__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.why-we__item {
    background: #fff;
    padding: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.why-we__item i {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    background: #EA2325;
    margin-bottom: 34px;
}

.why-we__item img {
    display: block;
}

.why-we__item strong {
    font-size: 20px;
    margin-bottom: 20px;
}

.why-we__item small {
    font-size: 16px;
}

.list-group {
    margin-bottom: 90px;
}

.list-group__inner {
    background: #fff;
    padding: 50px;
}

.list-group ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 36px;
}

.list-group ul li {
    position: relative;
    padding-left: 25px;
    color: #565656;
    font-size: 16px;
    font-weight: 500;
    list-style-type: none;
}

.list-group ul li:before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 6px;
    background: #EA2325;
}

.description {
    margin-bottom: 90px;
    color: #565656;
    line-height: 200%;
}

.description h2 {
    margin-bottom: 36px;
    line-height: normal;
}

.benefites {
    margin-bottom: 90px;
}

.benefites__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 54px;
    background: #fff;
    padding: 54px 66px 0 43px;
}

.benefites__image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-shrink: 0;
    width: 48.11772758384668%;
}

.benefites__image img {
    display: block;
    width: 100%;
}

.benefites__content {
    padding-bottom: 74px;
    flex-grow: 1;
}

.benefites__content h2 {
    margin-bottom: 49px;
}

.benefites__content ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 49px;
}

.benefites__content ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 180%;
}

.benefites__content ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 13px;
    background: #EA2325;
}

.steps {
    margin-bottom: 100px;
}

.steps h2 {
    margin-bottom: 45px;
}

.steps__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    counter-reset: steps;
}

.steps__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 60px;
    background: #fff;
    padding: 26px 30px 30px;
    counter-increment: steps;
}

.steps__item span {
    background: #EA2325;
    padding: 4px 10px;
    color: #fff;
}

.steps__item span:after {
    content: ' 'counter(steps);
    display: inline;
}

.steps__item strong {
    font-size: 20px;
    width: 100%;
}

.promo {
    margin-bottom: 90px;
}

.promo__inner {
    background: #EA2325;
    color: #fff;
    max-width: 1076px;
    margin: 0 auto;
    padding: 49px 126px 90px;
    text-align: center;
}

.promo h3 {
    color: #fff;
}

.promo p {
    font-size: 18px;
    max-width: 734px;
    margin-left: auto;
    margin-right: auto;
}

.promo__email {
    margin-top: 70px;
    text-align: center;
}

.promo__email a {
    font-size: 24px;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #fff;
}

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

.insurance {
    margin-bottom: 90px;
}

.insurance__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    gap: 30px;
    padding: 60px;
    background: #fff;
}

.insurance__content {
    flex-grow: 1;
    line-height: 200%;
}

.insurance__content h3 {
    line-height: normal;
}

.insurance__content p {}

.insurance__content br {}

.insurance__link {
    margin-top: 50px;
}

.insurance__link a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

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

.insurance__image {
    flex-shrink: 0;
    width: 228px;
}

.insurance__image a {
    display: block;
    /*    overflow: hidden;*/
}

.insurance__image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.insurance__image a:hover img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.grecaptcha-badge {
    display: none !important;
}

.about__right h2 {
    margin-bottom: 10px;
    font-size: 32px;
}

.cookie.show {
    -webkit-animation: cookie-show 0.3s ease-in-out forwards;
    animation: cookie-show 0.3s ease-in-out forwards;
}

.cookie {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: calc(1630px - 60px);
    width: calc(100% - 60px);
    opacity: 1;
    z-index: 999;
}

.cookie__box {
    padding: 16px;
    background: rgba(0, 0, 0, 0.74);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.cookie__text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.cookie__text a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.cookie__btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.cookie__btns .btn-8 {
    font-size: 12px;
    line-height: 14px;
    padding: 0 10px;
    height: 30px;
    min-width: 190px;
}

.btn-8 {
    background: #EA2325;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.btn {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    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;
    white-space: nowrap;
    z-index: 1;
}

.antek-breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.antek-breadcrumb-wrap {
    margin-bottom: 70px;
}

.here-crumb {
    color: #fff !important;
}

/* End */


/* Start:/bitrix/templates/antek/styles/responsive.css?178240066638660*/
@media (max-width: 1700px) {
    .header__menu ul li {
        margin-right: 30px;
    }

    .header__city {
        padding-top: 17px;
    }

    .hero h4,
    .hero .h4 {
        font-size: 30px;
    }

    .hero h1 {
        font-size: 54px;
    }

    .hero__inner {
        min-height: 870px;
        padding-top: 180px;
    }

    .hero__list {
        margin-top: 100px;
    }

    .services__blocks {
        margin-left: 40px;
    }

    .services__advantages ul li strong {
        font-size: 50px;
    }

    .slick-nav {
        right: 30px;
    }

    .projects .slick-list {
        padding-left: 30px;
    }

    .projects .slick-slide {
        width: 40.5263157895vw;
    }

    .reviews .slick-list {
        padding-left: 30px;
    }

    .reviews .slick-slide {
        width: 20vw;
    }

    .reviews__slide {
        height: 27vw;
    }

    .news .slick-list {
        padding-left: 30px;
    }

    .news .slick-slide {
        width: 40.5263157895vw;
    }

    .socials {
        right: 10px;
    }

    .related .slick-list {
        padding-left: 30px;
    }

    .related .slick-slide {
        width: 40.5263157895vw;
    }

    .advantages ul li strong {
        font-size: 50px;
    }

    .persons .slick-list {
        padding-left: 30px;
    }

    .persons .slick-slide {
        width: 20vw;
    }

    .footer__menu ul li {
        margin-right: 40px;
    }

    .footer__phone {
        white-space: nowrap;
    }
}

@media (max-width: 1460px) {
    h2 {
        font-size: 40px;
    }

    h3,
    .h3 {
        font-size: 30px;
    }

    .equipment__title h2 {
        font-size: 30px;
    }

    .header__menu ul li {
        margin-right: 20px;
    }

    .header__menu ul li a {
        font-size: 14px;
    }

    .header__btn {
        width: 150px;
    }

    .hero h4,
    .hero .h4 {
        font-size: 22px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero__inner {
        min-height: 780px;
    }

    .hero__block i {
        width: 84px;
        height: 84px;
    }

    .hero__block i img {
        width: 26px;
    }

    .hero__block span {
        font-size: 16px;
    }

    .services__advantages ul li {
        margin-bottom: 30px;
    }

    .services__advantages ul li strong {
        font-size: 40px;
    }

    .service {
        min-height: 450px;
    }

    .service .service__text ul li {
        margin-bottom: 15px;
    }

    .service .service__btn {
        margin-top: auto;
    }

    .sidebar {
        margin-right: 40px;
    }

    .news-list__inner {
        gap: 20px;
    }

    .about__left {
        margin-right: 40px;
    }

    .news__item {
        padding: 20px;
    }

    .services-blocks__inner {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .advantages ul li strong {
        font-size: 40px;
    }

    .equipment__title {
        width: 33.33%;
    }

    .article__advantages span i {
        width: 74px;
        height: 74px;
        margin-right: 20px;
    }

    .article__advantages span strong {
        font-size: 14px;
    }

    .company__image {
        width: 40%;
    }

    .technique__items {
        gap: 25px;
    }

    .technique__item-title {
        font-size: 18px;
    }

    .why-we__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .steps__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .steps__item {
        flex-grow: 1;
    }
}

@media (max-width: 1200px) {
    body {
        font-size: 14px;
    }

    h2 {
        font-size: 34px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    .equipment__title h2 {
        font-size: 22px;
    }

    .header {
        padding: 30px;
    }

    .header__logo {
        height: 30px;
        width: auto;
        margin-top: 5px;
    }

    .header__logo a {
        width: auto;
    }

    .header__logo a svg {
        width: auto;
    }

    .header__city {
        padding-top: 10px;
    }

    .header__city span {
        font-size: 13px;
    }

    .header__menu {
        padding-top: 10px;
    }

    .header__menu ul li {
        margin-right: 20px;
    }

    .header__menu ul li a {
        font-size: 13px;
    }

    .header__phone {
        padding-top: 10px;
        font-size: 14px;
    }

    .header__socials {
        position: relative;
        margin-top: -4px;
    }

    .header__btn {
        width: 120px;
        position: relative;
        margin-top: -9px;
    }

    .header__btn a {
        height: 40px;
        font-size: 13px;
    }

    .hero h4 {
        font-size: 20px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero__block i {
        height: 72px;
        width: 72px;
        margin-right: 15px;
    }

    .hero__block span {
        font-size: 14px;
    }

    .services {
        margin: 100px 0;
    }

    .services__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__content {
        margin-bottom: 50px;
    }

    .services__advantages {
        margin-top: 0;
    }

    .services__advantages ul li {
        width: 33.33% !important;
        margin-bottom: 20px !important;
    }

    .services__advantages ul li strong {
        font-size: 36px;
    }

    .services h3 br {
        display: none;
    }

    .services p br {
        display: none;
    }

    .services .btn {
        min-width: 200px;
        height: 50px;
    }

    .services__blocks {
        width: 100%;
        margin-left: 0;
    }

    .page-nav {
        gap: 20px;
    }

    .slick-arrow,
    .page-nav__arrow {
        width: 50px;
        height: 50px;
    }

    .projects .slick-slide {
        margin-right: 20px;
    }

    .projects__slide a span {
        padding: 20px;
        font-size: 16px;
    }

    .slider {
        padding-bottom: 80px;
    }

    .news .slick-slide {
        margin-right: 20px;
    }

    .news__item {
        padding: 20px;
    }

    .news__title {
        font-size: 16px;
    }

    .geography__map {
        height: 400px;
    }

    .sidebar {
        width: 240px;
        margin-right: 20px;
    }

    .projects-list {
        gap: 20px;
    }

    .projects-list__title {
        font-size: 14px;
    }

    .about {
        position: relative;
        padding-bottom: 360px;
    }

    .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__left {
        width: 100%;
        margin: 0 0 40px;
    }

    .about__left h3 {
        margin-bottom: 0;
    }

    .about__block {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
    }

    .news-list__inner {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .article.article-news {
        padding-top: 160px;
    }

    .article__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article__about-right {
        margin: 40px 0 0;
        width: 100%;
    }

    .article.article-technique .about__right {
        -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
        order: -10;
    }

    .article.article-technique .about__left {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .article.article-technique .about__block {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .contacts__text {
        font-size: 18px;
    }

    .contacts__phone a {
        font-size: 26px;
    }

    .requisites__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .requisites__block {
        margin-right: 0;
        width: 100%;
    }

    .requisites__block-lg {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }

    .services-blocks {
        margin: 60px 0 0;
    }

    .company {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .company__content {
        padding: 40px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .company__image {
        width: 100%;
        margin: 0 auto;
    }

    .technique h1 {
        font-size: 48px;
    }

    .technique h2 {
        font-size: 30px;
    }

    .benefites__content ul {
        gap: 20px;
    }

    .promo__email {
        margin-top: 40px;
    }

    .steps__item {
        gap: 40px;
    }

    .steps__item strong {
        font-size: 16px;
    }

    .promo p {
        font-size: 14px;
    }

    .promo__email a {
        font-size: 18px;
    }

    .benefites__content ul li {
        font-size: 16px;
    }

    .why-we__item i {
        width: 80px;
        height: 80px;
    }

    .footer__logo {
        margin-right: 40px;
    }

    .footer__info {
        padding-left: 201px;
    }
}

@media (max-width: 1023px) {
    .mobile-menu {
        position: fixed;
        left: -110%;
        top: 0;
        height: 100vh;
        overflow: auto;
        z-index: 999;
        background: #fff;
        display: block;
        padding: 20px;
        width: 430px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
    }

    .mobile-menu.active {
        left: 0;
    }

    .mobile-menu__close {
        position: absolute;
        top: 20px;
        right: 15px;
        width: 34px;
        height: 34px;
    }

    .mobile-menu__close svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mobile-menu__close path {
        stroke: #EA2325;
    }

    .mobile-menu__top {
        margin-bottom: 30px;
    }

    .mobile-menu__nav {
        margin-bottom: 15px;
    }

    .mobile-menu__nav ul li {
        list-style-type: none;
        margin-bottom: 15px;
    }

    .mobile-menu__nav ul li:last-child {
        margin-bottom: 0;
    }

    .mobile-menu__nav ul li a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
    }

    .mobile-menu__nav ul li.active > a {
        color: #EA2325;
    }

    .mobile-menu__socials {
        margin-bottom: 30px;
    }

    .mobile-menu__city {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 20px;
        margin-top: 20px;
    }

    .mobile-menu__city svg {
        display: block;
        margin-right: 10px;
    }

    .mobile-menu__city svg path {
        fill: #000;
    }

    .mobile-menu__city span {
        border-bottom: 1px dashed;
    }

    .mobile-menu__block {
        margin-bottom: 40px;
    }

    .mobile-menu__title {
        color: #545454;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 6px;
    }

    .mobile-menu__text {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 18px;
    }

    .mobile-menu__phone {
        margin-bottom: 9px;
    }

    .mobile-menu__phone a {
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .mobile-menu__phone a:hover {
        color: #EA2325;
    }

    .mobile-menu__email a {
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline !important;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .mobile-menu__email a:hover {
        color: #EA2325;
    }

    h1 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .header {
        position: fixed;
        z-index: 200;
        padding: 20px 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header__logo {
        margin-top: 0;
    }

    .header__logo a path {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header__city {
        padding-top: 0;
    }

    .header__city path,
    .header__city span {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header__phone {
        padding-top: 0;
    }

    .header__menu {
        display: none;
    }

    .header__btn {
        margin-top: 0;
    }

    .header__burger {
        display: block;
    }

    .header__burger svg {
        display: block;
        width: 50px;
        height: 50px;
    }

    .header__burger path {
        stroke: #EA2325;
    }

    .header.active {
        background: #fff;
    }

    .header.active .header__logo a path {
        fill: #000;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header.active .header__logo a path:nth-child(1),
    .header.active .header__logo a path:nth-child(2),
    .header.active .header__logo a path:nth-child(3),
    .header.active .header__logo a path:nth-child(4) {
        fill: #000;
    }

    .header.active .header__logo a polygon {
        fill: #EA2325;
    }

    .header.active .header__logo a:hover:nth-child(1),
    .header.active .header__logo a:hover:nth-child(2),
    .header.active .header__logo a:hover:nth-child(3),
    .header.active .header__logo a:hover:nth-child(4) {
        fill: #000;
    }

    .header.active .header__city path {
        fill: #000;
    }

    .header.active .header__city span {
        color: #000;
    }

    .header.active .header__menu ul li a {
        color: #000;
    }

    .header.active .header__menu ul li a:hover {
        color: #EA2325;
    }

    .header.active .header__phone {
        color: #000;
    }

    .header.active .header__phone a {
        color: #000;
    }

    .header.active .header__phone a:hover {
        color: #EA2325;
    }

    .header.active .header__btn a {
        border-color: #EA2325;
        color: #EA2325;
    }

    .header.active .header__btn a:hover {
        background: #EA2325;
        color: #fff;
    }

    .hero__inner {
        min-height: unset;
        padding-top: 80px;
    }

    .hero__slider-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 50px 0;
    }

    .hero__blocks {
        display: block;
        margin-top: 40px !important;
    }

    .hero__block {
        width: auto;
        margin-bottom: 30px;
    }

    .hero__block:last-child {
        margin-bottom: 0;
    }

    .hero__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .hero__info-btn {
        margin-top: 30px;
    }

    .services__blocks.style2 .service {
        min-height: 440px;
    }

    .reviews .slick-slide {
        width: 40.5263157895vw;
        margin-right: 20px;
    }

    .reviews__slide {
        height: 60vw;
    }

    .projects-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-list__title {
        font-size: 14px;
    }

    .footer {
        position: relative;
    }

    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .footer__logo {
        margin: 0 0 20px;
    }

    .footer__upme {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 997;
    }

    .footer__info {
        padding: 0;
        -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;
        margin-bottom: 60px;
    }

    .footer__block {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer__block:last-child {
        margin-bottom: 0;
    }

    .footer__bottom {
        -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;
    }

    .footer__bottom span {
        margin-bottom: 15px;
    }

    .footer__bottom span:last-child {
        margin-bottom: 0;
    }

    .about {
        margin-top: 90px;
        padding-bottom: 320px;
    }

    .about__block h3 {
        font-size: 26px;
    }

    .news-list__inner {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .article {
        padding-top: 110px;
    }

    .article.article-news {
        padding-top: 140px;
    }

    .article__nav {
        margin-bottom: 30px;
    }

    .article__content h1 + p {
        margin-top: -20px;
    }

    .article__advantages {
        display: block;
    }

    .article__advantages span {
        margin-bottom: 20px;
    }

    .article__advantages span i svg {
        width: 26px;
    }

    .persons .slick-slide {
        width: 40.5263157895vw;
        margin-right: 20px;
    }

    .contacts {
        padding-top: 110px;
        margin-bottom: 60px;
    }

    .contacts__inner {
        display: block;
    }

    .contacts__blocks {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .contacts__block {
        margin-bottom: 0;
        padding-right: 20px;
    }

    .contacts__title {
        font-size: 14px;
    }

    .contacts__text {
        font-size: 16px;
    }

    .contacts__phone a {
        font-size: 22px;
    }

    .contacts__map {
        height: 400px;
    }

    .services-blocks {
        position: relative;
        margin-bottom: -60px;
    }

    .services-blocks.style2 {
        margin-bottom: 60px;
    }

    .services-blocks__inner {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .equipment__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 40px 250px;
    }

    .equipment__title {
        width: 100%;
    }

    .equipment__link {
        position: absolute;
        bottom: 140px;
        left: 40px;
    }

    .page-title__block {
        margin-bottom: 40px;
    }

    .technique__head {
        margin-bottom: 30px;
    }

    .technique h1 {
        font-size: 40px;
    }

    .technique h2 {
        margin-bottom: 25px;
    }

    .technique__items {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .benefites__inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 54px 54px 0;
    }

    .benefites__image {
        order: 100;
        width: 100%;
    }

    .benefites__content {
        padding-bottom: 40px;
    }

    .insurance__inner {
        padding: 40px 20px;
    }

    .antek-breadcrumb-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .modal__close {
        top: 10px;
        right: 10px;
    }

    .modal__content {
        width: calc(100vw - 40px);
        padding: 50px 20px 30px;
    }

    .mobile-menu {
        width: calc(100% - 40px);
    }

    .mobile-menu__btn {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .mobile-menu__btn .b24-form-click-btn {
        margin: 0 !important;
        outline: 0 !important;
        cursor: pointer !important;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        text-decoration: none !important;
        text-align: center !important;
        font-family: "Wix Madefor Display", sans-serif !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        border-radius: 0 !important;
        line-height: normal !important;
        height: 50px !important;
        padding: 0 10px !important;
        min-width: 200px !important;
        border: 1px solid #EA2325 !important;
        color: #EA2325 !important;
        -webkit-transition: 0.3s !important;
        transition: 0.3s !important;
    }

    .mobile-menu__btn .b24-form-click-btn:hover {
        color: #fff !important;
        background: #EA2325 !important;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .equipment__title h2 {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h3:nth-child(n+3) {
        margin-top: 25px;
    }

    p {
        margin-bottom: 15px;
    }

    input.inputbox,
    textarea.messagebox {
        padding: 0 16px;
        font-size: 14px;
    }

    textarea.messagebox {
        height: 130px;
        padding: 10px 16px;
    }

    .btn {
        min-width: 200px;
        height: 50px;
        font-size: 14px;
    }

    .form__title {
        font-size: 22px;
    }

    .form__text {
        font-size: 14px;
    }

    .wrap {
        padding: 0 20px;
    }

    .header {
        padding: 10px 20px;
    }

    .header__logo {
        height: 24px;
    }

    .header__btn {
        display: none;
    }

    .header__socials {
        display: none;
    }

    .header__burger svg {
        width: 40px;
        height: 40px;
    }

    .header__city {
        display: none;
    }

    main.alted {
        padding-top: 90px;
    }

    .hero h4 {
        font-size: 18px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .hero h1 br {
        display: none;
    }

    .hero p {
        font-size: 16px;
    }

    .hero__inner {
        padding-top: 90px !important;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        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;
    }

    .hero__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .hero__block i {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }

    .hero__btn {
        margin-top: 60px;
    }

    .hero__btn .btn {
        width: 100%;
    }

    .hero.style2 h1 {
        margin-bottom: 20px;
    }

    .hero.style2 .hero__inner p {
        font-size: 14px;
    }

    .hero.style2 .hero__info {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hero.style2 .hero__info-item {
        font-size: 16px;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .hero.style2 .hero__info-btn {
        margin-top: 0;
    }

    .hero.style2 .hero__info-btn a {
        height: 60px;
    }

    .hero.marged {
        height: auto;
    }

    .hero.marged .hero__inner {
        height: auto;
        padding: 90px 0 60px !important;
    }

    .hero.marged .hero__list {
        margin-top: 0;
        display: block;
    }

    .hero.marged .hero__list ul {
        display: block;
    }

    .hero.marged .hero__list ul li {
        margin-bottom: 25px;
    }

    .hero.marged .hero__list ul li:last-child {
        margin-bottom: 0;
    }

    .services {
        margin: 60px 0;
    }

    .services__advantages ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__advantages ul li {
        width: 100% !important;
    }

    .services__blocks {
        display: block;
    }

    .services__blocks.style2 .service {
        min-height: 440px;
    }

    .services__blocks.style2 .service a {
        padding: 20px;
        min-height: 440px;
    }

    .services__advantages span {
        width: 100% !important;
    }

    .services__advantages span strong {
        font-size: 32px;
    }

    .service {
        margin-bottom: 30px;
        padding: 20px;
    }

    .service:last-child {
        margin-bottom: 0;
    }

    .baner {
        margin: 60px 0;
    }

    .baner__image-lg {
        display: none !important;
    }

    .baner__image-sm {
        display: block !important;
    }

    .section-head {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-head h2 {
        margin-bottom: 15px;
    }

    .projects {
        margin-bottom: 60px;
    }

    .projects .slick-list {
        padding-left: 20px;
    }

    .projects .slick-slide {
        width: 80vw;
    }

    .reviews {
        margin-bottom: 60px;
    }

    .reviews .slick-list {
        padding-left: 20px;
    }

    .reviews .slick-slide {
        width: 80vw;
    }

    .reviews__slide {
        height: 61vh;
    }

    .news .slick-list {
        padding-left: 20px;
    }

    .news .slick-slide {
        width: 80vw;
    }

    .cols2__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .sidebar {
        width: auto;
        margin: 0 0 30px;
    }

    .sidebar__menu {
        position: relative;
    }

    .sidebar__menu ul {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        overflow: auto;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .sidebar__menu ul::-webkit-scrollbar {
        height: 2px;
        background: #D9D9DC;
    }

    .sidebar__menu ul::-webkit-scrollbar-thumb {
        background: #666;
    }

    .sidebar__menu ul::-webkit-scrollbar-track {
        background: #D9D9DC;
    }

    .sidebar__menu ul li {
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .sidebar__btn {
        margin-top: 20px;
    }

    .projects-list {
        display: block;
    }

    .projects-list__item {
        margin-bottom: 40px;
    }

    .projects-list__item:last-child {
        margin-bottom: 0;
    }

    .projects-list__image {
        margin-bottom: 10px;
    }

    .about {
        margin: 60px 0;
        padding-bottom: 250px;
    }

    .about__left {
        margin-bottom: 20px;
    }

    .about__block {
        left: 20px;
        right: 20px;
        padding: 20px;
    }

    .about__block h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about__block p {
        margin-bottom: 30px;
    }

    .about__block-btn .btn {
        height: 50px;
    }

    .about__right {
        font-size: 14px;
    }

    .about__right table {
        padding: 20px;
    }

    .about__right table td {
        font-size: 14px;
    }

    .related {
        margin-bottom: 60px;
    }

    .related.style2 {
        margin-top: 60px;
        padding-top: 60px;
    }

    .related .slick-list {
        padding-left: 20px;
    }

    .related .slick-slide {
        width: 80vw;
    }

    .news-list__inner {
        display: block;
    }

    .news__item {
        margin-bottom: 20px;
    }

    .news__item:last-child {
        margin-bottom: 0;
    }

    .news__title {
        font-size: 14px;
    }

    .article {
        margin-bottom: 60px;
    }

    .article.article-news {
        padding-top: 100px;
    }

    .article__nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article__nav-back {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: unset;
        margin-right: auto;
    }

    .article__nav-date {
        margin-top: 30px;
    }

    .article__content {
        font-size: 14px;
        line-height: 200%;
    }

    .article__image {
        margin-bottom: 30px;
    }

    .article__about-left {
        font-size: 14px;
    }

    .article__about-right {
        padding: 20px;
    }

    .article__about-right h3 {
        font-size: 22px;
    }

    .article__about-right p {
        margin-bottom: 30px;
    }

    .article__about-btn .btn {
        height: 50px;
    }

    .article__advantages span i {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .article__advantages span strong {
        padding: 0;
    }

    .article__about-social b {
        margin-right: 10px;
    }

    .article__about-social .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin: 0 5px 0 0;
    }

    .article.article-technique .about__left {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .contacts {
        padding-top: 90px;
    }

    .contacts__inner {
        display: block;
    }

    .contacts__blocks {
        display: block;
    }

    .contacts__block {
        margin-bottom: 30px;
    }

    .contacts__block:last-child {
        margin-bottom: 0;
    }

    .contacts__title {
        margin-bottom: 10px;
    }

    .contacts__text {
        margin-bottom: 10px;
    }

    .contacts__phone {
        margin-bottom: 10px;
    }

    .contacts__map {
        height: 300px;
    }

    .requisites {
        margin-bottom: 60px;
    }

    .requisites__inner {
        display: block;
    }

    .requisites__block {
        padding: 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .requisites__title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .requisites__file a {
        width: 40px;
        height: 40px;
    }

    .requisites__block-lg {
        padding: 20px;
    }

    .requisites__block-lg h4 {
        font-size: 22px;
    }

    .requisites__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .requisites__bottom p {
        margin-bottom: 15px;
    }

    .requisites__bottom .btn {
        height: 50px;
        width: 100%;
    }

    .services-blocks {
        margin-bottom: -20px;
    }

    .services-blocks__inner {
        display: block;
    }

    .services-blocks__item {
        margin-bottom: 20px;
        height: auto;
    }

    .services-blocks__item a {
        padding: 20px;
    }

    .services-blocks__item span {
        margin-bottom: 20px;
    }

    .services-blocks__item i {
        width: 40px;
        height: 40px;
    }

    .advantages {
        margin-bottom: 60px;
    }

    .advantages ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .advantages ul li {
        margin-bottom: 20px;
    }

    .advantages ul li:last-child {
        margin-bottom: 0;
    }

    .advantages ul li strong {
        font-size: 32px;
    }

    .equipment {
        margin-bottom: 60px;
    }

    .equipment__inner {
        display: block;
        padding: 20px 20px 150px;
    }

    .equipment__title img {
        left: 0;
        width: 100%;
    }

    .equipment__link {
        left: 20px;
        bottom: 60px;
    }

    .equipment__list {
        display: block;
    }

    .equipment__list ul {
        margin-bottom: 15px;
    }

    .equipment__list ul:last-child {
        margin-bottom: 0;
    }

    .equipment__list ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .company {
        margin-bottom: 60px;
    }

    .company__content {
        padding: 20px;
    }

    .company__content:before {
        width: 28px;
        height: 28px;
    }

    .company__content h3 {
        margin-bottom: 30px;
    }

    .company__content p {
        font-size: 14px;
    }

    .company__content cite {
        margin-top: 30px;
    }

    .persons .section-head h2 {
        margin-bottom: 0;
    }

    .persons .slick-list {
        padding-left: 20px;
    }

    .persons .slick-slide {
        width: 80vw;
    }

    .page-title__block {
        margin-bottom: 30px;
        -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;
    }

    .page-title__nav {
        margin-top: 30px;
    }

    .page-title__nav ul li:first-child {
        margin-left: 0;
    }

    .technique {
        margin-bottom: 60px;
    }

    .technique__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px;
        width: 100%;
    }

    .technique__head-back {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .technique h1 {
        font-size: 32px;
        width: 100%;
    }

    .technique h2 {
        font-size: 26px;
    }

    .technique__items {
        display: block;
    }

    .technique__item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .technique__item:last-child {
        margin-bottom: 0;
    }

    .technique__item-fields table td {
        font-size: 14px;
    }

    .page-404__title {
        font-size: 60px;
    }

    .page-404__text {
        font-size: 24px;
    }

    .page-404__btn {
        margin: 40px 0 0 !important;
    }

    .about-service {
        margin: 60px 0;
    }

    .about-service__inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .about-service__content {
        width: 100%;
        gap: 40px;
    }

    .about-service__image {
        height: 50vw;
    }

    .why-we {
        margin-bottom: 60px;
    }

    .why-we__items {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .why-we__item {
        padding: 20px;
    }

    .why-we__item i {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .why-we__item i img {
        max-width: 70%;
        max-height: 70%;
    }

    .why-we__item strong {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .why-we__item small {
        font-size: 14px;
    }

    .list-group {
        margin-bottom: 60px;
    }

    .list-group__inner {
        padding: 20px;
    }

    .list-group ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .list-group ul li {
        font-size: 14px;
    }

    .description {
        margin-bottom: 60px;
    }

    .benefites {
        margin-bottom: 60px;
    }

    .benefites__inner {
        padding: 24px 20px 0;
        gap: 30px;
    }

    .benefites__content {
        padding-bottom: 0;
    }

    .benefites__content h2 {
        margin-bottom: 20px;
    }

    .benefites__content ul li {
        font-size: 14px;
    }

    .benefites__content ul li:before {
        margin-top: 8px;
    }

    .steps {
        margin-bottom: 60px;
    }

    .steps__item {
        gap: 24px;
    }

    .promo {
        margin-bottom: 60px;
    }

    .promo__inner {
        padding: 24px 20px 40px;
    }

    .promo__email {
        margin-top: 20px;
    }

    .insurance {
        margin-bottom: 60px;
    }

    .insurance__inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        padding: 24px 20px;
    }

    .insurance__content {
        padding-top: 0;
        order: 1;
    }

    .insurance__link {
        margin-top: 20px;
    }

    .insurance__image {
        margin: 0 auto;
        width: 100%;
        max-width: 228px;
        order: 2;
    }

    .footer__menu ul {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__menu ul li {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer__upme a {
        width: 50px;
        height: 50px;
    }

    .cookie {
        width: calc(100% - 40px);
    }

    .cookie__box {
        flex-direction: column;
    }
}

/* End */


/* Start:/bitrix/templates/antek/components/bitrix/menu/menu-mobile/style.min.css?1734326863490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/antek/components/bitrix/menu/menu-mobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/antek/components/bitrix/menu/menu-main/style.min.css?1734326863490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/antek/components/bitrix/menu/menu-main/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/antek/components/bitrix/menu/menu-footer/style.min.css?1734326863490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/antek/components/bitrix/menu/menu-footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/antek/styles/slick.css?17351713141842 */
/* /bitrix/templates/antek/styles/jquery.fancybox.css?173517131318306 */
/* /bitrix/templates/antek/styles/style.css?178244686890854 */
/* /bitrix/templates/antek/styles/responsive.css?178240066638660 */
/* /bitrix/templates/antek/components/bitrix/menu/menu-mobile/style.min.css?1734326863490 */
/* /bitrix/templates/antek/components/bitrix/menu/menu-main/style.min.css?1734326863490 */
/* /bitrix/templates/antek/components/bitrix/menu/menu-footer/style.min.css?1734326863490 */
