@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;800&display=swap');
:root {
    --color-gray:#F6F5F0;
    --color-darkblue:#091F48;
    --color-yellow:#F8C441;
    --color-pink:#E9CDF2;
    --color-blue:#6BA5EB;
    --color-dark-gray:#6F737B;
}
body {
  overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    background-color: var(--color-gray);
}
.topmenu {
    z-index: 100;
    padding-top: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}
.menuright {
    text-align: right;
}
.menuright ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.menuright ul li{
    display: inline-block;
    list-style: none;
    padding-right: 40px;
}
.menuright ul li a{
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 54px;
    color:var(--color-darkblue);
}
.menuright ul li a:hover{
    text-decoration: underline;
    color: var(--color-blue);
}

  .paralax_group {
    position: relative;
    z-index: 2;
    /*position: relative;
    height: 500px;  
    height: 100vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
  }
  .full_height {
    height: 500px; /* fallback for older browsers */
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 300px;
    perspective: 300px;
    overflow: hidden;
  }
  .but_lesson {
    display: inline-block;
    height: 54px;
    text-decoration: none;
    padding-left:40px;
    padding-right: 40px;
    line-height: 54px;
    border-radius: 27px;
    background-color: var(--color-gray);
    font-size: 15px;
    font-weight: 500;
    color: var(--color-darkblue);
    
  }
  .marmin50 {
    margin-top: -60px;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    transition: 0.3s;
  }
  .but_lesson:hover {
    background-color: var(--color-blue);
    color:var(--color-gray);
    text-decoration: none;
  }
  .first_bg {
    position: absolute;
    z-index:1;
    top: 0;
    right: 0;
  }
.bl-text1 {
  font-weight: 600;
  font-size: 55px;
  line-height: 72px;
  color:var(--color-darkblue);
}
.bl-text2 {
  padding-top: 10px;
  font-weight: 600;
font-size: 55px;
line-height: 72px;
color: var(--color-yellow);
}
.bl-text3 {
  padding-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-darkblue);
  padding-bottom: 40px;
}
.buttextgroup {
  margin-top: -50px;
}
.but_f1 {
	border:none;
  display: inline-block;
  height: 54px;
  padding-left: 45px;
  padding-right: 45px;
  line-height: 54px;
  background-color: var(--color-blue);
  font-weight: 500;
  font-size: 15px;
  color: var(--color-gray);
  margin-right: 30px;
  border-radius: 27px;
  text-decoration: none;
}
.but_f2 {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
font-size: 15px;
color: var(--color-darkblue);
position: relative;
text-decoration: none;
transition: 0.3s;
}
.but_f1:hover {
  background-color: var(--color-yellow);
  color: var(--color-darkblue);
}
.but_f2::before {
  transition: 0.3s;
  z-index: -1;
  position: absolute;
  content: '';
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #F8C441;
  top: 0;
  left: 0;
}
.but_f2:hover {
  color: var(--color-darkblue);
}
.but_f2:hover::before {
  transition: 0.3s;
  background-color: var(--color-yellow);
  border-radius: 30px;
  width: 100%;
}
.img1 {
  padding-top: 75px;
}
.first_bg2 {
  height: 601px;
  position: absolute;
  right: calc(50% - 551px);
  top: -206px;
  z-index: -1;
}
.first_bg2 img{
  max-width: 100%;
}
.waves {
  position: relative;
  z-index: 1;
  margin-top: -269px;
}
.first_bg3 {
  
  width: 100%;
   
  overflow: hidden;
  bottom: 0;  
}
.first_bg4 {
  position: absolute;
  width: 100%;
    
  overflow: hidden;
  bottom: 0; 
 
}
.first_bg3 img{
 width: 100%;
}
.first_bg4 img{
  width: 100%;
 }
 .blueline {
  background-color: var(--color-blue);
 }
 .plane_block {
  min-height: 280px;
  background-image: url(../img/plane_curve.png);
  background-repeat: no-repeat;
  background-position: left center;
 }
 .digit {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 800;
font-size: 60px;
line-height: 90px;
color: var(--color-gray);
 }
 .digit .lessdigit{
  font-weight: 600;
font-size: 30px;
line-height: 45px;
 }
 .digit_text1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
 }
