@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,700,800,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: rgba(0,0,0,.6549019608);
  line-height: 1;
  font-family: Montserrat;
  font-size: totoRem(16);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}


body {
  background-size: 76%;
  background-image: url(../img/f1.png);
  background-position: center
}

@media (max-width:650px) {
  body {
    background-size: 176%;
    background-image: url(../img/f1.png);
    background-position: center
  }

}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 78.125rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 88.0625rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,88.0625rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.block6-1__name h2{
  color: #002806;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.form-start__wrapper {
  display: flex
}
.form-start__item.bl2 {
  min-width: 23.125rem
}
.form-start__image {
  max-width: 32.3125rem
}
.form-start__title {
  color: #000
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat
}
.form-start__subtitle span {
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
}
.form-start-img-bg {
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/popup/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  z-index: 1
}
.input {
  border-radius: 3px;
  border: 1px solid #c9c9c9
}
.close-form-start {
  position: absolute
}
.content-form-start {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.form-popup {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column
}
.block-popup2 {
  display: flex;
  align-items: center
}
.btn-pop-close {
  display: flex;
  z-index: 99;
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  align-content: center;
  justify-content: center;
  align-items: center
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center
}
.form-thanks__title h3 {
  color: #fa846c
}
.form-thanks__subtitle p {
  color: #000;
  font-family: Montserrat;
  max-width: 28.75rem;
  text-align: center;
  line-height: 33px
}
.content-form-thanks {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.button {
  font-family: Montserrat;
  font-weight: 500;
  color: #000;
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);

  border-radius: 15px;
  min-width: 212px;
  transition: background-color .3s ease,box-shadow .3s ease
}
.wrap-bn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center
}
.name {
  color: #000
}
.title-block {
  color: #000;
  font-family: Poppins;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 41.375rem;
  width: 100%;
  line-height: 69px
}
.title-block span {
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.title-sub-text {
  color: rgba(0,0,0,.5882352941);
  max-width: 25.625rem;
  width: 100%;
  font-family: Montserrat;
  line-height: 19px
}
.block-politica__title h2 {
  color: #000;
  text-align: center;
  font-weight: 600
}
.block6__image-fon {
  max-height: 350px;
  border-radius: 15px
}
.block-politica__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center
}
.block-politica__subtitle p {
  max-width: 700px;
  text-align: center;
  color: #000
}
.TW {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -600px;
  z-index: 50;
  width: 100%;
  padding: 20px;
  background: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 3px solid #ec9290;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -10px 25px -5px rgba(0,0,0,.1);
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: ckUp 2.5s forwards;
  animation-delay: 1s;
  -webkit-animation: ckUp 2.5s forwards;
  -webkit-animation-delay: 1s
}
.TW.acptd {
  animation: ckDn 2.5s backwards;
  animation-delay: .3s;
  -webkit-animation: ckDn 2.5s backwards;
  -webkit-animation-delay: .3s
}
.TW.k2hide {
  display: none
}
.TW .TW-Main svg {
  width: 50px;
  height: 50px;
  fill: #08102b;
  stroke: #08102b;
  stroke-width: .8
}
.TW-Main h2 {
  margin: 0;
  color: #08102b;
  font-size: 1.5rem;
  font-weight: 800;
  font-family: inherit
}
.TW-Main p {
  margin: 10px 0;
  line-height: .9em;
  color: #08102b;
  font-size: .9rem;
  font-weight: 400;
  font-family: inherit
}
.TW .C-button {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 2px;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  font-size: 15px;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: k2hide;
  max-width: 100%;
  cursor: pointer;
  transition: all .3s ease
}
.TW .C-button:hover {
  opacity: .8;
  -webkit-transform: scale(.97);
  transform: scale(.97)
}
.TW .C-button.outl {
  color: #08102b;
  margin-left: 8px;
  background-color: rgba(0,0,0,0);
  border: 1px solid #767676
}
.TW .C-button.outl:hover {
  border-color: #482dff
}
.dark .TW {
  background: rgba(50,50,50,.8)
}
.dark .TW .TW-Main svg {
  fill: #fefefe;
  stroke: #fefefe
}
.dark .C-button.outl,
.dark .TW-Main h2,
.dark .TW-Main p {
  color: #fefefe
}
@-webkit-keyframes ckUp {
  100% {
    bottom: 0
  }
}
@keyframes ckUp {
  100% {
    bottom: 0
  }
}
@-webkit-keyframes ckdeskUp {
  100% {
    bottom: 30px
  }
}
@keyframes ckdeskUp {
  100% {
    bottom: 30px
  }
}
@-webkit-keyframes ckDn {
  0% {
    bottom: 0
  }
  100% {
    bottom: -600px
  }
}
@keyframes ckDn {
  0% {
    bottom: 0
  }
  100% {
    bottom: -600px
  }
}
@-webkit-keyframes ckdeskDn {
  0% {
    bottom: 30px
  }
  100% {
    bottom: -600px
  }
}
@keyframes ckdeskDn {
  0% {
    bottom: 30px
  }
  100% {
    bottom: -600px
  }
}
.about__title h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.brd {
          background: linear-gradient(180.63deg, #101568 0, #33cbb7 100%);
          -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
  font-weight: 700
}
.about__image {
  max-height: 550px;
  border-radius: 15px
}
.advan__wrapper {
  justify-content: space-between;
  display: flex
}
.advan__item {
  flex: 1 0 30%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.advaan__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.premium__image {
  border-radius: 10px
}
.premium__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-around
}
.itn__title h2 {
  color: #000;
  font-weight: 700
}
.header__container-big {
   display: flex;
   align-items: center;
   justify-content: space-between; 
   padding: 5px 20px;
   gap: 10px; 
}
.header__logo {
  position: relative;
  z-index: 5
}
.header__logo img {
  max-width: 150px;
  max-height: 5rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
   padding-left: 0; 
   margin-left: 10px; 
}
.menu__body {
  z-index: 7
}
.menu__list {
   display: flex;
  gap: 20px; /* расстояние между пунктами меню */
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__link {
   color: rgba(255, 255, 255, 0.65);
   font-weight: 500;
   text-decoration: none;
   transition: color 0.3s ease;
}
.footer__bg {
  background-image: linear-gradient(to right,rgba(0,0,0,.33),#000),url(../img/footer/11.jpg);
  background-size: cover;
  background-position: bottom;
  height: 100%
}
.footer__wraper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between
}
.footer__social {
  max-width: 29.375rem;
  width: 100%
}
.footer__form {
  max-width: 29.375rem;
  width: 100%
}
.ttr {
  border-radius: 10px;
  overflow: hidden
}
.social-block {
  position: relative
}
.social-block__img::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%
}
.social-block__txt h2 {
  color: #fffdfd;
  line-height: 33px;
  font-family: Montserrat;
  font-weight: 600
}
.social-block__txt a {
  color: #fffdfd;
  line-height: 33px;
  font-family: Montserrat;
  font-weight: 400
}
.social-block__txt p {
  color: #fffdfd;
  line-height: 33px;
  font-family: Montserrat;
  font-weight: 400
}
.social-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 44px
}
.phone::before {
  background-image: url(../img/footer-icon/phone.svg)
}
.email::before {
  background-image: url(../img/footer-icon/email.svg)
}
.networks-block {
  display: flex;
  -webkit-column-gap: 11px;
  -moz-column-gap: 11px;
  column-gap: 11px;
  padding-top: 1.375rem
}
.form input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 15px;
  border: 1px solid #fffdfd;
  height: 3.125rem;
  color: #fffdfd
}
.form input:focus {
  border-color: #ffd8eb;
  outline: 0
}
.form .input::-webkit-input-placeholder {
  color: #fffdfd;
  font-family: Montserrat;
  font-weight: 400
}
.form .input:-ms-input-placeholder {
  color: #fffdfd;
  font-family: Montserrat;
  font-weight: 400
}
.form .input::-ms-input-placeholder {
  color: #fffdfd;
  font-family: Montserrat;
  font-weight: 400
}
.form .input::placeholder {
  color: #fffdfd;
  font-family: Montserrat;
  font-weight: 400
}
.form .input::-webkit-input-placeholder span {
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.form .input:-ms-input-placeholder span {
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.form .input::-ms-input-placeholder span {
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.form .input::placeholder span {
      background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.form__title {
  font-family: Montserrat;
  font-weight: 700;
  color: #fffdfd
}
.form__title span {
      background: linear-gradient(58.63deg, #ffffff 0, #f7f4f4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}
.form__subtitle {
  font-family: Montserrat;
  font-weight: 400;
  color: #fffdfd;
  line-height: 20px
}
.forma {
  display: flex;
  flex-direction: column;
  row-gap: 20px
}
.footer2 {
  display: flex;
  background-color: #000;
  height: 50px;
  justify-content: space-evenly;
  align-items: center
}
.footer2 p {
  color: #fffdfd
}
.gr-1 {
  background: rgba(204,150,251,.9803921569)
}
.gr-2 {
  background: #ca8ffe
}
.gr-3 {
  background: #a778d0
}
.gr-4 {
  background: #8a64ab
}
.accordion-link {
  border-radius: 4px;
  font-size: 1.6rem;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  background: linear-gradient(58.63deg, #33cbb7 0, #ff8d8d 100%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.block1 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/block1/Section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  z-index: 1
}
.block1__title {
  color: #fffdfd;
  font-weight: 600;
  text-align: center
}
.block1__subtitle {
  text-align: center;
  max-width: 37.5rem;
  color: #fffdfd;
  font-weight: 500
}
.block1__btn {
  display: flex;
  justify-content: center
}
.block1-1 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image:linear-gradient(to left, rgba(0, 0, 0, 0), #000), url(../img/block1/Section.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  z-index: 1
}
.block1-1__title {
      background: linear-gradient(180.63deg, #ffffff 0, #f78f8e 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-weight: 600
}
.block1-1__subtitle {
  max-width: 50%;
  color: #fffdfd;
  font-weight: 500
}
.block1-1__btn {
  display: flex
}
.men1-1::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 400px;
  
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: -1;
  background-image: url(../img/block1/men1-1.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.block1-2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/block1/fon1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  z-index: 1
}
.block1-2__container {
  display: flex;
  flex-direction: row-reverse
}
.block1-2__wrapper {
  width: 50%
}
.block1-2__title {
  color: #fffdfd;
  font-weight: 600
}
.block1-2__subtitle {
  max-width: 80%;
  color: #fffdfd;
  font-weight: 500
}
.block1-2__btn {
  display: flex
}
.men1-2::after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 10%;
  z-index: -1;
  background-image: url(../img/block1/men1-1.webp);
  background-size: cover;
  background-repeat: no-repeat
}
.block2__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.block2__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block2__item {
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-direction: column
}
.advan__title {
  max-width: 75%;
  display: flex;
  justify-content: center
}
.advan__title h2 {
  text-align: center;
  color: #000;
  font-weight: 700
}
.advan__subtitle {
  text-align: center
}
.block2-1__name h2 {
  color: #000;
  font-weight: 900
}
.block2-1__wrapper {
  justify-content: space-between;
  display: flex
}
.block2-1__item {
  flex: 1 0 30%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.premium-1__image {
  border-radius: 10px
}
.premium-1__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-around
}
.itn-1__title h2 {
  color: #000;
  font-weight: 700
}
.block2-2__name h2 {
  color: #000;
  font-weight: 900
}
.block2-2__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block2-2__item {
  
        border: .125rem solid #dd4eb5;
        -webkit-box-shadow: inset 0 .25rem 5rem rgba(198, 47, 255, .6);
        box-shadow: inset 0 .25rem 5rem rgba(198, 47, 255, .6);
        border-radius: .5rem;
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.premium-2__title h2 {
  color: #000;
  font-weight: 700
}
.block2-3__name h2 {
  text-align: center;
  color: #000;
  font-weight: 900
}
.block2-3__wrapper {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex
}
.block2-3__item {
  flex: 1 0 30%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.premium-3__image {
  border-radius: 10px
}
.premium-3__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-around
}
.itn-3__title h2 {
  color: #000;
  font-weight: 700
}
.block3__item {
  background: linear-gradient(180deg,#ffeace 0,rgba(255,228,192,.2) 100%);
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.block3__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.info {
  border-radius: 5px
}
.info__title h2 {
  color: #000;
  font-weight: 700
}
.block3-1__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block3-1__item {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.info-1__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.info-1__item {
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.info-1__title h2 {
  color: #000;
  font-weight: 700
}
.block3-3__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block3-3__item {
  border: 2px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 48%;
  flex-direction: column
}
.bgf-1 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.52),#0f0f0f),url(../img/block3/1img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.bgf-2 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.52),#0f0f0f),url(../img/block3/2img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.bgf-3 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.52),#0f0f0f),url(../img/block3/3img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.bgf-4 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.52),#0f0f0f),url(../img/block3/4img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.info-3__wrapper {
  justify-content: space-between;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.tr{
      display: flex;
        gap: 7px;
        flex-direction: column;
}
.info-3__title h2 {
  color: #fffdfd;
  font-weight: 700
}
.info-3__subtitle p {
  color: #fffdfd
}
.itm {
  display: flex;
  flex: 0 0 28%
}
.itm-2 {
  display: flex;
  flex: 0 0 68%
}
.block4__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.block4__wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block4__item {
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.mission__image {
  border-radius: 5px
}
.block4-1__name h2 {
  color: #000;
  text-align: left;
  font-weight: 900
}
.block4-1__wrapper {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block4-1__item {
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.mission-1__image {
  border-radius: 50%
}
.block4-2__name h2 {
  color: #000;
  text-align: right;
  font-weight: 900;
  margin-right: 120px
}
.block4-2__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block4-2__item {
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column
}
.info-2__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 20px;
  align-items: center
}
.info-2__img img {
  border-radius: 10px
}
.info-2__img video {
  width: 100%;
  border-radius: 10px
}
.info-2__subtitle {
  display: flex;
  gap: 15px;
  flex-direction: column
}
.info-2__subtitle p {
  color: #000
}
.itm-b4 {
  display: flex;
  flex: 0 0 38%
}
.itm-2-b4 {
  display: flex;
  flex: 0 0 58%
}
.block4-3__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900;
  margin-right: 120px
}
.block4-3__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block4-3__item {
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 100%;
  flex-direction: column
}
.info4-3__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center
}
.info4-3__img img {
  border-radius: 10px
}
.info4-3__subtitle {
  display: flex;
  gap: 15px;
  flex-direction: column
}
.info4-3__subtitle p {
  color: #000
}
.itm-b4 {
  display: flex;
  flex: 0 0 38%
}
.itm-2-b4 {
  display: flex;
  flex: 0 0 58%
}
.block5__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.block5__wrapper {
  justify-content: space-between;
  display: flex;
  gap: 20px
}
.block5__item {
  flex: 0 0 32%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.reviews__img img {
  border-radius: 50%;
    width: 61px;
}
.block5-1__wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  gap: 20px
}
.block5-1__item {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column
}
.reviews-1__img img {
  border-radius: 80%;
    width: 61px;
}
.reviews-1__subtitle p {
  text-align: center
}
.block5-1-0__wrapper {
  display: flex;
  justify-content: space-evenly
}
.block5-1-0__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.ava__wrapper {
  gap: 15px;
  display: flex
}
.ava__item {
  max-width: 70px
}
.avatar {
  max-width: 70px
}
.avatar__image {
  border-radius: 50%
}
.block5-2__content {
  justify-content: space-between;
  display: flex;
  flex-direction: column
}
.block5-2__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.block5-2__wrapper {
  justify-content: space-between;
  display: flex;
  gap: 20px;
  align-items: center
}
.comment__img1 {
  width: 120px;
  height: 120px
}
.comment__img1 img {
  border-radius: 50%
}
.comment__img {
  max-width: 50px
}
.comment__img img {
  border-radius: 0
}
.comment__subtitle1 p {
  font-style: italic;
  color: #000;
  font-weight: 500
}
.comment__subtitle p {
  color: #000;
  font-weight: 500
}
.comment__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center
}
.com2 {
  display: flex;
  flex: 0 0 32%;
  justify-content: center
}
.com1 {
  flex: 0 0 66%;
  gap: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.block5-3__content {
  justify-content: space-between;
  display: flex;
  flex-direction: column
}
.block5-3__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.block5-3__wrapper {
  justify-content: space-between;
  display: flex;
  align-items: center
}
.comment-3__img1 {
  width: 180px;
  height: 180px
}
.comment-3__img1 img {
  border-radius: 50%
}
.comment-3__img {
  max-width: 50px
}
.comment-3__img img {
  border-radius: 0
}
.comment-3__subtitle {
  display: flex;
  gap: 20px;
  flex-direction: column
}
.comment-3__subtitle p {
  color: #000;
  font-weight: 500
}
.comment-3__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center
}
.bb {
  font-style: italic;
  color: #000;
  font-weight: 500
}
.com2-3 {
  display: flex;
  flex: 0 0 32%;
  justify-content: center
}
.com1-3 {
  flex: 0 0 66%;
  gap: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.block6__name h2 {
  color: #000;
  text-align: center;
  font-weight: 900
}
.accordion {
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color .5s ease
}
.accordion:hover {
  border-color: #000
}
.header{
      border-bottom: 1px solid #e3e3e324;
  background-color: #000000;
}
.accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1rem;
  color: #000
}
.accordion__header:after,
.accordion__header:before {
  content: "";
  position: absolute;
  right: 1.5em;
  width: 2px;
  height: .75em;
  background-color: #666;
  transition: all .2s
}
.accordion__header:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.accordion:has(input:checked) .accordion__header {
  color: #000
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease
}
.accordion__content p {
  max-width: 85%
}
.accordion__content * {
  padding: 0 1em 1em
}
.accordion input {
  display: none
}
.accordion:has(input:checked) {
  border-color: #000;
  background-color: #fff;
  box-shadow: rgba(33,35,38,.1) 0 10px 10px -10px
}
.accordion input:checked~.accordion__header:before {
  -webkit-transform: rotate(270deg)!important;
  transform: rotate(270deg)!important;
  background-color: #000
}
.accordion input:checked~.accordion__header:after {
  -webkit-transform: rotate(270deg)!important;
  transform: rotate(270deg)!important;
  background-color: #000
}
.accordion input:checked~.accordion__content {
  max-height: 1000px
}
.ac1 {
  background-color: #fff0dc
}
.ac2 {
  background-color: #ffeace
}
.ac3 {
  background-color: #ffe6c5
}
.ac4 {
  background-color: #ffe2bb
}
.ac5 {
  background-color: #ffddb0
}
.accordion-item {
  background-color: #000;
  border-radius: .4rem
}
.accordion-item hr {
  border: 1px solid rgba(255,255,255,.5)
}
.accordion-link h3 {
  font-weight: 500;
  font-size: 20px
}
.accordion-link i {
  color: #e7d5ff;
  padding: .5rem
}
.accordion-link ul {
  display: flex;
  align-items: flex-end;
  list-style-type: none;
  margin-left: 25px
}
.accordion-link li {
  font-size: 10px;
  color: rgba(255,255,255,.4);
  padding: 0 0 1px 5px
}
.accordion-link div {
  display: flex
}
.accordion-link .ion-md-arrow-down {
  display: none
}
.answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
  transition: max-height 650ms ease-out
}
.answer p {
  color: #fff;
  font-size: 15px;
  padding: 2rem
}
.accordion-item.active .answer {
  max-height: 20rem
}
.accordion-item.active .accordion-link .ion-md-arrow-down {
  display: block
}
.accordion-item.active .accordion-link .ion-md-arrow-forward {
  display: none
}
@media (min-width:89.3125em) {
  .form-start__item.bl2 {
    width: 37.125rem
  }
  .form-start__item.bl2 {
    padding-top: 1.25rem
  }
  .form-start__item.bl2 {
    padding-bottom: 1.25rem
  }
  .form-start__item.bl2 {
    padding-left: 3.75rem
  }
  .form-start__item.bl2 {
    padding-right: 3.75rem
  }
  .form-start__item.bl2 p {
    font-size: 1.25rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .9375rem
  }
  .form-start__title {
    font-size: 1.75rem
  }
  .form-start__title {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    font-size: 1.25rem
  }
  .form-start-img-bg {
    height: 46.875rem
  }
  .form-start-img-bg {
    width: 26.0625rem
  }
  .input {
    padding-left: 1.5625rem
  }
  .input {
    height: 2.75rem
  }
  .close-form-start {
    right: 1.25rem
  }
  .close-form-start {
    top: 1.25rem
  }
  .form-popup {
    row-gap: .625rem
  }
  .form-thanks__img {
    width: 6.25rem
  }
  .form-thanks__title {
    padding-top: 1.875rem
  }
  .form-thanks__title {
    padding-bottom: 1.25rem
  }
  .form-thanks__title h3 {
    font-size: 2.25rem
  }
  .form-thanks__subtitle p {
    font-size: 1.25rem
  }
  .button {
    font-size: 1rem
  }
  .button {
    padding-top: .96875rem
  }
  .button {
    padding-bottom: .96875rem
  }
  .button {
    padding-left: 2.875rem
  }
  .button {
    padding-right: 2.875rem
  }
  .wrap-bn {
    padding-bottom: 1.875rem
  }
  .name {
    font-size: 1.25rem
  }
  .name {
    padding-bottom: .9375rem
  }
  .title-block {
    font-size: 3rem
  }
  .title-sub-text {
    font-size: 1rem
  }
  .block-politica {
    padding-top: 4.375rem
  }
  .block-politica {
    padding-bottom: 4.375rem
  }
  .block-politica__title h2 {
    font-size: 1.8125rem
  }
  .block-politica__title h2 {
    padding-top: 1.5rem;
            padding-bottom: 1.5rem;
  }
  .block6__image-fon {
    margin-bottom: 2.8125rem
  }
  .about {
    padding-bottom: 6.25rem
  }
  .about__title h2 {
    font-size: 3rem
  }
  .about__title h2 {
    padding-bottom: 2.5rem
  }
  .about__image {
    margin-bottom: 2.8125rem
  }
  .about__subtitle p {
    padding-bottom: 1.25rem
  }
  .advan {
    padding-top: 4.375rem
  }
  .advan {
    padding-bottom: 4.375rem
  }
  .advan__wrapper {
    padding-top: 3.75rem
  }
  .advan__item {
    padding-left: 1.25rem
  }
  .advan__item {
    padding-right: 1.25rem
  }
  .advan__item {
    gap: 1.5625rem
  }
  .advaan__name h2 {
    font-size: 3rem
  }
  .advaan__name h2 {
    padding-bottom: 2.5rem
  }
  .premium__img {
    padding-bottom: 1.25rem
  }
  .itn__title h2 {
    font-size: 1.5rem
  }
  .itn__title h2 {
    padding-bottom: 1.25rem
  }
  .itn__subtitle {
    padding-bottom: 1.25rem
  }
  .header {
    padding-top: 1.875rem
  }
  .header {
    padding-bottom: 1.25rem
  }
  .header__logo img {
    width: 13.0625rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .footer__wraper {
    padding-top: 3.75rem
  }
  .footer__wraper {
    padding-bottom: 7rem
  }
  .social-block__txt {
    padding-left: 3.3125rem
  }
  .social-block__txt h2 {
    font-size: 1.5rem
  }
  .social-block__txt a {
    font-size: 1.5rem
  }
  .social-block__txt p {
    font-size: 1.5rem
  }
  .networks-block__item img {
    width: 2.5rem
  }
  .networks-block__item img {
    height: 2.5rem
  }
  .form input {
    padding-left: 1.0625rem
  }
  .form .input::-webkit-input-placeholder {
    font-size: 1rem
  }
  .form .input:-ms-input-placeholder {
    font-size: 1rem
  }
  .form .input::-ms-input-placeholder {
    font-size: 1rem
  }
  .form .input::placeholder {
    font-size: 1rem
  }
  .form__title {
    font-size: 2.875rem
  }
  .form__title {
    padding-bottom: 1.0625rem
  }
  .form__subtitle {
    font-size: 1rem
  }
  .forma {
    padding-top: 2.125rem
  }
  .accordion-link {
    padding: 1.25rem
  }
  .block1__title {
    font-size: 4.8125rem
  }
  .block1__subtitle {
    padding-top: 1.875rem
  }
  .block1__subtitle {
    padding-left: 1.25rem
  }
  .block1__subtitle {
    padding-right: 1.25rem
  }
  .block1__btn {
    padding-top: 1.875rem
  }
  .block1-1__title {
    font-size: 4.8125rem
  }
  .block1-1__subtitle {
    padding-top: 1.875rem
  }
  .block1-1__btn {
    padding-top: 1.875rem
  }
  .block1-2__title {
    font-size: 4.8125rem
  }
  .block1-2__subtitle {
    padding-top: 1.875rem
  }
  .block1-2__btn {
    padding-top: 1.875rem
  }
  .block2 {
    padding-top: 4.375rem
  }
  .block2 {
    padding-bottom: 4.375rem
  }
  .block2__name h2 {
    font-size: 3rem
  }
  .block2__wrapper {
    padding-top: 3.75rem
  }
  .block2__item {
    gap: 1.5625rem
  }
  .advan__title h2 {
    font-size: 1.875rem
  }
  .block2-1 {
    padding-top: 4.375rem
  }
  .block2-1 {
    padding-bottom: 4.375rem
  }
  .block2-1__name h2 {
    font-size: 3rem
  }
  .block2-1__name h2 {
    padding-bottom: 2.5rem
  }
  .block2-1__wrapper {
    padding-top: 3.75rem
  }
  .block2-1__item {
    padding-left: 1.25rem
  }
  .block2-1__item {
    padding-right: 1.25rem
  }
  .block2-1__item {
    gap: 1.5625rem
  }
  .premium-1__img {
    padding-bottom: 1.25rem
  }
  .itn-1__title h2 {
    font-size: 1.5rem
  }
  .itn-1__title h2 {
    padding-bottom: 1.25rem
  }
  .itn-1__subtitle {
    padding-bottom: 1.25rem
  }
  .block2-2 {
    padding-top: 4.375rem
  }
  .block2-2 {
    padding-bottom: 4.375rem
  }
  .block2-2__name h2 {
    font-size: 3rem
  }
  .block2-2__name h2 {
    padding-bottom: 2.5rem
  }
  .block2-2__item {
    padding: 1.875rem
  }
  .block2-2__item {
    gap: 1.5625rem
  }
  .premium-2__title h2 {
    font-size: 1.875rem
  }
  .block2-3 {
    padding-top: 4.375rem
  }
  .block2-3 {
    padding-bottom: 4.375rem
  }
  .block2-3__name h2 {
    font-size: 3rem
  }
  .block2-3__name h2 {
    padding-bottom: 2.5rem
  }
  .block2-3__wrapper {
    padding-top: 3.75rem
  }
  .block2-3__item {
    padding-left: 1.25rem
  }
  .block2-3__item {
    padding-right: 1.25rem
  }
  .block2-3__item {
    gap: 1.5625rem
  }
  .premium-3__img {
    padding-bottom: 1.25rem
  }
  .itn-3__title h2 {
    font-size: 1.5rem
  }
  .itn-3__title h2 {
    padding-bottom: 1.25rem
  }
  .itn-3__subtitle {
    padding-bottom: 1.25rem
  }
  .block3 {
    padding-top: 4.375rem
  }
  .block3 {
    padding-bottom: 4.375rem
  }
  .block3__item {
    padding: 1.875rem
  }
  .block3__item {
    gap: 1.5625rem
  }
  .info__title h2 {
    font-size: 1.875rem
  }
  .block3-1 {
    padding-top: 4.375rem
  }
  .block3-1 {
    padding-bottom: 4.375rem
  }
  .block3-1__item {
    padding: 1.875rem
  }
  .block3-1__item {
    gap: 1.5625rem
  }
  .info-1__item {
    padding: 1.875rem
  }
  .info-1__item {
    gap: 1.5625rem
  }
  .info-1__title h2 {
    font-size: 1.875rem
  }
  .block3-3 {
    padding-top: 4.375rem
  }
  .block3-3 {
    padding-bottom: 4.375rem
  }
  .block3-3__item {
    padding: 1.875rem
  }
  .block3-3__item {
    gap: 1.5625rem
  }
  .info-3__title h2 {
    font-size: 1.875rem
  }
  .block4 {
    padding-top: 4.375rem
  }
  .block4 {
    padding-bottom: 4.375rem
  }
  .block4__name h2 {
    font-size: 3rem
  }
  .block4__wrapper {
    padding-top: 3.75rem
  }
  .block4__item {
    gap: 1.5625rem
  }
  .mission__subtitle p {
    padding-bottom: 1.25rem
  }
  .block4-1 {
    padding-top: 4.375rem
  }
  .block4-1 {
    padding-bottom: 4.375rem
  }
  .block4-1__name h2 {
    font-size: 3rem
  }
  .block4-1__wrapper {
    padding-top: 3.75rem
  }
  .block4-1__item {
    gap: 1.5625rem
  }
  .mission-1__subtitle p {
    padding-bottom: 1.25rem
  }
  .block4-2 {
    padding-top: 4.375rem
  }
  .block4-2 {
    padding-bottom: 4.375rem
  }
  .block4-2__name h2 {
    font-size: 3rem
  }
  .block4-2__name h2 {
    padding: 1.875rem
  }
  .block4-2__item {
    gap: 1.5625rem
  }
  .block4-3 {
    padding-top: 4.375rem
  }
  .block4-3 {
    padding-bottom: 4.375rem
  }
  .block4-3__name h2 {
    font-size: 3rem
  }
  .block4-3__name h2 {
    padding: 1.875rem
  }
  .block4-3__item {
    gap: 1.5625rem
  }
  .block5 {
    padding-top: 4.375rem
  }
  .block5 {
    padding-bottom: 4.375rem
  }
  .block5__name h2 {
    font-size: 3rem
  }
  .block5__wrapper {
    padding-top: 3.75rem
  }
  .block5__item {
    padding: 1.25rem
  }
  .block5__item {
    gap: 1.5625rem
  }
  .reviews__subtitle p {
    padding-bottom: 1.25rem
  }
  .block5-1 {
    padding-top: 4.375rem
  }
  .block5-1 {
    padding-bottom: 4.375rem
  }
  .block5-1__wrapper {
    padding-top: 3.75rem
  }
  .block5-1__item {
    padding: 1.25rem
  }
  .block5-1__item {
    gap: 1.5625rem
  }
  .reviews-1__subtitle p {
    padding-bottom: 1.25rem
  }
  .block5-1-0__name h2 {
    font-size: 3rem
  }
  .block5-2 {
    padding-top: 4.375rem
  }
  .block5-2 {
    padding-bottom: 4.375rem
  }
  .block5-2__content {
    gap: 2.5rem
  }
  .block5-2__name h2 {
    font-size: 3rem
  }
  .block5-2__name h2 {
    padding-bottom: 1.875rem
  }
  .block5-3 {
    padding-top: 4.375rem
  }
  .block5-3 {
    padding-bottom: 4.375rem
  }
  .block5-3__content {
    gap: 2.5rem
  }
  .block5-3__name h2 {
    font-size: 3rem
  }
  .block5-3__name h2 {
    padding-bottom: 1.875rem
  }
  .block6 {
    padding-top: 4.375rem
  }
  .block6 {
    padding-bottom: 4.375rem
  }
  .block6__name h2 {
    font-size: 3rem
  }
  .block6__name h2 {
    padding-bottom: 2.5rem
  }
}
@media screen and (min-width:768px) {
  .TW {
    max-width: 450px;
    border-radius: 10px;
    left: auto;
    right: 30px;
    bottom: -500px;
    box-shadow: 0 5px 35px rgba(0,0,0,.1);
    animation: ckdeskUp 2.5s forwards;
    animation-delay: 1s;
    -webkit-animation: ckdeskUp 2.5s forwards;
    -webkit-animation-delay: 1s
  }
  .TW.acptd {
    animation: ckdeskDn 2.5s backwards;
    animation-delay: .3s;
    -webkit-animation: ckdeskDn 2.5s backwards;
    -webkit-animation-delay: .3s
  }
}
@media (max-width:20em) {
  .form-start__item.bl2 {
    width: 20rem
  }
  .form-start__item.bl2 {
    padding-top: 1.125rem
  }
  .form-start__item.bl2 {
    padding-bottom: .625rem
  }
  .form-start__item.bl2 {
    padding-left: 1.25rem
  }
  .form-start__item.bl2 {
    padding-right: 1.25rem
  }
  .form-start__item.bl2 p {
    font-size: .75rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .4375rem
  }
  .form-start__title {
    font-size: 1.125rem
  }
  .form-start__title {
    padding-bottom: .875rem
  }
  .form-start__subtitle {
    padding-bottom: .4375rem
  }
  .form-start__subtitle {
    font-size: .875rem
  }
  .form-start-img-bg {
    height: 9.375rem
  }
  .form-start-img-bg {
    width: 20rem
  }
  .input {
    padding-left: .625rem
  }
  .input {
    height: 2.5rem
  }
  .close-form-start {
    right: .625rem
  }
  .close-form-start {
    top: .625rem
  }
  .form-popup {
    row-gap: .4375rem
  }
  .form-thanks__img {
    width: 3.125rem
  }
  .form-thanks__title {
    padding-top: .9375rem
  }
  .form-thanks__title {
    padding-bottom: .625rem
  }
  .form-thanks__title h3 {
    font-size: 1.25rem
  }
  .form-thanks__subtitle p {
    font-size: .875rem
  }
  .button {
    font-size: .875rem
  }
  .button {
    padding-top: .71875rem
  }
  .button {
    padding-bottom: .71875rem
  }
  .button {
    padding-left: 1.6875rem
  }
  .button {
    padding-right: 1.6875rem
  }
  .wrap-bn {
    padding-bottom: 1.25rem
  }
  .name {
    font-size: .875rem
  }
  .name {
    padding-bottom: .625rem
  }
  .title-block {
    font-size: 1.5rem
  }
  .title-sub-text {
    font-size: .875rem
  }
  .block-politica {
    padding-top: 2.5rem
  }
  .block-politica {
    padding-bottom: 2.5rem
  }
  .block-politica__title h2 {
    font-size: 1.5rem
  }
  .block-politica__title h2 {
    padding-bottom: 1.5625rem
  }
  .block6__image-fon {
    margin-bottom: 1.5625rem
  }
  .about {
    padding-bottom: 4.0625rem
  }
  .about__title h2 {
    font-size: 2rem
  }
  .about__title h2 {
    padding-bottom: 1.5625rem
  }
  .about__image {
    margin-bottom: 1.5625rem
  }
  .about__subtitle p {
    padding-bottom: .9375rem
  }
  .advan {
    padding-top: 2.5rem
  }
  .advan {
    padding-bottom: 2.5rem
  }
  .advan__wrapper {
    padding-top: 2.5rem
  }
  .advan__item {
    padding-left: .9375rem
  }
  .advan__item {
    padding-right: .9375rem
  }
  .advan__item {
    gap: 1.25rem
  }
  .advaan__name h2 {
    font-size: 2rem
  }
  .advaan__name h2 {
    padding-bottom: 1.5625rem
  }
  .premium__img {
    padding-bottom: .9375rem
  }
  .itn__title h2 {
    font-size: 1.125rem
  }
  .itn__title h2 {
    padding-bottom: .9375rem
  }
  .itn__subtitle {
    padding-bottom: .9375rem
  }
  .header {
    padding-top: 1.375rem
  }
  .header {
    padding-bottom: .625rem
  }
  .header__logo img {
    width: 8.75rem
  }
  .header__logo img {
    height: 2.5rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer__wraper {
    padding-top: 3.125rem
  }
  .footer__wraper {
    padding-bottom: 3.125rem
  }
  .social-block__txt {
    padding-left: 2.0625rem
  }
  .social-block__txt h2 {
    font-size: 1rem
  }
  .social-block__txt a {
    font-size: 1rem
  }
  .social-block__txt p {
    font-size: 1rem
  }
  .networks-block__item img {
    width: 1.875rem
  }
  .networks-block__item img {
    height: 1.875rem
  }
  .form input {
    padding-left: .5625rem
  }
  .form .input::-webkit-input-placeholder {
    font-size: .875rem
  }
  .form .input:-ms-input-placeholder {
    font-size: .875rem
  }
  .form .input::-ms-input-placeholder {
    font-size: .875rem
  }
  .form .input::placeholder {
    font-size: .875rem
  }
  .form__title {
    font-size: 1.5rem
  }
  .form__title {
    padding-bottom: .5625rem
  }
  .form__subtitle {
    font-size: .875rem
  }
  .forma {
    padding-top: 1.1875rem
  }
  .accordion-link {
    padding: .9375rem
  }
  .block1__title {
    font-size: 2.125rem
  }
  .block1__subtitle {
    padding-top: .9375rem
  }
  .block1__subtitle {
    padding-left: .9375rem
  }
  .block1__subtitle {
    padding-right: .9375rem
  }
  .block1__btn {
    padding-top: .9375rem
  }
  .block1-1__title {
    font-size: 2.125rem
  }
  .block1-1__subtitle {
    padding-top: .9375rem
  }
  .block1-1__btn {
    padding-top: .9375rem
  }
  .block1-2__title {
    font-size: 2.125rem
  }
  .block1-2__subtitle {
    padding-top: .9375rem
  }
  .block1-2__btn {
    padding-top: .9375rem
  }
  .block2 {
    padding-top: 2.5rem
  }
  .block2 {
    padding-bottom: 2.5rem
  }
  .block2__name h2 {
    font-size: 2rem
  }
  .block2__wrapper {
    padding-top: 2.5rem
  }
  .block2__item {
    gap: 1.25rem
  }
  .advan__title h2 {
    font-size: 1.5rem
  }
  .block2-1 {
    padding-top: 2.5rem
  }
  .block2-1 {
    padding-bottom: 2.5rem
  }
  .block2-1__name h2 {
    font-size: 2rem
  }
  .block2-1__name h2 {
    padding-bottom: 1.5625rem
  }
  .block2-1__wrapper {
    padding-top: 2.5rem
  }
  .block2-1__item {
    padding-left: .9375rem
  }
  .block2-1__item {
    padding-right: .9375rem
  }
  .block2-1__item {
    gap: 1.25rem
  }
  .premium-1__img {
    padding-bottom: .9375rem
  }
  .itn-1__title h2 {
    font-size: 1.125rem
  }
  .itn-1__title h2 {
    padding-bottom: .9375rem
  }
  .itn-1__subtitle {
    padding-bottom: .9375rem
  }
  .block2-2 {
    padding-top: 2.5rem
  }
  .block2-2 {
    padding-bottom: 2.5rem
  }
  .block2-2__name h2 {
    font-size: 2rem
  }
  .block2-2__name h2 {
    padding-bottom: 1.5625rem
  }
  .block2-2__item {
    padding: .9375rem
  }
  .block2-2__item {
    gap: 1.25rem
  }
  .premium-2__title h2 {
    font-size: 1.5rem
  }
  .block2-3 {
    padding-top: 2.5rem
  }
  .block2-3 {
    padding-bottom: 2.5rem
  }
  .block2-3__name h2 {
    font-size: 2rem
  }
  .block2-3__name h2 {
    padding-bottom: 1.5625rem
  }
  .block2-3__wrapper {
    padding-top: 2.5rem
  }
  .block2-3__item {
    padding-left: .9375rem
  }
  .block2-3__item {
    padding-right: .9375rem
  }
  .block2-3__item {
    gap: 1.25rem
  }
  .premium-3__img {
    padding-bottom: .9375rem
  }
  .itn-3__title h2 {
    font-size: 1.125rem
  }
  .itn-3__title h2 {
    padding-bottom: .9375rem
  }
  .itn-3__subtitle {
    padding-bottom: .9375rem
  }
  .block3 {
    padding-top: 2.5rem
  }
  .block3 {
    padding-bottom: 2.5rem
  }
  .block3__item {
    padding: .9375rem
  }
  .block3__item {
    gap: 1.25rem
  }
  .info__title h2 {
    font-size: 1.5rem
  }
  .block3-1 {
    padding-top: 2.5rem
  }
  .block3-1 {
    padding-bottom: 2.5rem
  }
  .block3-1__item {
    padding: .9375rem
  }
  .block3-1__item {
    gap: 1.25rem
  }
  .info-1__item {
    padding: .9375rem
  }
  .info-1__item {
    gap: 1.25rem
  }
  .info-1__title h2 {
    font-size: 1.5rem
  }
  .block3-3 {
    padding-top: 2.5rem
  }
  .block3-3 {
    padding-bottom: 2.5rem
  }
  .block3-3__item {
    padding: .9375rem
  }
  .block3-3__item {
    gap: 1.25rem
  }
  .info-3__title h2 {
    font-size: 1.5rem
  }
  .block4 {
    padding-top: 2.5rem
  }
  .block4 {
    padding-bottom: 2.5rem
  }
  .block4__name h2 {
    font-size: 2rem
  }
  .block4__wrapper {
    padding-top: 2.5rem
  }
  .block4__item {
    gap: 1.25rem
  }
  .mission__subtitle p {
    padding-bottom: .9375rem
  }
  .block4-1 {
    padding-top: 2.5rem
  }
  .block4-1 {
    padding-bottom: 2.5rem
  }
  .block4-1__name h2 {
    font-size: 2rem
  }
  .block4-1__wrapper {
    padding-top: 2.5rem
  }
  .block4-1__item {
    gap: 1.25rem
  }
  .mission-1__subtitle p {
    padding-bottom: .9375rem
  }
  .block4-2 {
    padding-top: 2.5rem
  }
  .block4-2 {
    padding-bottom: 2.5rem
  }
  .block4-2__name h2 {
    font-size: 2rem
  }
  .block4-2__name h2 {
    padding: 1.25rem
  }
  .block4-2__item {
    gap: 1.25rem
  }
  .block4-3 {
    padding-top: 2.5rem
  }
  .block4-3 {
    padding-bottom: 2.5rem
  }
  .block4-3__name h2 {
    font-size: 2rem
  }
  .block4-3__name h2 {
    padding: 1.25rem
  }
  .block4-3__item {
    gap: 1.25rem
  }
  .block5 {
    padding-top: 2.5rem
  }
  .block5 {
    padding-bottom: 2.5rem
  }
  .block5__name h2 {
    font-size: 2rem
  }
  .block5__wrapper {
    padding-top: 2.5rem
  }
  .block5__item {
    padding: .9375rem
  }
  .block5__item {
    gap: 1.25rem
  }
  .reviews__subtitle p {
    padding-bottom: .9375rem
  }
  .block5-1 {
    padding-top: 2.5rem
  }
  .block5-1 {
    padding-bottom: 2.5rem
  }
  .block5-1__wrapper {
    padding-top: 2.5rem
  }
  .block5-1__item {
    padding: .9375rem
  }
  .block5-1__item {
    gap: 1.25rem
  }
  .reviews-1__subtitle p {
    padding-bottom: .9375rem
  }
  .block5-1-0__name h2 {
    font-size: 2rem
  }
  .block5-2 {
    padding-top: 2.5rem
  }
  .block5-2 {
    padding-bottom: 2.5rem
  }
  .block5-2__content {
    gap: 2.1875rem
  }
  .block5-2__name h2 {
    font-size: 2rem
  }
  .block5-2__name h2 {
    padding-bottom: 1.25rem
  }
  .block5-3 {
    padding-top: 2.5rem
  }
  .block5-3 {
    padding-bottom: 2.5rem
  }
  .block5-3__content {
    gap: 2.1875rem
  }
  .block5-3__name h2 {
    font-size: 2rem
  }
  .block5-3__name h2 {
    padding-bottom: 1.25rem
  }
  .block6 {
    padding-top: 2.5rem
  }
  .block6 {
    padding-bottom: 2.5rem
  }
  .block6__name h2 {
    font-size: 2rem
  }
  .block6__name h2 {
    padding-bottom: 1.5625rem
  }
}
@media (max-width:68.75em) {
  .form-start__subtitle {
    line-height: 19px
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-1.webp)
  }
}
@media (max-width:61.99875em) {
  .button {
    border-radius: 10px
  }
  .title-block {
    line-height: 51px;
    max-width: 20.5rem
  }
  .title-sub-text {
    max-width: 17.5rem;
    line-height: 18px
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 4;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    height: 5.125rem;
    background-color: #f06e54;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem
  }
  .menu__link {
    font-size: 1.5rem;
    color: #fffdfd
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .social-block__img::before {
    width: 30px;
    height: 30px
  }
  .social-wrap {
    row-gap: 22px
  }
  .networks-block {
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px
  }
  .form input {
    height: 2.625rem;
    border-radius: 10px
  }
  .info-3__title h2 {
    text-align: center
  }
  .info-3__subtitle {

  }
  .info-2__subtitle {
    text-align: center
  }
  .info4-3__subtitle {
    text-align: center
  }
}
@media (max-width:61.99875em)and (max-width:0.125em) {
  .menu__body {
    padding-top: 7.5rem
  }
}
@media (max-width:61.99875em)and (max-width:20em) {
  .menu__body::before {
    padding-top: 1.375rem
  }
  .menu__body::before {
    padding-bottom: .625rem
  }
}
@media (max-width:55.3125em) {
  .form-start__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-2.webp)
  }
  .content-form-start {
    max-width: 585px;
    max-height: 100%
  }
  .content-form-thanks {
    max-width: 585px;
    max-height: 100%
  }
}
@media (max-width:55.3125em)and (max-width:20em) {
  .form-start__item.bl2 {
    padding-bottom: 2.1875rem
  }
  .form-start-img-bg {
    width: 26.25rem
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #fff
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .form-start__subtitle {
    padding-top: .5pxrem
  }
  .form-thanks__subtitle p {
    line-height: 19px
  }
  .button {
    border-radius: 8px
  }
  .title-block {
    line-height: 34px;
    max-width: 100%
  }
  .title-sub-text {
    line-height: 17px;
    max-width: 100%
  }
  .advan__wrapper {
    flex-wrap: wrap
  }
  .advan__item {
    flex: 0 0 100%;
    align-items: center
  }
  .footer__bg {
    background-image: linear-gradient(to right,rgba(0,0,0,.59),rgba(0,0,0,.64)),url(../img/footer/11.jpg)
  }
  .footer__wraper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start
  }
  .social-block__img::before {
    width: 25px;
    height: 25px
  }
  .social-block__txt h2 {
    line-height: 20px
  }
  .social-block__txt a {
    line-height: 20px
  }
  .social-block__txt p {
    line-height: 20px
  }
  .social-wrap {
    row-gap: 15px
  }
  .form input {
    height: 2.625rem;
    border-radius: 8px
  }
  .block1-1 {
    height: 600px;
    align-items: flex-start
  }
  .block1-1__subtitle {
    max-width: 100%
  }
  .block1-2 {
    height: 600px;
    align-items: flex-start
  }
  .block1-2__wrapper {
    width: 100%
  }
  .block1-2__subtitle {
    max-width: 100%
  }
  .block2__item {
    flex: 0 0 98%
  }
  .advan__title {
    max-width: 100%
  }
  .block2-1__wrapper {
    flex-wrap: wrap
  }
  .block2-1__item {
    flex: 0 0 100%;
    align-items: center
  }
  .block2-2__item {
    flex: 0 0 98%
  }
  .block2-3__wrapper {
    flex-wrap: wrap
  }
  .block2-3__item {
    flex: 0 0 100%;
    align-items: center
  }
  .block3__item {
    flex: 0 0 98%
  }
  .block3-1__item {
    flex: 0 0 98%
  }
  .info-1__item {
    flex: 0 0 98%
  }
  .block3-3__item {
    flex: 0 0 98%
  }
  .itm {

  }
  .itm-2 {
    flex: 0 0 100%
  }
  .block4__item {
    flex: 0 0 100%
  }
  .block4-1__item {
    flex: 0 0 100%
  }
  .block4-2__name h2 {
    margin-right: 0
  }
  .block4-2__item {
    flex: 0 0 98%
  }
  .itm-b4 {
    flex: 0 0 100%
  }
  .itm-2-b4 {
    flex: 0 0 100%
  }
  .block4-3__name h2 {
    margin-right: 0
  }
  .block4-3__item {
    flex: 0 0 98%
  }
  .itm-b4 {
    flex: 0 0 100%
  }
  .itm-2-b4 {
    flex: 0 0 100%
  }
  .block5__wrapper {
    flex-wrap: wrap
  }
  .block5__item {
    flex: 0 0 100%;
    align-items: center
  }
  .block5-1__wrapper {
    flex-wrap: wrap
  }
  .block5-1__item {
    flex: 0 0 100%;
    align-items: center
  }
  .block5-1-0__wrapper {
    flex-wrap: wrap;
    gap: 20px
  }
  .ava__item {
    max-width: 50px
  }
  .block5-2__wrapper {
    flex-wrap: wrap
  }
  .comment__img1 {
    width: 55px;
    height: 55px
  }
  .com2 {
    flex: 0 0 100%
  }
  .com1 {
    flex: 0 0 100%
  }
  .block5-3__wrapper {
    flex-wrap: wrap
  }
  .comment-3__img1 {
    width: 75px;
    height: 75px
  }
  .com2-3 {
    flex: 0 0 100%
  }
  .com1-3 {
    flex: 0 0 100%
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .block1-1 {
    padding-top: .9375rem
  }
  .block1-2 {
    padding-top: .9375rem
  }
}
@media (max-width:29.99875em) {
  .header__btn-menu {
    display: none
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
  }
  .menu-open .header__btn-menu {
    left: 0
  }
  .menu-open .header__btn-menu::before {
    left: 0
  }
}
@media (min-width:20em)and (max-width:89.3125em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,15.0586113616rem + 24.7069431921vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.0889314698rem + .180342651vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.5286293959rem + 3.6068530207vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.5286293959rem + 3.6068530207vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.6057258792rem + .7213706041vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2932258792rem + .7213706041vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.944657349rem + .9017132552vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.8569657349rem + .0901713255vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2932258792rem + .7213706041vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7667944094rem + .5410279531vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-1.4455590622rem + 54.1027953111vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,18.2506762849rem + 8.7466185753vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.3544860234rem + 1.3525698828vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4278629396rem + .3606853021vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3833972047rem + .2705139766vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,2.2232867448rem + 4.5085662759vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.9614517583rem + 1.4427412083vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7667944094rem + .5410279531vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .button {
    padding-top: clamp(.71875rem ,.6466129396rem + .3606853021vw ,.96875rem)
  }
  .button {
    padding-bottom: clamp(.71875rem ,.6466129396rem + .3606853021vw ,.96875rem)
  }
  .button {
    padding-left: clamp(1.6875rem ,1.344848963rem + 1.7132551849vw ,2.875rem)
  }
  .button {
    padding-right: clamp(1.6875rem ,1.344848963rem + 1.7132551849vw ,2.875rem)
  }
  .wrap-bn {
    padding-bottom: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .name {
    font-size: clamp(.875rem ,.7667944094rem + .5410279531vw ,1.25rem)
  }
  .name {
    padding-bottom: clamp(.625rem ,.5348286745rem + .4508566276vw ,.9375rem)
  }
  .title-block {
    font-size: clamp(1.5rem ,1.0671776375rem + 2.1641118124vw ,3rem)
  }
  .title-sub-text {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .block-politica {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block-politica {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block-politica__title h2 {
    font-size: clamp(1.5rem ,1.4098286745rem + .4508566276vw ,1.8125rem)
  }
  .block-politica__title h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,1.5rem);
    padding-top: clamp(1.5625rem, 1.2919860234rem + 1.3525698828vw, 1.5rem);
  }
  .block6__image-fon {
    margin-bottom: clamp(1.5625rem ,1.2018146979rem + 1.8034265104vw ,2.8125rem)
  }
  .about {
    padding-bottom: clamp(4.0625rem ,3.4313007214rem + 3.1559963931vw ,6.25rem)
  }
  .about__title h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .about__title h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,2.5rem)
  }
  .about__image {
    margin-bottom: clamp(1.5625rem ,1.2018146979rem + 1.8034265104vw ,2.8125rem)
  }
  .about__subtitle p {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .advan {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .advan {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .advan__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .advan__item {
    padding-left: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .advan__item {
    padding-right: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .advan__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .advaan__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .advaan__name h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,2.5rem)
  }
  .premium__img {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .itn__title h2 {
    font-size: clamp(1.125rem ,1.0167944094rem + .5410279531vw ,1.5rem)
  }
  .itn__title h2 {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .itn__subtitle {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .header {
    
  }
  .header {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
  .header__logo img {
    width: clamp(8.75rem ,7.5056357078rem + 6.2218214608vw ,13.0625rem)
  }
 
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.414506312rem + 2.61496844vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.414506312rem + 2.61496844vw ,2.75rem);
    column-gap: clamp(.9375rem ,.414506312rem + 2.61496844vw ,2.75rem)
  }
  .footer__wraper {
    padding-top: clamp(3.125rem ,2.944657349rem + .9017132552vw ,3.75rem)
  }
  .footer__wraper {
    padding-bottom: clamp(3.125rem ,2.0068755636rem + 5.5906221821vw ,7rem)
  }
  .social-block__txt {
    padding-left: clamp(2.0625rem ,1.7018146979rem + 1.8034265104vw ,3.3125rem)
  }
  .social-block__txt h2 {
    font-size: clamp(1rem ,.8557258792rem + .7213706041vw ,1.5rem)
  }
  .social-block__txt a {
    font-size: clamp(1rem ,.8557258792rem + .7213706041vw ,1.5rem)
  }
  .social-block__txt p {
    font-size: clamp(1rem ,.8557258792rem + .7213706041vw ,1.5rem)
  }
  .networks-block__item img {
    width: clamp(1.875rem ,1.694657349rem + .9017132552vw ,2.5rem)
  }
  .networks-block__item img {
    height: clamp(1.875rem ,1.694657349rem + .9017132552vw ,2.5rem)
  }
  .form input {
    padding-left: clamp(.5625rem ,.4182258792rem + .7213706041vw ,1.0625rem)
  }
  .form .input::-webkit-input-placeholder {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .form .input:-ms-input-placeholder {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .form .input::-ms-input-placeholder {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .form .input::placeholder {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .form__title {
    font-size: clamp(1.5rem ,1.1032461677rem + 1.9837691614vw ,2.875rem)
  }
  .form__title {
    padding-bottom: clamp(.5625rem ,.4182258792rem + .7213706041vw ,1.0625rem)
  }
  .form__subtitle {
    font-size: clamp(.875rem ,.8389314698rem + .180342651vw ,1rem)
  }
  .forma {
    padding-top: clamp(1.1875rem ,.9169860234rem + 1.3525698828vw ,2.125rem)
  }
  .accordion-link {
    padding: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block1__title {
    font-size: clamp(2.125rem ,1.3495266005rem + 3.8773669973vw ,4.8125rem)
  }
  .block1__subtitle {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block1__subtitle {
    padding-left: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block1__subtitle {
    padding-right: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block1__btn {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block1-1__title {
    font-size: clamp(2.125rem ,1.3495266005rem + 3.8773669973vw ,4.8125rem)
  }
  .block1-1__subtitle {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block1-1__btn {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block1-2__title {
    font-size: clamp(2.125rem ,1.3495266005rem + 3.8773669973vw ,4.8125rem)
  }
  .block1-2__subtitle {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block1-2__btn {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block2 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block2__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block2__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .advan__title h2 {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .block2-1 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2-1 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2-1__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block2-1__name h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,2.5rem)
  }
  .block2-1__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block2-1__item {
    padding-left: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block2-1__item {
    padding-right: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block2-1__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .premium-1__img {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .itn-1__title h2 {
    font-size: clamp(1.125rem ,1.0167944094rem + .5410279531vw ,1.5rem)
  }
  .itn-1__title h2 {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .itn-1__subtitle {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block2-2 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2-2 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2-2__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block2-2__name h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,2.5rem)
  }
  .block2-2__item {
    padding: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block2-2__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .premium-2__title h2 {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .block2-3 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2-3 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block2-3__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block2-3__name h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,2.5rem)
  }
  .block2-3__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block2-3__item {
    padding-left: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block2-3__item {
    padding-right: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block2-3__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .premium-3__img {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .itn-3__title h2 {
    font-size: clamp(1.125rem ,1.0167944094rem + .5410279531vw ,1.5rem)
  }
  .itn-3__title h2 {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .itn-3__subtitle {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block3 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block3 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block3__item {
    padding: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block3__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .info__title h2 {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .block3-1 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block3-1 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block3-1__item {
    padding: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block3-1__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .info-1__item {
    padding: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .info-1__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .info-1__title h2 {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .block3-3 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block3-3 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block3-3__item {
    padding: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block3-3__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .info-3__title h2 {
    font-size: clamp(1.5rem ,1.3917944094rem + .5410279531vw ,1.875rem)
  }
  .block4 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block4__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block4__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .mission__subtitle p {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block4-1 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4-1 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4-1__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block4-1__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block4-1__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .mission-1__subtitle p {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block4-2 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4-2 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4-2__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block4-2__name h2 {
    padding: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .block4-2__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .block4-3 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4-3 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block4-3__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block4-3__name h2 {
    padding: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .block4-3__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .block5 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block5__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block5__item {
    padding: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block5__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .reviews__subtitle p {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block5-1 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5-1 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5-1__wrapper {
    padding-top: clamp(2.5rem ,2.1393146979rem + 1.8034265104vw ,3.75rem)
  }
  .block5-1__item {
    padding: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block5-1__item {
    gap: clamp(1.25rem ,1.1598286745rem + .4508566276vw ,1.5625rem)
  }
  .reviews-1__subtitle p {
    padding-bottom: clamp(.9375rem ,.8473286745rem + .4508566276vw ,1.25rem)
  }
  .block5-1-0__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block5-2 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5-2 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5-2__content {
    gap: clamp(2.1875rem ,2.0973286745rem + .4508566276vw ,2.5rem)
  }
  .block5-2__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block5-2__name h2 {
    padding-bottom: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .block5-3 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5-3 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block5-3__content {
    gap: clamp(2.1875rem ,2.0973286745rem + .4508566276vw ,2.5rem)
  }
  .block5-3__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block5-3__name h2 {
    padding-bottom: clamp(1.25rem ,1.069657349rem + .9017132552vw ,1.875rem)
  }
  .block6 {
    padding-top: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block6 {
    padding-bottom: clamp(2.5rem ,1.9589720469rem + 2.7051397656vw ,4.375rem)
  }
  .block6__name h2 {
    font-size: clamp(2rem ,1.7114517583rem + 1.4427412083vw ,3rem)
  }
  .block6__name h2 {
    padding-bottom: clamp(1.5625rem ,1.2919860234rem + 1.3525698828vw ,2.5rem)
  }
}
@media (max-width:55.3125em)and (min-width:89.3125em) {
  .form-start__item.bl2 {
    padding-bottom: 3.125rem
  }
  .form-start-img-bg {
    width: 69.375rem
  }
}
@media (max-width:55.3125em)and (min-width:20em)and (max-width:89.3125em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.9169860234rem + 1.3525698828vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,13.8063570784rem + 62.2182146078vw ,69.375rem)
  }
}
@media (max-width:61.99875em)and (min-width:20em) {
  .menu__body {
    padding-top: 11.25rem
  }
}
@media (max-width:61.99875em)and (min-width:0.125em)and (max-width:20em) {
  .menu__body {
    padding-top: clamp(7.5rem ,7.4764150943rem + 18.8679245283vw ,11.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:89.3125em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:89.3125em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.2307258792rem + .7213706041vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.444657349rem + .9017132552vw ,1.25rem)
  }
}
@media (max-width:47.99875em)and (min-width:89.3125em) {
  .block1-1 {
    padding-top: 1.875rem
  }
  .block1-2 {
    padding-top: 1.875rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:89.3125em) {
  .block1-1 {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
  .block1-2 {
    padding-top: clamp(.9375rem ,.6669860234rem + 1.3525698828vw ,1.875rem)
  }
}
@media (any-hover:hover) {
  .button:hover {
    background-color: #f06e54;
    box-shadow: 0 0 6px #b31a52
  }
  .menu__link:hover {
    color: #f06e54;
    transition: all .3s ease 0s
  }
}
@media(max-width:650px){
  .block1-1 {
      background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000), url(../img/block1/222.jpg);
    }
  .men1-1::after {
      width: 169px;
      height: 210px;
    }
        .footer2 {
          display: flex;
          background-color: #000;
          height: 80px;
            gap: 7px;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          flex-direction: column-reverse;
          align-content: center;
        }
                .footer2 p {
                  color: #fffdfd;
                  text-align: center;
                }
}
.hov{
  color:#b4e3da;
}
h2{
  color: #008c8e;
    text-shadow: 0 .25rem 1.75rem rgb(0 80 255 / 73%);
}
.bt1 {
  
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  overflow-x: hidden;
}

.bt1 .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  100% {
    left: 150%;
  }
}