* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
*::after,
*::before {
  box-sizing: border-box
}

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
}

body {
  color: #d6d2c4;
  line-height: 1;
  font-family: Arial, sans-serif;
  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: Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  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
}

.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: Arial, sans-serif
}

.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: Arial, sans-serif;
  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: Arial, sans-serif;
  font-weight: 400;
  position: relative;
  color: #fff;
  background-color: #cba768;
  border-radius: 10px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  transition: background-color .3s ease, box-shadow .3s ease
}

.button::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 10px;
  right: -6px;
  bottom: -7px;
  border: 1px solid #cba768;
  height: 35px;
  border-radius: 7px
}

.title {
  max-width: 100%;
  font-family: Arial, sans-serif;
  color: #cba768;
  text-transform: uppercase
}

.header {
  border-bottom: 1px solid #bababa
}

.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header__logo {
  position: relative;
  z-index: 5
}

.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: rgba(0, 0, 0, .5019607843);
  position: relative
}

.footer p {
  color: #fff
}

.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer__item {
  display: flex;
  gap: 20px;
  flex-direction: column
}

.footer__item p {
  font-weight: 300
}

.footer__item img {
  max-width: 120px
}

.pp a {
  text-decoration: underline
}

.fp {
  color: #939393 !important;
  text-align: center
}

body {
  background-color: #121417
}

p {
  font-weight: 400
}

.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-top: -100px;
  position: relative;
  background-image: url(../newImg/fon.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  padding-top: 0
}

.banner__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 55%
}

.banner__subtext {
  max-width: 100%
}

.banner__title {

  color: #cba768;
  font-family: Arial, sans-serif
}

.situation__title {
  max-width: 60%;
  font-family: Arial, sans-serif;
  color: #cba768;
  text-transform: uppercase
}

.situation__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px
}

.situation__item {
  border: 1px solid #cba768;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 31%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #000
}

.situation__img img {
  overflow: hidden;
  border-radius: 17px;
  max-width: 100%
}

.situation__subtitle {
  text-align: center;
  color: #cba768;
  font-family: Arial, sans-serif
}

.etap__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  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: Arial, sans-serif
}

.etap__button {
  display: flex;
  flex-direction: column;
  align-items: center
}

/* .et1::after {
  background-image: url(../newImg/1_3.jpg)
}

.et2::after {
  background-image: url(../newImg/2_3.jpg)
}

.et3::after {
  background-image: url(../newImg/3_1.jpg)
}

.et4::after {
  background-image: url(../newImg/4.jpg)
} */

.about {
  position: relative;
  background-image: url(../newImg/1_4.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  height: 550px;
  padding-top: 30px;
}

.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: Arial, sans-serif
}

.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: Arial, sans-serif
}

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

.team {
  position: relative;
  background-image: url(../newImg/1_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.team__wrapper {
  border: 1px solid #cba768;
  border-radius: 17px;
  background-color: rgba(0, 0, 0, .8);
  align-items: center;
  display: flex;
  justify-content: space-between
}

.team__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}

.team__img img {
  border-radius: 15px;
  max-width: 100%
}

.accent {
  color: #cba768;
  font-weight: 700
}

.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: #cba762 !important;
  right: 10px
}

.swiper-button-prev {
  color: #cba762 !important;
  left: 10px
}

.swiper-slide {
  width: 233px !important;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  border: 1px solid rgba(255, 174, 0, .4196078431);
  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: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff5722;
  padding: 14px 13px 14px 16px;
  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
}

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

.for {
  position: relative;
  background-image: url(../newImg/1_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.for::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .46);
  z-index: 2;
  pointer-events: none
}

.for__container {
  z-index: 999;
  position: relative
}

.for__wrapper {
  border: 1px solid #cba768;
  border-radius: 17px;
  background-color: rgba(0, 0, 0, .89);
  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: Arial, sans-serif
}

.for__subtitle1 {
  text-align: center;
  color: #cba768;
  font-family: Arial, sans-serif
}

.for__img {
  margin: 0 auto
}

.for__img img {
  max-width: 100%
}

.f1 {
  display: flex;
  flex-direction: column
}

.f2 {
  display: flex;
  flex-direction: column
}

#leadform {
  display: flex;
  gap: 5px;
  flex-direction: column
}

