

/* Start:/local/templates/r-anticor_2026/js/fancy/jquery.fancybox.css?165406905417412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/local/templates/r-anticor_2026/js/swiper/swiper-bundle.min.css?165406905415564*/
/**
 * Swiper 7.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 16, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/r-anticor_2026/css/normalize.css?16540690546138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/r-anticor_2026/css/style.css?177123827361481*/
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/r-anticor_2026/css/../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/r-anticor_2026/css/../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/r-anticor_2026/css/../fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/r-anticor_2026/css/../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
html {
  height: 100%;
}

body {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  color: black;
  line-height: 1;
  height: 100%;
  padding: 0;
  margin: 0;
}
body.page .wrapper .main {
  padding-top: 25px;
  padding-bottom: 25px;
}
body.page .wrapper .news-page {
  margin-top: 0;
}
body.page .wrapper .catalog-page {
  margin-bottom: 140px;
}
@media screen and (max-width: 500px) {
  body.page .wrapper .catalog-page {
    margin-bottom: 30px;
  }
}
body.page .wrapper .catalog-page.catalog-page--main {
  margin-bottom: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
  position: relative;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 175px;
}
.wrapper.authorized {
  padding-top: 0;
}
@media screen and (max-width: 999px) {
  .wrapper {
    padding-top: 55px;
  }
}
.wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #000000;
  opacity: 0;
  transition: 0.3s opacity linear;
  z-index: 95;
}
.wrapper.active {
  height: 100vh;
}
.wrapper.active:after {
  opacity: 0.7;
  right: 0;
}

a {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}

.h2,
.h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 30px 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .h2,
  .h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.h2_border,
.h1_border {
  padding-left: 40px;
}
@media screen and (max-width: 500px) {
  .h2_border,
  .h1_border {
    padding-left: 20px;
  }
}
.h2_border:before,
.h1_border:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  background-color: #d50000;
}

