
.about {
    position: relative;
    top: -85px;
    margin-bottom: -85px;
    background: url("../_images/about-bg.png") right 220px no-repeat;
    padding-bottom: 85px;
    z-index: 10
}

@media (max-width: 992px) {
    .about {
        top: 0;
        margin-bottom: 0;
        padding-top: 50px;
        background: none
    }
}

@media (max-width: 478px) {
    .about {
        padding-bottom: 0
    }
}

.about .triagle {
    height: 90px;
    position: absolute;
    left: 0;
    bottom: -88px;
    width: 100%;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff
}

@media (max-width: 478px) {
    .about .triagle {
        height: 30px;
        bottom: -30px
    }
}

.about p {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify
}

.about p:last-child {
    margin-bottom: 0
}

.about .italic-top-text {
    font-family: 'Garamond cond';
    font-size: 32px
}

.about .small-title {
    font-family: 'Oswald', 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d5353b;
    font-size: 18px;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .about .small-title {
        margin-top: 25px
    }
}

.about .wheels-list {
    padding: 0;
    margin: 0
}

.about .wheels-list li {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 25px;
    margin-bottom: 12px
}

.about .wheels-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background: url("../_images/sprite.png") -121px -76px no-repeat
}

.about .wheels-list li:nth-child(even):before {
    width: 13px;
    height: 13px;
    background: url("../_images/sprite.png") -128px -103px no-repeat;
    left: 7px;
    top: 6px
}

section.count {
    background: center no-repeat;
    background-size: cover;
    padding: 150px 0 75px
}

@media (max-width: 478px) {
    section.count {
        padding: 50px 0 0px
    }
}

section.count .numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    section.count .numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 478px) {
    section.count .numbers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 768px) {
    section.count .numbers .number-item {
        width: 50%;
        margin-bottom: 25px
    }
}

@media (max-width: 478px) {
    section.count .numbers .number-item {
        margin-bottom: 30px;
        width: 100%
    }
}

section.count .numbers .number-item .number img {
    max-height: 65px;
    display: block;
    width: auto;
    margin: 0 auto
}

section.count .numbers .number-item .text {
    font-size: 40px;
    font-family: 'Garamond cond', Arial, sans-serif;
    text-align: center;
    color: #fff;
    line-height: 0.7
}

.gradient-section {
    text-align: center;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#b7b7b7));
    background-image: linear-gradient(to bottom, #ededed, #b7b7b7);
    font-size: 35px;
    font-family: 'Garamond cond';
    line-height: 0.8;
    padding: 30px 0
}

.infographic {
    position: relative;
    padding: 0 163px;
    background: #fff url("../_images/decor.png") top center no-repeat;
    min-height: 922px;
    background-size: cover
}

.infographic .call_back a {
    position: absolute;
    right: 0;
    top: 25px;
    padding-right: 25px
}

@media (max-width: 992px) {
    .infographic .call_back a {
        display: none
    }
}

@media (max-width: 1400px) {
    .infographic {
        padding: 0
    }
}

@media (max-width: 478px) {
    .infographic {
        min-height: 0
    }
}

.infographic .section-title {
    margin: 60px 0
}

.infographic:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 163px;
    height: 922px;
    background: url("../_images/car_triangle.png") 0 0 no-repeat
}

@media (max-width: 1200px) {
    .infographic:before {
        display: none;
        background: none;
    }
}

.infographic:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 163px;
    height: 922px;
    background: url("../_images/car_triangle2.png") 0 0 no-repeat
}

@media (max-width: 1200px) {
    .infographic:after {
        display: none;
        background: none;
    }
}

.infographic .items-holder {
    position: relative
}

@media (max-width: 1200px) {
    .infographic .items-holder {
        left: -11%
    }
}

