.head {
    background-image: url("/images/service/warranty/fon.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 440px;
    background-color: #F6F3F2;
}

.head__composition {
    padding: 24px 188px 56px 72px;
    background-color: #ffffff;
}

.head__banner {
    position: relative;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
}

.sitemap__row {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 19px;
    position: relative;
}

.sitemap__row h1{
    margin-bottom: 20px;
}

.sitemap__row::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}

.sitemap__row:last-child::after {
    display: none;
}

.sitemap__row--models {
    padding-bottom: 48px;
}

.sitemap__row--service {
    padding-top: 88px;
}

.sitemap__row--buy .sitemap__row-list {
    width: 75%;
}

.sitemap__row--buy .sitemap__row-item {
    width: 32.333%;
}

.sitemap__row--media .sitemap__row-list {
    width: 50%;
}

.sitemap__row--media .sitemap__row-item {
    width: 49%;
}

.sitemap__row--models .sitemap__row-link {
    color: #00AAD2;
}

.sitemap__row-title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 53px;
    color: #000000;
    font-weight: 500;
}

.sitemap__row-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sitemap__row-item {
    width: 24%;
    margin-right: 1%;
}

.sitemap__row-link {
    display: block;
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 2.3em;
    line-height: 1.2;
    color: #000000;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.sitemap__row-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 1262px) {
    .head__composition {
        padding-right: 15%;
    }
}

@media (max-width: 1200px) {
    .head__composition {
        padding: 0 35px 56px;
    }

    .sitemap__row--models {
        padding-bottom: 17px;
    }

    .sitemap__row--models .sitemap__row-link {
        color: #000000;
        margin-bottom: 2.3em;
    }

    .sitemap__row--service {
        padding-top: 48px;
    }
}

@media (max-width: 1023px) {
    .head {
        background-size: 100% 872px;
    }

    .sitemap__row-title {
        margin-bottom: 37px;
    }

    .sitemap__row-item {
        width: 29.333%;
        margin-right: 4%;
    }

    .sitemap__row--buy .sitemap__row-list {
        width: 66.666%;
    }

    .sitemap__row--buy .sitemap__row-item {
        width: 46%;
    }

    .sitemap__row--media .sitemap__row-list {
        width: 66.666%;
    }

    .sitemap__row--media .sitemap__row-item {
        width: 46%;
    }
}

@media (max-width: 767px) {
    .sitemap__row-item {
        width: 47%;
        margin-right: 3%;
    }

    .sitemap__row--buy .sitemap__row-list {
        width: 100%;
    }

    .sitemap__row--media .sitemap__row-list {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .head {
        background-size: 100% 408px;
    }

    .head__composition {
        padding: 0 16px 24px;
    }

    .head__banner {
        padding-top: 64px;
    }

    .sitemap__row {
        padding-top: 40px;
        padding-bottom: 11px;
    }

    .sitemap__row-title {
        margin-bottom: 27px;
    }

    .sitemap__row-item {
        width: calc(100% - 64px);
        display: block;
        margin-right: 64px;
    }
}
