@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: #d6d2c4;
  line-height: 1;
  font-family: Inter;
  font-size: totoRem(18);
  -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: #000;
  background-color: rgba(0,0,0,0)
}
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
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 69.375rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 69.375rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,69.375rem) 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
}
.swip{
  padding-top: 20px;
}

.about-swiper {
  padding-top: 30px!important;
  padding-bottom: 30px!important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0;
}

.about-swiper .swiper-slide {
  width: 300px!important;
  height: auto;
  border: none;
  transition: transform 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* Активный слайд — больше */
.about-swiper .swiper-slide-active img {
  transform: scale(1.3);
  z-index: 2;
}

/* Навигация */
.about-prev,
.about-next {
  color: #000!important;
  top: 50%;
}


#popup-video{
  width: 600px;
  height: 300px;
  border-radius: 10px;
 }
 @media (max-width:700px) {
   .stages__wrapper {
    gap: 15px!important; 
  }
   #popup-video{
     width: 300px;
     height: 500px;
     border-radius: 10px;
    }
 }
 
.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 {
  color: #cba768
}
.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: #cba768
}
.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: Inter;
  font-weight: 400;
  position: relative;
  color: #fff;
  background-color: #c3233a;
  border-radius: 35px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  transition: background-color .3s ease,box-shadow .3s ease
}
.title {
  max-width: 60%;
  font-family: Inter;
  color: #000;
  text-transform: uppercase
}
.header {
  background-color: #44181d;
  border-bottom: 1px solid #bababa
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  display: flex;
  gap: 5px;
  position: relative;
  z-index: 5;
  align-content: center;
  flex-direction: row;
  align-items: center
}
.header__logo img {
  max-width: 18.0625rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
  padding: 0 .625rem
}
.menu__body {
  z-index: 7
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: .625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem
}
.menu__link {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px
}
.footer {
  background-color: #000;
  position: relative
}
.footer p {
  color: #fff
}
.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer__item {
  max-width: 30%;
  display: flex;
  gap: 20px;
  flex-direction: column
}
.footer__item p {
  font-weight: 300
}
.footer__item img {
  max-width: 120px
}
.pp {
  text-decoration: underline
}
.fp {
  color: #939393!important;
  text-align: center
}
body {
  background-color: #e7e7e7
}
p {
  font-weight: 400
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  position: relative;
  background-image: url(../img/fon.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding-top: 0;
  min-height: 500px
}
.banner__item {
  display: flex;
  gap: 15px;
  flex-direction: column;
  max-width: 50%
}
.banner__subtext {
  position: relative;
  max-width: 90%
}
.banner__subtext p {
  position: relative;
  color: #fff;
  padding-left: 30px
}
.banner__subtext p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/ic.svg) no-repeat center/contain
}
.banner__title {
  color: #fff;
  font-family: Inter
}
.about-section {
  text-align: center;
  padding: 40px 20px
}
.about-section h2 {
  color: #000;
  margin-bottom: 10px
}
.about-section p {
  color: #000;
  max-width: 700px;
  margin: 0 auto 40px
}
.about-swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0
}
.about-swiper .swiper-slide {
  width: 300px!important;
  height: auto;
  border: none;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  display: flex;
  justify-content: center;
  align-items: center
}
.about-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.about-swiper .swiper-slide-active img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 2
}
.about-next,
.about-prev {
  color: #000!important;
  top: 50%
}
.team {
  background-color: #000;
  position: relative
}
.team__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between
}
.team__item {
  justify-content: center;
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.team__subtitle h2 {
  text-transform: uppercase
}
.team__img img {
  border-radius: 15px;
  max-width: 100%
}
.accent {
  color: #cba768;
  font-weight: 700
}
.scroll-block {
  border: 2px solid #000;
  max-width: 400px;
  position: relative;
  height: 220px;
  overflow: hidden;
  background-color: #000;
  font-family: Inter,sans-serif;
  color: #fff
}
.scroll-block .scroll-list {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-animation: scrollUp 50s linear infinite;
  animation: scrollUp 50s linear infinite
}
.scroll-block .scroll-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0
}
.scroll-block .item {
  display: flex;
  align-items: center;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 16px 24px;
  max-width: 500px;
  width: 100%;
  border: 1px solid #5d222a;
  box-shadow: 0 0 10px #541721
}
.scroll-block .icon {
  background: #900;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 16px
}
.scroll-block .text {
  gap: 10px;
  display: flex;
  color: #c6989e
}
.scroll-block .text .number {
  font-size: 31px;
  font-weight: 500;
  display: flex;
  color: #fff;
  align-items: center
}
.scroll-block .text .desc {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #c6989e;
  margin-top: 2px
}
.scroll-block .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 2;
  pointer-events: none
}
.scroll-block .overlay.top {
  top: -5px;
  background: linear-gradient(to bottom,#000 80%,transparent)
}
.scroll-block .overlay.bottom {
  bottom: -5px;
  background: linear-gradient(to top,#000 80%,transparent)
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}
.siyuation {
  background: linear-gradient(90.04deg,#331115 -4.68%,#5d222a 55.59%,#21080c 111.08%)
}
.situation__title {
  max-width: 80%;
  font-family: Inter;
  color: #fff;
  text-transform: uppercase;
  padding-top: 0
}
.situation__wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 20px
}
.situation__item {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 29%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.situation__img img {
  overflow: hidden;
  border-radius: 3px;
  max-width: 100%
}
.situation__subtitle {
  color: #fff;
  font-family: Inter;
  text-transform: uppercase
}
.situation__subtext {
  color: #d6d2c4;
  font-weight: 300
}
.sit-wrap__item {
  display: flex;
  gap: 10px;
  flex-direction: column
}
.swiper-wrapper {
  gap: 20px
}
.slider-wrapper {
  position: relative;
  width: 100%;
  gap: 20px;
  overflow: hidden
}
.swiper-container {
  position: relative;
  width: 100%
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10
}
.swiper-button-next {
  color: #c3233a!important;
  right: 10px
}
.swiper-button-prev {
  color: #c3233a!important;
  left: 10px
}
.swiper-slide {
  width: 233px!important;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  border: 1px solid #c3233a;
  background-color: rgba(0,0,0,.774);
  background-position: center;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  text-align: center;
  position: relative
}
.swiper-slide img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover
}
.swiper-slide h3 {
  margin: 10px 0
}
.swiper-slide .play-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff5722;
  padding: 10px 10px 11px 12px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 18px
}
.swiper-slide .play-button:active {
  background-color: #e64a19
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.8);
  justify-content: center;
  align-items: center;
  z-index: 9999
}
.popup__content {
  position: relative;
  width: 90vw;
  max-width: 800px;
  aspect-ratio: 16/9
}
.popup iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px
}
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  background: 0 0;
  border: none;
  font-size: 30px;
  color: #fff;
  cursor: pointer
}
.gft {
  display: flex;
  gap: 7px;
  flex-direction: column
}
.fo-pw {
  margin-bottom: 7px;
  display: flex;
  gap: 7px;
  justify-content: space-evenly;
  flex-wrap: wrap
}
.hov {
  color: rgba(255,186,0,.7019607843)
}
/*.ff::before {*/
/*  content: " VERIFIED COMPANY";*/
/*  position: absolute;*/
/*  top: 35%;*/
/*  -webkit-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*  left: 100%;*/
/*  margin-left: 20px;*/
/*  background-color: #e6f4ea;*/
/*  color: #137333;*/
/*  font-size: 11px;*/
/*  font-weight: 600;*/
/*  padding: 4px 8px 4px 26px;*/
/*  border-radius: 4px;*/
/*  white-space: nowrap;*/
/*  display: inline-block;*/
/*  background-image: url(../img/vec.svg);*/
/*  background-repeat: no-repeat;*/
/*  background-size: 14px 14px;*/
/*  background-position: 6px center*/
/*}*/
/*.ff::after {*/
/*  content: "Prisma Legal Group —\aмеждународная юридическая компания";*/
/*  white-space: pre-line;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  -webkit-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*  left: 100%;*/
/*  margin-left: 20px;*/
/*  font-size: 13px;*/
/*  color: #fff;*/
/*  width: 100%;*/
/*  max-width: 169px;*/
/*  line-height: 1.4*/
/*}*/
.etap__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  flex-wrap: wrap
}
.etap__item {
  position: relative;
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #000
}
.etap__item::after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 90px;
  position: absolute;
  top: -25px;
  right: -35px;
  z-index: -1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
  background-repeat: no-repeat
}
.etap__subtitle {
  text-align: center;
  color: #cba768;
  font-family: Inter
}
.etap__button {
  display: flex;
  flex-direction: column;
  align-items: center
}
.et1::after {
  background-image: url(../img/block3/1.webp)
}
.et2::after {
  background-image: url(../img/block3/2.webp)
}
.et3::after {
  background-image: url(../img/block3/3.webp)
}
.et4::after {
  background-image: url(../img/block3/4.webp)
}
.about {
  position: relative;
  background-image: url(../img/block4/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 600px
}
.about__wrapper {
  display: flex;
  justify-content: flex-end
}
.about__item {
  position: relative;
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 50%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: rgba(0,0,0,.8)
}
.about__subtitle {
  text-align: center;
  color: #cba768;
  font-family: Inter
}
.about__subtext {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.about2__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px
}
.about2__item {
  position: relative;
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #000
}
.about2__subtitle {
  text-align: center;
  color: #cba768;
  font-family: Inter
}
.about2__subtext {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.itm1 {
  display: flex;
  justify-content: center;
  width: 60%
}
.itm2 {
  border: 0 solid #cba768;
  border-radius: 0;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  justify-content: flex-end;
  width: 37%
}
.itm2 img {
  max-width: 100%
}
.for {
  position: relative
}
.for::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none
}
.for__container {
  z-index: 9999999;
  position: relative
}
.for__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between
}
.for__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.for__subtitle {
  text-align: center;
  color: #cba768;
  font-family: Inter
}
.for__subtitle1 {
  color: #fff;
  font-family: Inter;
  text-transform: uppercase
}
.for__img {
  max-width: 300px;
  margin: 0 auto
}
.for__img img {
  max-width: 100%
}
.ert {
  background: linear-gradient(90.09deg,#331115 27.1%,#5d222a 57.07%,#21080c 98.69%)
}
.f1 {
  display: flex;
  flex-direction: column
}
.ff {
  position: relative;
  max-width: 470px;
  display: flex;
  flex-direction: column;
  gap: 7px
}
.f2 {
  display: flex;
  flex-direction: column
}
#leadform {
  display: flex;
  gap: 5px;
  flex-direction: column
}
.input-form {
  background-color: #fffefe;
  border: 1px solid rgba(157,124,62,0);
  width: 100%;
  padding: 7px 10px 7px 10px;
  border-radius: 3px
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #050505
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #050505
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #050505
}
input::placeholder,
textarea::placeholder {
  color: #050505
}
.popup__btn {
  display: flex
}
.inf {
  font-size: 11px;
  text-align: center
}
.submitbtn {
  text-transform: uppercase;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600
}
.stages__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.row1__wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 20px
}
.row1__item {
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 32%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2509803922)
}
.row1__info-bl {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.row1__info-bl img {
  max-width: 30px
}
.row1__info-bl h2 {
  color: #616161
}
.row1__title {
  text-transform: uppercase
}
.it-accent {
  color: #d6d2c4;
  background: linear-gradient(90.09deg,#331115 27.1%,#5d222a 57.07%,#21080c 98.69%)
}
.it-accent h2 {
  color: #fff
}
.und {
  text-decoration: underline
}
.row2 {
  max-width: 100%
}
.row2__wrapper {
  display: flex;
  justify-content: space-evenly;
  gap: 20px
}
.row2__info-bl {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.row2__info-bl img {
  max-width: 30px
}
.row2__info-bl h2 {
  color: #fff
}
.row2__title {
  color: #822b37;
  text-align: center;
  text-transform: uppercase
}
.img-wrap__wrapper {
  display: flex;
  align-items: center
}
.img-wrap__item {
  display: flex;
  flex-direction: column
}
.t1 {
  color: #fff;
  text-align: start
}
.itw1 {
  background-color: #250104;
  color: #d6d2c4;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  width: 66%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2509803922)
}
.itw2 {
  max-width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-evenly;
  width: 32%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,.2509803922)
}
.swiper-wrapper {
  gap: 0!important
}
.advantages-swiper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0
}
.advantages-swiper .swiper-slide {
  width: auto;
  flex-shrink: 0
}
.rew {
  height: 100%!important;
  border: none!important;
  background-color: rgba(255,0,0,0)!important;
  border-radius: 0!important;
  box-shadow: none!important;
  max-width: 300px!important;
  width: 100%!important
}
.advantages-swiper img {
  padding-left: 10px;
  width: 100%;
  height: auto
}
.swiper-pagination-bullet {
  background: #000;
  opacity: .5
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #820f0f!important;
}
.advantages-swiper{
  padding-bottom: 20px!important;
}
@media (min-width:70.625em) {
  .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: .65625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.875rem
  }
  .button {
    padding-right: 1.875rem
  }
  .title {
    padding-top: 4.0625rem
  }
  .title {
    padding-bottom: 2.8125rem
  }
  .title {
    font-size: 2.125rem
  }
  .title {
    line-height: 2.125rem
  }
  .header {
    padding-top: .4375rem
  }
  .header {
    padding-bottom: .4375rem
  }
  .header__logo p {
    font-size: 1rem
  }
  .header__logo img {
    width: 4.6875rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .footer {
    padding-top: 2.5rem
  }
  .footer {
    padding-bottom: 2.5rem
  }
  .fp {
    font-size: .875rem
  }
  .fp {
    padding-top: .9375rem
  }
  p {
    font-size: 1.125rem
  }
  .banner__subtext p {
    font-size: 1.1875rem
  }
  .banner__title {
    font-size: 2.125rem
  }
  .banner__button {
    padding-top: 3.75rem
  }
  .min {
    font-size: .75rem
  }
  .about-section h2 {
    font-size: 1.875rem
  }
  .team {
    padding-top: 3.125rem
  }
  .team {
    padding-bottom: 3.125rem
  }
  .team__subtitle h2 {
    font-size: 1.875rem
  }
  .team__subtitle h2 {
    line-height: 2.125rem
  }
  .siyuation {
    padding-top: 2.8125rem
  }
  .siyuation {
    padding-bottom: 2.8125rem
  }
  .situation__title {
    padding-bottom: 2.1875rem
  }
  .situation__title {
    font-size: 2.125rem
  }
  .situation__subtitle {
    font-size: 1.375rem
  }
  .etap__wrapper {
    padding-top: 3.125rem
  }
  .etap__item {
    padding-top: 1.5625rem
  }
  .etap__item {
    padding-bottom: 1.5625rem
  }
  .etap__subtitle {
    padding-left: .9375rem
  }
  .etap__subtitle {
    padding-right: .9375rem
  }
  .etap__subtitle {
    font-size: 1.375rem
  }
  .etap__subtext {
    padding-left: 1.25rem
  }
  .etap__subtext {
    padding-right: 1.25rem
  }
  .about {
    margin-bottom: 1.5625rem
  }
  .about {
    padding-top: 3.75rem
  }
  .about {
    padding-bottom: 8.75rem
  }
  .about__item {
    padding-top: 1.5625rem
  }
  .about__item {
    padding-bottom: 1.5625rem
  }
  .about__subtitle {
    padding-left: .9375rem
  }
  .about__subtitle {
    padding-right: .9375rem
  }
  .about__subtitle {
    font-size: 1.75rem
  }
  .about__subtext {
    padding-left: 2.8125rem
  }
  .about__subtext {
    padding-right: 2.8125rem
  }
  .about2 {
    padding-bottom: 4.0625rem
  }
  .about2__wrapper {
    padding-top: 3.125rem
  }
  .about2__item {
    padding-top: 1.5625rem
  }
  .about2__item {
    padding-bottom: 1.5625rem
  }
  .about2__subtitle {
    padding-left: .9375rem
  }
  .about2__subtitle {
    padding-right: .9375rem
  }
  .about2__subtitle {
    font-size: 1.75rem
  }
  .about2__subtext {
    padding-left: 2.8125rem
  }
  .about2__subtext {
    padding-right: 2.8125rem
  }
  .for {
    padding-bottom: 3.125rem
  }
  .for__wrapper {
    padding: 2.1875rem
  }
  .for__subtitle {
    padding-left: .9375rem
  }
  .for__subtitle {
    padding-right: .9375rem
  }
  .for__subtitle {
    font-size: 1.75rem
  }
  .for__subtitle1 {
    font-size: 1.75rem
  }
  .numb {
    font-size: 1.5625rem
  }
  .row1__item {
    padding: .9375rem
  }
  .row1__title {
    font-size: 1.25rem
  }
  .row2__title {
    font-size: 1.375rem
  }
  .img-wrap__item {
    gap: 1.25rem
  }
  .itw1 {
    padding: .9375rem
  }
  .itw2 {
    padding: .9375rem
  }
}
@media (max-width:650px) {
  .sl__container {
    padding-left: 35px;
    padding-right: 35px
  }
}
@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: .625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.25rem
  }
  .button {
    padding-right: 1.25rem
  }
  .title {
    padding-top: 2.5rem
  }
  .title {
    padding-bottom: 1.5625rem
  }
  .title {
    font-size: 1.5rem
  }
  .title {
    line-height: 1.5rem
  }
  .header {
    padding-top: .3125rem
  }
  .header {
    padding-bottom: .3125rem
  }
  .header__logo p {
    font-size: .9375rem
  }
  .header__logo img {
    width: 4.375rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer {
    padding-top: 1.25rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  .fp {
    font-size: .8125rem
  }
  .fp {
    padding-top: .625rem
  }
  p {
    font-size: .9375rem
  }
  .banner__subtext p {
    font-size: .8125rem
  }
  .banner__title {
    font-size: 1.5rem
  }
  .banner__button {
    padding-top: 1.875rem
  }
  .min {
    font-size: .75rem
  }
  .about-section h2 {
    font-size: 1.375rem
  }
  .team {
    padding-top: 1.875rem
  }
  .team {
    padding-bottom: 1.875rem
  }
  .team__subtitle h2 {
    font-size: 1.375rem
  }
  .team__subtitle h2 {
    line-height: 1.375rem
  }
  .siyuation {
    padding-top: 1.5625rem
  }
  .siyuation {
    padding-bottom: 1.5625rem
  }
  .situation__title {
    padding-bottom: 1.5625rem
  }
  .situation__title {
    font-size: 1.25rem
  }
  .situation__subtitle {
    font-size: 1.125rem
  }
  .etap__wrapper {
    padding-top: 2.5rem
  }
  .etap__item {
    padding-top: .9375rem
  }
  .etap__item {
    padding-bottom: .9375rem
  }
  .etap__subtitle {
    padding-left: .625rem
  }
  .etap__subtitle {
    padding-right: .625rem
  }
  .etap__subtitle {
    font-size: 1.125rem
  }
  .etap__subtext {
    padding-left: .625rem
  }
  .etap__subtext {
    padding-right: .625rem
  }
  .about {
    margin-bottom: 4.375rem
  }
  .about {
    padding-top: 2.1875rem
  }
  .about {
    padding-bottom: 5.625rem
  }
  .about__item {
    padding-top: .9375rem
  }
  .about__item {
    padding-bottom: .9375rem
  }
  .about__subtitle {
    padding-left: .625rem
  }
  .about__subtitle {
    padding-right: .625rem
  }
  .about__subtitle {
    font-size: 1.25rem
  }
  .about__subtext {
    padding-left: .625rem
  }
  .about__subtext {
    padding-right: .625rem
  }
  .about2 {
    padding-bottom: 1.875rem
  }
  .about2__wrapper {
    padding-top: 2.5rem
  }
  .about2__item {
    padding-top: .9375rem
  }
  .about2__item {
    padding-bottom: .9375rem
  }
  .about2__subtitle {
    padding-left: .625rem
  }
  .about2__subtitle {
    padding-right: .625rem
  }
  .about2__subtitle {
    font-size: 1.25rem
  }
  .about2__subtext {
    padding-left: .625rem
  }
  .about2__subtext {
    padding-right: .625rem
  }
  .for {
    padding-bottom: 1.875rem
  }
  .for__wrapper {
    padding: .9375rem
  }
  .for__subtitle {
    padding-left: .625rem
  }
  .for__subtitle {
    padding-right: .625rem
  }
  .for__subtitle {
    font-size: 1.25rem
  }
  .for__subtitle1 {
    font-size: 1.375rem
  }
  .numb {
    font-size: 1.25rem
  }
  .row1__item {
    padding: .9375rem
  }
  .row1__title {
    font-size: 1.125rem
  }
  .row2__title {
    font-size: 1.25rem
  }
  .img-wrap__item {
    gap: .9375rem
  }
  .itw1 {
    padding: .9375rem
  }
  .itw2 {
    padding: .9375rem
  }
}
@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: 30px
  }
  .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: 3.875rem;
    background-color: rgba(129,93,243,.1215686275);
    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: .875rem
  }
  .icon-menu {
    display: none;
    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)
  }
}
@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: none;
    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: #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)
  }
  .form-start__subtitle {
    padding-top: .5pxrem
  }
  .form-thanks__subtitle p {
    line-height: 19px
  }
  .button {
    border-radius: 25px
  }
  .title {
    max-width: 100%;
    text-align: center
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column
  }
  .footer__item {
    max-width: 100%
  }
  .footer__item p {
    text-align: center
  }
  .footer__item img {
    max-width: 80px
  }
  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column;
    order: 2
  }
  .b1 {
    order: 2
  }
  .b2 {
    order: 0
  }
  .b3 {
    order: 1
  }
  .banner {
    margin-top: 0;
    height: 95vh;
    background-image: url(../img/fon-mob.webp)
  }
  .banner__wrapper {
    padding-top: 150px
  }
  .banner__item {
    gap: 10px;
    max-width: 100%
  }
  .banner__subtext {
    max-width: 100%
  }
  .banner__subtext p {
    text-align: center;
    padding-left: 0
  }
  .banner__title {
    text-align: center
  }
  .banner__button {
    display: flex;
    justify-content: center
  }
  .about-section {
    padding: 46px 0;
        display: flex;
        gap: 10px;
        flex-direction: column;
  }
  .about-section p {
    margin: 0 auto 0
  }
  .team__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .team__subtitle h2 {
    text-align: center
  }
  .situation__title {
    max-width: 100%;
    text-align: center
  }
  .situation__wrapper {
    flex-wrap: wrap
  }
  .situation__item {
    flex: 0 0 100%
  }
  .situation__img {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center
  }
  .slider-wrapper {
    padding-bottom: 0
  }
  .ff::before {
    display: none
  }
  .ff::after {
    display: none
  }
  .etap__wrapper {
    flex-wrap: wrap
  }
  .etap__item {
    flex: 0 0 100%
  }
  .etap__item::after {
    width: 125px;
    height: 65px
  }
  .about {
    background-image: url(../img/block4/2.webp);
    background-position: left
  }
  .about__item {
    flex: 0 0 70%
  }
  .about__subtext {
    gap: 10px
  }
  .about2__wrapper {
    flex-wrap: wrap
  }
  .about2__subtext {
    gap: 10px
  }
  .itm1 {
    width: 100%
  }
  .itm2 {
    width: 100%
  }
  .itm2 img {
    margin: 0 auto;
    max-width: 65%
  }
  .for {
    padding-bottom: .625rem
  }
  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .for__subtitle1 {
    text-align: center
  }
  .ff {
    gap: 5px
  }
  .input-form {
    padding: 2px 10px 2px 10px
  }
  .lse {
    font-size: 13px
  }
  .submitbtn {
    max-width: 100%
  }
  
  .row1__wrapper {
    flex-wrap: wrap;
    gap: 15px
  }
  .row1__item {
    flex: 0 0 100%;
    justify-content: center;
    min-height: 250px
  }
  .row2__wrapper {
    flex-wrap: wrap
  }
  .img-wrap__wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column
  }
  .itw1 {
    width: 100%
  }
  .itw2 {
    display: none
  }
  .rew {
    max-width: 430px!important
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .for__wrapper {
    padding-bottom: 1.875rem
  }
}
@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:70.625em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,13.2345679012rem + 33.8271604938vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.075617284rem + .2469135802vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.262345679rem + 4.9382716049vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.262345679rem + 4.9382716049vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.5524691358rem + .987654321vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2399691358rem + .987654321vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.8780864198rem + 1.2345679012vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.850308642rem + .1234567901vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2399691358rem + .987654321vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7268518519rem + .7407407407vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-5.4398148148rem + 74.0740740741vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,17.6049382716rem + 11.975308642vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.2546296296rem + 1.8518518519vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4012345679rem + .4938271605vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3634259259rem + .3703703704vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,1.8904320988rem + 6.1728395062vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.5671296296rem + 1.8518518519vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.8549382716rem + 1.975308642vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7268518519rem + .7407407407vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.825617284rem + .2469135802vw ,1rem)
  }
  .button {
    padding-top: clamp(.625rem ,.612654321rem + .0617283951vw ,.65625rem)
  }
  .button {
    padding-bottom: clamp(.625rem ,.612654321rem + .0617283951vw ,.65625rem)
  }
  .button {
    padding-left: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .button {
    padding-right: clamp(1.25rem ,1.0030864198rem + 1.2345679012vw ,1.875rem)
  }
  .title {
    padding-top: clamp(2.5rem ,1.8827160494rem + 3.0864197531vw ,4.0625rem)
  }
  .title {
    padding-bottom: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .title {
    font-size: clamp(1.5rem ,1.2530864198rem + 1.2345679012vw ,2.125rem)
  }
  .title {
    line-height: clamp(1.5rem ,1.2530864198rem + 1.2345679012vw ,2.125rem)
  }
  .header {
    padding-top: clamp(.3125rem ,.263117284rem + .2469135802vw ,.4375rem)
  }
  .header {
    padding-bottom: clamp(.3125rem ,.263117284rem + .2469135802vw ,.4375rem)
  }
  .header__logo p {
    font-size: clamp(.9375rem ,.912808642rem + .1234567901vw ,1rem)
  }
  .header__logo img {
    width: clamp(4.375rem ,4.2515432099rem + .6172839506vw ,4.6875rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem);
    column-gap: clamp(.9375rem ,.2214506173rem + 3.5802469136vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.7561728395rem + 2.4691358025vw ,2.5rem)
  }
  .fp {
    font-size: clamp(.8125rem ,.787808642rem + .1234567901vw ,.875rem)
  }
  .fp {
    padding-top: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  p {
    font-size:18px;
  }
  .banner__subtext p {
    font-size: clamp(.8125rem ,.6643518519rem + .7407407407vw ,1.1875rem)
  }
  .banner__title {
    font-size: clamp(1.5rem ,1.2530864198rem + 1.2345679012vw ,2.125rem)
  }
  .banner__button {
    padding-top: clamp(1.875rem ,1.1342592593rem + 3.7037037037vw ,3.75rem)
  }
  .min {
    font-size: 12px;
  }
  .about-section h2 {
    font-size: clamp(1.375rem ,1.1774691358rem + .987654321vw ,1.875rem)
  }
  .team {
    padding-top: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .team {
    padding-bottom: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .team__subtitle h2 {
    font-size: clamp(1.375rem ,1.1774691358rem + .987654321vw ,1.875rem)
  }
  .team__subtitle h2 {
    line-height: clamp(1.375rem ,1.0787037037rem + 1.4814814815vw ,2.125rem)
  }
  .siyuation {
    padding-top: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .siyuation {
    padding-bottom: clamp(1.5625rem ,1.0686728395rem + 2.4691358025vw ,2.8125rem)
  }
  .situation__title {
    padding-bottom: clamp(1.5625rem ,1.3155864198rem + 1.2345679012vw ,2.1875rem)
  }
  .situation__title {
    font-size: clamp(1.25rem ,.9043209877rem + 1.7283950617vw ,2.125rem)
  }
  .situation__subtitle {
    font-size: clamp(1.125rem ,1.0262345679rem + .4938271605vw ,1.375rem)
  }
  .etap__wrapper {
    padding-top: clamp(2.5rem ,2.2530864198rem + 1.2345679012vw ,3.125rem)
  }
  .etap__item {
    padding-top: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .etap__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .etap__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .etap__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .etap__subtitle {
    font-size: clamp(1.125rem ,1.0262345679rem + .4938271605vw ,1.375rem)
  }
  .etap__subtext {
    padding-left: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .etap__subtext {
    padding-right: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
  .about {
    margin-bottom: clamp(1.5625rem ,5.4861111111rem + -5.5555555556vw ,4.375rem)
  }
  .about {
    padding-top: clamp(2.1875rem ,1.5702160494rem + 3.0864197531vw ,3.75rem)
  }
  .about {
    padding-bottom: clamp(5.625rem ,4.3904320988rem + 6.1728395062vw ,8.75rem)
  }
  .about__item {
    padding-top: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about__subtitle {
    font-size: clamp(1.25rem ,1.0524691358rem + .987654321vw ,1.75rem)
  }
  .about__subtext {
    padding-left: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .about__subtext {
    padding-right: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .about2 {
    padding-bottom: clamp(1.875rem ,1.0108024691rem + 4.3209876543vw ,4.0625rem)
  }
  .about2__wrapper {
    padding-top: clamp(2.5rem ,2.2530864198rem + 1.2345679012vw ,3.125rem)
  }
  .about2__item {
    padding-top: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about2__item {
    padding-bottom: clamp(.9375rem ,.6905864198rem + 1.2345679012vw ,1.5625rem)
  }
  .about2__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about2__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .about2__subtitle {
    font-size: clamp(1.25rem ,1.0524691358rem + .987654321vw ,1.75rem)
  }
  .about2__subtext {
    padding-left: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .about2__subtext {
    padding-right: clamp(.625rem ,-.2391975309rem + 4.3209876543vw ,2.8125rem)
  }
  .for {
    padding-bottom: clamp(1.875rem ,1.3811728395rem + 2.4691358025vw ,3.125rem)
  }
  .for__wrapper {
    padding: clamp(.9375rem ,.4436728395rem + 2.4691358025vw ,2.1875rem)
  }
  .for__subtitle {
    padding-left: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle {
    padding-right: clamp(.625rem ,.5015432099rem + .6172839506vw ,.9375rem)
  }
  .for__subtitle {
    font-size: clamp(1.25rem ,1.0524691358rem + .987654321vw ,1.75rem)
  }
  .for__subtitle1 {
    font-size: clamp(1.375rem ,1.2268518519rem + .7407407407vw ,1.75rem)
  }
  .numb {
    font-size: clamp(1.25rem ,1.1265432099rem + .6172839506vw ,1.5625rem)
  }
  .row1__item {
    padding: 10px;
  }
  .row1__title {
    font-size: clamp(1.125rem ,1.075617284rem + .2469135802vw ,1.25rem)
  }
  .row2__title {
    font-size: clamp(1.25rem ,1.200617284rem + .2469135802vw ,1.375rem)
  }
  .img-wrap__item {
    gap: clamp(.9375rem ,.8140432099rem + .6172839506vw ,1.25rem)
  }
  .itw1 {
    padding: 10px;
  }
  .itw2 {
    padding: clamp(.9375rem ,.9375rem + 0 ,.9375rem)
  }
}
@media (max-width:55.3125em)and (min-width:70.625em) {
  .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:70.625em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.8171296296rem + 1.8518518519vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,9.212962963rem + 85.1851851852vw ,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:70.625em) {
  .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:70.625em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.1774691358rem + .987654321vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.3780864198rem + 1.2345679012vw ,1.25rem)
  }
}
@media (max-width:47.99875em)and (min-width:70.625em) {
  .for__wrapper {
    padding-bottom: 2.1875rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:70.625em) {
  .for__wrapper {
    padding-bottom: clamp(1.875rem ,1.7515432099rem + .6172839506vw ,2.1875rem)
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    color: #cba768;
    transition: all .3s ease 0s
  }
}