.subtitle {
  color: #78879a;
  font-size: 18px;
  margin: -25px 0 0 0;
  padding-left: 40px;
}
@media screen and (max-width: 500px) {
  .subtitle {
    padding-left: 22px;
    font-size: 16px;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fancybox-slide--html {
  padding: 0;
}

.page-inner a:not([class]) {
  color: black;
  text-decoration: none;
}
.page-inner a:not([class]):hover {
  color: #d50000;
}
.page-inner p:not([class]) {
  line-height: 1.3em;
}
.page-inner ul li:not([class]) {
  margin-bottom: 10px;
  line-height: 1.3em;
}
.page-inner ul li:not([class]):last-child {
  margin-bottom: 0;
}
.page-inner + .benefit {
  margin-top: 50px;
  margin-bottom: 50px;
}

.arrow-down {
  position: absolute;
  width: 44px;
  height: 100%;
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  transform: rotate(0deg);
  cursor: pointer;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: 0.3s top ease-in-out;
}
.header.authorized {
  position: relative;
}
@media screen and (max-width: 999px) {
  .header {
    display: none;
  }
}
.header.hidden {
  top: -105px;
}
.header.hidden.authorized {
  top: 0;
}
.header__top {
  position: relative;
  z-index: 2;
  min-height: 105px;
}
@media screen and (max-width: 1024px) {
  .header__top {
    padding: 5px 0;
  }
}
.header__bottom {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f2f3;
}
.header__bottom .row {
  display: flex;
  align-items: center;
}
.header__menu {
  flex-grow: 1;
}

.top-address {
  font-size: 16px;
  font-weight: 500;
}

.top-contacts {
  background-color: #f8f8f8;
}
.top-contacts__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: inherit;
}
.top-contacts__address {
  margin-left: auto;
  margin-right: 46px;
}
@media screen and (max-width: 1024px) {
  .top-contacts__address {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-contacts__logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-contacts__logo img {
    max-width: 200px;
    height: auto;
  }
}

.logo {
  font-size: 0;
}

.main-phone {
  font-weight: 500;
}
.main-phone__number {
  position: relative;
  padding-left: 32px;
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: left 3px;
  transition-property: color;
}
@media screen and (max-width: 1024px) {
  .main-phone__number {
    padding-left: 26px;
    background-position: left top;
  }
}
.main-phone__link {
  display: block;
  text-decoration: none;
  color: #314654;
  font-size: 26px;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .main-phone__link {
    font-size: 22px;
  }
}
.main-phone__link:hover {
  color: #d50000;
}
.main-phone__order {
  font-size: 16px;
  color: #eb0000;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.menu {
  font-weight: 500;
  min-height: 70px;
}
.menu__list {
  min-height: inherit;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.menu__item {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 50px 0 0;
}
@media screen and (max-width: 1440px) {
  .menu__item {
    margin-right: 20px;
    padding-right: 20px;
  }
}
.menu__item--catalog {
  padding-left: 60px;
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/burger.svg");
  background-repeat: no-repeat;
  background-position: left center;
  border-right: 1px solid #f0f2f3;
}
.menu__item--contacts {
  border-right: 1px solid #f0f2f3;
  border-left: 1px solid #f0f2f3;
  padding-left: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .menu__item--contacts {
    margin-left: 0;
  }
}
.menu__link {
  color: inherit;
  line-height: 1.5em;
  text-decoration: none;
  font-weight: inherit;
  display: inline-block;
}
.menu__link:hover, .menu__link.selected {
  color: #d50000;
}

.main {
  flex: 1 1 auto;
}
.main .breadcrumbs {
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .main .breadcrumbs {
    margin-bottom: 10px;
  }
}
.main .breadcrumbs__item {
  font-size: 15px;
}
.main .breadcrumbs__item:after {
  color: #a1aeb7;
}
.main .breadcrumbs__item span {
  color: #3f5870;
}
.main .breadcrumbs__item a:hover span {
  color: #e90000;
}
.main .breadcrumbs__item a span {
  color: #a1aeb7;
}

.mini-search {
  position: relative;
  padding-left: 35px;
  color: #656565;
  text-transform: lowercase;
  line-height: 23px;
  text-decoration: none;
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.mini-search:hover {
  color: #000000;
}

.slider-item {
  position: relative;
}
.slider-item.swiper-slide-active:before, .slider-item.swiper-slide-active:after {
  opacity: 1;
}
.slider-item.swiper-slide-active:before {
  left: 0;
}
.slider-item.swiper-slide-active:after {
  right: 0;
}
.slider-item:before, .slider-item:after {
  z-index: 2;
  height: 100%;
  top: 0;
  opacity: 0;
  content: "";
  position: absolute;
  background-size: cover;
  transition: 0.8s left ease-in-out, 0.8s right ease-in-out, 0.5s opacity ease-in-out;
}
.slider-item:before {
  left: -60%;
  width: 60%;
  background-image: url("/local/templates/r-anticor_2026/css/../images/slide-before.svg");
  background-position: right center;
}
@media screen and (max-width: 999px) {
  .slider-item:before {
    left: -80%;
    width: 80%;
  }
}
.slider-item:after {
  right: -20%;
  width: 20%;
  background-image: url("/local/templates/r-anticor_2026/css/../images/slide-after.svg");
  background-position: left center;
}
.slider-item__title, .slider-item__subtitle {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.slider-item__title {
  font-size: 59.5px;
  line-height: 1em;
  color: #d50000;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 1366px) {
  .slider-item__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .slider-item__title {
    font-size: 32px;
  }
}
.slider-item__subtitle {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  margin: 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 1366px) {
  .slider-item__subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .slider-item__subtitle {
    font-size: 15px;
  }
}
.slider-item__content {
  max-width: 50%;
  margin-bottom: 20px;
  flex-grow: 1;
}
@media screen and (max-width: 999px) {
  .slider-item__content {
    max-width: 60%;
  }
}
@media screen and (max-width: 500px) {
  .slider-item__content {
    max-width: 100%;
  }
}
.slider-item__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .slider-item__header {
    margin-bottom: 10px;
  }
}
.slider-item__text {
  color: #c9c9c9;
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 500px) {
  .slider-item__text {
    font-size: 14px;
    line-height: 1.2em;
    max-width: 60%;
  }
}
.slider-item__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.slider-item__picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-item__picture:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.slider-item__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider {
  background-color: #1d1818;
  position: relative;
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .slider {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .slider {
    margin-bottom: 15px;
  }
}
.slider__list {
  height: 530px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .slider__list {
    height: 430px;
  }
}
@media screen and (max-width: 1024px) {
  .slider__list {
    height: auto;
  }
}
.slider__item {
  padding: 100px 0 40px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .slider__item {
    padding: 30px 0 30px 0;
  }
}
.slider__arrows {
  position: absolute;
  right: 95px;
  bottom: 40px;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .slider__arrows {
    right: 10px;
    bottom: 10px;
  }
}

.btn {
  background-image: url("/local/templates/r-anticor_2026/css/../images/btn-bg-red-animation.svg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #d50000;
  position: relative;
  height: 58px;
  line-height: 58px;
  border-radius: 30px;
  display: inline-block;
  padding: 0 70px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: none;
  text-decoration: none;
  transition: 0.3s box-shadow ease-in-out;
}
@media screen and (max-width: 999px) {
  .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    font-size: 14px;
  }
}
.btn:hover {
  box-shadow: 0 0 15px rgba(255, 13, 13, 0.5);
}
.btn:hover:before {
  right: 23px;
}
.btn:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background-image: url(/local/templates/r-anticor_2026/css/../images/icons/arrows.svg);
  background-position: -30px -17px;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  transition: 0.3s right ease-in-out;
}
.btn-more {
  display: inline-block;
  padding-left: 75px;
  position: relative;
  min-height: 58px;
  line-height: 58px;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .btn-more {
    min-height: 42px;
    line-height: 42px;
  }
}
.btn-more:hover, .btn-more.active {
  padding-right: 60px;
}
.btn-more:hover .btn-more__arrow, .btn-more.active .btn-more__arrow {
  width: 100%;
}
.btn-more:hover .btn-more__text, .btn-more.active .btn-more__text {
  margin-left: -20px;
}
.btn-more__arrow {
  content: "";
  left: 0;
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  background-image: url("/local/templates/r-anticor_2026/css/../images/btn-bg-red-animation.svg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #d50000;
  box-shadow: 0 0 15px rgba(255, 13, 13, 0.5);
  transition: 0.3s width ease-in;
}
@media screen and (max-width: 500px) {
  .btn-more__arrow {
    width: 42px;
    height: 42px;
  }
}
.btn-more__arrow:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background-image: url(/local/templates/r-anticor_2026/css/../images/icons/arrows.svg);
  background-position: -30px -17px;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
}
@media screen and (max-width: 500px) {
  .btn-more__arrow:before {
    right: 15px;
  }
}
.btn-more__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  transition: 0.3s margin-left ease-in, 0.3s color ease-in;
}
@media screen and (max-width: 500px) {
  .btn-more__text {
    font-size: 14px;
  }
}
.btn-more_red .btn-more__text {
  color: #d50000;
}
.btn-more_red:hover .btn-more__text, .btn-more_red.active .btn-more__text {
  color: #ffffff;
}
.btn-order {
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 500;
  text-decoration: none;
  height: 30px;
  line-height: 26px;
  color: #3f5870;
  padding: 0 20px;
  display: inline-block;
  border: 2px solid #3f5870;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s border linear;
}
.btn-order:hover {
  border: 2px solid #e01212;
}

.slider-arrow {
  display: flex;
  align-items: center;
}
.slider-arrow--white .slider-arrow__item:hover svg path {
  fill: #9ba2ad;
}
.slider-arrow--white .slider-arrow__item svg path {
  fill: #ffffff;
  transition: 0.2s fill linear;
}
.slider-arrow--red .slider-arrow__item {
  background-color: rgba(255, 255, 255, 0.95);
}
.slider-arrow--red .slider-arrow__item:hover svg path {
  fill: #9ba2ad;
}
.slider-arrow--red .slider-arrow__item svg path {
  fill: #d50000;
  transition: 0.2s fill linear;
}
.slider-arrow__item {
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  margin: 2.5px;
  text-align: center;
  background-color: rgba(248, 248, 248, 0.17);
  cursor: pointer;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.slider-arrow__item svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider-arrow__item.swiper-button-disabled svg path {
  fill: #a0a7b1;
}

.about-company {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-company {
    margin-bottom: 60px;
  }
}
.about-company:hover .about-pics__img img {
  transform: scale(1.2);
}
.about-company__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .about-company__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about-company__title {
    margin-bottom: 20px;
  }
}
.about-company__text {
  margin-bottom: 25px;
  max-width: 60%;
  color: #576474;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .about-company__text {
    max-width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .about-company__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-company__text {
    font-size: 16px;
  }
}
.about-company__text b {
  color: black;
}
.about-company__text span {
  color: #d50000;
}
.about-company__inner {
  margin-bottom: 25px;
}
.about-company__pics {
  position: absolute;
  right: 0;
  top: 30px;
  height: 400px;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .about-company__pics {
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 999px) {
  .about-company__pics {
    position: relative;
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .about-company__pics {
    height: 175px;
  }
}
@media screen and (max-width: 999px) {
  .about-company__content {
    margin-bottom: 30px;
  }
}

.about-pics {
  overflow: hidden;
}
.about-pics:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 146px;
  left: 0;
  top: 0;
  background: linear-gradient(110deg, white 49.7%, transparent 50.1%);
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .about-pics:before {
    content: none;
  }
}
.about-pics__img {
  height: 100%;
  display: block;
  position: relative;
}
.about-pics__img:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: url("/local/templates/r-anticor_2026/css/../images/about-pics-before.svg");
  background-position: center;
}
@media screen and (max-width: 500px) {
  .about-pics__img:before {
    width: 60%;
  }
}
.about-pics__img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 2s transform ease-in;
  transform: scale(1);
}

.benefit {
  margin-bottom: 140px;
}
@media screen and (max-width: 999px) {
  .benefit {
    margin-bottom: 40px;
  }
}
.benefit__container {
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .benefit__container {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .benefit__container {
    padding: 30px 0;
  }
}
.benefit__container:before, .benefit__container:after {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-30deg);
  border: 1px solid #e7ebee;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .benefit__container:before, .benefit__container:after {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  .benefit__container:before, .benefit__container:after {
    content: none;
  }
}
@media screen and (max-width: 500px) {
  .benefit__container:before, .benefit__container:after {
    content: "";
    z-index: -1;
    transform: none;
    left: 0;
  }
}
.benefit__container:after {
  top: -20px;
  left: calc(50% - 15px);
}
@media screen and (max-width: 500px) {
  .benefit__container:after {
    left: 0;
  }
}
.benefit__list {
  margin: 0 -30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .benefit__list {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 999px) {
  .benefit__list {
    margin-bottom: -15px;
  }
}
@media screen and (max-width: 500px) {
  .benefit__list {
    margin: 0;
  }
}
.benefit__item {
  padding: 0 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .benefit__item {
    flex: 0 1 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.benefit__icon {
  height: 70px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .benefit__icon {
    margin-bottom: 20px;
  }
}
.benefit__icon img {
  max-height: 100%;
}
.benefit__text {
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
}
.benefit__text span {
  color: #d50000;
}
.benefit .swiper-button-prev,
.benefit .swiper-button-next {
  color: #9d9d9d;
}
.benefit .swiper-button-next {
  right: 0;
}
.benefit .swiper-button-prev {
  left: 0;
}
.benefit .swiper-button-next:after,
.benefit .swiper-button-prev:after,
.benefit .swiper-rtl .swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
}

.catalog-page {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .catalog-page {
    margin-bottom: 20px;
  }
}
.catalog-page__list {
  padding-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .catalog-page__list {
    padding-bottom: 30px;
  }
}
.catalog-page__column {
  height: auto;
  min-height: 340px;
}
.catalog-page__column.swiper-slide-active .item-catalog__pics:before {
  visibility: visible;
  opacity: 1;
}
.catalog-page__column.swiper-slide-active .item-catalog__subsection {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.catalog-page__container {
  padding: 0;
}
.catalog-page__title {
  margin-left: auto;
  margin-right: auto;
}
.catalog-page__body {
  padding: 60px 0 45px 0;
  background-image: url("/local/templates/r-anticor_2026/css/../images/catalog-page-bg.webp");
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  .catalog-page__body {
    background: none;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.catalog-page__arrow {
  height: 50px;
  margin-bottom: -28px;
}
@media screen and (max-width: 500px) {
  .catalog-page__arrow {
    display: none;
  }
}
.catalog-page__arrow .slider-arrow {
  position: absolute;
  right: 20px;
  top: 0;
}
.catalog-page--main .catalog-page__column {
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
.catalog-page--main .catalog-page__list {
  display: flex;
  flex-wrap: wrap;
}
.catalog-page--main .item-catalog__subsection {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.catalog-page--main .item-catalog__pics:before {
  visibility: visible;
  opacity: 0.8;
}
.catalog-page--main + .benefit {
  margin-bottom: 40px;
}

.item-catalog {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.item-catalog:hover .item-catalog__pics:before {
  visibility: visible;
  opacity: 1;
}
.item-catalog:hover .item-catalog__subsection {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.item-catalog__title {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 22px;
}
.item-catalog__title:hover {
  color: #e90707;
}
.item-catalog__title, .item-catalog__text {
  position: relative;
  z-index: 5;
}
.item-catalog__pics {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-catalog__pics:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #000, transparent);
  z-index: 2;
}
.item-catalog__pics:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.62);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity linear;
}
@media screen and (max-width: 1024px) {
  .item-catalog__pics:before {
    visibility: visible;
    opacity: 1;
  }
}
.item-catalog__pics img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  position: relative;
}
.item-catalog__subsection {
  padding: 0;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  visibility: hidden;
  position: relative;
  opacity: 0;
  left: -100%;
  transition: 0.3s opacity linear, 0.3s left linear;
}
@media screen and (max-width: 1024px) {
  .item-catalog__subsection {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
}
.item-catalog__subsection li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  line-height: 27px;
  padding-left: 25px;
  display: inline-block;
  position: relative;
}
.item-catalog__subsection li a:before {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  height: 0;
  width: 4px;
  background-color: #d50000;
  transition: 0.3s height linear;
}
.item-catalog__subsection li a:hover {
  color: #d50000;
}
.item-catalog__subsection li a:hover:before {
  height: 100%;
}

.swiper-horizontal .swiper-scrollbar_custom {
  width: 100%;
  left: 0;
  background-color: #777777;
  height: 2px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .swiper-horizontal .swiper-scrollbar_custom {
    width: 90%;
    left: 5%;
  }
}
.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: transparent;
  height: 6px;
  border-radius: 0;
  top: -2px;
  position: relative;
}
.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 2px;
  background-color: #f41615;
}
.swiper-lazy-preloader-red {
  --swiper-preloader-color: #d50000;
}

.partners {
  margin-bottom: 120px;
}
@media screen and (max-width: 500px) {
  .partners {
    margin-bottom: 30px;
  }
}
.partners__header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .partners__arrows {
    display: none;
  }
}
.partners__inner {
  padding: 40px 0 60px 0;
}
@media screen and (max-width: 500px) {
  .partners__inner {
    padding: 20px 0;
  }
}
.partners__list {
  display: flex;
}
.partners__slide {
  max-height: 80px;
}
@media screen and (max-width: 500px) {
  .partners__slide {
    text-align: center;
  }
}
.partners__item {
  height: 100%;
  display: block;
}
.partners__item img {
  max-height: 100%;
}
.partners .swiper-horizontal .swiper-scrollbar_custom {
  background-color: #e5ebed;
}
@media screen and (max-width: 500px) {
  .partners .swiper-horizontal .swiper-scrollbar_custom {
    width: 100%;
    left: 0;
  }
}

.document-slider__list {
  display: flex;
  padding: 50px 0;
}
.document-slider__body {
  background: linear-gradient(115deg, #f6f6f6 23%, #ffffff 23%, #ffffff 35%, #f6f6f6 30%);
  padding: 0 0 220px 0;
}
@media screen and (max-width: 999px) {
  .document-slider__body {
    padding-bottom: 120px;
  }
}
.document-slider__item {
  width: 220px;
  height: 290px;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
  top: 0;
  transition: 0.3s box-shadow linear, 0.3s top linear;
}
.document-slider__item:hover {
  box-shadow: 0 0 20px rgba(133, 138, 143, 0.4);
  top: -10px;
}
.document-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.document-slider__header {
  margin-bottom: 30px;
}
.document-slider__arrow {
  height: 50px;
  margin-bottom: -28px;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .document-slider__arrow {
    display: none;
  }
}
.document-slider__arrow .slider-arrow {
  position: absolute;
  right: 20px;
  top: 0;
}
.document-slider .swiper-horizontal .swiper-scrollbar_custom {
  background-color: #e5ebed;
  width: calc(100% - 40px);
  left: 20px;
}

.news-page {
  margin-bottom: 120px;
  margin-top: -85px;
}
@media screen and (max-width: 999px) {
  .news-page {
    margin-bottom: 30px;
  }
}
.news-page__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: -10px -10px 0 -10px;
}
.news-page__item {
  padding: 10px;
  width: 33.3333333333%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .news-page__item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .news-page__item {
    width: 100%;
  }
}
.news-page__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .news-page__title {
    margin-bottom: 20px;
  }
}

.item-news:hover .item-news__pics img {
  transform: scale(1.1);
}
.item-news:hover .item-news__pics:before {
  background-color: transparent;
}
.item-news:hover .item-news__pics:after {
  opacity: 1;
}
.item-news:hover .item-news__date {
  color: #d50000;
}
.item-news__pics {
  height: 260px;
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  background-image: url("/local/templates/r-anticor_2026/css/../images/load.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.item-news__pics:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/loupe.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s opacity linear;
}
.item-news__pics:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s background-color linear;
}
.item-news__pics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transform: scale(1);
  z-index: 1;
  transition: 3s transform ease-in;
}
.item-news__date {
  color: #78879a;
  font-size: 30px;
  font-weight: 100;
  margin-right: 15px;
  transition: 0.3s color linear;
}
.item-news__header {
  display: flex;
  align-items: flex-start;
  padding-right: 20px;
  margin-bottom: 10px;
}
.item-news__title {
  margin: 0;
  font-size: 18px;
}
.item-news__title a {
  text-decoration: none;
  color: black;
}
.item-news__anons {
  color: #576474;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (max-width: 999px) {
  .form-page {
    min-height: 430px;
  }
}
.form-page__inner {
  background-color: #2b2b2b;
  padding: 30px 0 45px 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .form-page__inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: inherit;
  }
}
@media screen and (max-width: 999px) {
  .form-page__container {
    margin-top: auto;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
  }
}
.form-page__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -25px;
}
@media screen and (max-width: 999px) {
  .form-page__bg {
    top: 0;
  }
}
.form-page__bg img {
  position: absolute;
  left: calc(50% + 50px);
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .form-page__bg img {
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 500px) {
  .form-page__bg img {
    left: 50%;
    transform: translateX(-50%);
  }
}
.form-page__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .form-page__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .form-page__header {
    margin-bottom: 30px;
  }
}
.form-page__title {
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 999px) {
  .form-page__title {
    margin-bottom: 0;
    font-size: 23px;
  }
}
.form-page__subtitle {
  font-size: 16px;
  color: #ebebeb;
  margin: 0;
}
@media screen and (max-width: 999px) {
  .form-page__subtitle {
    font-size: 14px;
  }
}
.form-page__subtitle span {
  color: #73828a;
}
.form-page__form .successful {
  font-size: 25px;
  color: white;
}
@media screen and (max-width: 500px) {
  .form-page__form .successful {
    font-size: 18px;
  }
}
.form-page__form input[type=text],
.form-page__form input[type=tel],
.form-page__form textarea {
  font-size: 24px;
  color: #ffffff;
  padding: 10px 0;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #696e6b;
}
@media screen and (max-width: 999px) {
  .form-page__form input[type=text],
  .form-page__form input[type=tel],
  .form-page__form textarea {
    font-size: 16px;
  }
}
.form-page__form input[type=tel].error {
  background: linear-gradient(to top, rgba(233, 0, 0, 0.2), transparent);
  border-bottom: 1px solid #e90000;
}
.form-page__form .checkbox input[type=checkbox] {
  display: none;
}
.form-page__form .checkbox input[type=checkbox]:checked + span:before {
  background: radial-gradient(#ffc000 43%, transparent 50%);
}
.form-page__form .checkbox span {
  position: relative;
  color: #556168;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  .form-page__form .checkbox span {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .form-page__form .checkbox span {
    font-size: 12px;
    display: block;
    line-height: 1.2em;
  }
}
.form-page__form .checkbox span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  width: 19px;
  height: 19px;
  border: 2px solid #ffc000;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}
