/* новая страница услуг */

.main {
    max-width: 100%!important;
}

.container-services-new {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

/* баннер */
.sevices-banner {
    background-image: url(/local/img/redisign/service-detail/modern-sports-car_v2.png);
    background-size: cover;
    background-position: top left;
    position: relative;
}

.sevices-banner__in {
    position: relative;
    z-index: 10;
    padding-bottom: 62px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sevices-banner-left {
    width: 46%;
}
.sevices-banner-right {
    width: 40%;
}
.sevices-breadcrumbs, .sevices-breadcrumbs-list {
    display: flex;
    align-items: center;
}
.sevices-breadcrumbs {
    margin-top: 20px;
}
.sevices-breadcrumbs-list li a {
    position: relative;
    color: #FFFFFF;
    padding-right: 12px;
}
.sevices-breadcrumbs-list li {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.sevices-breadcrumbs-list li a::after {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: url("/local/img/redisign/service-detail/bc-arrow.svg") center no-repeat;
}
.sevices-breadcrumbs-list li span {
    color: #35A6FF;
}
.sevices-breadcrumbs-home {
    margin-right: 8px;
}
.sevices-banner-text {
    max-width: 535px;
    width: 100%;
    color: #fff;
}
.sevices-banner-text h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 16px;
}
.sevices-banner-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 37px;
}
.sevices-banner-text span {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #E3F0FB;
}

/* баннер - форма*/

.sevices-banner-form {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #238EE3;
    border-radius: 10px;
    padding: 22px 30px 25px 30px;
}
.sevices-banner-form .sevices-banner-form-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 18px;
}
.sevices-banner-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}
.sevices-banner-form form input {
    width: 47%;
    background: #FFFFFF;
    border-radius: 6px;
    outline: none;
    border:none;
    padding: 9px 16px;
    margin-bottom: 10px;
}
.sevices-banner-form form input::placeholder {
    color: #929292;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.sevices-banner-form form textarea {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 9px 16px;
    margin-bottom: 10px;
    min-height: 80px;
    max-height: 80px;
    height: 100%;
    outline: none;
    border: none;
}
.sevices-banner-form form textarea::placeholder {
    color: #929292;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.sevices-banner-form form .form-text-about {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    display: block;
    margin-bottom: 10px;
}
.sevices-banner-form form button,
.sevices-banner__buttons button {
    background: #238EE3;
    border-radius: 6px;
    padding: 8.5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    border: none;
    outline: none;
    color: #fff;
    max-width: 146px;
    width: 100%;
    cursor: pointer;
}
.sevices-form-button-ws {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #25D366;
    border-radius: 6px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    border: none;
    outline: none;
    color: #fff;
    max-width: 254px;
    width: 100%;
    justify-content: center;
}
.sevices-form-button-ws:hover {
    color: #fff;
}
a.sevices-banner-third-wa-button {
    color: #fff!important;
}
.sevices-form-button-ws span {
    margin-right: 10px;
}

.sevices-banner__buttons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
}

.sevices-banner__buttons * {
    line-height: 100%!important;
    max-width: 100%!important;
}



@media all and (max-width:1240px) {
    .sevices-banner__in {
        padding: 30px 0;
    }
    .container-services-new {
        padding: 0 50px;
    }
    .sevices-banner-form form button,
    .sevices-form-button-ws {
        max-width: 100%;
    }
    .sevices-banner-form form button {
        margin-bottom: 10px;
    }
    .sevices-banner-left {
        width: 50%;
    }
    .sevices-banner-right {
        width: 44%;
    }

}
@media all and (max-width:767px) {
    .sevices-banner__in {
        flex-direction: column;
    }
    .sevices-banner-left,
    .sevices-banner-right {
        width: 100%;
    }
    .sevices-breadcrumbs {
        display: none;
    }
    .sevices-banner-text h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 14px;
    }
    .sevices-banner-text p {
        font-weight: 400;
        font-size: 13px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .sevices-banner-text span {
        font-weight: 700;
        font-size: 24px;
        line-height: 130%;
        display: block;
        margin-bottom: 30px;
    }
    .container-services-new {
        padding: 0 16px;
    }
    .sevices-banner__in {
        padding: 24px 0 40px;
    }
    .sevices-banner-form {
        padding: 20px 20px 24px;
    }
    .sevices-banner-form-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 14px;
    }


}
/* баннер */
/* преимущества */

