

/* Start:/local/templates/kamaz/js/fancybox/jquery.fancybox.css?174289912417390*/
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/kamaz/js/swiper/swiper.min.css?174289912413667*/
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-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-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}: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(-1 * 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}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.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-container-horizontal>.swiper-pagination-bullets,.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:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-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-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/kamaz/js/formstyler/jquery.formstyler.css?17428991242175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/kamaz/template_styles.css?177927461286404*/
@charset "UTF-8";

@font-face {
	font-family: 'Proxima Nova';
	src: url("/local/templates/kamaz/fonts/ProximaNova-Bold.eot") format("embedded-opentype");
	src: url("/local/templates/kamaz/fonts/ProximaNova-Bold.ttf") format("truetype"), url("/local/templates/kamaz/fonts/ProximaNova-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url("/local/templates/kamaz/fonts/ProximaNova-Extrabld.eot") format("embedded-opentype");
	src: url("/local/templates/kamaz/fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("/local/templates/kamaz/fonts/ProximaNova-Extrabld.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

.header-bot .wrap {
	padding: 0 !important;
}

body,
html {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "Inter", "Arial", sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.011em;
	color: #000000;
	min-height: 100%;
	font-weight: normal;
}

* {
	box-sizing: border-box;
	outline: none;
}

p:first-child,
h2:first-child,
h3:first-child {
	margin-top: 0;
}

p:last-child,
h2:last-child,
h3:last-child {
	margin-bottom: 0;
}

a {
	color: #000000;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	/*font-family: "Proxima Nova", "Inter", "Arial", sans-serif;*/
	font-family: "Inter", "Arial", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.022em;
	/*text-transform: uppercase;*/
	color: #000000;
	margin-bottom: 32px;
}

.h1,
.h2,
.h4,
.h3 {
	margin-top: 0;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 16px;
}

h3,
.h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
}

h4,
.h4 {
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 4px;
}

[data-js-tab] {
	display: none;
}

[data-js-tab].active {
	display: block;
}

.breadcrumbs {
	color: rgba(0, 0, 0, 0.3);
	margin: 0 0 8px;
}

/*.breadcrumbs span, .breadcrumbs a {*/
.breadcrumb {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: rgba(0, 0, 0, 0.3);
	/*margin-right: 3px;*/
	position: relative;
	padding-right: 2px;
}

.breadcrumb a {
	color: rgba(0, 0, 0, 0.3);
}

.breadcrumb a:hover {
	color: rgba(0, 0, 0, 0.7);
}

.wrap {
	max-width: 1228px;
	margin: 0 auto;
	padding: 0 30px;
}

.main {
	/*margin-top: 168px;*/
	margin-top: 48px;
	min-height: 460px;
}

.main>img {
	display: block;
	width: 100%;
}

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

.page-top h1 {
	margin-top: 0;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	position: absolute;
	left: 30px;
	top: 22px;
}

.header {
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
}

.header>.wrap {
	position: relative;
}

.header-top {
	padding: 10px 0;
	padding-left: 344px;
}

.header-phone {
	display: inline-block;
	vertical-align: middle;
	margin-right: 23px;
	position: absolute;
	right: 304px;
	top: 19px;
}

.header-phone .phone {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-bottom: -4px;
}

.header-phone .link {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline dashed;
	-webkit-text-decoration: underline dashed;
	text-underline-position: under;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: #E70000;
}

.header-request.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 12px 16px;
	letter-spacing: 0.03em;
	position: absolute;
	right: 125px;
	top: 12px;
}

.header-bot {
	border-top: 4px solid #D90000;
	background-color: #1a1a1a;
}

.header .burger,
.header .search-open {
	display: none;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu>li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
}

.menu>li>a {
	display: inline-block;
	vertical-align: top;
	padding: 14px 25px 16px;
	text-align: center;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #fff;
	align-items: center;
}

.menu>li>a.parent {
	padding-right: 31px;
	position: relative;
}

.menu>li>a.active {
	color: #F72727;
}

.menu>li>a.parent:after {
	content: "";
	display: block;
	position: absolute;
	width: 7px;
	height: 5px;
	background: url("/local/templates/kamaz/images/svg/arr-choose.svg") no-repeat center;
	background-size: contain;
	top: 50%;
	right: 20px;
	z-index: 2;
	transform: translateY(-50%);
}

.menu>li>a.engines {
	background-color: #D90000;
	padding: 14px 26px 16px;
	margin-right: 4px;
}

.menu>li>a.engines.active {
	color: #fff;
}

.menu>li>a.engines:hover {
	background-color: #BF0000;
}

.menu>li>a.engines:after {
	right: 16px;
}

.menu>li>a:hover {
	background-color: #252525;
}

.menu>li:hover .left-menu {
	display: block;
}

.menu .left-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	z-index: 3;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.menu .left-menu li {
	white-space: nowrap;
}

.menu .left-menu li a {
	padding: 8px 24px;
}

.search {
	display: inline-block;
	vertical-align: middle;
	margin-right: 75px;
	position: relative;
	width: 38%;
}

.search .input {
	padding: 4px 16px;
}

.search button {
	-webkit-appearance: none;
	border: 0;
	background: url("/local/templates/kamaz/images/svg/search.svg") no-repeat center #191919;
	border-radius: 0 2px 2px 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

.lang {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 20px;
	right: 30px;
}

.lang a {
	display: inline-block;
	vertical-align: top;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #000;
	/*text-transform: uppercase;*/
	opacity: 0.4;
}

.lang a.active {
	opacity: 1;
}

.lang a+a {
	/*margin-left: 13px;*/
}

.input {
	font-size: 14px;
	line-height: 31px;
	letter-spacing: -0.006em;
	color: #000;
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding: 0 15px 1px;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.input+span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.input-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin-bottom: 16px;
	padding-top: 24px;
}

.input-wrap--2 {
	width: calc(50% - 8px);
	margin-right: 16px;
}

.input-wrap.last {
	margin-right: 0;
}

.check {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	border: 1px solid #494949;
}

.check+span {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 25px);
	padding-left: 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: rgba(0, 0, 0, 0.6);
	margin-top: -4px;
}

.check+span a {
	color: inherit;
	text-decoration: underline;
	text-underline-position: under;
}

.check-wrap {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	cursor: pointer;
	margin: 19px 0 24px;
}

.check .jq-checkbox__div {
	width: 14px;
	height: 14px;
	background: url("/local/templates/kamaz/images/svg/v-red.svg") no-repeat center;
	opacity: 0;
}

.check.checked .jq-checkbox__div {
	opacity: 1;
}

::placeholder {
	font-size: 14px;
	/*line-height: 20px;*/
	letter-spacing: -0.006em;
	color: #8D8D8D;
	font-family: "Inter", "Arial", sans-serif;
}

.btn {
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	font-family: "Inter", "Arial", sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.025em;
	color: #fff;
	font-weight: 800;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	background: #D90000;
	border: 1px solid #D90000;
	padding: 12px 39px 12px 40px;
	cursor: pointer;
	border-radius: 2px;
}

.btn:hover {
	color: #FFFFFF;
	background-color: #BF0000;
}

.btn--light {
	font-weight: 600;
	letter-spacing: 0.011em;
	/*color: #D90000;*/
	/*background-color: transparent;*/
	background: #D90000;
	color: #fff;
}

.btn--light:hover {
	color: #BF0000;
	border-color: #BF0000;
	background-color: transparent;
}

.top-slider {
	position: relative;
	overflow: hidden;
	margin: 25px 25px 40px;
}

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

.top-slider__item .wrap {
	position: relative;
	height: 552px;
	z-index: 3;
	max-width: 1225px;
}

.top-slider__item:before,
.top-slider__item:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 62.97%);
	opacity: 0.49;
	z-index: 1;
}

.top-slider__item:before {
	background: #000000;
	opacity: 0.2;
	z-index: 0;
}

.top-slider__info {
	max-width: 700px;
	position: absolute;
	top: 49%;
	left: 30px;
	transform: translateY(-50%);
	z-index: 2;
}

.top-slider__section {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #FFFFFF;
	opacity: 0.5;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.top-slider__title {
	font-family: "Inter", "Arial", sans-serif;
	font-weight: 600;
	font-size: 60px;
	line-height: 68px;
	letter-spacing: -0.022em;
	/*text-transform: uppercase;*/
	color: #FFFFFF;
	/*margin-bottom: 15px; */
}

.top-slider__text {
	color: #FFFFFF;
	margin-bottom: 31px;
}

.top-slider__video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
}

.top-slider__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	display: block;
	z-index: 2;
}

.top-slider .swiper-button-next {
	right: 122px;
}

.top-slider .swiper-button-prev {
	left: 122px;
}

.swiper-container {
	opacity: 0;
	visibility: hidden;
}

.swiper-container-initialized {
	opacity: 1;
	visibility: visible;
}

.swiper-button {
	width: 32px;
	height: 32px;
	border-radius: 32px;
	background: url("/local/templates/kamaz/images/svg/arr-choose.svg") no-repeat center #D90000;
	background-size: 11px 13px;
}

.swiper-button-next {
	transform: rotate(-90deg);
	right: 0;
}

.swiper-button-prev {
	transform: rotate(90deg);
	left: 0;
}

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

.swiper-button:hover {
	background-color: #BF0000;
}

.swiper-pagination {
	position: absolute;
	left: 50%;
	top: auto;
	right: auto;
	line-height: 0;
	bottom: 28px;
	transform: translateX(-50%);
}

.swiper-pagination-bullet {
	width: 72px;
	height: 4px;
	background-color: #FFFFFF;
	opacity: 0.4;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #D90000;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	left: 50%;
	bottom: 28px;
}

.prod-section {
	padding: 100px 0 34px;
	background: #F7F7F7;
	position: relative;
	margin: 25px 25px 40px;
}

.prod-section>.wrap {
	position: relative;
}

.prod-section__title {
	margin-bottom: 25px;
}

.prod-section__text {
	display: none;
	max-width: 570px;
	margin: 0 auto 56px;
}

.prod-section .btn {
	position: absolute;
	right: 30px;
	top: -30px;
}

.section-slider {
	margin: 0 0 32px;
}

.section-slider.swiper-container {
	margin: 0 -15px;
	padding: 0 15px;
}

.about-sections .section-slider.swiper-container {
	margin-bottom: 40px;
}

.about-sections .about-sections__descr {
	margin: 0 auto;
}

.section-slider .swiper-button-disabled {
	opacity: 0;
}

.section-slides {
	margin: 0 -16px;
}

.section-slides.swiper-wrapper {
	margin: 0;
}

.section-slide {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	text-align: left;
	margin: 0 16px 32px;
	background: no-repeat 50% 32px;
	border-radius: 2px;
	padding: 49px 22px 28px;
	position: relative;
}

