.service {
    padding-bottom: 120px;
}
.service__promo {
    display: flex;
    align-items: center;
    padding: 51px 88px 51px 60px;
    background: url(../img/service/icon.svg),
    linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    border-radius: 40px;
    background-position: left center, center center;
    background-repeat: no-repeat;
    margin: 77px 0 75px;
}
.service__promo-info {
    max-width: 511px;
    margin: 0 33px 0 30px;
}
.service__promo-info__title {
    margin-bottom: 24px;
}
.service__promo-info__subtitle {
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.service__promo-info__subtitle a,
.service__promo-partner__title a {
    color: #a9ff35;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.service__promo-info__subtitle a:hover,
.service__promo-partner__title a:hover {
    border-color: #a9ff35;
}
.service__img {
    max-width: 318px;
}
.service__promo-partner {
    padding: 40px 48px 48px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.service__promo-partner__title {
    color: #fff;
    font-size: 20px;
    line-height: 145%;
    font-weight: 600;
}
.service__box {
    display: flex;
    justify-content: space-between;
}
.service__box-title {
    color: #1e242e;
}
.service__content {
    max-width: 1192px;
    display: flex;
    align-items: baseline;
    gap: 88px;
}
.service__contacts {
    max-width: 456px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-top: 9px;
}
.service__email,
.service__partner-link,
.service__phone {
    width: 49%;
    transition: 0.3s ease-in-out;
}

.service__email:hover,
.service__partner-link:hover,
.service__phone:hover {
    color: #a9ff35;
}
.service__address,
.service__email,
.service__partner-link,
.service__phone,
.service__schedule {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
}
.service__schedule {
    width: 49%;
}
.service__address {
    width: 100%;
}
.service__socials {
    display: flex;
    gap: 10px;
    width: 100%;
}
.service__info {
    max-width: 648px;
}
.service__info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #1e242e;
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
}
.service__info-text:first-of-type {
    padding-left: 0;
}
.service__info-text:last-of-type {
    margin-bottom: 0;
}
.service__info-text:not(:first-of-type):before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #a9ff35;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.service .line {
    margin: 54px 0 59px;
}
.service__map {
    margin-top: 13px;
}
.service__map-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #1e242e;
    margin-bottom: 16px;
}
.service__map-img svg {
    height: 100%;
}
.service__map-img--mob {
    display: none;
}
.service #stairs-1,
.service #stairs-2,
.service #start {
    opacity: 1;
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.service #stairs-1 {
    transition-delay: 0.4s;
}
.service #stairs-2 {
    transition-delay: 0.8s;
}
.service #line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.service #end {
    opacity: 0;
    transform-origin: center;
    transform-box: fill-box;
    transition: 0.3s ease-in-out;
    transition-delay: 0s;
}
.service #map.active #stairs-1,
.service #map.active #stairs-2,
.service #map.active #start {
    opacity: 1;
    transform: scale(1);
}
.service #map.active #stairs-2 {
    transition-delay: 1.8s;
}
.service #map.active #end {
    transition-delay: 2.9s;
    opacity: 1;
    -webkit-animation: endPoint 1s linear infinite;
    animation: endPoint 1s linear infinite;
}
.service #map.active #line {
    -webkit-animation: dash 7s linear forwards;
    animation: dash 7s linear forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@media (max-width: 1600px) {
    .service {
        padding-bottom: 80px;
    }
    .service__content {
        max-width: 1165px;
        gap: 50px;
    }
    .service__contacts {
        max-width: 511px;
    }
}
@media (max-width: 1550px) {
    .service__promo {
        padding: 40px;
    }
    .service__content {
        max-width: 1110px;
        gap: 50px;
    }
}
@media (max-width: 1430px) {
    .service {
        padding-bottom: 64px;
    }
    .service__img {
        width: 270px;
    }
    .service__content {
        max-width: 1050px;
        gap: 10px;
    }
    .service__promo {
        padding: 40px 25px;
    }
    .service__promo-partner {
        padding: 35px 43px 43px;
    }
}
@media (max-width: 1320px) {
    .service__promo {
        flex-wrap: wrap;
        padding: 40px 0 0;
        justify-content: center;
        overflow: hidden;
    }
    .service__promo-info {
        margin-right: 0;
        margin-left: 50px;
        max-width: 100%;
    }
    .service__promo-partner {
        width: 100%;
        justify-content: center;
        padding: 40px 0;
        border-radius: 0;
        border-top: 2px solid #fff;
        margin-top: 40px;
    }
    .service__box {
        gap: 16px;
    }
    .service__content {
        max-width: 940px;
        gap: 20px;
    }
}
@media (max-width: 1190px) {
    .service__img {
        width: 240px;
    }
    .service__promo-info {
        margin: 0 0 0 20px;
    }
    .service__promo-partner {
        padding: 20px 22px 22px;
    }
    .service__promo-partner__title {
        font-size: 18px;
    }
    .service__box {
        flex-direction: column;
    }
    .service__content {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .service__promo {
        margin: 60px 0;
        padding: 26px 0 0;
    }
    .service__promo-info {
        width: 100%;
        margin: 0;
    }
    .service__promo-info__subtitle,
    .service__promo-info__title {
        text-align: center;
    }
    .service__content {
        flex-direction: column;
        gap: 16px;
    }
    .service__contacts,
    .service__info {
        max-width: 100%;
    }
    .service__email,
    .service__partner-link,
    .service__phone,
    .service__schedule {
        width: 50%;
    }
    .service__address {
        width: 100%;
    }
    .service__social-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #1e242e;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in-out;
    }
    .service__social-link:hover {
        border: 1px solid #a9ff35;
    }
    .service .line {
        margin: 56px 0;
    }
    .service__map {
        margin-top: 0;
    }
}
@media (max-width: 760px) {
    .cdi-features-rside {
        margin-left: 0;
    }
    .service {
        padding-top: 32px;
    }
    .service__promo {
        border-radius: 16px;
        margin: 44px 0 56px;
    }
    .service__promo-info {
        max-width: 100%;
        padding: 0 24px;
        margin-left: 0;
        text-align: center;
    }
    .service__promo-info__title {
        font-size: 20px;
        line-height: 125%;
        margin-bottom: 24px;
    }
    .service__promo-info__subtitle {
        margin: 0 4px;
        font-size: 14px;
    }
    .service__img {
        width: 210px;
        height: 150px;
    }
    .service__promo-partner {
        margin-top: 48px;
        padding: 40px 27px;
    }
    .service__box-title {
        font-size: 20px;
    }
    .service__contacts {
        margin-top: 0;
    }
    .service__contacts a,
    .service__contacts div {
        font-size: 16px;
        font-weight: 500;
    }
    .service__address {
        line-height: 125%;
    }
    .service__socials {
        gap: 16px;
    }
    .service__map-text {
        font-size: 14px;
    }
    .service__info-text {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .service__info-text:nth-child(1) {
        margin-bottom: 16px;
    }
    .service__map {
        width: 100%;
    }
    .service br,
    .service__map-img {
        display: none;
    }
    .service__map-img--mob {
        width: 100%;
        display: block;
    }
}