.input-form {
  background-color: #474747;
  border: 1px solid #9d7b3e;
  width: 100%;
  padding: 7px 10px 7px 10px;
  border-radius: 4px
}

.lse {
  justify-content: center;

  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d5d5d5
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d5d5d5
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #d5d5d5
}

input::placeholder,
textarea::placeholder {
  color: #d5d5d5
}

.popup__btn {
  display: flex
}

.submitbtn {
  text-transform: uppercase;
  max-width: 90%;
  margin: 0 auto;
  font-weight: 600
}

@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
  }

  .header {
    z-index: 99999 !important;
    padding-top: .4375rem
  }

  .header {
    padding-bottom: .4375rem
  }

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

  .banner__subtext {
    padding-right: .9375rem
  }

  .banner__subtext p {
    font-size: 1.375rem
  }

  .banner__title {}

  .banner__title {
    padding-right: .9375rem
  }

  .banner__title {
    font-size: 2.25rem
  }

  .banner__button {
    padding-top: 3.75rem
  }

  .situation__title {
    padding-top: 4.0625rem
  }

  .situation__title {
    padding-bottom: 2.8125rem
  }

  .situation__title {
    font-size: 2.125rem
  }

  .situation__item {
    padding-bottom: 1.5625rem
  }

  .situation__subtitle {
    padding-left: .9375rem
  }

  .situation__subtitle {
    padding-right: .9375rem
  }

  .situation__subtitle {
    font-size: 1.625rem
  }

  .situation__subtext {
    padding-left: .9375rem
  }

  .situation__subtext {
    padding-right: .9375rem
  }

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

  .etap__button {
    padding-top: 3.125rem
  }

  .etap__button {
    padding-bottom: 3.125rem
  }

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

  .team {
    padding-top: 3.125rem
  }

  .team {
    padding-bottom: 3.125rem
  }

  .team__wrapper {
    padding: 2.1875rem
  }

  .slider-wrapper {
    padding-bottom: 3.125rem
  }

  .for {
    padding-top: 3.125rem
  }

  .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 {
    padding-left: .9375rem
  }

  .for__subtitle1 {
    padding-right: .9375rem
  }

  .for__subtitle1 {
    font-size: 1.375rem
  }
}

@media (max-width:650px) {
  .bnm {
    display: none;
  }

  .sl__container {
    padding-left: 35px;
    padding-right: 35px
  }
}

@media (max-width:750px) {
  .r4 {
    text-transform: uppercase;
    font-size: 18px !important;
  }

  .bnm {
    display: none;
  }

}

@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.25rem
  }

  .header {
    padding-top: .3125rem
  }

  .header {
    padding-bottom: .3125rem
  }

  .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 {
    padding-left: .625rem
  }

  .banner__subtext {
    padding-right: .625rem
  }

  .banner__subtext p {
    font-size: 1rem
  }

  .banner__title {
    padding-left: .625rem
  }

  .banner__title {
    padding-right: .625rem
  }

  .banner__title {
    font-size: 1.5rem
  }

  .banner__button {
    padding-top: 1.875rem
  }

  .situation__title {
    padding-top: 2.5rem
  }

  .situation__title {
    padding-bottom: 1.5625rem
  }

  .situation__title {
    font-size: 1.25rem
  }

  .situation__item {
    padding-bottom: .9375rem
  }

  .situation__subtitle {
    padding-left: .625rem
  }

  .situation__subtitle {
    padding-right: .625rem
  }

  .situation__subtitle {
    font-size: 1.25rem
  }

  .situation__subtext {
    padding-left: .625rem
  }

  .situation__subtext {
    padding-right: .625rem
  }

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

  .etap__button {
    padding-top: 1.875rem
  }

  .etap__button {
    padding-bottom: 1.875rem
  }

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

  .team {
    padding-top: 1.875rem
  }

  .team {
    padding-bottom: 1.875rem
  }

  .team__wrapper {
    padding: .9375rem
  }

  .slider-wrapper {
    padding-bottom: 2.1875rem
  }

  .for {
    padding-top: 1.875rem
  }

  .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 {
    padding-left: .625rem
  }

  .for__subtitle1 {
    padding-right: .625rem
  }

  .for__subtitle1 {
    font-size: 1.125rem
  }
}