.sevices-advantages {
    margin-top: 80px;
    margin-bottom: 100px;
}
.sevices-advantages__in {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 18px;
}
.sevices-advantages-item {
    padding: 30px 30px 48px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    margin: 0 auto;
}
.sevices-advantages-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #404040;
}
.sevices-advantages-image {
    text-align: center;
    margin-bottom: 23px;
}
.sevices-advantages-image img {
    max-height: 51px;
    width: 100%;
    object-fit: contain;
}
@media all and (max-width: 1240px) {
    .sevices-advantages__in {
        grid-template-columns: 1fr 1fr;
    }
}
@media all and (max-width:767px) {
    .sevices-advantages__in {
        grid-template-columns: 1fr;
    }
    .sevices-advantages-item {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
        justify-content: space-between;
    }
    .sevices-advantages {
        margin: 50px 0;
    }
    .sevices-advantages-item span {
        font-weight: 400;
        font-size: 11px;
        line-height: 130%;
        width: 80%;
        text-align: left;
    }
    .sevices-advantages-image img {
        max-width: 47px;
    }
    .sevices-advantages-image {
        width: 15%;
        margin-bottom: 0;
    }
}
/* преимущества */
/* до/после */

.sevices-before-after-title {
    display: block;
    color: #4A4A4A;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 40px;
}
.sevices-before-after {
    margin-bottom: 100px;
}

.sl-container {
    margin-right: 15px;
}
.sl-container,
.sl-container-second {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    width: 576px;
    height: 325px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}
.sl-container .view,
.sl-container-second .view {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.sl-container .view img,
.sl-container-second .view img {
    width: 576px;
    max-width: 576px;
    height: 325px;
    object-fit: cover;
}
.sl-container .view-before,
.sl-container-second .view-before {
    z-index: 10;
}
.sl-container .view-after,
.sl-container-second .view-after-second {
    width: 15px;
    z-index: 20;
}
.sl-container .dragme,
.sl-container-second .dragme-second {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
    left: 100px;
    background-color: #238EE3;
    cursor: pointer;
    z-index: 30;
}
.sl-container .dr-circle,
.sl-container-second .dr-circle {
    position: absolute;
    top: calc(50% - 20px);
    left: -27px;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    text-align: center;
    background-color: #238EE3;
    cursor: pointer;
    z-index: 30;
}
.sl-container .dr-circle i,
.sl-container-second .dr-circle i {
    line-height: 40px;
    font-size: 20px;
    color: #337AB7;
    font-weight: bold;
}
.sl-container:before,
.sl-container-second:before {
    content: "До";
    position: absolute;
    width: 50px;
    height: 28px;
    background: rgba(35, 142, 227, 0.5);
    border-radius: 6px;
    padding: 5px 15px;
    top: 21px;
    left: 22px;
    z-index: 40;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    box-sizing: border-box;
}
.sl-container:after,
.sl-container-second:after {
    content: "После";
    position: absolute;
    width: 76px;
    height: 28px;
    background: rgba(35, 142, 227, 0.5);
    border-radius: 6px;
    padding: 5px 15px;
    bottom: 29px;
    right: 38px;
    z-index: 40;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    box-sizing: border-box;
}
.sl-container .dr-circle img:first-child,
.sl-container-second .dr-circle img:first-child {
    position: absolute;
    top: 20px;
    left: 9px;
    transform: rotate(180deg);
}
.sl-container .dr-circle img:last-child,
.sl-container-second .dr-circle img:last-child {
    position: absolute;
    top: 20px;
    right: 9px;
}


.sevices-before-after-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media all and (max-width:991px) {
    .sl-container-second {
        display: none;
    }
    .sl-container {
        margin: 0 auto;
    }
}

@media screen and (max-width: 540px) {
    .sl-container,
    .sl-container-second {
        width: 290px;
        height: 164px;
    }
    .sl-container .view img,
    .sl-container-second .view img {
        width: 290px;
        max-width: 290px;
    }
    .sl-container:after {
        position: absolute;
        bottom: 6px;
        right: 6px;
    }
    .sl-container:before {
        position: absolute;
        top: 6px;
        left: 6px;
    }
    .sl-container .dragme {
        width: 3px;
    }
    .sl-container .dr-circle {
        width: 30px;
        height: 30px;
        left: -14px;
    }
    .sl-container .dr-circle img {
        max-width: 6px;
        width: 100%;
        object-fit: contain;
    }
    .sl-container .dr-circle img:first-child {
        top: 11px;
        left: 6px;
    }
    .sl-container .dr-circle img:last-child {
        top: 11px;
        right: 6px;
    }
}
/* до/после */

/* цены */
.sevices-price {
    margin-bottom: 100px;
    margin-top: 100px;
}
.sevices-price-title {
    color: #4A4A4A;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 40px;
}
.sevices-price-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    grid-gap: 30px;
    padding: 16px 16px 16px 30px;
    color: #4A4A4A;
    background: #EDF2F8;
    border-radius: 6px;
    margin-bottom: 10px;
}
.sevices-price-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 30px;
}
.sevices-price-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.sevices-price-item-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    white-space: nowrap;
}
.sevices-price-item-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 12px 25px;
    background: #25D366;
    border-radius: 6px;
    max-width: 254px;
    width: 100%;
}
.sevices-price-item-button span {
    margin-right: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    white-space: nowrap;
}

