

/* Start:/local/templates/avtoprom_2026/js/fancy/jquery.fancybox.css?162497566017412*/
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/avtoprom_2026/js/swiper/swiper-bundle.min.css?163207532815564*/
/**
 * 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/avtoprom_2026/css/normalize.css?16319780856138*/
/*! 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/avtoprom_2026/css/style.css?177087610892048*/
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/local/templates/avtoprom_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/avtoprom_2026/css/../fonts/Roboto/Roboto-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeue-Thin.woff2") format("woff2"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeue-Thin.woff") format("woff"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeue-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue Book";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueBook.woff2") format("woff2"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueBook.woff") format("woff"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueLight.woff2") format("woff2"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueLight.woff") format("woff"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueRegular.woff2") format("woff2"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueRegular.woff") format("woff"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueBold.woff2") format("woff2"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueBold.woff") format("woff"), url("/local/templates/avtoprom_2026/css/../fonts/Bebas/BebasNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  color: black;
  line-height: 1;
  height: 100%;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
  position: relative;
}
.container .block-form,
.container .video-block,
.container .partners,
.container .about,
.container .trailers,
.container .benefits {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.container .page-container .layers {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .wrapper {
    padding-top: 55px;
  }
}

a {
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
a:not(.classy) {
  text-decoration: none;
  color: #284c62;
}

.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: 24px;
    margin-bottom: 20px;
  }
}

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

.logo {
  display: block;
}

.page-container {
  padding-top: 70px;
  font-size: 16px;
  color: #172e3c;
}
@media screen and (max-width: 999px) {
  .page-container {
    padding-top: 0;
  }
}

@media screen and (max-width: 999px) {
  .header {
    display: none;
  }
}
.header__row {
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .header__row {
    flex-wrap: wrap;
  }
}
.header__col {
  display: flex;
  align-items: center;
}
.header__col--logo {
  margin-right: 7%;
}
@media screen and (max-width: 1024px) {
  .header__col--logo {
    margin-right: 3%;
  }
}
.header__col--menu {
  flex-grow: 2;
}
.header__col--menu div {
  width: 100%;
}
.header__menu {
  width: 100%;
}
.header__menu .main-menu__link {
  position: relative;
}
.header__menu .main-menu__link:hover:before, .header__menu .main-menu__link.selected:before {
  opacity: 1;
  width: 100%;
  color: #000000;
}
.header__menu .main-menu__link:before {
  content: "";
  position: absolute;
  width: 0;
  opacity: 0;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #384a55;
  transition: 0.3s width linear, 0.3s opacity linear;
}

.slider-item {
  position: relative;
}
.slider-item.swiper-slide-active .slider-item__picture {
  right: 0;
}
@media screen and (max-width: 500px) {
  .slider-item.swiper-slide-active .slider-item__picture {
    right: 0;
    left: inherit;
  }
}
.slider-item:before, .slider-item:after {
  z-index: 2;
  height: 100%;
  top: 0;
  opacity: 1;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.8s left ease-in-out, 0.8s right ease-in-out, 0.5s opacity ease-in-out;
}
.slider-item:before {
  top: 0;
  left: 0;
  width: 790px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/slide-before.svg");
  background-position: right 65px;
  transition-delay: 0.3s;
}
@media screen and (max-width: 1024px) {
  .slider-item:before {
    background-size: cover;
    top: 35px;
  }
}
@media screen and (max-width: 999px) {
  .slider-item:before {
    background-position: top right;
    width: 80%;
  }
}
.slider-item:after {
  right: 0;
  top: 0;
  width: 474px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/slide-after.svg");
  background-position: right 110px;
  transition-delay: 0.2s;
}
@media screen and (max-width: 999px) {
  .slider-item:after {
    content: none;
  }
}
.slider-item__title, .slider-item__subtitle {
  text-transform: uppercase;
}
.slider-item__title {
  font-size: 94px;
  line-height: 1em;
  color: #ffffff;
  margin: 0;
  font-weight: normal;
  font-family: "Bebas Neue", Arial, sans-serif;
}
@media screen and (max-width: 999px) {
  .slider-item__title {
    font-size: 70px;
  }
}
@media screen and (max-width: 500px) {
  .slider-item__title {
    font-size: 50px;
  }
}
.slider-item__subtitle {
  color: #e7e035;
  font-size: 72px;
  line-height: 1em;
  margin: 0;
  font-family: "Bebas Neue Book", Arial, sans-serif;
}
@media screen and (max-width: 999px) {
  .slider-item__subtitle {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  .slider-item__subtitle {
    font-size: 30px;
  }
}
.slider-item__content {
  max-width: 50%;
  margin-bottom: 20px;
  flex-grow: 1;
}
.slider-item__header {
  margin-bottom: 20px;
}
.slider-item__text {
  color: #adb8bf;
  font-size: 16px;
  line-height: 1.4em;
}
@media screen and (max-width: 500px) {
  .slider-item__text {
    font-size: 14px;
    line-height: 1.3em;
  }
  .slider-item__text br {
    display: none;
  }
}
.slider-item__inner {
  height: 70%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.slider-item__picture {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 1s right ease-in-out;
}
@media screen and (max-width: 1024px) {
  .slider-item__picture {
    bottom: -30%;
    top: inherit;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 500px) {
  .slider-item__picture {
    bottom: 0;
  }
}
.slider-item__picture img {
  max-height: 100%;
}
@media screen and (max-width: 999px) {
  .slider-item__picture img {
    max-width: 80%;
  }
}

.slider {
  position: relative;
  margin-bottom: 95px;
  height: 655px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .slider {
    height: auto;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 999px) {
  .slider {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 500px) {
  .slider {
    margin-bottom: 0;
    padding-bottom: 35px;
  }
}
.slider__list {
  height: 100%;
  position: relative;
}
.slider__item {
  padding: 100px 0 40px 0;
  background-image: url("/local/templates/avtoprom_2026/css/../images/slider-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  height: initial;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .slider__item {
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .slider__item {
    background-position: -580px calc(100% + 50px);
    padding-top: 40px;
  }
}
.slider__control {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 175px;
}
@media screen and (max-width: 1024px) {
  .slider__control {
    bottom: inherit;
    top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .slider__control {
    bottom: 50px;
    top: inherit;
  }
}

.main-phone {
  font-weight: 500;
}
.main-phone__number {
  position: relative;
  padding-left: 24px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/phone.svg");
  background-repeat: no-repeat;
  background-position: left 1px;
  transition-property: color;
}
.main-phone__number a {
  display: block;
  text-decoration: none;
  color: #384a55;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
}
.main-phone__number a:hover {
  color: #000;
}
.main-phone__order {
  font-size: 14px;
  color: #082d44;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
  display: block;
}
.main-phone__order:hover {
  color: #e7e035;
}

.main-menu {
  font-family: "Roboto", Arial, sans-serif;
}
.main-menu__list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .main-menu__list {
    flex-wrap: wrap;
  }
}
.main-menu__link {
  font-size: inherit;
  color: #384a55;
  text-decoration: none;
}
.main-menu__link:hover {
  color: #000000;
}
.main-menu__item {
  margin-right: 5%;
}
@media screen and (max-width: 1024px) {
  .main-menu__item {
    margin-bottom: 10px;
  }
}
.main-menu__item:last-child {
  margin-right: 0;
}

.btn {
  font-size: 16px;
  color: #ffffff !important;
  text-decoration: none;
  background: linear-gradient(to right, #325569 50%, #e7e035 50%);
  height: 60px;
  line-height: 60px;
  padding: 0 80px 0 60px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: 0.3s color linear;
}
@media screen and (max-width: 500px) {
  .btn {
    height: 45px;
    line-height: 45px;
    padding: 0 50px 0 40px;
    font-size: 14px;
  }
}
.btn:hover {
  color: #e7e035 !important;
}
.btn:hover:before {
  width: 93%;
}
.btn:hover:after {
  opacity: 1;
  animation: rotate 2s linear infinite;
}
.btn:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 10px;
  z-index: 1;
  opacity: 0.4;
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/gear.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s opacity ease-in;
}
@media screen and (max-width: 500px) {
  .btn:after {
    width: 37px;
    height: 37px;
    background-size: contain;
  }
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  height: calc(100% + 5px);
  width: 85%;
  z-index: 2;
  background: linear-gradient(14deg, #325569 19%, #32556A 30%, #173b52);
  transform: skew(-30deg, 0);
  transition: 0.3s width linear;
}
.btn span {
  position: relative;
  z-index: 3;
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}
.slider-control {
  pointer-events: none;
}
.slider-control__container {
  display: flex;
  justify-content: right;
}
.slider-control__pagination {
  pointer-events: all;
}
.slider-control__pagination.swiper-pagination {
  position: relative;
  bottom: 0;
  font-size: 0;
}
.slider-control__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  transform: skew(-25deg, 0deg);
  background-color: #ffffff;
  opacity: 0.4;
  transition: 0.3s opacity linear, 0.3s background-color linear;
}
.slider-control__pagination.swiper-pagination .swiper-pagination-bullet:hover, .slider-control__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff50e;
}
.slider-control__count {
  font-size: 60px;
  color: #9ba7af;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: 100;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .slider-control__count {
    display: none;
  }
}
.slider-control__count span {
  color: #fff50e;
}

.section-header {
  position: relative;
  display: flex;
  justify-content: center;
  color: #284c62;
  z-index: 5;
}
.section-header:after, .section-header:before {
  content: "";
  position: relative;
  width: 100%;
  height: 5px;
  background-repeat: no-repeat;
  top: 25px;
}
.section-header:before {
  background-image: url("/local/templates/avtoprom_2026/css/../images/section-header-before.svg");
  background-position: right;
}
.section-header:after {
  background-image: url("/local/templates/avtoprom_2026/css/../images/section-header-after.svg");
  background-position: left;
}
.section-header__inner {
  text-align: center;
  margin: 0 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 500px) {
  .section-header__inner {
    margin: 0 10px;
  }
}
.section-header__title {
  font-size: 48px;
  line-height: 1em;
  font-family: "Bebas Neue", Arial, sans-serif;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .section-header__title {
    font-size: 36px;
  }
}
.section-header__subtitle {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .section-header__subtitle {
    font-size: 16px;
  }
}

.benefits {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .benefits {
    padding-top: 20px;
  }
}
.benefits__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .benefits__header {
    margin-bottom: 10px;
  }
}
.benefits__list {
  display: flex;
  width: calc(100% + 40px);
  margin: 0 -20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .benefits__list {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .benefits__list {
    margin-bottom: 20px;
  }
}
.benefits__column {
  width: 20%;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .benefits__column {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .benefits__column {
    width: 50%;
    padding: 10px;
  }
}
.benefits__desc {
  text-align: center;
  color: #7c93a1;
  font-size: 18px;
  position: relative;
  padding-top: 30px;
}
@media screen and (max-width: 500px) {
  .benefits__desc {
    font-size: 16px;
    padding-top: 20px;
  }
}
.benefits__desc:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background-position: center;
  background-image: url("/local/templates/avtoprom_2026/css/../images/benefits-desc.svg");
  background-repeat: no-repeat;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit-item:hover .benefit-item__num {
  opacity: 1;
}
.benefit-item:hover .benefit-item__icon:after {
  opacity: 1;
  bottom: -20px;
}
.benefit-item:hover .benefit-item__icon svg {
  top: -10px;
}
.benefit-item:hover .benefit-item__icon.icon-2 svg #gear-main,
.benefit-item:hover .benefit-item__icon.icon-2 svg #gear-small {
  fill: #e7e035;
}
.benefit-item:hover .benefit-item__icon.icon-2 svg #gear-main {
  animation: rotate 2s linear infinite;
}
.benefit-item:hover .benefit-item__icon.icon-1 svg #hand-line1,
.benefit-item:hover .benefit-item__icon.icon-1 svg #hand-line2,
.benefit-item:hover .benefit-item__icon.icon-1 svg #hand-line3 {
  opacity: 1;
}
.benefit-item:hover .benefit-item__icon.icon-4 svg #contract-circle,
.benefit-item:hover .benefit-item__icon.icon-4 svg #contract-check {
  opacity: 1;
}
.benefit-item:hover .benefit-item__icon.icon-3 svg #house-circle {
  fill: #e7e035;
}
.benefit-item:hover .benefit-item__icon.icon-5 svg #to-do-check01,
.benefit-item:hover .benefit-item__icon.icon-5 svg #to-do-check02 {
  opacity: 1;
}
.benefit-item__icon {
  text-align: center;
  height: 90px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.benefit-item__icon.icon-3 svg {
  width: 70px;
}
.benefit-item__icon.icon-4 svg {
  width: 80px;
}
.benefit-item__icon.icon-4 svg #contract-circle,
.benefit-item__icon.icon-4 svg #contract-check {
  opacity: 0;
  fill: #e7e035;
}
.benefit-item__icon.icon-5 svg {
  width: 65px;
}
.benefit-item__icon.icon-5 svg #to-do-check01,
.benefit-item__icon.icon-5 svg #to-do-check02 {
  opacity: 0;
  fill: #e7e035;
}
.benefit-item__icon.icon-1 svg {
  width: 80px;
}
.benefit-item__icon.icon-1 svg #hand-line1,
.benefit-item__icon.icon-1 svg #hand-line2,
.benefit-item__icon.icon-1 svg #hand-line3 {
  fill: #e7e035;
  opacity: 0;
}
.benefit-item__icon svg {
  width: 60px;
  position: relative;
  top: 0;
  transition: 0.3s top linear;
}
.benefit-item__icon svg path {
  fill: #5f727f;
  transition: 0.3s all linear;
}
.benefit-item__icon svg #gear-main {
  transform-origin: calc(50% + 10px) calc(50% - 40px);
}
@media screen and (max-width: 500px) {
  .benefit-item__icon {
    margin-bottom: 20px;
  }
}
.benefit-item__icon:after {
  content: "";
  position: absolute;
  width: 186px;
  height: 15px;
  bottom: -15px;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/local/templates/avtoprom_2026/css/../images/benefit-icon-shadow.png);
  opacity: 0;
  transform: translateX(-50%);
  transition: 0.3s opacity linear, 0.3s bottom linear;
}
@media screen and (max-width: 500px) {
  .benefit-item__icon:after {
    opacity: 0.3;
    bottom: -10px;
  }
}
.benefit-item__icon img {
  position: relative;
  top: 0;
  transition: 0.3s top linear;
}
@media screen and (max-width: 500px) {
  .benefit-item__icon img {
    top: -10px;
  }
}
.benefit-item__content {
  display: flex;
  font-family: "Bebas Neue", Arial, sans-serif;
}
.benefit-item__text {
  font-size: 24px;
  text-transform: uppercase;
  color: #5f727f;
}
@media screen and (max-width: 500px) {
  .benefit-item__text {
    font-size: 20px;
  }
}
.benefit-item__text strong {
  font-weight: bold;
  color: #24475d;
}
.benefit-item__num {
  font-size: 60px;
  color: #9ba7af;
  font-weight: 100;
  line-height: 0.8em;
  margin-right: 5px;
  opacity: 0.39;
  transition: 0.3s opacity linear;
}
@media screen and (max-width: 500px) {
  .benefit-item__num {
    font-size: 45px;
    font-weight: 300;
    opacity: 1;
  }
}

