.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.cars__container .swiper-wrapper {
    justify-content: center;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    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 {
    -webkit-transform-style: preserve-3d;
    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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    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 {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    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: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    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-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    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);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: 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%;
    -o-object-fit: contain;
    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;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        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 {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    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;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    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 {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    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: 0;
    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
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.intro__slide {
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.intro__sliderhitbox {
    display: block;
    margin-top: -13px;
    height: 26px;
    width: 100%
}

.inner__promo {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #002F47;
}

.inner__content {
    padding-top: 54px
}

.promo__caption {
    font-weight: 700;
    font-size: 48px;
    line-height: 123%;
    text-align: center;
    color: #fff;
    margin-bottom: 25px
}

.promo__desc {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff
}

.content {
    color: #3b3b3b
}

.content__wrapper {
    max-width: 1920px /*1040px*/;
    margin: 0 auto;
    padding: 0 20px
}

.text__title {
    text-align: center;
    margin-top: 24px
}

.content h1, .text__title, .content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 123%;
    margin-bottom: 24px
}

.content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 25px
}

.content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 25px
}

.content h5, .content h6 {
    font-weight: 700;
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 25px
}

.content ol, .content p, .content span, .content ul {
    font-size: 18px;
    line-height: 26px
}

.content a {
    color: #000
}

.content ol, .content p, .content ul {
    margin-bottom: 24px
}

.content ol, .content ul {
    padding-left: 22px
}

.content ol li, .content ul li {
    list-style-type: disc
}

.content img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 25px
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.phone__group-hidden {
    -webkit-transition: .1s all linear;
    transition: .1s all linear;
    transform: translateY(0);
    opacity: 1
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

figure {
    margin: 0
}

input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: Montserrat, sans-serif
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input::-webkit-calendar-picker-indicator {
    color: transparent
}

input::-webkit-clear-button {
    display: none
}

select::-ms-expand {
    display: none
}

textarea {
    overflow: hidden
}

button {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif
}

div:focus, section:focus {
    outline: 0
}

body {
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #3b3b3b
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr, fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: 400
}

ul li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

img {
    max-width: 100%;
    height: auto
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.header__top {
    background-color: #fff;
    border-bottom: 1px solid #3c3c3c;
    position: relative;
    z-index: 2
}

.header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; /*-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;*/
    padding: 0 20px;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .5px
}

.header__info {
    padding: 13px 37px 13px 0;
    max-width: 272px
}

.header__address-border {
    padding: 0 18px;
    transform: skew(-15deg);
    border-right: 2px solid #f7d900;
    border-left: 2px solid #f7d900;
    position: relative
}

.header__address {
    transform: skew(15deg);
    padding: 13px 20px 13px 40px;
    position: relative
}

.header__address::after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/svg/car-wheel.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden
}

.header__phone {
    padding: 13px 0 13px 37px
}

.header__nav {
    background: #fff;
    position: relative;
    z-index: 1;
    max-width: 1790px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
}

.menu__right, .header__menu {
    background: rgba(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
    align-items: center;
}

.menu__right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    max-width: 305px;
    font-weight: 500;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0)
    }
    100% {
        -webkit-transform: translateY(-50%) rotate(360deg);
        transform: translateY(-50%) rotate(360deg)
    }
}

.logo_Shineray {
    margin-right: 29px;
    max-width: 110px
}

.logo_auto {
    margin-right: 40px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.logo__pic {
    display: block
}

.phone__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.phone__group-mobi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6px
}

.phone__group:last-child {
    margin-bottom: 0
}

.phone__group-mobi:last-child {
    margin-bottom: 0
}

.phone__link {
    margin-right: 4px;
    font-size: 16px;
    padding-left: 20px;
    color: #3b3b3b;
    text-decoration: none;
    background: url(../img/svg/call-answer.svg) no-repeat left center;
    background-size: 13px 13px;
    top: 1px;
    display: inline-block;
    position: relative;
}

.phone__text {
    font-size: 12px;
    font-weight: 400
}

.phone__text-mobi {
    font-size: 12px;
    font-weight: 400
}

.callback__btn {
    color: #fff;
    background: #000;
    -webkit-box-shadow: 0 4px 40px rgba(111, 111, 111, .1);
    box-shadow: 0 4px 40px rgba(111, 111, 111, .1);
    border: none;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: .8125px;
    height: 51px;
    line-height: 51px;
    padding: 0 23px;
    outline: 0;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.callback__btn:active, .callback__btn:focus, .callback__btn:hover {
    -webkit-box-shadow: 0 5px 10px -4px rgba(247, 217, 0, .45);
    box-shadow: 0 5px 10px -4px rgba(247, 217, 0, .45)
}

.menu__item {
    margin-right: 0.25rem;
    margin-left: 0.25rem;;
    position: relative
}

.menu__item:last-child {
    margin-right: 15px
}

.menu__item-dashed::after {
    background-color: #f7d900;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -25px;
    transform: skew(-15deg)
}

.menu__link {
    color: #3b3b3b;
    text-decoration: none;
    letter-spacing: .7125px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    outline: 0;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    padding: 0.375rem 0.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
    position: relative;
    display: flex;
}

.submenu .menu__link {
    font-size: 16px;
    font-weight: 500;
}

.menu__link span {
    position: relative;
    z-index: 2;
    display: flex;
}

/*.menu__link::after{
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 136%;
    height: 100%;

    -webkit-transform-origin: 200% 0;
    transform-origin: 200% 0;
    left: 0;
    -webkit-transform: skew(-23deg) translateX(-101%);
    transform: skew(-23deg) translateX(-101%);
    -webkit-transition: -webkit-transform .55s cubic-bezier(0,.545,.19,1);
    transition: -webkit-transform .55s cubic-bezier(0,.545,.19,1);
    transition: transform .55s cubic-bezier(0,.545,.19,1);
    transition: transform .55s cubic-bezier(0,.545,.19,1),-webkit-transform .55s cubic-bezier(0,.545,.19,1);
}
.menu__link:hover::after {
    -webkit-transform: skew(-23deg) translateX(0);
    transform: skew(-23deg) translateX(0);
}*/
.menu__link:hover {
    color: #71C5E8;
}

.title__caption {
    font-size: 48px;
    line-height: 59px;
    color: #3b3b3b;
    font-weight: 800;
    margin-bottom: 40px;
    text-align: center;
}

.menu__footnote {
    font-size: 12px;
    line-height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    letter-spacing: .5625px;
    color: #f7d900
}

.burger {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 34px;
    top: 5px;
}

.burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    -webkit-transition: .3s all;
    transition: .3s all
}