.section-slide.swiper-slide {
	text-align: center;
	width: 100%;
	margin: 0;
}

.section-slide__img {
	text-align: center;
	display: block;
	line-height: 0;
	margin: 26px -22px;
	height: 250px;
}

.section-slide__img img {
	max-width: 100%;
	max-height: 100%;
}

.section-slide__title {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 16px;
}

.section-slide__text {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: rgba(0, 0, 0, 0.3);
}

.main-about {
	background-color: #1a1a1a;
	padding: 94px 0 136px;
	color: #FFFFFF;
	overflow: hidden;
}

.main-about__col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.main-about__col:first-child {
	padding-right: 40px;
}

.main-about__col:last-child {
	padding-left: 48px;
}

.main-about__sub {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
	text-transform: uppercase;
}

.main-about__title {
	margin-bottom: 16px;
	color: #ffffff;
}

.main-about__text {
	max-width: 520px;
	margin-bottom: 32px;
}

.main-about__text p {
	margin: 0 0 8px;
}

.main-about__img {
	line-height: 0;
	position: relative;
	padding-top: 27px;
	z-index: 1;
}

.main-about__img img {
	width: 100%;
}

.main-about__img:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -40px;
	width: 100%;
	height: 100%;
	background: url("/local/templates/kamaz/images/svg/main-about-dots.svg") no-repeat center top;
	z-index: -1;
}

.main-news {
	margin-bottom: 104px;
	padding: 96px 0 46px;
}

.main-news .wrap {
	position: relative;
}

.main-news__title {
	margin-right: 220px;
}

.main-news__btn {
	position: absolute;
	top: 0;
	right: 30px;
}

.main-news__items {
	margin: 0 -16px;
}

.main-news__items.swiper-container {
	padding: 0 16px;
}

.main-news__item {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 16px 32px;
}

.main-news__item.swiper-slide {
	width: 100%;
	margin: 0;
}

.main-news__item-img {
	display: block;
	padding-top: 248px;
	margin-bottom: 16px;
	background: no-repeat center;
	background-size: cover;
}

.main-news__item-date {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 12px;
}

.main-news__item-title {
	display: block;
	margin-bottom: 8px;
}

.main-news .swiper-button {
	top: 133px;
}

.footer {
	background-color: #F7F7F7;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.011em;
	color: #000;
}

.footer .wrap {
	padding-top: 80px;
	position: relative;
}

.footer .logo {
	width: 216px;
	position: absolute;
	left: 30px;
	top: 30px;
	line-height: 0;
}

.footer .logo img {
	width: 100%;
}

.footer-bot {
	padding: 26px 0 14px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.2);
}

.footer-bot .prominado {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 14px;
	right: 30px;
}

.footer-bot span a {
	opacity: .3;
	margin-left: 73px;
}

.footer-bot span a:hover {
	opacity: 1;
}

.footer-bot span a:last-child {
	margin-left: 35px;
}

.footer-bot .prominado a {
	color: inherit;
}

.footer-menu {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 455px);
	padding-right: 30px;
}

.footer-menu ul {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 220px;
}

.footer-menu ul li {
	margin: 0;
}

.footer-menu ul li a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.011em;
	color: #000000;
	margin-bottom: 8px;
}

.footer-menu ul li a:hover {
	color: #D90000;
}

.footer-contacts {
	display: inline-block;
	vertical-align: top;
	width: 220px;
}

.footer-contacts .address {
	max-width: 187px;
	margin-bottom: 16px;
}

.footer-contacts .phone {
	margin: 0;
}

.footer-contacts .mail {
	display: block;
}

.label {
	display: inline-block;
	vertical-align: top;
	background-color: #D90000;
	padding: 3px 18px 1px;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0 8px 0 8px;
	position: absolute;
	top: 16px;
	left: 23px;
	z-index: 2;
}

.sections {
	margin: 56px 0;
}

.sections-item {
	display: block;
	background-color: #F7F7F7;
	margin-bottom: 24px;
	padding: 120px 56px 128px 51.4%;
	position: relative;
}

.sections-item__img {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 51%;
	background: no-repeat 50% 52px;
}

.sections-item__img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sections-item__title {
	display: block;
	margin-bottom: 8px;
}

.sections-item__text {
	display: block;
	margin-bottom: 32px;
	color: rgba(0, 0, 0, 0.3);
}

.sections-item__text .table {
	display: block;
	margin: 16px 0;
}

.sections-item__text .table .tr {
	display: block;
	margin-bottom: 8px;
	color: rgba(0, 0, 0, 0.3);
}

.sections-item__text .table .tr span {
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000;
	margin-left: 8px;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
}

.sections-inner {
	margin: 0 0 56px;
}

.sections-inner .sections-item {
	padding: 40px 56px 38px 52%;
	margin-bottom: 16px;
}

.page-left {
	width: 400px;
	padding-right: 32px;
	position: absolute;
	top: 120px;
	left: 30px;
	z-index: 5;
}

.page-right {
	margin-left: 400px;
}

.left-menu {
	list-style: none;
	padding: 0;
	margin: 0 0 32px;
}

.left-menu>li {
	margin: 0;
	border-bottom: 1px solid #EFEFEF;
}

.left-menu>li:hover,
.left-menu>li.opened {
	background-color: #F7F7F7;
}

.left-menu>li.opened a:after {
	transform: rotate(-180deg);
}

.left-menu>li>a {
	display: block;
	padding: 8px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.01em;
	color: #000;
}

.left-menu>li>a.parent {
	padding-right: 32px;
	position: relative;
}

.left-menu>li>a.parent:after {
	content: "";
	display: block;
	position: absolute;
	background: url("/local/templates/kamaz/images/svg/arr-choose-black.svg") no-repeat center;
	right: 16px;
	top: 16px;
	width: 12px;
	height: 8px;
}

.left-menu>li>a.parent+ul {
	display: none;
	list-style: none;
	padding: 0 8px 6px 24px;
	margin: 0;
}

.left-menu>li>a.parent+ul li {
	margin: 0 0 8px;
}

.left-menu>li>a.parent+ul li a {
	display: block;
}

.left-menu>li>a.parent+ul li a:hover {
	color: #D90000;
}

.product {
	margin: 88px 0 54px;
	position: relative;
	padding-left: 51.4%;
}

.product h1 {
	margin: 16px 0;
}

.product-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 53.5%;
}

.product-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product-text {
	margin-bottom: 26px;
}

.product-brand {
	max-width: 220px;
	margin-bottom: 25px;
}

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

.product-descr {
	margin-bottom: 8px;
}

.product-descr .tr {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-bottom: 24px;
	padding-right: 20px;
}

.product-descr .tr:nth-child(2n+2) {
	width: 65%;
}

.product-descr .tr-title {
	display: block;
}

.product-descr .tr span {
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	margin-right: 5px;
}

.product-table {
	margin-bottom: 64px;
}

.product-table__title {
	margin-bottom: 40px;
}

.product-table__items {
	display: table;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #000;
}

.product-table__items .tr {
	display: table-row;
}

.product-table tr:nth-child(2n+2) td,
.product-table__items .tr:nth-child(2n+2) .td {
	background-color: #F7F7F7;
}

.product-table td,
.product-table th,
.product-table__items .td {
	font-weight: normal;
	vertical-align: top;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	display: table-cell;
	padding: 8px 16px;
}

.product-table th,
.product-table__items .tr--header .td {
	padding: 0 38px 32px 8px;
}

.product-table--complex {
	margin-bottom: 88px;
}

.product-table--complex .h2 {
	margin-bottom: 32px;
}

.product-table--complex .product-table__items .td:first-child {
	width: 18%;
}

.product-table--complex .product-table__items .td:nth-child(2) {
	width: 20%;
}

.product-table--complex .product-table__items .td-title {
	display: block;
	width: 100%;
	border: 1px solid #ffffff;
	background-color: #F7F7F7;
	padding: 8px;
}

.product-table--complex .product-table__items .td-col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	background-color: #ffffff;
	padding: 8px;
}

.product-table--complex .product-table__items .tr--header .td {
	padding: 8px 24px 32px 8px;
}

.product-table--complex .product-table__items .tr--header .td--complex {
	padding: 0;
}

.product-table--complex .product-table__items .tr:not(.tr--header) .td span {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 8px;
}

.product-slider {
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 120px 0 100px;
}

.product-slider .dots {
	position: absolute;
	width: 104px;
	height: 32px;
	top: 0;
	left: 50%;
	margin-left: -580px;
}

.product-slider .h2 {
	margin-bottom: 40px;
}

.product-slider__items {
	max-width: 800px;
	overflow: visible;
}

.product-slider .swiper-slide {
	/*width: auto;*/
	width: 100%;
	opacity: .8;
}

.product-slider .swiper-slide-active {
	opacity: 1;
}

.product-slider .swiper-slide img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 520px;
	margin-bottom: 8px;
}

.product-slider .swiper-slide span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: rgba(25, 34, 58, 0.5);
	text-align: left;
	opacity: 0;
}

.product-slider .swiper-button {
	top: 4px;
	right: auto;
	left: 50%;
	margin: 0 0 0 554px;
}

.product-slider .swiper-button-prev {
	margin-left: 506px;
}

.product-slider--about {
	margin: 104px 0 120px;
}

.product-slider .swiper-slide-active span {
	opacity: 1;
}

.text-box {
	margin: 104px 0 112px;
}

.text-box__descr {
	max-width: 768px;
	margin-bottom: 40px;
}

.text-box .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.text-box .h2 {
	margin-bottom: 32px;
}

.text-box ul+.h3 {
	margin-top: 40px;
}

.text-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 448px;
	margin-right: 20px;
}

.text-box ul li {
	position: relative;
	margin-bottom: 8px;
}

.text-box ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #D90000;
	left: -16px;
	top: 9px;
}

.text-box--about {
	margin: 80px 0 88px;
}

.text-box--about .h2 {
	margin-bottom: 17px;
}

.text-box--about ul li {
	margin-bottom: 16px;
}

.doc-box {
	background-color: #F7F7F7;
	padding: 64px 0 58px;
	margin-bottom: 104px;
	position: relative;
}

.doc-box:after {
	content: "";
	display: block;
	position: absolute;
	width: 303px;
	height: 176px;
	background: url("/local/templates/kamaz/images/svg/lines.svg") no-repeat center;
	right: 0;
	top: 0;
	transform: translateY(-50%);
}

.doc-box .h2 {
	margin-bottom: 48px;
}

.doc-box .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.doc-box .doc {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 23px;
	position: relative;
	padding-left: 32px;
	background: url("/local/templates/kamaz/images/svg/file.svg") no-repeat 0 50%;
}

.doc-box .doc span {
	text-decoration: underline;
	-webkit-text-decoration: underline;
}

.doc-box .doc:after {
	content: attr(data-size);
	display: block;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: rgba(0, 0, 0, 0.3);
}

