:root {
    --maxx-red: #E31E24;
    --maxx-grey: #374250;
    --maxx-light-grey: #F3F3F3;
}

body {
    color: var(--maxx-grey);
    font-family: "Roboto", sans-serif;
}

.custom-btn {
    background: var(--maxx-red);
    border-radius: 5px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 114%;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}

a {
    text-decoration: none;
}

.container-xl {
    max-width: 1144px;
}

.row {
    --bs-gutter-x: 12px;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0 !important;
}

.form-check-input:checked {
    background-color: var(--maxx-grey);
    border-color: var(--maxx-grey);
}

@media (min-width: 1400px) {

    .container-xxl {
        max-width: 1404px;
    }

}

@media (max-width: 991.98px) {



}


.header {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .05);
    background: #fff;
}
.header__wrapper {
    height: 82px;
}
.header__logo {
    background: url(img/logo.svg) no-repeat center / contain;
    width: 236px;
    height: 36px;
}
.header__menu a {
    font-size: 14px;
    line-height: 114%;
    text-transform: uppercase;
    color: var(--maxx-red);
    margin-left: 16px;
}
.header__contacts {
    text-align: right;
    margin-left: 50px;
}
.header__contacts-phones {
    font-weight: 600;
    font-size: 16px;
    line-height: 112%;
}
.header__contacts-phone {
    color: var(--maxx-red);
    margin-left: 9px;
    display: inline-block;
}
.header__mail {
    font-size: 14px;
    line-height: 129%;
    color: var(--maxx-red);
    display: inline-block;
}
.header__phone {
    color: var(--maxx-red);
    display: inline-block;
}
.header__socials {

}
.header__socials-tg {
    background: url(img/telegram.svg) no-repeat center / contain;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-top: 5px;
}
.header__socials-wa {
    background: url(img/whatsapp.svg) no-repeat center / contain;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-top: 5px;
}
.header__menu-btn {
    background: url(img/menu.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 16px;
}
.header__menu-btn_active {
    background-image: url(img/close.svg);
}

@media (max-width: 991.98px) {

    .header__wrapper {
        height: 60px;
    }
    .header__logo {
        width: 149px;
        height: 22px;
    }

}


.mobile-menu {
    padding-top: 100px;
    position: fixed;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    z-index: 15;
    top: 0;
}
.mobile-menu__wrap {

}
.mobile-menu a {
    font-size: 18px;
    line-height: 220%;
    cursor: pointer;
    color: var(--maxx-red);
}


.hero {
    margin-top: 82px;
    background: url(img/hero.png) no-repeat center / cover;
    font-size: 40px;
    color: #fff
}
.hero__wrapper {
    height: 560px;
}
.hero__wrapper h1 {
    max-width: 560px;
    line-height: 100%;
    margin-bottom: 24px;
}
.hero__btn {

}

@media (max-width: 991.98px) {

    .hero {
        margin-top: 60px;
        background-image: none;
        color: #fff;
        background-color: #737b85;
    }
    .hero__wrapper {
        height: auto;
        padding-bottom: 40px;
    }
    .hero__wrapper h1 {
        line-height: 114%;
        margin-bottom: 16px;
        margin-top: 40px;
        font-size: 28px;
    }
    .hero img {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

}


.about {
    margin-top: 80px;
}
.about img {
    max-width: 100%;
    width: 100%;
}
.about__text {
    font-size: 24px;
    line-height: 117%;
    color: var(--maxx-grey);
    padding-left: 16px;
}

@media (max-width: 991.98px) {

    .about {
        margin-top: 40px;
    }
    .about img {
        width: 283px;
    }
    .about__text {
        font-size: 19px;
        line-height: 117%;
        padding-left: 0;
        margin-top: 32px;
    }

}


.examples {
    margin-top: 80px;
}
.examples__item {
    margin-bottom: 10px;
}
.examples__item-info {
    height: 560px;
    background: rgba(55, 66, 80, .7);
    color: #fff;
    padding: 40px 40px 110px;
    position: relative;
}
.examples__item-sport {
    font-size: 16px;
    line-height: 125%;
}
.examples__item-name {
    font-size: 40px;
    line-height: 100%;
    margin-top: 16px;
}
.examples__item-tags {
    margin-top: 16px;
}
.examples__item-tag {
    background: rgba(255, 255, 255, .1);
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 129%;
    border-radius: 100px;
    padding: 4px 12px;
}
.examples__item-colors {
    margin-top: 12px;
}
.examples__item-colors-title {
    font-size: 14px;
    line-height: 129%;
}
.examples__item-colors-list {
    margin-top: 8px;
}
.examples__item-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 8px;
}
.examples__item-price {
    border-radius: 100px;
    padding: 4px 12px;
    margin-top: 16px;
    font-size: 19px;
    line-height: 126%;
    color: var(--maxx-red);
    background: #fff;
    display: inline-block;
}
.examples__item-btn {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.examples__item-photo {
    height: 560px;
    background: url(img/product_bg.svg) no-repeat center / cover;
}
.examples__item-photo span {
    height: 428px;
    width: 428px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

@media (max-width: 991.98px) {

    .examples {
        margin-top: 40px;
    }
    .examples__item {
        width: calc(100% + 24px);
        margin-left: -12px;
    }
    .examples__item-photo {
        height: 375px;
    }
    .examples__item-photo span {
        height: 350px;
        width: 350px;
    }
    .examples__item-info {
        height: auto;
        padding: 20px 20px 150px;
    }
    .examples__item-sport {
        font-size: 14px;
    }
    .examples__item-name {
        font-size: 28px;
        line-height: 114%;
        margin-top: 12px;
    }
    .examples__item-tag {
        font-size: 12px;
    }
    .examples__item-colors-title {
        font-size: 12px;
    }
    .examples__item-btn {
        bottom: 20px;
        left: 20px;
    }

}

.features {
    margin-top: 80px;
}
.features__item-pic {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: var(--maxx-grey);
}
.features__item-title {
    font-size: 31px;
    line-height: 116%;
    margin-top: 32px;
    max-width: 260px;
}
.features__item-desc {
    font-size: 19px;
    line-height: 126%;
    margin-top: 16px;
}

@media (max-width: 991.98px) {

    .features {
        margin-top: 8px;
    }
    .features__item {
        margin-top: 32px;
    }
    .features__item-pic {
        width: 100px;
        height: 100px;
    }
    .features__item-title {
        font-size: 23px;
        line-height: 104%;
        margin-top: 16px;
        max-width: 100%;
    }
    .features__item-desc {
        font-size: 16px;
        line-height: 125%;
        margin-top: 12px;
    }

}


.corporate {
    margin-top: 80px;
    background: #737b85;
    color: #fff;
    overflow: hidden;
}
.corporate__top-text {
    font-size: 16px;
    line-height: 125%;
}
.corporate__title {
    font-size: 40px;
    line-height: 100%;
    margin-top: 8px;
}
.corporate__desc {
    font-size: 19px;
    line-height: 126%;
    margin-top: 8px;
    max-width: 460px;
}
.corporate__btn {
    margin-top: 24px;
}
.corporate img {
    width: 50vw;
}

@media (max-width: 991.98px) {

    .corporate {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .corporate img {
        width: calc(100% + 24px);
        margin-left: -12px;
    }
    .corporate__top-text {
        font-size: 14px;
        line-height: 129%;
        margin-top: 40px;
    }
    .corporate__title {
        font-size: 28px;
        line-height: 114%;
        margin-top: 16px;
    }
    .corporate__desc {
        font-size: 16px;
        line-height: 125%;
        margin-top: 16px;
    }

}


.catalog {
    margin-top: 80px;
}
.catalog__arrow-prev,
.catalog__arrow-next {
    background: url(img/arrow.svg) no-repeat center / contain;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.catalog__arrow-next {
    rotate: 180deg;
    margin-left: 8px;
}
.catalog__slider {
    margin-top: 26px;
}
.catalog__item {
    background: var(--maxx-light-grey);
    position: relative;
    padding: 20px 20px 72px;
    height: 100%;
}
.catalog__item-pic {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.catalog__item-tag {
    border-radius: 100px;
    padding: 4px 12px;
    background: rgba(55, 66, 80, .05);
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 14px;
    line-height: 129%;
    position: absolute;
}
.catalog__item-title {
    font-size: 19px;
    line-height: 126%;
    text-align: center;
    color: var(--maxx-grey);
    margin-top: 14px;
}
.catalog__item-desc {
    font-size: 14px;
    line-height: 129%;
    text-align: center;
    color: var(--maxx-grey);
    margin-top: 4px;
}
.catalog__item-price {
    font-size: 19px;
    line-height: 126%;
    text-align: center;
    color: var(--maxx-red);
    margin-top: 4px;
}
.catalog__item-btn-wrapper {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}
.catalog__item-btn {
    /*margin-top: 8px;*/
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    padding: 8px 13px;
}
.catalog .swiper-slide {
    height: auto;
}

@media (max-width: 991.98px) {

    .catalog {
        margin-top: 40px;
    }
    .catalog__slider {
        margin-top: 24px;
        width: calc(100% + 12px);
    }
    .catalog .swiper-slide {
        width: 220px;
    }
    .catalog__item {
        background: var(--maxx-light-grey);
        position: relative;
        padding: 10px 10px 62px;
    }
    .catalog__item-pic {
        height: 170px;
    }
    .catalog__item-title {
        font-size: 16px;
        line-height: 125%;
        margin-top: 8px;
    }
    .catalog__item-desc {
        font-size: 12px;
        line-height: 133%;
        margin-top: 4px;
    }
    .catalog__item-tag {
        padding: 2px 8px;
        top: 5px;
        left: 5px;
        font-size: 12px;
        line-height: 133%;
    }
    .catalog__item-btn-wrapper {
        bottom: 20px;
    }
    .swiper-pagination {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 24px;
    }
    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        border-radius: 100%;
        margin: 0 2px !important;
        background-color: var(--maxx-grey);
        display: block;
    }
    .swiper-pagination-bullet-active {
        background-color: var(--maxx-red);
    }

}


.clients {
    margin-top: 80px;
}
.clients__arrow-prev,
.clients__arrow-next {
    background: url(img/arrow.svg) no-repeat center / contain;
    border-radius: 24px;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.clients__arrow-next {
    rotate: 180deg;
    margin-left: 8px;
}
.clients__slider {
    margin-top: 22px;
}
.clients__item {
    height: 353px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 991.98px) {

    .clients {
        margin-top: 40px;
    }
    .clients__item {
        height: 210px;
    }

}


.sizes {
    margin-top: 80px;
}

@media (max-width: 991.98px) {

    .sizes {
        margin-top: 40px;
    }

}


.catalog-sections {
    margin-top: 80px;
}
.catalog-sections h2 {
    margin-bottom: 22px;
}
.catalog-sections__item {
    height: 152px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 95%;
    font-size: 19px;
    line-height: 126%;
    display: block;
    padding: 16px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}
.catalog-sections__item:before {
    content: '';
    background-color: var(--maxx-grey);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.catalog-sections__item:after {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.catalog-sections__item span {
    position: relative;
    z-index: 2;
}

@media (max-width: 991.98px) {

    .catalog-sections {
        margin-top: 40px;
    }

}


.family {
    margin-top: 70px;
}
.family__wrapper {
    background: var(--maxx-red);
    padding: 70px 0;
}
.family__title {
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: var(--maxx-light-grey);
    max-width: 750px;
}
.family__btn {
    background: #fff;
    color: var(--maxx-red);
    margin-top: 25px;
}

@media (max-width: 991.98px) {

    .family {
        margin-top: 40px;
    }
    .family__wrapper {
        padding: 40px 0;
    }
    .family__title {
        font-size: 28px;
    }

}


.order-modal {

}
.order-modal__title {
    font-size: 31px;
    line-height: 116%;
    text-align: center;
    color: var(--maxx-grey);
}
.order-modal .modal-dialog {
    max-width: 554px;
}
.order-modal .modal-body {
    padding: 0;
}
.order-modal .modal-content {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    padding: 48px;
}
.order-modal .modal-header {
    padding: 0;
    border: none;
}
.order-modal label {
    font-size: 16px;
    line-height: 125%;
    color: var(--maxx-grey);
    margin-bottom: 4px;
}
.order-modal input[type='text'] {
    box-shadow: none;
    outline: none;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 0 16px;
    height: 44px;
    width: 100%;
}
.order-modal input[type='text']:focus {
    border-color: var(--maxx-grey);
}
.order-modal textarea {
    box-shadow: none;
    outline: none;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    resize: none;
    padding: 14px 16px;
    height: 104px;
    width: 100%;
}
.order-modal textarea:focus {
    border-color: var(--maxx-grey);
}
.order-modal__close {
    background: url(img/x-circle.svg) no-repeat center / contain;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}
.order-modal__form {
    padding-top: 24px;
}
.order-modal__form-body {

}
.order-modal__form-field {
    margin-bottom: 24px;
}
.order-modal .order-modal__form-check {

}
.order-modal .form-check-label {
    width: 100%;
    font-size: 12px;
}
.order-modal__btn {
    border: none;
    margin-top: 24px;
}
.order-modal__result {

}

@media (max-width: 991.98px) {

    .order-modal .modal-content {
        padding: 20px;
    }
    .order-modal__title {
        font-size: 23px;
        line-height: 104%;
    }

}


.footer {
    background: var(--maxx-grey);
    color: #fff;
    margin-top: 80px;
    padding: 39px 0;
}
.footer a {
    color: #fff;
}
.footer__wrapper {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding: 19px 0;
}
.footer__contacts {
    font-size: 14px;
    line-height: 129%;
}
.footer__contacts-item {
    margin-right: 24px;
}
.footer__vk {
    margin-top: 20px;
    background: url(img/vk.svg) no-repeat center / contain;
    width: 40px;
    height: 40px;
    display: block;
}
.footer__info {
    font-size: 14px;
    line-height: 129%;
    margin-top: 31px;
}
.footer__info-item {

}

@media (max-width: 991.98px) {

    .footer {
        margin-top: 40px;
        padding: 40px 0;
    }
    .footer__contacts-item {
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 12px;
        line-height: 133%;
    }
    .footer__info-item {
        font-size: 12px;
        line-height: 133%;
    }

}