ul,
li {
	list-style: none;
}

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	background: #dde4ec;
}

body::-webkit-scrollbar-thumb {
	background: #fa5a00;
	border-radius: 30px;
}

.wrapper {
	overflow: hidden;
	min-height: 100%;
	position: relative;
	color: #fff;
	font-family: Roboto;
	background-blend-mode: color;
	background-image: linear-gradient(to bottom, #002347, #002347);
}

.container {
	max-width: 1900px;
	width: 95%;
	margin: 0 auto;
}

.content {
	background: url("../img/bg_large.png") top center/ cover no-repeat;
	overflow: hidden;
	min-height: 100vh;
	position: relative;
}
.content__bg{
	content: '';
	min-height: 100vh;
	z-index: 10;
	overflow: hidden;
	/* background: radial-gradient(circle, rgba(0,16,33,0) 30%, rgba(0,15,33,1) 80%); */
}
.content__images {
	z-index: 9;
}
.content__images-one{
  display: none;
}

.content__images-two{
  display: none;
}

.content__images-three{
  display: none;
}
.img-one {
	width: 100%;
	object-fit: cover;
	right: 430px;
	max-width: 420px;
	bottom: 30px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.img-two {
	width: 100%;
	object-fit: cover;
	right: 210px;
	max-width: 400px;
	bottom: 100px;
	position: absolute;
	z-index: 9;
	opacity: 0;
}
.img-three {
	width: 100%;
	right: 380px;
	bottom: 0px;
	max-width: 640px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.img-four {
	width: 100%;
	right: 60px;
	bottom: 40px;
	max-width: 440px;
	position: absolute;
	z-index: 9;
	opacity: 0;
}
.img-five {
	width: 100%;
	right: 260px;
	bottom: 30px;
	max-width: 520px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
.img-six {
	width: 100%;
	right: 60px;
	bottom: 160px;
	max-width: 450px;
	position: absolute;
	z-index: 9; 
	opacity: 0;
}
.active {
	display: block;
	opacity: 1;
}
.content__elem{
	position: absolute;
	z-index: 8;
	height: 100vh;
	width: 100vw;
}
.elem-one{
	position: absolute;
	top: 0;
	left: 0px;
	width: 100vw;
	z-index: 2;
}
.elem-two{
	position: absolute;
	top: 290px;
	right: 700px;
	width: 170px;
	z-index: 1;
}
.elem-three{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
}
.elem-four{
	display: none;
}

.content__image-text {
	position: absolute;
	left: 430px;
	bottom: 580px;
	text-align: center;
}

.content__image-text-large {
	font-size: 40px;
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 1.96px;
}

.content__image-text-small {
	font-size: 50px;
	font-weight: 900;
	line-height: 0.88;
	letter-spacing: 0.93px;
}

.content__image-shadow{
	left: 490px;
	bottom: 400px;
	z-index: 1;
	position: absolute;
	border-radius: 50%;
	opacity: 0.3;
} 
.shadow-animation{
	animation: shadow 3s ease-in-out infinite alternate; 
}

@keyframes shadow {
  	from {
		box-shadow: 0 0 125px 100px white;
		-webkit-box-shadow: 0 0 125px 100px white;
		-moz-box-shadow: 0 0 125px 100px white;
		opacity: 0.6;	
	}
	50% {
		box-shadow: 0 0 135px 220px white;
		-webkit-box-shadow: 0 0 135px 220px white;
		-moz-box-shadow: 0 0 135px 220px white;
		opacity: 1;
	}
	to {
		box-shadow: 0 0 135px 220px white;
		-webkit-box-shadow: 0 0 135px 220px white;
		-moz-box-shadow: 0 0 135px 220px white;
		opacity: 1;
	}
}

.header {
	margin-top: 50px;
}

.header__container {
	display: flex;
	align-items: center;
	justify-content: start;
}

.header__logo {
	width: 86%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header__logo-img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	width: 284px;
	height: 40px;
}

.main__container {
	display: flex;
	justify-content: flex-end;
}

.main__desc {
	z-index: 10;
	margin-top: 5%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 5%;
}

.main__title {
	font-size: 60px;
	letter-spacing: 1.35px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}

.main__title-team{
	display:inline-block;
	animation: pulse 3s infinite;
}

.main__subtitle {
	font-size: 36px;
	margin-top: 20px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	max-width: 500px;
	width: auto;
}

.main__subtitle:before {
	content: "";
	width: 300px;
	height: 6px;
	background-color: #ff4f00;
	position: absolute;
	left: 75px;
	top: -13px;
}

.main__content-mob {
	display: none;
}

.main__text {
	margin-top: 30px;
	font-size: 24px;
	font-weight: 500;
	display: none;
}
/* Anim */
.main__price{
  padding: 60px 21px 15px 22px;
  position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.main__price-img{
	width: 230px;
}
.main__price-img-pic{
	max-width: 100%;
  max-height: 100%;
	object-fit: cover;
}
.main__price-title{
	font-size: 110px;
	font-weight: 900;
	font-stretch: normal;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
  animation: text-shadow 6s ease-in-out alternate;
	animation-iteration-count: infinite;
	line-height: 1;
}
.main__price-subtitle{
	font-size: 110px;
	font-weight: 900;
	font-stretch: normal;
	color: #ffd200;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
  animation: text-shadow 6s ease-in-out alternate;
	animation-iteration-count: infinite;
	line-height: 1;
}
.main__price-bg{
	font-family: "Thin", sans-serif;
	font-size: 110px;
	font-weight: 100;
	font-stretch: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffd200;
	position: absolute;
  top: 32px;
  left: 80px;
	text-transform: uppercase;
	z-index: 1;
	line-height: 1;
}
.main__content-buttons{
	margin-top: 20px;
  display: flex;
  justify-content: center;
}
.getbonus{
  border-radius: 50px;
  border: solid 4px transparent;
  background-image: linear-gradient(to top, #fa4d00, #fa4d00);
  padding: 14px 28.5px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  cursor: pointer;
  text-align: center;
  outline: transparent;
  text-transform: uppercase;
  min-width: 350px;
  text-decoration: none;
  transition: all .3s;
}
.getbonus:hover{
  box-shadow: 0px 11px 27px 0 rgba(250, 65, 0, 0.63);
  transition: all .3s;
}
.icons__item{
	position: absolute;
	height: 100%;
	top: 0;
	cursor: pointer;
}
.icons__container{
	z-index: 10;
	position: absolute;
	top: 210px;
	left: 45px;
	transition: all .5s;
}
.icons__item--one{
	left: -100px;
}
.icons__item--two{
	left: 350px;
}
.icons__item--three{
	left: 750px;
}
.icons__container--one, .icons__container--two, .icons__container--three{
	filter: grayscale(50%);
	opacity: 0.5;
}
.active .icons__container--one{
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}
.active .icons__container--two{
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}
.active .icons__container--three{
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.05);
}
.icons__person-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icons__person-one{
	position: relative;
	left: 50px;
	width: 380px;
}
.icons__person-two{
	position: relative;
	left: -85px;
	width: 450px;
}
.icons__person-three{
	position: relative;
	left: 45px;
	width: 256px;
}
.icon__img{
	position: absolute;
}
.icons__text{
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	text-transform: uppercase;
}
.icons__text-one{
	color: #fa4d00;
	position: relative;
	top: 0;
	left: 30px;
}
.icons__text-two{
	color:#022d60;
	position: relative;
	top: 50px;
  left: -75px;
}
.icons__text-three{
	position: relative;
	top: 15px;
	left: -5px;
	color: #ffffff;
}

.icons__item--one::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #022d60;
	opacity: 0.95;
	transform: skew(170deg);
	width: 450px;
}
.icons__item--two::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	opacity: 0.95;
	transform: skew(170deg);
	width: 400px;
}
.icons__item--three::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fa4d00;
	opacity: 0.95;
	transform: skew(170deg);
	width: 400px;
}

.icon__one{
	top: -90px;
	left: 110px;
	width: 60px;
}
.icon__two{
	top: -120px;
	left: 330px;
	width: 50px;
}
.icon__three{
	top: -10px;
	left: 330px;
	width: 60px;
}
.icon__four{
	bottom: -140px;
	left: 235px;
	width: 50px;
}
.icon__five{
	bottom: -140px;
	left: 90px;
	width: 60px;
}
.icon__six{
	bottom: -260px;
	left: 150px;
	width: 50px;
}
.icon__seven{
	top: -100px;
	left: 80px;
	width: 90px;
}
.icon__eight{
	top: -120px;
	left: 280px;
	width: 90px;
}
.icon__nine{
	bottom: -200px;
	left: -50px;
	width: 90px;
}
.icon__ten{
	bottom: -200px;
	left: 170px;
	width: 90px;
}
.icon__eleven{
	bottom: -300px;
	left: 50px;
	width: 80px;
}
.icon__twelve{
	top: -100px;
	left: 60px;
	width: 90px;
}
.icon__thirteen{
	top: -150px;
	left: 280px;
	width: 90px;
}
.icon__fourteen{
	top: -40px;
	left: 220px;
	width: 50px;
	display: none;
}
.icon__fiveteen{
	bottom: -160px;
	left: -25px;
	width: 80px;
}
.icon__sixteen{
	bottom: -130px;
	left: 160px;
	width: 90px;
}
.icon__seventeen{
	bottom: -270px;
	left: 70px;
	width: 90px;
}

@keyframes pulse {
  0%{
    transform: scale(1)
  }

  50%{
    transform: scale(1.1)
  }

  100%{
  transform: scale(1)    
  }
}

@keyframes text-shadow {
  0% {
    text-shadow: #ffd200 0 0 10px;
  }

  50% {
    text-shadow: #ffd200 0 0 30px;
  }

  100% {
    text-shadow: #ffd200 0 0 10px;
  }
}
.move-left{
	animation: move-left 6s ease-in-out alternate; 
	animation-iteration-count: infinite;  
}

.move-right{
	animation: move-right 6s ease-in-out alternate; 
	animation-iteration-count: infinite; 
}

@keyframes move-left {
	from {
		opacity: 0;
  }
  5%{
    filter: brightness(65%);
		opacity: 1;
  }
	10%{
    filter: brightness(75%);
		opacity: 1;
  }
	15%{
    filter: brightness(80%);
		opacity: 1;
  }

  20%{
    filter: brightness(85%);
		opacity: 1;
  }
  25%{
    filter: brightness(90%);
		opacity: 1;
  }
  30%{
    filter: brightness(95%);
		opacity: 1;
  }
  35%{
    filter: brightness(100%);
		opacity: 1;
  }
  40%{
    filter: brightness(105%);
		opacity: 1;
  }
  45%{
    filter: brightness(110%);
		opacity: 1;
  }
	50%{
    filter: brightness(115%);
    opacity: 1;
  }
  55%{
    filter: brightness(110%);
		opacity: 1;
  }
	60%{
    filter: brightness(105%);
    opacity: 1;
  }
	65%{
    filter: brightness(100%);
		opacity: 1;
  }
  75%{
    filter: brightness(95%);
		opacity: 1;
  }
  80%{
    filter: brightness(90%);
    opacity: 1;
  }
	85%{
    filter: brightness(85%);
		opacity: 1;
  }
	90%{
    filter: brightness(80%);
    opacity: 1;
  }
  95%{
    filter: brightness(75%);
		opacity: 1;
  }
	to {
    filter: brightness(65%);
		opacity: 0;
	}
}

@keyframes move-right {
	from {
		opacity: 0;
  }
  5%{
    filter: brightness(65%);
		opacity: 1;
  }
	10%{
    filter: brightness(75%);
		opacity: 1;
  }
	15%{
    filter: brightness(80%);
		opacity: 1;
  }

  20%{
    filter: brightness(85%);
		opacity: 1;
  }
  25%{
    filter: brightness(90%);
		opacity: 1;
  }
  30%{
    filter: brightness(95%);
		opacity: 1;
  }
  35%{
    filter: brightness(100%);
		opacity: 1;
  }
  40%{
    filter: brightness(105%);
		opacity: 1;
  }
  45%{
    filter: brightness(110%);
		opacity: 1;
  }
	50%{
    filter: brightness(115%);
    opacity: 1;
  }
  55%{
    filter: brightness(110%);
		opacity: 1;
  }
	60%{
    filter: brightness(105%);
    opacity: 1;
  }
	65%{
    filter: brightness(100%);
		opacity: 1;
  }
  75%{
    filter: brightness(95%);
		opacity: 1;
  }
  80%{
    filter: brightness(90%);
    opacity: 1;
  }
	85%{
    filter: brightness(85%);
		opacity: 1;
  }
	90%{
    filter: brightness(80%);
    opacity: 1;
  }
  95%{
    filter: brightness(75%);
		opacity: 1;
  }
	to {
    filter: brightness(65%);
		opacity: 0;
	}
}