* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

header,
section {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}

/* верхняя панель */
.header {
    height: auto;
    background-color: #647dab;
    display: flex;
    padding: 30px;
}

.head__top {
    display: flex;
    color: white;
    margin-right: auto;
}

.logotype {
    display: inherit;
    align-items: center;
}

.logo__text__head {
    font-weight: 300;
    font-size: 18pt;
    margin-right: 20px;
}

@media screen and (max-device-width: 850px) {
    .logo__text__head {
        font-size: 15pt;
    }
}

.contacts__head,
.address {
    font-weight: 700;
    font-size: 13pt;
    margin: auto 0;
    line-height: 1.5;
}

.contacts__head {
    margin-right: 20px;
}

@media screen and (max-device-width: 850px) {
    .contacts__head,
    .address {
        font-size: 1.5ex;
        margin-top: 20px;
    }
}

@media screen and (max-device-width: 850px) {
    .head__top {
        /*display: none;*/
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.social__head {
    display: flex;
    gap: 10px;
    margin: auto 0;
}

@media screen and (max-device-width: 850px) {
    .social__head {
        /*display: none;*/
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.social__head img {
    height: 35px;
    padding: 2px;
}

.head__logo {
    height: 60px;
    margin-right: 15px;
}

/* контент */
.hero__content {
    background: url("img/background_frame_1.png") top / cover no-repeat;
    padding: 90px 0;
    text-align: center;
}

.hero__brand {
    height: 105px;
    margin-bottom: 50px;
    width: 45%;
    height: auto;
    min-width: 250px;
}

.hero__text {
    font-weight: 400;
    font-size: 16pt;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 70%;
}

@media screen and (min-device-width: 850px) {
    .hero__text br {
        display: none;
    }
}

.hero__features {
    font-weight: 700;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 8px;
    font-size: 16pt;
    color: #647dab;
    justify-content: center;
}

.hero__features span {
    margin: 0 5px;
}

@media screen and (min-device-width: 850px) {
    .hero__features {
        flex-direction: row;
    }
}

@media screen and (max-device-width: 850px) {
    .bull {
        display: none;
    }
}

.hero__arrow {
    font-size: 24px;
    margin-bottom: 50px;
    height: 35px;
}

section {
    padding: 90px 60px;
}

@media screen and (max-device-width: 850px) {
    .section {
        padding: 90px 40px;
    }
}

/* SERVICES */
.services {
    background: url("img/background_frame_2.png") 70% / cover no-repeat;
    color: #fff;
}

.__title {
    font-weight: 700;
    font-size: 38pt;
    margin-bottom: 40px;
}

@media screen and (max-device-width: 850px) {
    .__title {
        font-size: 4ex;
    }
}

.__group__title {
    font-weight: 500;
    font-size: 20pt;
}

@media screen and (max-device-width: 850px) {
    .__group__title {
        font-size: 2.5ex;
    }
}

.services__content {
    gap: 40px;
    display: flex;
    flex-direction: column;
    padding-left: 35px;
}

@media screen and (min-device-width: 850px) {
    .services__content {
        flex-direction: row;
    }
}

.services__group__title,
.services__group__element {
    font-weight: 400;
    font-size: 14pt;
}

/* EQUIPMENT */
.equipment {
}

.equipment__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media screen and (min-device-width: 850px) {
    .equipment__content br {
        display: none;
    }
}

.equipment__group__title {
    padding-left: 35px;
}

.equipment__group__element {
    font-weight: 400;
    font-size: 14pt;
    padding-left: 54px;
}

.equipment__group__element li {
    margin-bottom: 10px;
}

/* COOPERATION  */
.cooperation {
    background: url("img/background_frame_3.png") 70% / cover no-repeat;
    color: #fff;
}

.cooperation__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: 35px;
}

.cooperation__group__title {
}

@media screen and (max-device-width: 850px) {
    .cooperation__group__title {
        font-size: 19pt;
    }
}

.cooperation__group__element__list {
    padding-left: 20px;
}

.cooperation__group__element__list Li {
    margin-bottom: 10px;
}

.cooperation__group__element {
    font-weight: 500;
    font-size: 20pt;
}

/* PRICE */
.price {
}

.price__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: 35px;
}

@media screen and (min-device-width: 850px) {
    .price__content br {
        display: none;
    }
}

.price__group__title {
}

.price__group__element__list {
    font-weight: 400;
    font-size: 14pt;
    padding-left: 20px;
}

.price__group__element__list Li {
    margin-bottom: 10px;
}

.price__group__element {
    font-size: 20pt;
    padding-left: 50px;
}

.price__group__note {
    font-size: 12pt;
}

/* WHY */
.why {
    background: url("img/background_frame_4.png") center / cover no-repeat;
    color: #fff;
}

.why__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media screen and (min-device-width: 850px) {
    .why__list {
        flex-direction: row;
        gap: 10%;
        margin-left: 50px;
    }
}

.why__item {
    font-weight: 400;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

@media screen and (min-device-width: 850px) {
    .why__item {
        flex-direction: column;
    }
}

.why__list div:nth-child(2) {
    margin-left: -10px;
}

.why__icon {
    margin-right: 20px;
    width: 70px;
    height: 70px;
}

.why__list div:nth-child(2) img {
    width: 79px;
}

.why__item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.why__item p {
    font-size: 14px;
    line-height: 1.5;
    color: #ddd;
}

/* ORDER */
.order {
}

.order__content {
    flex-direction: column;
    gap: 32px;
}

.order__group__element__list {
    font-weight: 400;
    font-size: 14pt;
    padding-left: 52px;
}

.order__group__element__list li {
    margin-bottom: 10px;
}

.footer {
    padding: 0;
    background: url("img/background_frame_footer.png") center / cover no-repeat;
}

.footer__top {
    height: 126px;
    display: flex;
    padding: 30px;
}

.footer__logo__container {
    flex: 1;
    padding: 90px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero__brand__footer {
    height: 105px;
    margin-bottom: 50px;
    width: 45%;
    height: auto;
    min-width: 250px;
}
