@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}

p{margin:0}

body,html{font-family:"Montserrat",sans-serif;position:relative;min-width:320px;font-weight:400;font-size:16px;line-height:130%;margin:0;padding:0; color: #ffffff;position: relative;background: #0D1126;}

.adgile header{
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
.adgile  .flex{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.adgile header .flex{
  justify-content: space-between;
  margin: 0;
}
.adgile header .logo{
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}
.adgile header .logo span{
  font-weight: 800;
}
.adgile a{
  text-decoration: none;
  color: #ffffff;
}
.adgile a:hover{
  color: #2575FC!important;
}
.adgile .container{
  max-width: 1142px;
  padding: 0 16px;
  margin: 0 auto;
}
.adgile .main-banner{
  padding-top: 247px;
  padding-bottom: 220px;
  background: url('../images/banner-bg.png'), rgba(19, 22, 42, 1) no-repeat center center;
  background-size: cover;
}
.adgile .main-banner .info h1{
  font-weight: 800;
  font-size: 56px;
  line-height: 120%;
  margin-bottom: 40px;
}
.adgile .main-banner .info p{
  font-size: 18px;
  line-height: 175%;
}
.adgile .col-1{
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.adgile .col-4{
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.adgile .col-6{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.adgile .col-8{
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 0 15px;
}
.adgile .col-7{
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding: 0 15px;
}
.adgile .ml-1{
  margin-left: 8.333333%;
}
.adgile .col-3{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.adgile .info{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.adgile .cards-tarifs{
  padding: 30px;
  background: linear-gradient(336.26deg, #6A11CB -4.89%, #2575FC 98.5%);
  box-shadow: 0px 256px 72px rgba(13, 17, 38, 0.01), 0px 41px 41px rgba(13, 17, 38, 0.23), 0px 10px 23px rgba(13, 17, 38, 0.27), 0px 0px 0px rgba(13, 17, 38, 0.27);
  backdrop-filter: blur(10px);
  border-radius: 30px;
}
.adgile .cards-tarifs .old-prise{
  font-size: 24px;
  line-height: 100%;
  text-decoration-line: line-through;
  margin-bottom: 10px;
}
.adgile .cards-tarifs .new-price{
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  margin-bottom: 30px;
}
.adgile .cards-tarifs .list{
  padding-left: 20px;
  line-height: 140%;
  margin-bottom: 30px;
}
.adgile .cards-tarifs .btn a{
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0D1126;
  font-weight: 700;
  line-height: 100%;
}
.adgile h2{
  font-weight: 800;
  font-size: 42px;
  line-height: 100%;
  margin-bottom: 80px;
}
.adgile .what-we{
  padding-bottom: 150px;
}
.adgile .what-we__card{
  padding: 30px;
  height: 100%;
  background: #1B213D;
  border-radius: 30px;
}
.adgile .what-we__card h3{
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 30px;
}
.adgile .what-we__card p{
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #B1B7D3;
}
.adgile .sticky {
  position: fixed;
  top: 30px;  /* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того, как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню */
  z-index: 101;
}
.adgile .problems{
  background: #ffffff;
  padding: 150px 0;
  color: #252B47;
}
.adgile .problems h2{
  color: #252B47;
  margin-bottom: 40px;
  line-height: 120%;
}
.adgile .problems span{
  color: #375BF0;
}
.adgile .list-group{
  display: flex;
}
.adgile .list-group .tabs-items{
  border: 1px solid #252B47;
  border-radius: 40px;
  display: inline-flex;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 120%;
  padding: 14px 33px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.adgile .list-group .tabs-items:last-child{
  margin-right: 0;
}
.adgile .list-group .tabs-items.active{
  background: #2575FC;
  border-color: #2575FC;
  color: #ffffff;
  font-weight: 700;
}
.adgile .tab-pane{
  display: none;
  margin-top: 60px;
  width: 635px;
}
.adgile .tab-pane h4{
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 30px;
}
.adgile .tab-pane p{
  font-size: 18px;
  line-height: 175%;
}
.adgile .tab-pane.active{
  display: block;
}
.adgile .tems{
  position: relative;
  padding: 150px 0 250px;
  overflow: hidden;
}
.adgile .tems .container{
  position: relative;
  z-index: 3;
}
.adgile .tems .bg-blur{
  position: absolute;
  width: 755px;
  height: 755px;
  top: -380px;
  left: 0;
  background: #252B47;
  filter: blur(400px);
}
.adgile .tems .list-group{
  flex-wrap: wrap;
  margin: 0 -4px;
}
.adgile .tems .list-group .tabs-items{
  margin: 0 4px 10px;
  border: 1px solid #B1B7D3;
  padding: 13px 30px;
  font-size: 15px;
}
.adgile .tems .list-group .tabs-items.active{
  border-color: #2575FC;
}
.adgile .tems .text{
  margin-bottom: 80px;
  color: #B1B7D3;
  font-size: 18px;
  line-height: 175%;
}
.adgile .tems .tab-pane p{
  color: #B1B7D3;
}
.adgile .plane{
  background: #ffffff;
  padding: 150px 0;
  color: #252B47;
}
.adgile .plane h2{
  color: #252B47;
  line-height: 120%;
}
.adgile .plane span{
  color: #375BF0;
}
.adgile .plane .plane__step{
  display: flex;
  margin-bottom: 40px;
}
.adgile .plane .plane__step:last-child{
  margin-bottom: 0;
}
.adgile .plane .plane__step .number{
  color: #2575FC;
  font-weight: 800;
  font-size: 56px;
  line-height: 100%;
  position: relative;
  margin-right: 127px;
  width: 65px;
}
.adgile .plane .plane__step .number:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #2575FC;
  height: calc(100% - 86px);
  margin: 0 auto;
}
.adgile .plane .plane__step .content h4{
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 30px;
}
.adgile .plane .plane__step .content p{
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  margin-bottom: 0;
}
.adgile .plane .plane__step:nth-child(1) .content p{
  margin-bottom: 65px;
}
.adgile .plane .plane__step:nth-child(2) .content p{
  margin-bottom: 51px;
}
.adgile .plane .plane__step:nth-child(3) .content p{
  margin-bottom: 51px;
}
.adgile .plane .plane__step:nth-child(10) .number:before{
  content: none;
}
.adgile .you-result{
  padding: 150px 0 90px;
}
.adgile .you-result__items{
  margin-bottom: 60px;
}
.adgile .you-result__items .text{
  margin-top: 20px;
  font-size: 18px;
  line-height: 175%;
}
.adgile .contact{
  background: #ffffff;
  padding: 150px 0;
  color: #252B47;
}
.adgile .contact h2{
  color: #252B47;
  line-height: 120%;
  margin-bottom: 20px;
}
.adgile .contact .titel{
  margin-bottom: 80px;
}
.adgile .contact .discribe{
  margin-bottom: 40px;
}
.adgile .contact .box{
  margin-bottom: 40px;
}
.adgile .contact p{
  font-size: 15px;
  line-height: 150%;
}
.adgile .contact h5{
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}
.adgile .contact .maps{
  background: #F2F3F7;
  border-radius: 30px;
  padding: 65px;
  display: flex;
}
.adgile .contact .maps .form{
  margin-right: 65px;
}
.adgile .contact .maps .form h3{
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 20px;
  white-space: nowrap;
}
.adgile .contact .maps .form p{
  font-size: 15px;
  line-height: 150%;
}
.adgile .contact .maps .form form{
  margin-top: 30px;
}
.adgile .contact .maps .form form input{
  background: #FFFFFF;
  border: none;
  padding: 16px 30px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 10px;
  width: 100%;
}
.adgile .contact .maps .form form input[type=submit]{
  background: #2575FC;
  border: none;
  border-radius: 10px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  margin-top: 20px;
}
.adgile .contact .maps .card{
  margin-right: 65px;
}
.adgile .contact .maps .card img{
  border-radius: 20px
}
.adgile .contact .maps .adress{
  font-size: 15px;
  line-height: 120%;
  margin-bottom: 15px;
}
.adgile .contact .maps a{
  font-size: 15px;
  line-height: 120%;
  display: block;
  color: #252B47;
  margin-bottom: 15px;
}
.adgile .stop {
  position: relative;
  z-index: 101;
}
.adgile footer{
  padding: 43px 0;
}
.footer-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adgile .legal{
  color: #53576C;
  font-size: 15px;
line-height: 100%;
}