* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #232323;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 20px;
  border: none;
  background: #2c2c2c;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(70, 225, 101, 1);
  border-radius: 20px;
}

header {
  position: relative;
  align-items: center;
  width: 100vw;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 160px;
  transition: all .2s linear;
}

.headerWrapper {
  max-width: 1220px;
  width: 100%;
}
.headerShape {
  background-color: #232323da;
}
.burger {
  display: none;
}

.headrpc {
  display: flex;
  align-items: center;
}

.headerNav {
  display: flex;
  align-items: center;
}

.logo {
  width: 275px;
  margin-right: 142px;
}

.headerNavItem {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-right: 64px;
  transition: all 0.2s linear;
}

.headerNavItem:hover {
  color: rgb(172, 172, 172);
}

.burgerIcon {
  display: none;
}

.mainWrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100vw;

  position: relative;
}

.backImages {
  max-height: 900px;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
}

.backControl {
  position: relative;
  width: 100%;
  height: 100%;
}

.backRectangle {
  width: 65%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.backRectangleMob {
  display: none;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.contentWrapper {
  position: relative;
  z-index: 2;
  max-width: 1220px;
  width: 100%;
  display: flex;
  flex-direction: column;

  justify-content: start;
}

.introBlock {
  width: 50vw;
  display: flex;
  flex-direction: column;
}

.introBlockTitle {
  line-height: 48px;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  color: #ffffff;
}

.introBlock span {
  background-color: #2aa5a0;
  background-image: linear-gradient(
    170deg,
    rgba(32, 86, 53, 1) 0%,
    rgba(70, 225, 101, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.formBlock {
  z-index: 2;
  position: relative;
  width: 600px;
  margin-bottom: 91px;
}

.introNotate {
  margin-top: 58px;
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}

.introNotate img {
  animation: livitation 3.5s infinite;
  margin-right: 15px;
  width: 94px;
}

.introNotateImgMob {
  display: none;
}

.introNotate p {
  line-height: 24px;
  width: 384px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.formBg {
  z-index: 1;
  position: absolute;
  top: 100px;
  height: 1084px;
  left: 50%;
  transform: translateX(-50%);
}

.form {
  width: 500px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.formLogo {
  width: 294px;
  margin-bottom: 16px;
}

.formTitle {
  width: 500px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 32px;
}
.formArrow {
  width: 57px;
  position: absolute;
  right: 0;
  top: 160px;
}
#reg-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formInput {
  width: 496px;
  height: 64px;
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
  padding: 16px;
  margin-bottom: 12px;
}

.formInput:focus {
  outline: none;
}

.formWarn {
  font-style: italic;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 64px;
}

.formButton {
  width: 496px;
  height: 80px;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  border: none;
  margin-top: 32px;
  transition: all 0.2s linear;
  color: black;
}

.formButton:hover {
  background-color: rgba(70, 225, 101, 1);
  color: #ffffff;
}

.currencyMonitor {
  z-index: 4;
  overflow-x: scroll;
  border-bottom: 1px solid #343434;
  border-top: 1px solid #343434;
  padding: 30px 50px;
  display: flex;

  width: 100%;
}

.currencyItem {
  padding: 0 15px;
  border-right: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
}

.currencyItem:last-child {
  border: none;
}

.currencyIcon {
  width: 32px;
  margin-right: 8px;
}

.currencyName {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin-right: 16px;
}

.currencyPrice {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
  margin-right: 16px;
}

.currencyChangeUsd {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  margin-right: 10px;
}

.currencyChangePercent {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}

.red {
  color: #f23645;
}

.green {
  color: #119d86;
}

.whyBlock {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 167px 0;
  margin: 0 16px 0 16px;
}

.backRectangle2 {
  position: absolute;
  width: 55%;
  left: -350px;
  top: 100px;
}

.whyTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.titleText {
  margin-right: 40px;
}

.titleText h1 {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 24px;
}

.titleText img {
  width: 80px;
  margin-bottom: 24px;
}

.titleText p {
  max-width: 496px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

.titleNumbers {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.titleNumberItem {
  margin-right: 65px;
}

.titleNumberItem:last-child {
  margin-right: 0;
}

.titleNumberItem h1 {
  font-weight: 600;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 16px;
}

.titleNumberItem p {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}

.reviewsBlock {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: right;
  padding: 0 0 200px 0;
}

.reviewsText {
  position: relative;
  width: 320px;
  margin-right: 77px;
}

.reviewTitle {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 24px;
}

.swiper {
  width: 320px;
  height: 360px;
}

.reviewItem {
  width: 320px;
  height: 311px;
}

.reviewItem p {
  line-height: 32px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 24px;
}

.reviewItem p:last-child {
  margin-top: 22px;
}

.prevSlide {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;

  background-color: #ffffff;
  border-radius: 50%;
}

.nextSlide {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 168px;

  border-radius: 50%;
  background-color: #ffffff;
}

.navArrow {
  width: 24px;
}

.reviewsRectangles {
  max-height: 584px;
  position: relative;
  max-width: 584px;
  transform: translateX(100px);

  width: 100%;
}

.rectangle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(0);
}

.rectangle:nth-child(1) {
  width: 100%;
  animation: orbit1 50s infinite linear;
}

.rectangle:nth-child(2) {
  width: 75%;
  animation: orbit2 25s infinite linear;
}

.rectangle:nth-child(3) {
  width: 50%;
  animation: orbit1 3s infinite linear;
}

.rectangle:nth-child(4) {
  width: 25%;
  animation: orbit2 23s infinite linear;
}

.portreitWrapper1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  animation: orbit1 50s infinite linear;
  transform: translateY(-50%) translateX(-50%) rotate(0);
}

.portreitWrapper2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  animation: orbit2 40s infinite linear;
  transform: translateY(-50%) translateX(-50%) rotate(0);
}

.portreit1 {
  animation: portreit 50s infinite linear;
  position: absolute;
  width: 12.32%;
  left: -6.16%;
  bottom: 45%;
}

.portreit2 {
  animation: portreit 50s infinite linear;
  position: absolute;
  width: 12.32%;
  right: 12.84%;
  top: 5.13%;
}

.portreit3 {
  animation: portreit2 40s infinite linear;
  position: absolute;
  width: 27.39%;
  right: 15.29%;
  bottom: -6.16%;
}

.portreit4 {
  animation: portreit2 40s infinite linear;
  position: absolute;
  top: 0;
  left: 16.21%;
  width: 20.54%;
}

.teamBlock {
  padding: 88px 0 0 0;
  width: 100vw;
  color: white;
  position: relative;
  background-image: url(../img/%2035.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teamWrapper {
  width: 1220px;
  padding: 0 16px;
}
.teamShape {
  position: absolute;
  top: -4px;
  right: 30px;
  height: 101%;
}
.teamBlock h1 {
  font-size: 40px;
  font-weight: 500;
  margin-left: 16px;
  margin-bottom: 14px;
}

.teamBlock img {
  margin-left: 16px;
}

.teamates {
  padding: 94px 0 166px 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.teamateItem {
  width: 345px;
  display: flex;
  flex-direction: column;
  margin-right: 37px;
  margin-bottom: 76px;
}

.teamateImg {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.teamateImg img {
  width: 64px;
  margin-right: 20px;
}

.teamateImg h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.teamateContact {
  display: flex;
  flex-direction: column;
  margin-left: 88px;
}

.teamateContact {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 22px;
}

.teamateContact:last-child {
  margin-bottom: 0;
}

.teamateContact img {
  margin-right: 28px;
}

.teamateContact p {
  font-size: 14px;
}
footer {
  width: 100vw;
  height: 523px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerWrapper {
  width: 1220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logoFooter {
  width: 274px;
  height: auto;
  margin-right: 76px;
}
.footerNavItem {
  
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-right: 64px;
  transition: all 0.2s linear;
}

.footerNavItem:last-child {
  margin-right: 0;
}
.footerNavItem:hover {
  color: rgb(172, 172, 172);
}
.regButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 322px;
  height: 78px;
  border-radius: 8px;
  font-size: 18px;
  background: linear-gradient(91deg, #1C5031 0.77%, #419951 105.78%);
  transition: .2s linear;

}

.regButton:hover {
  background: none;
  background-color: #1C5031;
}
.regButton p {
  color: white;
}
.regButtonMob {
  color: black;
  display: none;
}
@media (max-device-width: 1420px) {
  .reviewsRectangles {
    transform: translateX(0);
  }
  .reviewsBlock {
    padding: 0 32px 200px 32px;
  }
  .footerNavItem {
    margin-right: 48px;
  }
}

@media (max-device-width: 1220px) {
  .teamShape {
    
    right: -30%;
    
  }
  .whyTitle {
    justify-content: center;
  }

  .titleText {
    margin-bottom: 28px;
  }
  .regButton {
    width: 220px ;
    height: 70px;
  }
  .footerNavItem {
    margin-right: 30px;
  }
.logoFooter {
  margin-right: 45px;
}
}

@media (max-device-width: 1135px) {
  .headerWrapper {
    padding: 0 16px;
  }

  .logo {
    margin-right: 66px;
  }

  .headerNavItem {
    margin-right: 30px;
    font-size: 16px;
  }

  .headerNavItem:last-child {
    margin-right: 0;
  }
  
  .reviewsBlock {
    justify-content: center;
    padding: 0 64px 200px 64px;
  }
  .reviewsRectangles {
    order: 1;
    margin-bottom: 60px;
  }
  .reviewsText {
    order: 2;
    width: 60%;
    
  }
  .swiper {
    width: 100%;
  }
  .reviewItem {
    width: 100%;
  }
  .prevSlide {
    bottom: 0;
  }
  .nextSlide {
    bottom: 0;
    left: 30%;
  }
}
@media (max-device-width: 1012px) {
  .footerNavItem {
    margin-right: 15px;
    font-size: 15px;
  }
  .logoFooter {
    width: 230px;
    margin-right: 25px;
  }
}
@media (max-device-width: 860px) {
  header {
    z-index: 4;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }

  .headerNav {
    padding: 0 40px;
    justify-content: space-between;
  }
  .headerWrapper {
    padding: 0;
  }
  .logo {
    width: 50%;
    margin-right: 0;
  }

  .headrpc {
    display: none;
  }

  .burger {
    z-index: 5;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 120vh;
    overflow: hidden;
    background-color: #23232379;
    flex-direction: column;
    align-items: start;
  }

  .opened {
    display: flex;
    animation: burgerFade 0.1s forwards linear;
  }

  .burgerWrapper {
    background-color: #232323c4;
    padding: 60px 40px;
    width: 70%;
    height: 120vh;
  }

  .burger::backdrop {
    filter: blur(10px);
  }

  .burgerWrapperOpened {
    animation: burger 0.3s forwards ease-out;
  }

  .noScroll {
    overflow-y: hidden;
  }

  .headerNavItem {
    font-size: 32px;
  }

  .openBurgerBlur {
    filter: blur(5px);
  }

  .burgerIcon {
    display: flex;
  }

  .backRectangle {
    display: none;
  }

  .backRectangleMob {
    display: block;
  }

  .introBlock {
    width: 100vw;
    justify-content: center;
  }

  .introBlockTitle {
    z-index: 3;
    max-width: 700px;
    width: 90%;

    margin-left: 30px;
  }

  .formBlock {
    width: 100vw;
  }
  
  .formButton {
    margin-top: 0;
  }
  
  .formArrow {
    width: 35px;
    top: 180px;
    right: 22%;
  }
  .currencyMonitor {
    width: 100vw;
    padding: 30px 0 30px 0;
  }

  .whyBlock {
    padding: 70px 16px 77px 16px;
  }

  .introNotateImg {
    display: flex;
  }
.reviewTitle {
  font-size: 32px;
}
  .introNotateImgMob {
    display: none;
  }
  .teamBlock {
    padding: 50px 0 0 0 ;
  }
  .teamates {
    padding: 24px 0 47px 0;
  }
  .teamateItem:last-child {
    margin-bottom: 0;
  }
  .teamateContact {
    margin-bottom: 16px;
  }
  .teamateItem {
    margin-bottom:59px ;
  }
  .teamShape {
    
    right: -75%;
    
  }
  .footerNavItemMob {
    order: 1;
  }
  .footerWrapper {
    flex-direction: column;
  }  .regButton {
    display: none;
  }

  .logoFooter {
    width: 274px;
    order: 5;
    margin-right: 0;
  }
 .footerNavItem {
  order: 3;
  margin-bottom: 56px;
  margin-right: 0;
 }
  .regButtonMob {
    width: 358px;
    
    height: 78px;
    background-color:#ffffff ;
    border:1px solid white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 56px;
    transition: all .2s linear;
    }
    .regButtonMob:hover {
      background-color: transparent;
      color: white!important;
    }
    .footerNavItemMob {
      order: 1;
    }
   
}

@media (max-device-width: 700px) {
  .titleText {
    margin-bottom: 60px;
  }

  .titleNumberItem {
    margin-right: 0;
    margin-bottom: 36px;
  }

  .titleNumbers {
    flex-direction: column;
  }

  .reviewsBlock {
    justify-content: center;
    padding: 0  36px 78px 36px;
  }

  .reviewsText {
    width: 357px;
    margin-right: 0;
    order: 2;
  }

  .reviewsRectangles {
    order: 1;
    margin-bottom: 44px;
   
  }
  .reviewTitle {
    font-size: 32px;
  }
  .reviewItem p {
    font-size: 18px;
  }
  .prevSlide {
    left: 50%;
    transform: translateX(-79px);
    bottom: -10px;
  }
  .nextSlide {
    left: 50%;
    transform: translateX(23px);
    bottom: -10px;
  }
  
}
@media (max-device-width: 530px) {
  
  .formLogo {
    width: 75vw;
  }
  .formTitle {
    font-size: 12px;
    width: 90vw;
  }
  .form {
    width: 86vw;
  }
.formInput {
  width: 90vw;
}
.regButtonMob {
  width: 90vw;
}
.formWarn {
  font-size: 12px;
  width: 90vw;
}
.formButton  {
  width: 90vw;
  
}

}  


@media (max-device-width: 450px) {
  .burgerWrapper {
    width: 70%;
  }

  .headerNavItem {
    font-size: 24px;
  }

  .introBlockTitle {
    width: 358px;
    font-size: 20px;
    line-height: 28px;
  }

  
  .formArrow {
   
    top: 130px;
    
  }
  .formTitle {
    max-width: 358px;
  }

  .formInput {
    
    
    margin-bottom: 28px;
  }

  .formInput:nth-child(7) {
    margin-bottom: 12px;
  }

  .formWarn {
    margin-bottom: 32px;
  }

 

  .titleText {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 64px;
  }

  .titleNumbers {
    width: 100vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .titleNumberItem {
    margin: 0;
    margin-bottom: 64px;
  }

  .titleNumberItem:last-child {
    margin-bottom: 0;
  }

  .introNotate img {
    width: 44px;
  }

  .introNotate {
    padding: 0 16px;
    margin-top: 34px;
    margin-bottom: 120px;
    font-size: 8px;
  }
  .introNotate p {
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
  }

  .introNotateImg {
    display: none;
  }

  .introNotateImgMob {
    display: flex;
  }
}
@media (max-device-width:400px) {
  .swiper {
    width: 90vw;
  }
}
@media (max-device-width:357px) { 
  .teamateItem {
    width: 90vw;
    margin-right: 0;
  }
  .teamateImg img {
    margin-left: 0;
    margin-right: 10px;
  }
  .teamateImg h2 {
    font-size: 14px;
  }
  .teamateImg p {
    font-size: 14px;
  }
  .teamateContact {
    margin-left: 0;
    margin-bottom: 7px;
  }
  .teamateContact p {
      font-size: 12px;
  }
}
@media (max-device-width:357px) {
  .swiper {
    width: 90vw;
  }
  .introBlockTitle {
    margin-left: 15px;
    font-size: 16px;
    width: 90vw;
  }
  .reviewTitle {
    font-size: 24px;
  }
  .titleText h1 {
    font-size: 24px;
  }
  .titleText p {
    font-size: 16px;
  }
  .burgerWrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .headerNavItem {
    font-size: 20px;
  }
  .prevSlide {
    bottom: -30px;
  }
  .nextSlide {
    bottom: -30px;
  }
}
@media (max-device-width:290px) {
 .prevSlide {
  bottom: -40px;
 }
 .nextSlide {
  bottom: -40px;
 }
 .logoFooter {
  width: 90vw;
 }
 .teamateContact img {
  margin-left: 0;
  margin-right: 15px;
 }
}

@keyframes burgerFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes burger {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes livitation {
  0% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(20px);
  }

  66% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes orbit1 {
  0% {
    transform: translateY(-50%) translateX(-50%) rotate(0);
  }

  100% {
    transform: translateY(-50%) translateX(-50%) rotate(-360deg);
  }
}

@keyframes orbit2 {
  0% {
    transform: translateY(-50%) translateX(-50%) rotate(0);
  }

  100% {
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

@keyframes portreit {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes portreit2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}