@media (max-width: 992px) {
    .infographic .items-holder {
        left: 0;
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 478px) {
    .infographic .items-holder br {
        display: none
    }
}

.infographic .items-holder .item {
    position: absolute
}

@media (max-width: 992px) {
    .infographic .items-holder .item {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.1;
        text-align: left !important;
        margin-bottom: 25px
    }
}

.infographic .items-holder .item img {
    position: absolute;
    max-width: initial
}

@media (max-width: 992px) {
    .infographic .items-holder .item img {
        position: static;
        height: 124px;
        display: inline-block;
        margin-right: 10px
    }
}

.infographic .items-holder .item.fst {
    left: 50%;
    top: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1200px) {
    .infographic .items-holder .item.fst {
        -webkit-transform: none;
        transform: none
    }
}

.infographic .items-holder .item.fst img {
    top: 60px
}

.infographic .items-holder .item.sec {
    left: 911px;
    top: 200px
}

.infographic .items-holder .item.sec img {
    left: -190px;
    top: -54px
}

.infographic .items-holder .item.thd {
    left: 1000px;
    top: 400px
}

.infographic .items-holder .item.thd img {
    left: -190px;
    top: -56px
}

.infographic .items-holder .item.frth {
    left: 920px;
    top: 600px
}

.infographic .items-holder .item.frth img {
    left: -190px;
    top: -60px
}

.infographic .items-holder .item.fvth {
    left: 500px;
    top: 804px;
    text-align: center;
    z-index: 1
}

.infographic .items-holder .item.fvth img {
    left: -10px;
    top: -200px
}

.infographic .items-holder .item.sxth {
    left: 60px;
    text-align: right;
    top: 582px
}

.infographic .items-holder .item.sxth img {
    right: -180px;
    top: -50px
}

.infographic .items-holder .item.svnth {
    left: 0;
    top: 390px;
    text-align: right
}

.infographic .items-holder .item.svnth img {
    right: -180px;
    top: -50px
}

.infographic .items-holder .item.eghth {
    left: 90px;
    top: 180px;
    text-align: right
}

.infographic .items-holder .item.eghth img {
    right: -180px;
    top: -45px
}

.infographic .items-holder .item.logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 280px
}

@media (max-width: 1200px) {
    .infographic .items-holder .item.logo {
        -webkit-transform: none;
        transform: none
    }
}

@media (max-width: 992px) {
    .infographic .items-holder .item.logo {
        display: none
    }
}

.infographic .items-holder .item.logo img {
    position: static
}

.infographic .triangle {
    height: 90px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -89px;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff
}

@media (max-width: 478px) {
    .infographic .triangle {
        display: none
    }
}

.how_it_works {
    background: #d5353b;
    padding: 80px 0 50px;
    min-height: 630px
}

@media (max-width: 992px) {
    .how_it_works {
        display: none
    }
}

.how_it_works .section-title {
    color: #fff
}

.how_it_works .steps-wrapper {
    position: relative
}

.how_it_works .steps-wrapper img {
    max-width: 100%
}

.how_it_works .steps-wrapper .step {
    position: absolute;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.2
}

.how_it_works .steps-wrapper .step.step1 {
    left: -20px;
    top: 240px
}

@media (max-width: 1200px) {
    .how_it_works .steps-wrapper .step.step1 {
        left: -30px;
        top: 210px
    }
}

.how_it_works .steps-wrapper .step.step2 {
    left: 230px;
    top: 153px
}

@media (max-width: 1200px) {
    .how_it_works .steps-wrapper .step.step2 {
        left: 180px;
        top: 133px
    }
}

.how_it_works .steps-wrapper .step.step3 {
    left: 350px;
    top: 305px
}

@media (max-width: 1200px) {
    .how_it_works .steps-wrapper .step.step3 {
        left: 270px;
        top: 255px
    }
}

.how_it_works .steps-wrapper .step.step4 {
    left: 640px;
    top: 190px
}

@media (max-width: 1200px) {
    .how_it_works .steps-wrapper .step.step4 {
        left: 530px;
        top: 160px
    }
}

.how_it_works .steps-wrapper .step.step5 {
    left: 710px;
    top: 310px
}

@media (max-width: 1200px) {
    .how_it_works .steps-wrapper .step.step5 {
        left: 610px;
        top: 270px;
        width: 210px
    }
    .how_it_works .steps-wrapper .step.step5 br {
        display: none
    }
}

.how_it_works .steps-wrapper .step.step6 {
    left: 935px;
    top: 230px
}

@media (max-width: 1200px) {
    .how_it_works .steps-wrapper .step.step6 {
        left: 795px;
        top: 190px
    }
}

.by_brand {
    padding: 50px 0 100px;
    background: url("../_images/brands_bg.jpg") center no-repeat;
    background: url("../_images/brands_bg.webp") center no-repeat;
    background-size: cover
}

@media (max-width: 992px) {
    .by_brand {
        padding-top: 100px
    }
}

@media (max-width: 478px) {
    .by_brand {
        padding-top: 50px;
        padding-bottom: 0px
    }
}

.by_brand .section-description {
    text-align: center;
    font-family: 'Garamond cond';
    margin: 25px 0 55px;
    font-size: 35px
}

.by_brand .owl-nav .owl-prev,
.by_brand .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -55px;
    width: 23px;
    height: 58px;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%)
}

.by_brand .owl-nav .owl-prev span,
.by_brand .owl-nav .owl-next span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../_images/sprite.png") -31px -156px no-repeat;
    font-size: 0
}

.by_brand .owl-nav .owl-next {
    left: auto;
    right: -55px
}

.by_brand .owl-nav .owl-next span {
    background: url("../_images/sprite.png") 0 -156px no-repeat
}

.by_brand .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.by_brand .slide a {
    display: inline-block;
    width: 8%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 15px
}