@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
  }

  .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: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@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: #cba768
  }

  .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 {
    max-width: 100%;
    text-align: center
  }

  .header {
    display: none
  }

  .footer__wraper {
    gap: 20px;
    flex-direction: column-reverse;

  }

  .footer__item p {
    text-align: center
  }

  .footer__item img {
    max-width: 80px
  }

  .bl1 {
    display: flex;
    gap: 5px;
    flex-direction: column
  }

  .banner {

    margin-top: -83px;
    height: 100vh;
    background-image: url(../newImg/fon-mob.jpg)
  }

  .banner__wrapper {
    padding-top: 310px;
  }

  .banner__item {
    max-width: 100%
  }

  .banner__subtext p {
    text-align: center
  }

  .banner__title {
    text-align: center
  }

  .banner__button {
    display: flex;
    justify-content: center
  }

  .situation__title {
    max-width: 100%;
    text-align: center
  }

  .situation__wrapper {
    flex-wrap: wrap
  }

  .situation__item {
    flex: 0 0 100%
  }

  .etap__wrapper {
    flex-wrap: wrap
  }

  .etap__item {
    flex: 0 0 100%
  }

  .etap__item::after {
    width: 125px;
    height: 65px
  }

  .about {
    background-image: url(../newImg/1_4.jpg);
    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%
  }

  .team__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }

  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }

  .lse {
    font-size: 13px
  }
}

