.as-scroll {
    height: 100%;
}

.as-wrp {
    height: 100%;
}

.about__slider {
    width: 100%;
    height: 683px;
    overflow: hidden;
    position: relative;
}

.about__slider .swiper-wrapper {
    height: 100%;
    display: flex;
}

.about__slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.about__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__slide-name {
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
    padding: 0 20px;
    text-align: center;
    color: #fff;
    font-family: Futura PT;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-transform: uppercase;
    z-index: 3;
}

.about__slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.26) 42.57%, rgba(72, 72, 72, 0) 58.11%);
}

.about__slider-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 32px);
    display: flex;
    justify-content: center;
}

.about__slider-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 2px;
    cursor: pointer;
}

.about__slider-pagination .swiper-pagination-bullet-active {
    background: #C20A0A;
    border: 1px solid #C20A0A;
}

@media (max-width: 1410px) {
    .about__slider {
        height: 374px;
    }

    .about__slide-name {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    .about__slider-block {
        margin-left: calc(var(--crooked-padding-left) * -1);
        margin-right: calc(var(--crooked-padding-right) * -1);
        width: 100vw;
    }

    .about__slide-name {
        font-size: 10px;
        line-height: 13px;
        bottom: 10px;
    }

    .about__slider-pagination {
        top: calc(100% + 10px);
    }

    .about__slider {
        height: 259px;
    }
}
:root {
    --crooked-padding-right: 97px;
}

.about__block-pluses__slider {
    display: none;
}

.about__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 48px 82px;
    padding-top: 112px;
    margin-bottom: 52px;
}

.about__block-text {
    grid-column-start: 1;
    grid-column-end: 3;
}

.about__block-text-top h2 {
    color: #4D4D4D;
    font-family: Futura PT;
    font-size: 64px;
    font-weight: 450;
    line-height: 82px;
    margin-bottom: 49px;
}

.about__block-text-top h2 span {
    color: #C20A0A;
    display: block;
    font-family: Futura PT;
    font-size: 64px;
    font-weight: 450;
    line-height: 82px;
}

.about__block-dexcription {
    color: #000;
    font-family: Futura PT;
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
}

.about__block-text-bottom {
    margin-top: 48px;
    color: #C20A0A;
    font-family: Futura PT;
    font-size: 41px;
    font-weight: 450;
    line-height: 52px;
    text-transform: uppercase;
}

.about__block-pluses {
    background: #C4C4C4;
    padding: 54px 62px;
    min-height: 399px;
}

.about__block-pluses-title {
    color: #fff;
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}

.about__block-pluses-description {
    color: #4D4D4D;
    font-family: Futura PT;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
}

.about__block-numb {
    background: #F4F4F4;
    padding: 38px 88px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
}

.about__block-numb-item {
    max-width: 265px;
}

.about__block-numb-top {
    color: #C20A0A;
    font-family: Futura PT;
    font-size: 80px;
    font-weight: 700;
    line-height: 102px;
}

.about__block-numb-top span {
    color: #C20A0A;
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 450;
    line-height: 24px;
}

.about__block-numb-description {
    color: #000;
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 1660px) {
    .about__block-text-top h2 {
        font-size: 48px;
        line-height: 62px;
    }

    .about__block-text-top h2 span {
        font-size: 48px;
        line-height: 62px;
    }

    .about__block {
        gap: 34px;
    }

    .about__block-numb-top {
        font-size: 48px;
        line-height: 62px;
    }

    .about__block-numb-top span {
        font-size: 20px;
        line-height: 24px;
    }

    .about__block-numb-description {
        font-size: 20px;
        line-height: 22px;
    }

    .about__block-numb-item {
        max-width: 211px;
    }
}

@media (max-width: 1499px) {
    :root {
        --crooked-padding-right: 20px;
    }
}

@media (max-width: 1410px) {
    .about__block {
        padding-top: 79px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
        margin-bottom: 60px;
    }

    .about__block-text {
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .about__block-text-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 22px;
    }

    .about__block-dexcription {
        font-size: 22px;
        line-height: 28px;
    }

    .about__block-text-bottom {
        font-size: 31px;
        line-height: 40px;
        margin-top: 0;
    }

    .about__block-numb {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 4;
    }

    .about__block-text-top h2 {
        flex-shrink: 0;
        margin-right: 38px;
        margin-bottom: 0;
    }

    .about__block-pluses {
        padding: 40px 22px;
        padding-top: 50px;
    }

    .about__block-pluses-title {
        font-size: 20px;
        line-height: 26px;
    }

    .about__block-numb {
        padding: 58px 40px;
    }

    .about__block-numb-item {
        max-width: 100%;
    }
}