.doc-box .doc:hover span {
	color: #D90000;
}

.contacts-top {
	display: inline-block;
	vertical-align: top;
	width: 395px;
	padding-right: 75px;
	margin-bottom: 40px;
}

.contacts-box {
	display: block;
	width: 100%;
	/*display: inline-block;*/
	/*vertical-align: top;*/
	/*width: 34%;*/
	/*padding-right: 20px;*/
	margin-bottom: 24px;
}

.contacts-box .h4 {
	margin: 0;
}

.contacts-box:last-child {
	/*width: 32%;*/
	padding-right: 0;
}

.contacts-box .mail {
	color: #D90000;
}

.contacts-box .phone.h2 {
	margin: 0;
}

.contacts-map {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 400px);
	height: 424px;
	margin-bottom: 64px;
}

.managers {
	margin: 0 -30px 60px 0;
}

.managers-title {
	margin-bottom: 32px;
}

.managers .manager {
	display: inline-block;
	vertical-align: top;
	width: calc(33.5% - 96px);
	max-width: 304px;
	margin: 0 96px 32px 0;
}

.managers .manager:last-child {
	margin-right: 0;
}

.managers .manager-img {
	/*display: none;*/
	height: 0;
	overflow: hidden;
	padding-top: 125%;
	background: no-repeat center whitesmoke;
	background-size: cover;
	margin-bottom: 24px;
}

.managers .manager-position {
	margin-bottom: 8px;
}

.managers .manager-contacts {
	color: #D90000;
	display: block;
	margin-bottom: 8px;
}

.about-col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-top: 40px;
}

.about-col h1 {
	margin-top: 0;
}

.about-col img {
	display: none;
}

.about-col--production {
	position: relative;
	width: 58.2%;
	margin-bottom: 25px;
}

.about-col--production .about-descr {
	max-width: 570px;
}

.about-col--production .dots {
	position: absolute;
	width: 100px;
	height: 392px;
	left: -150px;
	top: 7px;
}

.about-col--production .dots .col {
	background: url("/local/templates/kamaz/images/svg/main-about-dots.svg") no-repeat 0 0;
}

.about-col--production-right {
	padding-top: 104px;
	width: 41%;
	margin-bottom: 24px;
}

.about-top {
	margin: 88px 0 137px;
	padding-left: calc(50% + 16px);
	position: relative;
}

.about-top h1 {
	margin: 0 0 34px;
}

.about-top .main-about__img {
	position: absolute;
	/*left: -20%;*/
	/*width: 61%;*/
	left: -136px;
	width: calc(50% + 136px - 118px);
	top: 3%;
}

.about-top .main-about__img:after {
	right: -77px;
}

.about-descr {
	margin: 17px 0 48px;
}

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

.about-sections .brand-logo {
	display: block;
	max-width: 315px;
	margin: 0 auto 39px;
	line-height: 0;
}

.about-sections .brand-logo img {
	width: 100%;
}

.about-sections__descr {
	max-width: 768px;
	margin: 0 auto 48px;
}

.advantage-box {
	margin-bottom: 36px;
}

.advantage-box .title {
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 4px;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
}

.advantage-box .text {
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.advantage-box .text span {
	display: inline-block;
	vertical-align: super;
	font-size: 24px;
	line-height: 1;
}

.about-history {
	margin: 80px 0;
	padding: 72px 0;
	background-color: #F7F7F7;
}

.about-history .wrap {
	position: relative;
}

.about-history__title {
	margin-bottom: 16px;
	margin-right: 30%;
}

.about-history__img {
	display: block;
	width: 30%;
	text-align: right;
	line-height: 0;
	position: absolute;
	top: 56px;
	right: 30px;
}

.about-history__text {
	display: block;
	margin-right: 30%;
	padding-right: 30px;
	margin-bottom: 40px;
}

.about-history__text ul {
	max-width: 768px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-history__text li {
	margin-bottom: 8px;
	position: relative;
}

.about-history__text li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #E70000;
	position: absolute;
	left: -16px;
	top: 8px;
}

.about-history .swiper-container {
	padding: 0 16px;
	margin: 0 -16px;
	width: auto;
}

.about-history .swiper-wrapper {
	align-items: center;
}

.about-history .swiper-slide {
	width: auto;
}

.about-history .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 520px;
	margin: 0 auto;
}

.certificates {
	background-color: #F7F7F7;
	padding: 80px 0;
	margin-bottom: 80px;
}

.certificates-title {
	margin-bottom: 18px;
}

.certificates-descr {
	max-width: 460px;
	margin-bottom: 40px;
}

.certificate {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px 16px;
	width: calc(25% - 16px);
}

.certificate.swiper-slide {
	width: 100%;
	margin: 0;
}

.certificate-img {
	display: block;
	padding-top: 140.5%;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 8px;
}

.certificate-img img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.certificate-text {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.006em;
	color: #000;
	padding-right: 20px;
}

.certificate-items {
	margin: 0 -8px;
}

.certificate-items.swiper-container {
	margin: 0 -16px;
	padding: 0 16px;
}

.partners {
	margin-bottom: 160px;
}

.partners-descr {
	max-width: 450px;
	margin-bottom: 40px;
}

.partners-map {
	height: 416px;
	background-color: #F7F7F7;
	margin-bottom: 56px;
}

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

.partners-slider {
	margin: 0 -16px;
	padding: 0 16px;
}

.production-line {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 24px;
}

.production-line__title {
	color: #ffffff;
	margin-bottom: 24px;
}

.production-line__descr {
	max-width: 568px;
	margin-bottom: 40px;
	width: 50%;
}

.production-line__top {
	background: url("/local/templates/kamaz/images/static/prod-bg-top.jpg") no-repeat center;
	background-size: cover;
	min-height: 592px;
	color: #ffffff;
	padding-top: 104px;
	margin-bottom: 40px;
	position: relative
}

.production-line__bot {
	width: 50%;
}

.production-line__bot ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 464px;
}

.production-line__bot ul li {
	position: relative;
	margin-bottom: 8px;
}

.production-line__bot ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #D90000;
	left: -16px;
	top: 9px;
}

.production-line__bot ul li {
	margin-bottom: 16px;
}

.production-line__slider {
	width: 49%;
	background-color: #000000;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
}

.production-line__slider:after {
	content: "";
	display: block;
	position: absolute;
	height: 16px;
	left: 0;
	right: 208px;
	bottom: 0;
	background-color: #FFFFFF;
}

.production-line__slider .h2 {
	color: #ffffff;
	margin-bottom: 30px;
	max-width: 470px;
}

.production-line__slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 448px;
}

.production-line__slider ul li {
	position: relative;
	margin-bottom: 8px;
}

.production-line__slider ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #D90000;
	left: -16px;
	top: 9px;
}

.production-line__slider ul li {
	margin-bottom: 16px;
}

.production-line__slider .swiper-button {
	border-radius: 0;
	width: 104px;
	height: 64px;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	background: url("/local/templates/kamaz/images/svg/arrow-black.svg") no-repeat center #F7F7F7;
	transform: none;
}

.production-line__slider .swiper-button-prev {
	background: url("/local/templates/kamaz/images/svg/arrow-red.svg") no-repeat center #FFFFFF;
	right: 104px;
	transform: rotate(180deg);
}

.production-line__slider .swiper-slide {
	padding: 34px 56px 64px;
}

.production-line__info {
	background-color: #000000;
	color: #ffffff;
	padding: 24px 25px 28px;
	transform: translateY(-67%);
	z-index: 1;
	position: relative;
	max-width: 1247px;
	margin: 0 auto;
}

.production-line__info span {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 15px;
}

.production-line__info span:before {
	content: '';
	display: block;
	width: 10px;
	height: 8px;
	background-color: #D90000;
	margin-bottom: 12px;
	padding: 0 15px;
}

.production-line--test {
	position: relative;
	padding-bottom: 0;
	margin-bottom: -16px;
}

.production-line--test .production-line__top {
	background-image: url("/local/templates/kamaz/images/static/prod-bg.jpg");
	margin-bottom: 0;
	position: relative;
}

.production-line__top .wrap {
	position: relative;
	z-index: 2;
}

.production-line__top:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 62.97%);
	opacity: 0.7;
	z-index: 0;
}

.production-line--test .production-line__top .dots {
	position: absolute;
	width: 234px;
	height: 90px;
	top: 100%;
	left: 0;
	z-index: 0;
}

.production-line--test .production-line__top .dots--right {
	left: auto;
	right: 0;
	flex-direction: row-reverse;
}

.service {
	margin: 0 0 80px;
}

.service-item {
	display: block;
	margin: 0 0 24px;
	padding: 76px 52% 76px 64px;
	background-color: #F7F7F7;
	position: relative
}

.service-item--top {
	background-color: transparent;
	padding: 0;
}

.service-item--top .service-item__text {
	max-width: 480px;
	width: 48%;
}

.service-item__img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
	line-height: 0;
}

.service-item__name {
	display: block;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 20px;
}

.service-item__text {
	display: block;
	font-size: 16px;
	margin-bottom: 32px;
	max-width: 440px;
}

.service-detail {
	position: relative;
	padding-top: 64px;
	margin: -56px 0 118px;
	background-color: #F7F7F7;
}

.service-detail:after {
	content: "";
	display: block;
	position: absolute;
	height: 64px;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 0;
}

.service-detail:before {
	content: "";
	display: block;
	position: absolute;
	background: url("/local/templates/kamaz/images/svg/dots-big.svg") no-repeat 0 0;
	height: 64px;
	top: 0;
	right: 0;
	left: 168px;
	z-index: 1;
}

.service-detail__top {
	color: #ffffff;
	padding: 72px 72px 64px;
	background: no-repeat center;
	background-size: cover;
	position: relative;
}

.service-detail__top h2 {
	color: #ffffff;
}

.service-detail__top:after,
.service-detail__top:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 62.97%);
	opacity: 0.49;
	z-index: 0;
}

.service-detail__top .content {
	max-width: 504px;
	position: relative;
	z-index: 1;
}

.service-detail>.content {
	padding: 56px 72px;
	max-width: 600px;
}

.service-detail>.content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-detail>.content ul li {
	position: relative;
	margin-bottom: 8px;
}

.service-detail>.content ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #D90000;
	left: -16px;
	top: 9px;
}

.service-detail>.content ul+h3 {
	margin-top: 40px;
}

.service-detail__btn {
	margin-top: 40px;
	padding: 8px 16px;
}

.projects {
	margin: 56px 0 120px;
}

.projects-item {
	display: block;
	margin-bottom: 24px;
	background-color: #F7F7F7;
	padding-right: 51.4%;
	position: relative;
}

.projects-item__info {
	display: block;
	padding: 64px 64px 72px;
}

