@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

:root {
  --white: #fff;
  --main: #99147F;
  --black: #000;
}
/* body */
body {
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
}


h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}
h1 {
    font-size: calc(35px + 12 * (100vw / 1920));
    font-weight: 500;
    color: #000;
    line-height: 1.1;
}

h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  position: relative;
}
h2 span{
  color: var(--main);
}

p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

a {
    text-decoration: none;
    transition: all .3s;
    color: #000;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
a:hover{
  color: var(--main);
}

/* container */
.container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 20px;
}

/* gage */
.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* btn */
.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
      border-radius: 30px;
}

.btn-1 {
  background: var(--main);
  padding: 15px 25px;
  color: var(--white);
  transition: all .3s;
  font-weight: 900;
}

.btn-1:hover {
  background: #fff;
  color: var(--main);
}

.btn-2{
  background: transparent;
  padding: 15px 25px;
  color: var(--main);
  border: 1px solid var(--main);
  transition: all .3s;
}
.btn-2:hover{
  color: #fff;
  background: var(--main);
}

.btn-next-slider {
  background-image: url("../img/arrow.svg");
  background-size: cover;
  width: 14px;
  height: 8px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.btn-perv-slider {
  background-image: url("../img/arrow.svg");
  background-size: cover;
  width: 14px;
  height: 8px;
  z-index: 10;
  cursor: pointer;
  border: 0;
  -webkit-transform: rotate(49deg);
  transform: rotate(49deg);
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: center;
}
.header{
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgb(233 233 233 / 20%);
    -moz-box-shadow: 0px 4px 10px 0px rgb(233 233 233 / 20%);
    box-shadow: 0px 4px 10px 0px rgb(233 233 233 / 20%);
}
.header__inner{
    padding: 20px 0;
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__item .nav ul{
    display: flex;
    gap:50px;
}
.header__item:nth-child(3){
    display: flex;
    gap:50px;
    align-items: center;
}
.logo a img{
    transition: all .3s;
}
.logo a img:hover{
    opacity: 0.7;
}
ul li a{
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.icon-phone-mobile{
    display: none;
    width: 40px;
    height: 40px;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
        padding: 20px;
}
.fixed a {
    color: #000;
}
.header__item:nth-child(4){
    display: none;
}
.social a img{
    transition: all .3s;
}

.social a img:hover{
    opacity: 0.7;
}
.intro{
    background: #F6F4F9;
}
.intro__top__inner{
    display: flex;
    gap: 50px;
}
.intro__top__item h2{
    max-width: 560px;
    color: #2b2b2b8a;
}
.btn-intro{
    display: flex;
    gap: 30px;
}
.pagetitle{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.pagetitle span{
    opacity: 0.5;
}
.advantages__inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.advantages__item{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.advantages__item .title{
    font-size: 24px;
    font-weight: 500;
}
.advantages__item .desc p{
    font-size: 18px;
    font-weight: 400;
    color: #2B2B2B;
    opacity: 0.6;
}
.line{
    background: #99147F;
}
.line__inner{
    display: flex;
    gap:30px;
    color: #fff;
    padding: 25px 0;
}
.marquee-wrapper img{
    padding-right: 30px;
}
.marquee {
    display: flex;
    gap: 20px;
    padding: 0 5px;
    
    animation: marquee 15s infinite linear;
    
}
.marquee .item{
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.about__item .title p{
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
}
.about__inner{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}


.portfolio__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.portfolio__item .title{
    font-size: 24px;
    font-weight: 500;
}
.portfolio__item .desc p{
    font-size: 18px;
    font-weight: 400;
    color: #2B2B2B;
    opacity: 0.6;
}
.portfolio__inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.about__item:nth-child(2) img{
    border-radius: 20px;
    width: 575px;
    height: 100%;
}
.about__image{
    display: none;
}

.checkout-input {
    max-width: 453px;
    width: 100%;
    height: 40px;
    border: unset;
    border-radius: 10px;
    padding-left: 10px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #242424;
}
.form-feedback-input{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.callback__inner{
    background: #2B2B2B1A;
    padding: 20px;
        display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    border-radius: 10px;
        align-items: center;
}
.callback__title{
    font-weight: 500;
    font-size: 45px;
    line-height: 1.1;
}
.callback__subtitle{
    margin-top: 40px;
    margin-bottom: 10px;
}
.agree-with-policy{
    font-size: 12px;
    opacity: 0.5;
    max-width: 250px;
    display: block;
}
.agree-with-policy a{
    font-size: 12px;
    color: var(--main);
}
.form__btn{
        display: flex;
    align-items: center;
    justify-content: space-between;
        max-width: 500px;
}
.logo a img{
    width: 100%;
    max-width: 320px;
}
.footer{
  background-color: #99147f;
  color: #fff;
}
.footer a{
  color: #fff;
}
.footer__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.footer__menu{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer__phone .phone__title{
  color: #fff;
  font-size: 14px;
}
.masanger{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer__phone a{
  display: block;
}
.address__title{
  color: #c7ced9;
  font-size: 14px;
}
.nav__footer ul li a{
  transition: all .3s;
}
.nav__footer ul li a:hover{
    opacity: 0.8;
}
.nav__footer ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__link a{
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}
.footer__link a:hover{
  opacity: 0.8;
}
.copy{
  color: #c7ced9;
  font-size: 14px;
}
.footer{
  margin-top: auto;
}
.methodology__inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:50px;
}
.methodology__item{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    padding: 40px;
    border-radius: 15px;
    border: 4px solid #fffafe;
}
.methodology__item:nth-child(1){
    background: #f9e8d6;
    margin-top: 50px;
}
.methodology__item:nth-child(2){
     background: #e2f0fa;
     margin-bottom: 50px;
}
.methodology__item:nth-child(3){
    background: #def7e3;
        margin-top: 50px;
}
.methodology__item:nth-child(4){
    background: #fbe4e8;
         margin-bottom: 50px;
}
.methodology__item p{
    text-align: center !important;
}
.methodology__item img{
    max-width: 128px;
}




.methodology__item .title p{
    font-size: 21px;
    line-height: 1.1;
}
.methodology__title p{
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
}
.directions{
    background: #fffafe;
    padding: 50px 0;
}
.title__item{
        font-size: 23px;
    text-align: center;
}







.tab__item{
    display: flex;
    gap: 20px;
    align-items: center;
}
.tab__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.tab-content__item{
  display: none;
}
.tab-name__item{
    cursor: pointer;
    color: #000;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.tab-name li{
  list-style-type:none;
}
.tab-name {
    display: flex;
    gap: 30px;
}
.active{
    display: block !important;
}
.tab-content__item .time{
        align-items: center;
    display: flex;
    gap: 20px;
}
.tab-content__item .lvl{
    align-items: center;
    display: flex;
    gap: 20px;
}

.tab-content__item .time img{
    max-width: 25px;
}
.tab-content__item .lvl img{
    max-width: 25px;
}
.tab-content__item__inner{
    display: flex;
        justify-content: space-between;
}



.tab-name__item::after {
    position: absolute;
    margin-top: 10px;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background: linear-gradient(79.64deg, #8c1274 0%, #ff6be2 96.5%) !important;
    transform: scaleX(0.0001);
    transition: transform 250ms ease-in-out;
}

.tab-name__item.active:after {
    transform: scaleX(1);
}
.tab-content__item-left{
    max-width: 1200px;
}
.certificate__inner{
    max-width: 1920px;
}
.certificate__image img{
    max-width: 360px;
}
.certificate__image a{
    display: block;
}
.btn-intro a{
    text-align: center;
}
.methodology__item:nth-child(2){
    margin-bottom: 0;
}
.methodology__item:nth-child(3){
    margin-top: 0;
}
input[name="n-message"] {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}

























@media (max-width: 1700px) {
    .advantages__inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}
@media (max-width: 1600px) {
    .intro__top__item img{
        width: 100%;
    }
    .intro__top__inner{
        display: grid;
        gap: 50px;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }
    .about__desc{
        gap: 30px;
        display: flex;
        justify-content: space-between;
    }
    .about__item .title p{
        font-size: 30px;
    }
    .portfolio__inner{
        grid-template-columns: 1fr 1fr;
    }
    .callback__inner .callback__item:nth-child(1){
        display: none;
    }
    .callback__inner{
        display: flex;
        justify-content: space-between;
    }
    .callback__inner .callback__item:nth-child(2){
        max-width: 550px;
    }
    .methodology__title p{
        font-size: 30px;
    }

}
@media (max-width: 1440px) {
    .header__item .nav ul{
        gap:10px;
    }
    .header__item .phone .number{
        display: none;
    }
    .menu__item .phone .number{
        display: none;
    }
    .icon-phone-mobile{
        display: block;
    }
    .icon-phone-pc{
        display: none;
    }
    ul li a{
        font-size: 16px;
    }
    .header__item:nth-child(3){
        gap:10px;
    }
    .methodology__inner {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 1200px) {
    .about__inner{
        flex-direction: column;
    }
    .about__item:nth-child(2){
      display: none;
    }
    .about__image{
      display: block;
    }
    .about__image img{
        width: 100%;
    }
    .about__desc{
         flex-direction: column;
  }
}
@media (max-width: 1024px) {
    .header__item:nth-child(2){
        display: none;
    }
    .menu__item:nth-child(2){
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header__item:nth-child(3){
        display: none;
    }
    .header__item:nth-child(4){
        display: block;
    }
    .intro__top__inner{
        grid-template-columns: 100%;
    }
    .callback__inner{
        display: grid;
            grid-template-columns: 1fr;
    }
    .callback__inner .callback__item:nth-child(2) {
    max-width: 100%;
    }
    .tab-content__item__inner {
        flex-direction: column;
        gap: 50px;
    }
}
@media (max-width: 980px) {
     .advantages__inner {
        grid-template-columns: 1fr 1fr;
    }
    .masanger{
        align-items: flex-start;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
  h1 {
    font-size: calc(35px + 12 * ((100vw - 320px) / (1280 - 320)));
  }
  h2 {
    font-size: 18px;
  }
  .portfolio__inner{
    grid-template-columns: 1fr;
  }
  .footer__inner{
    grid-template-columns: 1fr;
    gap: 25px;
  }
    .methodology__inner {
        grid-template-columns:1fr;
    }
    .tab__block {
        grid-template-columns: 1fr;
    }
    .certificate__image img{
        width: 100%;
    }
}
@media (max-width: 575px) {
    .tab-name{
            flex-direction: column;
    }
     .menu .menu__inner{
        flex-direction: column;
     }
    .advantages__inner {
        grid-template-columns:1fr;
        gap:10px;
    }
    .advantages__item{
        padding: 10px;
        gap:10px;
    }
     h1{
         font-size: 25px;
     }
    .btn-intro {
        gap: 15px;
        flex-direction: column;
    }
    .form__btn{
        align-items: center;
        gap: 20px;
            flex-direction: column;
    }
    .agree-with-policy{
            text-align: center;
    }
    .callback__title{
        font-size: 32px;
    }
    .logo a img {
        width: 100%;
        max-width: 220px;
    }
}


@media (max-width: 375px) {

}
