@import "style/fonts.css";

.servis {
    margin-top: 70px;
}

.servis-info{
    background: #f6f6f6;
}

.servis-info__top {
    display: flex;
}

.servis-right__title {
    font-family: "EB";
    font-size: 90px;
    line-height: 83%;
    color: #d7d7d7;
}

.servis-right__text {
    font-family: "RB";
    font-size: 14px;
    line-height: 177%;
    color: #070508;
    width: 100%;
    max-width: 410px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.servis-right__span {
    color: #f79900;
}

.servis-right__image {
    margin-right: 20px;
}

.servis-right__bottom {
    margin-left: 50px;
    display: flex;
    align-items: center;
}


.servis-bottom__text {
    font-family: "RM";
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 177%;
    color: #000;

}

.servis-group__vtext {
    font-family: "RM";
    font-size: 12px;
    line-height: 177%;
    color: #d7d7d7;
}


/* SERVIS-bottom__start*/

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

.servis-bottom__group {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.servis-bottom__group:nth-of-type(1) {
    background: #f79900;
    width: 298px;
    height: 298px;
}

.servis-bottom__group:nth-of-type(2) {
    background: #070508;
    width: 298px;
    height: 298px;
}

.servis-bottom__group:nth-of-type(3) {
    background: #f79900;
    width: 298px;
    height: 298px;
}

.servis-bottom__group:nth-of-type(4) {
    background: #070508;
    width: 298px;
    height: 298px;
}

.servis-group__image {
    width: 118px;
}

.servis-group__text {
    max-width: 197px;
    width: 100%;
    font-family: "RB";
    font-size: 14px;
    line-height: 0%;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;

}

.servis-group__link {
    font-family: "EB";
    font-size: 18px;
    text-align: left;
    color: #fff;
}

.servis-info__arrows{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

@media (max-width: 1160px) {
    .servis-info__top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 840px) {
    .servis-right__title{
        font-size: 80px;
    }
}

@media (max-width: 750px) {
    .servis-right__title{
        font-size: 70px;
    }
}


@media (max-width: 652px) {
    .servis-info__bottom{
        display: grid;
        grid-template-columns: 298px; /* фиксируем ширину */
        justify-content: center;      /* сетку в центр */
        gap: 10px;
    }
}

@media (max-width: 538px) {
    .servis-left__image{
        width: 100%;
        max-width: 550px;

    }
}

@media (max-width: 405px) {
    .servis-right__title{
        font-size: 50px;
    }
}

@media (max-width: 375px) {
    .servis-right__title{
    }
}