.projects-item__img {
	display: block;
	background: no-repeat center;
	background-size: cover;
	position: absolute;
	width: 48.6%;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 0;
	overflow: hidden;
}

.projects-item__name {
	display: block;
}

.projects-item__descr {
	display: block;
	max-width: 406px;
	margin-bottom: 16px;
}

.projects-item__descr .tr {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
	margin-bottom: 16px;
	color: rgba(0, 0, 0, 0.3);
}

.projects-item__descr .tr span {
	display: block;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000000;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
}

.project {
	margin-bottom: 120px;
}

.project-left,
.project-right {
	display: inline-block;
	vertical-align: top;
	width: 368px;
}

.project-left {
	width: calc(100% - 368px);
	padding-right: 60px;
}

.project-right {
	padding-top: 16px;
}

.project-info {
	max-width: 684px;
}

.project-info p+h2 {
	margin-top: 40px;
}

.project-slider {
	margin: 38px -16px 0;
	padding: 0 16px;
}

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

.project-item {
	background-color: #F7F7F7;
	padding: 32px 32px 40px;
}

.project-item__img {
	line-height: 0;
	background: no-repeat 50% 0;
	padding: 0 30px;
}

.project-item__img img {
	max-width: 100%;
	max-height: 100%;
}

.project-item .tr {
	margin-bottom: 8px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.project-item .tr .td {
	color: rgba(0, 0, 0, 0.3);
}

.project-item .tr .td:last-child {
	text-align: right;
	font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
	font-weight: bold;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #000;
}

.project-item__btn {
	margin-top: 24px;
	padding: 7px 33px;
}

.body--main .main {
	margin-top: 0;
	/*margin-top: 120px; */
}

.body--about-prod .prod-section {
	background-color: transparent;
	margin: 0;
	padding-bottom: 0;
}

.body--service .page-top {
	margin-bottom: 32px;
}

.body--service .feedback {
	margin-top: 92px;
}

.body--serviceDetail .page-top {
	margin: 0;
}

.body--serviceDetail .page-right {
	margin-right: calc((100vw - 1100px) / 2 * -1);
	width: calc((100% - 444px) + ((100vw - 1100px) / 2));
}

.body--left-col .main>.wrap {
	position: relative;
}

.body--left-col .main>.wrap:first-child {
	z-index: 1;
}

.fancybox-is-open .fancybox-bg {
	opacity: .7;
}

.bnt-back {
	display: none;
}

.do-request,
.burger-menu {
	display: none;
}

.dots {
	height: 32px;
	width: 520px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	margin-left: 16px;
}

.dots .col {
	display: inline-block;
	vertical-align: top;
	width: 23px;
	margin-right: 1px;
	background: url("/local/templates/kamaz/images/svg/main-about-dots.svg") no-repeat 0 0;
	opacity: 0;
}

.animate .dots .col {
	animation: show .5s forwards;
}

@keyframes show {
	to {
		opacity: 1;
	}
}

.feedback {
	display: flex;
	overflow: hidden;
	margin: 104px 0 118px;
}

.feedback-col {
	display: flex;
	width: 50%;
}

.feedback-info {
	height: 100%;
	max-width: 384px;
	padding-bottom: 52px;
	position: relative;
	margin-right: 20px;
}

.feedback-info .dots {
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.feedback-title {
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 16px;
}

.feedback-text {
	margin-bottom: 16px;
}

.feedback-agree {
	display: none;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 36px;
}

.feedback-agree a {
	text-decoration: underline;
	color: inherit;
}

.feedback form {
	display: block;
	width: 100%;
	padding-left: 16px;
	overflow-x: hidden;
}

.feedback form .check-wrap

/*, .feedback form .input-wrap */
	{
	display: block;
	max-width: 368px;
}

/*.feedback form .check-wrap {*/
/*display: none; }*/
.feedback form button {
	margin-top: 6px;
}

.feedback.fancybox-content {
	max-width: 1024px;
	width: 100%;
	display: inline-block;
}

.feedback.fancybox-content .feedback-col {
	display: inline-block;
	vertical-align: top;
}

/*news*/
.news-list {
	margin-bottom: 105px;
}

.news-list__item {
	display: block;
	margin-bottom: 24px;
}

.news-list__item .col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.news-list__item .col:last-child {
	text-align: right;
}

.news-list__item-content {
	display: inline-block;
	vertical-align: top;
	max-width: 440px;
	margin-right: 30px;
	text-align: left;
	margin-bottom: 24px;
}

.news-list__item-pic {
	display: block;
	line-height: 0;
	background: whitesmoke;
}

.news-list__item img {
	display: block;
	width: 100%;
	mix-blend-mode: multiply;
}

.news-list__item-date {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: #000000;
	opacity: 0.3;
	margin-bottom: 8px;
}

.news-list__item-name {
	display: block;
	margin-bottom: 20px;
}

.news-list__item-text {
	display: block;
	margin-bottom: 32px;
}

.body--newsDetail .main>.wrap {
	max-width: 828px;
}

.body--newsDetail .page-top {
	margin-bottom: 8px;
}

.body--newsDetail .page-top h1 {
	display: none;
}

.new h1 {
	margin: 0 0 40px;
	font-weight: 600;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -0.022em;
}

.new img {
	display: block;
	width: 100%;
	margin: 40px 0;
}

.static a {
	color: #BF0000;
	text-decoration: underline;
}

.static a:hover {
	color: #000;
}

.static ul,
.static ol {
	margin: 20px 0;
}

.static li {
	margin: 10px 0;
}

.static ul {
	padding: 0;
	list-style: none;
}

.static ul li {
	padding-left: 25px;
	position: relative;
}

.static ul li:before {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #BF0000;
	display: block;
	content: "";
}

.other-news {
	margin: 80px 0 120px;
	position: relative;
}

.other-news h2 {
	margin-right: 230px;
	margin-bottom: 28px;
}

.other-news__btn {
	position: absolute;
	right: 0;
	top: 0;
}

.other-news__item {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	margin-right: 32px;
}

.other-news__item:last-child {
	margin-right: 0;
}

.other-news__item-img {
	display: block;
	padding-top: 67.4%;
	background: no-repeat center;
	background-size: cover;
	margin-bottom: 16px;
}

.other-news__date {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	opacity: 0.3;
	margin-bottom: 12px;
}

.other-news__name {
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.011em;
	margin-bottom: 8px;
}

.other-news__text {
	display: block;
}

.main-certs {
	background-color: #F7F7F7;
	padding: 80px 0;
}

.main-certs__title {
	margin-bottom: 20px;
}

.main-certs__text {
	max-width: 600px;
	margin-bottom: 40px;
}

.service-link {
	color: #D90000;
}

.service-link:hover {
	color: #BF0000;
}

.news-images {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-images img {
	flex: 0 0 49%;
	width: 49%;
}

.footer-logo {
	width: 185px;
	display: inline-block;
	margin-right: 4%;
}

.footer-logo img {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 15px 0;
}

.footer-logo p {
	font-size: 8px;
	line-height: 10px;
	margin-top: -5px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.left-menu {
		position: sticky;
		top: 30px;
	}

	.section-slide:hover .section-slide__title {
		color: #D90000;
	}

	.sections-item:hover .sections-item__title {
		color: #D90000;
	}
}

@media (max-width: 1410px) {
	.top-slider .swiper-button-prev {
		left: 30px;
	}

	.top-slider .swiper-button-next {
		right: 30px;
	}
}

@media (max-width: 1310px) {
	.production-line__info {
		margin: 0 30px;
	}
}

@media (max-width: 1220px) {
	.top-slider .wrap {
		max-width: 100%;
	}

	.top-slider__info {
		left: 90px;
	}

	.product-slider:before {
		margin-left: 0;
		left: 30px;
	}

	.product-slider .swiper-button {
		margin: 0;
		left: auto;
	}

	.product-slider .swiper-button-next {
		right: 30px;
	}

	.product-slider .swiper-button-prev {
		right: 82px;
	}

	.about-top .main-about__img {
		left: -30px;
		width: calc(50% + 30px - 56px);
		top: 3%;
	}

	.about-top .main-about__img:after {
		right: -50px;
		background-position: 102% top;

	}
}

@media (max-width: 1200px) {
	.header .logo {
		top: 20px;
	}

	.header .logo img {
		width: 80%;
	}

	.header .search {
		width: 32%;
		margin-right: 2%;
	}

	.header-top {
		padding-left: 255px;
	}

	.main-about__title {
		font-size: 38px;
	}
}

@media (max-width: 1140px) {
	.body--serviceDetail .page-right {
		margin-right: -30px;
		width: calc(100% - 400px + 30px);
	}
}

@media (max-width: 1100px) {

	.about-col--production-right,
	.about-col--production {
		width: 50%;
	}

	.about-col--production {
		padding-right: 40px;
	}
}

@media (max-width: 1024px) {
	.top-slider__video {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: auto;
		height: 600px;
	}

	.wrap {
		padding: 0 16px;
	}

	h1,
	.h1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 24px;
	}

	.breadcrumbs {
		margin: 0 0 15px;
	}

	.main {
		margin-top: 80px;
	}

	.page-top {
		margin-bottom: 16px;
	}

	.page-top h1 {
		margin-bottom: 16px;
	}

	.btn {
		padding: 16px 19px;
	}

	.input {
		padding: 9px 15px;
	}

	.input-wrap {
		padding-top: 25px;
		margin-bottom: 8px;
	}

	.label {
		left: 16px;
	}

	.header {
		height: 64px;
		padding: 0;
		background-color: #ffffff;
		position: fixed;
		z-index: 10;
	}

	.header:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		height: 8px;
		background: linear-gradient(180deg, rgba(215, 215, 215, 0.7) -249.11%, rgba(215, 215, 215, 0.49) -249.08%, rgba(196, 196, 196, 0) 100%);
	}

	.header .burger {
		display: block;
		width: 24px;
		height: 15px;
		padding: 6px 0;
		position: absolute;
		top: 24px;
		right: 20px;
	}

	.header .burger:before,
	.header .burger:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}

	.header .burger:after {
		top: auto;
		bottom: 0;
	}

	.header .burger:before,
	.header .burger:after,
	.header .burger span {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #D90000;
	}

	.header .do-request {
		display: block;
		width: 32px;
		height: 32px;
		background: url(/local/templates/kamaz/images/svg/phone-ico.svg) no-repeat center;
		position: absolute;
		top: 16px;
		right: 71px;
	}

	.header-top,
	.header-bot {
		display: none;
	}

	.header .logo {
		left: 16px;
		width: 185px;
		top: 26px;
	}

	.header .logo img {
		width: 100%;
	}

	.body--main .main {
		margin-top: 64px;
	}

	.body--service .page-top {
		margin-bottom: 16px;
	}

	.body--serviceDetail .page-left {
		display: none;
	}

	.body--serviceDetail .page-right {
		margin: 0;
		width: 100%;
	}

	.body--serviceDetail .page-top h1 {
		display: none;
	}

	.swiper-button {
		width: 40px;
		height: 40px;
	}

	.section-slider.swiper-container {
		margin: 0 0 32px;
		padding: 0;
		text-align: left;
	}

	.section-slider .swiper-button {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 16px 16px 0 0;
	}

	.section-slide {
		padding: 49px 22px 34px;
	}

	.section-slide__img {
		margin-bottom: 32px;
	}

	.section-slide__title {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.section-slide__text {
		font-size: 16px;
		line-height: 24px;
	}

	.prod-section {
		margin-bottom: 32px;
	}

	.prod-section .btn {
		display: block;
		width: 216px;
	}

	.prod-section__title {
		margin-bottom: 17px;
	}

	.prod-section__text {
		margin-bottom: 34px;
	}

	.prod-section__img {
		margin-bottom: 32px;
	}

	.main-about {
		padding: 48px 0 85px;
	}

	.main-about__col:first-child,
	.main-about__col:last-child,
	.main-about__col {
		display: block;
		width: 100%;
		padding: 0;
	}

	.main-about__sub {
		display: none;
	}

	.main-about__btn {
		width: 216px;
		margin-bottom: 40px;
	}

	.main-about__img {
		padding-top: 24px;
		margin-bottom: 30px;
		text-align: center;
		padding-right: 30px;
	}

	.main-about__img img {
		max-width: 500px;
	}

	.main-about__img:after {
		background-image: url("/local/templates/kamaz/images/svg/dots-mobile.svg");
		right: 0;
		left: 30px;
		top: 0;
		bottom: 30px;
		width: auto;
		height: auto;
		background-size: contain;
	}

	.main-about__text {
		margin-bottom: 25px;
		max-width: 100%;
	}

	.main-about__text p {
		margin: 0;
	}

	.main-news {
		padding: 48px 0 64px;
		margin-bottom: 48px;
	}

	.main-news__title {
		margin-bottom: 32px;
	}

	.main-news__btn {
		position: static;
		margin-top: 24px;
		padding: 16px 37px;
	}

	.main-news__items.swiper-container {
		margin: 0;
		padding: 0;
	}

	.main-news__item-img {
		padding-top: 232px;
		margin-bottom: 24px;
	}

	.main-news__item-date {
		line-height: 16px;
		margin-bottom: 4px;
	}

	.main-news__item-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.main-news .swiper-button {
		width: 32px;
		height: 32px;
		top: 118px;
	}

	.main-news .swiper-button-prev {
		left: 16px;
	}

	.main-news .swiper-button-next {
		right: 16px;
	}

	.burger-menu {
		display: none;
		background-color: #ffffff;
		margin: 0 !important;
		padding: 80px 0 0;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 470px;
	}

	.burger-menu__mid {
		margin: 10px 16px;
		position: relative;
	}

	.burger-menu__mid .lang {
		top: 0;
		right: 0;
	}

	.burger-menu .search {
		display: block;
		margin: 37px 0 18px;
		width: 100%;
	}

	.burger-menu .search input {
		display: block;
		height: 41px;
		line-height: 29px;
		padding: 6px 16px;
	}

	.burger-menu .search input::placeholder {
		line-height: 29px;
	}

	.burger-menu .search button {
		background: url("/local/templates/kamaz/images/svg/search-red.svg") no-repeat center;
		width: 50px;
	}

	.burger-menu__header {
		background: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 64px;
		padding: 25px 16px;
		z-index: 1;
	}

	.burger-menu__header:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		height: 8px;
		background: linear-gradient(180deg, rgba(215, 215, 215, 0.7) -249.11%, rgba(215, 215, 215, 0.49) -249.08%, rgba(196, 196, 196, 0) 100%);
	}

	.burger-menu .fancybox-close-small {
		display: none;
	}

	.burger-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.burger-menu ul.lvl2,
	.burger-menu ul.lvl3 {
		display: none;
	}

	.burger-menu ul.lvl2 li>a,
	.burger-menu ul.lvl3 li>a {
		padding-left: 46px;
	}

	.burger-menu ul li {
		margin: 0;
	}

	.burger-menu ul a {
		display: block;
		font-family: "Proxima Nova", "Inter", "Arial", sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		color: rgba(0, 0, 0, 0.9);
		padding: 16px;
		position: relative;
	}

	.burger-menu ul .parent {
		display: block;
	}

	.burger-menu ul .parent a {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 50px);
	}

	.burger-menu ul .parent a.link {
		width: 50px;
		height: 56px;
		background: url("/local/templates/kamaz/images/svg/arr-nav.svg") no-repeat center;
	}

	.burger-menu ul .back {
		display: block;
		background-color: #F7F7F7;
		padding-left: 46px;
		position: relative;
	}

	.burger-menu ul .back:after {
		content: "";
		display: block;
		position: absolute;
		width: 46px;
		height: 56px;
		background: url("/local/templates/kamaz/images/svg/arr-nav.svg") no-repeat center;
		transform: rotate(180deg);
		position: absolute;
		left: 0;
		top: 0;
	}

	.burger-menu .do-request,
	.burger-menu .burger-close {
		display: block;
		width: 32px;
		height: 32px;
		background: url(/local/templates/kamaz/images/svg/phone-ico.svg) no-repeat center;
		position: absolute;
		top: 16px;
		right: 71px;
	}

	.burger-menu .burger-close {
		width: 24px;
		height: 24px;
		padding: 6px 0;
		top: 20px;
		right: 20px;
		background: url(/local/templates/kamaz/images/svg/burger-close.svg) no-repeat center;
	}

	.burger-menu .logo {
		left: 16px;
		width: 185px;
		top: 26px;
	}

	.burger-menu .logo img {
		width: 100%;
	}

	.search-mobile {
		position: fixed;
		top: 13px;
		left: 16px;
		right: 15px;
		background-color: transparent;
		padding: 0;
		margin: 0;
	}

	.search-mobile input {
		background-color: #ffffff;
		padding: 7px 10px;
	}

	.search-mobile input::placeholder {
		line-height: 31px;
	}

	.search-mobile button {
		-webkit-appearance: none;
		border: 0;
		background: url("/local/templates/kamaz/images/svg/search-red.svg") no-repeat center;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 100%;
	}

	.search-mobile .fancybox-close-small {
		display: none;
	}

	.sections-item {
		padding: 40px 24px 50px 51.4%;
	}

	.page-right {
		margin-left: 0;
	}

	.page-left {
		width: 100%;
		position: static;
	}

	.left-menu {
		margin: 0 -16px 21px;
		width: calc(100% + 64px);
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-left: 16px;
	}

	.left-menu::-webkit-scrollbar {
		display: none;
	}

	.left-menu li {
		display: inline-block;
		vertical-align: top;
		margin-right: 9px;
	}

	.left-menu li a {
		display: inline-block;
		vertical-align: top;
		padding: 8px 16px;
		text-align: center;
		border: 1px solid #000000;
		box-sizing: border-box;
		border-radius: 2px;
		opacity: .5;
		font-size: 12px;
		line-height: 24px;
	}

	.left-menu li a.active {
		opacity: 1;
		background-color: #F7F7F7;
	}

	.left-menu li a.parent {
		padding-right: 16px;
	}

	.left-menu li a.parent ul,
	.left-menu li a.parent:after {
		display: none;
	}

	.product {
		margin: 0 0 64px;
	}

	.product-table__holder {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.product-table--complex {
		margin-bottom: 64px;
	}

	.product-slider {
		margin: 79px 16px 32px;
		text-align: left;
	}

	.product-slider .h2 {
		padding-right: 100px;
		margin-bottom: 32px;
	}

	.product-slider:before {
		display: none;
	}

	.product-slider .swiper-slide {
		width: 100%;
		overflow: hidden;
	}

	.product-slider .swiper-slide img {
		height: 489px;
		margin-left: 50%;
		transform: translateX(-50%);
	}

	.product-slider .swiper-slide span {
		display: none;
	}

	.product-slider .swiper-button {
		width: 32px;
		height: 32px;
		right: 0;
	}

	.product-slider .swiper-button-prev {
		right: 48px;
	}

	.product-slider--about {
		margin: 33px 16px 94px;
	}

	.product-slider--about .swiper-slide span {
		display: block;
	}

	.text-box .col {
		padding-right: 20px;
	}

	.text-box ul {
		margin-right: 0;
	}

	.text-box ul li {
		padding-left: 24px;
		margin-bottom: 8px;
	}

	.text-box ul li:after {
		left: 0;
	}

	.text-box--about .h2 {
		margin-bottom: 28px;
	}

	.text-box__descr {
		margin-bottom: 30px;
	}

	.contacts-box .phone.h2 {
		font-size: 20px;
	}

	.managers {
		margin-right: 0;
	}

	.managers .manager {
		margin-right: 40px;
		width: 50%;
	}

	.about-top {
		margin: 0 0 64px;
		padding-left: 0;
	}

	.about-top .main-about__img {
		position: relative;
		left: auto;
		top: auto;
		width: 580px;
		margin: 0 auto 24px;
	}

	.about-top .main-about__img img {
		max-width: 500px;
		width: calc(100% - 30px);
	}

	.about-top .main-about__img:after {
		right: 0;
		left: 30px;
		width: auto;
		background-position: 100% top;
		background-size: contain;
	}

	.about-top .main-about__img+img {
		max-width: 229px;
	}

	.about-top--production {
		position: relative;
		width: 57%;
		margin-bottom: 25px;
	}

	.about-top--production .about-descr {
		max-width: 570px;
	}

	.about-top--production:before {
		content: "";
		display: block;
		position: absolute;
		width: 536px;
		height: 392px;
		background: url("/local/templates/kamaz/images/svg/main-about-dots.svg") no-repeat 100% 0;
		left: -608px;
		top: 7px;
	}

	.about-top--production-right {
		padding-top: 102px;
		width: 43%;
		margin-bottom: 25px;
	}

	.about-top .advantage-box {
		margin-bottom: 18px;
	}

	.about-descr {
		margin: 17px 0 32px;
	}

	.about-sections {
		text-align: center;
		margin-bottom: 64px;
	}

	.about-sections .brand-logo {
		display: block;
		margin: 0 auto 52px;
		max-width: 168px;
		line-height: 0;
	}

	.about-sections .brand-logo img {
		width: 100%;
	}

	.about-sections__descr {
		max-width: 768px;
		margin: 0 auto 48px;
	}

	.about-sections__title {
		font-size: 24px;
		line-height: 24px;
		max-width: 260px;
		margin: 0 auto 24px;
	}

	.about-sections .btn {
		display: block;
		width: 232px;
	}

	.about-descr {
		margin: 16px 0 32px;
	}

	.advantage-box {
		margin-bottom: 16px;
	}

	.advantage-box .title {
		margin: 0;
	}

	.advantage-box .text {
		font-size: 20px;
		line-height: 40px;
	}

	.advantage-box .text span {
		font-size: 14px;
	}

	.production-line__title {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	.production-line ul li {
		padding-left: 24px;
	}

	.production-line ul li:after {
		left: 0;
	}

	.service-detail {
		padding-top: 0;
		margin: 0 -16px;
		background-color: #ffffff;
	}

	.service-detail:after,
	.service-detail:before {
		display: none;
	}

	.service-detail__top {
		margin: 0;
		padding: 31px 16px 70px;
	}

	.service-detail__top h2 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 16px;
		max-width: 240px;
	}

	.service-detail>.content {
		padding: 32px 16px 16px;
	}

	.service-detail>.content h3 {
		margin-bottom: 16px;
	}

	.service-detail>.content ul li {
		padding-left: 24px;
	}

	.service-detail>.content ul li:after {
		left: 0;
	}

	.service-detail>.content ul+h3 {
		margin-top: 31px;
	}

	.service-detail__btn {
		margin-top: 27px;
		padding: 16px 38px;
	}

	.bnt-back {
		display: block;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.006em;
		color: rgba(0, 0, 0, 0.6);
		margin-bottom: 16px;
		padding-left: 19px;
		position: relative;
	}

	.bnt-back:before {
		content: "";
		display: block;
		position: absolute;
		background: url("/local/templates/kamaz/images/svg/arr-nav.svg") no-repeat center;
		background-size: contain;
		left: 0;
		top: 6px;
		transform: rotate(180deg);
		opacity: .6;
		width: 7px;
		height: 11px;
	}

	.projects-item__info {
		padding: 32px 34px 42px;
	}

	.product-table .product-table__items .tr--header .td {
		padding-left: 16px;
	}

	.contacts-top,
	.contacts-map {
		width: 100%;
		padding-right: 0;
	}

	.left-menu>li>a.parent+ul {
		display: none !important;
	}

	.section-slide.swiper-slide {
		text-align: left;
	}

	.section-slider .swiper-button-disabled {
		opacity: .3;
	}

	.about-history li {
		padding-left: 16px;
	}

	.about-history li:before {
		left: 0;
	}
}