@media all and (max-width:767px)  {
    .sevices-price-item,
    .sevices-price-item-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .sevices-price-item {
        padding: 18px 20px 20px 20px;
    }
    .sevices-price-item,
    .sevices-price-item-info {
        grid-gap: 0;
    }
    .sevices-price-item-text {
        font-weight: 400;
        font-size: 15px;
        line-height: 130%;
        margin-bottom: 12px;
    }
    .sevices-price-item-price {
        font-weight: 400;
        font-size: 15px;
        line-height: 130%;
        margin-bottom: 16px;
    }
    .sevices-price-item-button {
        font-weight: 700;
        font-size: 12px;
        line-height: 130%;
        padding: 7px 30px;
        max-width: 100%;
    }
    .sevices-price-item-info {
        width: 100%;
    }
    .sevices-price-title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .sevices-price {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}


/* цены */

/* баннер второй */

.sevices-banner-second {
    background:  linear-gradient(270.39deg, #828FAF 23.95%, rgba(130, 143, 175, 0.938924) 35.67%, rgba(130, 143, 176, 0.5625) 54.41%, rgba(131, 143, 176, 0) 72.26%),  linear-gradient(90deg, #021138 37.67%, rgba(2, 17, 56, 0) 72.26%), url("/local/img/redisign/service-detail/banner-bg-2.png");
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: top right, top left, top center;
    background-size: 50%, 70%, cover;
}
.sevices-banner-second-text {
    padding: 100px 0 110px 0;
    max-width: 526px;
    width: 100%;
}
.sevices-banner-second-text .sevices-banner-second-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    color: #fff;
    margin-top: 0;
    margin-bottom: 16px;
}
.sevices-banner-second-text span {
    color: #238EE3;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 14px;
}
.sevices-banner-second-text span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #238EE3;
}
.sevices-banner-second-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.sevices-banner-second-buttons {
    display: flex;
    align-items: center;
}
.sevices-banner-second-buttons button {
    background: #238EE3;
    border-radius: 6px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    padding: 9px 40px;
    margin-right: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}