@media (max-width: 478px) {
    .by_brand .slide a {
        width: 20%
    }
}

.by_brand .slide a img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.testimonials {
    background: url("../_images/testimonials-bg.png") right top no-repeat;
    padding: 50px 0
}

.testimonials .testimonilas_slider .slide {
    padding: 0 20px
}

.testimonials .testimonilas_slider .slide .photo {
    text-align: center;
    width: 181px;
    height: 195px;
    margin: 0 auto;
    position: relative
}

.testimonials .testimonilas_slider .slide .photo:before {
    content: '';
    width: 182px;
    height: 196px;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../_images/testimonial.png") 0 0 no-repeat;
    z-index: 10
}

.testimonials .testimonilas_slider .slide .photo img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.testimonials .testimonilas_slider .slide .name {
    text-align: center;
    font-size: 18px;
    margin: 15px 0
}

.testimonials .testimonilas_slider .slide .name .city {
    color: #d5353b
}

.testimonials .testimonilas_slider .slide .text {
    font-style: italic;
    font-size: 14px;
    line-height: 25px;
    text-align: center
}

.testimonials .testimonilas_slider .slide .date {
    text-align: center;
    color: #d5353b;
    margin-top: 10px
}

.testimonials .testimonilas_slider .owl-nav .owl-prev,
.testimonials .testimonilas_slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -55px;
    width: 16px;
    height: 41px;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%)
}

.testimonials .testimonilas_slider .owl-nav .owl-prev:focus,
.testimonials .testimonilas_slider .owl-nav .owl-next:focus {
    outline: none
}

.testimonials .testimonilas_slider .owl-nav .owl-prev span,
.testimonials .testimonilas_slider .owl-nav .owl-next span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../_images/sprite.png") 0px -230px no-repeat;
    font-size: 0
}

.testimonials .testimonilas_slider .owl-nav .owl-next {
    left: auto;
    right: -55px
}

.testimonials .testimonilas_slider .owl-nav .owl-next span {
    background: url("../_images/sprite.png") -19px -230px no-repeat
}

.map_section {
    background: #d5353b/*url("../_images/map-bg.png") */
    right no-repeat;
    position: relative;
    padding: 50px 195px;
    min-height: 830px
}

@media (max-width: 1200px) {
    .map_section {
        padding: 50px 0
    }
}

@media (max-width: 768px) {
    .map_section {
        min-height: 0
    }
}

.map_section .container {
    width: 100%
}

.map_section .section-title {
    color: #fff
}

.map_section .section-description {
    text-align: center;
    font-family: 'Garamond cond';
    margin: 25px 0 55px;
    font-size: 35px;
    color: #fff
}

.map_section:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 245px;
    height: 950px;
    background: url("../_images/map_before.png") 0 0 no-repeat
}

@media (max-width: 1200px) {
    .map_section:before {
        display: none;
        background: none;
    }
}

.map_section:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 195px;
    height: 830px;
    background: url("../_images/map_after.png") 0 0 no-repeat
}

@media (max-width: 1200px) {
    .map_section:after {
        display: none;
        background: none;
    }
}

.map_section .map-holder {
    position: relative
}

.map_section .interactive-map {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.7));
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block
}

.map_section .interactive-map .district polygon,
.map_section .interactive-map .district path {
    fill: #d5353b !important;
    cursor: pointer
}

.map_section .interactive-map .district:hover polygon,
.map_section .interactive-map .district:hover path {
    fill: #BC5151 !important
}

.faq_section {
    padding: 50px 0 100px;
    background: url("../_images/brands_bg.jpg") center no-repeat;
    background: url("../_images/brands_bg.webp") center no-repeat;
    background-size: cover
}