@media (max-width: 870px) {
	.production-line {
		margin-bottom: 9px;
	}

	.production-line__top {
		padding-top: 48px;
		min-height: 457px;
		margin-bottom: 30px;
	}

	.production-line__bot {
		width: 100%;
		margin-bottom: 41px;
	}

	.production-line__bot ul li {
		margin-bottom: 8px;
	}

	.production-line__slider {
		width: calc(100% + 32px);
		position: static;
		margin: 0 -16px;
		background-color: #000;
	}

	.production-line__slider .swiper-slide {
		padding: 40px 16px 66px;
	}

	.production-line__slider .h2 {
		font-size: 24px;
		line-height: 30px;
		letter-spacing: 0.01em;
		margin-bottom: 28px;
	}

	.production-line__slider ul li {
		margin-bottom: 8px;
	}

	.production-line__descr {
		width: 100%;
		padding-right: 30px;
	}

	.production-line--test .production-line__top {
		min-height: 312px;
	}

	.production-line__info {
		transform: none;
		margin: 0 0 48px;
		background-color: #000000;
		padding: 33px 16px 76px;
	}

	.production-line__info span {
		width: 100%;
		padding: 0;
		margin-bottom: 24px;
	}

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

	.body--about-prod .prod-section {
		margin-bottom: 52px;
	}

	.production-line--test .production-line__top:before,
	.production-line--test .production-line__top:after {
		display: none;
	}

	.production-line__descr {
		margin: 0;
	}

	.service {
		margin-bottom: 24px;
	}

	.service-item {
		/*width: calc(50% - 32px); */
		padding: 48px 52% 48px 32px;
	}

	.certificate {
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 16px);
	}

	.certificate.swiper-slide {
		width: 100%;
	}

	.service-item--top {
		padding: 0;
	}

	.service-item--top .service-item__text {
		max-width: 100%;
		width: 100%;
		margin: 0;
	}

	.service-item--top .service-item__img {
		position: static;
		width: 100%;
		padding-top: 48%;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.top-slider {
		padding: 0;
		background: url("/local/templates/kamaz/images/static/top-slider.jpg") no-repeat center;
		margin: 25px 0 50px;
	}

	.top-slider:before,
	.top-slider:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 62.97%);
		opacity: 0.49;
		z-index: 0;
	}

	.top-slider:before {
		background: #000000;
		opacity: 0.2;
		z-index: 0;
	}

	.top-slider__info {
		left: auto;
		top: auto;
		position: relative;
		margin-bottom: 18px;
		transform: none;
		z-index: 3;
	}

	.top-slider__info .btn {
		/*display: none; */
	}

	.top-slider .swiper-slide {
		padding: 176px 0 146px;

		background-image: none !important;
	}

	.top-slider .swiper-slide:before,
	.top-slider .swiper-slide:after {
		display: none;
	}

	.top-slider .swiper-button {
		position: relative;
		transform: rotate(-90deg);
		display: inline-block;
		vertical-align: top;
		margin-left: 16px;
		margin-top: 0;
		left: auto;
		right: auto;
		top: auto;
		z-index: 10;
	}

	.top-slider .swiper-button-prev {
		transform: rotate(90deg);
	}

	.top-slider .swiper-button-next {
		margin-left: 12px;
	}

	.top-slider .swiper-pagination {
		bottom: 0;
		left: 0;
		right: 0;
		padding: 14px 8px;
		transform: none;
		overflow: hidden;
		display: table;
		border-spacing: 8px 0;
	}

	.top-slider .swiper-pagination-bullet {
		position: relative;
		z-index: 2;
		width: auto;
		display: table-cell;
		margin: 0;
	}

	.top-slider__item .wrap {
		height: auto;
	}

	.top-slider__section {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.top-slider__title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 23px;
	}

	.top-slider__text {
		margin-bottom: 16px;
	}

	.section-slide {
		padding: 0;
	}

	.section-slider .swiper-wrapper {
		background-color: #F7F7F7;
		width: max-content;
	}

	.about-sections .section-slider .swiper-wrapper {
		background-color: transparent;
		padding: 32px 0;
	}

	.section-slide__img {
		text-align: center;
		height: 220px;
		margin: 0 -22px;
	}

	.footer .wrap {
		padding-top: 104px;
	}

	.footer .logo {
		width: 186px;
		top: 48px;
		left: 16px;
	}

	.footer-menu {
		width: 100%;
		padding-right: 0;
	}

	.footer-menu ul {
		width: 50%;
		margin-bottom: 23px;
	}

	.footer-menu ul:last-child {
		width: 100%;
	}

	.footer .phone,
	.footer .mail,
	.footer .address {
		font-size: 14px;
		line-height: 24px;
	}

	.footer-bot {
		padding: 17px 0 32px;
	}

	.footer-bot .prominado {
		bottom: 33px;
		right: 16px;
	}

	.sections {
		margin: 16px 0 48px;
	}

	.sections-inner .sections-item {
		padding: 0 20px 32px;
		margin-bottom: 24px;
	}

	.sections-inner .sections-item__img {
		height: 200px;
		margin-bottom: 31px;
	}

	.sections-item {
		padding: 0 20px 32px;
	}

	.sections-item__img {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin-bottom: 24px;
		height: 280px;
		width: 100%;
		text-align: center;
		background: none !important;
	}

	.sections-item__title {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
		font-weight: 600;
	}

	.sections-item__text {
		margin-bottom: 21px;
	}

	.sections-item__text .table .tr span {
		margin-left: auto;
	}

	.sections-item__btn {
		width: 170px;
	}

	.body--catalogSection .sections-item__title {
		margin-bottom: 24px;
	}

	.body--catalogSection .page-top h1 {
		margin-bottom: 24px;
		line-height: 30px;
	}

	.product {
		padding: 0;
	}

	.product-img {
		position: static;
		text-align: center;
		line-height: 0;
		margin-bottom: 33px;
	}

	.product-img img {
		display: inline;
		position: static;
		transform: none;
	}

	.product-brand {
		max-width: 168px;
		margin-bottom: 31px;
	}

	.product-descr {
		margin-bottom: 22px;
	}

	.product-descr .tr {
		width: 50%;
		padding-right: 25px;
		margin-bottom: 22px;
	}

	.product-descr .tr:nth-child(2n+2) {
		width: 50%;
	}

	.product-descr .tr span {
		display: inline-block;
		vertical-align: bottom;
		font-size: 28px;
		line-height: 32px;
		margin-top: 5px;
	}

	.product-table__title {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 24px;
	}

	.product-table__items .tr--header .td {
		padding: 0 8px 24px 16px;
		min-width: 160px;
	}

	.product-table__holder {
		width: calc(100% + 32px);
		margin: 0 -16px;
	}

	.text-box {
		margin: 0 0 24px;
	}

	.text-box .h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.text-box .h3 {
		margin-bottom: 16px;
	}

	.text-box ul+.h3 {
		margin-top: 32px;
	}

	.text-box .col {
		width: 100%;
		margin-bottom: 24px;
		padding: 0;
	}

	.text-box--about {
		margin-bottom: 58px;
	}

	.text-box--about .col {
		margin-bottom: 0;
	}

	.doc-box {
		margin-bottom: 48px;
		padding: 47px 0 44px;
	}

	.doc-box .h2 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 32px;
	}

	.doc-box:after {
		display: none;
	}

	.doc-box .col {
		width: 100%;
	}

	.doc-box .doc {
		background-position-y: 10px;
	}

	.contacts-top {
		margin: 32px 0 8px;
	}

	.contacts-box {
		width: 100%;
	}

	.contacts-box:last-child {
		width: 100%;
	}

	.contacts-map {
		height: 240px;
	}

	.managers {
		margin: 0 0 64px;
		overflow: hidden;
	}

	.managers-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 27px;
	}

	.managers .manager {
		width: 100%;
		margin: 0 20px 33px 0;
	}

	.managers .manager:last-child {
		margin-bottom: 0;
	}

	.certificates {
		padding: 48px 0 32px;
		margin-bottom: 48px;
	}

	.certificates-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 24px;
	}

	.certificates-descr {
		font-size: 14px;
		line-height: 24px;
		letter-spacing: -0.006em;
		color: #000;
		margin-bottom: 33px;
	}

	.certificates .swiper-button {
		display: inline-block;
		vertical-align: top;
		width: 32px;
		height: 32px;
		position: static;
		margin: 16px 16px 0 0;
	}

	.partners {
		margin-bottom: 72px;
	}

	.partners .h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 27px;
	}

	.partners-descr {
		margin-bottom: 24px;
		font-size: 14px;
	}

	.partners-map {
		height: 268px;
		margin-bottom: 35px;
	}

	.partners-slider {
		margin: 0;
		padding: 0;
	}

	.partners-slider .swiper-slide {
		height: 104px;
	}

	.partners-slider .swiper-slide img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}

	.partners-slider .swiper-wrapper {
		height: 272px;
		margin-bottom: 20px;
	}

	.partners-slider .swiper-button {
		display: inline-block;
		vertical-align: top;
		position: static;
		margin: 0 16px 0 0;
		width: 32px;
		height: 32px;
	}

	.about-col {
		display: block;
		width: 100%;
		margin: 0 0 32px;
	}

	.about-col:last-child {
		margin-bottom: 63px;
	}

	.about-col img {
		display: block;
		width: 230px;
		margin-bottom: 24px;
	}

	.about-col--production:before {
		display: none;
	}

	.about-col--production-right {
		padding-top: 0;
	}

	.projects {
		margin: 0 0 45px;
	}

	.projects-item {
		padding-right: 0;
	}

	.projects-item__img {
		position: static;
		height: 280px;
		width: 100%;
	}

	.projects-item__info {
		padding: 24px 24px 32px;
	}

	.projects-item__name {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
		font-weight: bold;
	}

	.projects-item__descr .tr {
		padding-right: 5px;
	}

	.projects-item__descr .tr:nth-child(2n+2) {
		padding-right: 0;
	}

	.projects-item__btn {
		width: 170px;
	}

	.project {
		margin: 34px 0 24px;
	}

	.project-left,
	.project-right {
		width: 100%;
		padding: 0;
	}

	.project-left {
		margin-bottom: 48px;
	}

	.project-info {
		max-width: 100%;
	}

	.project-info h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.project-info p+h2 {
		margin-top: 24px;
	}

	.project .swiper-button {
		display: inline-block;
		vertical-align: top;
		position: static;
		margin: 16px 16px 0 0;
	}

	.project-item {
		padding: 32px 16px 40px;
		margin: 0 -16px;
	}

	.project-item .btn {
		width: 168px;
		padding: 16px 19px;
	}

	.project-slider {
		margin-top: 23px;
	}

	.feedback .dots {
		display: none;
	}

	.about-top .main-about__img {
		padding-right: 24px;
		padding-top: 21px;
	}

	.about-top .main-about__img img {
		width: 100%;
	}

	.about-top .main-about__img:after {
		background-size: 99%;
	}

	.prod-section .btn {
		top: -60px;
	}

	.prod-section {
		margin: 25px 0 32px;
		padding: 50px 0;
	}

	.section-slide__text {
		font-size: 14px;
		line-height: 18px;
	}

	.news-list__item {
		margin-bottom: 40px;
		position: relative;
	}

	.news-list__item .btn {
		padding: 12px 19px;
	}

	.news-list__item .col {
		display: block;
		width: 100%;
	}

	.news-list__item-content {
		margin-right: 0;
	}

	.news-list__item-name {
		margin-bottom: 8px;
	}

	.news-list__item-text {
		margin-bottom: 16px;
	}

	.news-list {
		margin: 32px 0 64px;
	}

	.new h1 {
		font-size: 40px;
		line-height: 52px;
		margin-bottom: 32px;
	}

	.other-news {
		margin: 40px 0;
	}

	.footer-logo {
		width: 220px;
		margin-right: 0;
	}

	.footer-logo img:last-of-type {
		display: block;
	}
}