@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, .625rem + 0, .625rem)
  }

  .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: 26px;
  }

  .header {
    padding-top: clamp(.3125rem, .263117284rem + .2469135802vw, .4375rem)
  }

  .header {
    padding-bottom: clamp(.3125rem, .263117284rem + .2469135802vw, .4375rem)
  }

  .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: clamp(.9375rem, .8634259259rem + .3703703704vw, 1.125rem)
  }

  .banner__subtext {}

  .banner__subtext {
    padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .banner__subtext p {
    font-size: clamp(1rem, .8518518519rem + .7407407407vw, 1.375rem)
  }

  .banner__title {}

  .banner__title {
    padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .banner__title {
    font-size: clamp(1.5rem, 1.2037037037rem + 1.4814814815vw, 2.25rem)
  }

  .banner__button {
    padding-top: clamp(1.875rem, 1.1342592593rem + 3.7037037037vw, 3.75rem)
  }

  .situation__title {
    padding-top: clamp(2.5rem, 1.8827160494rem + 3.0864197531vw, 4.0625rem)
  }

  .situation__title {
    padding-bottom: clamp(1.5625rem, 1.0686728395rem + 2.4691358025vw, 2.8125rem)
  }

  .situation__title {
    font-size: clamp(1.25rem, .9043209877rem + 1.7283950617vw, 2.125rem)
  }

  .situation__item {
    padding-bottom: clamp(.9375rem, .6905864198rem + 1.2345679012vw, 1.5625rem)
  }

  .situation__subtitle {
    padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .situation__subtitle {
    padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .situation__subtitle {
    font-size: clamp(1.25rem, 1.1018518519rem + .7407407407vw, 1.625rem)
  }

  .situation__subtext {
    padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .situation__subtext {
    padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

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

  .etap__button {
    padding-top: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
  }

  .etap__button {
    padding-bottom: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
  }

  .about {}

  .about {}

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

  .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__wrapper {
    padding: clamp(.9375rem, .4436728395rem + 2.4691358025vw, 2.1875rem)
  }

  .slider-wrapper {
    padding-bottom: clamp(2.1875rem, 1.8171296296rem + 1.8518518519vw, 3.125rem)
  }

  .for {
    padding-top: clamp(1.875rem, 1.3811728395rem + 2.4691358025vw, 3.125rem)
  }

  .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 {
    padding-left: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .for__subtitle1 {
    padding-right: clamp(.625rem, .5015432099rem + .6172839506vw, .9375rem)
  }

  .for__subtitle1 {
    font-size: clamp(1.125rem, 1.0262345679rem + .4938271605vw, 1.375rem)
  }
}

@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) {
  .button:hover {
    background-color: #d8ab5b;
    box-shadow: 0 0 6px #d8ca25
  }

  .menu__link:hover {
    color: #cba768;
    transition: all .3s ease 0s
  }
}











/* Detail styling */
.details {
  margin: 0 auto;
  max-width: 750px;
  --padding: 10px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.details__title {
  font-family: Arial, sans-serif;

}

.details+.details {
  margin-top: 15px;
}

.details__title {
  --width: 20px;
  --height: 3px;
  --radius: 1px;
  --color: currentColor;
  margin: 0;
  padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
}

.details__title:before,
.details__title:after {
  content: '';
  color: #cb9942;
  display: block;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  position: absolute;
  border-radius: var(--radius);
  top: calc(50% - (var(--height) / 2));
  right: calc(var(--width) / 2);
  transition: all .2s ease-in-out;
}

.details__title:after {
  rotate: 90deg;
}


.details__container1 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.details__container1[open] .details__title:before {
  rotate: 45deg;
  /* rotate: 135deg; */
}

.details__container1[open] .details__title:after {
  rotate: 135deg;
  /* rotate: 225deg; */
}

.details__container1[open] .details__title {
  border-radius: 3px;
  background-color: rgba(255, 174, 0, .4196078431);
}

.details__summary::marker {
  content: '';
}

.details__desc {
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: all .2s ease-in-out;
  overflow: hidden;
  padding-inline: var(--padding);
  pointer-events: none;
}

.details__container1[open]+.details__desc {
  visibility: visible;
  grid-template-rows: 1fr;
  padding-block: var(--padding);
}

.details__desc-inner {
  min-height: 0;
}


#popup-video {
  width: 600px;
  height: 300px;
  border-radius: 10px;
}

@media (max-width:700px) {
  #popup-video {
    width: 300px;
    height: 500px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .w1 {
    order: 2;
  }

  .w2 {
    order: 3;
  }

  .w3 {
    order: 1;
  }
}

@media (max-width: 319.98px) {
  .banner {
    height: unset !important;
    margin-bottom: 35px;
  }

  .banner__wrapper {
    padding-top: 200px;
  }

  [class*=__container] {
    max-width: unset;
    padding-left: 5px;
    padding-right: 5px;
  }

  .title {
    font-size: 13px;
    padding: 0;
  }

  .banner__title {
    font-size: 14px !important;
    padding: 0;
  }

  .banner__subtext {
    padding: 0;
  }

  .banner__subtext p {
    font-size: 12px;
  }

  .banner__button .button {
    font-size: 14px !important;
    border-radius: 5px;
    padding: 10px 15px;
  }

  .situation__title {
    margin-bottom: 15px;
  }

  .situation__subtitle {
    text-align: left;
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  .situation__wrapper {
    gap: 15px;
  }

  .situation__item {
    gap: 10px;
  }

  .siyuation {
    margin-bottom: 35px;
  }

  .etap__wrapper {
    padding-top: 15px;
  }

  .etap__item {
    gap: 10px;
  }

  .etap__subtitle {
    font-size: 16px;
    text-align: left;
  }

  .etap__wrapper {
    gap: 15px;
  }

  .about__wrapper {}

  .about__item {
    flex: 0 0 100%;
  }

  .about__subtitle {
    font-size: 16px;
  }

  .about {
    height: auto;
    padding: 20px 0px;
    margin: 0;
  }

  .about2 {
    padding-bottom: 0;
  }

  .about2__wrapper {
    padding: 20px 0;
    gap: 15px;
  }

  .about2__subtitle {
    font-size: 16px;
  }

  .about2__subtext {
    font-size: 12px;
  }

  .itm2 img {
    max-width: 100%;
  }

  .for__wrapper {
    gap: 15px;
    padding: 10px;
  }

  .for__subtitle,
  .for__subtitle1 {
    font-size: 16px;
  }

  .button {
    border-radius: 5px;
    font-size: 13px;
    margin-top: 0 !important;
    padding: 5px;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
  }

  .button::after {
    z-index: -1;
  }

  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text],
  .iti--allow-dropdown input[type=tel],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text],
  .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 65px !important;
    margin-left: 0;
    color: #ffffff;
    width: 100%;
  }

  .input-form,
  .input-form::placeholder,
  .iti__selected-dial-code {
    font-size: 11px;
  }
}