* {
   font-family: "Montserrat", sans-serif;
   margin: 0;
   padding: 0;
 }

 body, h1, h2, h3, h4, h5, h6, p, a, form, button, input, textarea, ul, li {
   font-family: "Montserrat", sans-serif;
 }
 
/* body{
   padding: 30px;
} */

 a {
   text-decoration: none !important;
 }

 a:hover{
   color: #fff !important;
 }
 
 html {
   scroll-behavior: smooth;
 }

 ul{
   margin: 0;
 }
 
 p {
   margin: 0 !important;
 }

 section{
   margin: 0 30px !important;
   padding:  50px 0 !important;
 }
 
.wrapper-container{
   background: linear-gradient(109.37deg, #4E1CC6 0.67%, #4613C2 100.7%);
   border-radius: 0px 0px 30px 30px;
}

 
.header-body{
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.header-nav {
   display: flex;
   gap: 35px;
}

.header-nav ul{
   display: flex;
   gap: 35px;
}

.header-nav ul li {
   list-style: none;
}

.header__burger {
   display: none;
 }

.header-nav ul li a{
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
   color: #FFFFFF;
}

.login {
   display: flex;
   align-items: center;
   gap: 13px;
   text-decoration: none !important;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 100%;
   color: #FFFFFF;
}

.main-body{
   padding: 112px 0 200px 0;
   position: relative;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.main-block:nth-child(1){
   width: 50%;
}

.main-block:nth-child(1) h2 {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 135%;
   color: #FFFFFF;
   margin-bottom: 25px;
}

button{
   border-radius: 30px !important;
   font-size: 24px !important;
   background: white !important;
   color: #C900B2 !important;
}

.main-button{
   padding: 8px 15px 8px 30px;
   background: #fff;
   color: #C900B2;
   font-weight: 500;
   font-size: 24px;
   line-height: 29px;
   border: none;
   border-radius: 30px;
   display: flex;
   gap: 16px;
   align-items: center;
   width: 413px;
   justify-content: center;
}

.main-block:nth-child(2){
   width: 50%;
}

.main-block:nth-child(2) .main-img{
   position: absolute;
   bottom: 0;
   right: 0;
}

.main1 {
   position: absolute;
   right: -97px;
   bottom: 270px;
}

.main2{
   position: absolute;
   bottom: 40px;
}

.social-links{
   display: none;
}



/* branch-header */

.branch-header{
   display: flex;
   flex-direction: column;
   align-items: center;
}

.branch-header h3 {
   font-style: normal;
   font-weight: 700;
   font-size: 34px;
   line-height: 135%;
   color: #222222;
   margin-bottom: 30px;
}

.branch-header p {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 135%;
   text-align: center;
   color: #222222;
}

.branch-body {
   margin-top: 30px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.branch-body .item{
   display: flex;
   flex-direction: column;
   align-items: center;
} 

.branch-body .item img {
   width: auto;
   max-width: 170px;
   object-fit: cover;
}

.branch-body .item p {
   margin-top: 14px !important;
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 22px;
   text-align: center;
   color: #222222;
}

.branch-footer{
   margin-top: 30px;
   display: flex;
   justify-content: center;
}

.branch-button {
   padding: 18px 30px;
   background: #4613C2;
   border-radius: 30px;
   color: #fff;
   width: 365px;
   font-weight: 500;
   font-size: 24px;
   line-height: 29px;
   text-align: center;
}

.branch-button:hover{
   color: #fff;
}

/* platform */

.platform{
   position: relative;
   overflow: hidden;
   background: linear-gradient(109.37deg, #4E1CC6 0.67%, #4613C2 100.7%);
   border-radius: 30px;
   padding: 60px 0;
}

.yes{
   position: absolute;
   left: 0;
   top: 0;
   width: 215px;
}

.platform-header{
   display: flex;
   justify-content: center;
}

.platform-header h3 {
   font-style: normal;
   font-weight: 700;
   font-size: 30px;
   line-height: 135%;
   color: #FFFFFF;
   margin-bottom: 100px;
}

.platform-body{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 30px;
}

.bg{
   position: absolute;
   top: 0;
   right: 0;
}

.platform-body .item{
   position: relative;
   background: #FFFFFF;
   border-radius: 8px;
}

.platform-body .item img {
   position: absolute;
   top: -75px;
   left: 0;
   right: 0;
   margin: auto;
}

.platform-body .item p {
   padding: 26px 20px;
   font-style: normal;
   font-weight: 500;
   font-size: 16px;
   line-height: 135%;
   text-align: center;
   color: #222222;
}

/* case */

.case {
   margin: 30px 30px !important;
   background: #F8F8F8;
   border-radius: 30px;
}

.case-header{
   display: flex;
   justify-content: center;
   font-style: normal;
   font-weight: 700;
   font-size: 28px;
   line-height: 135%;
   color: #222222;
   margin-bottom: 30px;
}

.case-body img {
   width: 100%;
   filter: brightness(0.5);
   max-width: 1170px;
   height: auto;
   object-fit: cover;
   margin-bottom: 30px;
}

.case-footer{
   display: flex;
   justify-content: center;
}

/* case-content */

.case-content{
   padding: 50px 0;
   background: #4E1CC6;
   border-radius: 30px;
}

.case-content-header{
   display: flex;
   justify-content: center;
   font-style: normal;
   font-weight: 700;
   font-size: 26px;
   line-height: 135%;
   color: #FFFFFF;
}

.case-content-body{
   padding: 0 60px;
   margin-top: 30px;
   display: flex;
   gap: 33px;
}

.case-content-body .main-block:nth-child(1),
.case-content-body .main-block:nth-child(2){
   width: 50%;
}

.case-content-body .main-block{
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.case-content-list{
   display: flex;
   gap: 14px;
   align-items: center;
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 135%;
   color: #FFFFFF;
}

.count{
   flex: 0 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 28px;
   height: 28px;
   border-radius: 50%;
   background: #fff;
   font-weight: 400;
   font-size: 14px;
   line-height: 135%;
   text-align: center;
   color: #575555;
}

/* course-header */

.course-header{
   display: flex;
   justify-content: center;
   font-style: normal;
   font-weight: 700;
   font-size: 26px;
   line-height: 135%;
   color: #000;
}

.course-body{
   display: flex;
   justify-content: center;
   margin-top: 30px;
   gap: 30px;
}

.course-body .item {
   position: relative;
   width: 470px;
   box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03), 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 15px 40px rgba(0, 0, 0, 0.03), 0px 5px 20px rgba(0, 0, 0, 0.05);
   border-radius: 16px;
   border: 2px solid #CE23BB;
}

.item-header{
   border-radius: 10px;
   padding: 41px 81px;
   font-style: normal;
   font-weight: 800;
   font-size: 40px;
   line-height: 100%;
   text-align: center;
   color: #FFFFFF;
   background: #CE23BB;
}

.dark-blue{
   background: linear-gradient(109.37deg, #4E1CC6 0.67%, #4613C2 100.7%);
}
.dark-blue-border{
   border: 2px solid #4613C2 !important;
}

.dark-blue-bg{
   background: #4613C2 !important;
}

.dark-blue-color{
   color: #4613C2 !important;
}

.item-body{
   border-radius: 15px;
   padding: 45px 55px;
   background: #fff;
}

.course-nav{
   display: flex;
   gap: 22px;
   flex-direction: column;
}

.course-nav li {
   font-style: normal;
   list-style: none;
   background: url(../img/Vector.svg) no-repeat left;
   padding-left: 36px;
   padding-bottom: 6px;
   font-weight: 400;
   font-size: 16px;
   line-height: 100%;
   color: #222222;
}

.сourse-nav2 li {
   background: url(../img/Vector2.svg) no-repeat left !important;
}

.course-price{
   margin-top: 35px;
   font-family: 'Gilroy';
   font-style: normal;
   font-weight: 800;
   font-size: 36px;
   line-height: 120%;
   text-align: center;
   color: #CE23BB;
}

.course-btn-wrapper{
   display: flex;
   justify-content: center;
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   bottom: -30px;
}

.course-btn{
   padding: 18px 60px;
   width: 241.35px;
   background: linear-gradient(109.37deg, #C900B2 0.67%, #CE23BB 100.7%);
   border-radius: 30px;
   color: #fff;
   text-decoration: none;
   text-align: center;
}

/* footer */

footer{
   position: relative;
   background: #4D1BC5;
}

.footer-top{
   padding: 40px 0;
   border-bottom: 1px solid #5D2DD0;
}

.footer-top-content{
   display: flex;
   align-items: center;
}

.footer-logo{
   margin-right: 60px;
}

.footer-nav ul{
   display: flex;
   gap: 35px;
}

.footer-nav ul li {
   list-style: none;
}

.footer-nav ul li a{
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 22px;
   color: #FFFFFF !important
}

.footer-down{
   padding: 30px;
}

.footer-down-block{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
}

.footer-down-item{
   display: flex;
   flex-direction: column;
   gap: 15px;
}

.footer-down-item span {
   margin-bottom: 17px;
   font-style: normal;
   font-weight: 300;
   font-size: 14px;
   line-height: 120%;
   color: #E6E6E6;
}

.footer-down-item p, a {
   font-style: normal;
   font-weight: 500;
   font-size: 18px;
   line-height: 120%;
   color: #F2F2F2;
}

.footer-bg1{
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
}

.footer-bg2{
   position: absolute;
   left: 0;
   bottom: 0;
}




@media screen and (max-width: 1500px) {
   .main-block:nth-child(2) .main-img {
      width: 35% !important;
      position: absolute;
      bottom: 0;
      right: 100px;
   }
   .main1{
      position: absolute;
      right: 33px;
      width: 17%;
      bottom: 270px;
   }   
}

@media screen and (max-width: 1200px) {
   .main-body{
      padding: 112px 0 61px 0;
   }
   .main-block:nth-child(1) h2{
      font-size: 3vw !important;
   }

   .main1{
      right: 33px !important;
      bottom: 180px !important;
   }

   .header-nav ul li a,
   .login {
      font-size: 1.2vw !important;
   }

   .main-button,
   .branch-button {
      font-size: 1.8vw !important;
   }
   .footer-nav ul li a,
   .footer-down-item p, a{
      font-size: 1.3vw !important;
   }

   .course-body .item-header {
      font-size: 2.5vw;
   }

   .footer-down-item span {
      font-size: 1.2vw !important;
   }
}

@media screen and (max-width: 1024px ) {
   .branch-body .item p,
   .case-content-list {
      font-size: 1.3vw !important;
   }
   .branch-body{
      display: grid;
      gap: 30px;
      grid-template-columns: 1fr 1fr 1fr;
   }

   .platform-body .item p{
      font-size: 1.5vw;
   }
}

@media screen and (max-width: 991px) {
   body.lock {
      overflow: hidden;
    }
   .social-links{
      display: flex;
      gap: 10px;
   }

   .login{
      display: flex !important;
      font-size: 16px !important;
   }

   body.lock {
      overflow: hidden;
    }
    .us-block-container img {
      width: 80px !important;
      height: 80px !important;
    }
    .container_all {
      max-width: 870px;
      margin: 0 auto;
    }
    .header__button_adap {
      display: block;
      margin: 0 49px;
      /* align-items: center */
      /* justify-content: center */
      align-self: center;
    }
    .header__menu {
      position: fixed;
      top: -1000%;
      left: 0;
      width: 100% !important;
      justify-content: start !important;
      height: 100%;
      overflow: auto;
      transition: all 0.3s ease 0s;
      background-color: #f6f7f9;
      margin: 90px 0px 20px 0px;
      z-index: 4;
    }
    .header__menu .header__menu_list {
      list-style: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* margin: 15px 46px; */
      gap: 20px !important;
      padding: 0;
    }
    .header__menu .header__menu_list li a {
      font-style: normal;
      font-weight: normal;
      font-size: 17px !important;
      line-height: 20px;
      margin: 10px 0;
    }
    .header__menu.active {
      width: 100%;
      top: 10px;
      background: linear-gradient(109.37deg, #4E1CC6 0.67%, #4613C2 100.7%);
      display: flex;
      flex-direction: column;
      align-items: center;
    }
   .header__burger {
      display: block !important;
      position: relative;
      width: 30px;
      height: 20px;
      z-index: 3;
      margin: 0;
    }
    .header__burger span {
      position: absolute;
      background-color: #000000;
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      top: 9px;
      transition: all 0.3s ease 0s;
    }
    .header__burger:after {
      bottom: 0;
    }
    .header__burger:before {
      top: 0;
    }
    .header__burger:after, .header__burger:before {
      content: "";
      background-color: #000000;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      transition: all 0.3s ease 0s;
    }
    .header__burger.active:after {
      transform: rotate(-45deg);
      bottom: 9px;
    }
    .header__burger.active span {
      transform: scale(0) translate(0px, -50%);
    }
    .header__burger.active:before {
      transform: rotate(45deg);
      top: 9px;
    }
    .header-button {
      margin-top: 15px;
      flex-direction: column;
      gap: 30px !important;
    }
   .main-body{
      display: flex;
      flex-direction: column !important;
      padding: 20px 0 61px 0;
   }

   .main-body .main-block:nth-child(1) {
      width: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .main-block:nth-child(2) .main-img {
   width: 44% !important;
   bottom: 0;
   right: 0;
   left: 0;
   margin: auto;
  }
  .main-block:nth-child(1) h2 {
   text-align: center;
}

   .main-body .main-block:nth-child(2) {
      width: 100%;
      height: 290px;
  }

  .main1{
   width: auto;
  }
   .header-nav,
   .login{
      display: none;
   }
   .case-content-body{
      padding: 0;
   }
   .item-body{
      padding: 45px 20px;
      height: 480px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
   }
   .course-price{
      margin-top: 0;
   }
   .footer-down-block{
      gap: 20px;
   }

   .footer-nav{
      display: flex;
      flex-direction: column;
      align-items: center;  
   }

   .footer-top-content {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

   .footer-logo{
      margin: 0;
   }

   .footer-nav ul {
      display: flex;
      flex-direction: column;
      text-align: center;
      gap: 10px;
      padding: 0;
   }
   
   .footer-down-block{
      display: flex;
      flex-direction: column;
      align-items: center;
   }

   .footer-down-item{
      gap: 0;
      text-align: center;
   }
}
@media screen and (max-width: 768px) {
   .main-body{
      display: flex;
      flex-direction: column;
   }
   .course-body{
      flex-direction: column;
      align-items: center;
      gap: 60px;
   }

   .course-btn{
      font-size: 2vw !important;
   }

   .footer-nav ul li a, .footer-down-item p, a{
      font-size: 1.8vw !important;
   }

   .footer-top-content{
      flex-direction: column;
   }
}

@media screen and (max-width: 640px) {
   .main-button, .branch-button{
      font-size: 3vw !important;
   }

   .main-block:nth-child(1) h2 {
      font-size: 4vw !important;
  }

  .main-block:nth-child(2) .main-img{
      width: 55% !important;
  }
  .main1 {
   width: 33%;
   bottom: 155px !important;
}

.main2 {
   width: 55% !important;
}

.branch-body .item p, .case-content-list {
   font-size: 2vw !important;
}

.platform-header h3{
   text-align: center;
   font-size: 26px;
   z-index: 10;
}

.platform-body {
   grid-template-columns: 1fr;
   gap: 90px;
}

.platform-body .item p {
   font-size: 2vw;
}

.footer-nav ul li a, .footer-down-item p, a {
   font-size: 2.2vw !important;
}

.footer-down-item span {
   font-size: 2.2vw !important;
}
}

@media screen and (max-width: 480px) {
   .branch-body {
      display: grid;
      gap: 30px;
      grid-template-columns: 1fr 1fr !important;
   }
  .branch-header h3{
      font-size: 30px;
   }
  .branch-body .item p, .case-content-list {
      font-size: 3vw !important;
   }
   .platform-body .item p {
      font-size: 3vw;
   }
  .main-button, .branch-button {
   font-size: 4vw !important;
   }
   .course-body .item{
      width: 100%;
   }
   .course-btn{
      font-size: 3vw !important;
   }
   .footer-nav ul li a, .footer-down-item p, a {
      font-size: 3vw !important;
  }
  .footer-down-item span {
      font-size: 3vw !important;
   }
   .course-body .item-header {
      font-size: 5.5vw;
  }
}
@media screen and (max-width: 414px) {
   .yes {  
    position: absolute;
    left: 0;
    top: 126px;
    width: 105px;

  }
  
  
   .main-block:nth-child(2) .main-img {
      width: 78% !important;
  }

  .case-content-body{
   flex-direction: column;
  }

  .case-content-body .main-block{
   width: 100% !important;
  }

  .main-button{
      display: block;
      width: 100%;
  }
  .main-button, .branch-button {
   font-size: 5vw !important;
}
.main1 {
   width: 43% !important;
   bottom: 155px !important;
   right: 4px !important;
}
.main2 {
   width: 70% !important;
}
.branch-header h3 {
   font-size: 26px !important
}
.branch-body {
   display: grid;
   grid-template-columns: 1fr !important;
}
.branch-body .item p, .case-content-list {
   font-size: 3.8vw !important;
}
}
 @media screen and (max-width: 390px) {
   .branch-header h3 {
      font-size: 25px !important;
  }
  .main-button, .branch-button {
   font-size: 4vw !important;
   }
   .course-nav li{
      font-size: 14px;
   }
   .item-body {
      height: 445px;
   }
   .course-btn {
      font-size: 4vw !important;
  }  
 }

@media screen and (max-width: 360px) {
   .branch-header h3 {
      font-size: 23px !important;
      text-align: center;
  }
  .branch-header p{
   font-size: 16px;
  }
}

.modal-content{
   width: 378px;
   /* height: 339px; */
   background: #FFFFFF;
   border: 1px solid #F3F3F3;
   box-shadow: 0px 10px 20px rgba(34, 34, 34, 0.1);
   border-radius: 20px;
}

.modal-title{
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 800;
   font-size: 20px;
   line-height: 120%;
   text-transform: uppercase;
   color: #000000;
}

.btn-close{
   opacity: 1;
}

.modal-form{
   display: flex;
   flex-direction: column;
   gap: 13px;
   /* padding: 18px; */
}

.form-input{
   width: 100%;
   padding: 11px;
   border: 1px solid #F2F2F2;
   border-radius: 10px;
}

.radio-btn{
   display: flex;
   align-items: center;
   gap: 10px;
}

.radio-btn label{
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 120%;
   color: #000000;
}

.submit-btn{
   margin-top: 10px;
   padding: 13px;
   background: #000000;
   border-radius: 30px;
   width: 100%;
   font-style: normal;
   font-weight: 900;
   font-size: 20px;
   line-height: 135%;
   color: #FFFFFF;
}