@media (max-width: 1499px) {
    :root {
        --crooked-padding-right: 30px;
    }
}

@media (max-width: 700px) {
    .about__block-text-top h2 {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 12px;
    }

    .about__block-text-top h2 span {
        font-size: 32px;
        line-height: 41px;
    }

    .about__block {
        display: block;
    }

    .about__block-pluses {
        display: none;
    }

    .about__block-pluses__slider {
        width: 100vw;
        overflow: hidden;
        height: 268px;
        margin: 0 -30px;
        display: block;
        margin-top: 37px;
        margin-bottom: 12px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .about__block-pluses__slider .swiper-wrapper {
        display: flex;
    }

    .about__block-pluses__slider .about__block-pluses {
        display: block;
        flex-shrink: 0;
        max-width: 100%;
    }

    .about__block-pluses {
        padding: 29px 54px;
        padding-top: 43px;
    }

    .about__block-pagination {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .about__block-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #000;
        margin: 0 2px;
    }

    .about__block-pagination .swiper-pagination-bullet-active {
        background: #C20A0A;
        border: 1px solid #C20A0A;
    }
}

@media (max-width: 600px) {
    .about__block {
        padding-top: 40px;
    }

    .about__block-text-top h2 {
        margin-left: 0;
    }

    .about__block-dexcription {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }

    .about__block-text-bottom {
        font-size: 15px;
        line-height: 19px;
    }

    .about__block-text-top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .about__block-pluses-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    .about__block-pluses-description {
        font-size: 16px;
        line-height: 21px;
        white-space: normal;
    }

    .about__block-numb-item {
        width: calc(50% - 10px);
    }

    .about__block-numb-top {
        font-size: 36px;
        line-height: 46px;
    }

    .about__block-numb-top span {
        font-size: 12px;
        line-height: 24px;
    }

    .about__block-numb-description {
        font-size: 12px;
        line-height: 15px;
    }

    .about__block-numb {
        padding: 16px 19px;
        gap: 25px 20px;
    }

    .about__block {
        margin-bottom: 40px;
    }
}
.pluses-big {
    margin-bottom: 82px;
}

.pluses-big h2 {
    color: #4D4D4D;
    font-family: Futura PT;
    font-size: 64px;
    font-weight: 450;
    line-height: 82px;
    margin-bottom: 37px;
    text-transform: uppercase;
}

.pluses-big h2 span {
    color: #C20A0A;
    display: block;
    font-family: Futura PT;
    font-size: 64px;
    font-weight: 450;
    line-height: 82px;
}

.pluses-big img {
    max-width: 100%;
}

.pluses-big img:last-child {
    display: none;
} 

@media (max-width: 1660px) {
    .pluses-big h2 {
        font-size: 48px;
        line-height: 62px;
    }

    .pluses-big h2 span {
        font-size: 48px;
        line-height: 62px;
    }
}

@media (max-width: 1410px) {
    .pluses-big {
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .pluses-big h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 16px;
    }

    .pluses-big h2 span {
        font-size: 24px;
        line-height: 31px;
    }

    .pluses-big img:last-child {
        display: block;
        margin: 0 auto;
    }

    .pluses-big img:nth-child(3) {
        display: none;
    }

    .pluses-big {
        margin-bottom: 0;
    }
}
.about-form {
    margin-bottom: 82px;
    background: url('/img/about-form.png');
    padding: 55px 0;
    width: calc(100% + var(--crooked-padding-left) + var(--crooked-padding-right));
    position: relative;
    left: calc(var(--crooked-padding-left) * -1);
    /* transform: translateX(-50%); */
    display: block;
}

.about-form__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-form h2 {
    color: #383838;
    font-family: Futura PT;
    font-size: 64px;
    font-weight: 450;
    line-height: 82px;
    flex-shrink: 0;
    margin: 0;
}

.about-form__btn {
    position: relative;
    width: 100%;
    margin-left: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about-form__btn::after {
    content: "";
    height: 5px;
    width: 100%;
    background: #C20A0A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-form__btn::before {
    content: "";
    height: 17px;
    width: 17px;
    background: #C20A0A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.about-form__btn span {
    width: 299px;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background: #C20A0A;
    color: #fff;
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

@media (max-width: 1660px) {
    .about-form h2 {
        font-size: 48px;
        line-height: 62px;
    }
}

@media (max-width: 1410px) {
    .about-form {
        padding: 45px 0;
        margin-bottom: 38px;
    }

    .about-form__btn span {
        font-size: 18px;
        line-height: 23px;
        width: 230px;
        height: 54px;
    }

    .about-form__btn::after {
        height: 4px;
    }
}

@media (max-width: 991px) {
    .about-form h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .about-form__btn span {
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }

    .about-form__btn::after {
        height: 2px;
    }

    .about-form__btn::before {
        width: 4px;
        height: 4px;
    }
}

@media (max-width: 600px) {
    .about-form {
        padding-top: 8px;
        padding-bottom: 13px;
        margin-bottom: 40px;
    }

    .about-form__container {
        flex-direction: column;
    }

    .about-form__btn::after {
        width: 2px;
        height: 15px;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-form__btn::before {
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-form__btn {
        margin-top: 16px;
        margin-left: 0;
        display: flex;
        justify-content: center;
    }

    .about-form__btn span {
        width: 176px;
        height: 40px;
    }
}
.brands {
    margin-bottom: 62px;
}

.brands h2 {
    margin-bottom: 46px;
    color: #4D4D4D;
    font-family: Futura PT;
    font-size: 64px;
    font-weight: 450;
    line-height: 82px;
    text-align: center;
    text-transform: uppercase;
}

.brands__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 68px 0;
}

.brands__item {
    width: 25%;
    padding: 0 41px;
}

.brands__item img {
    object-fit: scale-down;
    width: 100%;
    filter: grayscale(100%);
    opacity: .5;
    transition: all .2s ease;
}

.brands__item img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.brands__all {
    width: 220px;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background: #C20A0A;
    margin: 0 auto;
    color: #fff;
    font-family: Futura PT;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-top: 48px;
}

.brands__slider {
    display: none;
}

@media (max-width: 1660px) {
    .brands h2 {
        font-size: 48px;
        line-height: 62px;
    }

    .brands__list {
        gap: 38px 0;
    }

    .brands__item {
        padding: 0px 22px;
    }

    .brands__all {
        margin-top: 78px;
    }

    .brands {
        margin-bottom: 93px;
    }
}

@media (max-width: 991px) {
    .brands h2 {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 10px;
    }

    .brands__all {
        margin-top: 15px;
        height: 50px;
        width: 305px;
        font-size: 24px;
        line-height: 30px;
    }

    .brands {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .brands__slider {
        display: block;
        position: relative;
        padding: 0 17px;
    }

    .brands__list {
        display: none;
    }

    .brands__slider .swiper-wrapper {
        display: flex;
    }

    .brands__slide {
        flex-shrink: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 19px 0;
        justify-content: space-between;
    }

    .brands__slide .brands__item {
        width: calc(50% - 15px);
        padding: 0;
        display: flex;
        align-items: center;
    }

    .brands__slider-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .brands__slider-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
}

section.partners{
	
}

section.partners h2{
	font-size: 60px;
    text-transform: uppercase;
    text-align: center;
}
.partners .partners__content_col{
	
}

.partners__content{
	display: flex;
	gap: 80px;
	margin-bottom: 100px;
}
.partners__content_col{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.partners__content_title{
	position: relative;
	display: flex;
}
section.partners .partners__content_title h3{
		position: relative;

	font-size: 41px;
	text-transform: uppercase;
	margin: 0 0 -15px;
}
section.partners .partners__content_title a{
	font-size: 24px;
	color: #C20A0A;
	text-decoration: none;
	position: absolute;
text-transform: lowercase;
    top: 0;
    right: 0;
}
section.partners .partners__content_title a:hover{
	text-decoration: underline;
}
.partners__content_desc{
	font-size: 22px;
	line-height: 0.92;
	font-weight: 400;
	max-width: 690px;
}
.partners__content_btns{
	    display: flex;
    gap: 40px;
    justify-content: center;
	
}
.partners__content_btns .btn{
	text-transform: uppercase;
}

.partners__content_col:first-of-type:after{
	content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    right: -40px;
    z-index: 1;
    background: #C20A0A;
	
}



.pluses-big.full {
    justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	display:flex;
	flex-direction: row;
	margin-bottom: 100px;
	position: relative;
}

.pluses-big__col {
	display:flex;
	flex-direction: column;
}

.pluses-big.full h2 {
    color: #4D4D4D;
    font-size: 60px;
    font-weight: 450;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.pluses-big.full h2 span {
    color: #C20A0A;
    display: block;
/*    font-family: Futura PT;*/
/*    font-size: 64px;
    font-weight: 450;
    line-height: 82px;*/
}

.pluses-big__benefits {
	display: flex;
	flex-flow: row wrap;
	gap: 40px;
	max-width: 75%;
}
.pluses-big__benefit_item {
	display: flex;
	flex-basis: 50%;
	align-items: center;
	gap: 40px;
	font-size: 36px;
	line-height: 0.92;
	font-weight: bold;
	max-width: 420px;
	margin-bottom: 40px;
}
.pluses-big__benefit_item:before{
	content: '';
	background-image: url(../img/bg-icon-01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	height: 70px;
	min-width: 80px;
}
.pluses-big__benefit_item:nth-child(2):before{
	background-image: url(../img/bg-icon-02.svg);
}
.pluses-big__benefit_item:nth-child(3):before{
	background-image: url(../img/bg-icon-03.svg);
}
.pluses-big__benefit_item:nth-child(4):before{
	background-image: url(../img/bg-icon-04.svg);
}
.pluses-big__benefit_item:nth-child(5):before{
	background-image: url(../img/bg-icon-05.svg);
}

.pluses-big__circle {
	content: '';
	width: 670px;
	height: 670px;
	border-radius: 50%; 
	border: 30px solid #FFFFFF;
	box-shadow: 0 0 0 5px #C4C4C4;
	position: absolute;
}
.pluses-big__circle img:last-child{
	display: block !important;
}

.pluses-big__circle_inner {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%; 
	border: 7px solid #C20A0A;
	position: relative;
}
.pluses-big__circle swiper-container{
	height: 100%;
	border-radius: 50%;
	overflow-x: hidden;
}
.round-swiper{
	overflow-x: hidden;
}
.round-swiper .swiper-wrapper {
    height: 100%;
    display: flex;
}

.round-swiper swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.round-swiper swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.round-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 32px);
    display: flex;
    justify-content: center;
}

.round-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 2px;
    cursor: pointer;
}

.round-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #C20A0A;
    border: 1px solid #C20A0A;
}




.pluses-big__circle .swiper-wrapper{
	overflow: hidden;
	height: calc( 100% - 100px );
	border-radius: 50%; 
}


.pluses-big__circle .swiper-slide{
	margin-top: 9px;
}

	/* CSS */
	.pluses-big__circle {
		position: absolute;
		top: 0;
		right: 0;
	}

.pluses-big__circle img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	filter: grayscale(1);
}
@media (max-width: 767px) {
	.partners h2 {
		font-size: 4.8rem;
		font-weight: 450;
	}

	.pluses-big h2 {
		font-size: 4.8rem;
		font-weight: 450;
		margin-bottom: 16px;
	}

	.pluses-big img:last-child {
		display: block;
		margin: 0 auto;
	}

	.pluses-big img:nth-child(3) {
		display: none;
	}

	.pluses-big {
		margin-bottom: 0;
	}

	/* CSS */

}

@media (min-width: 768px) and (max-width: 1600px) {

	/* CSS */
	.pluses-big h2 {
		white-space: nowrap;
	}

	.pluses-big h2 span {
		/*line-height: 62px;*/
	}

	.pluses-big {
		margin-bottom: 60px;
	}
}

@media (min-width: 1601px) {
.pluses-big{
	margin-bottom: 200px;
}


}
@media (min-width: 1024px) and (max-width: 1460px) 
{
	section.partners .partners__content_title h3{
		font-size: 26px;
	}
	.partners__content_desc{
		font-size: 18px;
	}
	section.partners .partners__content_title a{
		font-size: 20px;
	}
	.pluses-big h2{
		font-size: 50px;
	}
	.pluses-big__benefit_item{
		flex-basis: 100%;
	}
	/*.pluses-big__circle{
		width: 500px;
		height: 500px;
		border-width: 16px;
		top: 100px;
	}*/
	.pluses-big__benefits{
		gap: 15px;
	}
	.pluses-big__benefit_item{
		font-size: 29px;
		margin-bottom: 10px;
	}
}
@media (min-width: 600px) and (max-width: 1023px) 
{
	.partners__content_col:first-of-type .partners__content_desc{
		/*margin-bottom: 18px;*/
	}
    /*.pluses-big__circle{
		width: 350px;
		height: 350px;
		top: 650px;
	}*/
    .pluses-big h2 {
		white-space: wrap;
	}

}
@media (min-width: 1024px) and (max-width: 1189px) 
{
	.partners__content_col:first-of-type .partners__content_desc{
		/*margin-bottom: 18px;*/
	}
    /*.pluses-big__circle{
		width: 500px;
		height: 500px;
		top: 200px;
	}*/
}
/*@media (min-width: 1461) and (max-width: 1800px) 
{
	.pluses-big__circle{
		top: 100px;
	}
}*/

.pluses-big__circle {
    width: 30vw;
    height: 30vw;
    top: 100px;
    border: 1vw solid #FFFFFF;
}
.pluses-big__benefits {
    max-width: calc(100% - 30vw);
}
.pluses-big.full {
    min-height: 35vw;
}
@media (max-width: 1335px) 
{
	.pluses-big__circle{
        width: 45vw;
        height: 45vw;
	}
}