* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Montserrat", sans-serif;
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  :focus, :active {
    outline: none;
  }
  
  a:focus, a:active {
    outline: none;
  }
  
  nav, footer, header, aside {
    display: block;
  }
  
  html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  input, button, textarea {
    font-family: inherit;
  }
  
  input::-ms-clear {
    display: none;
  }
  
  button {
    cursor: pointer;
  }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  a, a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  ul li {
    list-style: none;
  }
  
  img {
    vertical-align: top;
  }
  
  body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .wrapper {
    max-width: 1920px;
    width: 100%;
  }
  
  .section1 {
    background: url(../../img/bg1-about.png) no-repeat;
    background-size: 100%;
  }
  .section1__main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 615px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section1__social {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translate(0%, -50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #9AA0D0;
    padding: 35px 25px;
  }
  .section1__social--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  @media (max-width: 1600px) {
      .section1__main {
          padding-bottom: 425px;
      }
  }
  @media (max-width: 1440px) {
      .section1__main {
          padding-top: 50px;
          padding-bottom: 330px;
      }
  }
  .section1__main--inner {
    max-width: 1290px;
    width: 100%;
  }
  .section1__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section1__title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .section1__title h1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; 
    margin-bottom: 25px;
  }
  .section1__title p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .section1__text {
    display: flex;
    justify-content: center;
  }
  .section1__text p {
    max-width: 850px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .section1__btn {
    margin-top: 35px;
    display: flex;
    justify-content: center;
  }
  .section1__btn button {
    border-radius: 100px;
    background: var(--Brand-3, #D3D247);
    padding: 17px 50px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4DFF3;
  }
  .header__inner {
    max-width: 1290px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__str {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo--text {
    margin-left: 17px;
  }
  .header__logo--text h4 {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  }
  .header__logo--text p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul li {
    margin-left: 35px;
  }
  .header__nav ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .header__btn {
    margin-left: 30px;
  }
  .header__btn button {
    padding: 8px 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border-radius: 100px;
    border: 1px solid var(--Brand-3, #D3D247);
    background: var(--Brand-3, #D3D247);
  }
  .header__btn .need-help {
    background: transparent;
  }
  .header__btn a {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  
  .section2 {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section2__inner {
    padding-top: 70px;
    padding-bottom: 100px;
    max-width: 1290px;
    width: 100%;
  }
  @media (max-width: 1440px) {
      .section2__inner {
          padding-top: 0;
          padding-bottom: 0;
      }
  }
  .section2__title h1 {
    color: var(--Text, #2D2E41);
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
  }
  .section2__title h1 span {
    color: var(--Brand-2, #9AA0D0);
  }
  .section2__subtitle {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .section2__subtitle p {
    max-width: 1070px;
    color:#2D2E41;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 210%;
  }
  .section2__how {
    position: relative;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2__how::after {
    content: '';
    width: 3000px;
    height: 1px;
    background: #E4DFF3;
    position: absolute;
    top: 55px;
    left: -500px;
    z-index: 2;
  }
  .section2__card {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 410px;
    width: 100%;
  }
  .section2__img {
    margin-bottom: 35px;
  }
  .section2__text h4 {
    margin-bottom: 10px;
    color: var(--Text, #2D2E41);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .section2__text p {
    color: var(--Text, #2D2E41);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .swiper-pagination-1 {
    bottom: 20px !important;
  }
  .section2__slider {
    padding-bottom: 50px;
    display: none;
  }
  .section2__how.section2__slider::after {
    z-index: 0;
  }
  .header__burger {
    display: none;
  }
  .burger-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 30;
    display: none;
  }
  .burger-menu header {
    border-radius: 0px 0px 15px 15px;
    background: var(--Light-Gray, #F2F1FD);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .burger-menu .header__logo--text h4 {
    color: #2D2E41;
  }
  .burger-menu .header__logo--text p {
    color: #2D2E41;
  }
  .header__close img {
    width: 40px;
  }
  .burger-menu__li {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E4DFF3;
    padding-left: 20px;
  }
  .burger-menu__li p {
    color: var(--Text, #2D2E41);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .burger-menu__li a {
    color: #8289C3;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 200% */
    text-decoration-line: underline;
  }
  .burger-menu__btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
  }
  .burger-menu__btn button {
    color: var(--Text, #2D2E41);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border-radius: 100px;
    border: 1px solid var(--Brand-3, #D3D247);
    padding: 9px 25px;
    background: #fff;
  }
  .section1__btn .btn-social {
    display: none;
  }
  .section1__btn .btn-social .open img {
    width: 55px;
  }

.section1__nav p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.section1__nav p a {
    color: #D1D1D1;
}
.section1__nav p span.dot {
    color: var(--Brand-3, #D3D247);
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
.section3 {
    background: url(../../img/bg2.png) no-repeat;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section3__inner {
    padding-top: 570px;
    padding-bottom: 580px;
    max-width: 1290px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1600px) {
    .section3__inner {
        padding-top: 450px;
        padding-bottom: 450px;
    }
}
@media (max-width: 1440px) {
    .section3__inner {
        padding-top: 380px;
        padding-bottom: 380px;
    }
}
.section3__btn {
    margin-top: 35px;
  }
.section3__btn button {
    border-radius: 100px;
    background: var(--Brand-3, #D3D247);
    padding: 17px 88px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.section3__title {
    margin-bottom: 25px;
}
.section3__title h2 {
    color: #fff;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
.section3__text p {
    max-width: 1070px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 210%;
}
.section4 {
    display: flex;
    justify-content: center;
}
.section4__inner {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1070px;
    width: 100%;
}
.section4__title {
    margin-bottom: 45px;
}
.section4__title h2 {
    color: #2D2E41;
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.section4__title h2 span {
    color: #9AA0D0;
}
.section4__docs {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.section4__doc {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 100px;
    background: #F2F1FD;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section4__text p {
    color: #2D2E41;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.section4__img {
    cursor: pointer;
}
.section5 {
    background: url(../../img/bg4.png) no-repeat, #E7E4F2;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section5__inner {
    max-width: 1290px;
    width: 100%;
    padding-top: 500px;
    padding-bottom: 540px;
}
@media (max-width: 1600px) {
    .section5__inner {
        padding-top: 400px;
        padding-bottom: 421px;
    }
}
@media (max-width: 1440px) {
    .section5__inner {
        padding-top: 330px;
        padding-bottom: 380px;
    }
}
.section5__title {
    margin-bottom: 25px;
}
.section5__title h1 {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
.section5__text {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section5__text p {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 210%;
    max-width: 1070px;
}
.section5__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section5__btn button {
    max-width: 1070px;
    width: 100%;
    border-radius: 100px;
    background: var(--Brand-3, #D3D247);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-top: 17px;
    padding-bottom: 17px;
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E7E4F2;
  }
  .footer__inner {
    max-width: 1290px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
  }
  .footer__str {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo--text {
    margin-left: 17px;
  }
  .footer__logo--text h4 {
    color: var(--Text, #2D2E41);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
  }
  .footer__logo--text p {
    color: var(--Text, #2D2E41);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
  }
  .footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav ul li {
    margin-left: 35px;
  }
  .footer__nav ul li a {
    color: var(--Text, #2D2E41);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  .footer__btn {
    margin-left: 30px;
  }
  .footer__btn button {
    padding: 8px 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border-radius: 100px;
    border: 1px solid var(--Brand-3, #D3D247);
    background: var(--Brand-3, #D3D247);
  }
  .footer__btn .need-help {
    background: transparent;
    color: var(--Text, #2D2E41);
  }
  .footer__btn a {
    color: var(--Text, #2D2E41);
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
  
  .copyright {
    background: #E7E4F2;
    border-top: 1px solid #D4D2DA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copyright__inner {
    padding-top: 8px;
    padding-bottom: 11px;
    max-width: 1290px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .copyright__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .copyright__row p {
    color: var(--Text, #2D2E41);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .copyright__row a {
    color: #8289C3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-decoration-line: underline;
  }

  .modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 20;
  }
  .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 517px;
    max-height: 565px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #FFF;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 53px;
    padding-right: 53px;
    z-index: 21;
    flex-direction: column;
  }
  .modal__close {
    position: absolute;
    top: -20px;
    right: -20px;
  }
  .modal__title {
    margin-bottom: 25px;
  }
  .modal__title h1 {
    color: var(--Text, #2D2E41);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
  }
  .modal__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
  .modal__cart, .modal__qr {
    width: 172px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #9AA0D0;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
  }
  .modal__cart.active , .modal__qr.active {
    background: #9AA0D0;
  }
  .modal__cart.active p , .modal__qr.active p {
    color: #fff;
  }
  .modal__cart p, .modal__qr p {
    color: #2D2E41;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .modal__code {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modal__code-img {
    width: 250px;
    height: 250px;
    border-radius: 21px;
    background: #E9E8F2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .modal__code-img .img {
    width: 100%;
  }
  .modal__code-img .img img {
    width: 100%;
  }
  .modal__code-text p {
    color: #2D2E41;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .modal__btn {
    margin-top: 35px;
  }
  .modal__btn button {
    border-radius: 100px;
    background: var(--Brand-3, #D3D247);
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .modal__img img {
    width: 100%;
  }

@media (max-width: 1300px) {
    .header__inner,
    .section1__main--inner,
    .section2__inner,
    .section3__inner,
    .section4__inner,
    .section5__inner,
    .section6__inner,
    .section5__inner,
    .footer__inner,
    .copyright__inner,
    .section8__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .section1__title h4 {
        margin-bottom: 10px;
    }
    .section1__main {
        padding-bottom: 235px;
    }
    .section3__inner {
        padding-top: 330px;
        padding-bottom: 320px;
    }
    .section5__inner {
        padding-top: 270px;
        padding-bottom: 324px;
    }
}

@media (max-width: 1230px) {
    .header__nav ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .header__btn button {
        font-size: 13px;
        line-height: 20px;
    }
    .header__btn a {
        font-size: 13px;
        line-height: 20px;
    }
    .header__btn,
    .header__nav ul li {
        margin-left: 15px;
    }
    .header__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .section1__title h4,
    .section1__title p {
        font-size: 18px;
        line-height: 24px;
    }
    .section1__title h1 {
        font-size: 70px;
        line-height: 70px;
    }
    .section1__btn button {
        padding: 14px 30px;
    }
    .section2__title h1 {
        font-size: 40px;
    }
    .section2__img {
        margin-bottom: 15px;
    }
    .section2__text h4 {
        font-size: 22px;
    }
    .section2__text p {
        font-size: 14px;
        line-height: 18px;
    }
    .section3__btn {
        margin-top: 20px;
    }
    .section3__inner {
        padding-bottom: 305px;
    }
    .section5__title h1 {
        font-size: 40px;
    }
    .section5__title {
        margin-bottom: 10px;
    }
    .section5__text {
        margin-bottom: 15px;
    }
    .section5__text p {
        font-size: 15px;
    }
    .section5__inner {
        padding-top: 315px;
        padding-bottom: 324px;
    }
    .footer__nav ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .footer__btn button {
        font-size: 13px;
        line-height: 20px;
    }
    .footer__btn a {
        font-size: 13px;
        line-height: 20px;
    }
    .footer__btn,
    .footer__nav ul li {
        margin-left: 15px;
    }
    .footer__inner {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 1040px) {
    .section1__main {
        padding-top: 30px;
        padding-bottom: 200px;
    }
    .section1__social {
      top: 40%;
      padding: 25px 15px;
    }
    .section1__social--inner {
      row-gap: 20px;
    }
    .section3__inner {
        padding-top: 245px;
        padding-bottom: 245px;
    }
    .section5__inner {
        padding-top: 265px;
        padding-bottom: 248px;
    }
    .section1__title h1,
    .section3__title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .section1__title {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .section1__text p,
    .section3__text p {
        font-size: 16px;
    }
    .section1__btn {
        margin-top: 15px;
    }
    .section2__subtitle p {
        font-size: 16px;
    }
    .section4__inner {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (max-width: 970px) {
    .header__nav {
      display: none;
    }
    .header__btn .need-help {
      display: none;
    }
    .header__btn a {
      display: none;
    }
    .header__burger {
      display: block;
    }
    .section1__title h1 {
      font-size: 45px;
      line-height: 50px;
      margin-bottom: 15px;
    }
    .section1__title h4, .section1__title p {
      font-size: 15px;
      line-height: 20px;
    }
    .section1__title {
      margin-bottom: 15px;
    }
    .section1__main {
      padding-bottom: 210px;
    }
    .section2__title h1,
    .section3__title h1,
    .section4__title h1,
    .section5__title h1,
    .section8__title h1,
    .section6__title h1,
    .section5__title h1 {
      font-size: 32px;
    }
}
@media (max-width: 900px) {
    .section3 {
        background-size: 140%;
    }
    .section5 {
        background-size: 130%;
    }
}
@media (max-width: 800px) {
    .section1 {
      background-size: 150%;
    }
    .section3__btn button {
        font-size: 13px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer {
        display: none;
    }
    .section4__title h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .section4__text p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .section2__how {
      display: none;
    }
    .section2__slider {
      display: block;
    }
}
@media (max-width: 600px) {
    .section1__social {
      display: none;
    }
    .modal {
        max-width: 100%;
        max-height: 100%;
        border-radius: 0px;
        flex-direction: column;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
      }
      .modal__img img {
        width: 100%;
      }
      .modal__close {
        top: 20px;
        right: 20px;
      }
      .modal__close img {
        width: 40px;
        height: 40px;
      }
      .modal__title h1 {
        font-size: 30px;
      }
      .modal__btn button {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .section4__title h2 {
        font-size: 30px;
      }
}
@media (max-width: 540px) {
    .header__logo a img {
      width: 40px;
      height: 40px;
    }
    .header__logo--text p {
      display: none;
    }
    .header__logo--text h4 {
      font-size: 12px;
      line-height: 15px;
      max-width: 73px;
    }
    .header__logo--text {
      margin-left: 10px;
    }
    .header__btn {
      margin-left: 10px;
    }
    .header__btn button {
      font-size: 12px;
      padding: 8px 10px;
    }
    .section1 {
      background: url(../../img/bg1-about-mob.png) no-repeat;
      background-size: cover;
      background-position-y: -100px;
    }
    .section1__main {
      padding-top: 20px;
    }
    .section1__nav {
        margin-bottom: 100px;
    }
    .section1__title h4, .section1__title p {
      font-size: 16px;
    }
    .section1__title h1 {
      font-size: 60px;
      line-height: 55px;
      text-align: left;
    }
    .section1__text p {
        text-align: left;
    }
    .section1__title p {
      max-width: 335px;
    }
    .section1__title p br {
      display: none;
    }
    .section1__btn button {
      font-size: 16px;
      padding-top: 9px;
      padding-bottom: 9px;
    }
    .header__inner, .section1__main--inner, .section2__inner, .section3__inner, .section4__inner, .section5__inner, .section6__inner, .section5__inner, .footer__inner, .copyright__inner, .section8__inner {
      padding-left: 20px;
      padding-right: 20px;
    }
    .section2__inner {
      padding-top: 40px;
    }
    .section1__btn .btn-social {
      display: block;
      position: relative;
    }
    .section1__btn {
      display: flex;
      justify-content: space-between;
    }
    .btn-social .socials {
      position: absolute;
      bottom: 60px;
      left: 8px;
      display: none;
      flex-direction: column;
      align-items: center;
      margin-bottom: 5px;
      row-gap: 5px;
    }
    .section3 {
        background: url(../../img/bg2-mob.png) no-repeat;
        background-size: 100%;
    }
    .section3__inner {
        padding-top: 240px;
        flex-direction: column;
        align-items: center;
    }
    .section3__btn button {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 160%;
    }
    .section5 {
        background: url(../../img//bg4-mob.png) no-repeat;
        background-size: 100%;
      }
      .section5__text p {
        font-size: 16px;
        line-height: 160%;
      }
      .section5__title {
        margin-bottom: 20px;
      }
      .section5__text {
        margin-bottom: 25px;
      }
      .section5__btn button {
        font-size: 16px;
        padding: 10px 0;
      }
      .section5__inner {
        padding-bottom: 180px;
      }
      .copyright {
        background: #EEECF8;
        border: none;
      }
      .copyright__inner,
      .copyright__row {
        flex-direction: column;
        align-items: center;
      }
      .footer {
        display: flex;
        background: #EEECF8;
      }
      .footer__inner .footer__str:first-child {
        display: none;
      }
      .footer__inner {
        justify-content: center;
        padding: 0;
      }
      .footer__btn {
        margin-left: 0;
      }
      .footer__str {
        flex-direction: column-reverse;
        align-items: center;
      }
      .footer__btn:last-child{
        margin-bottom: 15px;
      }
    .section4__inner {
        padding-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .section4__doc {
        border-radius: 0px;
    }
    .section4__text p {
        line-height: 17px;
    }
}
@media (max-width: 450px) {
    .section1 {
      background-position-y: 0px;
    }
    .section3__inner {
        padding-top: 200px;
      }
}
@media (max-width: 395px) {
  .modal__cart p, .modal__qr p {
    font-size: 14px;
  }
    .section1__main {
      padding-bottom: 145px;
    }
    .section3__inner {
        padding-bottom: 125px;
    }
    .section5__inner {
        padding-top: 205px;
    }
}
@media (max-width: 380px) {
    .section3__inner {
      padding-top: 160px;
    }
}
@media (max-width: 353px) {
    .header__inner {
      padding-left: 10px;
      padding-right: 10px;
    }
    .header__btn button {
      font-size: 10px;
    }
    .section1__title h1 {
      font-size: 50px;
    }
    .section3 {
        background-size: 135%;
    }
    .section1__main {
        padding-bottom: 120px;
    }
    .section3__inner {
        padding-bottom: 175px;
    }
    .section5 {
        background-size: 130%;
    }
}