body.detailing-page {
    background-color: #0e0e0e;
    color: #ffffff;
}
body.detailing-page div#wrapper,
body.detailing-page section#main_container {
    overflow: initial;
}
body.detailing-page section#content > h1 {
    display: none;
}
body.detailing-page section#main_container {
    margin-top: -30px;
    background: url("../../../files/detailing/detailing-main-bg.webp") top center no-repeat;
}

.detailing h2 {
    font-size: 37px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    line-height: 46px;
    margin-top: 130px;
    margin-bottom: 25px;
}

.detailing a.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f52c2c;
    background-color: #000;
    border: 2px solid #f52c2c;
    box-shadow: 0 0 7px 1px #f52c2c;
    padding: 15px;
    text-align: center;
    width: 100%;
    max-width: 226px;   
    height: auto; 
    border-radius: 0;
    transition: box-shadow .3s;
}
.detailing a.btn:hover {
    box-shadow: 0 0 10px 2px #f52c2c;
}

.detailing .owl-carousel .owl-dots {
    text-align: left;
}
.detailing .owl-carousel .owl-dots .owl-dot span {
    height: 4px;
    width: 35px;
    border-radius: 0;
    background: #f52c2c;
    margin-left: 10px;
    margin-right: 10px;
}
.detailing .owl-carousel .owl-dots .owl-dot.active span,
.detailing .owl-carousel .owl-dots .owl-dot.active:hover span {
    background: #fff;
}
.detailing .owl-carousel .owl-dots .owl-dot:hover span {
    background: #f52c2c;
}