@media (max-width: 740px) {

	.about-history__text,
	.about-history__title {
		margin-right: 0;
		margin-bottom: 32px;
	}

	.about-history__img {
		display: block;
		text-align: left;
		width: 100%;
		position: static;
		margin-bottom: 24px;
	}
}

@media (max-width: 640px) {
	.feedback {
		flex-direction: column;
		margin: 48px 0 64px;
	}

	.feedback-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 16px;
		color: #363636;
	}

	.feedback-col {
		display: block;
		width: 100%;
	}

	.feedback-info {
		padding-bottom: 0;
	}

	.feedback-info:after {
		display: none;
	}

	.feedback form {
		padding: 0 0;
	}

	.feedback form:before {
		display: none;
	}

	.feedback form:after {
		content: '';
		display: block;
		width: 520px;
		height: 32px;
		background: url(/local/templates/kamaz/images/svg/main-about-dots.svg) no-repeat 0 0;
		margin: 48px 0 0;
	}

	.feedback form .check-wrap {
		display: block;
	}

	.feedback form button {
		margin-top: 0;
		padding: 16px 38px;
	}

	.feedback-text {
		margin-bottom: 32px;
	}

	.feedback-agree {
		display: none;
	}

	.managers .manager {
		max-width: 100%;
	}

	.certificate {
		display: inline-block;
		vertical-align: top;
		width: calc(50% - 16px);
	}

	.certificate.swiper-slide {
		width: 100%;
	}

	.certificate-text {
		padding-right: 0;
	}

	.about-top .main-about__img {
		text-align: left;
		width: 100%;
	}

	.main-about {
		padding: 48px 0 115px;
		position: relative;
	}

	.main-about__btn {
		position: absolute;
		bottom: 64px;
		left: 16px;
		width: 216px;
		margin: 0;
	}

	.feedback.fancybox-content {
		padding: 40px 20px;
		margin: 0;
	}

	.feedback.fancybox-content form button {
		width: 100%;
		padding: 12px 38px;
	}

	.prod-section .btn {
		position: static;
	}

	.prod-section .section-slide {
		background: no-repeat 100% 70%;
    	background-size: 40%;
	}

	.service-item {
		padding-right: 32px;
		padding-top: 0;
	}

	.service-item__img {
		position: static;
		width: calc(100% + 64px);
		height: 280px;
		margin: 0 -32px 32px;
	}

	.product-slider .swiper-slide img {
		height: auto;
		margin: 0;
		transform: none;
		max-width: 100%;
	}

	.footer-bot span a {
		display: block;
		margin-left: 0;
		margin-top: 8px;
	}

	.footer-bot span a:last-child {
		margin-left: 0;
	}

	.about-history {
		padding: 40px 0;
		margin: 40px 0;
	}

	.about-history .swiper-button {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin: 16px 16px 0 0;
	}

	.about-history .swiper-slide {
		padding: 0;
	}

	.about-history .swiper-slide img {
		max-height: 300px;
	}
}

