.football-main {
    position: relative;
}

.football-main__bg {
    height: 1266px;
}

.football-main__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.football-main__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;

}

.football-main__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    bottom: 20px;
}

.football-main__box {
    border-radius: 85px;
    flex-grow: 1;
    backdrop-filter: blur(47px);
    background: rgba(217, 217, 217, 0.08);
    padding: 38px 64px;
    max-width: 1038px;
}

.football-main__decor {
    width: 586px;
    flex-shrink: 0;
}

.football-main__heading {
    font-size: 77px;
    color: #fff;
    margin: 0;
}

.football-main__item {
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.football-main__head {
    margin: 0 0 14px 0;
}

.football-main__img {
    max-width: 760px;
    margin: 0 auto 10px auto;
    display: block;
}

.football-main__price {
    font-size: 48px;
}

.football-main__footer {
    margin-top: auto;
}

.football-main__descr {
    font-size: 40px;
    margin: 0 0 15px 0;
}

.football-main__design {
    padding: 15px 40px;
    font-size: 23px;
    border-radius: 36px;
    background: #FF4738;
    display: block;
}

.football-main__slider .slick-prev,
.football-main__slider .slick-next,
.football-hits .slick-prev,
.football-hits .slick-next {
    font-size: 0px;
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.football-main__slider .slick-prev {
    left: 10px;
    right: auto;
}

.football-main__slider .slick-next {
    right: 10px;
    left: auto;
}

.football-main__slider .slick-prev,
.football-hits .slick-prev {
    background-image: url(/local/templates/forward_redisign/img/football/fm-prev.svg);
}

.football-main__slider .slick-next,
.football-hits .slick-next {
    background-image: url(/local/templates/forward_redisign/img/football/fm-next.svg);
}

.football-main__slider .slick-slide div:not([class]),
.football-hits .slick-slide div:not([class]) {
    display: flex;
    height: 100%;
}

.football-main__slider .slick-track,
.football-hits .slick-track {
    display: flex;
}

.football-main__slider .slick-slide {
    display: flex !important;
    justify-content: center;
    height: auto;
}

.football-tech {
    position: relative;
    z-index: 2;
    border-radius: 110px;
    overflow: hidden;
    background: linear-gradient(44deg, #ff4738 0%, #741216 100%);
    padding: 88px 0 42px 0;
    margin: -105px 0 0 0;
}

.football-row * {
    margin: 0;
    color: #040404 !important;
}

.football-row.white * {
    color: #fff !important;
}

.football-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 70px 0;
}

.footbal-tech__logo {
    width: 354px;
    flex-shrink: 0;
}

.football-heading {
    text-transform: uppercase;
    font-size: 70px;
    line-height: normal;
}

.football-heading.small {
    font-size: 58px;
}

.football-tech__decor {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
}

.football-tech__decor img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.football-tech__item {
    padding: 35px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 36px;
    line-height: 130%;
    color: #fff;
}

.football-tech__item.item-1 {
    padding-left: 47px;
}

.football-tech__item.item-2 {
    padding-left: 250px;
}

.football-tech__item.item-3 {
    padding-left: 435px;
}

.football-tech__item.item-4 {
    padding-left: 692px;
}

.football-tech__item:not(:last-child) {
    border-bottom: 4px solid #fff;
}

.football-tech__item:first-child {
    border-top: 4px solid #fff;
}

.football-tech__num {
    background: #fff;
    font-size: 178px;
    border-radius: 47px;
    color: #DA2129;
    line-height: 177px;
    padding: 0 18px;
    flex-shrink: 0;
}

.football-tech__num span {
    position: relative;
    top: 13px;
    margin-left: 0;
}

.football-comfort {
    position: relative;
    z-index: 1;
    background: #141414;
    padding: 220px 0;
    margin: -110px 0 0 0;
}

.football-comfort__bg,
.football-comfort__bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.football-comfort__bg {
    z-index: -1;
}

.football-comfort__bg img {
    object-fit: cover;
}

.football-comfort__layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.comfort-card {
    overflow: hidden;
    border-radius: 50px;
    background: #fff;
    display: flex;
    flex-direction: column;

}

.comfort-card__head {
    position: relative;
    padding-top: 101%;
    background: black;
    flex-shrink: 0;
}

.comfort-card__head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comfort-card__name {
    padding: 27px 10px 23px 10px;
    border-radius: 27px;
    background: linear-gradient(129deg, #da2129 0%, #741216 100%);
    text-align: center;
    color: #fff;
    font-size: 32px;
    display: block;
    text-transform: uppercase;
    margin: 0;
}

.comfort-card__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin: -26px 0 0 0;
    position: relative;
}

.comfort-card__descr {
    padding: 33px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.football-advantages {
    padding: 100px 0;
    background: #F3F3F3;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    margin: -110px 0 0 0;
}

.football-advantages__head {
    background: linear-gradient(180deg, #101010 0%, #767676 100%);
    position: relative;
    padding: 38px 10px 150px 10px;
    border-radius: 33px;
    overflow: hidden;
}

.footbal-advantages__item {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.football-advantages__layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.football-advantages__heading {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-height: 113px;
    padding: 12px 12px 9px 12px;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(127deg, #ff4738 0%, #741216 100%);
    font-size: 25px;
    line-height: 130%;
    text-transform: uppercase;
}

.football-advantages__icon {
    width: 185px;
    margin: 0 auto;
}

.football-advantages__body {
    padding: 21px 40px 0 40px;
    font-size: 21px;
    line-height: 130%;
    color: black;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.football-complects {
    padding: 100px 0 0 0;
}

.complects__item-bg img {
    width: 100%;
}

.complects__item {
    border-radius: 84px;
    overflow: hidden;
    position: relative;
    display: block;
}

.complects__item:not(:last-child) {
    margin: 0 0 40px 0;
}

.complects__item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
}

.complects__item-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.complects__item-intro {
    width: 721px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.complects__item-heading {
    font-size: 92px;
    line-height: normal;
    color: #FF4738;
    text-transform: uppercase;
}

.complects__item-price {
    margin: 0 0 30px 0;
    background: #FFFFFF;
    border-radius: 0 40px 40px 0;
    position: relative;
    font-size: 56px;
    line-height: normal;
    padding: 7px 31px 0px 0;
    color: #FF4738;
    text-transform: uppercase;
}

.complects__item-price::before {
    content: '';
    width: 50vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -50vw;
    z-index: 1;
}

.complects__item-descr {
    font-size: 36px;
    line-height: 130%;
    color: #fff;
}

.complects__item-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

.complects__item-name {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}

.complects__item-design {
    padding: 22px 57px;
    border-radius: 52px;
    background: #FF4738;
    font-size: 33px;
    line-height: normal;
    text-transform: uppercase;
}

.football-hits {
    background: #141414;
    color: #fff;
    padding: 200px 70px 100px 70px;
    margin: -100px 0 0 0;
}

.football-hits__box {
    position: relative;
    width: calc(100% + 50px);
}

.football-hits__item {
    display: flex !important;
    flex-direction: column;
}

.football-hits__item {
    overflow: hidden;
    border-radius: 38px;
    margin-right: 51px;
}

.football-hits__head {
    padding-top: 152%;
    position: relative;
    background: #fff;
    display: block;
    border-radius: 38px;
    overflow: hidden;
}

.football-hits__head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.football-hits__body {
    background: #DA2129;
    margin: -32px 0 0 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 52px 20px 34px 20px;
}

.football-hits__name {
    font-size: 32px;
    line-height: 116%;
    font-weight: 500;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 0 90px 0;
}

.football-hits__btn {
    display: flex;
    align-items: center;
    gap: 29px;
    padding: 16px 25px;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    background: black;
    border: none;
    outline: none;
    border-radius: 21px;
    margin-top: auto;
}

.football-hits__btn span {
    margin-left: 0 !important;
}

.football-hits__btn span:last-child {
    position: relative;
    top: 3px;
}

.football-hits__basket {
    display: flex;
    flex-shrink: 0;
}

.football-hits .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.football-hits .slick-prev {
    left: -75px;
}

.football-hits .slick-next {
    right: -30px;
}

.football-advantages__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 42px 50px;
    background: #fff;
    margin: 77px 0 0 0;
    border-radius: 46px;
    font-size: 23px;
    line-height: 130%;
}

.football-advantages__bottom .new-btn {
    width: 403px;
    padding: 23px 0 19px 0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 64px;
    flex-shrink: 0;
}

.football-hits__body .football-hits__btn.heading:hover {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1680px) {
    .football-main__img {
        max-width: 560px;
    }

    .football-main__box {
        max-width: 910px;
    }

    .football-main__heading {
        font-size: 50px;
    }

    .football-main__price {
        font-size: 38px;
    }

    .football-main__descr {
        font-size: 30px;
    }

    .football-main__bg {
        height: 1030px;
    }

    .football-tech {
        border-radius: 70px;
        padding: 50px 0;
    }

    .football-row {
        margin: 0 0 40px 0;
    }

    .football-heading {
        font-size: 50px;
    }

    .footbal-tech__logo {
        width: 280px;
    }

    .football-tech__num {
        font-size: 100px;
        line-height: 110px;
    }

    .football-tech__num span {
        top: 9px;
    }

    .football-tech__item {
        font-size: 30px;
    }

    .football-tech__item.item-1 {
        padding-left: 25px;
    }

    .football-tech__item.item-2 {
        padding-left: 120px;
    }

    .football-tech__item.item-3 {
        padding-left: 250px;
    }

    .football-tech__item.item-4 {
        padding-left: 374px;
    }
}

@media screen and (max-width: 1599px) {
    .football-main__img {
        max-width: 400px;
    }

    .football-advantages {
        border-radius: 70px;
        padding: 70px 0;
    }

    .football-advantages__heading {
        font-size: 18px;
        min-height: 75px;
        border-radius: 20px;
    }

    .football-main__box {
        max-width: 670px;
    }

    .football-advantages__body {
        font-size: 15px;
        padding: 12px 20px 0 20px;
    }

    .football-main__decor {
        width: 386px;
    }

    .football-main__bg {
        height: 940px;
    }

    .comfort-card__name {
        font-size: 19px;
        padding: 15px 10px 11px 10px;
        border-radius: 20px;
    }

    .comfort-card__descr {
        padding: 18px;
    }

    .comfort-card {
        border-radius: 30px;
    }

    .football-comfort {
        padding: 150px 0 160px 0;
    }

    .complects__item {
        border-radius: 40px;
    }

    .football-comfort__layout {
        gap: 20px;
    }

    .football-advantages__head {
        padding: 38px 10px 107px 10px;
        border-radius: 20px;
    }

    .complects__item-heading {
        font-size: 60px;
    }

    .complects__item-price {
        font-size: 42px;
    }

    .complects__item-intro {
        width: 474px;
    }

    .complects__item-img {
        max-width: 400px;
    }

    .complects__item-descr {
        font-size: 26px;
    }

    .complects__item-name {
        font-size: 30px;
    }

    .complects__item-design {
        font-size: 26px;
    }
}

@media screen and (max-width: 1300px) {
    .football-hits .slick-next {
        right: 0;
    }

    .football-hits .slick-prev {
        left: -52px;
    }
}

@media screen and (max-width: 1200px) {
    .football-tech__item {
        padding: 11px 0;
    }

    .football-tech__item.item-1,
    .football-tech__item.item-2,
    .football-tech__item.item-3,
    .football-tech__item.item-4 {
        padding-left: 10px;
    }

    .football-tech__descr br {
        display: none;
    }

    .football-tech__num {
        width: 212px;
        text-align: center;
    }

    .football-advantages__layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 5px;
    }
}

@media screen and (max-width: 1024px) {
    .football-main__img {
        max-width: 280px;
    }

    .football-advantages__bottom {
        margin: 23px 0 0 0;
        padding: 14px 19px;
        border-radius: 13px;
    }

    .football-advantages__bottom .new-btn {
        font-size: 16px;
        width: 320px;
    }

    .complects__item-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0;
    }

    .complects__item-content {
        position: relative;
        z-index: 1;
        width: auto;
        height: auto;
        padding: 20px 0;
    }

    .complects__item-name {
        margin: 0 0 11px 0;
    }

    .complects__item-price::before {
        content: none;
    }

    .complects__item {
        border-radius: 28px;
    }

    .complects__item-price {
        padding: 2px 8px 0 8px;
        border-radius: 10px;
        margin: 0 0 10px 0;

    }

    .complects__item-intro {
        align-items: center;
    }

    .complects__item-bg,
    .complects__item-bg img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .complects__item-bg img {
        object-fit: cover;
    }

    .complects__item-heading {
        font-size: 30px;
    }

    .complects__item-price {
        font-size: 20px;
    }

    .complects__item-descr {
        font-size: 16px;
    }

    .complects__item-name {
        font-size: 20px;
    }

    .complects__item-design {
        font-size: 16px;
        padding: 11px 11px 8px 11px;
    }

    .football-advantages {
        border-radius: 30px;
        margin: -46px 0 0 0;
        padding: 50px 0;
    }

    .football-comfort__layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .football-tech {
        border-radius: 30px;
        margin: -46px 0 0 0;
    }

    .football-heading,
    .football-heading.small {
        font-size: 30px;
    }

    .footbal-tech__logo {
        width: 180px;
    }

    .football-main__box {
        max-width: 470px;
    }

    .football-main__heading {
        font-size: 38px;
    }

    .football-main__price {
        font-size: 30px;
    }

    .football-main__descr {
        font-size: 24px;
    }

    .football-main__design {
        padding: 15px 20px;
        font-size: 18px;
    }

    .football-main__box {
        border-radius: 30px;
        padding: 25px 30px;
    }

    .football-main__decor {
        width: 250px;
    }

    .football-main__bg {
        height: 630px;
    }

    .football-tech__num {
        font-size: 80px;
        line-height: 80px;
        width: 180px;
    }

    .football-tech__num span {
        top: 6px;
    }

    .football-tech__item:first-child {
        border-width: 1px;
    }

    .football-tech__item:not(:last-child) {
        border-width: 1px;
    }

    .football-tech__item {
        font-size: 18px;
        line-height: normal;
    }
}

@media screen and (max-width: 767px) {
    .football-main__box {
        border-radius: 18px;
        padding: 22px 13px;
        max-width: 231px;
    }

    .football-advantages__bottom {
        font-size: 10px;
    }

    .football-advantages__bottom .new-btn {
        font-size: 10px;
        width: 96px;
        padding: 4px 6px 2px 6px;
    }

    .football-complects {
        padding: 40px 0 0 0;
    }

    .football-advantages__heading,
    .football-advantages__body {
        font-size: 10px;
        line-height: 130%;
    }

    .football-advantages__body {
        padding: 8px 15px;
    }

    .complects__item-intro {
        width: auto;
    }

    .complects__item:not(:last-child) {
        margin: 0 0 14px 0;
    }

    .complects__item-name {
        font-size: 14px;
    }

    .complects__item-design {
        font-size: 12px;
    }

    .football-advantages__head {
        padding: 23px 10px 64px 10px;
        border-radius: 12px;
    }

    .complects__item-heading {
        font-size: 20px;
    }

    .complects__item-price {
        font-size: 14px;
    }

    .football-advantages__heading {
        min-height: 41px;
        padding: 7px 7px 3px 7px;
        border-radius: 10px;
    }

    .football-advantages__icon {
        width: 78px;
    }

    .comfort-card__body {
        margin: -8px 0 0 0;
    }

    .comfort-card__name {
        min-height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .comfort-card {
        border-radius: 15px;
    }

    .football-comfort {
        padding: 140px 0 90px 0;
    }

    .comfort-card__name,
    .comfort-card__descr {
        font-size: 10px;
        line-height: 130%;
    }

    .comfort-card__name {
        border-radius: 10px;
        padding: 5px 5px 2px 5px;
    }

    .comfort-card__descr {
        padding: 11px;
    }

    .football-heading,
    .football-heading.small {
        font-size: 17px;
    }

    .footbal-tech__logo {
        width: 74px;
    }

    .football-tech__item {
        gap: 18px;
    }

    .football-row {
        margin: 0 0 16px 0;
    }

    .football-tech {
        padding: 20px 0;
        border-radius: 17px;
        margin: -25px 0 0 0;
    }

    .football-tech__num {
        font-size: 38px;
        line-height: 38px;
        width: 75px;
        padding: 0;
        border-radius: 10px;
    }

    .football-tech__num span {
        top: 3px;
    }

    .football-tech__item {
        font-size: 10px;
        line-height: 130%;
    }

    .football-hits__box {
        padding: 0 70px;
    }

    .football-hits__name {
        font-size: 10px;
        margin: 0 0 24px 0;
    }

    .football-hits__btn span:last-child {
        top: 1px;
    }

    .football-hits__btn {
        font-size: 12px;
        line-height: normal;
        padding: 5px 8px;
        gap: 10px;
    }

    .football-hits__basket {
        width: 15px;
    }

    .football-hits {
        padding: 130px 0 60px 0;
    }

    body.main-page.landing-page .headermainglobal .header_main__wrapper {
        height: 70px;
    }

    .football-main__heading {
        font-size: 16px;
    }

    .football-main__price {
        font-size: 11px;
    }

    .football-main__descr {
        font-size: 10px;
        margin: 0 0 15px 0;
    }

    .football-main__design {
        padding: 2px 4px;
        width: 100%;
        font-size: 10px;
    }

    .football-main__row {
        bottom: 10px;
    }

    .football-hits__head {
        border-radius: 12px;
    }

    .football-hits__body {
        padding: 45px 14px 10px 14px;
    }

    .football-hits__item {
        border-radius: 12px;
    }

    .football-main__slider .slick-prev,
    .football-main__slider .slick-next,
    .football-hits .slick-prev,
    .football-hits .slick-next {
        width: 12px;
        height: 18px;
    }

    .football-main__bg {
        height: 360px;
    }

    .football-main__img {
        max-width: 156px;
        margin-bottom: 0;
    }

    .football-main__row {
        gap: 8px;
    }

    .football-main__decor {
        width: 114px;
    }
}