.form-page__form .checkbox span a {
  color: #ffffff;
  text-decoration: none;
}
.form-page .row {
  display: flex;
  flex-wrap: wrap;
}
.form-page .row .col {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .form-page .row .col {
    padding: 10px;
  }
}
.form-page .row--field {
  width: calc(50% + 40px);
  margin: -20px -20px 30px -20px;
}
@media screen and (max-width: 999px) {
  .form-page .row--field {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .form-page .row--field {
    margin-left: -10px;
  }
}
.form-page .row--submit {
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .form-page .row--submit {
    margin-bottom: 10px;
  }
}
.form-page__field {
  position: relative;
}
.form-page__field input {
  width: 100%;
}
.form-page__field input:focus + span, .form-page__field input.active + span {
  font-size: 16px;
  bottom: 30px;
}
.form-page__field input:focus + span i, .form-page__field input.active + span i {
  color: #6e6e6e;
}
.form-page__field span {
  position: absolute;
  color: #6e6e6e;
  font-size: 24px;
  left: 0;
  bottom: 0;
  transition: 0.2s all linear;
}
@media screen and (max-width: 999px) {
  .form-page__field span {
    font-size: 16px;
  }
}
.form-page__field span i {
  font-style: normal;
  color: #ffffff;
}

.map-page {
  height: 360px;
}

.footer {
  padding: 35px 0 60px 0;
  background-color: #000000;
  background-image: url("/local/templates/r-anticor_2026/css/../images/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 15px;
}
@media screen and (max-width: 999px) {
  .footer {
    background-image: url("/local/templates/r-anticor_2026/css/../images/footer-bg-mobile.jpg");
    background-position: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding: 20px 0;
  }
}
.footer__title {
  font-size: 18px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 500px) {
  .footer__title {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
.footer__title a {
  color: #9a9a9a;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .footer__title a {
    color: #ffffff;
  }
}
.footer__title a:hover {
  color: #d30000;
}
@media screen and (max-width: 500px) {
  .footer__title a:hover {
    color: #ffffff;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer__row {
    flex-wrap: wrap;
  }
}
.footer__row:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .footer__row:not(:last-child) {
    margin-bottom: 0;
  }
}
.footer__row--copyright {
  align-items: center;
}
.footer__row--copyright .footer__col:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .footer__col {
    margin-bottom: 20px;
  }
}
.footer__col:not(:last-child) {
  margin-right: 5%;
}
@media screen and (max-width: 999px) {
  .footer__col:not(:last-child) {
    margin-right: 0;
  }
}
.footer__col--catalog {
  flex-grow: 1;
  margin-bottom: -25px;
}
@media screen and (max-width: 500px) {
  .footer__col--catalog {
    margin-bottom: 0;
  }
}
.footer__col--contacts {
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .footer__col--main-menu, .footer__col--catalog {
    width: calc(50% - 100px);
  }
}
@media screen and (max-width: 500px) {
  .footer__col--main-menu, .footer__col--catalog {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .footer__col--main-menu {
    margin-bottom: 10px;
  }
}
.footer .copyright {
  color: #717171;
  font-size: 16px;
}
.footer .developer {
  opacity: 0.7;
  transition: 0.3s opacity linear;
}
.footer .developer:hover {
  opacity: 1;
}

.footer-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .footer-main-menu li {
    display: inline-block;
    margin-right: 10px;
  }
}
.footer-main-menu li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .footer-main-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer-main-menu li a {
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .footer-main-menu li a {
    font-size: 16px;
  }
}
.footer-main-menu li a:hover {
  color: #d30000;
}

.footer-catalog-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer-catalog-menu__item {
  margin-bottom: 25px;
  padding-right: 20px;
}
.footer-catalog-menu__item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-catalog-menu__item ul li {
  width: auto;
  margin-right: 10px;
}
.footer-catalog-menu__item ul li:not(:last-child) {
  margin-bottom: 6px;
}
.footer-catalog-menu__item ul li a {
  font-size: 12px;
  color: #9d9d9d;
}
.footer-catalog-menu__item ul li a:hover {
  color: #d30000;
}
.footer-catalog-menu__title {
  margin: 0 0 10px 0;
  font-size: 16px;
}
.footer-catalog-menu__title a {
  color: #ffffff;
  text-decoration: none;
}
.footer-catalog-menu__title a:hover {
  color: #d30000;
}

.footer-contacts__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .footer-contacts__text {
    font-size: 14px;
  }
}
.footer-contacts__text b {
  font-weight: normal;
  color: #ff1a19;
}
.footer-contacts__text span {
  color: #9b9b9b;
}
.footer-contacts__text a {
  color: #ffffff;
  text-decoration: none;
}
.footer-contacts__text a:hover {
  color: #ff1a19;
}
.footer-contacts__phone {
  margin-bottom: 35px;
}
@media screen and (max-width: 500px) {
  .footer-contacts__phone {
    margin-bottom: 15px;
  }
}
.footer-contacts__phone .main-phone__link {
  color: #ffffff;
  font-weight: 100;
}
.footer-contacts__phone .main-phone__link span {
  color: #959595;
}