.faq_section .item {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(10%, #b8b8b8), color-stop(33.3%, #5c5c5e), color-stop(45%, #b8b8b8), color-stop(66.6%, #fff), to(#5c5c5e));
    background: linear-gradient(to right, #fff 0%, #b8b8b8 10%, #5c5c5e 33.3%, #b8b8b8 45%, #fff 66.6%, #5c5c5e 100%);
    padding: 3px;
    border-radius: 10px 50px 50px 10px;
    margin-bottom: 15px
}

.faq_section .item .inner {
    padding: 2rem;
    border-radius: 10px 50px 50px 10px;
    background: #f0f0f0;
    position: relative
}

.faq_section .item .inner>a {
    position: absolute;
    right: -1px;
    top: -1px;
    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;
    border-radius: 50px;
    background-color: #686868;
    width: 65px;
    height: 65px;
    color: #fff;
    font-size: 25px;
    text-decoration: none
}

.footer {
    padding: 50px 0;
    -webkit-box-shadow: inset 0 20px 40px -20px rgba(16, 16, 16, 0.75);
    box-shadow: inset 0 20px 40px -20px rgba(16, 16, 16, 0.75)
}

.footer .top-row .footer-menu {
    padding: 0;
    margin: 0
}

@media (max-width: 992px) {
    .footer .top-row .footer-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .top-row .footer-menu li {
    position: relative;
    list-style-type: none
}

@media (max-width: 992px) {
    .footer .top-row .footer-menu li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 7px
    }
}

.footer .top-row .footer-menu li a {
    display: inline-block;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}

.footer .top-row .footer-menu li .sub-menu {
    display: none
}

.footer .top-row .nav-links ul {
    padding: 0;
    margin: 0
}

@media (max-width: 992px) {
    .footer .top-row .nav-links ul {
        text-align: center
    }
}

.footer .top-row .nav-links ul li {
    display: inline-block;
    page-break-inside: avoid;
    margin-bottom: 15px
}

.footer .top-row .nav-links ul li a {
    display: inline-block;
    background: #b2b1b1;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer .bottom-row>div {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 478px) {
    .footer .bottom-row>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .phones {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    top: -30px
}

@media (max-width: 1200px) {
    .footer .phones {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer .phones li {
    display: block
}

@media (max-width: 992px) {
    .footer .phones li:not(.call_back) {
        display: none
    }
}

@media (max-width: 1200px) {
    .footer .phones li.call_back {
        margin-top: 25px
    }
}

.footer .phones li.call_back a {
    color: #fff;
    padding: 0 14px 0 70px;
    line-height: 62px
}

.footer .phones li.call_back a:before {
    background: url("../_images/sprite.png") -43px -76px no-repeat;
    top: 33px
}

.footer .phones li a {
    color: #393939;
    font-size: 14px;
    padding-left: 55px;
    display: inline-block;
    position: relative;
    margin-left: 20px
}

.footer .phones li a:before {
    background: url("../_images/sprite.png") no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.footer .phones li a.mail:before {
    width: 51px;
    height: 51px;
    background-position: 0 0
}

.footer .phones li a.tel {
    padding-left: 60px
}

.footer .phones li a.tel:before {
    width: 58px;
    height: 66px;
    background-position: -60px 0
}

.footer .phones li a.tel.ks:before {
    background-position: -120px 0
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    font-family: 'Garamond cond';
    color: #d5353b
}

.single h1,
.single h2,
.page h1,
.page h2 {
    font-size: 30px
}

.single h3,
.single h4,
.page h3,
.page h4 {
    font-size: 24px
}

.single h5,
.single h6,
.page h5,
.page h6 {
    font-size: 20px
}

.single img,
.page img {
    max-width: 100%;
    height: auto
}

.single .section_after_promo,
.page .section_after_promo {
    position: relative;
    top: -85px;
    margin-bottom: -85px;
    padding-bottom: 15px;
    z-index: 10
}

@media (max-width: 992px) {
    .single .section_after_promo,
    .page .section_after_promo {
        top: 0;
        margin-bottom: 0;
        padding-top: 50px;
        background: none
    }
}

.single .infographic,
.page .infographic {
    margin-bottom: 110px
}

@media (max-width: 478px) {
    .single .infographic,
    .page .infographic {
        margin-bottom: 0
    }
}

.slide-cars,
.p50 {
    padding: 50px 0
}

.news-slider .slide .thumb {
    position: relative
}

.news-slider .slide .thumb:hover a {
    opacity: 1
}

.news-slider .slide .thumb img {
    height: 235px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-slider .slide .thumb a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.slider3item .slide {
    padding: 0 20px;
    text-align: center
}

.slider3item .slide img {
    display: inline-block;
    height: 205px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider3item .slide .brand {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize
}

.slider3item .slide .text {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #8b8989
}

.slider3item .owl-nav .owl-prev,
.slider3item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    left: -55px;
    width: 16px;
    height: 41px;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%)
}

.slider3item .owl-nav .owl-prev:focus,
.slider3item .owl-nav .owl-next:focus {
    outline: none
}

.slider3item .owl-nav .owl-prev span,
.slider3item .owl-nav .owl-next span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../_images/sprite.png") 0px -230px no-repeat;
    font-size: 0
}

.slider3item .owl-nav .owl-next {
    left: auto;
    right: -55px
}

.slider3item .owl-nav .owl-next span {
    background: url("../_images/sprite.png") -19px -230px no-repeat
}

.text-description {
    padding: 50px 0;
    background: #333 url("../_images/text-description_bg.jpg") center no-repeat;
    background-size: cover;
    color: #fff
}

.text-description .section-title {
    color: #fff
}

.text-description h1,
.text-description h2,
.text-description h3,
.text-description h4,
.text-description h5,
.text-description h6 {
    font-family: 'Oswald', 'Proxima Nova', Arial, Helvetica, sans-serif;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.1;
    text-align: center;
    color: #fff
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999999
}

.popup .price_request .send_btn {
    border: 1px solid #fff;
    border-top: none
}

.popup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.popup .popup-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px
}

.not_found_404 {
    text-align: center;
    font-size: 60px;
    line-height: 1.5
}

.map-tooltip {
    position: fixed;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    border: #d3d3d3 solid 1px;
    background: #fff;
    color: black;
    padding: 8px;
    pointer-events: none;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.map-tooltip:empty {
    display: none
}

.arcticle {
    margin-bottom: 25px
}

.arcticle .thumb {
    position: relative
}

.arcticle .thumb:hover a {
    opacity: 1
}

.arcticle .thumb img {
    height: 235px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.arcticle .thumb a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

.small-btn {
    display: inline-block;
    color: #fff;
    font-style: normal;
    padding: 0 15px;
    border-radius: 50px;
    background: #d5353b;
    text-transform: capitalize;
    cursor: pointer
}

.toc {
    background: #f0f0f0;
    padding: 15px;
    display: block;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    min-width: 320px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(25, 25, 25, 0.49);
    box-shadow: 0px 3px 12px 0px rgba(25, 25, 25, 0.49);
    float: left;
    margin: 0 15px 15px 0
}

@media (max-width: 768px) {
    .toc {
        margin: 25px 0;
        float: none
    }
}

.toc li {
    display: block;
    list-style-type: none;
    margin-bottom: 7px;
    font-family: 'Oswald', 'Proxima Nova', Arial, Helvetica, sans-serif;
    color: #d5353b;
    font-size: 20px
}

.toc li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Proxima Nova'
}

.toc li a:hover {
    text-decoration: underline;
    color: #d5353b
}

.links_after_content ul {
    padding: 0;
    margin: 0
}

@media (max-width: 992px) {
    .links_after_content ul {
        text-align: center
    }
}

.links_after_content ul li {
    display: inline-block;
    page-break-inside: avoid;
    margin-bottom: 15px
}

.links_after_content ul li a {
    display: inline-block;
    background: #b2b1b1;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pagination {
    text-align: center;
    margin: 25px 0
}

.pagination li {
    display: inline-block;
    list-style-type: none;
    margin: 0 2px
}

.pagination li.active span,
.pagination li.active a,
.pagination li:hover span,
.pagination li:hover a {
    background-color: #d5353b;
    color: #fff;
    text-decoration: none
}

.pagination li a,
.pagination li span {
    display: inline-block;
    padding: 0 5px;
    line-height: 25px;
    border-radius: 5px;
    color: #333
}
.price_request.shortcode {
    margin: 25px 0;
}

.price_request.shortcode .inputs_wrapper {
    display: flex;
    justify-content: space-between;
}

.price_request.shortcode .inputs_wrapper .input {
    margin: 0;
    flex: 0 0 24%;
}

@media screen and (max-width: 768px) {
    .price_request.shortcode .inputs_wrapper {
        flex-wrap: wrap;
    }
    .price_request.shortcode .inputs_wrapper .input {
        margin: 0;
        flex: 0 0 48%;
        margin: 0 0 15px 0;

    }
}
@media screen and (max-width: 600px) {
    .price_request.shortcode .inputs_wrapper .input {
        flex: 0 0 100%;
    }
}

.price_request.shortcode .send_btn {
    position: static;
    height: auto;
    border: none;
    margin-top: 25px;
}

.price_request.shortcode .send_btn .btn {
    width: 250px;
    position: static;
    line-height: 40px;
}
.price_request.shortcode .thx-message {
    height: 100%;
}

.mm-counter+.mm-btn_next:not(.mm-btn_fullwidth) {
	width: 100%;
}

.mobile-call-back {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: .3s;
}

@media screen and (max-width: 576px) {
    .mobile-call-back {
        display: block;
    }
    .mobile-call-back.visible {
        opacity: 1;
    }
    .viber-float-btn {
        display: block;
    }
    .viber-float-btn.visible {
        opacity: 1;
    }
}

.hidden-phones {
    display: none;
    border-radius: 10px;
    background: #eaeaea;
    margin-bottom: 5px;
    box-shadow: 0px 3px 12px 0px rgba(25, 25, 25, 0.49);
    overflow: hidden;
}
.hidden-phones a {
    display: block;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.hidden-phones a:hover {
    background: #fff;
}
a.call-back-link {
    display: block;
    width: 100%;
    text-align: center;
    background: #d7484d;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 10px;
    box-shadow: 0px 3px 12px 0px rgba(25, 25, 25, 0.49);
    text-decoration: none;
}

.viber-float-btn {
    position: fixed;
    bottom: 140px;
    right: 10px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: .3s;
    width: 64px;
    height: 64px;
    background: #fff url(https://shopavto.com/wp-content/themes/shop_auto/_images/viber_icon.svg) center no-repeat;
    background-size: 48px;
    padding: 15px;
    border-radius: 50px;
    animation: pulse 8s infinite;
}

@media screen and (max-width: 576px) {
    .viber-float-btn {
        display: block;
    }
    .viber-float-btn.visible {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #d7484d;
    }

    30% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.float-contacts {
    position: fixed;
    bottom: 140px;
    right: 10px;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: .3s;
}
@media screen and (max-width: 576px) {
    .float-contacts {
        display: block;
    }
}
.float-contacts.visible {
    opacity: 1;
}
.float-contacts.open .float-contacts__toggle {
    transform: rotate(360deg);
}

.float-contacts.open .float-contacts__toggle:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-9 -9 41 41' style='width: 100%25; height: 100%25; fill: rgb(255, 255, 255); stroke: none;'%3E%3Cpath d=' M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E");
}
.float-contacts__toggle {
    display: inline-grid;
    place-content: center;
    width: 65px;
    height: 65px;
    background: #d7484d;
    position: relative;
    border-radius: 100px;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.float-contacts__toggle:before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -256 1850 1850' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='width: 100%25; height: 100%25; fill: rgb(255, 255, 255); stroke: none;'%3E%3Cpath transform='matrix(0.71186441,0,0,-0.71186441,288.54237,1093.9482)' d='M 704,1152 Q 551,1152 418,1100 285,1048 206.5,959 128,870 128,768 q 0,-82 53,-158 53,-76 149,-132 l 97,-56 -35,-84 q 34,20 62,39 l 44,31 53,-10 q 78,-14 153,-14 153,0 286,52 133,52 211.5,141 78.5,89 78.5,191 0,102 -78.5,191 -78.5,89 -211.5,141 -133,52 -286,52 z m 0,128 q 191,0 353.5,-68.5 Q 1220,1143 1314,1025 1408,907 1408,768 1408,629 1314,511 1220,393 1057.5,324.5 895,256 704,256 618,256 528,272 404,184 250,144 214,135 164,128 h -3 q -11,0 -20.5,8 -9.5,8 -11.5,21 -1,3 -1,6.5 0,3.5 0.5,6.5 0.5,3 2,6 l 2.5,5 q 0,0 3.5,5.5 3.5,5.5 4,5 0.5,-0.5 4.5,5 4,5.5 4,4.5 5,6 23,25 18,19 26,29.5 8,10.5 22.5,29 Q 235,303 245.5,323 256,343 266,367 142,439 71,544 0,649 0,768 0,907 94,1025 188,1143 350.5,1211.5 513,1280 704,1280 Z M 1526,111 q 10,-24 20.5,-44 10.5,-20 25,-38.5 14.5,-18.5 22.5,-29 8,-10.5 26,-29.5 18,-19 23,-25 1,-1 4,-4.5 3,-3.5 4.5,-5 1.5,-1.5 4,-5 2.5,-3.5 3.5,-5.5 l 2.5,-5 q 0,0 2,-6 2,-6 0.5,-6.5 -1.5,-0.5 -1,-6.5 -3,-14 -13,-22 -10,-8 -22,-7 -50,7 -86,16 Q 1388,-72 1264,16 1174,0 1088,0 817,0 616,132 q 58,-4 88,-4 161,0 309,45 148,45 264,129 125,92 192,212 67,120 67,254 0,77 -23,152 129,-71 204,-178 75,-107 75,-230 0,-120 -71,-224.5 Q 1650,183 1526,111 Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    width: 40px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.float-contacts.open .float-contacts__toggle:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='-9 -9 41 41' style='width: 100%25; height: 100%25; fill: rgb(255, 255, 255); stroke: none;'%3E%3Cpath d=' M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'%3E%3C/path%3E%3C/svg%3E");
}
.float-contacts__toggle {
    cursor: pointer;
}
.float-contacts .viber-btn,
.float-contacts .whatsapp-btn,
.float-contacts .telegram-btn {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 100 100' height='100px' id='Layer_1' version='1.1' viewBox='0 0 100 100' width='100px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Ccircle cx='50' cy='49.999' fill='%237C519B' r='45'/%3E%3Cg%3E%3Cpath d='M49.758,31.413c0.285-0.262,0.487-0.299,1.48-0.268c0.521,0.018,1.279,0.078,1.695,0.127 c2.098,0.262,3.795,0.768,5.653,1.674c1.829,0.896,3.001,1.742,4.55,3.283c1.449,1.455,2.255,2.557,3.109,4.268 c1.189,2.387,1.866,5.225,1.982,8.348c0.042,1.066,0.012,1.305-0.231,1.607c-0.464,0.592-1.483,0.494-1.829-0.17 c-0.112-0.219-0.143-0.408-0.178-1.262c-0.061-1.309-0.152-2.154-0.336-3.166c-0.72-3.963-2.621-7.129-5.658-9.4 c-2.532-1.898-5.147-2.826-8.573-3.025c-1.16-0.066-1.361-0.109-1.623-0.311C49.312,32.733,49.287,31.833,49.758,31.413z M57.026,39.255c-1.226-0.73-3.037-1.271-4.688-1.406c-0.6-0.049-0.928-0.17-1.153-0.432c-0.348-0.396-0.384-0.932-0.092-1.377 c0.317-0.492,0.804-0.572,2.261-0.354c3.702,0.543,6.569,2.26,8.446,5.049c1.058,1.57,1.715,3.416,1.941,5.395 c0.077,0.725,0.077,2.045-0.009,2.264c-0.077,0.207-0.335,0.488-0.554,0.604c-0.237,0.121-0.745,0.109-1.025-0.037 c-0.468-0.236-0.609-0.615-0.609-1.637c0-1.578-0.408-3.24-1.115-4.529C59.623,41.319,58.453,40.103,57.026,39.255z M59.087,47.372c-0.359,0.328-1.025,0.34-1.428,0.031c-0.291-0.221-0.384-0.453-0.451-1.078c-0.078-0.834-0.224-1.42-0.476-1.961 c-0.536-1.15-1.481-1.748-3.079-1.943c-0.749-0.09-0.976-0.176-1.219-0.463c-0.446-0.529-0.274-1.387,0.342-1.705 c0.231-0.113,0.327-0.127,0.841-0.096c0.316,0.018,0.786,0.072,1.036,0.127c1.201,0.256,2.123,0.713,2.908,1.449 c1.014,0.957,1.569,2.113,1.813,3.775C59.539,46.593,59.471,47.019,59.087,47.372z M68.196,63.368 c-0.449,1.162-2.206,3.342-3.432,4.273c-1.109,0.84-1.897,1.162-2.935,1.213c-0.852,0.041-1.206-0.033-2.297-0.482 c-8.562-3.525-15.399-8.785-20.827-16.014c-2.834-3.775-4.993-7.689-6.471-11.752c-0.857-2.367-0.899-3.396-0.193-4.609 c0.306-0.51,1.603-1.777,2.551-2.482c1.573-1.17,2.299-1.602,2.876-1.725c0.398-0.086,1.086-0.018,1.525,0.141 c0.212,0.072,0.544,0.244,0.731,0.365c1.16,0.768,4.385,4.889,5.439,6.947c0.604,1.176,0.806,2.045,0.616,2.691 c-0.196,0.693-0.52,1.059-1.963,2.223c-0.58,0.469-1.124,0.949-1.208,1.078c-0.22,0.316-0.397,0.938-0.397,1.375 c0.006,1.018,0.666,2.861,1.531,4.281c0.672,1.102,1.871,2.514,3.062,3.598c1.396,1.279,2.627,2.15,4.019,2.838 c1.785,0.889,2.878,1.113,3.676,0.742c0.202-0.09,0.416-0.213,0.481-0.268c0.061-0.055,0.53-0.627,1.044-1.26 c0.987-1.242,1.214-1.443,1.89-1.674c0.861-0.293,1.738-0.215,2.622,0.236c0.672,0.348,2.135,1.256,3.079,1.912 c1.245,0.871,3.904,3.039,4.264,3.471C68.515,61.267,68.625,62.265,68.196,63.368z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    top: -80px;
    width: 65px;
    height: 65px;
    left: 0;
    background-size: 73px;
    border-radius: 100px;
    box-sizing: border-box;
    position: absolute;
    background-position: center;
    opacity: 0;
    transform: translateY(100px);
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.float-contacts .whatsapp-btn {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 512 512' id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Ccircle cx='256' cy='256' fill='%2325D366' r='256'/%3E%3Cg%3E%3Cpath d='M256,143.8L256,143.8L256,143.8c-61.9,0-112.3,50.3-112.3,112.2c0,24.5,7.9,47.3,21.4,65.8l-14,41.7 l43.1-13.8c17.7,11.7,38.9,18.5,61.7,18.5c61.9,0,112.2-50.3,112.2-112.2C368.2,194.1,317.9,143.8,256,143.8z M321.3,302.2 c-2.7,7.7-13.5,14-22,15.8c-5.9,1.2-13.5,2.2-39.3-8.4c-33-13.7-54.2-47.2-55.9-49.4c-1.6-2.2-13.3-17.7-13.3-33.8 s8.2-23.9,11.5-27.3c2.7-2.8,7.2-4,11.5-4c1.4,0,2.6,0.1,3.8,0.1c3.3,0.1,4.9,0.3,7.1,5.5c2.7,6.5,9.3,22.6,10.1,24.3 c0.8,1.7,1.6,3.9,0.5,6.1c-1.1,2.2-2,3.2-3.6,5.1c-1.6,1.9-3.2,3.4-4.9,5.4c-1.5,1.8-3.2,3.7-1.3,7c1.9,3.2,8.5,14,18.2,22.6 c12.5,11.2,22.7,14.7,26.3,16.2c2.7,1.1,5.9,0.9,7.9-1.3c2.5-2.7,5.6-7.2,8.8-11.6c2.2-3.2,5.1-3.6,8-2.4c3,1.1,19.1,9,22.4,10.6 c3.3,1.6,5.5,2.4,6.3,3.8C324,288.1,324,294.6,321.3,302.2z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    top: -160px;
    transition-delay: 0.1s;
    transform: translateY(80px);
}
.float-contacts .telegram-btn {
    top: -240px;
    transition-delay: 0.2s;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:%23D2E4F0;%7D .st3%7Bfill:%23B5CFE4;%7D%0A%3C/style%3E%3Cg%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='SVGID_1_' x1='256' x2='256' y1='0' y2='510.1322'%3E%3Cstop offset='0' style='stop-color:%2341BCE7'/%3E%3Cstop offset='1' style='stop-color:%2322A6DC'/%3E%3C/linearGradient%3E%3Ccircle class='st0' cx='256' cy='256' r='256'/%3E%3Cg%3E%3Cpath class='st1' d='M380.6,147.3l-45.7,230.5c0,0-6.4,16-24,8.3l-105.5-80.9L167,286.7l-64.6-21.7c0,0-9.9-3.5-10.9-11.2 c-1-7.7,11.2-11.8,11.2-11.8l256.8-100.7C359.5,141.2,380.6,131.9,380.6,147.3z'/%3E%3Cpath class='st2' d='M197.2,375.2c0,0-3.1-0.3-6.9-12.4c-3.8-12.1-23.3-76.1-23.3-76.1l155.1-98.5c0,0,9-5.4,8.6,0 c0,0,1.6,1-3.2,5.4c-4.8,4.5-121.8,109.7-121.8,109.7'/%3E%3Cpath class='st3' d='M245.8,336.2l-41.7,38.1c0,0-3.3,2.5-6.8,0.9l8-70.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transform: translateY(60px);
}

.float-contacts.open .viber-btn,
.float-contacts.open .whatsapp-btn,
.float-contacts.open .telegram-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.page-template-page-euro .float-contacts  {
    bottom: 210px;
}


/* mmm add //12-06-2023  */
.courgette {
    font-family: 'Courgette', cursive !important;   
}

[lang="pl-PL"] .header .top_header_row .container .phones li a.tel:before {
    background-position: -187px 7px;
}
[lang="pl-PL"] .footer .phones li a.tel:before {
    background-position: -187px 7px;
}

.iti {
    display: block;
}

.phone .iti {
    width: 100%;
}
.phone .iti .input {
    padding-left: 60px !important;
}

.iti__country-list {
    overflow-x: hidden;
    max-width: 300px;
}

.is-invalid {
    outline: 3px dashed #f11 !important;
}
.footer .logo {
    margin-top: 40px;
}
.footer .logo img {
    max-height: 150px;
}
@media screen and (min-width: 992px) {
    .section-title.h1 {
        margin: -50px 0 40px;
        font-size: 50px;
    }
}
.section-title.h1 {
    font-family: 'Oswald', 'Proxima Nova', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;

}
.section-title.h1 .section-sub-title {
    display: block;
}

[no-promo] .header {
    position: relative;
    z-index: 11;
}

[no-promo] .section_after_promo {
    top: 30px;
}

.cookie-notice__container {
    position: fixed;
    left: 50%;
    bottom: 70px;
    grid-template-columns: 5fr 1fr;
    border-radius: 5px;
    max-width: 50em;
    overflow: hidden;
    padding: 1.2em 1.7em;
    text-align: center;
    box-shadow: 0 0.625rem 1.875rem rgba(2,2,3,.28);
    display: grid;
    gap: 20px;
    align-items: center;
    z-index: 1000;
    transform: translateX(-50%);
    background: #fff;
}

@media screen and (max-width: 768px) {
    .cookie-notice__container {
        grid-template-columns: 1fr;
        max-width: unset;
        width: 90%;
    }
}

.cookie-notice__button {
    background: #d5353b;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Oswald', 'Proxima Nova', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 50px;
    box-shadow: 0 3px 12px 0 rgba(25, 25, 25, 0.49);
    text-decoration: none !important;
}

.cookie-notice__button:hover {
    color: #fff;
    background: #a92e33;
}
