.sec1{
	position: relative;
}
.sec1::before{
	content: '';
    position: absolute;
    bottom: auto;
    right: 0px;
	bottom:-160px;
    background-image: url('../img/Ellipse 6.png');
    width: 290px;
    height: 290px;
}



.sec2::before{
	content: '';
    position: absolute;
    bottom: auto;
    left: 0px;
	bottom:-85px;
    background-image: url('../img/elips2.png');
    width: 290px;
    height: 290px;
}

.sec5{
	position: relative;
}

.sec5::before{
	content: '';
    position: absolute;
    bottom: auto;
    left: 0px;
	top:-80px;
    background-image: url('../img/elips3.png');
    width: 290px;
    height: 260px;
}
.sec5::after{
	content: '';
    position: absolute;
    bottom: auto;
    right: 0px;
	top:-40px;
    background-image: url('../img/elips4.png');
	width: 240px;
    height: 260px;
}

.sec6{
	position: relative;
}

.sec6::before{
	content: '';
    position: absolute;
    bottom: auto;
    left: 0px;
	top:-200px;
    background-image: url('../img/elips5.png');
	width: 260px;
    height: 480px;
}
.sec6::after{
	content: '';
    position: absolute;
    bottom: auto;
    right: 0px;
	top:80px;
    background-image: url('../img/elips6.png');
	width: 230px;
    height: 450px;
}
.sec7{
	position: relative;
}
.sec7::before{
	content: '';
    position: absolute;
    bottom: auto;
    left: 0px;
	bottom:0px;
    background-image: url('../img/elips7.png');
	width: 214px;
    height: 450px;
}
.sec8{
	position: relative;
}
.sec8::before{
	content: '';
    position: absolute;
    bottom: auto;
    left: 0px;
	top:30px;
    background-image: url('../img/elips5.png');
	width: 214px;
    height: 500px;
}

.sec11{
	position: relative;
}
.sec11::before{
	content: '';
    position: absolute;
    bottom: auto;
    left: 0px;
	top:30px;
    background-image: url('../img/elips7.png');
	width: 214px;
    height: 500px;
}


.header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:15px 0;
	gap:15px;
}

