.service {
    margin-top: 120px;
}

@media screen and (max-width: 1200px) {
    .service {
        margin-top: 50px;
    }
}

.service-block {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #44556F;
    padding-bottom: 120px;
}

@media screen and (max-width: 1200px) {
    .service-block {
        flex-direction: column;
        padding-bottom: 40px;
    }
}

.service-block h2, .technology-block h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    color: #44556F;
}

@media screen and (max-width: 600px) {
    .service-block h2, .technology-block h2 {
        font-size: 18px;
    }
}

.service-block__item:first-child {
    margin-right: 144px;
}

@media screen and (max-width: 1200px) {
    .service-block__item:first-child {
        margin-right: 0;
    }
}

.service-block__item a, .technology-block__item a {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #44556F;
    text-decoration: none;
}

.service-block__item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #44556F;
}

.service-block__video {
    margin-top: 100px;
}

@media screen and (max-width: 1200px) {
    .service-block__video {
        margin-top: 40px;
    }
}

.service-block__video p {
    padding-top: 20px;
}

.service-block__video-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 590px;
    max-width: 95%;
    height: 270px;
    background: url(/upload/service/service.png) no-repeat;
}

.advantages {
    margin-top: 60px;
    margin-bottom: 150px;
}

@media screen and (max-width: 1200px) {
    .advantages {
        margin-bottom: 60px;
    }
}

.advantages__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .advantages__list {
        flex-wrap: wrap;
    }
}

.advantages .item {
    width: 244px;
}

@media screen and (max-width: 1200px) {
    .advantages .item {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.advantages .item__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 72px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #44556F;
}

.advantages .item__desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #44556F;
}

.technology-block {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1200px) {
    .technology-block {
        flex-direction: column;
    }
}

.technology-block__item {
    flex-basis: 50%;
}

.technology-block__item:first-child {
    margin-right: 144px;
}

@media screen and (max-width: 1200px) {
    .technology-block__item:first-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .technology-list {
        margin-top: 40px;
    }

    .technology-list__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .technology-list__item:first-child {
        margin-right: 20px;
    }
}

.technology-list__block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.technology .item__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #44556F;
    margin-bottom: 10px;
}

.technology .item a {
    display: block;
    margin-top: 20px;
}

.technology .item__desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 170%;
    color: #44556F;
    margin-top: 20px;
}

.item__hr {
    width: 100px;
    border-bottom: 1px solid #44556F;
}

.leaders {
    margin-top: 100px;
}

@media screen and (max-width: 1300px) {
    .leaders {
        margin-top: 60px;
    }
}

.leaders__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.leaders__list div {
    width: 100%;
}
.leaders__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 388px;
    max-width: 95%;
    height: 140px;
    margin-right: 12px;
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .leaders__item {
        margin-bottom: 20px;
    }
}

.leaders-block {
    width: 50%;
    margin-left: auto;
    margin-top: 60px;
}

@media screen and (max-width: 1300px) {
    .leaders-block {
        display: none;
    }
}

.leaders-block div {
    display: none;
}

.leaders-block-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 170%;
    color: #44556F;
}

.leaders-block__desc {
    margin-top: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 170%;
    color: #44556F;
}

.leaders-block div.active {
    display: block;
}

.leaders h2 {
    width: 40%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    color: #44556F;
}

@media screen and (max-width: 1300px) {
    .leaders h2 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .leaders h2 {
        font-size: 18px;
    }
}

.address-footer-block {
    display: flex;
    justify-content: space-between;
    margin-top: 150px;
}

@media screen and (max-width: 1300px) {
    .address-footer-block {
        flex-direction: column;
        margin-top: 60px;
    }
}

.address-footer {
    margin-bottom: 150px;
}

@media screen and (max-width: 1300px) {
    .address-footer {
        margin-bottom: 60px;
    }
}

.address-footer-block h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    color: #44556F;
}

@media screen and (max-width: 600px) {
    .address-footer-block h2 {
        font-size: 18px;
    }
}

.address-footer__block {
    display: flex;
    align-items: center;
}

.address-footer-block__item:last-child {
    width: 100%;
    margin-left: 100px;
}

@media screen and (max-width: 1300px) {
    .address-footer-block__item:last-child {
        margin-top: 40px;
        margin-left: 0;
    }
}

.address-footer__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.address-footer__item:first-child {
    margin-right: 60px;
}

.address-footer__link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 150%;
    color: #44556F;
    text-decoration: none;
}

.leaders__list .sng, .leaders__list .ngsp, .leaders__list .fnpr {
    display: none;
}

@media screen and (max-width: 1300px) {
    .leaders__list .sng.active, .leaders__list .ngsp.active, .leaders__list .fnpr.active {
        display: block;
    }
}

.leaders__block {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 760px) {
    .leaders__block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.leaders__arrow {
    display: flex;
    align-items: center;
}

.leaders__arrow div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #173869;
    cursor: pointer;
}

.leaders__arrow .slick-disabled {
    opacity: .5;
}

.leaders__arrow .next {
    margin-left: 20px;
}