.botblue img{
  width: 100%;
}
.advantages {

  padding-top: 30px;
}
.heading1 {
  z-index: 2;
  position: relative;
  padding-top: 30px;
  margin: 0;
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
}
.heading1::before {
  z-index: -1;
  position: absolute;
  top: -28px;
  left: -82px;
  content: '';
  width: 145px;
  height: 109px;
  background-image: url(../img/s2cloud.svg);
  background-repeat: no-repeat;
}
.adv_block {
  position: relative;
}
.rotholder {
  position: absolute;
  top: 0;
  right: 0;
}
.rotated_block {
  margin-top: 100px;
  width: 241px;
  height: 241px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.botpad {
  padding-bottom: 91px;
}
.rotatedtext {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation:spin 7s linear infinite;
    -moz-animation:spin 7s linear infinite;
    animation:spin 7s linear infinite;
}
.rotatedlink {
  position: absolute;
  top: calc(50% - 53px);
  left: calc(50% - 25px);
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.advantageminiblock {
  margin-bottom: 33px;
  padding: 50px 90px 60px 40px;
  position: relative;
  border-radius: 20px;
}
.pink {
  background-color: var(--color-pink);
}
.advtext1 {
  font-weight: 600;
font-size: 20px;
line-height: 30px;
padding-bottom: 20px;
color: var(--color-darkblue);
}
.advtext2 {
  color: var(--color-darkblue);
  font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.iconadv {
  position: absolute;
  top: -33px;
  right: -34px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.yellow {
  background-color: var(--color-yellow);
}
.blue {
  background-color: var(--color-blue);
}
.right-block {
  margin-right: 0;
  margin-left: auto;
}
.bg3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/Group13.svg);
  background-repeat: no-repeat;
  background-position: 99% 90%;
}
.yellowtop img {
  width: 100%;
}
.yellowtop {
  margin-top: -263px;
}
.yellowline {
  background-color: var(--color-yellow);
}
.header2 {
  position: absolute;
  top: -166px;
  left: 0;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: var(--color-darkblue);  
  margin: 0;
}
.yellowcontainer {
  position: relative;
}
.yellow_w_block {
  border-radius: 20px;
  background-color: var(--color-gray);
  padding: 50px 40px 60px 40px;
}
.yellowtext1 {
  font-weight: 600;
font-size: 30px;
line-height: 45px;
color: var(--color-darkblue);
padding-bottom: 40px;
}
.yellowtext2 {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
padding-bottom: 80px;
}
.znd {
  z-index: 0;
}
.p30 {
  padding-left: 30px;
  padding-right: 30px;
}
.second-p1 {
  padding-top: 70px;
}
.second-p2 {
  padding-top: 140px;
}
.header5 {
  padding-top: 100px;
  text-align: center;
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
padding-bottom: 60px;
}
.yellowtext3 {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
text-align: center;
}
.contactform1 {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
.contactblock1 {
  display: inline-block;
  width: 400px;
  margin-right: 20px;
}
.contactline {
  display: block;
  width: 100%;
  background-color: var(--color-gray);
  border-radius: 27px;
  height: 54px;
  border-radius: 27px;
  border: none;
  outline: none;
  font-weight: 500;
font-size: 15px;
color: var(--color-darkblue);
padding-left: 40px;
padding-right: 40px;
}
.contactline::placeholder {
  color: var(--color-dark-gray);
}
.contactblock2 {
  height: 54px;
  border-radius: 27px;
  border: none;
  outline: none;
  background-color: var(--color-pink);
  font-weight: 500;
font-size: 15px;
padding-left: 50px;
padding-right: 50px;
transition: 0.3s;
}
.contactblock2:hover {
  background-color: var(--color-blue);
  transition: 0.3s;
}
.ylh {
  position: relative;
}
.yellowbg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/Group16.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.studyblock {
  padding-top: 148px;
  padding-top: 98px;
}
.stydyblocktext1 {
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
padding-bottom: 81px;
}
.studylist ul {
  padding: 0;
  margin: 0;
}
.studylist ul li{
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.studylist ul li a{
  
  text-decoration: none;
  font-weight: 600;
font-size: 20px;
line-height: 30px;
color: var(--color-darkblue);
}
.studylist ul li a:hover{
  color: var(--color-blue);
  padding-left: 38px;
  position: relative;
}

.active_st::before{
  position: absolute;
  width: 16px;
  height: 24px;
  content: '';
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.studylist ul li a:hover::before{
  position: absolute;
  width: 16px;
  height: 24px;
  content: '';
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.active_st {
  color: #6BA5EB!important;
  padding-left: 38px;
  position: relative;
}
.trudyright {
  position: relative;
}
.bluestudyblock {
  width: 100%;
  border-radius: 20px;
transform: rotate(10deg);
background-color: var(--color-blue);
padding: 50px 40px 60px 40px;
position: absolute;
top: 0;
}
.bluestudyblock2 {  
  transform: rotate(-5deg);
background-color:var(--color-yellow);
}
.bluestudyblock3 {
  transform: rotate(7deg);
  background-color:var(--color-pink);
}
.bluestudyblock4 {
  transform: rotate(7deg);
  background-color:var(--color-blue);
}
.bluestudyblock5 {  
  transform: rotate(-3deg);
background-color:var(--color-yellow);
}
.bluestudyblock6 {
  transform: rotate(-7deg);
  background-color:var(--color-pink);
}
.nodisp {
  
  opacity: 0;
  transition: 0.4s;
}
.disp {
  
  opacity: 1;
  transition: 0.4s;
}
.pb0 {
  padding-bottom: 0;;
}
.trudyright {
  position: relative;
  margin-top: 331px;
}
.bluestudyblock:before {
  transform: rotate(-10deg);
  position: absolute;
  top: -37px;
    left: -30px;
  width: 77px;
  height: 107px;
  background-image: url(../img/Vector.svg);
  background-repeat: no-repeat;
  content: '';
}
.stydyimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.stydyimg img {
  max-width: 100%;
}
.pinkcenter {
  background-color: var(--color-pink);
}
.martop20 {
  margin-top: 143px;
}
.nimbusimg {
  position: absolute;
  top: -81px;
    right: 89px;
}
.pinkheader1 {
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
padding-bottom: 21px;
}
.pinkheader2 {
  font-weight: 600;
font-size: 20px;
line-height: 30px;
color: var(--color-darkblue);
position: relative;
z-index: 1;
}
.pinkheader2:before {
  width: 156px;
  height: 57px;
  position: absolute;
  content: '';
  top: -16px;
    left: -19px;
  background-image: url(../img/Vector8.svg);
  background-repeat: no-repeat;
  z-index: -1;
  padding-bottom: 30px;
}
.relative {
  position: relative;
}
.pinklist ul{
  padding: 0;
  margin: 0;
}
.pinklist ul li{
  list-style: none;
  padding-left: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
}
.pinklist ul li::before{
  position: absolute;
  left: 0;
  top: 16px;
  content: '';
  background-image: url(../img/whitetriangle.svg);
  width: 11px;
  height: 18px;
  background-repeat: no-repeat;
}
.pinklist {
  padding-top: 35px;
}
.girlbg {
  position: absolute;
  max-width: 100%;
}
.girlbg img{
  max-width: 100%;
}
.abspinktextholder {
  position: relative;
}
.abspinktextholder2 {
  position: absolute;
  width: 100%;
  top: 86px;
}
.pinktext5 {
  font-weight: 500;
font-size: 18px;
line-height: 27px;
color: var(--color-darkblue);
}
.pinktext6 {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
padding-bottom: 59px;
}
.blueborder::before {
  border-color: var(--color-blue);
}
.blueborder:hover::before {
  background-color: var(--color-blue);
}
.yellowbgraund {
  color: var(--color-darkblue);
  background-color: var(--color-yellow);
}
.yellowbgraund:hover {
  background-color: var(--color-blue);
}
.yellowcoment {
  position: relative;
  border-radius: 20px;
  background-color: var(--color-yellow);
  padding: 60px 86px 80px 86px;
}
.yellowcoment p{
  font-weight: 500;
font-size: 18px;
line-height: 27px;
color: var(--color-darkblue);
padding-bottom: 18px;
}
.yellowcoment p:last-child{
  padding-bottom: 0;
}
.authornote {
  position: relative;
  margin-top: 100px;
}
.yellowcoment:before {
  position: absolute;
  content: '';
  width: 34px;
  height: 30px;
  background-image: url(../img/quotes.svg);
  background-repeat: no-repeat;
  top: 45px;
  left: 46px;
}
.yellowcoment:after {
  position: absolute;
  content: '';
  width: 34px;
  height: 30px;
  background-image: url(../img/quotes.svg);
  background-repeat: no-repeat;
  bottom: 77px;
    right: 51px;
  transform: rotate(180deg);
}
.yellowblockbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/Group18.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.ourcompany {
  margin-top: 100px;
  position: relative;
}
.headercompany {
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
}
.comandrow {
  padding-bottom: 144px;
  padding-top: 90px;
  
}
.personimg {
  padding-bottom: 50px;
}
.personname {
  padding-bottom: 30px;
  font-weight: 600;
font-size: 30px;
line-height: 45px;
color: var(--color-darkblue);
}
.persontext1 p{
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
padding-bottom: 25px;
margin: 0;
padding-top: 0;
}
.butperson {
  padding-top: 40px;
}
.pinkbgraund {
  color: var(--color-darkblue);
  background-color: var(--color-pink);
}
.pinkbgraund:hover {
  background-color: var(--color-blue);
}
.bluebgraund {
  background-color: var(--color-blue);
  color: var(--color-darkblue);
}
.bluebgraund:hover {
  background-color: var(--color-yellow);
}
.persontext1 {
  min-height: 206px;
}
.companybg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/Group19.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.headerb3 {
  font-weight: 600;
font-size: 30px;
line-height: 45px;
color: var(--color-gray);
text-align: center;
padding-bottom: 20px;
margin: 0;
padding-top: 0;
}
.textb1 {
  font-weight: 500;
font-size: 18px;
line-height: 27px;
text-align: center;
color: var(--color-darkblue);
padding-bottom: 10px;
}
.yellowbgraund2 {
  background-color: var(--color-yellow);
  color: var(--color-darkblue);
  border:none;
}
.yellowbgraund2:hover {
  background-color: var(--color-pink);
}
.padbot35 {
  text-align:center;
  padding-bottom: 35px;
}
.bgblu2 {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/Group22.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.znd2 {
  z-index: 2;
}
.priceheader>h2 {
   font-weight: 600;
   font-size: 40px;   
}
.priceheader {
  padding-bottom: 91px;
  z-index: 1;
  position: relative;
  line-height: 52px;
  color: var(--color-darkblue);
}
.priceheader::before {
  z-index: -1;
  position: absolute;
  width: 124px;
  height: 116px;
  background-image: url(../img/bluecloud.svg);
  background-repeat: no-repeat;
  content: '';
  top: -31px;
  left: -55px;
}
.priceblock {
  position: relative;  
  
}
.priceblockinner {
  padding: 10px;
  border: 1px solid #091F48;
  border-radius: 20px;
  padding-top: 180px;
  padding-bottom: 50px;
}
.colored_block {
  background-color: var(--color-pink);
  border-radius: 20px;
  height: 160px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
  width: 100%;
  border: 1px solid #E9CDF2;
  padding: 34px 20px 34px 20px;
}
.clb1 {
  font-weight: 600;
  font-size: 30px;
  color: var(--color-darkblue);
  text-align: center;
  padding-bottom: 20px;
}
.clb2 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--color-darkblue);
}
.overpic {
  position: absolute;
  top: -41px;
  left: -29px;
}
.miniblock {
  border-bottom: 1px solid #091F48;
  padding: 30px 40px 30px 40px;
}
.miniblocktext1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-darkblue);
  padding-bottom: 8px;
}
.miniblocktext2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-darkblue);
  padding-bottom: 8px;
}
.miniblocktext3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  color: var(--color-darkblue);
}
.priceblockinner .miniblock:nth-child(3n)  {
  border-bottom: none;
  padding-bottom: 42px;
}
.padleft30 {
  padding-left: 40px;
}
.blueblockprice {
  /*padding-top: 11px;*/
  background-color: var(--color-blue);
  border: #6BA5EB;
}
.yellowblockprice {
  /*padding-top: 11px;*/
  background-color: var(--color-yellow);
  border: #F8C441;
}
.pinkbot {
  padding-bottom: 160px;
  position: relative;
  padding-top: 221px;
}
.pinkbotcontainer {
  position: relative;
  border-radius: 20px;
  background-color: var(--color-pink);
  padding: 71px 65px 50px 65px;
}
.pinkbotcontainer:before {
  position: absolute;
  top: -76px;
  left: -70px;
  width: 120px;
  height: 104px;
  content: '';
  background-image: url(../img/pic1.svg);
  background-repeat: no-repeat;
}
.pinkbotcontainer:after {
  position: absolute;
  bottom: -15px;
    right: -84px;
    width: 128px;
    height: 121px;
  content: '';
  background-image: url(../img/pic2.svg);
  background-repeat: no-repeat;
}
.pinkbottext1 {
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
padding-bottom: 70px;
}
.pinkbottext2 p{
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
margin: 0;
padding-top: 0;
padding-bottom: 36px;
}
.innerimg2 img{
  max-width: 100%;
}
.innerimg2 {
  text-align: right;
}
.pinkbotbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/Group25.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.yellowblocktext1 {
  font-weight: 600;
font-size: 40px;
line-height: 52px;
color: var(--color-darkblue);
padding-bottom: 30px;
}
.yellowblocktext2 {
  padding-bottom: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-darkblue);
}
.yellowblocktext3 {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
padding-bottom: 76px;
color: var(--color-darkblue);
}
.botyellowbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/Group28.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.pricecourse {
  height: 54px;
  line-height: 54px;
  display: inline-block;
  font-weight: 600;
font-size: 30px;
margin-right: 55px;
color: var(--color-darkblue);
}
.plr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.photo22 {
  padding-top: 70px;
}
.photo22 img{
  max-width: 100%;
}
.reviewimg {
  padding-bottom: 120px;
  text-align: center;
}
.reviewimg img {
  max-height: 538px;
  max-width: 100%;
}
.reviewes {
  
  margin-top: 60px;
  position: relative;
  padding-bottom: 80px;
}
.reviewblockslider {
  background-image: url(../img/reviewbgblue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.arrright {
  transform: scaleX(-1);
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  width: 85px;
}
.bgsliderbl {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/slidercover.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.swiper-pagination-bullet  {
  width: 12px;
height: 12px;
background-color: var(--color-darkblue);

}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,20px);
}
.faq {
  padding-bottom: 205px;
  margin-top: 40px;
  position: relative;
}
.faqbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/faqbg.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.accordion-button {
  font-weight: 600;
font-size: 20px;
line-height: 30px;
padding-top: 15px;
padding-bottom: 15px;
color: var(--color-darkblue);
border: none;
background-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: var(--color-darkblue);
  background-color: transparent;
}
.accordion-item:first-of-type .accordion-button {
  border: none;
}
.accordion-item, .accordion-collapse {
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button::after {
  width: 40px;
  height: 40px;
  background-image:url(../img/btn_arrow.svg);
  background-size: contain;
}
.accordion-button:not(.collapsed)::after {
  width: 40px;
  height: 40px;
  background-image:url(../img/btn_arrow.svg);
  background-size: contain;
  transform: rotate(-90deg);
}
.maillink {
  position: relative;
  z-index: 5;
  margin-top: -15px;
  text-align: center;
}
.maillink a{
  text-decoration: none;
  color: var(--color-darkblue);
  font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;


}
.maillink a:hover{
  text-decoration: none;
  color: var(--color-darkblue);
}
.accordion-body {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
padding-bottom: 40px;
color: var(--color-darkblue);
}
.accordion-item {
  border-bottom: 1px solid #091F48;
}
.accordion-button:active {
  outline: none;
  border: none;
}
.accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}
.lastyellowblock {
  position: relative;
}
.yellowform {
  position: relative;
    border-radius: 20px;
    background-color: var(--color-yellow);
    padding: 0px 20px 80px 20px;
}
.yellowformbg4 {
  background-image: url(../img/Group33.svg);
  background-repeat: no-repeat;
  background-position: center 10%;
  background-size: contain;

}
.yellowform::before {
  position: absolute;
  content: '';
  width: 189px;
  height: 206px;
  background-image: url(../img/V3.svg);
  background-repeat: no-repeat;
  top: -97px;
    right: -54px;
  z-index: -1;
}
.socials {
  position: relative;
  z-index: 5;
  padding-top: 34px;
  text-align: center;
}
.socials a{
  display: inline-block;
  margin-right: 50px;
}
.socials a:last-child{
  margin-right: 0;
}
.botcontacts {
  padding-bottom: 184px;
  position: relative;
}
.botcontacts_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/Group34.svg);
  background-repeat: no-repeat;
  
  background-position: center bottom;
  left: 0;
  top: 0;
}
.footertop img {
  
  width: 100%;
}
.footertop {
  position: relative;
  margin-top: -134px;
}
.logofooter {
  position: relative;
  z-index: 2;
  text-align: center;
}
.copyrightfooter {
  position: relative;
  z-index: 2;
  font-weight: 500;
font-size: 15px;
color: var(--color-gray);
padding-top: 54px;
text-align: center;
padding-bottom: 29px;
}
.copyrightfooter a{
  text-decoration: none;  
  font-weight: 500;
font-size: 15px;
color: var(--color-gray);

}
.copyrightfooter a:hover{
  text-decoration: none;  
  font-weight: 500;
font-size: 15px;
color: var(--color-gray);
}
.bg_footer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/Group_bgfooter.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.barss {
  display: none;
}
.bgpriceblock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-image: url(../img/Group36.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.disp768 {
  display: none;
}
.mob_pblock {
  position: relative;
  
}

.mob_pblock {
  display: none;
}
.scrolled {
  position: fixed;
  background-color: var(--color-gray);
}
.scrolled .but_lesson {
  background-color: var(--color-yellow);
}
.scrolled .but_lesson:hover {
  background-color: var(--color-blue);
}
.moblogo a img{
  width: 160px;
}
.mobmenu ul {
  padding: 0;
  margin: 0;
}
.mobmenu ul li{
  padding-top: 20px;
  padding-bottom: 20px;
  list-style: none;
}
.mobmenu ul li a{
  text-decoration: none;
  font-weight: 500;
font-size: 18px;
line-height: 27px;
color: var(--color-darkblue);
}
.mobbutholder {
  padding-top: 50px;
 
  text-align: center;
}
.mobbutholder .but_f1{
  margin-right: 0;
}
.modal-header {
  border: none;
}
.headermodal {
  padding-bottom: 30px;
  margin-top: -10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: var(--color-darkblue);
  text-align: center;
}
.formodaldata {
  padding-left: 50px;
  padding-right: 50px;
}
.formodaldata input[type="text"] {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  background-color: var(--color-gray);
  border-radius: 27px;
  height: 54px;
  border-radius: 27px;
  border: 1px solid #6F737B;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  color: var(--color-darkblue);
  padding-left: 40px;
  padding-right: 40px;
}
.formodaldata input::placeholder {
  color: var(--color-dark-gray);
}
.pinkform input::placeholder {
  color: var(--color-dark-gray);
}
.pinkform input {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  background-color: var(--color-gray);
  border-radius: 27px;
  height: 54px;
  border-radius: 27px;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  color: var(--color-darkblue);
  padding-left: 40px;
  padding-right: 40px;
}
.formodaldata .yellowbgraund2 {
  margin-right: 0;
}
.bgcontent {
  padding-left: 112px;
    padding-right: 112px;
  background-image: url(../img/Group37.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.headermodal2 {
  color: var(--color-darkblue);
  font-weight: 600;
font-size: 30px;
line-height: 45px;
padding-bottom: 50px;
}
.modaltext1 {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
padding-bottom: 80px;
}
.modaltext2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-darkblue);
  padding-bottom: 10px;
}
.modaltext3 {
  font-weight: 600;
font-size: 30px;
line-height: 45px;
color: var(--color-yellow);
}
.modaltext4 {
  font-weight: 600;
font-size: 20px;
line-height: 30px;
  color: var(--color-darkblue);
  padding-top: 80px;
  padding-bottom: 40px;
}
.modaltext5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-darkblue);
  padding-bottom: 70px;
}
.ppbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/Group40.svg);
  background-repeat: no-repeat;
  background-position: center top;
  top: -110px;
  left: 0;
  z-index: 1;
  background-size: contain;
}
.fdg {
  position: relative;
  z-index: 2;
}
.thankstext1 {
  font-weight: 600;
font-size: 60px;
line-height: 78px;
text-align: center;
color: var(--color-gray);
padding-top: 20px;
padding-bottom: 40px;
}
.thankstext2 {
  font-weight: 500;
font-size: 18px;
line-height: 27px;
color: var(--color-darkblue);
text-align: center;
padding-bottom: 40px;
}
.lmb {
  margin-top: -200px;
}
.marmin2 {
  margin-top: -4px;
}
.relz {
  position: relative;
  z-index: 2;
}
.thanksbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/Group43.svg);
  background-position: center center;
  background-size: contain;
  top: -70px;
  left: 0;
  background-repeat: no-repeat;
}
.thanksbg404 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/Group46.svg);
  background-position: center center;
  background-size: contain;
  top: 0px;
  left: 0;
  background-repeat: no-repeat;
}
.thankstext3 {
  text-align: center;
  font-weight: 600;
font-size: 150px;
line-height: 130%;
color: var(--color-darkblue);
}
.digit_block {
  padding-top: 74px;
}
.digit_block {
    padding-bottom: 6px;
}
.accordion-button {
  padding-left: 0px;
}
.accordion-body {
  padding-left: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.modalfl .modal-body {
  padding-left:0;
  padding-right: 0;
  padding-bottom: 0;
}
.modalfl {
  overflow: hidden;
}
.contactform1 .contactblock2 {
  display: inline-block;
}
.yellowform .contactblock1 {
  width: 355px;
}
.personimg img {
  width: 200px;
}
.sertificateimg img {
  width: 100%;
}
.buttonfirstblock br {
  display: none;
}
.newbgoverflow1 {
  position: relative;
  background-image: url(../img/test1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.newbgoverflow3 {
  position: relative;
  background-image: url(../img/test4.svg);
  background-repeat: no-repeat;
  
  background-position: top right;
}
.newbgoverflow2 {
  height: 100vh;
  position: relative;
  background-image: url(../img/test2.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.newbgoverflow4 {
  height: 100vh;
  position: relative;
  background-image: url(../img/test3.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.checktext1 {
  padding-top: 121px;
  color: var(--color-darkblue);
  font-weight: 600;
font-size: 40px;
line-height: 52px;
text-align: center;
}
.iconsvg {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
}
.nopad {
  margin-right: 0;
}
.bbc {
  text-align: center;
}
.finaltext {
  font-weight: 600;
font-size: 60px;
line-height: 78px;
text-align: center;
color: var(--color-darkblue);
padding-top: 146px;
padding-bottom: 44px;
}
.finaltext2 {
  font-weight: 500;
font-size: 18px;
line-height: 27px;
text-align: center;
color: var(--color-darkblue);
padding-bottom: 33px;
}
.finaltext3 {
  font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;
color: var(--color-darkblue);
padding-bottom: 50px;
}
.simpson {
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}
.simpson img{
  max-width: 100%;
}
.countertest {
  padding-bottom: 20px;
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-dark-gray);
}
.question {
  font-weight: 600;
font-size: 20px;
line-height: 30px;
color: var(--color-darkblue);
padding-bottom: 20px;
}
.answers ul {
  padding: 0;
  margin: 0;
}
.answers ul li{
  padding-bottom: 40px;
  list-style: none;
}
.answers ul li a{
  display: block;
  text-decoration: none;
  font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--color-darkblue);
padding-left: 30px;
position: relative;
}
.answers ul li a::before{
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  background-image: url(../img/notchoosen.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 3px;
}
.correctansw::before {
  background-image: url(../img/correct.svg)!important;

}
.correctansw::after {
  position: absolute;
  content: 'Right!';
  font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #6F737B;
left: 30px;
top: 31px;
}
.incorrectansw::before {
  background-image: url(../img/incorrect.svg)!important;
  
}
.incorrectansw::after {
  position: absolute;
  content: 'Nope!';
  font-weight: 400;
font-size: 14px;
line-height: 14px;
color: #6F737B;
left: 30px;
top: 31px;
}
.countertest span{
  color: var(--color-darkblue);
}
@media (max-width: 1600px) 
{
  .newbgoverflow1 {
    
    background-position: 120% 0%;
}
}
@media (max-width: 1399px) 
{
  .newbgoverflow4 {
    height: auto;
  }
  .newbgoverflow2 {
    height: auto;    
    background-size: 21%;
  }
  .persontext1 {
    min-height: 284px;
  }
  .but_f1 {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 1210px) 
{
  .newbgoverflow1 {
    background-size: 40%;
    background-position: top right;
}
  .full_height {
    overflow: auto;
  }
  .lmb {
    margin-top: -100px;
  }
  .iconadv {    
    right: 0px;
  }
  .yellowform::before {
    display: none;
  }
  .contactblock1 {
    padding-bottom: 25px;
    display: block;
    width: 100%!important;
  }
  .pricecourseholder {
    text-align: center;
  }
  .pricecourse {
    display: block;
    padding-bottom: 25px;
    height: auto;
    margin-right: 0;
  }
  .authornote {    
    margin-top: 225px;
  }
  .abspinktextholder2 .buttonfirstblock {
    text-align: center;
  }
  .abspinktextholder2 .buttonfirstblock .but_f1{
    margin-bottom: 25px;
    margin-right: 0;
  }
  .yellow_w_block .but_f1{
    margin-bottom: 25px;
    margin-right: 0;

  }
  .header2 {
    
    top: -120px;
  }
  .menuright ul li {    
    padding-right: 20px;
}
}
@media (max-width: 1200px) 
{
  .digit_block {
    padding-bottom: 85px;
  }
  .plane_block {
    
    background-position: left top;
}
}
@media (max-width: 1100px) 
{
  .photo22 img {
    max-width: 100%;
  }
  .waves {    
    margin-top: -96px;
  }
}
@media (max-width: 1050px) 
{

}
@media (max-width: 992px) 
{
  .bgcontent {
    padding-left: 25px;
      padding-right: 25px;
  }
  .topmenu {
    height: 59px;
    padding-top: 1px;
  }
  .menuright {
    display: none;
  }
  .barss {
    padding-top: 10px;
    display: block;
    text-align: right;
  }
  .persontext1 {
    min-height: auto;
  }
  .personcart {
    padding-bottom: 70px;
  }
  .butperson {
    padding-top: 0;
  }
  .companybg {
    background-size: contain;
  }
  .abspinktextholder2 {
    position: relative;
    top: auto;
    padding-top: 35px;
  }
  .but_f2 {
    z-index: 1;
  }
  .but_f2::before {
    z-index: -1;
  }
  .authornote {
    margin-top: 0px;
  }
  .priceblock {
    margin-bottom: 35px;
  }
  .accordion-button:not(.collapsed)::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .accordion-button::after {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .accordion-button {
    
    font-size: 20px;
  }
  .header5, .pinkbottext1, .yellowblocktext1, .priceheader, .headercompany, .pinkheader1, .stydyblocktext1, .header2 {
    font-size: 30px;
  }
  .lmb2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) 
{
  .newbgoverflow3 {
    background-size: 35%;
  }
  .newbgoverflow4 {
    background-size: 12%;
  }
  .innert {
    height: 0;
    overflow-y: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  .ddisp {
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow-y: visible;
    transition: 0.4s;
  }
  .bluestudyblock {
    margin-top: 35px;
    position: relative;
    transform: none;
  }
  .plane_block {
    background-image: url(../img/planem.svg);
    background-position: center top;
  }
  .digit_block {
    padding-bottom: 6px;
}
  .no768 {
    display: none;
  }
  .disp768 {
    margin-bottom: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 13px;
  }
  .mob_pblock {
    display: block;
  }
  .trudyright {
    display: none;
  }
  .girlbg {
    position: relative;
  }
  .waves {
	  overflow:hidden;
  }
  .pinkbot {
    overflow-x: hidden;
  }
  .photo22 {
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (max-width: 550px) 
{
  .buttonfirstblock br {
    display: block;
  }
  .bgcontent {
    padding-left: 15px;
      padding-right: 15px;
  }
  .faq {    
    margin-top: 0px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: auto;
    bottom: 56px;
  }
  .reviewimg img {
    max-width: 60%;
}
  .logofooter {
    padding-top: 50px;
  }
  .socials img {
    width: 56px;
  }
  .socials a {
    margin-right: 10px;
  }
  .logofooter a img {
    max-width: 100%;
  }
  .bl-text1, .bl-text2 {
    font-size: 40px;
    line-height: 52px;
  }
  .header2 {
    position: unset;
    padding-bottom: 25px;
  }
  .yellowtop {
    margin-top: -120px;
}
.formodaldata {
  padding-left: 0px;
  padding-right: 0px;
}
.waves {
  margin-top: 48px;
}
.first_bg {

  right: -535px;
}
.paralax_group {
  overflow-x: hidden;
}
.paralax_group .but_f1 {
  margin-bottom: 25px;
}
.heading1 {
  padding-bottom: 25px;
}
.bluestudyblock {
  transform: none;
}

.active_st {
  padding-left: 20px;
}
.active_st::before {
 
  top: 3px;
}
.iconadv {
  position: absolute;
  top: -102px;
}
.advantageminiblock {
  margin-top: 99px;
  padding: 50px 40px 25px 40px;
}
.yellow_w_block {
 
  padding: 50px 40px 58px 40px;
}
.yellowtext1 {  
  font-size: 20px;
  line-height: 30px;
}
.yellowtext2 {
  padding-bottom: 52px;
}
.second-p1, .second-p2 {
  padding-top: 24px;
}
.yellow_w_block .buttonfirstblock {
  text-align: left!important;
}
.heading1 {
  font-size: 30px;
  line-height: 45px;
}
.header5 {
  padding-top: 42px;    
    padding-bottom: 32px;
}
.studyblock {
  
  padding-top: 57px;
}
.stydyblocktext1 {
  padding-bottom: 15px;
}
.bluestudyblock {
  padding: 50px 40px 60px 40px;
}
.martop20 {
  margin-top: 57px;
}
.innert .bluestudyblock{
  position: relative;
}
.but_f1 {
  
  padding-left: 20px;
  padding-right: 20px;
}
.yellowcoment:before {
 
  top: 11px;
  left: 4px;
}
.yellowcoment:after {
  bottom: 10px;
  right: 4px; 
}
.yellowcoment {
  padding: 60px 35px 80px 35px;
}
.padmobb {
  padding-left: 35px;
  padding-right: 35px;
}
.ourcompany {
  margin-top: 38px;
}
.comandrow {
  padding-bottom: 26px;
  padding-top: 28px;
}
.padbot35 .but_f1 {
  margin-right: 0;
  margin-top: 25px;
}
.header5, .pinkbottext1, .yellowblocktext1, .priceheader, .headercompany, .pinkheader1, .stydyblocktext1, .header2 {
  font-size: 27px;
}
.header5 br {
  display: none;
}
.pinkbot {
  padding-bottom: 160px;
  padding-top: 85px;
}
.pinkbotcontainer {
  padding: 34px 15px 48px 15px;
}
.pinkbottext1 {
  padding-bottom: 15px;
}
.accordion-button {
  font-size: 17px;
  line-height: 37px;
}
.faq {
  padding-bottom: 55px;
}
.yellowform {

  padding: 0px 15px 11px 15px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}
.lmb {
  margin-top: 25px;
}
}
@media (max-width: 340px) 
{
  .colored_block {
    padding-top: 11px;
}
}