@media only screen and (max-width: 1000px) {

	html body .section-slide__title,
	html body .section-slide__text {
		display: block !important;
		font-size: 14px !important;
	}
}

@media (max-width: 528px) {
	.product-slider--about .swiper-button {
		top: 38px;
	}

	.service-item {
		/*width: calc(100% - 32px);*/
		margin-bottom: 24px;
		padding: 0 16px 32px;
	}

	.service-item__img {
		margin: 0 -16px 24px;
		width: calc(100% + 32px);
		height: 224px;
	}

	.service-item__name {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.service-item__text {
		font-size: 16px;
		line-height: 24px;
	}

	.service-item .btn {
		width: 100%;
	}

	.service-item--top {
		padding: 0;
	}

	.service-item--top .service-item__img {
		margin: 0 0 24px;
	}

	.other-news__item {
		width: 100%;
		margin: 0 0 50px;
	}

	.other-news h2 {
		margin-right: 0;
		margin-bottom: 16px;
	}

	.other-news__btn {
		position: static;
		margin-bottom: 16px;
		padding: 12px 20px;
	}

	.news-images img {
		flex: 0 0 100%;
		width: 100%;
	}
}

@media (max-width: 470px) {
	.footer-logo img:last-of-type {
		display: inline-block;
		margin-bottom: 30px;
	}
}

@media (max-width: 360px) {
	.product-table__items .tr--header .td {
		min-width: 0;
	}

	.product-table__items .tr--header .td--complex {
		min-width: 180px;
	}

	.certificate {
		width: 100%;
		margin: 0 0 16px;
	}

	.certificate-items {
		margin: 0;
	}

	.new h1 {
		font-size: 33px;
		line-height: 45px;
		margin-bottom: 24px;
	}
}

@media (max-width: 1024px) and (min-width: 641px) {
	.main-about {
		padding-bottom: 0;
	}

	.main-about__img {
		position: relative;
		padding: 0;
		overflow: hidden;
		margin: 0 -10px;
		height: 390px;
	}

	.main-about__img img {
		width: 100%;
		max-width: 100%;
		transform: translateY(-5%);
	}
}



.catalog-popup {
	padding: 0 !important;
}

.catalog-popup__wrap {
	display: flex;
}

.catalog-popup__img {
	width: 50%;
	flex: 0 0 50%;
	background: url("/local/templates/kamaz/images/banner-img.jpg") no-repeat center;
	background-size: cover;
}

.catalog-popup__img--gas {
	background-image: url("/local/templates/kamaz/images/banner-img--gas.jpg");
}

.catalog-popup__info {
	width: 50%;
	flex: 0 0 50%;
	padding: 44px;
}

.catalog-popup__info--gas {
	padding-bottom: 74px;
}

.catalog-popup__info .label {
	position: static;
}

.catalog-popup__info h3 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 800;
	margin: 8px 0 16px;
}

.catalog-popup__info-prop {
	margin-bottom: 16px;
}

.catalog-popup__info-prop-title {
	color: rgba(0, 0, 0, .3);
}

.catalog-popup__info-prop-value {
	font-weight: 700;
}

.catalog-popup__info-prop-value--price {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 32px;
}

@media (max-width: 870px) {
	.catalog-popup {
		max-width: 400px !important;
		margin: 20px 0 !important;
	}

	.catalog-popup__wrap {
		flex-wrap: wrap;
	}

	.catalog-popup__img,
	.catalog-popup__info {
		width: 100%;
		flex-basis: 100%;
	}

	.catalog-popup__img {
		order: -1;
		height: 0;
		padding-top: 75%;
	}

	.catalog-popup__info {
		padding: 24px 20px 32px;
	}

	.catalog-popup__info h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.catalog-popup__info--gas h3 br {
		display: none;
	}

	.catalog-popup__info-prop {
		margin-bottom: 8px;
	}

	.catalog-popup__info-prop-value--price {
		margin-bottom: 24px;
	}

	.catalog-popup__info .btn {
		width: 100%;
	}
}

.sections-item__made-in-russia {
	display: block;
	width: 213px;
	height: 138px;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	background: url("/local/templates/kamaz/images/made-in-russia.png") no-repeat center;
	background-size: 213px 138px;
}

@media (max-width: 768px) {
	.sections-item__made-in-russia {
		top: 180px;
		width: 105px;
		height: 48px;
		background-image: url("/local/templates/kamaz/images/made-in-russia--mobile.png");
		background-size: 105px 48px;
	}
}


