
@import "assets/font/font.css";
@import "assets/css/normalize.css";
 
.btn{
  border-radius: 20px;
  background-image: -moz-linear-gradient( 84deg, rgb(0,83,234) 0%, rgb(240,218,85) 0%, rgb(225,196,77) 46%, rgb(240,221,116) 71%, rgb(254,246,154) 100%);
  background-image: -webkit-linear-gradient( 84deg, rgb(0,83,234) 0%, rgb(240,218,85) 0%, rgb(225,196,77) 46%, rgb(240,221,116) 71%, rgb(254,246,154) 100%);
  background-image: -ms-linear-gradient( 84deg, rgb(0,83,234) 0%, rgb(240,218,85) 0%, rgb(225,196,77) 46%, rgb(240,221,116) 71%, rgb(254,246,154) 100%);
  box-shadow: 0px 9px 21.87px 5.13px rgba(22, 21, 21, 0.21);
  width:100%;
  height: 94px;
  color: rgb(59, 59, 59);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align-last: center;
  transition: all .5s;
}
.btn:hover{
	box-shadow: 0px 4px 15.87px 2.13px #fef69a;
    transform: translateY(-0.25em);
}


header{
  background-image: url('assets/img/фон.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:210px 0 120px 0;

}
.header h1{
  font-size: 80px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.header p{
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin:50px 0;
  text-align: center;
}
.header__box{
  display: flex;
  justify-content: space-between;
  
  max-width: 1063px;
  width:100%;
  background-color: rgba(255, 255, 255, 0.102);
  padding:40px;
  border-radius: 40px;
  margin:0 auto 60px auto;
}
.header__box strong{
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.header .btn{
  max-width:555px;
  margin:0 auto;
}


.sec1{
  margin-top:150px;
}
.sec1 h2{
  font-size: 45px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  text-align: center;
}
.sec1__box{
  margin-top:50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:20px;
}
.sec1__item{
  text-align: center;
}
.sec1__item-block{
   border-width: 4px;
   border-color: #0061a9;
  border-style: solid;
  border-radius: 20px;
  padding:50px 15px;
  min-height: 345px;
  margin-bottom:30px;
}
.sec1__item-block span{
   font-size: 20px;
   color: rgb(40, 40, 40);
   line-height: 1.2;
   display: block;
   margin-bottom:30px;
}
.sec1__item-block strong{
  font-size: 30px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
   display: block;
}
.sec1__item-block p{
  font-size: 20px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  margin-top:50px;
}
.sec1__item p{
  font-size: 20px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
}
.sec1__item b{
  font-size: 20px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  margin-top:10px;
  display: block;
}


.sec2{
  background-image: url('assets/img/1679711496_bogatyr-club-p-gradient-izumrudnogo-tsveta-foni-oboi-7.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px 30px;
  border-radius: 30px;
  margin-top:80px;
}
.sec2 h2{
  font-size: 45px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom:40px;
}
.sec2 h3{
  font-size: 45px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-top:50px;
}
.sec2 p{
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sec2__box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:30px;
  align-items: stretch;
} 
.sec2__item{
  background: #fff;
  padding:110px 30px 30px 30px;
  border-radius: 20px;
  position: relative;
}
.sec2__item:before{
  content:'';
  position: absolute;
  top: 0%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  width: 170px;
  height: 85px;
  background-image: url('assets/img/ицо.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec2__item img{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  object-fit: contain;
}
.sec2__item strong{
  font-size: 25px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
}
.sec2__item p{
  font-size: 18px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  padding:40px 0 30px 0;
  text-align: center;
   min-height: 150px;
}
.sec2__item .btn{
  max-width: 255px;
  margin:0 auto;
}
.sec2 .btn{
  max-width: 570px;
  margin:30px auto;
}

.sec3{
  margin-top:150px;
}
.sec3 h2{
  font-size: 45px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sec3 p{
  font-size: 20px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  padding:40px 0 20px 0;
  text-align: center;
}
.sec3 strong{
  font-weight: 700;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  padding:40px 0 20px 0;
  text-align: center;
  display: block;
}
.sec3__box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
  margin:40px 0;
}
.sec3 b{
  font-size: 30px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: block;
}

#sec4{
  background-image: url('assets/img/sdsd.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:120px 0;
  margin-top:100px;
}
.sec4{

}
.sec4 h2{
  font-size: 45px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sec4 .sec4__img{
  max-width: 1050px;
  margin:0 auto;
  display: block;
}
.sec4 .btn{
  max-width: 555px;
  margin:0 auto;
}

.sec5{
  margin-top:100px;
  margin-bottom:100px;
}
.sec5 h2{
  font-size: 45px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom:50px;
}
.sec5__box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:20px;
}

.sec6{

}
.sec6 h2{
  font-size: 45px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.sec6 p{
  font-size: 20px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  text-align: center;
  margin:15px 0 30px 0;
}
.sec6 img{
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.sec6 .btn{
  max-width: 340px;
  margin:30px auto 0 auto;
}

.sec7{
  margin-top:150px;
}
.sec7 h2{
  font-size: 45px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.sec7 p{
  font-size: 20px;
  color: rgb(40, 40, 40);
  line-height: 1.2;
  text-align: center;
}

.sec7 h4{
  font-size: 20px;
  color: rgb(40, 40, 40);
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  transition: all .5s;
  padding-left: 40px;
}
.sec7__box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;
  margin-top:50px;
}
.sec7 .sec7__item .eachFaq{
  margin-bottom:30px;
}
.sec7 .sec7__item h4:before{ 
  content: ''; 
  background-image: url('assets/img/next копия 8.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0; 
  left: 0;
  transition: all .5s;
}

.sec7 .accordion-content{
  padding:15px 0 15px 40px;
}
.sec7 .accordion-content p{ 
  text-align: left;
  font-size: 14px;
  color: rgb(40, 40, 40);
}
.sec7 .eachFaq .title{ cursor: pointer; }
.sec7 .eachFaq .title:hover{ color: #0053ea; }
.sec7 .open h4:before{
  transform: rotate(180deg);
} 

.footer{
  background-image: url('assets/img/sdsd.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding:60px 30px;
  border-radius: 30px;
  margin-top:80px;
  margin-bottom:80px;
}
.footer{
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.footer__img{
  position: relative;
}
.footer img{
  max-width: 270px;
  width: 100%;
  position: absolute;
  bottom:-100px;
  left:0px;
}
.footer .footer__text h2{
  font-size: 45px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 60px;
}
.footer .footer__text .btn{
  max-width: 555px;
}


@media only screen and (max-width: 1200px) {
	header{
     padding: 120px 0 120px 0;
  }
  .header p {
    font-size: 28px;
  }
}

@media only screen and (max-width: 992px) {
	.sec2__box, .sec1__box{
    grid-template-columns:1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
	 .header h1{
    font-size: 60px;
   }
   .sec2__box, .sec1__box, .sec7__box, .footer{
    grid-template-columns:1fr;
  }
  .header__box{
    flex-direction: column;
    align-items: center;
  }
  .sec1, .sec3{
      margin-top: 60px;
  }
  .footer__img{
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .header h1 {
      font-size: 42px;
  }
  header {
      padding: 60px 0 60px 0;
  }
  .header p {
      font-size: 22px;
  }
  .header__box{
    padding:20px;
  }
  .header__box strong {
    font-size: 18px;
  }
  .sec1 h2, .sec2 h2, .sec2 h3, .sec3 h2, .sec5 h2, .sec6 h2, .sec7 h2, .footer .footer__text h2{
    font-size: 28px;
  }
  .sec2__item strong{
    font-size: 20px;
  }
  .sec3__box, .sec5__box{
    grid-template-columns: 1fr;
  }
  .sec3 b{
    font-size: 22px;
  }
  .header .btn{
    font-size: 10px;
  }
  .sec1__item-block strong{
    font-size: 22px;
  }
  .sec1__item-block{
    min-height: auto;
  }
  .sec1__item-block p{
    margin-top:30px;
  }
  .sec1__item-block span{
    font-size: 16px;
  }
  .sec1__item-block p{
    font-size: 16px;
  }
  .sec2__item p{
    font-size: 14px;
  }
  .sec2__item{
      padding: 110px 10px 10px 10px;
  }
  .sec2__item .btn{
    font-size: 14px;
  }
  .sec2 p{
    font-size: 18px;
  }

  #sec4{
    padding:60px 0;
    margin-top:50px;
  }
  .sec4 .btn{
    font-size: 10px;
  }
  .sec5{
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .sec7{
    margin-top:50px;
  }
  .footer .footer__text .btn{
    font-size: 9px;
  }
  .sec2{
    padding: 30px 10px;
  }
}