.sevices-banner-second-wa-button span {
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 0;
    margin-right: 10px;
}
.sevices-banner-second-wa-button span::before {
    content: none;
}
.sevices-banner-second-wa-button {
    background: #25D366;
    border-radius: 6px;
    padding: 7px 25px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

@media all and (max-width:767px) {
    .sevices-banner-second-text {
        padding-top: 218px;
        padding-bottom: 40px;
    }
    .sevices-banner-second {
        background:  linear-gradient(270.39deg, #828FAF 23.95%, rgba(130, 143, 175, 0.938924) 35.67%, rgba(130, 143, 176, 0.5625) 54.41%, rgba(131, 143, 176, 0) 72.26%),  linear-gradient(0deg, #021239 0%, rgba(2, 18, 57, 1.894456) 60.06%, rgba(2, 18, 57, 0) 100%), url(/local/img/redisign/service-detail/banner-bg-2.png);
        background-repeat: no-repeat,no-repeat,no-repeat;
        background-position: top right, top left, top center;
        background-size: 0, 100%, 210%;
    }
    .sevices-banner-second-buttons {
        flex-direction: column;
    }
    .sevices-banner-second-buttons button {
        width: 100%;
        margin-bottom: 10px;
    }
    .sevices-banner-second-wa-button {
        width: 100%;
        justify-content: center;
    }
    .sevices-banner-second-text .sevices-banner-second-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 130%;
        margin-bottom: 14px;
    }
    .sevices-banner-second-text span {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .sevices-banner-second-text p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .sevices-banner-second-buttons button {
        font-size: 12px;
    }
    .sevices-banner-second-wa-button span {
        font-size: 12px;
        margin-bottom: 0;
    }
}


/* баннер второй */

/* видео */

.services-videos {
    margin-top: 75px;
    margin-bottom: 120px;
}
.services-videos-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-videos-item {
    width: 49%;
}
.services-videos-item iframe {
    border-radius: 10px;
}

.services-videos-item {
    position: relative;
    padding-bottom: 27%;
    height: 0;
    overflow: hidden;
}
.services-videos-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media all and (max-width:767px) {
    .services-videos-item:last-child {
        display: none;
    }
    .services-videos-item {
        width: 100%;
        padding-bottom: 55%;
    }
    .services-videos {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* видео */

/* баннер третий */

.sevices-banner-third {
    background: linear-gradient(90deg, #031239 18.29%, rgba(3, 18, 57, 0.916562) 38.01%, rgba(3, 18, 57, 0.795674) 53.13%, rgba(3, 18, 57, 0.653546) 57.45%, rgba(3, 18, 57, 0) 77.31%),url(/local/img/redisign/service-detail/banner-bg-3.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left, center right;
    background-size: 100%, cover;
}

.sevices-banner-third-text {
    padding: 90px 0 97px 0;
}
.sevices-banner-third-title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 36px;
    color: #fff;
    max-width: 545px;
    width: 100%;
}
.sevices-banner-third-title span {
    color: #238EE3;
}
.sevices-banner-third-text p {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}
.sevices-banner-third-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    width: 600px;
}
.sevices-banner-third-form input {
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    outline: none;
    max-width: 200px;
    width: 100%;
    padding: 9.5px 16px;
    box-sizing: border-box;
}
.sevices-banner-third-form input::placeholder {
    color: #929292;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}
.sevices-banner-third-form button {
    background: #238EE3;
    border-radius: 6px;
    padding: 8.5px 20px;
    cursor: pointer;
    max-width: 342px;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
}
.sevices-banner-third-wa-button {
    background: #238EE3;
    border-radius: 6px;
    padding: 7px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 181px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
}
.sevices-banner-third-wa-button span {
    margin-right: 10px;
}
.sevices-banner-third-soglasie {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #FFFFFF;
    margin-top: 10px;
}

@media all and (max-width: 1240px) {
    .sevices-banner-third-form {
        flex-wrap: wrap;
        max-width: 800px;
    }
    .sevices-banner-third-form input,
    .sevices-banner-third-form button,
    .sevices-banner-third-wa-button {
        width: 49%;
        max-width: 100%;
        white-space: nowrap;
    }
    .sevices-banner-third-form input {
        margin-bottom: 15px;
    }
    .sevices-banner-third-wa-button {
        justify-content: center;
    }
}
@media all and (max-width:767px) {
    .sevices-banner-third-form {
        max-width: 100%;
    }
    .sevices-banner-third-form input,
    .sevices-banner-third-form button,
    .sevices-banner-third-wa-button {
        width: 100%;
    }
    .sevices-banner-third-text {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .sevices-banner-third-title {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .sevices-banner-third-text p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sevices-banner-third-soglasie {
        font-size: 9px;
    }
    .sevices-banner-third-form button {
        white-space: normal;
    }
    .sevices-banner-third {
        background: linear-gradient(360deg, #021239 51.57%, rgba(2, 18, 57, 0) 299.38%),url(/local/img/redisign/service-detail/banner-bg-3.png);
        background-repeat: no-repeat,no-repeat;
        background-position: bottom center, center top;
        background-size: 100%, 175%;
    }
}


/* баннер третий */

/* Примеры работ по маркам */

/* swiper */

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    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;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 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;
    -o-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;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.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;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
    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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.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(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.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: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -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: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 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, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.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);
    }
}
/* a11y */
.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;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* swiper */

.sevices-brands-slider {
    position: relative;
}

.sevices-brands {
    margin-top: 99px;
    margin-bottom: 90px;
    position: relative;
}
.sevices-brands-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #4A4A4A;
    margin-bottom: 41px;
}

.sevices-brands-item  {
    background: #F9F9FA;
    border-radius: 6px;
    padding: 30px 0px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.sevices-brands-slider-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #4A4A4A;
    margin-bottom: 0;
    text-align: center;
}
.sevices-brands-item .sevices-brands-item__more {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: rgba(74, 74, 74, 0.36);
    text-align: center;
    display: inherit;
}
.sevices-brands-item a:hover {
    color: inherit;
}
.sevices-brands-slider {
    overflow: hidden;
}
.sevices-brands-image {
    text-align: center;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.sevices-brands-image img {
    max-width: 72px;
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sevices-slider-button {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.sevices-slider-button-prev {
    position: absolute;
    top: 20px;
    right: 64px;
}
.sevices-slider-button-next {
    position: absolute;
    top: 20px;
    right: 0;
}
.sevices-slider-button-next .sevices-slider-button img {
    transform: rotate(180deg);
}

.sevices-brands-slider-scrollbar {
    width: 100%;
    height: 4px;
    background: #EDF2F8;
    border-radius: 2px;
    margin-top: 40px;
    position: relative!important;
}
.sevices-brands-slider-scrollbar .swiper-scrollbar-drag {
    background: #238EE3;
    border-radius: 2px;
}

@media all and (max-width:767px) {
    .sevices-brands-title {
        font-size: 24px;
    }
    .sevices-brands {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .sevices-brands-image {
        height: 54px;
        margin-bottom: 12px;
    }
    .sevices-brands-image img {
        max-width: 54px;
        max-height: 54px;
    }
    .sevices-brands-slider-title {
        font-size: 18px;
    }
    .sevices-brands-item {
        padding: 18px 0px 18px;
    }

}
@media all and (max-width:540px) {
    .sevices-brands-title {
        max-width: 216px;
        margin-bottom: 20px;
    }
    .sevices-slider-button,
    .swiper-button-prev,
    .swiper-button-next {
        width: 23px;
        height: 23px;
    }
    .sevices-slider-button img {
        width: 5px;
    }
    .sevices-slider-button-prev {
        right: 37px;
    }
    .sevices-slider-button-prev,
    .sevices-slider-button-next {
        top: 27px;
    }
}

/* Примеры работ по маркам */

/* текстовый блок */

.services-list li {
    list-style-type: disc;
}
.services-list {
    padding-left: 20px;
    margin: 12px 0;
}
.sevices-text-block {
    margin-bottom: 90px;
    margin-top: 94px;
}
.sevices-text-block h2 {
    font-size: 20px;
}
.sevices-text-block p,
.sevices-text-block ul {
    font-size: 14px;
}
@media all and (max-width:767px) {
    .sevices-text-block {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .sevices-text-block h2 {
        font-size: 18px;
    }
    .sevices-text-block p,
    .sevices-text-block ul {
        font-size: 13px;
    }
}

/* текстовый блок */

/* стрелки на отзывах */

review-lab .widget__pag .icon {
    margin: 0 auto;
}

/* стрелки на отзывах */

/* Выполненные работы */

.services-completed-works {
    margin-bottom: 78px;
}
.services-completed-works-slider {
    overflow: hidden;
    position: relative;
}
.services-completed-works-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    min-height: 270px;
    max-height: 274px;
}
.services-completed-works-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(360deg, #010101 0%, rgba(1, 1, 1, 0) 100%);
    border-radius: 10px;
}

.services-completed-works-item-text {
    position: absolute;
    bottom: 20px;
    left: 22px;
    z-index: 5;
    padding: 0 22px 0 0;
}
.services-completed-works-slider-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
}
.services-completed-works-item-text .services-completed-works__more-btn {
    text-transform: uppercase;
    color: #0094FF;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
}
.services-completed-works-image img {
    width: 100%;
    object-fit: cover;
}
.services-completed-works-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #4A4A4A;
    margin-bottom: 40px;
}
.services-completed-works-arrow {
    background: rgba(227, 240, 251, 0.79);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-completed-works-prev {
    position: absolute;
    top: 50%;
    left: 22px;
}
.services-completed-works-next {
    position: absolute;
    top: 50%;
    right: 22px;
}
.services-completed-works-next .services-completed-works-arrow img {
    transform: rotate(180deg);
}
.services-completed-works_in .sevices-slider-button-prev,
.services-completed-works_in .sevices-slider-button-next {
    display: none;
}

.swiper-button-disabled {
    opacity: 0.7;
}

@media all and (max-width:767px) {
    .services-completed-works-title {
        font-size: 24px;
    }
    .services-completed-works {
        margin-bottom: 50px;
    }
}

@media all and (max-width:540px) {
    .services-completed-works_in .sevices-slider-button-prev,
    .services-completed-works_in .sevices-slider-button-next {
        display: block;
    }
    .services-completed-works-item {
        max-height: 216px;
    }
    .services-completed-works-prev,
    .services-completed-works-next {
        display: none;
    }
    .services-completed-works_in {
        position: relative;
    }
    .services-completed-works-title {
        margin-bottom: 20px;
        max-width: 216px;
    }

}

/* Выполненные работы */

/* Другие услуги */

.sevices-other-slider {
    overflow: hidden;
}
.services-other-image img {
    width: 100%;
    object-fit: cover;
}
.services-other-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}
.services-other-slider-title {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    z-index: 5;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.services-other-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(360deg, #010101 0%, rgba(1, 1, 1, 0) 100%);;
    border-radius: 10px;
}
@media all and (max-width:540px) {
    .services-other-slider-title {
        font-size: 13px;
    }
}


/* Другие услуги */

/* Собственный магазин */

.own-store {
    margin-bottom: 86px;
}
.own-store-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #4A4A4A;
    margin-bottom: 40px;
}

.own-store-item {
    width: 18%;
    text-align: center;
    cursor: pointer;
}
.swiper-wrapper-own-store-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.own-store-image {
    border: 1px solid #238EE3;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 12px;
    overflow: hidden;
    display: flex;
    max-height: 132px;
    height: 200px;
}
.own-store-image img {
    width: 100%;
    object-fit: contain;
}
.own-store-item span {
    text-align: center;
    color: #404040;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
}
.own-store__in {
    position: relative;
}
.own-store-button-prev,
.own-store-button-next {
    display: none;
}
@media all and (max-width:991px) {
    .own-store-list {
        overflow: hidden;
    }
    .own-store-button-prev {
        display: block;
        position: absolute;
        top: 20px;
        right: 64px;
    }
    .own-store-button-next {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .own-store-button-next .sevices-slider-button img {
        transform: rotate(180deg);
    }
}
@media all and (max-width:767px) {
    .own-store-title {
        font-size: 24px;
    }
    .own-store {
        margin-bottom: 50px;
    }
}
@media all and (max-width:540px) {
    .own-store-button-prev,
    .own-store-button-next {
        top: 27px;
    }
    .own-store-button-prev {
        right: 37px;
    }
    .own-store-title {
        margin-bottom: 20px;
        max-width: 216px;
    }
}



/* Собственный магазин */



/* баннер последний */


.sevices-banner-last {
    background:   linear-gradient(90deg, #1F79C0 10.14%, rgba(31, 121, 192, 0) 82.61%),  linear-gradient(270deg, #1F79C0 10.14%, rgba(31, 121, 192, 0) 82.61%), url("/local/img/redisign/service-detail/banner-bg-4.png");
    background-position: left, right, center right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100%, 10%, cover;
    position: relative;
}
.sevices-banner-last-text {
    padding: 100px 0;
    max-width: 620px;
    width: 100%;
    color: #FFFFFF;
}

.sevices-banner-last-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 10px;
}
.sevices-banner-last-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 20px;
}

.sevices-banner-last-form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sevices-banner-last-form-flex div input {
    max-width: 200px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 9.5px 16px;
    box-sizing: border-box;
}

.sevices-banner-last-form-flex div input::placeholder {
    color: #929292;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}

.sevices-banner-last-form-flex div input:first-child {
    margin-bottom: 10px;
}

.sevices-banner-last-form-flex textarea {
    width: 100%;
    margin-left: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 9px 16px;
    min-height: 78px;
    max-height: 78px;
    height: 100%;
    outline: none;
    border: none;
}

.sevices-banner-last-form-flex textarea::placeholder {
    color: #929292;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}
.sevices-banner-last-form-flex {
    margin-bottom: 10px;
}
.sevices-banner-last-form-flex div {
    width: 50%;
}
.sevices-banner-last-form .sevices-banner-last-soglasie {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 10px;
}
.sevices-banner-last-form-buttons {
    display: flex;
    align-items: center;
}
.sevices-banner-last-form-buttons button {
    background: #238EE3;
    border-radius: 6px;
    padding: 8.5px 20px;
    cursor: pointer;
    max-width: 200px;
    width: 100%;
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}

@media all and (max-width:767px) {
    .sevices-banner-last-text {
        padding: 30px 0 40px 0;
        max-width: 100%;
    }
    .sevices-banner-last-title {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .sevices-banner-last-text p {
        font-size: 13px;
        margin-bottom: 16px;
    }
    .sevices-banner-last-form-flex {
        flex-direction: column;
    }
    .sevices-banner-last-form-flex div input {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .sevices-banner-last-form-flex textarea {
        margin-left: 0;
        min-height: 90px;
        max-height: 90px
    }
    .sevices-banner-last-form .sevices-banner-last-soglasie {
        font-size: 9px;
    }
    .sevices-banner-last-form-buttons {
        flex-direction: column;
    }
    .sevices-banner-last-form-buttons button {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sevices-banner-last-form-flex div {
        width: 100%;
    }
    .sevices-banner-last {
        background:  linear-gradient(360deg, #1F79C0 6.57%, rgba(31, 121, 192, 0) 299.38%), url("/local/img/redisign/service-detail/banner-bg-4.png");
        background-position: center bottom, center top;
        background-repeat: no-repeat, no-repeat;
        background-size: 100%, cover;
        position: relative;
    }
}

/* баннер последний */

/*Слайдер до-после переверстка start*/
.image-comparison {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 16px 20px rgba(0,0,0,0.2);
}

.image-comparison__before {
    position: absolute;
    width: 50%;
    overflow: hidden;
}

.image-comparison__image {
    display: block;
}

.sevices-before-after-slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.image-comparison > .sevices-advantages-item__img {
    object-fit: cover;
    display: block;
    width: 100%;
}

/* Ползунок */
.image-comparison__slider {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 100%;
    cursor: col-resize;
    outline: none;
    border: none;
    background-color: #238EE3;
    z-index: 30;
}

/* Стрелки */
.js_drag_btn {
    position: absolute;
    top: calc(50% - 20px);
    left: -27px;
    border-radius: 100%;
    width: 58px;
    height: 58px;
    text-align: center;
    background-color: #238EE3;
    cursor: pointer;
    z-index: 30;
}

.js_drag_btn img {
    position: absolute;
    top: 20px;
}

.js_drag_btn img:first-child {
    left: 9px;
    transform: rotate(180deg);
}

.js_drag_btn img:last-child {
    right: 9px;
}

.image-comprison__slider:hover,
.image-comprison__slider:focus,
.image-comprison__slider:hover::before,
.image-comprison__slider:focus::before {
    background-color: #ccc;
    outline: none;
    border: none;
}
/*Слайдер до-после переверстка end*/

/*Our works slider start*/
.gallery-work {
    margin-top: 100px;
}

.gallery-work__item {
    display: flex!important;
    transform: scale(0.6)!important;
    transition: .3s;
    opacity: 0.6;
}

.gallery-work__item.swiper-slide-active {
    transform: scale(1.4)!important;
    opacity: 1;
}

.gallery-work__item img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.gallery-work__title {
    display: block;
}

.aligin-center {
    text-align: center;
}

.gallery-work__arrow {
    display: block;
    background: #fff;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
    background-image: url(/local/img/redisign/service-detail/arrow_slide-gray.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.gallery-work__arrow.prev {
    left: 5px;
}

.gallery-work__arrow.next {
    transform: rotate(180deg);
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2);
    right: 5px;
}

.gallery-work__arrows {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/*Our works slider end*/

.services-completed-works__arrows {
    position: absolute;
    z-index: 10;
    top: 50%;
    height: 0px;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 22px;
}

.services-completed-works__arrow {
    display: block;
    width: 32px;
    height: 32px;
    background: #e3f0fbeb;
    border-radius: 50%;
    background-image: url(/local/img/redisign/service-detail/arrow-work.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: relative;
    top: -32px;
}

.services-completed-works__arrow.next {
    transform: rotate(180deg);
}

.services-other-image {
    max-height: 270px;
    min-height: 100%;
    display: flex;
    overflow: hidden;
}

.services-other-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    min-height: 270px;
}

.other-services__arrows,
.own-store__arrows {
    position: absolute;
    z-index: 30;
    transform: translateY(50%);
    top: -30px;
    display: inline-flex;
    right: 0;
    grid-column-gap: 14px;
}

.other-services__arrow.next,
.own-store__arrow.next {
    transform: rotate(180deg);
}

.other-services__arrow.next .sevices-slider-button,
.own-store__arrow.next .sevices-slider-button {
    box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.2);
}

.map-detail_wrap .map-wrapper {
    width: 100%;
    transform: none;
}

.map-detail_wrap .main__map {
    margin: 0!important;
}

.main {
    padding-top: 0!important;
}

.main__redisign-wrap {
    position: relative;
}

.breadcrumbs-margin {
    margin-top: 40px;
}

.sevices-before-after-slider-img {
    width: 100%;
}

/* v4-фикс before/after: глобальный сброс v4 (template_styles.css: `img{max-width:100%}`)
   ограничивал «до»-картинку шириной её обрезающего контейнера .image-comparison__before
   (50% / px при перетаскивании). Картинка зафиксирована JS'ом в пикселях на всю ширину
   сравнения, контейнер её только обрезает (overflow:hidden); без max-width:none она
   тянулась за шириной контейнера при движении ползунка. */
.image-comparison__before .sevices-before-after-slider-img,
.image-comparison__before .image-comparison__image {
    max-width: none;
}


/*fix scroll start*/
.js-not-scroll body {
    overflow-y: hidden;
}
/*fix scroll end*/


/*уменьшаем отступы старт*/
.sevices-advantages {
    margin-top: 75px;
    margin-bottom: 75px;
}
.sevices-before-after {
    margin-bottom: 75px;
}
.sevices-price {
    margin-top: 75px;
    margin-bottom: 75px;
}
.gallery-work {
    margin-top: 75px;
}
.services-videos {
    margin-bottom: 75px;
}
.sevices-brands {
    margin-top: 75px;
    margin-bottom: 75px;
}
.sevices-text-block {
    margin-top: 35px;
    margin-bottom: 75px;
}
.services-completed-works {
    margin-bottom: 75px;
}
.own-store {
    margin-bottom: 75px;
}
/*уменьшаем отступы енд*/


@media screen and (min-width: 580px) {
    .breadcrumb.news_detail {
        position: absolute;
        z-index: 10;
        border: none;
    }

    .breadcrumb.news_detail a {
        color: #fff;
        margin: -5px 0 0 -0!important;
    }

}


@media screen and (max-width: 1240px) {
    .container-services-new {
        padding: 0 15px;
    }

    .main__redisign-wrap .news_detail .breadcrumbs__list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sevices-advantages-item {
        width: 100%;
    }

    .sevices-slider-button-next {
        top: 0;
    }

    .sevices-banner-third-form {
        width: 100%;
    }

    .sevices-slider-button-prev {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    /*уменьшаем отступы старт*/
    .main .sevices-advantages {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main .sevices-before-after {
        margin-bottom: 50px;
    }
    .main .sevices-price {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main .gallery-work {
        margin-top: 50px;
    }
    .main .services-videos {
        margin-bottom: 50px;
    }
    .main .sevices-brands {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .main .sevices-text-block {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .main .services-completed-works {
        margin-bottom: 50px;
    }
    .main .own-store {
        margin-bottom: 50px;
    }
    /*уменьшаем отступы енд*/
}

@media screen and (max-width: 600px) {
    .sevices-before-after-slider {
        display: block;
    }

    .image-comparison {
        display: none;
    }

    .image-comparison:first-child {
        display: inline-flex;
    }

    .sevices-banner-second-text {
        max-width: 100%;
    }

    .gallery-work {
        margin-top: 50px;
    }

    .sevices-before-after {
        margin-bottom: 0;
    }

    .gallery-work__arrow {
        transform: translateY(-50%);
        width: 23px;
        height: 23px;
        background-size: 5px;
    }

    .gallery-work__arrow.next {
        transform: translateY(-50%) rotate(180deg);
    }

    .gallery-work__outher.swiper {
        min-height: 200px;
    }

    .gallery-work__inner.swiper-wrapper {
        position: relative;
        top: 40px;
    }

    .gallery-work__item.swiper-slide-active {
        transform: scale(2)!important;
        opacity: 1;
        z-index: 1;
    }

    .gallery-work__item {
        transform: scale(0.8)!important;

    }

    .js_drag_btn {
        top: calc(50% - 20px);
        left: -14px;
        width: 30px;
        height: 30px;
    }

    .js_drag_btn img {
        width: 7px;
        top: 10px;
    }

    .js_drag_btn img:first-child {
        left: 7px;
        top: 10px;
        width: 6.8px;
    }

    .js_drag_btn img:last-child {
        right: 6px;
        width: 7.2px;
        height: 10.19px;
    }
}

@media screen and (max-width: 540px) {
    .other-services__arrows,
    .own-store__arrows {
        top: -10px;
    }

    .services-other-image {
        max-height: 150px;
    }

    .sevices-banner {
        background-image: url(/local/img/redisign/service-detail/modern-sports-car_mobile_v2.png);
        background-size: cover;
        background-position: 0 20%;
        position: relative;
    }

    .sevices-banner-third {
        background-image: url(/local/img/redisign/service-detail/banner-bg-3_mobile.png);
        background-size: cover;
        background-position: 0 20%;
        position: relative;
        padding-top: 140px;
        box-sizing: border-box;
    }

    .sevices-banner-last {
        background-image: url(/local/img/redisign/service-detail/banner-bg-4_mobile.png);
        background-size: cover;
        background-position: 0 20%;
        position: relative;
        padding-top: 140px;
        box-sizing: border-box;
    }

    .sevices-banner-third-form,
    .sevices-banner__buttons {
        grid-row-gap: 10px;
    }
}

@media screen and (max-width: 490px) {
    .sevices-banner__buttons {
        grid-template-columns: 1fr;
    }
}