/*.body--forum .page-top,*/
.body--login .page-top {
	display: none;
}

.body--forum .breadcrumb {
	padding: 0;
	background: none;
}

.volga-forum {
	padding: 20px 0 30px;
}

.volga-forum .btn {
	outline: none;
}

.volga-forum .input-group .form-control {
	height: 40px;
}

.login-form {
	max-width: 385px;
	margin: 0 auto;
	padding: 20px 0 40px;
}

.login-form .btn {
	display: block;
	width: 100%;
}

.login-form .link {
	text-align: center;
	margin-top: 20px;
}

.login-form .link a {
	text-decoration: underline;
}

.login-form .form-error {
	color: red;
	margin-bottom: 20px;
}

.login-form .form-error.is-success {
	color: green;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #D90000;
	border-color: #D90000;
}

[data-subscription-button] {
	display: none;
}

.volga-forum .list-group-item .btn {
	background: #fff;
	color: #D90000;
}

.volga-forum .list-group-item .btn:active {
	background: #fff;
}

.volga-forum .btn.btn-sm {
	padding: 5px;
	vertical-align: middle;
	font-size: initial;
	line-height: initial;
	letter-spacing: initial;
	color: #000;
	font-weight: 400;
	background: #fff;
	border: none;
	text-transform: none;
}

.volga-forum .btn.btn-sm i {
	color: #000;
}

.volga-forum [itemprop="author"] {
	display: none;
}

.volga-forum .bg-info {
	font-size: 0;
	background: transparent;
}

.volga-forum .btn.grain-forum-btn-control {
	padding: 2px 5px;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
}

.volga-forum .grain-forum-mb {
	padding-bottom: 20px;
	padding-top: 10px;
}

.volga-forum .message-bottom {
	font-size: 13px;
}

.volga-forum .btn.btn-primary:active {
	background: #D90000;
}

.d-flex {
	display: flex;
}

.flex-direction-column {
	flex-direction: column;
}

/* Базовые стили для контейнера */
.container {
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}


/* Стили для формы */
.vacansies-main-form {
	padding: 20px;
	box-sizing: border-box;
}


/* Стили для формы */
.vacancy-feedback-form form {
	background: white;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 800px;
	/* Увеличиваем ширину формы */
}

/* Сетка для расположения полей */
.vacancy-feedback-form .form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	/* Два столбца */
	gap: 1.5rem;
	/* Расстояние между элементами */
}

/* Стили для групп полей */
.vacancy-feedback-form .form-group {
	display: flex;
	flex-direction: column;
}

.vacancy-feedback-form label {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006em;
	color: #000;
}

.vacancy-feedback-form input[type="text"],
.vacancy-feedback-form input[type="number"],
.vacancy-feedback-form textarea,
.vacancy-feedback-form input[type="file"] {
	font-size: 14px;
	line-height: 31px;
	letter-spacing: -0.006em;
	color: #000;
	-webkit-appearance: none;
	outline: none;
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	padding: 0 15px 1px;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.vacancy-feedback-form input[type="text"]:focus,
.vacancy-feedback-form input[type="number"]:focus,
.vacancy-feedback-form textarea:focus {
	border-color: #007bff;
	outline: none;
}

.vacancy-feedback-form textarea {
	resize: vertical;
	min-height: 90px;
}

.vacancy-feedback-form button {
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	font-family: "Inter", "Arial", sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.025em;
	color: #fff;
	font-weight: 800;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	background: #D90000;
	border: 1px solid #D90000;
	padding: 12px 39px 12px 40px;
	cursor: pointer;
	border-radius: 2px;
}

.vacancy-feedback-form button:hover {
	background-color: #BF0000;
}

/* Адаптация для планшетов и мобильных устройств */
@media (max-width: 768px) {
	.vacancy-content {
		flex-direction: column;
		/* Все элементы в один столбец */
	}

	.vacancies-list,
	.vacansies-main-form {
		width: 100%;
		/* Занимают всю ширину */
	}

	.vacancy-feedback-form .form-grid {
		grid-template-columns: 1fr;
		/* Форма в одну колонку */
	}

	.vacancy-feedback-form button {
		grid-column: span 1;
		/* Кнопка занимает всю ширину одного столбца */
	}

	.vacansies-main-form {
		padding: 0;
	}
}

/* Адаптация для мобильных устройств (480px и меньше) */
@media (max-width: 480px) {
	.container {
		padding: 10px;
	}

	.vacancy-feedback-form form {
		padding: 1rem;
		/* Уменьшаем отступы внутри формы */
	}

	.vacancy-feedback-form input[type="text"],
	.vacancy-feedback-form input[type="number"],
	.vacancy-feedback-form textarea,
	.vacancy-feedback-form input[type="file"] {
		padding: 0 10px 1px;
		/* Уменьшаем отступы внутри полей */
	}

	.vacancy-feedback-form button {
		padding: 10px 20px;
		/* Уменьшаем отступы кнопки */
	}
}

.body--serviceDetail .page-right {
	min-height: 150px;
}

.contain-vacancies {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.vacancies-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.vacancy-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease;
}

.vacancy-card:hover {
	transform: translateY(-5px);
}

.vacancy-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.vacancy-content {
	padding: 1.5rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.vacancy-title {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
	color: #333;
}

.vacancy-description {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 1rem;
	flex-grow: 1;
}

.vacancy-price {
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 1rem;
}

.vacancy-button {
	display: inline-block;
	vertical-align: top;
	-webkit-appearance: none;
	font-family: "Inter", "Arial", sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.025em;
	color: #fff !important;
	font-weight: 800;
	align-items: center;
	text-transform: uppercase;
	text-align: center;
	background: #D90000;
	border: 1px solid #D90000;
	padding: 12px 39px 12px 40px;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
}

.vacancy-button:hover {
	background: #BF0000;
}

@media (max-width: 768px) {
	.contain-vacancies {
		padding: 10px;
	}

	.vacancies-cards {
		gap: 1rem;
	}
}

.product-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.product-gallery {
	position: relative;
}

.main-image {
	width: 100%;
	height: 500px;
	object-fit: contain;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.thumbnails {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	padding-bottom: 10px;
}

.thumbnail {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 4px;
	cursor: pointer;
	border: 2px solid transparent;
}

.thumbnail.active {
	border-color: #2196F3;
}

.product-info {
	padding: 20px;
}

.product-title {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #222;
}

.product-price {
	font-size: 2.5rem;
	color: #2196F3;
	margin-bottom: 1.5rem;
	font-weight: bold;
}

.product-actions {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
}

.btn {
	padding: 1rem 2rem;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 1rem;
	transition: all 0.3s ease;
}

.btn-primary {
	background: #2196F3;
	color: white;
}

.btn-primary:hover {
	background: #1976D2;
}

.btn-secondary {
	background: #eee;
	color: #333;
}

.btn-secondary:hover {
	background: #ddd;
}

.product-specs {
	margin-bottom: 2rem;
}

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

.specs-table td {
	padding: 12px;
	border-bottom: 1px solid #eee;
}

.specs-table tr:last-child td {
	border-bottom: none;
}

.tabs {
	min-height: 400px;
}

.tab-nav {
	display: flex;
	gap: 2rem;
	margin-bottom: 1rem;
}

.tab-link {
	padding: 1rem;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 1.1rem;
	color: #666;
	position: relative;
}

.tab-link.active {
	color: #D90000;
	font-weight: bold;
}

.tab-link.active::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 2px;
	background: #D90000;
}

.tab-content {
	display: none;
	padding: 1.5rem 0;
}

.tab-content.active {
	display: block;
}

@media (max-width: 768px) {
	.product-main {
		grid-template-columns: 1fr;
	}

	.main-image {
		height: 300px;
	}

	.product-title {
		font-size: 1.5rem;
	}

	.product-price {
		font-size: 2rem;
	}

	.product-actions {
		flex-direction: column;
	}

	.btn {
		width: 100%;
	}

}

@media (max-width: 480px) {
	.container {
		padding: 10px;
	}

	.main-image {
		height: 250px;
	}

	.product-price {
		font-size: 1.8rem;
	}
	.tab-link{
		font-size:1rem;
	}
}

.fixed-mobile-actions {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	padding: 1rem;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

@media (max-width: 768px) {
	.fixed-mobile-actions {
		display: flex;
		gap: 1rem;
	}

	.product-actions.desktop {
		display: none;
	}
}
.d-grid {
display:grid;
} 
.grid-gap-15 {
gap:15px;
}
.grid-gap-35 {
gap:35px;
}
.salary-block {
margin-top:15px;
}
.footer-top .certificate {
width:100px !important;
margin: 0 auto;
}

.video-iframe iframe {
    width:100%;
    height:540px;
}

.video-iframe {
    height: 100%;
    width:100%;
}

@media (max-width: 640px) {
	.video-iframe iframe {
		height:320px;
	}
}

.certificates-block {
    margin-bottom: 80px;
}

.certificates-descr {
    max-width: 450px;
    margin-bottom: 40px;
}

.certificates-map {
    height: 416px;
    background-color: #F7F7F7;
    margin-bottom: 56px;
}

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

.certificates-slider {
    margin: 0 -16px;
    padding: 0 16px;
}

@media (max-width: 768px) {
	.certificates-block {
		margin-bottom: 72px;
	}
	
	.certificates-block .h2 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 27px;
	}
	
	.certificates-descr {
		margin-bottom: 24px;
		font-size: 14px;
	}
	
	.certificates-map {
		height: 268px;
		margin-bottom: 35px;
	}
	
	.certificates-slider {
		margin: 0;
		padding: 0;
	}

	.certificates-slider .swiper-slide {
		height: 104px;
	}
	
	.certificates-slider .swiper-slide img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	
	.certificates-slider .swiper-wrapper {
		height: 272px;
		margin-bottom: 20px;
	}
	
	.certificates-slider .swiper-button {
		display: inline-block;
		vertical-align: top;
		position: static;
		margin: 0 16px 0 0;
		width: 32px;
		height: 32px;
	}
	.cast_men{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.cast_men .social-icons{
		transform: none;
	}
	.cast_men .lang{
		position: relative;
	}
}
@media (max-width: 1026px){
	.cast_men{
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}
	.cast_men .social-icons{
		transform: none;
	}
	.cast_men .lang{
		position: relative;
	}
}
.form-group-cast{
	flex-direction: row-reverse!important;
	align-items: center;
	justify-content: flex-end;
}
.form-group-cast a{
	text-decoration: underline;
}

/* End */
/* /local/templates/kamaz/js/fancybox/jquery.fancybox.css?174289912417390 */
/* /local/templates/kamaz/js/swiper/swiper.min.css?174289912413667 */
/* /local/templates/kamaz/js/formstyler/jquery.formstyler.css?17428991242175 */
/* /local/templates/kamaz/template_styles.css?177927461286404 */