.detailing .main {
    min-height: 665px;
    align-items: center;
}
.detailing .main h2 {
    text-align: left;
    margin-top: 0;
}
.detailing .main p {
    line-height: 20px;
    margin-bottom: 30px;
    max-width: 510px;
}
.detailing .main a.btn {
    animation: button-pulse 1.5s 0s cubic-bezier(.25,.46,.45,.94) infinite;
}
.detailing .main a.btn:hover{
    animation: button-pulse 0.5s 0s cubic-bezier(.25,.46,.45,.94) infinite;
    box-shadow: none;
}
@keyframes button-pulse {
    0%{box-shadow:0 0 8px 6px #f52c2c,0 0 12px 14px #f52c2c}
    100%{box-shadow:0 0 18px 6px rgba(255,48,26,0),0 0 40px 40px rgba(255,48,26,0)}
}

.detailing .promo {
    padding-top: 70px;
}
.detailing .promo h2 {
    margin-bottom: 40px;
}
.detailing .promo-slider {
    max-width: 1140px;
    margin: 30px auto 0 auto;
}
.detailing .promo-slider .item {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    margin-top: 14px;
    margin-bottom: 14px;
    background-color: #181919;
}
.detailing .promo-slider .item .item-text {
    padding: 65px 30px 65px 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detailing .promo-slider .item .item-title {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}
.detailing .promo-slider .item .item-descr {
    margin-top: 30px;
}
.detailing .promo-slider .item .item-descr span {
    color: #f52c2c;
    text-transform: uppercase;
}
.detailing .promo-slider .item img {
    max-width: 448px;
    margin-top: -14px;
    margin-bottom: -14px;
}

.detailing .about {
    max-width: 1140px;
    margin: 0 auto;
}
.detailing .about-text p {
    margin-bottom: 24px;
}
.detailing .about-text p:last-child {
    margin-bottom: 0;
}

.detailing .service {
    margin-bottom: -30px;
}
.detailing .service .item {
    margin-bottom: 30px;
}
.detailing .service .item > div {
    display: flex;
    align-items: center;
    background-color: #181919;
    padding-top: 30px;
    padding-bottom: 30px;
}
.detailing .service .item > div > img {
    width: 100%;
    max-width: 325px;
}
.detailing .service .item > div h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.detailing .service .item > div h3 > a {
    color: #fff;
    transition: color .3s;
}
.detailing .service .item > div h3 > a:hover,
.detailing .service .item > div > a:hover + div > h3 > a {
    color: #bbb;
}
.detailing .service .item > div > div {
    margin-right: 45px;
    margin-left: 45px;
}
.detailing .service .item:nth-child(1) > div,
.detailing .service .item:nth-child(5) > div,
.detailing .service .item:nth-child(9) > div {
    margin-left: 30px;
    margin-right: 15px;
}
.detailing .service .item:nth-child(2) > div,
.detailing .service .item:nth-child(6) > div,
.detailing .service .item:nth-child(10) > div {
    justify-content: flex-end;
    margin-right: 30px;
    margin-left: 15px;
}
.detailing .service .item:nth-child(2) > div > div,
.detailing .service .item:nth-child(6) > div > div,
.detailing .service .item:nth-child(10) > div > div {
    align-items: flex-end;
    text-align: right;
}
.detailing .service .item:nth-child(3) > div,
.detailing .service .item:nth-child(7) > div,
.detailing .service .item:nth-child(11) > div {
    justify-content: flex-end;
    margin-right: 45px;
}
.detailing .service .item:nth-child(3) > div > div,
.detailing .service .item:nth-child(7) > div > div,
.detailing .service .item:nth-child(11) > div > div {
    align-items: flex-end;
    text-align: right;
}
.detailing .service .item:nth-child(4) > div,
.detailing .service .item:nth-child(8) > div,
.detailing .service .item:nth-child(12) > div {
    margin-left: 45px;
}
.detailing .service a.btn {
    margin-top: 20px;
}

.detailing .works-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detailing .works-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.detailing .works-item-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-top: 14px;
    margin-bottom: 0;
}
.detailing .works-item-image {
    width: 100%;
    height: 278px;
    object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .detailing .works-item-image {
        height: 200px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .detailing .works-item-image {
        height: 220px;
    }
}

.twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-horizontal .twentytwenty-handle::before {
    display: none;
}

.detailing .advantage .item {
    text-align: center;
    padding: 10px;
}
.detailing .advantage .item:hover img {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}
@keyframes elementor-animation-buzz-out {
    10%{transform:translateX(3px) rotate(2deg)}
    20%{transform:translateX(-3px) rotate(-2deg)}
    30%{transform:translateX(3px) rotate(2deg)}
    40%{transform:translateX(-3px) rotate(-2deg)}
    50%{transform:translateX(2px) rotate(1deg)}
    60%{transform:translateX(-2px) rotate(-1deg)}
    70%{transform:translateX(2px) rotate(1deg)}
    80%{transform:translateX(-2px) rotate(-1deg)}
    90%{transform:translateX(1px) rotate(0)}
    100%{transform:translateX(-1px) rotate(0)}
}
.detailing .advantage .list-1 {
    margin-top: 50px;
    border-bottom: 1px solid #f52c2c;
}
.detailing .advantage .list-1 .item,
.detailing .advantage .list-2 .item  {
    border-right: 1px solid #f52c2c;
}
.detailing .advantage .list-1 .item:last-child,
.detailing .advantage .list-2 .item:last-child {
    border-right: none;
}
.detailing .advantage .list-1 .item {
    padding-bottom: 30px;
}
.detailing .advantage .list-2 .item {
    padding-top: 30px;
}
.detailing .advantage .item img {
    width: 100px;
}
.detailing .advantage .item h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}

.detailing .brand img {
    width: 100%;
    padding: 50px 30px;
}

.detailing .contacts {
    padding-top: 0;
}
.detailing .contacts > div {
    background-color: #181919;
    box-shadow: none;
}
.detailing .contacts a {
    color: #fff;
}
.detailing .contacts-text {
    padding: 25px 0 20px 65px;
    font-weight: 600;
}
.detailing .contacts-text li {
    position: relative;
    margin-bottom: 30px;
}
.detailing .contacts-tel {
    position: relative;
    font-weight: 600;
    padding-left: 40px;
}
.detailing .contacts-tel-icon {
    position: relative;
    top: 9px;
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.detailing .contacts-tel-whatsapp {
    background-image: url("../../../files/detailing/contacts-tel-whatsapp.svg");
}
.detailing .contacts-tel-telegram {
    background-image: url("../../../files/detailing/contacts-tel-telegram.svg");
}
.detailing .contacts-icon i {
    width: 20px;
    font-size: 20px;
    text-align: center;
    color: #f52c2c;
    margin-right: 20px;
    filter: drop-shadow(2px 2px 3px #f52c2c);
}
.detailing .contacts-icon span {
    display: inline-flex;
}
.detailing .contacts-work-mode i {
    position: relative;
    top: 1px;
}
.detailing .contacts-tel:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../../../files/detailing/contacts-icon-tel.svg") no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    filter: drop-shadow(2px 2px 3px #f52c2c);
}
.detailing .contacts-route > div {
    display: inline-block;
    padding: 20px 60px;
    border: 1px solid  #f52c2c;
    font-size: 12px;
}
.detailing .contacts-route > div > span {
    color: #f52c2c;
    text-transform: uppercase;
}
.detailing .contacts-route a {
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid #fff;
}
.detailing .contacts-social span {
    display: inline-flex;
    height: 30px;
    align-items: center;
}
.detailing .contacts-social a {
    display: inline-block;
    width: 30px;
    margin-left: 15px;
    font-size: 15px;
}
.detailing .contacts-social a:first-child {
    margin-left: 10px;
}
.detailing .contacts iframe {
    min-height: 400px;
}

@media screen and (min-width: 992px){
    .detailing .service .item:nth-child(n) > div > div {
        width: 100%;
    }

    .detailing .service .item:nth-child(1) > div > img,
    .detailing .service .item:nth-child(5) > div > img,
    .detailing .service .item:nth-child(9) > div > img,
    .detailing .service .item:nth-child(1) > div > a,
    .detailing .service .item:nth-child(5) > div > a,
    .detailing .service .item:nth-child(9) > div > a  {
        margin-left: -30px;
    }
    .detailing .service .item:nth-child(2) > div > img,
    .detailing .service .item:nth-child(6) > div > img,
    .detailing .service .item:nth-child(10) > div > img,
    .detailing .service .item:nth-child(2) > div > a,
    .detailing .service .item:nth-child(6) > div > a,
    .detailing .service .item:nth-child(10) > div > a {
        order: 2;
        margin-right: -30px;
    }
    .detailing .service .item:nth-child(3) > div > img,
    .detailing .service .item:nth-child(7) > div > img,
    .detailing .service .item:nth-child(11) > div > img,
    .detailing .service .item:nth-child(3) > div > a,
    .detailing .service .item:nth-child(7) > div > a,
    .detailing .service .item:nth-child(11) > div > a {
        order: 2;
        margin-right: -30px;
    }
    .detailing .service .item:nth-child(4) > div > img,
    .detailing .service .item:nth-child(8) > div > img,
    .detailing .service .item:nth-child(12) > div > img,
    .detailing .service .item:nth-child(4) > div > a,
    .detailing .service .item:nth-child(8) > div > a,
    .detailing .service .item:nth-child(12) > div > a {
        margin-left: -30px;
    }    
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .detailing .contacts-text {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1439px) {
    .detailing .service .item > div h3 {
        font-size: 18px;
    }    
    .detailing .service .item > div img {
        max-width: 290px;
    }

    .detailing .brand img {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .detailing .promo-slider .item .item-text {
        padding: 40px 30px;
    }
    .detailing .promo-slider .item img {
        max-width: 360px;
    }

    .detailing .service .item > div img {
        max-width: 194px;
    }
}
@media screen and (max-width: 991px) {
    .detailing .main {
        align-items: flex-start;
        padding-top: 60px;
        text-align: center;
    }
    .detailing .main h2 {
        text-align: center;
        font-size: 32px;
    }
    .detailing .main p {
        max-width: none;
    }

    .detailing .promo-slider .item {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .detailing .promo-slider .item .item-title {
        font-size: 18px;
    }
    .detailing .promo-slider .item img {
        max-width: 290px;
        margin-top: -8px;
        margin-bottom: -8px;
    }

    .detailing .works-slider .owl-dots {
        position: static;
        padding: 0;
        text-align: center;
        margin-top: 16px !important;
    }

    .detailing .service .item > div {
        flex-direction: column;
        justify-content: initial !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .detailing .service .item > div > div {
        align-items: center !important;
    }
    .detailing .service .item > div img {
        max-width: 325px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        order: 1 !important;
    }
    .detailing .service .item > div > div {
        order: 2 !important;
        margin: 15px 0 0 0 !important;
        text-align: center !important;
    }
    .detailing .service .item > div h3 > br {
        display: none;
    }
    .detailing .service a.btn {
        width: 226px;
    }

    .detailing .advantage .item h3 br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .detailing .main {
        min-height: 565px;
    }
    .detailing .promo-slider .item {
        flex-direction: column;
        justify-content: initial;
        align-items: center;
        padding-right: 0;
    }
    .detailing .promo-slider .item .item-text {
        order: 2;
        padding-left: 15px;
        padding-right: 15px;
    }
    .detailing .promo-slider .item img {
        order: 1;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .detailing .advantage .list-1 {
        margin-top: 0;
        border-bottom: none;
    }
    .detailing .advantage .list-1 .item, 
    .detailing .advantage .list-2 .item {
        border-right: none;
        border-bottom: 1px solid #f52c2c;
    }
    .detailing .advantage .list-2 .item:last-child {
        border-bottom: none;
    }
    .detailing .advantage .item {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .detailing .advantage .list-1 .item:first-child {
        padding-top: 0;
    }    
}
@media screen and (max-width:575px) {
    .detailing h2 {
        font-size: 25px;
        line-height: 34px;
        margin-top: 70px;
    }
    .detailing .main {
        padding-top: 40px;
    }
    .detailing .main h2 {
        font-size: 24px;
        line-height: 34px;
        text-align: left;
    }
    .detailing .main p {
        text-align: left;
    }

    .detailing .service .item > div h3 {
        font-size: 14px;
    }

    .detailing .contacts-text {
        padding-left: 40px;
    }
}
@media screen and (max-width: 475px) {
    .detailing .service .item > div img {
        max-width: 260px;
    }    
    .detailing .contacts-text {
        padding-left: 20px;
    }
    .detailing .contacts-route > div {
        padding-left: 40px;
        padding-right: 40px;
    }
    .detailing .contacts-social span {
        margin-top: 10px;
    }
    .detailing .contacts-social a {
        width: 24px;
        font-size: 12px;
    }
    .detailing .contacts-tel-icon {
        width: 24px;
        height: 24px;
        top: 6px;
    }
    .detailing .contacts-tel {
        padding-left: 36px;
    }
    .detailing .contacts-icon i {
        margin-right: 16px;
    }
}