@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
}
.layers {
  position: relative;
  height: 470px;
  width: 100%;
  background-image: url("/local/templates/avtoprom_2026/css/../images/layers-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.layers__clouds {
  position: absolute;
  background-image: url("/local/templates/avtoprom_2026/css/../images/layers-clouds.png");
  width: 100%;
  height: 100%;
  background-position: center 10px;
  background-repeat: no-repeat;
  animation: backgroundScroll 40s linear infinite;
}
.layers__trees, .layers__bushes, .layers__building {
  position: absolute;
  height: 100px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.layers__building {
  height: 168px;
  top: 235px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/layers-building.png");
}
@media screen and (max-width: 500px) {
  .layers__building {
    background-size: contain;
    top: 270px;
  }
}
.layers__trees {
  background-image: url("/local/templates/avtoprom_2026/css/../images/layers-trees.png");
  top: 260px;
}
.layers__bushes {
  background-image: url("/local/templates/avtoprom_2026/css/../images/layers-bushes.png");
  top: 275px;
}

@keyframes backgroundScroll {
  0% {
    background-position: 0 10px;
  }
  50% {
    background-position: 200px 10px;
  }
  100% {
    background-position: 0 10px;
  }
}
.trailers {
  margin-bottom: 100px;
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .trailers {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .trailers {
    margin-top: 50px;
  }
}
.trailers__header {
  position: relative;
  z-index: 1;
}
.trailers__bg {
  position: absolute;
  top: -135px;
}
@media screen and (max-width: 500px) {
  .trailers__bg {
    top: -220px;
  }
}
.trailers__slider {
  padding-top: 165px;
}
@media screen and (max-width: 500px) {
  .trailers__slider {
    padding-top: 50px;
  }
}

.trailer-slider {
  padding-bottom: 30px;
}
.trailer-slider__list {
  display: flex;
  align-items: center;
}
.trailer-slider__column {
  width: 25%;
}
.trailer-slider__column.active .trailer-slider__name {
  background: #224459;
  color: #fee718;
  box-shadow: 0 0 20px rgba(16, 80, 121, 0.43);
}
.trailer-slider__column.active .trailer-slider__pics img {
  filter: grayscale(0);
}
.trailer-slider__item {
  position: relative;
  text-align: center;
}
.trailer-slider__item:hover .trailer-slider__name {
  background: #224459;
  color: #fee718;
  box-shadow: 0 0 20px rgba(16, 80, 121, 0.43);
}
.trailer-slider__item:hover .trailer-slider__pics img {
  filter: grayscale(0);
}
.trailer-slider__name {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  color: #24465b;
  border-radius: 15px;
  text-transform: uppercase;
  display: inline-block;
  background: #ffffff;
  box-shadow: none;
  transition: 0.2s background linear, 0.2s box-shadow linear, 0.2s color linear;
}
@media screen and (max-width: 999px) {
  .trailer-slider__name {
    background: #224459;
    color: #fee718;
    box-shadow: 0 0 20px rgba(16, 80, 121, 0.43);
  }
}
@media screen and (max-width: 500px) {
  .trailer-slider__name {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    box-shadow: 0 0 20px rgba(16, 80, 121, 0.7);
  }
}
.trailer-slider__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.trailer-slider__pics {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 215px;
  margin-bottom: 20px;
}
.trailer-slider__pics img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1);
  transition: 0.3s filter linear;
}
@media screen and (max-width: 500px) {
  .trailer-slider__pics img {
    filter: grayscale(0);
    max-width: 70%;
    height: auto;
  }
}
.trailer-slider__arrow {
  position: absolute;
  left: 50%;
  right: auto;
  display: flex;
  transform: translateX(-50%);
  bottom: -80px;
}
@media screen and (max-width: 1024px) {
  .trailer-slider__arrow {
    display: none;
  }
}
.trailer-slider__arrow .slider-arrow {
  margin: 0 10px;
}
.trailer-slider .swiper-pagination {
  bottom: 0;
}
.trailer-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.trailer-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #f2de1a;
}

