/*********************************section_top******************************************************/
.section_top{
	box-sizing: border-box;
	position:relative;
	height:100vh;
	display:flex;
	align-items:center;
	justify-content:center;
	
}

.bg{
    position: absolute; 
	overflow:hidden;
	height:100%;	
	width: 100vw;
	z-index:-1;	
}
.bg__overlay {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.1);
}
.bg img.bg__img{
	display:none;
	position: absolute;
	top:0;
	left:0;
	z-index: -2;
	height:100%;
	max-width:initial;
}

.bg__video {
	position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.desc {
	width: 100%;
	max-width: 56rem;
	height: 100%;
	max-height: 20.5rem; 
    
    display: flex;
    flex-direction: column;
    align-items: center;	
    text-align: center;
	color:#fff;
	font-family: 'SFUIDisplay',sans-serif;
	margin-bottom: 100px;
}


.desc__title, .desc__text {
	color: #FFF;
	
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1125rem;
}
.desc__title{
	margin-bottom:2.7rem;
}
.desc__text{
	margin-bottom:60px;
}
.desc__btn{
	display: flex;
	height: 3.5rem;
	padding: 0.5rem 1.5rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-shrink: 0;
	border-radius: 0.25rem;
	background: rgba(245, 131, 38, 1);
	margin-top:auto;
	color: #FFF;
	
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.05625rem;
	 cursor: pointer;
	 transition:0.3s;
}

.desc__btn:hover {
    box-shadow: 0px 0px 25px rgba(253, 161, 81, 0.75);
}
@media screen and (width <= 1535px){


} 
@media screen and (width <= 86rem){

	.desc {
		top:2rem;
		max-height:90%;
		justify-content:center;
	}
	.desc__btn{
		margin-top:4rem;
	}
}
@media screen and (width <= 760px){
	
}
@media screen and (width <= 560px){
	.section_top{
	min-height: initial;
		height:450px;
	}
	.bg{

	}
	.bg img.bg__img.bg__img{ 
		display:block;
	}
	.bg__video {
		display:none;
	}
	.desc {
		margin-bottom:30px;	
		padding:20px;
	}
	.desc__title, .desc__text {
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 2rem; 
		letter-spacing: 0.075rem;
		margin-bottom:1.5rem;
	}
	.desc__title{
		
	}
	.desc__text{
		margin-bottom:24px;
	}
}

/*************************************************/
@charset "UTF-8";
.hero {
	height:100vh;
	position: relative;		  
}
.hero .hero__wrap{
	  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;    
	height:100%;
	position: relative;	
	overflow: hidden;
}
.hero .hero__bg{
	display:none;
	position: absolute;
	top:0;
	left:0;
	z-index: -2;
	max-width:100%;
}
.hero .hero__bg_video{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hero__bg_overlay {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.5);
}
@media(width<=768px){
	.hero .hero__bg_video, 
	.hero__bg_overlay{
		display:none;
	}
	.hero .hero__bg{
		display: block;
	}
}

.hero .hero__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero .hero__title {
  color: rgb(0, 111, 121);
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 4.38rem;
  text-align: center;
  margin-bottom: 3.5rem;
  max-width: 50rem;
}
.hero .hero__subtitle {
  color: rgb(6, 143, 156);
  font-size: 2rem;
  font-weight: 300;
  line-height: 3.5rem;
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 4.375rem;
  max-width: 41rem;
}
.hero .hero__button {
  position: relative;
  width: 15.06rem;
  height: 3.5rem;
  /* Автолейаут */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2.5rem 1rem 2.5rem;
  border-radius: 0.63rem;
  background: linear-gradient(-45deg, rgb(245, 131, 38) 0%, rgb(245, 154, 38) 100%);
  color: #fff;
  /*font-family: SF UI Display;*/
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 5%;
  text-align: center;
  margin-bottom: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.hero .hero__button:hover {
  -webkit-box-shadow: 0 0 10px rgb(245, 154, 38);
          box-shadow: 0 0 10px rgb(245, 154, 38);
  opacity: 0.9;
}
.hero .advantages {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 15px;
  width: 100%;
  max-width: 1250px;
  background: #fff;
  z-index: 1;
  padding: 32px 70px 17px;
}
.advantages__title{
	color: rgb(6, 143, 157);
	font-size: 21px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom:24px;
	margin-top:0;
}
.hero .advantages__list {
  display: flex;
  flex-wrap: wrap;
  gap:2%;  
}

.hero .advantages__item {
  width:98%;
  max-width: 32%;
  margin-bottom: 15px;
}
.hero .advantages__link {
  display:flex;
  align-items:start;
}
.hero .advantages__link:hover {
  text-decoration: none;
}
.hero .advantages__link:hover .advantages__img--hover {
/*   display: block;
  opacity: 1; */
}
.hero .advantages__link:hover .advantages__img:not(.advantages__img--hover) {
/*   display: none;
  opacity: 0; */
}
.hero .advantages__link:hover .advantages__text {
  color: rgb(245, 155, 38);
}
.hero .advantages__img {
	width:20px;
	height:20px;
	margin-right:9px;
}
.hero .advantages__img--hover {
  display: none;
  opacity: 0;
}
.hero .advantages__text {
	color: rgb(6, 143, 157);
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	text-align: left;
	}

@media (width <= 1100px){
	.hero{
		height:auto;
	}
		.hero__desc{
		padding:57px 20px 74px;
	}
	.hero .advantages{
		position: relative;
		top:0;
		width:100%;
		box-shadow: 0 0 2px lightgrey;
		padding: 30px;
		justify-content:center;		
	}
	
	.hero .hero__button {
		margin-bottom: 0;
	}

}
@media (width <= 1004px){
	.hero .hero__bg {
		max-width:1100px;
	}

}
@media (width <= 838px){
	.hero .hero__bg {
		max-width:1000px;
	}
}
@media (width <= 768px){
		.hero__desc{
		padding:57px 20px 74px;
	}
	.hero .advantages__list{		
		gap:2%;
		
	}
	.hero .advantages__item{
		max-width:48%;
		margin-bottom:15px;
	}
	
}
@media (width <= 660px){
	.hero .hero__bg {
		max-width:660px;
	}
	.hero .hero__title{
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
		margin-bottom:0;
	}
	.hero .hero__subtitle{
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		margin-bottom:20px;
	}
}
@media (width <= 568px){
	.hero .hero__bg {
		display: block;
		position: absolute;
		width:568px;		
		top:50%;
		left:50%;
		transform:translate(-50%, -50%);
		z-index: -1;		
	}
	.hero__desc{
		padding:57px 20px 74px;
	}
	.hero .hero__title{
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
		margin-bottom:0;
	}
	.hero .hero__subtitle{
		font-size: 14px;
		font-weight: 500;
		line-height: 22px;
		margin-bottom:20px;
	}
	.hero .advantages{
		padding: 20px 12px;
	}
	.hero .advantages__title{		
		font-size: 16px;
		font-weight: 600;
		line-height: 20px;		
		text-align: center;
		top:-30px;
	}
	.hero .advantages__list{	
		gap:0;
	}
	.hero .advantages__item {
		max-width: 90%;
	}
	.hero .hero__button {
		width: 200px;
		height: 48px;
		padding: 8px 16px;
		font-size: 18px;
		font-weight: 500;
		line-height: 21px;
		margin-bottom:0;

	}
	.hero .advantages__text {		
		font-size: 15px;
		font-weight: 300;
		line-height: 20px;
		text-align: left;
	}
}
@media (width <= 420px){
	.hero .advantages{
		top: -17px;
		margin-bottom:-17px;
	}
	.hero .advantages__list{	
		display:block;
	}
	.hero .advantages__item:not(:last-of-type) {
		margin-bottom:15px;
	}
	.hero .advantages__item {
		display:block;
		max-width: 98%;		
	}
}