.sec1__box{
	background: #010204;
	border-radius: 30px;
	padding:112px 92px 62px 92px;
	position: relative;
}
.sec1__logo{
	position: absolute;
    top: 42px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.sec1__box h1{
	color: #FFFFFF;
	font-weight: 900;
	font-size: 32px;
}
.sec1__box h1 span{
	color:#FF517A;
}
.sec1__box>p{
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
	margin:30px 0 35px 0;
}
.sec1__box>p b{
	font-weight: 700;
}
.sec1__box form{
	border: 0.5px solid #ACACAC;
	background: #3B3636;
	border-radius: 10px;
	padding:30px 15px;
	max-width: 607px;
}
.sec1__box form p{
	font-size: 14px;
	font-weight: 300;
	margin-bottom:20px;
	color: #FFFFFF;
}
.sec1__form{
	display: flex;
	gap:7px;
}
.sec1__form input{
	border: 0.5px solid #ACACAC;
	background: transparent;
	width: 182px;
	height: 45px;
	border-radius: 6px;
	padding-left: 15px;
}
.sec1__form button{
	width: 182px;
	height: 45px;
	background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
	font-size: 15px;
	font-weight: 500;
	color:#FFFFFF;
	text-transform: uppercase;
	border-radius: 6px;
}
.sec1__img{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.sec2 {
	margin:80px 0;
}
.sec2 h2{
	color: #000000;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.sec2 h2 span{
	color:#FF517A;
}
.sec2__box img{
	width: 100%;
	margin:0 auto;
	display: block;
}
.sec2__block{
	padding:25px 50px;
	border: 1px solid #FF517A;
	max-width: 256px;
	border-radius: 15px;
	margin:0 auto;
}
.sec2__block strong{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
}
.sec2__block p{
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin-top:5px;
}
.sec3{
	background: #010204;
	padding:80px 0;
}
.sec3 h2{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.sec3 h2 span{
	color: #FF517A;
}
.sec3__box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.sec3__item{
	background: #1A1B1D;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding:15px 20px;
}
.sec3__item p{
	color:#ffffff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 20px;
}
.sec3__item p span{
	color: #FF517A;
}
.sec3__form{
	background: #1A1B1D;
	border-radius: 20px;
	padding:30px;
	margin-top: 20px;
}
.sec3__form form{
	display: flex;
	gap:7px;
	justify-content: center;
}
.sec3__form input{
	border: 0.5px solid #ACACAC;
	background: transparent;
	width: 182px;
	height: 45px;
	border-radius: 6px;
	padding-left: 15px;
}
.sec3__form button{
	padding:0 15px;
	height: 45px;
	background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
	font-size: 15px;
	font-weight: 500;
	color:#FFFFFF;
	text-transform: uppercase;
	border-radius: 6px;
}


.sec4{
	background: #010204;
	padding:80px 0;
}
.sec4__box{
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	align-items: center;
	gap:30px;
}
.sec4__left h2{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.sec4__left h2 span{
	color: #FF517A;
}

.sec5{
	margin:80px 0 0 0;
}
.sec5 h2{
	color: #000000;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.sec5__box{
	display: grid;	
	grid-template-columns: 1fr 1fr;
	gap:60px;
}
.sec5__item{
	display: flex;
	align-items: center;
	gap:15px;
}
.sec5__text{

}
.sec5__text strong{
	color: #FF517A;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}
.sec5__text p{
	color: #565656;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.sec5__text b{	
	color: #000000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
	
.sec5__brend{
	margin:80px 0;
}
.sec5__brend h2{
	color: #000000;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.sec5__brend h2 span{
	color: #FF517A;
}
.sec5__brend p{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}
.sec5__brends{
	align-items: center;
	justify-content: center;
	gap:15px;
}
.sec5__brend-item{
	border: 1px solid #FF853B;
	border-radius: 10px;
	height: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
}	
.sec5__brend>p{
	text-align: center;
	margin-bottom:40px;
}

.sec6{
	background: #010204;
	padding:80px 0;
}
.sec6 h2{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.sec6 h2 span{
	color: #FF517A;
}
.sec6 p{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	padding:40px 0;
	text-align: center;
}	
.sec6__box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	gap:10px;
	max-width: 700px;
	margin:0 auto;
}
.sec6__item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:20px;
	padding:15px;
	background: #1A1B1D;
	border-radius: 10px;
}
.sec6__item span{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
}

.sec7{
	background: #010204;
	padding:80px 0;
}
.sec7 h2{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:40px;
}
.sec7__box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:27px;
}
.sec7__item{
	background: #1A1B1D;
	border-radius: 20px;
	padding:85px 32px;
	position: relative;
	overflow: hidden;
}	
.sec7__item img{
	position: absolute;
	top: -30px;
    right: -30px;
}
.sec7__item h3{
	color:#FF853B;
	font-size: 25px;
	font-weight: 900;
	text-transform: uppercase;
}
.sec7__item span{
	color: #C1C1C1;
	font-size: 18px;
	font-weight: 400;
	display: block;
	padding:28px 0 16px 0;
}
.sec7__item p{
	color: #D8D8D8;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.sec7__form{
	background: #1A1B1D;
	border-radius: 20px;
	padding:30px;
	margin-top: 20px;
}
.sec7__form form{
	display: flex;
	gap:7px;
	justify-content: center;
}
.sec7__form input{
	border: 0.5px solid #ACACAC;
	background: transparent;
	width: 182px;
	height: 45px;
	border-radius: 6px;
	padding-left: 15px;
}
.sec7__form button{
	padding:0 15px;
	height: 45px;
	background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
	font-size: 15px;
	font-weight: 500;
	color:#FFFFFF;
	text-transform: uppercase;
	border-radius: 6px;
}


.sec8{
	padding:80px 0;
}
.sec8 h2{
	color: #000000;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.sec8 h2 span{
	color: #FF517A;
}
.sec8 p{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	padding:20px 0 45px 0;
	text-align: center;
}
.sec8__box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:24px;
}
.sec8__item{
	border: 1px solid #DADADA;
	border-radius: 10px;
	position: relative;
}
.sec8__item img{
	width: 100%;
	height: 100%;
}
.sec8__item a{
	padding: 0 15px;
	line-height: 45px;
    height: 45px;
    background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 6px;
	position: absolute;
    bottom: 10px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


.sec9{

}
.sec9__box{
	position: relative;
	background: #010204;
	border-radius: 20px;
	padding:50px 40px;
}
.sec9__box h2{
	color: #FFFFFF;
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
}
.sec9__box h2 span{
	color: #FF517A;
}
.sec9__box p{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	padding:36px 0 20px 0;
}
.sec9__box .sec9__block{
	background: #1A1C21;
	padding:15px;
	border-radius: 10px;
	max-width: 460px;
}
.sec9__box img{
	position: absolute;
	right: 0px;	
	bottom: 0px;
	border-radius: 20px;
}

.sec10{
	margin:80px 0;
}
.sec10{
	padding:80px 0;
}
.sec10__box{
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	align-items: center;
	gap:30px;
}
.sec10__left h2{
	color: #000000;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.sec10__left h2 span{
	color: #FF517A;
}


.sec11{
	background: #010204;
	padding:80px 0;
}
.sec11 h2{
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 50px;
	text-transform: uppercase;
	text-align: center;
}
.sec11 h2 span{
	color: #FF517A;
}
.sec11__box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:11px;
}
.sec11__box .sec11__item{
	background: #1A1B1D;
	border-radius: 10px;
	padding:20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
}	

.sec11__box .sec11__item p{
	margin-top:10px;
}
.sec11__text{
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	margin:45px 0 60px 0;
	text-align: center;
}
.sec11__bloks{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.sec11__bloks .sec11__item{
	background: #1A1B1D;
	border-radius: 10px;
	padding:20px;
	text-align: left;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	position: relative;
}	
.sec11__bloks .sec11__item img{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.sec11__bloks .sec11__item:nth-child(1){
	width: 58%;
}
.sec11__bloks .sec11__item:nth-child(2){
	width: 40%;
}
.sec11__bloks .sec11__item:nth-child(3){
	width: 40%;
}
.sec11__bloks .sec11__item:nth-child(4){
	width: 58%;
}
.sec11__bloks .sec11__item:nth-child(5){
	width: 58%;
}
.sec11__bloks .sec11__item:nth-child(6){
	width: 40%;
	padding: 0 15px;
    line-height: 45px;
    background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sec12 {
	margin:80px 0;
}
.sec12 h2{
	color: #0A0A0A;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.sec12 h2 span{
	color: #FF517A;
}
.sec12__box{	
	background: #F6F6F6;
	display: flex;
	align-items: center;
	padding:45px 0 45px 35px;
	position: relative;
}
.sec12__left p{	
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom:30px;
}	
.sec12__right-img1{
	position: absolute;
	top:-20px;
	right: 40px;
}
.sec12__right-img2{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.sec12__right a{
    padding: 0 15px;
    line-height: 45px;
    background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
	bottom: 45px;
	right: 35px;
}

.sec13{
	margin:80px 0;
}
.sec13__box{
	padding:60px 40px;
	position: relative;
	background: #010204;
	border-radius: 20px;
}	
.sec13__box h2{
	color: #ffffff;
	font-size: 32px;
	font-weight: 900;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.sec13__box h2 span{
	color: #FF517A;
}
.sec13__box p{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	padding:35px 0;
}
.sec13__box a{
	max-width: 270px;
	padding: 0 15px;
    line-height: 45px;
    background: linear-gradient(92.67deg, #FF853B 16.91%, #FF517A 97.24%);
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sec13__box img{
	position: absolute;
	bottom: 0px;
	right: 0px;
}


/******************Footer*********************************/
footer{
	background: #262626;
	padding:40px 0;
}

.footer__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__phone{
	color:#FF517A;
	font-size: 16px;
	font-weight: 500;
}
.footer__bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:40px;
}
.footer__bottom p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
}
.footer__bottom a{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 300;
	text-decoration: underline;
}
.footer__social{
	margin-top: 15px;
	display: flex;
    justify-content: flex-end;
    gap:15px;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.swiper-slide img{
  max-width: 100%;
}
.mySwiper{
	display: none!important;
}
@media screen and (max-width: 1200px) {
	.sec11__bloks .sec11__item:nth-child(1){
		width: 55%;
	}
	.sec11__bloks .sec11__item:nth-child(2){
		width: 35%;
	}
	.sec11__bloks .sec11__item:nth-child(3){
		width: 35%;
	}
	.sec11__bloks .sec11__item:nth-child(4){
		width: 55%;
	}
	.sec11__bloks .sec11__item:nth-child(5){
		width: 55%;
	}
}

@media screen and (max-width: 992px) {
	.sec13__box p, .sec12__left p, .sec1__box form, .sec1__box>p, .sec1__box h1{
		position: relative;
		z-index: 99;
	}
	.sec11__box{
		grid-template-columns: 1fr 1fr;
	}
	.sec8__box{
		grid-template-columns: 1fr 1fr;
	}
	.sec7__box{
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 768px) {
	.sec1::before, .sec2::before, .sec5::before, .sec5::after, .sec6::before, .sec6::after, .sec7::before, .sec8::before, .sec11::before{
		display: none;
	}
	.sec1__form{
		flex-direction: column;
	}
	.sec1__form input, .sec7__form input{
		width: 100%;
	}
	.sec1__form button{
		width: 100%;
	}
	.sec1__box{
		padding:70px 50px 50px 50px;
	}
	.sec3__box{
		grid-template-columns: 1fr;
	}
	.sec3__form form, .sec7__form form{
		flex-direction: column;
	}
	.sec3__form input{
		width: 100%;
	}
	.sec4__box, .sec5__box, .sec6__box, .sec7__box, .sec10__box{
		grid-template-columns: 1fr;
	}
	.sec11__bloks .sec11__item:nth-child(1){
		width: 100%;
	}
	.sec11__bloks .sec11__item:nth-child(2){
		width: 100%;
	}
	.sec11__bloks .sec11__item:nth-child(3){
		width: 100%;
	}
	.sec11__bloks .sec11__item:nth-child(4){
		width: 100%;
	}
	.sec11__bloks .sec11__item:nth-child(5){
		width: 100%;
	}
	.sec13__box a{
		position: relative;
		z-index: 99;
	}
}

@media screen and (max-width: 576px) {
	.mySwiper{
		display: block!important;
	}
	.sec8__box{
		display: none;
	}
	.sec9__box p{
		position: relative;
		z-index: 99;
	}
	.sec8__box, .sec11__box{
		grid-template-columns: 1fr;
	}
	.sec11__bloks .sec11__item:nth-child(6){
		width: 100%;
	}
	.sec12__left{
		padding:50px 0 250px 0;
	}
	.sec13__box{
		padding:30px 20px;
	}
	.footer__top, .footer__bottom{
		flex-direction: column;
		align-items:flex-start;
	}
	.sec12__box{
		 padding: 25px;
	}
	.sec11__item p{
		font-size: 14px;
		position: relative;
		z-index: 99;
	}
	.sec11 h2, .sec10__left h2, .sec6 h2, .sec4__left h2, .sec1__box h1{
		font-size: 24px;
	}
	.sec9__box{
		padding:25px 20px;
	}
	.sec3__item p{
		font-size: 16px;
	}
	.sec1__box{
		padding: 70px 20px 20px 20px;
	}
	.sec8__item{
		border: none;
	}
	.sec8__item a{
		font-size: 13px;
	}
	.sec9__box img {
		display: none;
	}
	.sec1__img {
		display: none;
	}
	.sec13__box img {
    display: none;
	}
	.footer__social {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
  }
}