.form-page--popup {
  display: none;
  background-color: #071f2d;
}
.form-page--popup .form-page__title {
  font-size: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .form-page--popup .form-page__title {
    font-size: 36px;
  }
}
.form-page--popup .fancybox-close-small {
  color: white;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .form-page--popup .form-page__form .row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .form-page--popup .form-page__form .row .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .form-page--popup .form-page__form .row .col input {
    width: 100%;
  }
}
.form-page__header {
  font-family: "Bebas Neue Book", Arial, sans-serif;
  margin-bottom: 10px;
}
.form-page__body .successful {
  font-size: 26px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  .form-page__body .successful {
    font-size: 22px;
  }
}
.form-page__body .successful p {
  margin: 0;
}
.form-page__title, .form-page__subtitle {
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}
.form-page__title {
  font-size: 120px;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .form-page__title {
    font-size: 80px;
  }
}
.form-page__subtitle {
  font-size: 50px;
  color: #e7e035;
}
@media screen and (max-width: 500px) {
  .form-page__subtitle {
    font-size: 35px;
  }
}
.form-page__form input[type=text],
.form-page__form input[type=tel] {
  border: 1px solid rgba(255, 255, 255, 0.43);
  border-radius: 15px;
  background-color: rgba(6, 36, 54, 0.59);
  font-size: 18px;
  color: #ffffff;
  padding: 18px 20px;
  box-sizing: border-box;
  max-width: 230px;
  outline: none;
}
.form-page__form input[type=text].error,
.form-page__form input[type=tel].error {
  background-color: rgba(147, 0, 0, 0.59);
}
@media screen and (max-width: 500px) {
  .form-page__form input[type=text],
  .form-page__form input[type=tel] {
    max-width: 100%;
    font-size: 14px;
    padding: 14px 20px;
  }
}
.form-page__form input[type=text]::placeholder,
.form-page__form input[type=tel]::placeholder {
  font-size: 18px;
  color: #86a5b7;
}
@media screen and (max-width: 500px) {
  .form-page__form input[type=text]::placeholder,
  .form-page__form input[type=tel]::placeholder {
    font-size: 14px;
  }
}
.form-page__form .row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-page__form .row:last-child {
  margin-bottom: 0;
}
.form-page__form .row .col {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .form-page__form .row .col {
    width: 50%;
  }
}
.form-page__form .row .col:last-child {
  margin-right: 0;
}
.form-page .checkbox {
  width: 100%;
}
.form-page .checkbox input {
  display: none;
}
.form-page .checkbox input:checked + span:before {
  background-image: url("/local/templates/avtoprom_2026/css/../images/checkbox.svg");
}
.form-page .checkbox span {
  position: relative;
  display: block;
  font-size: 12px;
  color: #778892;
}
.form-page .checkbox span a {
  color: #ffffff;
  text-decoration: none;
}
.form-page .checkbox span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  background-color: rgba(49, 84, 105, 0.44);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  float: left;
}