.socials__list {
  display: flex;
  align-items: center;
}
.socials__item {
  width: 35px;
  height: 35px;
  opacity: 0.5;
  border-radius: 50%;
  background-color: #838c98;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity linear;
}
.socials__item.vk:hover {
  background-color: #6996c7;
}
.socials__item.instagram:hover {
  background: linear-gradient(45deg, #ff9b11, #b62d8c);
}
.socials__item.youtube:hover {
  background-color: #e21b1c;
}
.socials__item.whatsapp:hover {
  background-color: #4caf50;
}
.socials__item:not(:last-child) {
  margin-right: 4px;
}
.socials__item:hover {
  opacity: 1;
}

.top-search {
  background-color: rgba(12, 43, 58, 0.92);
  padding: 58px 0;
  box-sizing: border-box;
  position: relative;
  height: 175px;
  margin-top: -175px;
  transition: 0.3s margin-top ease-in-out;
}
.top-search.active {
  margin-top: 0;
}
.top-search__form {
  width: 100%;
  position: relative;
}
.top-search__form input[type=text] {
  line-height: 58px;
  height: 58px;
  padding: 0 30px;
  outline: none;
  border: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 30px;
  color: #000000;
  box-sizing: border-box;
}
.top-search__form input[type=text]::placeholder {
  color: #bdc5cf;
  text-transform: lowercase;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
}
.top-search__submit.btn {
  position: absolute;
  right: 0;
  border: none;
}
.top-search__submit.btn:before {
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/search-yellow.svg");
  width: 23px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-search__close {
  position: absolute;
  right: 0;
  top: -35px;
  font-size: 0;
  display: block;
}
.top-search__close:hover svg path {
  fill: #de0202;
}
.top-search__close svg path {
  fill: #ffffff;
  transition: 0.2s all linear;
}

@media screen and (max-width: 999px) {
  .breadcrumbs {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .breadcrumbs {
    padding-bottom: 10px;
  }
}
.breadcrumbs__item {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  padding-right: 18px;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__item:last-child:after {
  content: none;
}
.breadcrumbs__item:after {
  content: "-";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(248, 248, 248, 0.5);
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #a3abb9;
}
.breadcrumbs__item a:hover span {
  color: #ffffff;
}
.breadcrumbs__item a span {
  color: rgba(248, 248, 248, 0.5);
  transition: 0.3s color linear;
}
.breadcrumbs__item span {
  color: rgba(248, 248, 248, 0.5);
}

.top-page {
  position: relative;
  z-index: 15;
  padding: 15px 0 20px 0;
  background-color: #06171d;
}
.top-page .h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 900;
  color: #ffffff;
  margin: 45px 0;
}
@media screen and (max-width: 999px) {
  .top-page .h1 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .top-page .h1 {
    font-size: 22px;
    margin: 10px 0;
  }
}
.top-page .h1 span {
  color: #e90000;
}
.top-page__picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-page__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.contacts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 80px -7px;
}
@media screen and (max-width: 999px) {
  .contacts__list {
    margin-bottom: 20px;
  }
}
.contacts__column {
  padding: 6px;
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 999px) {
  .contacts__column {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contacts__column {
    width: 100%;
  }
}
.contacts__icon {
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  bottom: -31px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts__item {
  position: relative;
  background-color: #f0f6f8;
  padding: 20px 20px 40px 20px;
  box-sizing: border-box;
  height: 100%;
}
.contacts__item div {
  font-weight: 500;
  margin: 0;
  line-height: 1.4em;
  font-size: 16px;
}
.contacts__item div b, .contacts__item div a {
  text-decoration: none;
  font-weight: 500;
  color: black;
}
.contacts__item div b {
  font-size: 18px;
}
.contacts__item div a {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .contacts__item div a {
    font-size: 18px;
  }
}
.contacts__item div span {
  color: #82a2b0;
}
.contacts__map {
  margin-bottom: 110px;
}
@media screen and (max-width: 500px) {
  .contacts__map {
    margin-bottom: 30px;
  }
}
.contacts__map .map-page {
  height: 470px;
}
@media screen and (max-width: 500px) {
  .contacts__map .map-page {
    height: 270px;
  }
}

.section-nav {
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .section-nav {
    margin-bottom: 15px;
  }
}
.section-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.section-nav__column {
  padding: 0 6px;
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 999px) {
  .section-nav__column {
    width: 50%;
  }
}
.section-nav__item {
  text-decoration: none;
  padding: 15px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  display: block;
  min-height: 150px;
}
@media screen and (max-width: 500px) {
  .section-nav__item {
    font-size: 16px;
    min-height: 80px;
  }
}
.section-nav__item:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid black;
  z-index: 5;
  bottom: 15px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.1s opacity linear, 0.3s bottom linear;
}
@media screen and (max-width: 999px) {
  .section-nav__item:before {
    display: none;
  }
}
.section-nav__item:hover, .section-nav__item.active {
  color: #e90707;
}
.section-nav__item:hover:before, .section-nav__item.active:before {
  bottom: 0;
  opacity: 1;
}
.section-nav__item:hover .section-nav__pics img, .section-nav__item.active .section-nav__pics img {
  opacity: 0.4;
}
.section-nav__item span {
  position: relative;
}
.section-nav__pics {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 15px);
  left: 0;
  top: 0;
  background-color: #000000;
}
.section-nav__pics img {
  opacity: 0.6;
  transition: 0.1s opacity linear;
}
.section-nav__pics:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000, transparent, #000);
}

.product-spec .h1 {
  color: #000000;
  font-size: 24px;
  margin: 0;
  padding-left: 18px;
}
@media screen and (max-width: 500px) {
  .product-spec .h1 {
    font-size: 20px;
  }
}
.product-spec__title, .product-spec__text {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .product-spec__title, .product-spec__text {
    font-size: 16px;
  }
}
.product-spec__title {
  color: black;
}
.product-spec__text {
  color: #3f5870;
}
.product-spec__row {
  padding: 20px 0;
  border-bottom: 1px solid #e3eaf0;
}
@media screen and (max-width: 500px) {
  .product-spec__row {
    padding: 10px 0;
  }
}
.product-spec__row:last-child {
  border-bottom: 0;
}
.product-spec__row--price {
  border-bottom: 0;
}
.product-spec__row--name {
  padding-top: 0;
}

.card-gallery__item {
  width: 650px;
  height: 480px;
  display: block;
}
@media screen and (max-width: 500px) {
  .card-gallery__item {
    height: 180px;
  }
}
.card-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.card-product {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .card-product {
    margin-bottom: 30px;
  }
}
.card-product__row {
  display: flex;
}
@media screen and (max-width: 500px) {
  .card-product__row {
    flex-wrap: wrap;
  }
}
.card-product__row--main {
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .card-product__row--main {
    margin-bottom: 30px;
  }
}
.card-product__col--gallery {
  width: 650px;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .card-product__col--gallery {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .card-product__col--gallery {
    width: 100%;
    margin-bottom: 30px;
  }
}
.card-product__col--gallery .card-gallery {
  margin-bottom: 17px;
}

.small-gallery {
  padding: 0 45px;
  position: relative;
}
.small-gallery__arrow {
  box-sizing: border-box;
  height: 100%;
  width: 30px;
  border: 1px solid #e4e7e9;
  position: absolute;
  top: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-gallery__arrow:hover svg path {
  fill: #e10000;
}
.small-gallery__arrow.swiper-button-disabled svg path {
  fill: #a0a7b1;
}
.small-gallery__arrow svg path {
  fill: #a0a7b1;
}
.small-gallery__arrow--prev {
  left: 0;
}
.small-gallery__arrow--next {
  right: 0;
}
.small-gallery__item {
  font-size: 0;
  width: 100%;
  max-height: 128px;
}
.small-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.small-gallery__slide {
  cursor: pointer;
  opacity: 0.38;
  transition: 0.3s opacity linear;
}
.small-gallery__slide:hover, .small-gallery__slide.swiper-slide-thumb-active {
  opacity: 1;
}

.catalog-element {
  height: 290px;
  background-color: #dee7ed;
}
.catalog-element:hover .catalog-element__value span {
  opacity: 1;
  margin-right: 0;
}
.catalog-element__inner {
  position: relative;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-element__pics {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-element__pics img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.catalog-element__title {
  background-color: #3f5870;
  min-height: 57px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.catalog-element__value {
  background-color: #dee7ed;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
}
.catalog-element__value div {
  font-size: 16px;
  color: black;
  font-weight: 500;
}
.catalog-element__value span {
  position: relative;
  display: inline-block;
  color: #d50000;
  font-size: 16px;
  font-weight: 500;
  padding-right: 14px;
  margin-right: 20px;
  opacity: 0;
  transition: 0.3s margin-right linear, 0.3s opacity linear;
}
@media screen and (max-width: 1024px) {
  .catalog-element__value span {
    opacity: 1;
    margin-right: 0;
  }
}
.catalog-element__value span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background-image: url(/local/templates/r-anticor_2026/css/../images/icons/arrow-right.svg);
  background-size: cover;
}

.page-section {
  margin-bottom: 50px;
}
.page-section__inner {
  display: flex;
}
@media screen and (max-width: 500px) {
  .page-section__inner {
    flex-wrap: wrap;
  }
}
.page-section__control {
  width: 315px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 999px) {
  .page-section__control {
    width: 220px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page-section__control {
    width: calc(100% + 40px);
    margin: 0 -20px 20px -20px;
  }
}
.page-section__category {
  margin-bottom: 30px;
}
.page-section__body {
  flex-grow: 1;
}
.page-section__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.page-section__title .h1 {
  padding-left: 15px;
  font-size: 24px;
  margin-bottom: 10px;
}
.page-section__title .top-filter {
  margin-bottom: 10px;
}

.side__inner {
  background-color: #f8f8f8;
}
.side__title {
  color: #77869b;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.side__title .arrow-down {
  transform: rotate(0deg);
}
.side__title.active {
  background-color: #dee7ed;
}
.side__title.active .arrow-down {
  transform: rotate(180deg);
}
.side__title {
  /*
  &:before {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    bottom: -1px;
    left: 50%;
    background-color: #e0e7ea;
    transform: translateX(-50%);
    z-index: 1;
  }
   */
}
.side__link {
  color: #77869b;
  text-decoration: none;
}

.sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar__item {
  position: relative;
}
.sidebar__link {
  text-decoration: none;
  padding: 10px 30px 10px 15px;
  position: relative;
}
.sidebar__link a {
  display: block;
  font-weight: 600;
  color: #012436;
  line-height: 1.5em;
  font-size: 16px;
}
.sidebar__link a:hover {
  color: #cc0000;
}
.sidebar__link.selected {
  background-color: #dee7ed;
  color: #cc0000;
}
.sidebar__link.selected .arrow-down {
  transform: rotate(180deg);
}
.sidebar__link.selected:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #cc0000;
}
.sidebar__item a {
  text-decoration: none;
}
.sidebar__submenu {
  display: none;
  position: relative;
  list-style: disc;
  padding: 15px 10px 20px 40px;
}
.sidebar__submenu:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% - 30px);
  bottom: -1px;
  left: 50%;
  background-color: #e0e7ea;
  transform: translateX(-50%);
}
.sidebar__submenu li.selected a {
  color: #cc0000;
}
.sidebar__submenu li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__submenu li a {
  color: #45565e;
  font-size: 16px;
}
.sidebar__submenu li a:hover {
  color: #cc0000;
}

.category__list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.category__col {
  width: 33.3333333333%;
  padding: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .category__col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .category__col {
    width: 100%;
  }
}

.item-category {
  text-decoration: none;
  background-color: #f3f3f3;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 135px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: none;
  transition: 0.3s box-shadow linear;
}
.item-category:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  box-sizing: border-box;
  transition: 0.3s opacity linear;
}
.item-category:hover {
  box-shadow: 0 0 20px rgba(1, 33, 60, 0.25);
}
@media screen and (max-width: 500px) {
  .item-category:hover {
    box-shadow: none;
  }
}
.item-category:hover:before {
  opacity: 1;
}
.item-category:hover .item-category__elem {
  opacity: 0.7;
  color: #e90000;
}
.item-category__pics {
  position: absolute;
  right: 0;
  top: 0;
}
.item-category__elem {
  font-size: 72px;
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif;
  color: white;
  position: relative;
  opacity: 1;
  transition: 0.3s color linear, 0.3s opacity linear;
}
.item-category__name {
  font-size: 24px;
  color: #000000;
  position: relative;
}

.product-desc {
  margin-bottom: 20px;
  font-size: 18px;
  color: #3f5870;
  line-height: 1.3em;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .product-desc {
    font-size: 16px;
  }
}
.product-desc h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 30px 0;
  position: relative;
  padding-left: 30px;
  color: #012436;
}
@media screen and (max-width: 500px) {
  .product-desc h2 {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.product-desc h2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 27px;
  left: 0;
  background-color: #d50000;
}
.product-desc p {
  margin-left: 30px;
}
@media screen and (max-width: 500px) {
  .product-desc p {
    margin-left: 0;
  }
}

.product-add-text {
  font-size: 18px;
  color: #012436;
  line-height: 1.3em;
  font-weight: 500;
  padding-left: 30px;
}
@media screen and (max-width: 500px) {
  .product-add-text {
    padding-left: 0;
  }
}
.product-add-text span {
  color: #e01212;
}
.product-add-text a {
  text-decoration: none;
  color: inherit;
}
.product-add-text a:hover {
  color: #e01212;
}

.gds__list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
.gds__col {
  width: 33.3333333333%;
  padding: 7px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .gds__col {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gds__col {
    width: 100%;
  }
}

.top-filter {
  position: relative;
}
.top-filter__title {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.top-filter__name {
  color: #b0bec6;
  font-size: 14px;
  margin-right: 15px;
}
.top-filter__type {
  position: relative;
  font-size: 14px;
  color: #012436;
  padding-right: 20px;
  cursor: pointer;
}
.top-filter__arrow {
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 20;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 500px) {
  .dropdown-menu {
    right: inherit;
    left: 20px;
    width: 280px;
  }
}
.dropdown-menu.active {
  visibility: visible;
  top: 30px;
  opacity: 1;
}
.dropdown-menu__inner {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.dropdown-menu__link {
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .dropdown-menu__item {
    margin-bottom: 10px;
  }
}
.dropdown-menu__item span {
  color: #a1b1b9;
  font-size: 16px;
  transition: 0.3s color linear;
}
@media screen and (max-width: 500px) {
  .dropdown-menu__item span {
    font-size: 15px;
  }
}
.dropdown-menu__item span:hover {
  color: #000;
}
.dropdown-menu__item:last-child {
  margin-bottom: 0;
}

.amount {
  display: flex;
  align-items: center;
}
.amount input,
.amount select {
  height: 30px;
  line-height: 30px;
  width: 50px;
  border: 1px solid #d3dde4;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  outline: none;
  transition: 0.3s border linear;
}
.amount input:focus,
.amount select:focus {
  border: 1px solid #80878d;
}
.amount input {
  margin-right: 3px;
}
.amount select {
  width: 60px;
  appearance: none;
  background-image: url("/local/templates/r-anticor_2026/css/../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: calc(100% - 10px) center;
  text-align: left;
  padding-left: 8px;
  line-height: 1em;
}

.table-goods {
  font-size: 14px;
  font-weight: 500;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 7px solid #3f5870;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .table-goods {
    margin-bottom: 0;
  }
}
.table-goods td {
  padding: 10px 15px;
  min-height: 45px;
  box-sizing: border-box;
  border-right: 1px solid #e4edf5;
}
.table-goods td:last-child {
  border-right: 0;
}
.table-goods td.td-center {
  text-align: center;
}
.table-goods__head {
  background-color: #3f5870;
}
.table-goods__head td {
  height: 45px;
  color: #ffffff;
  border-right: 0;
  position: relative;
}
.table-goods__head td:before {
  content: "";
  position: absolute;
  height: calc(100% - 20px);
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
  background-color: rgba(142, 162, 182, 0.36);
  right: 0;
}
.table-goods__body tr:nth-child(even) {
  background-color: #f8f8f8;
}
.table-goods .item-name {
  color: black;
  text-decoration: none;
}
.table-goods .item-name:hover {
  color: #d50000;
}

.popup-form {
  display: none;
  width: 100vw;
  overflow: hidden;
}
.popup-form.fancybox-content {
  padding: 0;
}
.popup-form .form-page__inner {
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 500px) {
  .popup-form .form-page__inner {
    box-sizing: border-box;
  }
}
.popup-form .form-page__bg {
  top: -35px;
}
@media screen and (max-width: 500px) {
  .popup-form .form-page__bg {
    top: 0;
  }
}
.popup-form .fancybox-close-small {
  display: none;
}
.popup-form__close {
  position: absolute;
  right: 100px;
  top: 10px;
}
@media screen and (max-width: 500px) {
  .popup-form__close {
    right: 10px;
    top: 10px;
  }
}
.popup-form__close:hover svg path {
  fill: #de0202;
}
.popup-form__close svg path {
  fill: #ffffff;
  transition: 0.2s all linear;
}

.burger {
  width: 25px;
  height: 14px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.burger.active:before {
  opacity: 0;
}
.burger.active span {
  transform: rotate(45deg);
}
.burger.active:after {
  transform: rotate(-45deg);
  top: -6px;
}
.burger.active span, .burger.active:before, .burger.active:after {
  background-color: #eb0000;
}
.burger:before, .burger:after {
  content: "";
}
.burger span, .burger:before, .burger:after {
  position: relative;
  height: 2px;
  background-color: #3c3c3c;
  width: 100%;
  transition: 0.2s background-color linear, 0.2s transform linear;
}
.burger:before {
  width: calc(100% - 6px);
}

.header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f2f3;
  display: none;
}
@media screen and (max-width: 999px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  box-sizing: border-box;
}
.header-mobile .logo img {
  max-height: 40px;
  width: auto;
}

.sidebar-mobile {
  position: fixed;
  width: 90%;
  background-color: rgba(12, 43, 58, 0.98);
  z-index: 100;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  left: -100%;
  top: 56px;
  transition: 0.5s left ease-in-out;
}
.sidebar-mobile.active {
  left: 0;
}
.sidebar-mobile .menu__list {
  display: block;
}
.sidebar-mobile .menu__link {
  color: #ffffff;
  font-weight: 100;
}
.sidebar-mobile .menu__link:hover, .sidebar-mobile .menu__link.selected {
  color: #d50000;
}
.sidebar-mobile .menu__item {
  margin-bottom: 10px;
}
.sidebar-mobile .menu__item--catalog {
  background: none;
  padding-left: 0;
  border-right: 0;
}
.sidebar-mobile .menu__item--contacts {
  padding-left: 0;
  border: none;
}
.sidebar-mobile .menu__item:last-child {
  margin-bottom: 0;
}

.up {
  position: fixed;
  width: 41px;
  height: 41px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 50px;
  bottom: 50px;
  opacity: 0;
  background-color: rgba(244, 244, 244, 0.67);
  transition: 0.3s background-color ease-in, 0.3s opacity ease-in;
}
.up.active {
  opacity: 1;
}
@media screen and (max-width: 500px) {
  .up {
    display: none;
  }
}
.up:hover {
  background-color: rgb(244, 244, 244);
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/r-anticor_2026/css/custom_luxar_efor74.css?1771237757453*/
.news-page__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.news-page__header h2 {
  margin-bottom: 0;
}

.btn.btn-header {
  background: #ffffff;
  border: 1px solid #d6e1e5;
  position: relative;
  color: #000;
  padding-left: 50px;
}
.btn.btn-header span {
  color: #d50000;
}
.btn.btn-header:before {
  background-position: -30px 0;
}

/*# sourceMappingURL=custom_luxar_efor74.css.map */

/* End */


/* Start:/local/templates/r-anticor_2026/components/bitrix/catalog.section.list/footer-menu/style.min.css?16540690546236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */
/* /local/templates/r-anticor_2026/js/fancy/jquery.fancybox.css?165406905417412 */
/* /local/templates/r-anticor_2026/js/swiper/swiper-bundle.min.css?165406905415564 */
/* /local/templates/r-anticor_2026/css/normalize.css?16540690546138 */
/* /local/templates/r-anticor_2026/css/style.css?177123827361481 */
/* /local/templates/r-anticor_2026/css/custom_luxar_efor74.css?1771237757453 */
/* /local/templates/r-anticor_2026/components/bitrix/catalog.section.list/footer-menu/style.min.css?16540690546236 */
