@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(253, 253, 253, 0.655);
  line-height: 1;
  font-family: Unbounded;
  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: Unbounded;
  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:22%;
  background-image: url(../img/res1.png);
  background-position: center
}

@media (max-width:650px) {
  body {
    background-size: 55%;
    background-image: url(../img/res1.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: #c9ebce;
    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: rgb(229, 229, 229)
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat
}
.form-start__subtitle span {
      background: linear-gradient(58.63deg, rgb(239 2 131) 0, #7233cb 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;background: linear-gradient(58.63deg, rgb(239 2 131) 0, #7233cb 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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  font-family: Unbounded;
  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: Unbounded;
  font-weight: 500;
  color: rgb(229, 229, 229);
  background: linear-gradient(58.63deg, rgb(237 186 33) 0, #edba211f 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: rgb(229, 229, 229);
}
.title-block {
  color: rgb(229, 229, 229);
  font-family: Unbounded;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 41.375rem;
  width: 100%;
  line-height: 69px
}
.title-block span {
      background: linear-gradient(58.63deg, rgb(239 2 131) 0, #7233cb 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: Unbounded;
  line-height: 19px
}
.block-politica__title h2 {
  color: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
}
.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 #02320d;
  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: #000000;
  background-color: rgb(30 67 18 / 75%);
  font-size: 15px;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  overflow: k2hide;
  max-width: 100%;
  cursor: pointer;
  transition: all .3sease;
}
.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: rgb(229, 229, 229);
  text-align: center;
  font-weight: 900
}
.brd {
      background: linear-gradient(180.63deg, rgb(40 128 6) 0, #007431 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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  font-weight: 700
}

.gr-1 {
  background: rgba(204,150,251,.9803921569)
}
.gr-2 {
  background: #ca8ffe
}
.gr-3 {
  background: #a778d0
}
.gr-4 {
  background: #8a64ab
}
.accordion-link {
  font-size: 1.6rem;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  background-color: #002806;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.block1-1__container{
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.block1 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/block1/diza.png);
  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 bottom, rgb(0 0 0 / 55%), #000000), url(../img/ww.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
  z-index: 1
}
.block1-1__title {
  text-align: center;
  background: linear-gradient(180.63deg, #ffffff 0, #edba21 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
  font-weight: 600
}
.block1-1__subtitle {
margin: 0 auto;
  text-align: center;
  color: #fffdfd;
  font-weight: 500;
  max-width: 65%;
}
.block1-1__btn {
  display: flex;
      justify-content: center;
}

.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: rgb(229, 229, 229);
  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: column
}
.advan__title {
  max-width: 75%;
  display: flex;
  justify-content: center
}
.advan__title h2 {
  text-align: center;
  color: rgb(229, 229, 229);
  font-weight: 700
}
.advan__subtitle {
  text-align: center
}
.block2-1__name h2 {
  color: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  font-weight: 700
}
.block2-2__name h2 {
  text-align: right;
  color: rgb(229, 229, 229);
  font-weight: 900
}
.block2-2__wrapper {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block2-2__item {
  border: 2px solid rgb(229, 229, 229);
  flex: 0 0 48%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column
}
.premium-2__title h2 {
  color: rgb(229, 229, 229);
  font-weight: 700
}
.block2-3__name h2 {
  text-align: center;
  color: rgb(229, 229, 229);
  font-weight: 900
}
.block2-3__wrapper {
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  font-weight: 700
}
.block3-3__wrapper {
      margin-bottom: 60px;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}
.block3-3__item {
  border: 2px solid rgb(229, 229, 229);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 44%;
  justify-content: center;
  min-height: 250px;
  flex-direction: column
}
.bgf-1 {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.52),#0f0f0f),url(../img/block3/1.webp);
  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/2.avif);
  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/3.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/4.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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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;
  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: rgb(229, 229, 229)
}
.itm-b4 {
  display: flex;
  flex: 0 0 38%
}
.itm-2-b4 {
  display: flex;
  flex: 0 0 58%
}
.block4-3__name h2 {
  color: rgb(229, 229, 229);
  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: rgb(229, 229, 229)
}
.itm-b4 {
  display: flex;
  flex: 0 0 38%
}
.itm-2-b4 {
  display: flex;
  flex: 0 0 58%
}
.block5__name h2 {
  color: rgb(229, 229, 229);
  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 {
  width: 30px
}
.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 {
  width: 30px
}
.reviews-1__subtitle p {
  text-align: center
}
.block5-1-0__wrapper {
  display: flex;
  justify-content: space-evenly
}
.block5-1-0__name h2 {
  color: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  font-weight: 500
}
.social-block {
  position: relative
}

.social-block__img::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  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: Unbounded;
  font-weight: 600
}

.social-block__txt a {
  color: #b6b6b6;
  line-height: 33px;
  font-family: Unbounded;
  font-weight: 400
}

.social-block__txt p {
  color: #fffdfd;
  line-height: 33px;
  font-family: Unbounded;
  font-weight: 400
}

.social-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px
}
.phone::before {
  background-image: url(../img/footer-icon/phone.svg)
}

.email::before {
  background-image: url(../img/footer-icon/email.svg)
}
.location::before {
  background-image: url(../img/footer-icon/Location.svg)
}
.comment__subtitle p {
  color: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  text-align: center;
  font-weight: 900
}
.accordion {
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color .5s ease
}
.accordion:hover {
  border-color: rgb(229, 229, 229)
}

.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: rgb(229, 229, 229);
  background-color: #fff;
  box-shadow: rgba(33,35,38,.1) 0 10px 10px -10px
}