.burger__line_second, .burger__line_third {
    top: 9px
}

.burger__line_fourth {
    top: 18px
}

.burger_active .burger__line_first, .burger_active .burger__line_fourth {
    display: none
}

.burger_active .burger__line_second {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger_active .burger__line_third {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.intro {
    padding-top: 0
}

.intro__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    min-width: 100%;
    max-height: 1080px
}

.intro__content {
    width: 30%;
    max-width: 359px;
    margin-right: 150px;
    background-image: url(../img/svg/backgroundarrows.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.intro__title {
    font-size: 48px;
    line-height: 59px;
    color: #3b3b3b;
    font-weight: 800;
    margin-bottom: 20px
}

.intro__address {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #3b3b3b;
    margin-bottom: 45px
}

.intro__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.intro__slider {
    width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0;
    padding-right: 0;
    margin-right: 0;
    overflow: hidden;
    position: relative
}

.intro__slide-year {
    font-size: 60px;
    line-height: normal;
    letter-spacing: 16.9583px;
    color: #3b3b3b;
    mix-blend-mode: overlay;
    opacity: .6;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    position: relative;
    z-index: 2
}

.intro__slide-pic {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0
}

.intro__slide-title {
    font-size: 30px;
    line-height: normal;
    letter-spacing: .8px;
    color: #3b3b3b;
    mix-blend-mode: normal;
    opacity: .56;
    text-align: right;
    margin-top: 10px
}

.intro__slide picture {
    width: 100%;
    max-height: 1020px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro__slide_btn {
    color: #000;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    padding: 5px 30px;
    border: 1px solid #3b3b3b;
    background: #fff;
    text-decoration: none;
    transition: .2s all linear;
    line-height: 40px;
    /* width: 100%; */
    /* max-width: 200px; */
    margin-top: 40px;
    /* font-weight: 600; */
    font-size: 30px;
    overflow: hidden;
    position: relative;
}

.intro__slide_btn span {
    z-index: 2;
    position: relative
}

.intro__slide_btn::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 136%;
    height: 100%;
    background-color: #57718a;
    -webkit-transform-origin: 200% 0;
    transform-origin: 200% 0;
    left: 0;
    -webkit-transform: skew(-23deg) translateX(-101%);
    transform: skew(-23deg) translateX(-101%);
    -webkit-transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
    transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
    transition: transform .55s cubic-bezier(0, .545, .19, 1);
    transition: transform .55s cubic-bezier(0, .545, .19, 1), -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
}

.intro__slide_btn:hover {
    color: #fff
}

.intro__slide_btn:hover::after {
    -webkit-transform: skew(-23deg) translateX(0);
    transform: skew(-23deg) translateX(0);
    text-decoration: none;
}

.intro__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -33px;
    z-index: 1;
}

.intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 3px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #222;
    background-color: #fff;
    height: 10px;
    margin-bottom: 45px;
    outline: 0
}

.intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    mix-blend-mode: none;
    background-color: #222;
}