.block-form {
  position: relative;
  margin-bottom: 150px;
  padding-top: 40px;
}
@media screen and (max-width: 500px) {
  .block-form {
    margin-bottom: 50px;
  }
}
.block-form.active .block-form__picture {
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .block-form.active .block-form__picture {
    left: -30%;
  }
}
@media screen and (max-width: 999px) {
  .block-form.active .block-form__picture {
    left: -50%;
  }
}
@media screen and (max-width: 500px) {
  .block-form.active .block-form__picture {
    display: none;
  }
}
.block-form:before, .block-form:after {
  z-index: 2;
  top: 0;
  opacity: 1;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.block-form:before {
  top: 0;
  left: 0;
  width: 937px;
  height: 484px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/block-form-before.svg");
}
@media screen and (max-width: 500px) {
  .block-form:before {
    width: 100%;
    height: calc(100% + 30px);
    background-size: cover;
  }
}
.block-form:after {
  right: 0;
  top: 0;
  width: 474px;
  height: 440px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/slide-after.svg");
}
@media screen and (max-width: 500px) {
  .block-form:after {
    content: none;
  }
}
.block-form__inner {
  position: relative;
  padding-bottom: 10px;
}
.block-form__inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #031c2c;
  background-image: url("/local/templates/avtoprom_2026/css/../images/block-form-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
.block-form__container {
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .block-form__container {
    padding: 0 10px;
  }
}
.block-form__picture {
  position: absolute;
  bottom: -40px;
  left: -100%;
  transition: 4s left cubic-bezier(0.21, 0.81, 0, 0.99);
}

.work-scheme {
  margin-bottom: 220px;
}
@media screen and (max-width: 1024px) {
  .work-scheme {
    margin-bottom: 50px;
  }
}
.work-scheme__art {
  position: absolute;
  top: calc(50% + 30px);
  transform: translateY(-50%);
}
.work-scheme__list {
  display: flex;
  background-color: #29313c;
}
.work-scheme__column {
  position: relative;
  flex-basis: 20%;
  background-color: #2a2a2a;
  transform: skew(-25deg, 0deg);
  overflow: hidden;
  height: 460px;
  z-index: 2;
  flex-shrink: inherit;
}
@media screen and (max-width: 999px) {
  .work-scheme__column {
    transform: none;
    flex-shrink: 0;
    flex-basis: inherit;
  }
}
.work-scheme__column:hover .work-scheme__pics img {
  transform: skew(25deg, 0deg) translateX(-50%) scale(1.1);
}
@media screen and (max-width: 999px) {
  .work-scheme__column:hover .work-scheme__pics img {
    transform: skew(0deg, 0deg) translateX(-50%) scale(1.1);
  }
}
.work-scheme__column:nth-child(odd) .work-scheme__num {
  order: 2;
  right: -10%;
}
.work-scheme__column:nth-child(odd) .work-scheme__text {
  order: 1;
  left: 35%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:nth-child(odd) .work-scheme__text {
    left: 45%;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__column:nth-child(odd) .work-scheme__text {
    left: 20px;
  }
}
.work-scheme__column:first-child, .work-scheme__column:last-child {
  transform: none;
  z-index: 1;
  flex-basis: 30%;
}
@media screen and (max-width: 999px) {
  .work-scheme__column:first-child, .work-scheme__column:last-child {
    flex-basis: inherit;
  }
}
.work-scheme__column:first-child:hover .work-scheme__pics img, .work-scheme__column:last-child:hover .work-scheme__pics img {
  transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:first-child:hover .work-scheme__pics img, .work-scheme__column:last-child:hover .work-scheme__pics img {
    transform: skew(0deg, 0deg) translateX(-50%) scale(1.1);
  }
}
.work-scheme__column:first-child .work-scheme__text, .work-scheme__column:last-child .work-scheme__text {
  color: #284c62;
}
.work-scheme__column:first-child .work-scheme__pics img, .work-scheme__column:last-child .work-scheme__pics img {
  transform: none;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:first-child .work-scheme__pics img, .work-scheme__column:last-child .work-scheme__pics img {
    transform: skew(0deg, 0deg) translateX(-50%) scale(1);
    left: 50%;
  }
}
.work-scheme__column:first-child .work-scheme__item, .work-scheme__column:last-child .work-scheme__item {
  transform: none;
}
.work-scheme__column:first-child {
  margin-right: -6%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:first-child {
    margin-right: -10%;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__column:first-child {
    margin-right: 0;
  }
}
.work-scheme__column:first-child .work-scheme__text {
  left: 20%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:first-child .work-scheme__text {
    left: 10%;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__column:first-child .work-scheme__text {
    left: 20px;
  }
}
.work-scheme__column:first-child .work-scheme__num {
  right: -20%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:first-child .work-scheme__num {
    right: -10%;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__column:first-child .work-scheme__num {
    right: inherit;
    left: 20px;
  }
}
.work-scheme__column:last-child {
  margin-left: -6%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:last-child {
    margin-left: -10%;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__column:last-child {
    margin-left: 0;
  }
}
.work-scheme__column:last-child .work-scheme__text {
  left: 50%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__column:last-child .work-scheme__text {
    left: 60%;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__column:last-child .work-scheme__text {
    left: 20px;
  }
}
.work-scheme__column:last-child .work-scheme__num {
  right: -50%;
}
.work-scheme__item {
  transform: skew(25deg, 0deg);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (max-width: 999px) {
  .work-scheme__item {
    transform: none;
  }
}
.work-scheme__header {
  margin-bottom: 30px;
}
.work-scheme__num {
  font-size: 200px;
  line-height: 0.8em;
  color: #ffffff;
  opacity: 0.3;
  font-family: "Bebas Neue", Arial, sans-serif;
  position: relative;
  right: -40%;
}
@media screen and (max-width: 999px) {
  .work-scheme__num {
    left: 20px;
    right: inherit;
  }
}
.work-scheme__text {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  left: -10%;
}
@media screen and (max-width: 1440px) {
  .work-scheme__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .work-scheme__text {
    left: 20px;
  }
}
.work-scheme__pics {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.work-scheme__pics img {
  position: absolute;
  left: 50%;
  transform: skew(25deg, 0deg) translateX(-50%) scale(1);
  transition: 1s transform linear;
}
@media screen and (max-width: 999px) {
  .work-scheme__pics img {
    transform: skew(0deg, 0deg) translateX(-50%) scale(1);
  }
}

.about {
  margin-bottom: 55px;
}
@media screen and (max-width: 500px) {
  .about {
    margin-bottom: 30px;
  }
}
.about__header {
  margin-bottom: 25px;
}
.about__inner {
  background-color: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (max-width: 500px) {
  .about__inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .about__container {
    padding: 0;
  }
}
.about__text {
  color: #284c62;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .about__text {
    margin-bottom: 20px;
  }
}
.about__row {
  display: flex;
}
@media screen and (max-width: 500px) {
  .about__row {
    flex-wrap: wrap;
  }
}
.about__col {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .about__col {
    width: 100%;
  }
}
.about__col--text {
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  .about__col--text {
    padding-bottom: 10px;
  }
}
.about__pics {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media screen and (max-width: 500px) {
  .about__pics {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
.about__pics a {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.about__pics a img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 500px) {
  .about__pics a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about__desc {
  padding: 50px;
  color: #284c62;
}
@media screen and (max-width: 500px) {
  .about__desc {
    padding: 20px;
  }
}
.about__desc h2 {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 500px) {
  .about__desc h2 {
    font-size: 30px;
  }
}
.about__desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  margin: 15px 0;
}

.about-gallery {
  position: relative;
}
.about-gallery__slide {
  font-size: 0;
  max-height: 427px;
}
@media screen and (max-width: 1366px) {
  .about-gallery__slide {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .about-gallery__slide {
    height: 215px;
  }
}
.about-gallery__slide a {
  display: block;
  max-height: 100%;
  height: 100%;
}
.about-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1366px) {
  .about-gallery__slide img {
    object-fit: cover;
  }
}
.about-gallery:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.about-gallery__control {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.about-gallery__control .slider-control__container {
  padding: 0;
}

.partners {
  margin-bottom: 110px;
}
@media screen and (max-width: 500px) {
  .partners {
    margin-bottom: 20px;
  }
}
.partners__gallery {
  width: calc(100% - 200px);
}
@media screen and (max-width: 500px) {
  .partners__gallery {
    width: 100%;
  }
}
.partners__list {
  padding: 15px 0;
}
.partners__inner {
  position: relative;
}
.partners__inner:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background-color: #bdcbd3;
}
.partners__container {
  background-color: #ffffff;
}
@media screen and (max-width: 500px) {
  .partners__container {
    padding: 0;
  }
}
.partners__header {
  margin-bottom: 70px;
}
@media screen and (max-width: 500px) {
  .partners__header {
    margin-bottom: 0;
  }
  .partners__header .section-header__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .partners__header:before, .partners__header:after {
    content: none;
  }
}
.partners__header .section-header__title {
  font-size: 40px;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}
@media screen and (max-width: 500px) {
  .partners__item {
    padding: 15px;
    box-sizing: border-box;
  }
}
.partners__item:hover img {
  filter: grayscale(0);
}
.partners__item img {
  max-height: 100%;
  width: auto;
  filter: grayscale(1);
  transition: 0.3s filter linear;
}
@media screen and (max-width: 500px) {
  .partners__item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(0);
  }
}
.partners .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .partners .slider-arrow {
    display: none;
  }
}
.partners .slider-arrow__prev {
  left: 0;
}
.partners .slider-arrow__next {
  right: 0;
}

.slider-arrow {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #bdcbd3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-arrow:hover svg path {
  fill: #284c62;
}
.slider-arrow svg path {
  fill: #bdcbd3;
  transition: 0.2s all linear;
}
.slider-arrow.swiper-button-lock {
  display: none;
}

.footer-contacts {
  list-style: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.footer-contacts__item {
  padding-left: 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #ffffff;
}
@media screen and (max-width: 500px) {
  .footer-contacts__item {
    font-size: 14px;
    background-size: 18px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
}
.footer-contacts__item:last-child {
  margin-bottom: 0;
}
.footer-contacts__item--address {
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/address-footer.svg");
}
.footer-contacts__item--phone {
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/phone-footer.svg");
}
.footer-contacts__item--phone a {
  font-size: 24px;
}
.footer-contacts__item--email {
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/email-footer.svg");
}
.footer-contacts__item a {
  text-decoration: none;
  color: #ffffff;
}
.footer-contacts__item span {
  color: #5c6877;
}
.footer-contacts__item i {
  color: #e7e035;
  font-style: normal;
}
.footer-contacts__item b {
  font-weight: normal;
  font-size: 24px;
}

.footer {
  position: relative;
  margin-top: auto;
}
.footer:before, .footer:after {
  z-index: 2;
  top: 0;
  opacity: 1;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}
.footer:before {
  top: 0;
  left: 0;
  width: 1032px;
  height: 498px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/footer-before.svg");
}
@media screen and (max-width: 1366px) {
  .footer:before {
    left: -15%;
  }
}
@media screen and (max-width: 999px) {
  .footer:before {
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 500px) {
  .footer:before {
    width: 200%;
    top: 220px;
  }
}
.footer:after {
  right: 0;
  top: 30px;
  width: 355px;
  height: 467px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/footer-after.svg");
}
@media screen and (max-width: 999px) {
  .footer:after {
    content: none;
  }
}
.footer__inner {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .footer__inner {
    padding-bottom: 25px;
    padding-top: 20px;
  }
}
.footer__inner:before, .footer__inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50px;
  height: 100%;
  z-index: 3;
}
.footer__inner:before {
  background: linear-gradient(to right, #000, transparent);
  width: 50%;
}
@media screen and (max-width: 500px) {
  .footer__inner:before {
    content: none;
  }
}
.footer__inner:after {
  width: 100%;
  background-color: #223844;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .footer__inner:after {
    top: 60px;
    background-color: #131f2b;
  }
}
.footer__container {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 500px) {
  .footer__container {
    padding-top: 10px;
  }
}
.footer__text {
  max-width: 50%;
}
@media screen and (max-width: 999px) {
  .footer__text {
    max-width: 100%;
  }
}
.footer__text .logo {
  margin-bottom: 10px;
}
.footer__map {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: calc(100% - 90px);
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .footer__map {
    position: relative;
    height: 190px;
    top: 0;
  }
}
.footer__menu {
  margin-bottom: 25px;
}
.footer__menu .main-menu__item {
  font-size: 16px;
  margin-bottom: 8px;
}
.footer__menu .main-menu__item:last-child {
  margin-bottom: 0;
}
.footer__menu .main-menu__list {
  flex-direction: column;
}
.footer__menu .main-menu__link {
  color: #a5c8e0;
}
.footer__menu .main-menu__link:hover, .footer__menu .main-menu__link.selected {
  color: #e7e035;
}
.footer__contacts {
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .footer__contacts {
    margin-bottom: 20px;
  }
}
.footer__row {
  display: flex;
}
@media screen and (max-width: 500px) {
  .footer__row {
    flex-wrap: wrap;
  }
}
.footer__socials {
  margin-right: 60px;
}
@media screen and (max-width: 500px) {
  .footer__socials {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

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

.sidebar {
  position: fixed;
  z-index: 20;
  right: 0;
  top: calc(50% - 100px);
}
@media screen and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.sidebar .socials {
  position: relative;
  z-index: 3;
}
.sidebar .socials__list {
  flex-direction: column;
}
.sidebar .socials__item {
  margin-bottom: 3px;
}
.sidebar .socials__item:last-child {
  margin-bottom: 0;
}
.sidebar__inner {
  background-color: #2a404d;
  padding: 0 10px;
}
.sidebar__inner:before, .sidebar__inner:after {
  content: "";
  position: absolute;
  width: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  height: 100%;
}
.sidebar__inner:before {
  left: 0;
  border-right: 100px solid #2a404d;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar__inner:after {
  left: 10px;
  border-right: 100px solid #b1b8bd;
  z-index: 1;
  top: -35px;
}

.up {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border: 1px solid #cad2d4;
  border-radius: 50%;
  z-index: 50;
  opacity: 0;
  transition: 0.3s opacity linear;
}
@media screen and (max-width: 500px) {
  .up {
    display: none;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
}
.up.active {
  opacity: 1;
}
.up svg {
  margin-top: -5px;
}
.up svg path {
  fill: #98a8ae;
  transition: 0.3s fill linear;
}
.up:hover svg path {
  fill: #ffffff;
}

.video-block {
  padding-bottom: 265px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/video-block-bg.jpg");
  background-position: 100% 100px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 1024px) {
  .video-block {
    padding-top: 30px;
    padding-bottom: 35px;
    background-position: 100% 0;
  }
}
.video-block__inner {
  display: flex;
}
@media screen and (max-width: 999px) {
  .video-block__inner {
    flex-wrap: wrap;
  }
}
.video-block__inner.centred {
  justify-content: center;
}
.video-block__main {
  position: relative;
  margin-right: 50px;
  flex-shrink: 0;
  width: 650px;
  height: 420px;
}
.video-block__main .youtube:hover .youtube__play:before {
  border-left: 40px solid #e7e035;
}
@media screen and (max-width: 500px) {
  .video-block__main .youtube:hover .youtube__play:before {
    border-left: 25px solid #e7e035;
  }
}
.video-block__main .youtube__play {
  width: 110px;
  height: 110px;
  border: 5px solid #ffffff;
}
.video-block__main .youtube__play:before {
  border-top: 25px solid transparent;
  border-left: 40px solid #ffffff;
  border-bottom: 25px solid transparent;
}
@media screen and (max-width: 500px) {
  .video-block__main .youtube__play {
    width: 70px;
    height: 70px;
  }
  .video-block__main .youtube__play:before {
    border-top: 15px solid transparent;
    border-left: 25px solid #ffffff;
    border-bottom: 15px solid transparent;
  }
}
@media screen and (max-width: 1024px) {
  .video-block__main {
    width: 50%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 999px) {
  .video-block__main {
    width: 100%;
    padding-bottom: 110px;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .video-block__main {
    margin-right: 0;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .video-block__main .youtube {
    width: calc(100% - 130px);
    height: 235px;
    top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .video-block__main .youtube {
    width: calc(100% - 195px);
    height: 360px;
  }
}
@media screen and (max-width: 500px) {
  .video-block__main .youtube {
    width: calc(100% - 20px);
    height: 245px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 375px) {
  .video-block__main .youtube {
    width: calc(100% - 37px);
    margin-top: 9px;
    height: 217px;
    margin-left: -2px;
  }
}
.video-block__main:before {
  content: "";
  position: absolute;
  width: 905px;
  height: 595px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/notebook.png");
  background-repeat: no-repeat;
  left: -126px;
  top: -37px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .video-block__main:before {
    background-size: contain;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .video-block__main:before {
    width: 515px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 375px) {
  .video-block__main:before {
    width: 470px;
  }
}
.video-block__list {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .video-block__list {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .video-block__list {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}
@media screen and (max-width: 500px) {
  .video-block__list .video-list {
    display: none;
  }
}
.video-block__more {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .video-block__more {
    margin-top: 0;
  }
}
.video-block__more a {
  text-decoration: none;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #0e2635;
  display: inline-block;
  border-bottom: 1px solid #071f2d;
}
@media screen and (max-width: 500px) {
  .video-block__container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .video-block__container {
    padding: 0;
  }
}

.video-list {
  display: flex;
  flex-wrap: wrap;
}
.video-list__item {
  width: 50%;
  height: 215px;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
}
.video-list__item:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  background-image: url("/local/templates/avtoprom_2026/css/../images/video-list-item-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
}
.video-list__item iframe {
  width: 100%;
  height: 100%;
}
.video-list__item .youtube__play {
  top: calc(50% - 10px);
}

.top-page {
  position: relative;
  height: 230px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .top-page {
    height: 130px;
  }
}
.top-page:before {
  content: "";
  width: 896px;
  height: 100%;
  background-image: url("/local/templates/avtoprom_2026/css/../images/top-page-before.svg");
  background-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top-page:after {
  content: "";
  width: 378px;
  height: 100%;
  background-image: url("/local/templates/avtoprom_2026/css/../images/top-page-after.svg");
  background-position: bottom;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .top-page:after {
    content: none;
  }
}
.top-page__title {
  font-size: 72px;
  color: #ffffff;
  font-family: "Bebas Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .top-page__title {
    font-size: 42px;
  }
}
.top-page__pics {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 10px);
  background-color: #0c171b;
}
.top-page__pics img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
@media screen and (max-width: 500px) {
  .top-page__pics img {
    object-fit: cover;
    -o-object-fit: cover;
  }
}
.top-page__inner {
  margin-top: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 999px) {
  .breadcrumbs {
    padding-bottom: 25px;
  }
}
.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: #909ba2;
  font-weight: 500;
}
.breadcrumbs__item a {
  text-decoration: none;
  color: #909ba2;
  font-weight: 500;
}
.breadcrumbs__item a span {
  color: #909ba2;
  font-weight: 500;
}
.breadcrumbs__item span {
  color: #909ba2;
  font-weight: 500;
}

.product-spec__title {
  color: #80919c;
  font-size: 18px;
  margin-bottom: 15px;
}
.product-spec__list {
  margin: 0;
  padding: 0;
}
.product-spec__list li {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .product-spec__list li {
    flex-wrap: wrap;
  }
}
.product-spec__list li:before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #9da9b0;
  position: absolute;
  bottom: 2px;
  z-index: -1;
}
.product-spec__list li:last-child {
  margin-bottom: 0;
}
.product-spec__list li span {
  color: #2d5065;
  font-weight: 500;
  background-color: #ffffff;
  padding-right: 5px;
}
@media screen and (max-width: 500px) {
  .product-spec__list li span {
    margin-bottom: 5px;
  }
}
.product-spec__list li b {
  color: #0e2635;
  background-color: #ffffff;
  padding-left: 5px;
}
@media screen and (max-width: 500px) {
  .product-spec__list li b {
    margin-left: -5px;
  }
}

.card-product {
  margin-bottom: 50px;
}
.card-product + .video-block {
  margin-top: 100px;
}
@media screen and (max-width: 500px) {
  .card-product + .video-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.card-product__main {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
  .card-product__main {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .card-product__main {
    margin-bottom: 50px;
  }
}
.card-product__spec {
  position: relative;
  padding: 0 70px 90px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .card-product__spec {
    padding: 0 30px 90px 30px;
  }
}
@media screen and (max-width: 999px) {
  .card-product__spec {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .card-product__spec {
    padding-right: 0;
  }
}
.card-product__spec:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 90px);
  background-color: #d7dfe4;
  left: 0;
  top: 0;
}
@media screen and (max-width: 999px) {
  .card-product__spec:before {
    content: none;
  }
}
.card-product__spec .product-spec {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .card-product__spec .product-spec {
    margin-bottom: 20px;
  }
}
.card-product__gallery {
  width: 740px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .card-product__gallery {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .card-product__gallery {
    width: 100%;
    margin-bottom: 30px;
  }
}
.card-product__gallery .big-gallery {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .card-product__gallery .big-gallery {
    margin-bottom: 10px;
  }
}
.card-product__price {
  margin-bottom: 30px;
  position: relative;
}
.card-product__buy {
  position: relative;
}
.card-product__buy:before {
  content: "";
  width: 417px;
  height: 165px;
  position: absolute;
  background-image: url("/local/templates/avtoprom_2026/css/../images/card-buy.svg");
  top: -15px;
  left: 115px;
}
.card-product__buy .btn {
  padding: 0 90px 0 70px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s box-shadow linear;
}
.card-product__buy .btn:hover {
  box-shadow: none;
}
.card-product__buy .btn:before {
  transform: skew(-35deg, 0);
}

.product-price__head {
  font-size: 16px;
  color: #80919c;
}
.product-price__cost {
  font-size: 48px;
  color: #0e2635;
  text-transform: uppercase;
  font-family: "Bebas Neue", Arial, sans-serif;
}
@media screen and (max-width: 500px) {
  .product-price__cost {
    font-size: 36px;
  }
}
.product-price__cost span {
  color: #7d8b94;
}

.big-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  outline: none;
}
@media screen and (max-width: 500px) {
  .big-gallery__item {
    padding: 0 0 20px 0;
  }
}
.big-gallery__item img {
  max-width: 100%;
}
.big-gallery__pics {
  outline: none;
}
.big-gallery .swiper-scrollbar {
  background: transparent;
  position: relative;
}
.big-gallery .swiper-scrollbar:before {
  content: "";
  position: absolute;
  top: 2px;
  background-color: #dde1e4;
  width: 100%;
  height: 1px;
}
.big-gallery .swiper-scrollbar-drag {
  background-color: transparent;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  height: 5px;
}
.big-gallery .swiper-scrollbar-drag:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background-color: #9ba7af;
}
.big-gallery__scrollbar {
  width: 70%;
  margin: 0 auto;
}

.small-gallery__item {
  height: 130px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .small-gallery__item {
    height: 80px;
  }
}
.small-gallery__item:hover .small-gallery__pics img, .small-gallery__item.swiper-slide-thumb-active .small-gallery__pics img {
  filter: grayscale(0);
  opacity: 1;
}
.small-gallery__pics {
  width: 100%;
}
.small-gallery__pics img {
  max-width: 100%;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.2s filter linear, 0.2s opacity linear;
}

.product-desc {
  background-color: #f9f9f9;
  padding-bottom: 55px;
}
@media screen and (max-width: 500px) {
  .product-desc {
    padding-bottom: 10px;
  }
}
.product-desc__tab {
  font-size: 16px;
  color: #274a5f;
  line-height: 1.4em;
  display: none;
}
.product-desc__tab.active {
  display: block;
}
.product-desc__tab table tr {
  position: relative;
}
.product-desc__tab table tr:nth-child(even):after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: skewX(-30deg);
}
.product-desc__tab table tr td {
  padding: 8px;
  position: relative;
  z-index: 1;
}
.product-desc .desc-nav {
  position: relative;
  top: -30px;
}
.product-desc .desc-nav__item {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #173b52;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 15px;
  border: 1px solid #dcdfe1;
  box-sizing: border-box;
  display: inline-block;
  background-color: #ffffff;
  transition: 0.2s all linear;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .product-desc .desc-nav__item {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 20px;
    border-radius: 10px;
  }
  .product-desc .desc-nav__item:last-child {
    margin-bottom: 0;
  }
}
.product-desc .desc-nav__item:last-child {
  margin-right: 0;
}
.product-desc .desc-nav__item:hover, .product-desc .desc-nav__item.active {
  background-color: #173b52;
  border: 1px solid #173b52;
  color: #ffffff;
}
.product-desc .desc-nav__item:hover span, .product-desc .desc-nav__item.active span {
  color: #e7e035;
}

.card-item {
  color: #284c62;
  background-color: #ffffff;
  padding: 20px 20px 50px 20px;
  border: 1px solid rgba(155, 167, 175, 0.4);
  font-weight: 500;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-item:hover .card-item__more {
  opacity: 1;
  bottom: -30px;
}
.card-item__name {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  text-align: center;
}
.card-item__name a {
  text-decoration: none;
  color: #284c62;
}
.card-item__pics {
  display: block;
  font-size: 0;
  text-align: center;
  margin: auto 0;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.card-item__pics img {
  max-width: 100%;
  height: auto;
}
.card-item__desc {
  margin-top: auto;
}
.card-item__desc ul {
  list-style: none;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.card-item__desc ul li {
  line-height: 1.4em;
}
.card-item__more {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: 0.3s box-shadow linear, 0.3s bottom linear, 0.3s opacity linear;
}
@media screen and (max-width: 999px) {
  .card-item__more {
    bottom: -30px;
    opacity: 1;
  }
}
.card-item__more:hover {
  box-shadow: none;
}
.card-item--catalog {
  align-items: center;
}
.card-item--catalog:hover .card-item__pics {
  filter: grayscale(0);
}
.card-item--catalog .card-item__desc {
  margin-top: 0;
  align-self: flex-start;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #e1e4e6;
  padding-left: 15px;
}
.card-item--catalog .card-item__desc ul li {
  position: relative;
  padding-left: 20px;
}
.card-item--catalog .card-item__desc ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #26485d;
  top: 6px;
  left: 0;
}
.card-item--catalog .card-item__name {
  font-size: 30px;
  font-family: "Bebas Neue", Arial, sans-serif;
  top: -35px;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  margin-bottom: 0;
}
.card-item--catalog .card-item__pics {
  height: 230px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  filter: grayscale(1);
}

.products {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .products {
    margin-bottom: 20px;
  }
}
.products__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .products__header {
    margin-bottom: 20px;
  }
  .products__header:before, .products__header:after {
    content: none;
  }
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.products__column {
  padding: 10px;
  width: 25%;
  box-sizing: border-box;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .products__column {
    width: 33.3333333333%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .products__column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .products__column {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .products .layers__bushes {
    display: none;
  }
}

.section-nav {
  margin-bottom: 90px;
}
@media screen and (max-width: 999px) {
  .section-nav {
    margin-bottom: 20px;
  }
}
.section-nav__list {
  display: flex;
}
@media screen and (max-width: 999px) {
  .section-nav__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .section-nav__list {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.section-nav__column {
  overflow: hidden;
  transform: skew(-35deg, 0deg);
  position: relative;
  height: 200px;
  width: 33.3333333333%;
  box-sizing: border-box;
  z-index: 5;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
@media screen and (max-width: 999px) {
  .section-nav__column {
    width: 50%;
    transform: skew(0deg, 0deg);
    margin-bottom: 3px;
    height: 120px;
  }
}
@media screen and (max-width: 500px) {
  .section-nav__column {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}
.section-nav__column:first-child, .section-nav__column:last-child {
  transform: skew(0deg, 0deg);
  overflow: inherit;
  z-index: 1;
  border: none;
}
.section-nav__column:first-child .section-nav__item, .section-nav__column:last-child .section-nav__item {
  transform: skew(0deg, 0deg);
  overflow: hidden;
  width: calc(100% + 70px);
}
@media screen and (max-width: 999px) {
  .section-nav__column:first-child .section-nav__item, .section-nav__column:last-child .section-nav__item {
    width: 100%;
  }
}
.section-nav__column:last-child {
  margin-right: 0;
}
.section-nav__column:last-child .section-nav__item {
  left: inherit;
  right: 0;
}
.section-nav__item {
  transform: skew(35deg, 0deg);
  display: flex;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 999px) {
  .section-nav__item {
    transform: skew(0deg, 0deg);
  }
}
.section-nav__item:hover:after, .section-nav__item.selected:after {
  opacity: 0;
}
.section-nav__item:hover span, .section-nav__item.selected span {
  color: #e7e035;
}
.section-nav__item:hover img {
  transform: translateX(-50%) scale(1.2);
}
.section-nav__item:before {
  content: "";
  width: calc(100% + 200px);
  height: 70%;
  position: absolute;
  background: linear-gradient(to top, #051b28, transparent);
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
}
.section-nav__item:after {
  content: "";
  position: absolute;
  left: 50%;
  opacity: 0.4;
  top: 0;
  width: calc(100% + 200px);
  height: 100%;
  background-color: #172e3b;
  transform: translateX(-50%);
  transition: 0.3s opacity linear;
}
.section-nav__item span {
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Bebas Neue", Arial, sans-serif;
  position: relative;
  margin-top: auto;
  z-index: 2;
  transition: 0.3s color linear;
}
@media screen and (max-width: 999px) {
  .section-nav__item span {
    font-size: 36px;
  }
}
.section-nav__item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: 3s all linear;
}
.section-nav--contacts {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
.section-nav--contacts .section-nav__icon {
  position: absolute;
  left: 20px;
  top: 15px;
}
@media screen and (max-width: 1024px) {
  .section-nav--contacts .section-nav__icon {
    left: 0;
  }
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__icon {
    top: 0;
    height: 100%;
    width: 120px;
    left: -60px;
  }
}
.section-nav--contacts .section-nav__text {
  position: relative;
  z-index: 5;
  margin: auto 0;
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__text {
    margin-left: 70px;
  }
}
.section-nav--contacts .section-nav__text a {
  text-decoration: none;
  color: inherit;
}
.section-nav--contacts .section-nav__text span {
  color: #64747e;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.section-nav--contacts .section-nav__text p {
  margin: 0;
  font-size: 25px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .section-nav--contacts .section-nav__text p {
    font-size: 20px;
  }
}
.section-nav--contacts .section-nav__text p b {
  font-weight: normal;
  color: #ffdd3f;
}
.section-nav--contacts .section-nav__item {
  background-image: url("/local/templates/avtoprom_2026/css/../images/contacts-bg.jpg");
  width: calc(100% + 100px);
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__item {
    width: 100%;
    justify-content: left;
  }
}
.section-nav--contacts .section-nav__item--phone {
  left: -30px;
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__item--phone {
    left: 0;
  }
}
.section-nav--contacts .section-nav__item--phone .section-nav__icon {
  left: 90px;
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__item--phone .section-nav__icon {
    left: -60px;
    text-align: right;
  }
}
.section-nav--contacts .section-nav__item--phone .section-nav__text p {
  font-size: 34px;
}
@media screen and (max-width: 1024px) {
  .section-nav--contacts .section-nav__item--phone .section-nav__text p {
    font-size: 20px;
  }
}
.section-nav--contacts .section-nav__item--mail .section-nav__icon {
  left: 90px;
}
@media screen and (max-width: 1024px) {
  .section-nav--contacts .section-nav__item--mail .section-nav__icon {
    left: 40px;
  }
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__item--mail .section-nav__icon {
    left: -60px;
  }
}
.section-nav--contacts .section-nav__item--mail .section-nav__text {
  margin-left: 150px;
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__item--mail .section-nav__text {
    margin-left: 70px;
  }
}
.section-nav--contacts .section-nav__item:after {
  content: none;
}
.section-nav--contacts .section-nav__item:hover img {
  transform: translateX(-50%) scale(1);
}
.section-nav--contacts .section-nav__item img {
  transition: none;
}
@media screen and (max-width: 999px) {
  .section-nav--contacts .section-nav__item img {
    position: relative;
    max-height: 100%;
  }
}

.info-block {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .info-block {
    margin-bottom: 30px;
  }
}
.info-block__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .info-block__header {
    margin-bottom: 20px;
  }
}
.info-block__text {
  line-height: 1.4em;
}
.info-block__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .info-block__list {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
.info-block__column {
  padding: 13px;
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .info-block__column {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 999px) {
  .info-block__column {
    width: 50%;
  }
}
.info-block__item {
  width: 100%;
  text-decoration: none;
  color: #284c62;
}
.info-block__name {
  font-size: 18px;
  line-height: 1.4em;
  color: #284c62;
}
.info-block__pics {
  height: 255px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .info-block__pics {
    height: 200px;
  }
}
.info-block__pics img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-block--certificates .info-block__pics {
  height: 380px;
}
@media screen and (max-width: 1366px) {
  .info-block--certificates .info-block__pics {
    height: auto;
  }
}
.info-block--certificates .info-block__column {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .info-block--certificates .info-block__column {
    width: 25%;
  }
}
@media screen and (max-width: 999px) {
  .info-block--certificates .info-block__column {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 500px) {
  .info-block--certificates .info-block__column {
    width: 50%;
  }
}
.info-block--video .info-block__item {
  width: 100%;
  height: 195px;
}
@media screen and (max-width: 500px) {
  .info-block--video .info-block__column {
    width: 100%;
  }
}

.contacts__map {
  height: 790px;
  margin-top: -100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .contacts__map {
    height: 390px;
  }
}
.contacts__map:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, white, transparent, white);
  z-index: 1;
}

.catalog .layers {
  position: absolute;
  top: 30px;
}

.youtube {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  background-color: #ffffff;
  background-image: url(/local/templates/avtoprom_2026/css/../images/load.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.youtube.active:after {
  content: none;
}
.youtube:after {
  content: "";
  position: absolute;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.youtube__name {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  z-index: 1;
  pointer-events: none;
}
.youtube:hover .youtube__content img {
  opacity: 0.8;
}
.youtube:hover .youtube__play:before {
  border-left: 25px solid #e7e035;
}
.youtube__content {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.youtube__content img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  object-fit: cover;
  transition: 0.3s opacity linear;
}
.youtube__play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.youtube__play:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 25px solid #ffffff;
  border-bottom: 15px solid transparent;
  left: calc(50% + 4px);
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all linear;
}

.header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f2f3;
  display: none;
}
.header-mobile:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  background-color: #2a3e52;
  height: calc(100% + 1px);
  width: 90px;
  z-index: -1;
  transform: skewX(-35deg);
}
@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 .row .col--logo {
  margin-right: auto;
}
.header-mobile .row .col--burger {
  margin-right: 15px;
}
.header-mobile .row .col--phone a {
  display: block;
  font-size: 0;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/phone-yellow.svg");
  background-size: contain;
}
.header-mobile .logo img {
  max-height: 40px;
  width: auto;
}

.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);
}

.sidebar-mobile {
  position: fixed;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  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 .main-menu {
  margin-bottom: 30px;
}
.sidebar-mobile .main-menu__list {
  display: block;
}
.sidebar-mobile .main-menu__link {
  color: #ffffff;
  font-weight: 100;
}
.sidebar-mobile .main-menu__link:hover, .sidebar-mobile .main-menu__link.selected {
  color: #e7e035;
}
.sidebar-mobile .main-menu__item {
  margin-bottom: 10px;
}
.sidebar-mobile .main-menu__item:last-child {
  margin-bottom: 0;
}
.sidebar-mobile .main-phone {
  margin-bottom: 20px;
}
.sidebar-mobile .main-phone__number {
  padding-left: 0;
  background: none;
}
.sidebar-mobile .main-phone__number a {
  color: #ffffff;
}
.sidebar-mobile .main-phone__number a:hover {
  color: #e7e035;
}
.sidebar-mobile .main-phone__order {
  text-align: left;
  color: #e7e035;
}

.factoring {
  position: relative;
  font-weight: 500;
  margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .factoring {
    margin-bottom: 0;
  }
}
.factoring__header {
  position: relative;
}
@media screen and (max-width: 500px) {
  .factoring__header {
    margin-bottom: 20px;
  }
  .factoring__header:before, .factoring__header:after {
    content: none;
  }
}
.factoring__pics {
  position: relative;
}
@media screen and (max-width: 500px) {
  .factoring__pics {
    overflow: scroll;
    margin: 0 -20px;
  }
}
.factoring__pics img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .factoring__pics img {
    height: 250px;
    width: auto;
    max-width: inherit;
  }
}
.factoring__scheme {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .factoring__scheme {
    margin-bottom: 20px;
  }
}
.factoring__scheme .layers {
  position: absolute;
  top: 0;
  height: 100%;
}
.factoring__scheme .layers__bushes {
  top: inherit;
  bottom: -16px;
}
.factoring__scheme .layers__trees {
  top: inherit;
  bottom: 0;
}
.factoring__text {
  font-size: 18px;
  color: #284c62;
  counter-reset: section;
}
.factoring__text b {
  font-family: "Bebas Neue", Arial, sans-serif;
  text-transform: uppercase;
}
.factoring__text .step {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}
.factoring__text .step li {
  font-size: 24px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .factoring__text .step li {
    line-height: 1.2em;
    font-size: 18px;
    padding-left: 60px;
  }
}
.factoring__text .step li:last-child {
  margin-bottom: 0;
}
.factoring__text .step li:before {
  counter-increment: section;
  content: "0" counter(section);
  position: absolute;
  width: 50px;
  height: 30px;
  background-color: #284c62;
  left: 0;
  text-align: center;
  font-size: 33px;
  font-family: "Bebas Neue", Arial, sans-serif;
  color: #e7e035;
  line-height: 30px;
  transform: skew(-15deg, 0deg);
}
@media screen and (max-width: 500px) {
  .factoring__text .step li:before {
    line-height: 25px;
    height: 25px;
    width: 40px;
    font-size: 25px;
  }
}
.factoring__step {
  background-image: url("/local/templates/avtoprom_2026/css/../images/card-buy.svg");
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .factoring__step {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .factoring__step {
    background-image: none;
  }
}
.factoring__step p {
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 500px) {
  .factoring__step p {
    font-size: 16px;
    line-height: 1.3em;
  }
  .factoring__step p br {
    display: none;
  }
}
.factoring__step p b {
  font-size: 30px;
}
.factoring__example {
  padding-bottom: 160px;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 500px) {
  .factoring__example {
    margin-bottom: 20px;
  }
}
.factoring__example .section-header {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .factoring__example .section-header {
    margin-bottom: 20px;
  }
  .factoring__example .section-header:before, .factoring__example .section-header:after {
    content: none;
  }
}
.factoring__example ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.factoring__example ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .factoring__example ul li {
    line-height: 1.4em;
    font-size: 16px;
  }
}
.factoring__example ul li b {
  font-size: 24px;
}
.factoring__example ul li:last-child {
  margin-bottom: 0;
}
.factoring__example .truck {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .factoring__example .truck {
    width: auto;
    right: 0;
    opacity: 0.3;
    transform: none;
    left: inherit;
  }
}
.factoring__example .truck img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .factoring__example .truck img {
    max-width: inherit;
  }
}
.factoring__income .section-header {
  margin-bottom: 25px;
}
.factoring .offers-step {
  background-color: #f9f9f9;
  padding: 30px 0;
}
.factoring .offers-step--1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .factoring .offers-step--1 {
    margin-bottom: 20px;
  }
}
.factoring .offers-step--2 {
  margin-bottom: -80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .factoring .offers-step--2 {
    margin-bottom: -40px;
  }
}
.factoring .offers-step--2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 576px;
  height: 282px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/offers-step-2.svg");
  z-index: 5;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .factoring .offers-step--2:before {
    right: -20%;
  }
}
@media screen and (max-width: 1680px) {
  .factoring .offers-step--2:before {
    right: -25%;
  }
}
@media screen and (max-width: 1280px) {
  .factoring .offers-step--2:before {
    right: -30%;
  }
}
@media screen and (max-width: 1024px) {
  .factoring .offers-step--2:before {
    display: none;
  }
}
.factoring .offers-step--3 {
  position: relative;
}
.factoring .offers-step--3:before {
  content: "";
  position: absolute;
  width: 833px;
  height: 354px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/offers-step-3.png");
  z-index: 4;
  background-size: contain;
  right: 0;
}
@media screen and (max-width: 1440px) {
  .factoring .offers-step--3:before {
    right: -20%;
  }
}
@media screen and (max-width: 1680px) {
  .factoring .offers-step--3:before {
    right: -25%;
  }
}
@media screen and (max-width: 1280px) {
  .factoring .offers-step--3:before {
    right: -30%;
  }
}
@media screen and (max-width: 1024px) {
  .factoring .offers-step--3:before {
    display: none;
  }
}
.factoring .offers-step__col--pics {
  flex-basis: 340px;
  flex-shrink: 0;
}
.factoring .offers-step__pics {
  text-align: right;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .factoring .offers-step__pics {
    text-align: center;
  }
}
.factoring .offers-step__pics img {
  max-width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.factoring .offers-step__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .factoring .offers-step__inner {
    flex-wrap: wrap;
  }
}
.factoring .offers-step__title {
  font-size: 36px;
  font-family: "Bebas Neue", Arial, sans-serif;
  color: #284c62;
  margin-bottom: 20px;
  font-weight: 600;
}
.factoring .offers-step__text {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 25px;
}
.factoring .offers-step__text b {
  font-size: 20px;
}
.factoring .offers-step__program .program-item {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 500px) {
  .factoring .offers-step__program .program-item {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .factoring .offers-step__program .program-item:last-child {
    margin-bottom: 0;
  }
}
.factoring .offers-step__program .program-item p {
  margin: 0;
  position: relative;
}
.factoring .offers-step__program .program-item:nth-child(odd):before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  left: -340px;
  top: 0;
  transform: skewX(-30deg);
}
.factoring .offers-step__program .program-item:last-child:before {
  left: -380px;
}
.factoring .offers-step__program .program-item b {
  font-size: 24px;
}

.income {
  background-color: #344e86;
  background-image: url("/local/templates/avtoprom_2026/css/../images/income-bg.jpg");
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  .income {
    background-size: cover;
  }
}
.income:before {
  content: "";
  position: absolute;
  width: 50%;
  top: 10px;
  height: calc(100% + 50px);
  background-image: url(/local/templates/avtoprom_2026/css/../images/income-before.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  .income:before {
    width: 100%;
  }
}
.income__container {
  padding-top: 40px;
  padding-bottom: 48px;
}
.income__inner {
  position: relative;
  z-index: 10;
}
.income__contacts {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .income__contacts {
    bottom: 0;
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .income__contacts {
    margin-top: 0;
    padding-top: 30px;
  }
}
.income__contacts .income-contacts:before {
  content: "";
  position: absolute;
  width: 810px;
  height: 240px;
  background-image: url("/local/templates/avtoprom_2026/css/../images/income-contacts-bg.svg");
  left: 50%;
  top: calc(50% + 25px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 500px) {
  .income__contacts .income-contacts:before {
    top: calc(50% + 50px);
  }
}
.income__contacts .income-contacts__title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 100;
  position: relative;
}
@media screen and (max-width: 500px) {
  .income__contacts .income-contacts__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.income__contacts .income-contacts__text {
  position: relative;
}
.income__contacts .income-contacts__text p {
  margin: 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 100;
}
@media screen and (max-width: 500px) {
  .income__contacts .income-contacts__text p {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3em;
  }
}
.income__contacts .income-contacts__text p span {
  color: #6e8899;
  font-size: 18px;
}
.income__contacts .income-contacts__text p b {
  font-family: "Roboto", Arial, sans-serif;
  color: #e7e035;
}
@media screen and (max-width: 500px) {
  .income__order .form-page .row {
    flex-wrap: wrap;
  }
}
.income__order .form-page .col {
  width: 257.5px;
}
@media screen and (max-width: 500px) {
  .income__order .form-page .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
.income__order .form-page .col input {
  width: 100%;
  max-width: 100%;
}
.income__order .checkbox {
  padding-left: 18px;
}
.income__order .checkbox span {
  color: #b5b5b5;
}
@media screen and (max-width: 500px) {
  .income__order .checkbox span br {
    display: none;
  }
}
.income__order .checkbox span:before {
  background-color: #ffffff;
}
.income .income-month {
  display: flex;
  width: 100%;
  padding: 0 20px 0 17px;
  box-sizing: border-box;
}
.income .income-month__item {
  position: relative;
  font-size: 20px;
  flex-basis: 100%;
  color: #ffffff;
  text-align: center;
  font-family: "Bebas Neue", Arial, sans-serif;
  padding: 13px 2px 0 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.income .income-month__item:hover, .income .income-month__item.selected {
  color: #e7e035;
  transition: 0.2s color linear;
}
.income .income-month__item:hover:before, .income .income-month__item.selected:before {
  background-color: #e7e035;
  transition: 0.2s background-color linear;
}
.income .income-month__item span {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .income .income-month__item span {
    display: none;
  }
}
.income .income-month__item:before {
  content: "";
  width: calc(100% - 4px);
  height: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ffffff;
  transform: skew(-20deg, 0deg) translateX(-50%);
}
.income .income-form__checkbox {
  padding-left: 18px;
}
.income .income-form__checkbox input {
  display: none;
}
.income .income-form__checkbox input:checked + span:before {
  background-image: url("/local/templates/avtoprom_2026/css/../images/icons/checkbox.svg");
}
.income .income-form__checkbox span {
  position: relative;
  font-size: 22px;
  color: #ffffff;
  padding-left: 38px;
}
.income .income-form__checkbox span:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  left: 0;
  top: 0;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
.income .income-form__elem {
  width: 525px;
  margin-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .income .income-form__elem {
    width: 100%;
  }
}
.income .income-form__name {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 500px) {
  .income .income-form__name {
    font-size: 18px;
  }
}
.income .income-form__data {
  position: relative;
}
.income .income-form__data .error {
  position: absolute;
  bottom: -18px;
  right: 0;
  font-size: 14px;
  color: red;
  font-weight: 400;
  opacity: 0;
  transition: 0.2s opacity linear;
}
.income .income-form__data input {
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  outline: none;
  padding: 0 15px;
  font-size: 20px;
  border: 2px solid transparent;
  transition: 0.2s border linear;
  font-weight: 500;
}
.income .income-form__data input.error-input {
  border: 2px solid red;
}
.income .income-form__data input.error-input + .error {
  opacity: 1;
}
.income .income-form__data input::-webkit-outer-spin-button, .income .income-form__data input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .income .income-form__data input {
    height: 50px;
    line-height: 50px;
  }
}
.income .income-form__data input::placeholder {
  color: #9ba7af;
  font-size: 18px;
}
.income .income-form__data--month {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #284c62;
  height: 60px;
}
@media screen and (max-width: 500px) {
  .income .income-form__data--month {
    height: 50px;
  }
}
.income .calc-income {
  display: flex;
}
@media screen and (max-width: 999px) {
  .income .calc-income {
    flex-wrap: wrap;
  }
}
.income .calc-income__form {
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .income .calc-income__form {
    margin-right: 0;
    width: 100%;
  }
}
.income .calc-income__program .income-program {
  position: relative;
}
@media screen and (max-width: 999px) {
  .income .calc-income__program .income-program {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .income .calc-income__program .income-program {
    padding: 20px 0;
  }
  .income .calc-income__program .income-program:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    margin: 0 -20px;
    background: rgba(255, 255, 255, 0.1);
  }
}
.income .calc-income__program .income-program__item {
  position: relative;
}
.income .calc-income__program .income-program__title {
  color: #284c62;
  text-align: right;
  padding-right: 35px;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .income .calc-income__program .income-program__title {
    font-weight: 500;
    color: #ffffff;
  }
}
@media screen and (max-width: 500px) {
  .income .calc-income__program .income-program__title {
    text-align: left;
    padding-right: 0;
    padding-left: 18px;
    font-size: 36px;
    color: #fff734;
  }
}
.income .calc-income__program .income-program__row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .income .calc-income__program .income-program__row {
    margin-bottom: 20px;
  }
}
.income .calc-income__program .income-program__row:last-child {
  margin-bottom: 0;
}
.income .calc-income__program .income-program__text {
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  width: 176px;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.income .calc-income__program .income-program__text:before {
  content: ":";
  position: absolute;
  font-size: 36px;
  color: #ffffff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.income .calc-income__program .income-program__label {
  max-width: 185px;
}
@media screen and (max-width: 500px) {
  .income .calc-income__program .income-program__label {
    max-width: 100%;
  }
}
.income .calc-income__program .income-program__label input {
  border-radius: 15px;
  background-color: #284c62;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  outline: none;
  padding: 0 15px;
  font-size: 22px;
  color: #fff734;
  border: 1px solid rgba(155, 167, 175, 0.4);
}
@media screen and (max-width: 999px) {
  .income .calc-income__program .income-program__label input {
    font-size: 20px;
  }
}

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

/* End */


/* Start:/local/templates/avtoprom_2026/css/custom.css?164869776943*/
.products__column {
	margin-bottom: 40px;
}
/* End */


/* Start:/local/templates/avtoprom_2026/components/bitrix/menu/main/style.css?16351791671007*/
.main-menu__item {
    position: relative;
}

.main-menu__item:hover .submenu {
    opacity: 1;
    visibility: visible;
    display: block;
}

.main-menu__link {
    position: relative;
    z-index: 5;
}

.submenu {
    position: absolute;
    background-color: #ffff;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
    left: -20px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: .1s all linear;
    min-width: 200px;
}

.submenu li  {
    list-style: none;
    margin-bottom: 10px;
    white-space: nowrap;
}

.submenu li a {
    color: #384a55;
}

.submenu li a:hover {
    color: #000000;
}

.submenu li:last-child  {
    margin-bottom: 0;
}

.sidebar-mobile .submenu {
    position: relative;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    visibility: visible;
    margin-left: 20px;
}

.sidebar-mobile  .submenu li a {
    color: #878787;
}
/* End */


/* Start:/local/templates/avtoprom_2026/components/luxar/super/order-uzhe-uhodite/style.css?1634883842254*/
#popup_uzhe_uhodite {
    display: none;
}
#popup_uzhe_uhodite__indikator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    height: 10px;
}
.form-page__description {
    color: #fff;
    font-size: 30px;
}
/* End */


/* Start:/local/templates/avtoprom_2026/components/luxar/super/order-timeout/style.css?1635159646155*/
#popup_timeout {
    display: none;
}
.form-page__description {
    color: #fff;
    font-size: 30px;
}
#popup_timeout .row a {
    color: #fff;
}
/* End */
/* /local/templates/avtoprom_2026/js/fancy/jquery.fancybox.css?162497566017412 */
/* /local/templates/avtoprom_2026/js/swiper/swiper-bundle.min.css?163207532815564 */
/* /local/templates/avtoprom_2026/css/normalize.css?16319780856138 */
/* /local/templates/avtoprom_2026/css/style.css?177087610892048 */
/* /local/templates/avtoprom_2026/css/custom.css?164869776943 */
/* /local/templates/avtoprom_2026/components/bitrix/menu/main/style.css?16351791671007 */
/* /local/templates/avtoprom_2026/components/luxar/super/order-uzhe-uhodite/style.css?1634883842254 */
/* /local/templates/avtoprom_2026/components/luxar/super/order-timeout/style.css?1635159646155 */