.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: rgb(229, 229, 229);
  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: rgb(229, 229, 229);
  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 {

  }
  .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
  }
 
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }

  .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.275rem
  }
  .form__title {

  }
  .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: 3.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 rgb(13 71 3 / 98%);
    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
  }

  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }

  .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:#b0b0b0;
    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: rgb(229, 229, 229);
  }
  .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: #ffffff
  }
  .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
  }

  .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 (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 {
    
  }
  .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 {
    
  }
  .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)
  }

 
  .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)
  }

  .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 ,2.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){
  .men1-1::after {
      width: 169px;
      height: 210px;
    }
       
}


.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-height: 400px;
  height: auto;
  object-fit: cover;
  z-index: -1;
  /* Заполняет контейнер */
}
.vv{
  position: relative;
}
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}


.tdf{
  flex-wrap: wrap;
  display: flex;
    align-items: center;
    justify-content: space-around;
}
.ft__container{

}
.footer__social {
  max-width: 29.375rem;
  width: 100%;
}
.ttr1{
      max-width: 100%;
        width: 100%;
        overflow: hidden;
        border-radius: 15px;
}
.block1-21{
  padding: 60px 0px 60px 0px;
}
.ref{
  text-align: center;
    background: linear-gradient(180.63deg, #ffffff 0, #edba21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 40px;
}
@media (max-width:650px){
  .ref{

      font-size: 26px;
      padding-bottom: 30px;
  }
  .tdf {
    flex-wrap: wrap;
    gap: 80px;
    display: flex
;
    align-items: center;
    justify-content: space-around;
    flex-direction: column-reverse;
}
.form__title{
  display: none;
}
}


.swiper {
  width: 80%;
  max-width: 900px;
}

.swiper-slide {
  display: flex;
  background: #222;
  border-radius: 10px;
  overflow: hidden;
}

.slide-image {
  width: 60%;
  position: relative;
}

.slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.slide-content {
  width: 40%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1a1a1a;
  border-radius: 0 10px 10px 0;
}

.slide-content h2 {
  color: #ffbf00;
  font-size: 20px;
  margin-bottom: 10px;
}

.slide-content p {
  font-size: 14px;
  color: #ddd;
}

/* Стили стрелок */
.swiper-button-next, .swiper-button-prev {
  color: white;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.tty img {
  max-height: 100%!important;
}