.social__link {
    margin-right: 35px;
    text-decoration: none;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.social__link:active, .social__link:focus, .social__link:hover {
    opacity: .75
}

.social__link:last-child {
    margin-right: 0
}

.action__pic {
    margin: 0 0 13px 0;
    position: relative
}

.action__star {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(40%, -40%);
    -ms-transform: translate(40%, -40%);
    transform: translate(40%, -40%)
}

.action__link {
    text-decoration: none
}

.action__thumb {
    display: block
}

.action__name {
    background-color: #f3f3f3;
    font-size: 24px;
    line-height: 44px;
    padding: 2px 10px 15px
}

.action__nametext {
    font-size: 24px;
    line-height: 44px;
    font-weight: 800;
    letter-spacing: .6px;
    color: #000
}

.action__desc {
    font-size: 13px;
    line-height: 177%;
    letter-spacing: .8125px;
    color: #3b3b3b;
    padding: 0 30px
}

.news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news__wrapper {
    overflow: hidden;
    padding: 25px 20px 74px 20px;
    width: 100%;
    max-width: 1920px;
    position: relative
}

.news__slider {
    position: relative;
    width: 100%
}

.news__slide {
    -webkit-transition: .1s all;
    transition: .1s all; /*overflow:hidden;*/
    position: relative
}

.news__slide::after {
    display: block;
    content: "";
    background: #f3f3f3;
    width: 100%;
    height: 74px;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: .1s all;
    transition: .1s all;
    opacity: 1;
    z-index: 2;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.news__slide-pic {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news__slide-desc {
    position: absolute;
    top: calc(100% + 12px);
    left: 30px;
    z-index: 3;
    font-size: 21px;
    line-height: 130%;
    letter-spacing: .807692px;
    color: #000;
    opacity: 1;
    -webkit-transition: .1s all;
    transition: .1s all;
    padding-right: 42px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.news__slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    z-index: 4
}

.news__next, .news__prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    border: none;
    cursor: pointer;
    outline: 0;
    z-index: 12;
    -webkit-box-shadow: 0 3px 31px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 31px rgba(0, 0, 0, .05);
    background-color: #000
}

.news__next:active, .news__next:focus, .news__next:hover, .news__prev:active, .news__prev:focus, .news__prev:hover {
    background-color: #71C5E8
}

.news__next {
    right: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news__next::after {
    display: block;
    content: "";
    background: url(../img/svg/slider-arrow.svg) no-repeat center;
    width: 10px;
    height: 16px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news__prev {
    left: 90px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.news__prev::after {
    display: block;
    content: "";
    background: url(../img/svg/slider-arrow.svg) no-repeat center;
    width: 10px;
    height: 16px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.cars {
    margin-bottom: 90px
}

.cars__title { /*background-color:#F9F9F9;*/
    font-weight: 700;
    font-size: 60px;
    line-height: 49px;
    padding: 42px 0;
    text-align: center;
    color: #002F47;
    margin-bottom: 60px
}

.news__title { /*background-color:#f7d900;*/
    font-weight: 700;
    font-size: 60px;
    line-height: 49px;
    padding: 0 0 42px;
    text-align: center;
    color: #000;
    margin-bottom: 30px
}

.cars__container {
    padding: 0 65px;
    margin-bottom: 50px;
    position: relative
}

.cars__slider {
    width: 100%;
    overflow: hidden
}

/*.cars__slide::after{background-color:#f7d900;content:"";display:block;height:100%;width:2px;position:absolute;top:0;right:0;margin-right:-37px;transform:skew(-15deg)}*/
.cars__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 34%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    min-height: 235px;
    height: auto;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.cars__slide figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 135px;
    height: auto;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.cars__slide img {
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.cars__slide:hover {
    -webkit-box-shadow: 0 2.5rem 3.4375rem 0 rgba(0, 0, 0, .11);
    box-shadow: 0 2.5rem 3.4375rem 0 rgba(0, 0, 0, .11);
    text-decoration: none;
}

.cars__slide:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cars__slide-pic {
    margin-bottom: 10px;
    width: 100%;
}

.cars__slide-name {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: .461538px;
    color: #000;
    margin: auto 0 0 0;
    padding-bottom: 21px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    border-bottom: 1px solid transparent;
    font-family: Montserrat, sans-serif
}

.cars__slide.swiper-slide-active > .cars__slide-name { /*border-bottom:1px solid #f7d900*/
}

.cars__slide.swiper-slide:hover > .cars__slide-name { /*border-bottom:1px solid #f7d900*/
}

.cars__next, .cars__prev {
    width: 9px;
    height: 15px;
    background: url(../img/svg/slider-arrow.svg) no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    outline: 0;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    font-weight: 400;
    background-size: 30%;
    color: #fff;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
}

.cars__next:active, .cars__next:focus, .cars__next:hover, .cars__prev:active, .cars__prev:focus, .cars__prev:hover {
    opacity: .75;
    background-color: #71C5E8;
}

.cars__next {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0 g);
    transform: translateY(-50%) rotate(0);
    right: 0
}

.cars__prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: 0
}

.cars__car {
    width: 100%;
    overflow: hidden
}

.car__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.car__pic {
    width: 50%
}

.car__piclink {
    width: 100%;
    height: 100%
}

.car__thumb {
    display: block;
    max-height: 356px
}

.car__info {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.car__title {
    font-size: 48px;
    line-height: 59px;
    letter-spacing: .8px;
    color: #3b3b3b;
    margin-bottom: 36px;
    text-transform: uppercase
}

.car__title_offset_left {
    padding-left: 68px
}

.car__docs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
}

.car__doc-div {
    flex: 1; /*background-color:#000;margin-bottom:38px;margin-right:31px;padding:6px 10px 6px;*/
    justify-content: center;
    align-items: center;
    display: flex
}

.car__doc {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .433333px;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    padding-left: 24px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    text-align: center;
    font-family: Montserrat, sans-serif
}

.car__doc_type_brochure { /*background:url(../img/svg/right-arrow.svg) no-repeat left center;background-size:19px*/
}

.car__doc_type_price {
    background: url(../img/svg/right-arrow.svg) no-repeat left center;
    background-size: 19px
}

.car__doc_type_test {
    background: url(../img/svg/right-arrow.svg) no-repeat left center;
    background-size: 19px
}

.car__doc_type_offer { /*background:url(../img/svg/right-arrow.svg) no-repeat left center;background-size:19px*/
}

.car__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px; /*background-color:#f7d900;*/
    font-weight: 700
}

.car__price_align_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.car__price-value {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: .366667px;
    color: #000;
    mix-blend-mode: normal;
    opacity: .75;
    text-decoration: line-through;
    margin-right: 24px
}

.car__price-desc {
    font-size: 29px;
    line-height: 36px;
    letter-spacing: .483333px;
    color: #000
}

.service {
    margin-bottom: 63px;
    overflow: hidden
}

.service__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 510px;
    position: relative
}

.service__pic {
    width: -webkit-calc(70% - 10px);
    width: calc(70% - 10px);
    margin-right: 10px;
    position: relative
}

.service__piclink {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%
}

.service__thumb {
    position: absolute;
    right: 0;
    width: 100%
}

.service__content {
    width: 30%;
    text-align: center;
    max-width: 359px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.service__title {
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 34px
}

.service__callback {
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 21px 34px;
    background: #000;
    -webkit-box-shadow: 0 4px 40px rgba(111, 111, 111, .05);
    box-shadow: 0 4px 40px rgba(111, 111, 111, .05);
    font-size: 18px;
    letter-spacing: 1.125px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.service__callback:active, .service__callback:focus, .service__callback:hover {
    -webkit-box-shadow: 0 5px 10px -4px rgba(247, 217, 0, .45);
    box-shadow: 0 5px 10px -4px rgba(247, 217, 0, .45)
}

.popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(7, 7, 7, .626666);
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    will-change: opacity, z-index, visibility
}

.popup__form {
    background-color: #fff;
    padding: 36px 40px 29px;
    position: relative
}

.popup_active {
    z-index: 100;
    opacity: 1;
    visibility: visible
}

.form__list {
    margin-bottom: 10px;
    text-align: center
}

.form__status {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #25b2bf;
    margin-bottom: 10px
}

.form__field {
    min-width: 375px;
    border: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, .100634);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .100634);
    height: 57px;
    line-height: 55px;
    margin-bottom: 22px;
    outline: 0;
    border: 1px solid transparent;
    padding: 0 35px;
    color: #3b3b3b;
    mix-blend-mode: normal;
    font-size: 21px
}

.form__field:active, .form__field:focus {
    border: 1px solid #f7d900
}

.form__field::-webkit-input-placeholder {
    font-size: 21px;
    color: #3b3b3b;
    opacity: .45
}

.form__field::-moz-placeholder {
    font-size: 21px;
    color: #3b3b3b;
    opacity: .45
}

.form__field:-ms-input-placeholder {
    font-size: 21px;
    color: #3b3b3b;
    opacity: .45
}

.form__field::placeholder {
    font-size: 21px;
    color: #3b3b3b;
    opacity: .45
}

.form__submit {
    background: #000;
    -webkit-box-shadow: 0 4px 40px rgba(111, 111, 111, .1);
    box-shadow: 0 4px 40px rgba(111, 111, 111, .1);
    font-size: 13px;
    min-height: 51px;
    line-height: 51px;
    text-align: center;
    letter-spacing: .8125px;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    padding: 0 25px
}

.form__submit:active, .form__submit:focus, .form__submit:hover {
    background: #e25b5b
}

.form__close {
    width: 17px;
    height: 17px;
    background: url(../img/svg/close-ico.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -20px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.footer {
    padding: 40px 0 23px 0;
    background-color: #002F47;
    position: relative
}

.footer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 67px
}

.googlemap {
    min-width: 250px;
    width: 100%;
    height: 380px
}

.footer__info {
    flex: 1;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: .538462px;
    color: #fff;
    margin: 0 35px 0 0
}

.footer__company {
    margin: 0 auto 20px 0
}

.footer__logo {
    height: 80px;
    width: 100%;
    margin: 0 auto 20px 0
}

.footer__logolink {
    height: 100%
}

.footre__logoimg {
    height: 100%
}

.footer__company-data {
    display: block
}

.footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex: 1.5;
    margin-right: 84px
}

.footer__menu-list {
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-right: 10px
}

.footer__menu-list:last-child {
    margin-right: 0
}

.footer__menu-item {
    margin-bottom: 19px
}

.footer__menu-caption {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .433333px;
    color: #fff;
    margin-bottom: 8px
}

.footer__menu-link {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.fof__link {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.footer__menu-link:active, .footer__menu-link:focus, .footer__menu-link:hover {
    opacity: .75
}

.footer__contacts {
    width: 20%
}

.footer__contacts-title {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .433333px;
    color: #fff;
    margin-bottom: 27px
}

.footer__contacts-list {
    color: #fff
}

.footer__contacts-item {
    margin-bottom: 19px
}

.footer__contacts-address {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none
}

.footer__contacts-email, .footer__contacts-phone {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}

.footer__contacts-email:active, .footer__contacts-email:focus, .footer__contacts-email:hover, .footer__contacts-phone:active, .footer__contacts-phone:focus, .footer__contacts-phone:hover {
    opacity: .75
}

.footer__contacts-subtitle {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.footer__to-top {
    width: 10px;
    height: 17px;
    display: block;
    background: url(../img/svg/arrow-top-ico.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 10px;
    right: 8px
}

.footer__to-top-bg {
    width: 0;
    height: 0;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 65px solid #000;
    border-right: 45px solid #fff
}

.footer__footnote {
    text-align: center
}

.footer__dev-link {
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    letter-spacing: .8125px;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    color: #fff
}

.footer__dev-link:active, .footer__dev-link:focus, .footer__dev-link:hover {
    opacity: .75
}

.header__callback {
    margin-right: 56px
}

.mobile_phone {
    display: none
}

@media screen and (min-width: 1400px) {
    .logo_AVIOR {
        position: relative;
        margin-right: 29px;
        max-width: 220px;
        top: 0;
    }
}

@media screen and (min-width: 992px) {
    .logo_AVIOR {
        position: relative;
        margin-right: 29px;
        max-width: 150px;
        top: 0;
    }
}

@media screen and (max-width: 991px) {
    .logo_AVIOR {
        position: relative;
        margin-right: 0;
        max-width: 130px;
    }

    /*.cars__slide::after{margin-right:-17px;height:80%;transform:skew(-10deg)}*/
    .header__bottom {
        width: 100%;
        background: #fff;
        padding: 0 20px;
        margin: 0 auto;
        -webkit-transition: .2s all linear;
        transition: .2s all linear;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        padding: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: -1;
        will-change: transform, z-index
    }

    .header__bottom_active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 1
    }

    .header__bottom_active .menu__link {
        opacity: 1
    }

    .header__info {
        display: none
    }

    .header__address {
        display: none
    }

    .header__nav {
        max-width: 100%;
        flex-direction: column;
        height: auto;
    }

    .header__menu {
        padding: 0
    }

    .logo_auto {
        margin-right: 7px
    }

    .menu__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px
    }

    .menu__item-dashed::after {
        background-color: transparent
    }

    .header__wrapper {
        justify-content: space-between;
        height: 60px;
    }

    .menu__item:last-child {
        margin-right: 0;
    }

    .menu__link {
        -webkit-transition: .4s all linear;
        transition: .4s all linear;
        opacity: 0
    }

    .menu__footnote {
        display: none
    }

    .intro__wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .intro__content {
        width: 50%;
        margin-right: 15px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .intro__slider {
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px)
    }

    .action__name {
        font-size: 28px;
        line-height: 36px;
        text-align: left
    }

    .car__title_offset_left {
        padding: 0
    }

    .car__docs {
        padding: 0;
        width: 100%
    }

    .service__title {
        font-size: -webkit-calc(2.29vw + 16px);
        font-size: calc(2.29vw + 16px)
    }

    .footer__item {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__info {
        margin: 0 35px 0 0
    }

    .footer__menu {
        width: auto;
        margin-right: 35px
    }

    .cars__slide {
        max-width: unset
    }
}

@media screen and (max-width: 1080px) {
    .news__wrapper {
        padding-bottom: 100px
    }

    .news__slide::after {
        height: 100px
    }

    .news__slide-desc {
        line-height: 120%;
        left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 960px) {
    /*.cars__slide::after{top:10%;margin-right:-11px;height:65%;transform:skew(-10deg)}*/
}

@media screen and (max-width: 860px) {
    /*.cars__slide::after{top:10%;margin-right:-11px;height:65%;transform:skew(-10deg)*/
}

.googlemap {
    height: 350px
}

.intro {
    padding-top: 0
}

.intro__wrapper {
    padding: 0
}

.social__link {
    margin-right: 25px
}

.action__desc {
    padding: 0
}

.news__next {
    right: 20px
}

.news__prev {
    left: 20px
}

.cars {
    margin-bottom: 30px
}

.car__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px
}

.car__doc {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.service__item {
    min-height: 0
}

.service__pic {
    width: 100%
}

.service__thumb {
    position: relative;
    width: 100%
}

.service__content {
    max-width: none;
    width: 100%
}

}
@media screen and (max-width: 1200px) {
    .content h1, .text__title, .content h2 {
        font-size: 38px;
        line-height: normal;
    }

    .content h3 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .phone__group-hidden {
        height: 36px
    }

    .phone__group-hidden.fade-in {
        transform: translateY(-100%);
        opacity: 0;
        height: 0
    }

    .cars__slide-name {
        font-size: 15px;
        line-height: 18px
    }

    .cars__slide {
        max-width: 52%;
        overflow: hidden
    }

    /*.cars__slide::after{background-color:transparent}*/
    .phone__link {
        font-size: 13px
    }

    .intro__sliderhitbox {
        display: none
    }

    .header__wrapper {
        padding: 0 10px
    }

    .inner__promo {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .promo__caption {
        font-size: 36px
    }

    .content h3, .content h4, .content h5, .content h6 {
        margin-bottom: 25px
    }

    .content ol, .content p, .content span, .content ul {
        font-size: 18px;
        line-height: 28px
    }

    .content ol, .content p, .content ul {
        margin-bottom: 25px
    }

    .content img {
        margin-bottom: 24px
    }

    .header__content {
        margin-right: 0
    }

    .header__phone {
        width: 100%;
        padding: 6px 0 13px 0;
        text-align: center
    }

    .header__callback {
        display: none;
        margin-right: 7px
    }

    .logo_Shineray {
        max-width: 110px;
        margin-right: 12px
    }

    .logo_auto {
        max-width: 9%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .phone__group {
        margin-bottom: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .phone__group-mobi {
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .phone__text {
        display: none
    }

    .phone__text-mobi {
        display: block
    }

    .menu__item {
        margin-bottom: 15px
    }

    .intro {
        padding-top: 20px
    }

    .intro__content {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px
    }

    .intro__title {
        font-size: 32px;
        line-height: 43px;
        margin-bottom: 15px
    }

    .intro__address {
        margin-bottom: 15px
    }

    .intro__slider {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 25px
    }

    .intro__slide-year {
        font-size: 40px;
    }

    .intro__slide-title {
        font-size: 26px;
    }

    .intro__pagination {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 0;
    }

    .action__star {
        width: 24px;
        height: 24px
    }

    .action__thumb {
        margin-bottom: 15px
    }

    .action__name {
        font-size: 24px;
        line-height: 32px
    }

    .news__wrapper {
        padding: 15px 20px 45px 20px
    }

    .news__slide-desc {
        font-size: 13px;
        line-height: 16px
    }

    .news__next, .news__prev {
        width: 30px;
        height: 30px
    }

    .news__next {
        right: 10px
    }

    .news__prev {
        left: 10px
    }

    .cars {
        margin-bottom: 20px
    }

    .cars__title {
        font-size: 24px;
        line-height: 35px;
        padding: 30px 20px;
        margin-bottom: 30px
    }

    .news__title {
        font-size: 24px;
        line-height: 35px;
        padding: 30px 20px;
        margin-bottom: 30px
    }

    .cars__container {
        padding: 0 35px
    }

    .car__pic {
        width: 100%;
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .car__info {
        width: 100%;
        text-align: center
    }

    .car__title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 33px
    }

    .car__docs {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .car__doc-div {
        margin: 0 10px 15px 10px
    }

    .car__doc {
        padding-left: 24px
    }

    /*.car__doc:active,.car__doc:focus,.car__doc:hover{color:#f7d900}.car__price{padding:20px}*/
    .car__price-value {
        margin-right: 0;
        font-size: 18px;
        line-height: 23px
    }

    .car__price-desc {
        font-size: 24px;
        line-height: 31px
    }

    .service {
        margin-bottom: 30px
    }

    .service__title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .popup {
        padding: 0 20px
    }

    .popup__form {
        padding: 25px 15px
    }

    .form__field {
        min-width: 0;
        width: 100%
    }

    .footer {
        padding: 30px 0
    }

    .footer__item {
        margin-bottom: 30px
    }

    .footer__info {
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }

    .footer__company {
        margin-bottom: 15px
    }

    .footer__menu {
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }

    .footer__menu-list {
        max-width: none
    }

    .footer__contacts {
        width: 100%;
        margin: 0
    }

    .footer__footnote {
        text-align: left
    }

}

@media screen and (max-width: 560px) {
    .logo_auto {
        margin-right: 0
    }

    /*.news__slide::after{height:52px}*/
    .phone__link {
        margin-right: 0;
        padding-left: 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .phone__link {
        background: 0 0;
        padding-left: 0
    }

    .logo_AVIOR {
        position: relative;
        margin-right: 0;
        max-width: 95px;
    }
}

form .label {
    width: 100%;
    max-width: 380px;
    font-size: 9px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    text-align: justify;
}

form .label a {
    color: #25b2bf;
}

.intro__slide_info {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    right: 70px;
    width: 40%;
    text-align: right;
}

.intro__next, .intro__prev, .news__next, .news__prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    border: none;
    cursor: pointer;
    outline: 0;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    font-weight: 400;
    color: #fff;
    -webkit-transition: background-color .3s ease-out, color .3s ease-out;
    transition: background-color .3s ease-out, color .3s ease-out;
}

.intro__next:active, .intro__next:focus, .intro__next:hover, .intro__prev:active, .intro__prev:focus, .intro__prev:hover, .news__next:active, .news__next:focus, .news__next:hover, .news__prev:active, .news__prev:focus, .news__prev:hover {
    background-color: #71C5E8
}

/*.news__next {
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}*/
.intro__next, .news__next {
    right: 20px;
}

.intro__next::after, .news__next::after {
    display: block;
    content: "";
    background: url(../img/svg/slider-arrow.svg) no-repeat center;
    width: 10px;
    height: 16px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intro__prev, .news__prev {
    left: 20px;
    /* -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%)*/
}

.intro__prev.swiper-button-disabled, .intro__next.swiper-button-disabled, .news__prev.swiper-button-disabled, .news__next.swiper-button-disabled {
    display: none
}

.intro__prev::after, .news__prev::after {
    display: block;
    content: "";
    background: url(../img/svg/slider-arrow.svg) no-repeat center;
    width: 10px;
    height: 16px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
    .intro__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin-bottom: 0
    }

    .cars__container .swiper-wrapper {
        justify-content: unset;
    }

    .cars__next, .cars__prev, .intro__next, .intro__prev, .news__next, .news__prev {
        width: 30px;
        height: 30px
    }

    .cars__next, .intro__next, .news__next {
        right: 10px
    }

    .cars__prev, .intro__prev, .news__prev {
        left: 10px
    }

    .cars__container {
        padding: 0 40px;
        margin-bottom: 0;
    }

    .news__title, .cars__title {
        font-size: 30px;
        line-height: 40px;
        padding: 0 20px;
        margin-bottom: 20px;
    }
}

.row {
    margin: 0 auto;
    max-width: 120rem;
    width: 100%;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

footer {
    background: #002F47;
    color: #fff;
    margin-top: 2.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
}

.q-legal-text {
    padding: 0 1.75rem 0;
}

footer .q-legal-text p {
    color: #888;
    line-height: 1.25rem;
    font-size: .75rem;
}

.q-footer-links .q-flex-container .q-footer-links-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 .0001px;
    flex: 1 0 0.0001px;
}

.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-left: -1.375rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

.q-footer-links {
    padding: 1.875rem 1.75rem;
    display: flex;
    width: 100%;
    border-top: 1px solid #fff;
}

@media print, only screen and (min-width: 62rem) {
    .q-footer-links {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media print, only screen and (min-width: 48rem) {
    .q-footer-links {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }
}

.q-footer-links .q-links-list {
    display: block;
    position: relative;
    margin-left: 0;
}

.q-footer-links .q-links-list > li {
    font-size: .875rem;
    position: relative;
    padding: 0 0.375rem 0 0.75rem;
    line-height: 1.375rem;
}

.q-footer-links .q-links-list li:first-child {
    margin-right: 0.25rem;
}

.q-footer-links .q-links-list > li::before {
    color: #fff;
    content: "|";
    display: inline-block;
    font-size: .875rem;
    padding: 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.q-footer-links .q-links-list > li:first-child::before, .q-footer-links .q-links-list > li:nth-child(2)::before {
    content: '';
}

.car__doc-div {
    width: 100%;
    margin-bottom: 15px
}

.car__doc {
    color: #fff;
    border: 1px solid #57718a;
    width: 100%;
    display: flex;
    display: block;
    padding: 0;
    line-height: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}

cars__slide:hover .car__doc,
.car__doc:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.q-footer-links .q-links-list a {
    display: inline-block;
    padding: 0 0.125rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}

footer .header, footer a, footer p {
    color: #fff;
    text-decoration: none;
}

.car__doc::after, .car__doc:hover::after,
.q-footer-links .q-links-list a::after, .q-footer-links .q-links-list a:active::after, .q-footer-links .q-links-list a:hover::after {
    -webkit-transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
    transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
    transition: transform .55s cubic-bezier(0, .545, .19, 1);
    transition: transform .55s cubic-bezier(0, .545, .19, 1), -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
}

/*.car__doc::after,
.q-footer-links .q-links-list a::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 125%;
    height: 100%;

    -webkit-transform-origin: 200% 0;
    transform-origin: 200% 0;
    left: 0;
    -webkit-transform: skew(-23deg) translateX(-101%);
    transform: skew(-23deg) translateX(-101%);
}
.car__doc:active, .car__doc:focus, .car__doc:hover {
    color: #71C5E8
}
*/
.car__doc:active svg, .car__doc:focus svg, .car__doc:hover svg {
    fill: #57718a
}

.car__doc_type_brochure {
    line-height: normal;
    margin-top: 10px
}

.car__doc::after {
    z-index: -1
}

.car__doc::before {
    z-index: -2;
    content: "";
    background-color: #57718a;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.car__doc:hover::after,
.q-footer-links .q-links-list a:active::after, .q-footer-links .q-links-list a:hover::after {
    -webkit-transform: skew(-23deg) translateX(0);
    transform: skew(-23deg) translateX(0);
}

.q-footer-links .q-links-list a:not([disabled]):not(.disabled) .icon, .q-footer-links .q-links-list a:not([disabled]):not(.disabled) .q-label, .q-footer-links .q-links-list a:not([disabled]):not(.disabled) span {
    position: relative;
    z-index: 2;

}

.q-footer-links .q-links-list a:active, .q-footer-links .q-links-list a:hover {
    border-color: transparent;
    color: #71C5E8;
}

.q-social-links {
    border-top: 0.0625rem solid #fff;
    padding: 0.75rem 1.75rem;
    display: flex;
}

.q-social-links span {
    font-size: 1.3125rem;
    font-weight: 800;
}

.q-social-links a {
    margin: 0 0 0 10px;
}

.q-social-links a {
    line-height: 1;
}

.q-sitemap {
    border-top: 1px solid #fff;
    padding: 1.5rem 1.75rem;
    padding: 2.5rem 1.75rem;
}

.q-sitemap .header-foot {
    margin-bottom: 0.375rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

.q-sitemap ul {
    font-size: .875rem;
    list-style: 0;
    margin-left: 0;
    line-height: 1.5;
}

footer .q-sitemap ul li {
    line-height: 1.375rem;
}

footer .q-sitemap a {
    padding: 0 0.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: inherit;
    z-index: 1;
}

footer .q-sitemap a {
    position: relative;
    overflow: hidden;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}

footer .q-sitemap a::after, footer .q-sitemap a:active::after, footer .q-sitemap a:hover::after {
    -webkit-transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
    transition: -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
    transition: transform .55s cubic-bezier(0, .545, .19, 1);
    transition: transform .55s cubic-bezier(0, .545, .19, 1), -webkit-transform .55s cubic-bezier(0, .545, .19, 1);
}

footer .q-sitemap a::after {
    content: '';
    position: absolute;
    top: 0;
    z-index: 1;
    width: 125%;
    height: 100%;
    /*background-color: #f7ff14;*/
    -webkit-transform-origin: 200% 0;
    transform-origin: 200% 0;
    left: 0;
    -webkit-transform: skew(-23deg) translateX(-101%);
    transform: skew(-23deg) translateX(-101%);
}

footer .q-sitemap a::after {
    z-index: -1;
}

footer .q-sitemap a:not([disabled]):not(.disabled):active, footer .q-sitemap a:not([disabled]):not(.disabled):hover {
    border-color: transparent;
    color: #71C5E8;
}

footer .q-sitemap a:not([disabled]):not(.disabled):active::after, footer .q-sitemap a:not([disabled]):not(.disabled):hover::after {
    -webkit-transform: skew(-23deg) translateX(0);
    transform: skew(-23deg) translateX(0);
}

footer .q-sitemap,
footer .q-sitemap .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.q-social-links .social-links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#inner {
    margin-top: 60px
}

.inner__title {
    padding-top: 40px
}

.text .car__doc-div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.text .car__doc {
    max-width: 310px;

}

@media print, only screen and (min-width: 48rem) {
    footer {
        padding-bottom: 3.125rem;
    }

    .q-legal-text {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    .q-social-links {
        padding: 1.25rem 2.5rem;
    }

    .q-sitemap {
        padding-right: 2.5rem;
        padding-left: 2.5rem;
    }

    .column, .columns {
        position: relative;
        padding-left: 0.03125rem;
        padding-right: 0.03125rem;
        float: left;
    }

    .small-3 {
        width: 50%;
    }

    .q-social-links .social-links-container {
        float: right;
    }
}

@media print, only screen and (min-width: 62rem) {
    footer {
        padding-bottom: 4.375rem;
    }

    .q-legal-text {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .q-social-links {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .q-sitemap {
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .column, .columns {
        position: relative;
        padding-left: 0.03125rem;
        padding-right: 0.03125rem;
        float: left;
    }

    .small-3 {
        width: 25%;
    }
}

.content_blocks {
    display: flex;
}

.content_blocks > div {
    width: 100%
}

picture + .content {
    margin-top: 30px
}

.car__link {
    text-decoration: none
}

@media screen and (max-width: 991px) {
    .intro__slide_info {
        position: absolute;
        top: 90%;
        transform: translateY(-50%);
        right: unset;
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width: 860.5px) {
    .content_blocks > div.text__desc_50 {
        max-width: 50%
    }

    .content_blocks > div.text__desc_50:first-child {
        padding-right: 12px
    }

    .content_blocks > div.text__desc_50:last-child {
        padding-left: 12px;
    }

    .content_blocks > div.text__desc_30 {
        max-width: 50%;
    }

    .content_blocks > div.text__desc_40 {
        max-width: 100%;
    }

    .content_blocks > div.text__desc_60 {
        max-width: 60%;
        padding-left: 12px
    }

    .content_blocks.content_blocks-30-30-40 {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1060.5px) {
    .content_blocks > div.text__desc_30 {
        max-width: 30%;
    }

    .content_blocks > div.text__desc_30:first-child {
        padding-right: 12px
    }

    .content_blocks > div.text__desc_30:last-child {
        padding-left: 12px;
    }

    .content_blocks > div.text__desc_40 {
        max-width: 40%;
        padding-left: 12px
    }


}

@media screen and (max-width: 860px) {
    .content_blocks {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .car__doc {
        font-size: 16px;
        line-height: 36px;
    }

    .car__doc span {
        padding: 5px 0;
        display: flex;
        line-height: normal;
        min-height: 40px;
        justify-content: center;
        align-items: center;
    }

    .car__price {
        text-align: center;
    }

    .text .car__doc-div {
        justify-content: center;
    }

    .intro__slide_btn {
        margin-top: 20px;
        line-height: 30px;
        margin-top: 6px;
        font-size: 18px;
    }

    .intro__pagination {
        position: relative;
        bottom: 0;
        z-index: 1;
    }
}

@media screen and (max-width: 440px) {
    .news__wrapper {
        padding-bottom: 120px
    }

    .news__slide::after {
        height: 120px
    }

    .news__slide-desc {
        line-height: 120%;
        left: 20px;
        padding-right: 20px
    }
}

.intro {
    padding-top: 60px
}

.manuals-cars .cars__title {
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.q-separator hr {
    background: #ccc;
    border: 0 solid #ccc;
    height: 0.0625rem;
    margin: 3rem 2.5rem;
}

.manuals-cars .cars__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20px;
}

.manuals-cars img {
    margin-bottom: 10px;
}

.manuals-cars .cars__container .car__doc {
    border: none;
    width: auto;
    padding: 0 5px;
}

.manuals-cars .cars__container .car__doc::before {
    background: #fff;
}

.manuals-cars .cars__container h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 5px;
    padding-left: 0;
}

.icon-download {
    margin-right: 5px;
}

.icon-download svg {
    width: 15px;
}

.column, .columns {
    position: relative;
    padding-left: 0.03125rem;
    padding-right: 0.03125rem;
    float: left;
}

.small-12 {
    width: 100%;
}

@media print, only screen and (min-width: 48rem) {
    .medium-3 {
        width: 25%;

    }
}

.menu__right .menu__item svg {
    width: 12px;
    margin-right: 10px
}

.menu__right .menu__item {
    padding-left: 15px;
    white-space: nowrap;
}

.menu__item ul {
    display: block;
    position: absolute;
    background-color: #fff;
    min-width: 293px;
    padding: 30px 15px;
    border-radius: 15px;
    /*-webkit-box-shadow: 0 2.5rem 3.4375rem 0 rgba(0,0,0,.11);
        box-shadow: 0 2.5rem 3.4375rem 0 rgba(0,0,0,.11);*/
    -webkit-transition: allr .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(50px);
}

.menu__item ul li {
    margin-bottom: 5px;
}

.menu__item ul li:last-child {
    margin-bottom: 0;
}

.menu__item:hover ul {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    visibility: visible;
}


@media screen and (max-width: 1060px) {
    .menu__item ul {
        position: relative;
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        padding-top: 10px;
        background: transparent;
        padding-bottom: 5px;
        border-radius: 0;
        min-width: unset;
        padding-right: 10px;

    }

    .menu__item ul > .menu__item {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 1340px) {
    .menu__right {
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        /*max-width: 244px;*/
        text-align: center;
        /*margin-top: 10px;*/
    }

    .menu__right .menu__item {
        padding-left: 0;
        white-space: nowrap;
        margin-left: 0;
    }
}

@media screen and (min-width: 1341px) {
    .menu__right {
        max-width: 425px;
        justify-content: flex-end;
        margin-top: 0;
        padding: 0.375rem 0;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-weight: 700;
    }

    .menu__right .menu__item:last-child {
        margin-left: 10px;
    }

    .menu__item:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1160px) {


    .car__info {
        padding-left: 20%;
    }
}

@media screen and (max-width: 767px) {
    .content h1, .text__title, .content h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .content h3 {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .content ol, .content p, .content ul {
        margin-bottom: 24px;
    }

    /*.content p img {
        margin-bottom: 0;
    }*/

    .cars.model-cars .car__info, .cars.model-cars .car__pic {
        width: 100%
    }

    .cars.model-cars .car__thumb {
        margin: auto;
    }

}

@media screen and (max-width: 680px) {
    .cars__slide {
        max-width: unset;
        overflow: hidden;
    }
}

@media screen and (max-width: 400px) {
    .content h3 {
        font-size: 23px;
    }
}

@media screen and (max-width: 360px) {
    .mobile_phone {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
    .burger {
        display: block
    }

    .logo_Shineray {
        position: relative;
        margin-right: 0;
    }

    .header__nav {
        max-width: 100%;
        flex-direction: column;
        height: 100vh;
    }

    .header__menu {
        padding: 0;
    }

    .header__wrapper {
        justify-content: space-between;
        height: 60px;
    }

    .header__bottom {
        width: 100%;
        background: #fff;
        padding: 0 20px;
        margin: 0 auto;
        -webkit-transition: .2s all linear;
        transition: .2s all linear;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        /*-webkit-transform: translateY(100%);
            -ms-transform: translateY(100%);
            transform: translateY(100%);*/
        padding: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: -1;
        will-change: transform, z-index;
    }

    .menu__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .header__bottom_active {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 1
    }

    .header__bottom_active .menu__link {
        opacity: 1
    }

    .header__info {
        display: none
    }

    .header__address {
        display: none
    }

    .mobile_phone {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile_phone svg {
        height: 15px;
        margin-right: 3px
    }

}

.content_blocks.content_blocks-30-30-40 .text__desc h3, .content_blocks.content_blocks-30-30-40 .text__desc p {
    margin-bottom: 24px;
}