@import url('fonts.css');
body{
	height: 100%;
	background: gray;
	font-family: 'Chakra-Petch';
	background-color: #18181b
}
html, body {
    overflow-x: hidden;
}
h1{
	font-size: 64px;
  	font-weight: bold;
  	color: #fff;
  	margin-bottom: 12px;
}
p{
	color:#D1D1D1;
}
.container , section{
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px;
}
section{
	padding-top: 150px;
}
.header__container{
	padding: 20px;
	color: #fff;
}
.menu_burger{
	display: none;
	font-size: 30px;
	
	z-index: 5;
}
.line_list{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.line{
	width: 30px;
	height: 2px;
	background: #ffffff;
	transition: 1s;
}
.active>.line_list>.line1{
	transform: rotate(40deg);
	
}
.active>.line_list>.line2{
	transform: rotate(-40deg);
	margin-top: -7px;
	
	
}
.active>.line_list>.line3{
	opacity: 0;
	
}
.menu_burger:hover{
	cursor: pointer;
}
.mobile_menu{
	opacity: 0;
	position: absolute;
    background: #272525;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: -40px;
    transition: 1s;
}
.margin{
	margin: 0 0 0 -236px;
}

.mobile_menu.show{
	opacity: 1;
	left: 0;
}
.close_menu{
    display: none;
    font-size: 30px;
    position: relative;
    left: 79%;
    top: 6%;
    cursor: pointer;
}
.mobile_menu>.header__links>ul{
    display: flex;
    justify-content: start;
    gap: 33px;
    flex-direction: column;
    font-size: 100%;
    margin-top: 15px;


}
.header__container, .header__links>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 64px;
}
.header__links>ul>li>a{
	color:#fff;
}
.header__links>ul>li>a:hover{
  	font-weight: bold;
	color:#fff;
}
.contact_us>button{
	width: 120px;
	height: 52px;
	position: relative;
	transition: 1s;
	border: 2px solid transparent;
	border-image: linear-gradient(to right, #0CBAF1 , #E95CE9);
	-moz-border-image: -moz-linear-gradient(left, #0CBAF1, #E95CE9);
	-webkit-border-image: -webkit-linear-gradient(left, #0CBAF1, #E95CE9);
	border-image-slice: 1;
}
.contact_us>button:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transition: 1s;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #0CBAF1 , #E95CE9);
	z-index: -1;
}

.contact_us>button:hover:before{
	content: "";
	transition: 1s;
	opacity: 1;
	background: linear-gradient(to right, #0CBAF1 , #E95CE9);
}
.top{
	display: flex;
	align-items: baseline;
}
.top__title{
	max-width: 480px;
  width: 100%;
}
.top__title_text>button{
	width: 206px;
	height: 60px;
	background: linear-gradient(to right, #0CBAF1 , #E95CE9);
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 81px;
}
.top__clients{
    display: flex;
    align-items: center;
    width: 500px;
    flex-wrap: wrap;
}
.top__hero{
    position: relative;
}
.top__hero>img{
	max-width: 492px;
    height: 592px;
}
.top__hero:after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    background: radial-gradient(circle, rgba(28, 196, 249, 1) 0%, rgba(254, 105, 254, 1) 100%);
    top: 180px;
    left: 0;
    z-index: -1;
    filter: blur(41px);	
}

.info_block{
    display: flex;
    background: #252532;
    padding: 40px;
}
.services_item__icon{
	padding-bottom: 42px;
}
.services__title_text{
	font-size: 20px;
	color: #fff;
	padding-bottom: 12px;
}
.services_item{
    padding-left: 50px;
}
.happy_clients{
	margin-left: 18px;
}

.section_name{
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to bottom, rgba(28, 196, 249, 1), rgba(254, 105, 254, 1));

}
.about_us{
	display: flex;
	gap: 60px;
	
}
.about_us__title{
	width: 580px;
	padding: 10px;
}
.about_us__title>h1{
	line-height: 58px;
	font-size: 48px;
}

.about_us__preview{
	position: relative;
}
.about_us__video{
	position: absolute;
	top: 520px;
	right: 90px;
}
.about_us__video>video{
	position: relative;
}
.about_us__video:after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50px;
	left: 40%;
	background: url('image/player_icon.svg');
	background-repeat: no-repeat;
	background-size: cover;
}

.advantage_list>li{
	display: flex;
	margin-top: 14px;
}
.advantage_list__text>p{
	color: #fff;
	margin-left: 12px;
}
.about_us__title>p{
	line-height: 28px;
}
.about_us__title>button{
	width: 168px;
	height: 50px;
	background: linear-gradient(to right, #0CBAF1 , #E95CE9);
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 32px;

}
.our_services{
	margin-top: 100px;
}
.our_servicea__title{
	display: flex;
	align-items: center;
	gap: 200px;
}
.our_services__section_name{
	width: 100%;
}
.services_block{
    width: 	100%;
    height: 291px;
	background: #25253299;
	padding: 30px;
	border: 2px solid transparent;
	border-image: linear-gradient(to right, #fff , #25253299);
	-moz-border-image: -moz-linear-gradient(left, #fff, #25253299);
	-webkit-border-image: -webkit-linear-gradient(left, #fff, #25253299);
	border-image-slice: 1;
}

.services_block__title{
	color: #fff;
    margin: 43px 0 26px 0;
}

.our_services__services_blocks{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:32px;
    margin-top: 103px;
}
.services_block{
	position: relative;
}
.services_block_2{
	top: 30px;
}
.services_block_5{
	top: 50px;
}
.services_block_3{
	top: 60px;
}
.services_block_6{
	top: 80px;
}
.why_choose_us{
	display: flex;
	padding-top: 285px;
	gap: 100px;

}
.why_choose_us__title{
	width: 546px;
}
h2{
	color: #fff;
}
.spoliers__hr{
	width: 100%;
	height: 1px;
	background: #fff;

}
.spoliers__title{
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}

.spoliers__title:before,
.spoliers__title:after{
    content: '';
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 8px;
    transition: all 0.4s ease 0s ;
    margin-left: 100%;
}
.spoliers__title:before{
    transform: rotate(40deg);
    left: 0;
}
.spoliers__title:after{
    transform: rotate(-40deg);
    left: 8px;
}
.spoliers__title.active:before{
    transform: rotate(-40deg);
}
.spoliers__title.active:after{
  transform: rotate(40deg);
}
.spoliers__block{
	margin-bottom: 24px;
	margin-top: 24px;
}
.spoliers__text{
	margin-top: 10px;
}
.spoliers__item{
	position: relative;
}
.why_choose_us__video{
	position: relative;
}
.why_choose_us__video>video{
	position: relative;
    top: 492px;
    bottom: -43px;
    left: 270px;
}
.why_choose_us__video{
	position: relative;
}
.why_choose_us__video:after{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 533px;
    left: 67%;
    background: url(image/player_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.why_choose_us__preview{
	position: relative;
}
.why_choose_us__image{
	position: inherit;
	width: 500px;
}
.why_choose_us__image>img{
	position: absolute;
}
.about_us__image{
	position: relative;
    width: 500px;
}
.about_us__image>img{
	position: absolute;
}
.get_start{
	position: relative;
	text-align: center;
}
.get_start__discription_video{
	position: absolute;
    top: 369px;
    left: 27px;
}
.video_name>h2{
	font-weight: lighter;
    font-size: 36px;
}
.testimonial{
	position: relative;
}
.block_client{
	position: absolute;
    display: flex;
    width: 100%;
    transition: 1s;
	width: 90px;
}
.get_start>video{
	position: relative;
	width: 100%;
}
.get_start:after{
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('image/player_icon_2.svg');
    top: 61%;
    left: 46%;
}
.get_start__discription_video {
    position: absolute;
    top: 10%;
    left: 27px;
}
.get_start__video{
	position: relative;
	width: 100%;
}
.get_start__video>video{
	width: 100%;
}
.annotation{
    width: 100px;
    height: 40px;
    background: gray;
    border-radius: 31px;
    padding: 10px;
}
.annotation>p{
	color: #fff;
}
.block_client__text {
	width: 226px;
	background: url(image/back.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 19px;
	display: none;
	position: absolute;
	left: 74px;
	top: -10px;
}
.client_info{
	padding: 10px 0 0 0;
}
.client_name{
    font-weight: bold;
}

.block_client__text{
	margin-top: -45px;
}
.cl-1{
	top: 41%;
}
.cl-2{
    top: 38%;
    left: 74%;
}
.cl-3{
    left: 90%;
    top: 62%;
}
.cl-4{
    top: 80%;
    left: 50%;
}
.cl-5{
	width: 39%;
    top: 65%;
	left: 5%;
}
.cl-6{
    top: 86%;
    left: 70%;
}
.block_client__title{
    width: 75px;
    height: 75px;
    background: transparent;
    padding: 12px;
    border: 2px solid white;
    border-radius: 65px;
}
.block_client__title.active:after{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background:  linear-gradient(to right, #0CBAF1 , #E95CE9);
	margin-top: -50px;
	filter: blur(1.5rem);
}
.our_pricing{
	position: relative;
	margin-bottom: 20%;
}
.payment{
    display: flex;
    position: relative;
    gap: 110px;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #fff, #25253299);
    -moz-border-image: -moz-linear-gradient(left, #fff, #25253299);
    -webkit-border-image: -webkit-linear-gradient(left, #fff, #25253299);
    border-image-slice: 1;
    padding: 21px;
    background: #252532CF;
}
.payment:after{
    content: "";
    position: absolute;
    width: 470px;
    height: 270px;
    background: linear-gradient(to right, #0CBAF1, #E95CE9);
    left: 677px;
    top: 118px;
    z-index: -1;
	filter: blur(12.5rem);
}
.payment__block_title{
	color: #fff;
    font-size: 18px;
}
.payment__block>.icon{
	width: 132px;
}
.payment__block_text{
    padding: 0 0 12px 16px;
}
.our_pricing__hr{
	width: 1px;
	height:500px;
	background: #fff;
}
.our_pricing>p,.our_pricing>h1{
	width: 800px;
	margin-bottom: 20px;
}
.payment__block{
	display: flex;
    margin: 0 0 40px 0;
 	width: 100%;

}
.our_pricing__images{
	width: 100%;
	position: relative;
	display: flex;
    align-items: flex-end;
}
.price_block{
	width: 321px;
    background: #252532;
    text-align: center;
    padding: 40px;
    position: absolute;
    top: 68%;
    right: 42%;
}
.price_block>p{
	color: #fff;
}
.price_block>button{
	width: 182px;
    background: red;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #0CBAF1, #E95CE9);
}
.our_trust_pathers{
	text-align: center;
	position: relative;
}
.our_trust_pathers__sponsers_logo_item{
    width: 95px;
    height: 100px;
    background: #252532CC;
    padding: 43px 15px 43px 15px;
    border: 2px solid transparent;
    border-color: #fff;
    border-radius: 50px;
    position: absolute;

}
.our_trust_pathers__images{
	position: relative;

}
.all_info{
	transform: translateX(-18.75rem);
	transition: 1s;
}
.parth-1{
	top: 29%;
    left: 11%;
}
.parth-2{
    top: 49%;
    left: 6%;
}
.parth-3{
    top: 11%;
    left: 23%;
}
.parth-4{
    top: 2%;
    left: 45%;
}
.parth-5{
	top: 10%;
    left: 66%;
}
.parth-6{
    top: 27%;
    left: 78%;
}
.parth-7 {
    top: 49%;
    left: 82%;
}
.our_articles__button>button{
	width: 180px;
    background: #756666;
    height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #0CBAF1, #E95CE9);
    -moz-border-image: -moz-linear-gradient(left, #0CBAF1, #E95CE9);
    -webkit-border-image: -webkit-linear-gradient(left, #0CBAF1, #E95CE9);
    border-image-slice: 1;
}

.our_articles__title{
    display: flex;
    align-items: center;
    gap: 100px;
}
.our_articles__text>h1{
    font-size: 46px;
}
.popular_articles__title_text>p{
	font-size: 26px;
	font-weight: bold;
}

.swiper {
    width: 70%;
    height: 40%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet-active {
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.swiper-pagination-bullet {
    height: 3px;
}
.swiper-slide__title{
    position: absolute;
    top: 259px;
    font-size: 15px;
}
.swiper-slide__title>.theme>h1{
	text-align: start;
	font-size: 32px;
}
.swiper-slide__title_text>.theme{
    width: 520px;
    text-align: start;
}
.swiper-slide__title>.annotation{
	width: 133px;
    margin: 8px 0 20px 0px;
}
.swiper-slide__title_text {
    display: flex;
    gap: 21px;

}
.swiper-slide__title_button>a{
    display: block;
    width: 76px;
}
.swiper.mySwiper{
	margin: 0;
    width:638px;
    height: 580px;
}
.popular_articles{
	position: relative;
	display: flex;
}
.popular_articles:after{
    content: "";
    display: block;
    width: 391px;
    height: 190px;
    background: linear-gradient(to right, #0CBAF1, #E95CE9);
    position: absolute;
    z-index: 99;
    top: 128px;
    left: -51px;
    opacity: 0.5;
	filter: blur(1.5rem);
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: -98px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal>.swiper-pagination-bullet-active{
	width: 35px;
    border-radius: 13px;
    background: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal {
    width: 19px;
    border-radius: 17px;
}
.popular_articles__title_text>p{
	color: #fff;
}
.popular_articles__news_container>p{
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	padding: 52px 0 0 121px;
}
.popular_articles__text_title>.annotation{
    width: 126px;
	margin: 0px 0 10px 0;
	color: #fff;
}
.popular_articles__news{
    width: 80%;
    height: 475px;
    overflow-y: scroll;
    position: absolute;
    top: 100px;
    left: 71px;

}
.popular_articles__news_item{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 31px;
    padding: 10px;
}
.popular_articles__text{
    width: 370px;
	padding: 10px;    
}
.popular_articles__image{
    width: 145px;
}
.popular_articles__icon{
	margin-left:10px;
	width: 50px;
}
.popular_articles__hr{
    width: 100%;
    height: 1px;
    background: #373737;
    position: absolute;
    top: 100%;
    left: 0%;
}
.popular_articles__news_container {
    width: 100%;
    height: 630px;
    position: relative;

}
.popular_articles__news_container::after {
	content: "";
	z-index: -1;
    width: 500%;
    background: #252532;
    height: 630px;
    /* left: 45%; */
    position: absolute;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #fff, #25253299);
    -moz-border-image: -moz-linear-gradient(left, #fff, #25253299);
    -webkit-border-image: -webkit-linear-gradient(left, #fff, #25253299);
    border-image-slice: 1;
	top: 0%;
    left: -13%;

}
.popular_articles__news{
    width:80%;
    height: 490px;
    overflow-y: scroll;
    position: absolute;
}

.popular_articles__news::-webkit-scrollbar {
  	width: 5px; 
  	height: 5px;
  	background: gray;
  	position: absolute;
  	left: 110px;
}
.popular_articles__news::-webkit-scrollbar-thumb {
  background-color: #E0E0E0;
  border-radius: 5px;
}
.subscribe_news{
	display: flex;
	margin-top: 15%;
	align-items: center;
    background: linear-gradient(to right, #0CBAF1, #E95CE9);
    border-radius: 5px;
    padding: 30px;
}
.subscribe_news__input>input{
	width: 365px;
    height: 56px;
	padding: 25px 45px;
    background: #fffdfd61;
}
.subscribe_news__button{
	width: 50px;
    height: 52px;
    background: #ffffff80;
    margin: 2px 0 0 -50px;
    padding: 18px;
}
.subscribe_news__email_icon{
    position: relative;
    left: 104px;
    top: 17px;
    width: 100px;
    
}
.subscribe_news__form_email{
	display: flex;
}
.subscribe_news__text>h1{
	font-size: 40px;
}
.social_links>ul{
    display: flex;
    gap: 20px;
    align-items: center;
}
.social_links__item{
	display: block;
     padding: 15px 0 0 15px;
    width: 52px;
    height: 50px;
    background: url('image/carcle_back.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.other_information__blocks{
    display: flex;
    gap: 152px;
}
.footer_container{
    display: flex;
    gap: 160px;
    margin-top: 100px;

}
.wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100%;
	min-width: 360px;
	margin: 0 auto;
	background: url('image/H.png') top right no-repeat;
}
.main{
	flex: 1 0 auto;
}
.footer{
	flex: 0 0 auto;
	position: relative;
}
.footer:after{
    content: "";
    display: block;
    background: url(image/B.svg) top right / 100% no-repeat;
    width: 366px;
    height: 260px;
    position: absolute;
    top: 123px;
}
.footer>.footer_container>.logo_links>.logo{
	margin: 0 0 162px 0;
}

.other_information__link_list>li{
	margin-top: 10px;	
}
.other_information__link_list>li>a{
	color: #c7b5b5;
}
.other_information__link_list>li>a:hover{
	color: #fff;
}
.other_information__title{
	color: #fff;
}
.all_rights_reserved{
	text-align: center;
}
.footer_hr{
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 10px;
}




@media(max-width:900px){
	.about_us__image{
		width: 440px;
        height: 308px;
	}
	.about_us__video{
	    top: 478px;
	}
	.our_services__services_blocks {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    gap: 5px;
	    margin-top: 103px;
	}
	.services_block_2,.services_block_3, .services_block_5, .services_block_6{
	     top: 0; 
	}
	.why_choose_us__preview {
	    margin: 0 auto;
	    top: -400px;
	}
	.why_choose_us{
    	margin-top: 33%;
    	flex-direction: column-reverse;
	}
	.why_choose_us__video:after {
	    left: 67%;
	}
	.spoliers__block{
		width: 100%;
	}
	.video_name>h2 {
	    font-weight: lighter;
	    font-size: 24px;
	}
	.subscribe_news {
	    flex-direction: column;
	    text-align: center;
	}
	.subscribe_news__email_icon {
	    left: 15%;
	}
}
@media(max-width:810px){
    .about_us {
        flex-direction: column;
    }
    .about_us__title{
    	margin-top: 75%;
    }
	.about_us__video{
		left: 150px;
	}
	.about_us__video:after {
    top: 40px;
    left: 66px;
	}
	.about_us__title {
	    width: 100%;
	    padding: 10px;
	}
	.block_client__text{
		left: 64px;
		top: -10px;
	}

	.header__links>ul{
		display: none;
	}	

	.contact_us{
		display: none;
	}
	.menu_burger{
		display: block;
	}
}
@media(max-width:777px){

	.info_block{
    	flex-direction: column;
	}
	.get_start:after {
	    width: 90px;
	    height: 86px;
	    background: url(image/player_icon_2.svg);
	    top: 68%;
	    left: 46%;
	    background-size: 100% 100%;
	}
	.block_client__title {
	    width: 66px;
	    height: 65px;
	}
	.cl-1{
		top: 41%;
		left: 9%;
	}
	.our_trust_pathers__sponsers_logo_item {
	    width: 85px;
	    height: 79px;
	}
	.swiper.mySwiper {
	    margin: 0;
	    width: 518px;
	    height: 530px;
	}
	.swiper-slide__title_text>.theme {
    	width: 100%;
        margin: 0 0 0 6px;
    }
	.swiper-slide__title_button{
    	margin: 0 10px 0 0;
	}

	.swiper-slide__title_text {
	    display: flex;
	    gap: 94px;
	}
	.swiper-slide__title {
	    position: absolute;
	    top: 200px;
	    font-size: 15px;
	}
	.our_articles__title {
	    flex-direction: column;
	}
	.our_articles__button{
		width: 100%;
	}
	.our_articles__button>button {
	    width: 100%;
	    height: 90px;
	}

}
@media(max-width:600px){
    .our_services__services_blocks {
        grid-template-columns: 1fr;
    }
    .price_block{
    	top: 50%;
    	left: 0;
    }
	.our_trust_pathers__sponsers_logo_item {
	    width: 76px;
	    height: 79px;
    	padding: 32px 15px 43px 15px;

	}
	.our_pricing>p, .our_pricing>h1 {
	    width: 100%;
	}

}
@media(max-width:1060px){
	.swiper.mySwiper{
	    margin: 0 auto;
	}
	.popular_articles{
    flex-direction: column;
	}
}
@media(max-width:1000px){
	.top {
	    display: flex;
	    align-items: baseline;
	    flex-direction: column;
	}
	.top__hero {
		margin-left:auto;
	}
	.top__video{
	    position: relative;
	    top: 384px;
	    left: -282px;
	    z-index: 1;
	}
	.about_us {
	    display: flex;
	    gap: 6px;
	}
	.header__links>ul{
		gap: 34px;
	}
	h1 {
		font-size: 40px;
	}
	.our_servicea__title{
		gap: 9px;
		flex-direction: column;
	}
	.why_choose_us__title {
	    width: 96%;
	}
	.our_pricing__hr {
	    width: 100%;
	    height: 1px;
	    background: #fff;
	}

	.payment{
        flex-direction: column;
	}
	.our_pricing__images>img{
		margin:0 auto;
	}
	.footer_container {
	    flex-direction: column;
	}
	.logo_links{
	    display: flex;
	    justify-content: space-between;
	}
	.other_information{
		margin: 0 auto;
	}
	.other_information__blocks{
    	gap: 52px;
	}
    .footer_container{
    	gap: 0;
    }
}
@media(max-width:548px){
 	.cl-1 {
	    top: 54%;
	}
	.cl-2 {
  		top: 46%;
	}
  .block_client__title {
	width: 35px;
    height: 35px;
    padding: 3px;
  }
  
	.top__title_text>p{
		width: 340px;
	}
	.why_choose_us__video:after {
     	top: 470px;
        left: 59%;
    }
    .why_choose_us__video>video {
        top: 430px;
        left: 46%;
    }
	.why_choose_us__video{
    left: -20px;
    top: 60px;
	}
    .swiper.mySwiper {
        width: 381px;
        height: 430px;
    }
    .swiper-slide__title_text>.theme>h2{
    	    font-size: 13px;
    }
	.swiper-slide__title_button{
	    width: 76px;
	    margin: -6px 10px 10px 10px;
	}
    .swiper-slide__title {
        top: 111px;
    }
	.subscribe_news__form_email{
	margin: 0 0 0 -70px;
	}
    .our_trust_pathers__sponsers_logo_item {
		width: 33px;
   		height: 10px;
    	padding: 12px 1px 20px 1px;
		border: 2px solid #fff;
    }

	.all_info{
		transform: translateX(-12.75rem);
		transition: 1s;
	}
    .get_start:after {
        width: 63px;
        height: 86px;
        top: 75%;
        left: 43%;
    }
    .about_us__image>img{
		width: 90%;
    	top: 14px;
    }
    .why_choose_us__video {
        left: -18%;
    }
	.why_choose_us__image>img {
	    position: absolute;
	    width: 70%;
	}
    /*.why_choose_us__video>video {
        top: 383px;
        left: 46%;
    }*/
    .why_choose_us__video {
        left: -138px;
        top: -30px;
    }
	.video_name>h2 {
        font-weight: lighter;
        font-size: 16px;
    }
}