

/* Start:/local/templates/site/assets/css/style.css?1725298691115647*/
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400..700;1,400..700&family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
}
.mySwiper2 a {
  cursor: pointer;
}
.swiper-wrapper, .swiper-initialized {
  height: inherit !important;
}
.errors {
  background: white;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  font-family: Montserrat;
}
.success {
  background: white;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
  font-family: Montserrat;
}
.swiper-button-lock {
  display: none !important;
}
.text__p1 {
  font-family: Cuprum;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.68px;
  text-align: left;
  color: white;
}

html {
  scroll-behavior: smooth;
}

body {
  /* width: 100vw; */
  overflow-x: hidden;
}

/* navbar */

.navbar {
  position: absolute;
  top: 0px;
  width: 100%;
  border-bottom: 1px solid white;
}

.navbar__body {
  max-width: 1440px;
  margin: auto;
  width: 95%;
  display: grid;
  align-items: center;
  padding-top: 3px;
  height: 125px;
  grid-template-columns: 327px auto 330px 91px;
}

.navbar__logo {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 24px;
}

.navbar__logo_img {
  padding-right: 18px;
}

.navbar__logo_p {
  width: 50%;
}

.navbar_nav {
  display: flex;
  gap: 11px;
  list-style: none;
  justify-content: space-between;
  max-width: 660px;
  margin: auto;
}
.navbar_nav a {
  text-decoration: none;
}
.navbar__logo__item {
  display: flex;
}

.navbar_nav__item {
  letter-spacing: 0.4px;
  padding: 6px;
  /* width: 125px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar__line__vertical {
  width: 1px;
  background-color: white;
  height: 40px;
}

.navbar__contact {
  display: flex;
  align-items: center;
  gap: 7px;
}

.navbar_button {
  background: #f8b806;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  text-align: left;
  color: #242424;
  border: none;
  padding: 17px 8px;
  margin-left: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.navbar_button::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-30deg);
  animation: bn1;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: bn1 2s infinite linear;
  animation-delay: 1s;
  animation-duration: 4.5s;
}
@keyframes bn1 {
  0% {
    left: -150%;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.navbar_nav__phone {
  font-weight: 700;
  font-size: 20px;
}

.navbar_nav__img {
  display: none;
}

.navbar__toolbar {
  width: 100%;
  position: absolute;
  top: 0px;
  display: none;
  background-color: #242424;
  transition: 1s;
  padding-bottom: 20px;
  z-index: 688;
}

.navbar__close {
  position: absolute;
  top: 23px;
  right: 30px;
  z-index: 12;
  position: absolute;
  right: 24px;
  z-index: 5;
  display: block;
  font-size: 40px;
  font-weight: 100 !important;
  color: white;
  cursor: pointer;
}

.navbar__toolbar .navbar__logo {
  max-width: 97px;
  margin-top: 23px;
  margin-left: 10px;
}

.navbar__toolbar .navbar_nav {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.navbar__toolbar .navbar_nav .navbar_nav__item {
  display: block;
}

.navbar__toolbar .navbar__contact {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar__toolbar .navbar__line__vertical {
  display: block;
}

.navbar__toolbar .navbar__yandex__image {
  display: block;
}
.navbar__yandex__image {
  margin-left: 18px;
}
.navbar__toolbar .navbar_button {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1382px) and (min-width: 991px) {
  .navbar__body {
    display: grid;
    align-items: center;
    grid-template-columns: 327px auto 279px 100px;
  }
  .navbar__yandex__image {
    margin-left: 0px;
  }
  .text__p1 {
    font-family: Cuprum;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.68px;
    text-align: left;
    color: white;
  }
  .text__p1 {
    font-family: Cuprum;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.68px;
    text-align: left;
    color: white;
  }
  .navbar_button {
    background: #f8b806;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 19.68px;
    text-align: left;
    color: #242424;
    border: none;
    padding: 17px 8px;
    margin-left: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }

  .navbar_nav__phone {
    font-size: 14px;
  }
}

@media (max-width: 1276px) and (min-width: 991px) {
  .navbar__body {
    display: grid;
    align-items: center;
    grid-template-columns: 271px auto 279px 83px;
  }
  .navbar__yandex__image {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .navbar {
    border-bottom: 0px;
  }
  .navbar__yandex__image {
    display: none;
  }
  .navbar__contact {
    display: none;
  }
  .navbar__logo {
    display: block;
  }

  .navbar__body {
    display: grid;
    grid-template-columns: 97px auto;
    gap: 30px;
    justify-content: space-between;
  }

  .navbar__line__vertical {
    display: none;
  }

  .navbar__logo_p {
    width: 100%;
  }

  .navbar__logo_img {
    width: 100%;
  }

  .navbar__logo_p {
    font-size: 10px;
    line-height: 13px;
  }
  /* .navbar__toolbar {
        display: none  ;

    } */

  .navbar__body {
    height: 103px;
  }

  .navbar__logo {
    margin-top: 0px;
  }

  .navbar_nav {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .navbar_nav__item {
    display: none;
  }

  .navbar_nav__phone {
    display: block;
    text-align: right;
    font-size: 15.8px;
    margin-top: -10px;
    margin-right: 4px;
  }

  .navbar_nav__img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #24242461;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .navbar__logo_img {
    width: 109%;
    margin-left: 4px;
    margin-top: -10px;
  }
  .navbar__logo_p {
    width: 118%;
    font-size: 10px;
    line-height: 13px;
    margin-left: 4px;
    margin-top: 7px;
  }
}

/* header */
header.header {
  height: 1016px;
  background: url('/local/templates/site/assets/css/../img/Rectangle 1864.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* overflow: hidden; */
}

.header__body {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  margin-top: 190px;
  padding-top: 10px;
}

.header__body__h1 {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 700;
  line-height: 88.56px;
  text-align: left;
  color: white;
  max-width: 1160px;
  margin-bottom: 17px;
  text-transform: uppercase;
  padding-left: 7px;
  top: 21px;
  position: relative;
}
.header__body__h1 span {
  font-family: Montserrat;
  font-size: 55px;
  font-weight: 700;
  line-height: 88.56px;
  text-align: left;
  color: white;

  text-transform: uppercase;
  color: #f8a606;
}

.header__li {
  display: grid;
  grid-template-columns: 30px auto;
  margin-bottom: 21px;
  max-width: 441px;
  gap: 17px;
  align-items: center;
}

.header__body__p {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 34.44px;
  text-align: left;
  color: white;
  margin-bottom: 36px;
  width: 100%;
  /* max-width: 500px; */
  border-left: 4px solid #f8a606;
  padding-left: 14px;
  padding-top: 21px;
  margin-left: -12px;
}

.header__ul {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: white;
  padding-left: 12px;
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: 1.2fr 1.64fr 1.02fr;
  align-items: center;
  width: 95%;
  max-width: 885px;
  position: relative;
  top: 12px;
}
.header__body h5 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.52px;
  text-align: left;
  color: white;
  margin-left: 8px;
}
.header__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 833px;
  gap: 25px;
  position: relative;
  top: 25px;
  left: 7px;
}
.header__body_img {
  position: absolute;
  transform: rotate(92deg);
  left: -83px;
  width: 133px;
  top: -1px;
}
.header__buttons__first {
  background: #00000078;
  border: 1px solid #979797;
  /* height: 72px; */
  color: #f8b806;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
  line-height: 26.82px;
  text-align: center;
  border-radius: 10px;
}

.header_check {
  width: 30px;
  height: 30px;
  background: #f8a606;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #f8a606;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_check p br {
  display: block;
}
@media (max-width: 380px) {
  .header_check {
    position: relative;
    top: 10px;
    left: 8px;
  }
  .header__li p {
    position: relative;
    top: 4px;
    left: 3px;
  }
}
.header__buttons__second {
  background: #f8b806;
  border: 1px solid #f8b806;
  font-family: Inter;
  font-size: 22px;
  height: 72px;
  font-weight: 700;
  line-height: 26.63px;
  text-align: center;
  color: #1e1e1e;
  border-radius: 10px;
}

@media (max-width: 816px) {
  header.header {
    height: auto;
    height: 729px;
    padding-bottom: 100px;
  }

  .header__body__h1 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.36px;
    text-align: left;
  }
  .header__body__h1 span {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.36px;
    text-align: left;
  }
  .header__body__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.68px;
    text-align: left;
  }
  .header__li {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    max-width: 100%;
  }
  .header__ul {
    width: 100%;
  }
  .header__buttons {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 833px;
    gap: 25px;
  }
  .header__buttons__first {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    /* height: 58px; */
  }
  .header__buttons__second {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    height: 58px;
  }
}

@media (max-width: 360px) {
  .header__buttons__first {
    width: 91.8%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    /* height: 58px; */
    position: relative;
    right: -15px;
    padding-right: 48px;
  }
}

/* chosen */
.chosen {
  background: #ffffff;
  min-height: 481px;
  margin-top: 0px;
  padding-top: 59px;
  padding-bottom: 61px;
}
.chosen__p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #f8a606;
  padding-top: 30px;
  padding-bottom: 16px;
  margin-left: 12px;
}
.chosen__h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 60.95px;
  letter-spacing: -2px;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 50px;
  margin-left: 10px;
}
.chosen_cards {
  max-width: 1346px;
  margin: auto;
  gap: 43px;
  width: 95%;
  margin-top: 66px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.chosen__card__img {
  background: #1e1e1e;
  width: 90px;
  height: 90px;
  border: 5px solid #f8a606;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.chosen__card__img img {
  height: 60px;
}
.chosen__card__img__second {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 60px;
  height: 60px;
}
.chosen__card__h6 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  color: #1e1e1e;
  margin-top: 24px;
  margin-bottom: 9px;
}
.chosen__card__p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #1e1e1e;
}
@media (max-width: 932px) {
  .chosen_cards {
    max-width: 1365px;
    margin: auto;
    gap: 30px;
    width: 95%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 428px) {
  .chosen_cards {
    max-width: 1365px;
    margin: auto;
    gap: 30px;
    width: 95%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .chosen__p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
  }
  .chosen__h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.13px;
    text-align: center;
  }
  .chosen__card__p {
    text-align: center;
    width: 278px;
  }
  .chosen__card__h6 {
    text-align: center;
  }
  .chosen__card__img {
    margin: auto;
  }
}

/* zakaz */
.zakaz {
  background: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 1px;
  transition: all 1s ease-in-out;
}
.zakaz__body {
  max-width: 1429px;
  margin: auto;
  width: 95%;
}
.zakaz_title {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 60.95px;
  text-align: left;
  color: #1e1e1e;
  width: 100%;
  padding-top: 59px;
  text-transform: uppercase;
}
.zakaz_title span {
  color: #f8a606;
}

.zakaz_sectiontitle {
  display: flex;
  align-items: center;
  gap: 28px;
}
.zakaz_homeType {
  background: white;
  padding: 34px;
  border-radius: 10px;
  margin-top: 33px;
  position: relative;
  overflow: hidden;
}
.zakaz__shag {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  color: #1e1e1e;
}
.zakaz__shag span {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;

  color: #f8a606;
}
.zakaz__h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: left;
  color: #1e1e1e;
}
.zakaz_homeType__button {
  background: #f5f5f5;
  width: 100%;
  height: 76px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  color: #1e1e1e;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zakaz_homeType__button-button {
  background-color: #f8b806;
}
.zakaz_homeType__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1108px;
  gap: 32px;
  position: relative;
  z-index: 12;
  margin-top: 30px;
}
.zakaz_homeType__imgAbs {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 300px;
  background: url('/local/templates/site/assets/css/../img/Abstract Design.svg');
  /* background-size: cover; */
  box-shadow: inset 137px -61px 61px white;
  opacity: 0.3;
}
.zakaz__select {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 24px 16px 24px;
  background: #f5f5f5;
  border-radius: 10px;
  z-index: 12;
  position: relative;
  margin-top: 29px;
  height: 40px;
  cursor: pointer;
}
.zakaz__select input {
  width: 90%;
  background: none;
  border: none;
  outline: none;
  /* color: #CCCCCC; */
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  display: flex;
  align-items: center;
  text-align: left;
  height: 40px;
}
.zakaz__select__h5 {
  color: #cccccc;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  display: flex;
  align-items: center;
  text-align: left;
}
.zakaz__select__h5 sup {
  margin-left: -0px;
  margin-top: -10px;
}
.zakaz__buttons {
  margin: auto;
  background: #ffffff66;
  border: 2px solid #f4f4f4;
  border-radius: 22px;
  padding: 16px;
  margin-top: -24px;
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 696px;
  gap: 25px;
  margin-bottom: 92px;
}
.zakaz__buttons__first {
  color: #f8b806;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #979797;
  height: 57px;
}
.zakaz__buttons__second {
  background: #f8b806;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  text-align: center;
  border-radius: 10px;
  color: #000;
  border: 1px solid #f8b806;
}
.zakaz__buy {
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
  color: white;
}
.zakaz__buttons__dr {
  margin-top: 0px;
}
.zakaz_title__margin {
  margin-top: -60px;
}
.zakaz__buttons__media {
  display: none;
}
.zakaz_homeType__dr {
  padding-bottom: 93px;
}
.our__team {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 28px;
  margin-top: 31px;
  max-width: 1440px;
  width: 95%;
  padding-bottom: 62px;
  margin-top: 31px;
}
.out__team__logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.out__team__logos__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3f3d42;
  height: 120px;
  border-radius: 10px;
}
.out__team__logos__itemDom img {
  mix-blend-mode: plus-lighter;
}
.our__team__text__item__p {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  color: white;
  margin-left: -8px;
  margin-top: 0px;
}
.our__team__text__item {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 14px;
  margin-bottom: 38px;
}
.our__team__text__item__line {
  height: auto;
  width: 100%;
  margin-top: 27px;
}
.our__team__text__item__line .img_insted_of_line {
  margin-top: 22px;
}
@media (max-width: 1250px) {
  .our__team {
    display: grid;
    grid-template-columns: 1.3fr 529px;
    gap: 24px;
    margin-top: 31px;
    padding-bottom: 95px;
  }
}
@media (max-width: 1042px) {
  .our__team__text__item__p {
    font-size: 16px;
    line-height: 24px;
  }
  .our__team__text__item__line {
    height: auto;
    width: 100%;
    margin-top: 9px;
  }
  .our__team__text__item {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 14px;
    margin-bottom: 38px;
  }
}
@media (max-width: 888px) {
  .zakaz_homeType__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .zakaz_title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.13px;
    text-align: left;
  }
  .zakaz__buttons_mobile {
    display: none;
  }
  .zakaz_sectiontitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .zakaz__buttons__dr {
    display: flex;
    flex-direction: column;
  }
  .zakaz__buttons__media {
    margin: 0px;
    background: #1e1e1e00;
    border: none;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0px;
    margin-top: 14px;
  }
  .zakaz__buttons__second {
    height: 57px;
  }
  .zakaz_homeType__dr {
    padding-bottom: 20px;
  }
  .our__team {
    display: grid;
    grid-template-columns: 1.3fr;
    gap: 24px;
    margin-top: 31px;
    padding-bottom: 95px;
  }
}
.out__team__logos__item img {
  max-width: 80%;
  max-height: 80%;
}
@media (max-width: 530px) {
  .out__team__logos__itemDom {
    grid-column: 1 / -1;
  }
  .out__team__logos__item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3f3d42b6;
    height: 60px;
    border-radius: 10px;
  }
  .zakaz_homeType__dr {
    padding-bottom: 63px !important;
  }
  .out__team__logos__itemYoutobe {
    display: none;
  }
  .out__team__logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .our__team {
    display: grid;
    grid-template-columns: 1.3fr;
    gap: 24px;
    margin-top: 31px;
    padding-bottom: 39px;
  }
  .zakaz__buttons__first {
    margin-top: 19px;
  }
}
@media (max-width: 450px) {
  .zakaz_homeType__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }
  .our__team {
    width: 95%;
    margin: auto;
  }
  .zakaz__body {
    width: 100%;
  }
  .zakaz_title {
    width: 95%;
    margin: auto;
  }
  .zakaz_homeType__imgAbs {
    display: none;
  }
  .zakaz_homeType {
    border-radius: 0px;
    padding: 24px;
  }
  .zakaz__h4 {
    font-size: 20px;
  }
  .zakaz_homeType__button {
    font-size: 16px;
  }
  .zakaz__select__h5 {
    font-size: 16px;
    min-width: 35px;
  }
  .zakaz__select__h5__media {
    display: none;
  }
}

/* kamanda */
.komanda {
  background-color: white;
  position: relative;
  padding-top: 33px;
}
.komanda__absimg {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 59%;
  width: 600px;
  background: url('/local/templates/site/assets/css/../img/Abstract Design.svg');
  box-shadow: inset 137px -61px 61px white;
  background-size: cover;
  opacity: 0.3;
}
.komanda_cards {
  position: relative;
  z-index: 12;
}
.komanda_cards__first {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  max-width: 1440px;
  width: 95%;
  margin: auto;
  gap: 10px;
}
.komanda_cards__second {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1440px;
  width: 95%;
  margin: auto;
  gap: 10px;
}
.komanda_card_img {
  width: 100%;
  margin-bottom: -13px;
  height: 328px;
  margin-left: 0px;
  border-radius: 7px;
}

.komanda_card_img_second {
  width: 100%;
  margin-bottom: -14px;
  margin-left: 0px;
  border-radius: 7px;
  background-size: cover !important;
  background-position: center !important;
}
.komanda_card_img {
  background-size: cover !important;
  background-position: center !important;
}
.komanda_card {
  position: relative;
}
.Absolute_bottomYellow {
  /* width: 149px; */
  padding: 0px 10px 0px 10px;
  height: 36px;
  background: #f8b806;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.52px;
  text-align: left;
  position: absolute;
  bottom: 9px;
  left: 26px;
}
.komanda__title {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  text-align: left;
  color: #1e1e1e;
  max-width: 1423px;
  width: 95%;
  margin: auto;
  padding-top: 21px;
  padding-left: 4px;
  position: relative;
  z-index: 10;
}
.komanda__title span {
  color: #1e1e1e;
  position: relative;
}
.komanda__title span img {
  width: 103%;
  position: absolute;
  left: -8px;
  z-index: 0;
  top: -20px;
  animation-duration: 8s;
  animation-name: marker;
  height: 100px;
  animation-fill-mode: forwards;
}
.agent__img__decor {
  width: 100vw !important;
}
.animattt {
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0px;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: start;

  bottom: 0px;
}
.animattt_2 {
  animation-fill-mode: forwards;
  height: 100%;
  animation-duration: 15s;
  animation-name: marker;
  overflow: hidden;
}
.oneYuridik_card__1 {
  position: absolute;
  top: 0px;
  transition: 1s;
}
@keyframes marker {
  0% {
    width: 0%;
  }

  100% {
    width: 103%;
  }
}
.komanda__p {
  max-width: 1427px;
  width: 95%;
  margin: auto;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #1e1e1e;
  padding-top: 19px;
  padding-bottom: 47px;
  padding-left: 3px;
}
.komanda_card_p {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: white;
}
.free__etap__button__img {
  width: 300px;
  height: 380px;
  background: url('/local/templates/site/assets/css/../img/card__back.jpeg');
  background-size: cover;
  background-position: center;
}
@media (max-width: 1368px) and (min-width: 991px) {
  .kvartira_shag img {
    width: 138px;
    margin-top: 30px;
    margin-bottom: 17px;
  }
}
@media (max-width: 1300px) {
  .komanda_cards__second {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1440px;
    width: 95%;
    margin: auto;
    gap: 10px;
  }
  .komanda_cards__first {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1440px;
    width: 95%;
    margin: auto;
    gap: 10px;
  }
}
@media (max-width: 1020px) {
  .komanda_card_img {
    max-width: 100%;
    margin-bottom: 9px;
    height: 262px;
    /* object-fit: contain; */
  }
}

@media (max-width: 700px) {
  .posmotry__img {
    overflow: visible !important;
    margin-bottom: 215px;
  }
  .komanda_cards__first {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1440px;
    width: 95%;
    margin: auto;
    gap: 10px;
  }
  .komanda__title {
    font-family: Montserrat;
    font-size: 27px;
    font-weight: 700;
    line-height: 34.13px;
    text-align: left;
  }
  .komanda_card_p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .komanda__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
  .komanda_cards__second {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1440px;
    width: 95%;
    margin: auto;
    gap: 10px;
  }
  .komanda_card_img {
    max-width: 100%;
    margin-bottom: 9px;
    height: auto;
    /* object-fit: contain; */
  }
  .komanda_card_img_second {
    height: auto;
  }
  .Absolute_bottomYellow {
    display: none;
  }
}

/* free_etap */
.free_etap {
  background: rgba(249, 249, 249, 1);
  padding-top: 91px;
  position: relative;
  left: -2px;
  z-index: 1;
}
.DecorAnorher {
  transform: rotate(-90deg);
  position: absolute;
  top: -10px;
  left: 0;
  width: 50%;
}
.universal__title {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #1e1e1e;
  max-width: 1431px;
  width: 95%;
  margin: auto;
  text-transform: uppercase;
  padding-left: 7px;
}
.universal__title span {
  color: #f8a606;
}

.free__etap__body {
  width: 95%;
  max-width: 1449px;
  margin: auto;
  display: grid;
  grid-template-columns: auto 307px;
  align-items: end;
}
.free_etap__p {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #1e1e1e;
  max-width: 1440px;
  width: 95%;
  margin: auto;
  padding-top: 33px;
  padding-left: 7px;
}
.free__etap__button {
  width: 300px;
  height: 63px;
  font-family: Inter;
  font-size: 20px;
  font-weight: 800;
  line-height: 24.2px;
  text-align: center;
  border-radius: 10px;
  border: none;
  color: #000;
  margin-top: 35px;
  background-color: #f8a606;
  position: relative;
  top: -21px;
  left: 9px;
  overflow: visible;
}
.free__etap__buttons {
  padding-bottom: 27%;
}
@media (max-width: 1277px) {
  .free__etap__buttons {
    padding-bottom: 49%;
  }
}
@media (max-width: 1243px) {
  .free__etap__buttons {
    padding-bottom: 60%;
  }
}
@media (max-width: 1235px) {
  .free__etap__buttons {
    padding-bottom: 69%;
  }
}
@media (max-width: 1221px) {
  .free__etap__buttons {
    padding-bottom: 78%;
  }
}
@media (max-width: 1169px) {
  .free__etap__buttons {
    padding-bottom: 88%;
  }
}
@media (max-width: 1144px) {
  .free__etap__buttons {
    padding-bottom: 101%;
  }
}
@media (width: 1144px) {
  .free__etap__buttons {
    padding-bottom: 89%;
  }
}
@media (max-width: 1122px) {
  .free__etap__buttons {
    padding-bottom: 111%;
  }
}
@media (max-width: 1090px) {
  .free__etap__buttons {
    padding-bottom: 121%;
  }
}
.free__etap__buttons__arrow {
  position: absolute;
  bottom: 0px;
  left: -105px;
  bottom: -41px;
}
.free__etap__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 108px;
}
.free__etap__card:nth-child(2n) {
  order: 2;
}
.free__etap__card {
  display: grid;
  grid-template-columns: 128px auto;
  align-items: start;
  margin-bottom: 80px;
  gap: 10px;
  margin-left: 2px;
}
.freeEtap_shugNumber {
  color: #f8b806;
  font-family: Montserrat;
  font-size: 100px;
  font-weight: 700;
  margin-top: -28px;
  letter-spacing: -2px;
}
.freeEtap__text {
  max-width: 351px;
}
.freeEtap__text__h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #1e1e1e;
  margin-bottom: 16px;
}
.freeEtap__text__p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #1e1e1e;
}
.free__etap__button__img {
  width: 300px;
  height: 380px;
  gap: 0px;
  border-radius: 7px;
  position: relative;
  top: -19px;
  left: 7px;
}
@media (max-width: 1050px) {
  .free__etap__body {
    width: 95%;
    max-width: 1449px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: end;
    padding-bottom: 30px;
  }
  .free__etap__buttons {
    margin: auto;
  }
}
@media (max-width: 650px) {
  .free__etap__card:nth-child(2n) {
    order: inherit;
  }
  .free__etap__cards {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 108px;
  }
  .free__etap__buttons__arrow {
    display: none;
  }
  .free__etap__card__2 {
    grid-row: 2;
  }
  .universal__title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.13px;
    text-align: left;
  }
  .free_etap__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .free__etap__card {
    display: grid;
    grid-template-columns: auto;
    align-items: start;
    margin-bottom: 79px;
    gap: 10px;
  }
  .freeEtap__text {
    max-width: 100%;
  }
  .freeEtap_shugNumber { 
    margin-left: -5px;
  }
  .freeEtap__text__h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }
  .freeEtap__text__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
}

/* agent  */
.agent {
  background: #242424;
  position: relative;
  left: 2px;
  width: 100vw;
  overflow: hidden;
  /* display: none; */
}
.agent__body {
  min-height: 826px;
  max-width: 1440px;
  width: 95%;
  margin: auto;
  margin-top: -26px;
}
.agent__title__h1 {
  width: 80%;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: white;
  text-transform: uppercase;
  padding-top: 70px;
}
.agent__title__h1 span {
  color: #f8b806;
}
.agent__card__p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: white;
  max-width: 403px;
}
.agent__img {
  margin-bottom: 8px;
  margin-top: 2px;
}
.agent__cards {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  gap: 10px;
  margin-top: 117px;
  position: relative;
  z-index: 1;
}
.agent__card__second {
  margin-top: -61px;
}
.agent__card__three {
  margin-top: -222px;
  margin-left: -2px;
}
.agent__card__circle {
  width: 28.7px;
  height: 28.7px;
  background: #f8b806;
  border: 5px solid white;
  border-radius: 50px;
}
.agent__card .agent__card__circle {
  margin-top: 54px;
}
.agent__card__second .agent__card__circle {
  margin-top: 89px;
}
.agent__card__three .agent__card__circle {
  margin-top: 81px;
}
@media (max-width: 650px) {
  .agent__title__h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    width: 100%;
  }
}
.agent__border__text {
  max-width: 446px;
  border-left: 5px solid #f8b806;
  margin: auto;
  margin-right: 0px;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: white;
  padding-left: 16px;
  margin-top: -38px;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
  z-index: 1;
}
.agent__img__decor {
  position: absolute;
  bottom: 12%;
  width: 100%;
  left: 0;
}
.agent__img__decor__second {
  position: absolute;
  top: -100px;
  left: -20%;
}
.agent__img__decor__three {
  position: absolute;
  bottom: 20%;
  right: 34%;
}
.agent__img__decor__four {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
@media (max-width: 1350px) {
  .agent__img__decor {
    position: absolute;
    bottom: 14%;
    width: 100%;
    left: 0%;
  }
}
@media (max-width: 1052px) {
  .agent__img__decor {
    position: absolute;
    bottom: 4%;
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .agent__img__decor {
    display: none;
  }
  .agent__card__circle {
    display: none;
  }
  .agent__card {
    padding: 0pc;
    margin: 0px;
  }
  .agent__border__text {
    margin-top: 10px;
  }
}
@media (max-width: 885px) {
  .agent__cards {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 10px;
    margin-top: 117px;
  }
}

@media (max-width: 605px) {
  .agent__cards {
    display: grid;
    grid-template-columns: 2fr;
    gap: 10px;
    margin-top: 117px;
  }
  .agent__border__text {
    margin-right: auto;
    margin-left: 0px;
  }
}

/* yuridik */
.yuridik {
  background: white;
  padding-top: 48px;
  padding-bottom: 203px;
  position: relative;
  /* display: none; */
}
.DecorAbs {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
.Decor_for_bottom {
  position: absolute;
  transform: rotate(90deg);
  bottom: 0;
  left: 0;
  width: 30%;
}
.yuridik .universal__title {
  letter-spacing: -0.8px;
}
.yuridik .free_etap__p {
  padding-top: 15px;
  color: black;
}
.yuridik__cards {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  align-items: stretch;
  gap: 15px;
  position: relative;
  border-radius: 10px;
  margin-top: 53px;
}
.oneYuridik_card__12 {
  position: absolute;
  top: 0px;
  display: none;

  left: 0px;
}
.oneYuridik_card {
  display: grid;
  grid-template-columns: 91px 2fr 5fr;
  width: 100%;
  align-items: center;
  background: #f5f5f5;
  padding-top: 41px;
  padding-bottom: 31px;
  border-radius: 7px;
  margin-bottom: 17px;
}
.oneYuridik_card h3 {
  transform: rotate(-90deg);
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  color: #f8b806;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
}
.oneYuridik_card p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  padding-right: 10px;
}
.oneYuridik_card h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  margin-left: 8px;
}

.secondYuridik_step {
  padding-top: 60px;
  padding-bottom: 55px;
}

.thirdYuridik_step {
  padding-top: 67px;
  padding-bottom: 57px;
}

.fourthYuridik_step {
  padding-top: 39px;
  padding-bottom: 41px;
}

/* posmotry */

.posmotry {
  background: #f9f9f9;
  /* background-color: #1E1E1E; */
  padding-top: 106px;
  position: relative;
  overflow: hidden;
  padding-top: 69px;
}
.posmotry__decore_img {
  position: absolute;
  right: -24px;
  top: -158px;
}
.posmotry__body {
  width: 95%;
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  margin-top: 53px;
  gap: 25px;
  margin-bottom: 5%;
}
.posmotry__img img {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 10px;
}
.posmotry__text__button {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.6px;
  text-align: left;
  background: #f8b806;
  padding: 3px 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 16px;
  color: #1e1e1e;
}
.posmotry__text__p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  /* color: white; */
  margin-bottom: 25px;
}
.posmotry__actoin {
  display: flex;
  justify-content: space-between;
}
.posmotry__actoin__button {
  background: #f8b806;
  border-radius: 10px;
  border: none;
  width: 226px;
  height: 60px;
  /* padding: 8px 24px; */
  margin-top: 5px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  text-align: center;
  color: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.posmotry__arrow {
  display: flex;
  gap: 16px;
}
.posmotry__actoin__click {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 30px;
}
.posmotry__arrow__button {
  width: 52px;
  height: 52px;
  background: #f8b806;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.posmotry__arrow__number {
  display: flex;
  width: 142px;
  align-items: center;
  justify-content: space-between;
}
.posmotry__arrow__number h2 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  color: #1e1e1e;
}
.posmotry__arrow__line {
  height: 5px;
  width: 50px;
  background: #f9b807;
}
.posmotry .universal__title {
  position: relative;
  z-index: 1;
}
.posmotry .universal__title span {
  color: #f8b806;
}
.posmotry__actoin__click__first {
  display: none;
}
@media (max-width: 991px) {
  .posmotry__body {
    width: 95%;
    max-width: 1440px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 53px;
    gap: 14px;
    margin-bottom: 5%;
  }
}

@media (max-width: 700px) {
  .posmotry__actoin__click__second {
    display: none;
  }
  .posmotry__actoin__click__first {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 12;
  }
  .posmotry__decore_img {
    display: none;
  }
  .posmotry__actoin__button {
    width: 100%;
  }
  .posmotry__img__media {
    display: none;
  }
}

/* kvartira */

.kvartira {
  background-color: #242424;
  padding-top: 75px;
  position: relative;
}
.kvartira_chags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1440px;
  margin: auto;
  width: 95%;
  margin-top: 48px;
  gap: 10px;
}
.kvartira_shag {
  max-width: 200px;
}
.kvartira_shag img {
  opacity: 0;
}
.kvartira_shag_img {
  width: 93%;
}
.kvartira_shag__circle_1 {
  margin-top: 29px;
}
.kvartira_shag__p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 324px;
  text-align: left;
  color: white;
}
.kvartira_shag_img_1 {
  position: relative;
  top: -79px;
  left: 51px;
}
.kvartira_shag_img_2 {
  position: relative;
  left: 51px;
  top: 15px;
}
.kvartira_shag__p__1 {
  width: 299px;
}
.kvartira_shag__circle_2 {
  margin-top: -64px;
  margin-bottom: 29px;
}
.kvartira_shag__p__3 {
  width: 299px;
}
.kvartira_shag__p__4 {
  width: 230px;
  letter-spacing: -1px;
  line-height: 27px;
}
.kvartira_shag__circle {
  width: 36.79px;
  height: 36.79px;
  border-radius: 50%;
  padding-right: 3px;
  border: 7px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8a606;
  color: #242424;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -3px;
}
@media (max-width: 1350px) and (min-width: 991px) {
  .kvartira_chags {
    overflow: auto;
  }
  .kvartira_shag__p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    width: 200px;
    text-align: left;
    color: white;
  }
}

@media (max-width: 1110px) and (min-width: 991px) {
  .kvartira_shag__p {
    font-family: Montserrat;
    font-size: 9px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    text-align: left;
    color: white;
  }
}
@media (max-width: 991px) {
  .kvartira_chags {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 632px) {
  .kvartira_chags {
    display: grid;
    grid-template-columns: 1fr;
  }
  .kvartira_shag {
    position: relative;
    max-width: 90% !important;
    display: grid;
    grid-template-columns: 1fr;
  }

  .kvartira_shag__p {
    order: -1;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .kvartira_shag__p {
    width: 100%;
  }
  .kvartira_shag_img {
    width: 58px;
  }
  .kvartira_shag_img_1 {
    position: absolute;
    top: 79px;
    right: -51px;
    transform: rotateZ(-274deg) rotateX(180deg);
  }
  .kvartira_shag_img_2 {
    /* position: absolute; */
    top: 13px;
    left: 244px;
    transform: rotateZ(-274deg) rotateX(0deg);
  }
  .kvartira .universal__title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 40.5px;
    text-align: left;
  }
  .kvartira_shag__circle_1 {
    margin-top: 15px;
    margin-bottom: 21px;
  }
  .kvartira_shag_img {
    width: 86px;
  }
  .kvartira_shag_img_1 {
    left: 248px;
    top: 71px;
  }
  .kvartira_chags {
    max-width: 323px;
    margin-top: 54px;
  }
  .kvartira_shag {
    margin-bottom: -16px;
  }
}
.CallMe_back_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #6c6c6cc7;
  z-index: 12121;
  overflow: auto;
  display: none;
}
.CallMe_back_modal_body {
  width: 100%;
  background: white;
  box-shadow: 0px 22.07px 55.18px -11.04px #585c5f29;
  max-height: 100vh;
  overflow: auto;
  max-width: 740px;
  /* height: 595px; */
  overflow: auto;
  border-radius: 16px;
  padding-bottom: 15px;
}
.callMe_header {
  display: flex;
  gap: 15px;
}
.header_bodyBig {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: auto;
  margin-top: 20px;
  color: black;
}
.navbar a {
  text-decoration: none;
}
.headerText h3 {
  font-family: Montserrat;
  font-size: 22.07px;
  font-weight: 600;
  line-height: 33.11px;
  letter-spacing: -0.011em;
  text-align: left;
  margin-bottom: 6px;
}
.headerText span {
  font-family: Montserrat;
  font-size: 19.31px;
  font-weight: 400;
  line-height: 27.59px;
  letter-spacing: -0.03em;
  text-align: left;
}
.header_bodyBig .bx-x {
  font-size: 27px;
}
.lineBottom {
  width: 100%;
  height: 1px;
  border-top: 1.38px solid var(--stroke-soft-200, #e2e4e9);
}
.ImgDesign {
  position: absolute;
  width: 26%;
  margin-top: -34px;
}
.ClickButtonsBig div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 2.76px 5.52px 0px #ffffff05;
  background-color: #303030;
  height: 39.04px;
  border-radius: 4px;
  font-family: Inter;
  font-size: 19.31px;
  font-weight: 500;
  line-height: 27.59px;
  letter-spacing: -0.006em;
  text-align: left;
  color: white;
  border: 1px solid #303030;
  cursor: pointer;
}
.ClickButtonsBig {
  display: grid;
  grid-template-columns: 2fr 1.6fr 1.3fr 1fr;
  width: 98%;
  margin: auto;
  /* margin-top: 35px; */
  position: relative;
  z-index: 1112;
  gap: 5px;
}
.bigWith_back {
  width: 92%;
  margin: auto;
  background: #e2e4e9;

  margin-top: 26px;
  min-height: 49px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  align-items: center;
}
.inputGrey {
  display: flex;
  align-items: center;
  width: 98% !important;
  margin: auto;
  border: 1px solid var(--stroke-soft-200, #f5f5f5);
  background: #f5f5f5;
  height: 50px;
  border-radius: 6px;
  padding-left: 17px;
  gap: 11px;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}
.inputGrey .bx-user {
  font-size: 27px;
  color: var(--icon-soft-400, #868c98);
}

.inputGrey input {
  width: 88% !important;
  height: 30px;
  border: none;
  outline: none;
  background: none;
  font-family: Inter;
  font-size: 19.31px;
  font-weight: 400;
  line-height: 27.59px;
  letter-spacing: -0.006em;
  text-align: left;
}
.extraGreyInp:hover {
  background-color: #cacaca;
}
.inputWith_login label {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  letter-spacing: -0.006em;
  text-align: left;
  color: white;
}
.inputWith_login {
  width: 92%;
  margin: auto;
  margin-top: 31px;
}
.inputWith_login label span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.006em;
  text-align: left;
}

.inputWith_login1 label {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  letter-spacing: -0.006em;
  text-align: left;
  color: white;
}
.inputWith_login1 .Country_input {
  background: #e2e4e9;
}
.inputWith_login1 .Country_input .bx-chevron-down {
  color: black;
}
.inputWith_login1 {
  width: 92%;
  margin: auto;
  margin-top: 28px;
}
.inputWith_login1 label span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  letter-spacing: -0.006em;
  text-align: left;
}

.callModal_bottom h4 {
  color: white;
  width: 92%;
  margin: auto;
  font-family: Inter;
  font-size: 19.31px;
  font-weight: 400;
  line-height: 27.59px;
  letter-spacing: -0.006em;
  text-align: left;
  margin-top: 27px;
}
.FullWidth_btn {
  overflow: hidden;
  position: relative;
}
.FullWidth_btn button {
  width: 97%;
  height: 43px;
  background: none;
  border-radius: 10px;
  border: 1px solid #f8b806;
  transition: 0.3s;
}
.FullWidth_btn button:hover {
  border: 1px solid black;
}
button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
button::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-30deg);
  animation: bn1;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: bn1 2s infinite linear;
  animation-delay: 1s;
  animation-duration: 4.5s;
}
.header__buttons__first::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-30deg);
  animation: bn1;
  left: -150%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.2) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: bn1 2s infinite linear;
  animation-delay: 1s;
  animation-duration: 4.5s;
}
@keyframes bn1 {
  0% {
    left: -150%;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.FullWidth_btn {
  width: 92%;
  margin: auto;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  background: #f8b806;
  height: 56px;
  border-radius: 10px;
  margin-top: 25px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callMe_header img {
  width: 77px;
  height: 77px;
}
@media (max-width: 661px) {
  .ImgDesign {
    position: absolute;
    width: 100%;
    margin-top: -24px;
  }
  .ClickButtonsBig {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .CallMe_back_modal_body {
    height: 100vh;
    border-radius: 1px;
  }
}
@media (max-width: 445px) {
  .ImgDesign {
    display: none;
  }
  .ClickButtonsBig {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .callMe_header img {
    display: none;
  }
  .headerText h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 6px;
  }
  .headerText span {
    font-size: 16px;
    line-height: 180%;
  }
  .header_bodyBig {
    width: 90%;
    margin-top: 29px;
  }

  .bigWith_back {
    width: 100%;
    border-radius: 1px;
  }
  .ClickButtonsBig div {
    height: 33.04px;
    width: 90%;
    display: flex;
    justify-content: left;
    font-size: 16px;
    padding-left: 10px;
    border-radius: 4px;
    margin: auto;
    margin-bottom: 4px;
    box-shadow: 0px 2.76px 5.52px 0px #ffffff05, 0px 0px 13.79px 0px #ffffff0f;
  }
  .lineBottom {
    display: none;
  }
  .inputWith_login1 {
    width: 90%;
  }
  .inputWith_login {
    width: 90%;
  }
  .callModal_bottom h4 {
    font-size: 12px;
  }
  .FullWidth_btn button {
    border-radius: 16px;
  }
}

.resultFooter_body {
  display: grid;
  grid-template-columns: 3.5fr 2fr 1fr;
  margin: auto;
  width: 95%;
  align-items: center;
  justify-content: space-between;
  max-width: 1416px;
}
.Result_siteFooter {
  background: #242424;
  padding: 49px;
  /* border-width: 2px, 0px, 2px, 0px;
    border-style: solid;
    border-color:; */
  color: white;
  border-bottom: 2px solid #ffffff66;
  border-top: 2px solid #ffffff66;
}
.worldSquard {
  width: 70px;
  height: 70px;
  background: #333335;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worldSquard img {
  width: 42px !important;
}
.worldSquard1 {
  width: 70px;
  height: 70px;
  background: #333335;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worldSquard1 img {
  width: 60px !important;
}
.resultFooter_body ul a {
  color: white;
  text-decoration: none;
}
.resultFooter_body ul li {
  list-style: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.6px;
  text-align: left;
  margin-left: 4px;
  margin-bottom: 25px;
  transition: 1s;
  position: relative;
  top: 16px;
  margin-top: 14px;
}
.resultFooter_body ul li:hover {
  cursor: pointer;
  font-weight: 700;
  color: #f8b806;
}
.resultFooter_body ul h3 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  text-align: left;
}
.resultFooter_body ul span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  text-align: left;
  color: #f8b806;
}
.resultFooter_body ul p {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
.compromiseBtn {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  max-width: 194px;
  background: #f8b806;
  height: 50px;
  border-radius: 7px;
  padding-left: 10px;
}
.compromiseBtn h4 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.68px;
  text-align: left;
}
.LayerLogoRes {
  width: 208px;
  margin-bottom: 10px;
}
.IconsImg {
  display: block;
  align-items: center;
  gap: 17px;
  position: relative;
  top: 10px;
  left: 10px;
}
.IconsImg img {
  width: 70px;
}
.IconsImg img:hover {
  opacity: 0.7;
}
.firstDivIcon {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.secondDivIcon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.worldSquard:hover {
  opacity: 0.7;
}
.Footer_center_p {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242424;
  color: white;
  padding-top: 16px;
  padding-bottom: 10px;
}
.Footer_center_p p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.Footer_center_p h3 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  display: none;
}
.UlFor_mobile {
  display: none;
}
@media (max-width: 1000px) {
  .resultFooter_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .resultFooter_body ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 876px) {
  .resultFooter_body {
    display: grid;
    grid-template-columns: 1fr;
  }
  .resultFooter_body ul {
    margin-bottom: 30px;
  }
  .Result_siteFooter {
    padding: 20px;
  }
  .Footer_center_p h3 {
    display: flex;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    width: 85%;
    margin: auto;
  } 
  .UlFor_pk {
    display: none;
  }
  .UlFor_mobile {
    display: block;
  }
  .Footer_center_p p { 
    text-align: left;
    padding: 5px 30px;
}
.Footer_center_p a {
  color: #fff;
  text-decoration: none;
}
}

.first_guest span {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-decoration: underline;
}
.first_guest p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.Come_AndVisitUs_body {
  background: #f5f5f5;
  color: black;
  padding-top: 74px;
}
.Come_AndVisitUs_body h1 {
  font-family: Montserrat;
  font-size: 49px;
  font-weight: 700;
  line-height: 73.5px;
  text-align: left;
  width: 95%;
  max-width: 1440px;
  margin: auto;
  text-transform: uppercase;
}
.Come_AndVisitUs_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 95%;
  max-width: 1440px;
  margin: auto;
  margin-top: 29px;
  align-items: center;
  padding-bottom: 43px;
}
.first_guest img {
  width: 95%;
  /* width: 589px; */
  height: 449px;
  margin-top: 17px;
  margin-bottom: 16px;
}
.second_guest_location iframe {
  height: 449px;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 965px) {
  .Come_AndVisitUs_grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .first_guest img {
    width: 100%;
  }

  .second_guest_location iframe {
    height: 449px;
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
  }
}
@media (max-width: 714px) {
  .Come_AndVisitUs_body h1 {
    font-family: Montserrat;
    /* font-size: 28px; */
    font-weight: 700;
    font-size: 39px;
    line-height: 42px;
    text-align: left;
  }
}

@media (max-width: 440px) {
  .Come_AndVisitUs_body h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    /* font-size: 39px; */
    line-height: 42px;
    text-align: left;
  }
  .first_guest p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .first_guest span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
  /* .Come_AndVisitUs_grid{
        width: 100%;
        max-width: 100%;
    } */
  .second_guest_location iframe {
    border-radius: 1px;
  }
  /* .first_guest{
        width: 95%;
        max-width: 1440px;
        margin: auto;
    } */
}

.Main_for_Question {
  width: 100%;
  background-color: white;
  padding-bottom: 156px;
  padding-top: 50px;
}
.Main_for_QuestionBody h1 {
  text-transform: uppercase;
  color: black;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  margin-bottom: 36px;
}
.Main_for_QuestionBody h1 span {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #f8b806;
}
.Main_for_QuestionBody {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.accorQuestion_body {
  width: 97%;
  height: 96px;
  background: #f5f5f5;

  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-right: 12px;
  margin-bottom: 16px;
}
.accorQuestion_body span {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: black;
}
.accorAnswer_body {
  width: 97%;
  padding-left: 26px;
  min-height: 74px;
  background: #f5f5f5;
  margin-top: -12px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding-right: 12px;
  display: none;
  margin-bottom: 18px;
  transition: 1s;
}

.plusOpen_answer {
  width: 100%;
  max-width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8b806;
  color: white;
  margin-right: 19px;
}

.accorAnswer_body span {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: black;
}
.close_answer {
  width: 100%;
  max-width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8b806;
  color: white;
  margin-right: 19px;
  display: none;
}
#EctraCardKomanda {
  display: none;
}
.extraNone {
  display: none;
}
@media (max-width: 800px) {
  .accorQuestion_body {
    width: 90%;
  }
  .accorAnswer_body {
    width: 90%;
    padding-right: 12px;
  }
  .Main_for_QuestionBody h1 {
    font-size: 37px;
  }
  .Main_for_QuestionBody h1 span {
    font-size: 37px;
  }
  .Main_for_QuestionBody h1 br {
    display: none;
  }
}
@media (max-width: 600px) {
  .accorQuestion_body span {
    font-size: 20px;
  }
  .plusOpen_answer {
    width: 100%;
    max-width: 45px;
    height: 45px;
  }
  .close_answer {
    width: 100%;
    max-width: 45px;
    height: 45px;
  }
  .accorAnswer_body span {
    font-size: 17px;
  }
}
@media (max-width: 500px) {
  .Main_for_QuestionBody h1 {
    font-size: 30px;
  }
  .Main_for_QuestionBody h1 span {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .Main_for_QuestionBody h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin-left: 14px;
    position: relative;
    top: 3px;
  }
  .Main_for_QuestionBody h1 span {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
  }
  .accorQuestion_body span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  .plusOpen_answer {
    width: 100%;
    max-width: 52px;
    height: 52px;
  }
  .close_answer {
    width: 100%;
    max-width: 52px;
    height: 52px;
  }
  .accorAnswer_body span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
  }
  .accorAnswer_body {
    min-height: 84px;
  }
  .accorQuestion_body {
    width: 81%;
  }
  .accorAnswer_body {
    width: 81%;
  }
  /* .Main_for_QuestionBody h1{
    margin-bottom: 32px;
} */
  .accorQuestion_body {
    height: 82px;
  }
  .accorQuestion_body {
    padding-left: 8px;
  }
  .accorAnswerQuestion {
    width: 90%;
    margin: auto;
  }
  .accorQuestion_body {
    width: 95%;
    margin-bottom: 10px;
  }
  .accorAnswer_body {
    width: 89%;
    margin: auto;
  }
  .plusOpen_answer {
    margin-right: 0;
  }
  .close_answer {
    margin-right: 0;
  }
  .accorAnswer_body {
    padding-left: 5px;
    width: 96%;
    margin-top: -9px;
    margin-bottom: 11px;
  }
  .extraBlock {
    display: none;
  }
  .extraNone {
    display: flex;
  }
  .extra_for_Media {
    height: 103px;
  }
}

.app_BgMain {
  background-color: #f9f9f9;

  padding-bottom: 90px;
  position: relative;
  padding-top: 57px;
}
.MainGet_money {
  width: calc(95% - 200px);
  max-width: 1440px;
  margin: auto;
}
.AbstractDesign {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.37;
}
.AbstractDesign_Second {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.37;
}
.swiperYandex {
  width: 100%;
  height: auto;
  background: #ffffff;
  /* max-width: 310px; */
  color: black;
  border-radius: 6px;
}
.swiperHeader {
  display: flex;
  gap: 10px;
  position: relative;
  top: 11px;
  left: 16px;
}
.StarAnd_name span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  left: -6px;
}
.YandexImg {
  width: 70px;
}
.FiveStars img {
  width: 24px;
}
.BelowHeader p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.14px;
  text-align: left;
}
.BelowHeader span {
  display: none;
}
.BelowHeader {
  padding: 16px;
}
.ApplicationSwiper {
  width: calc(95% - 200px);
  /* max-width: 1440px; */
  margin: auto;

  max-width: 1327px;
}
.ApplicationSwiper .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -69px);
  right: auto;
}
.swipper__button_df {
  display: flex;
  justify-content: space-between;
}
.endOpen_other span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.14px;
  text-align: left;
  cursor: pointer;
  text-decoration: underline;
}
.endOpen_other {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 15px;
  padding-bottom: 25px;
}
 
.swiper-button-next,
.swiper-button-prev {
  width: 52px !important;
  height: 52px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  color: white !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 8px;
  background-color: #f8b806;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next {
  position: absolute !important;
  right: -67px !important;
}
@media (max-width: 700px) {
  .swiper-button__pk {
    display: none !important;
  }
  .swiper-button__media {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
  }
  .ApplicationSwiper {
    width: 95%;
  }
}
.MainGet_money h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
.MainGet_money h1 span {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #f8b806;
}
.MainGet_money h1 span br {
  display: none;
}
.MainGet_money {
  width: calc(95% - 200px);
  max-width: 1440px;
  padding-top: 65px;
  margin: auto;
}
.bigGrid_templateDiv_body {
  display: grid;
  grid-template-columns: 3fr 2fr;
  margin-top: 51px;
  position: relative;
  gap: 20px;
  z-index: 121;
}
.firstVideo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('/local/templates/site/assets/css/../img/Rectangle 1893.png') no-repeat;
  width: 100%;
  height: 728px;
  background-position: center;
  border-radius: 7px;
  z-index: 1;
  background-size: cover;
}
.secondDescribe h2 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: black;
  margin-bottom: 26px;
}
.dataDisplayFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
  width: 99%;
}
.dataDisplayFlex span {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: black;
}
.dataDisplayFlex p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.6px;
  text-align: center;
  color: black;
  white-space: nowrap;
}
.secondDescribe h4 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: black;
  margin-top: 32px;
  margin-bottom: 20px;
}
.secondDescribe h4 span {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #f8b806;
}
.circleQuestion .bxs-help-circle {
  color: #ffd86c;
  font-size: 30px;
}
.circleQuestion {
  margin-left: -4px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 11px;
}
.circleQuestion span {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.6px;
  text-align: left;
  color: black;
}

.Country_input {
  background: white;
  width: 77%;
  padding-left: 10px;
  height: 56px;
  border-radius: 10px;
  margin-top: 21px;
  outline: none;
  gap: 10px;
  display: grid;
  grid-template-columns: 77px 50px auto;
  align-items: center;
  position: relative;
}
.Country_input2 {
  background: none;
  width: 100%;
  padding-left: 0px;
  height: 56px;
  border-radius: 10px;
  margin-top: 0px;
  outline: none;
  gap: 10px;
  display: grid;
  grid-template-columns: 77px 50px auto;
  align-items: center;
  position: relative;
}
.Country_input__modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
  border-radius: 10px;
  background: #1e1e1e;
  overflow: hidden;
  display: none;
}
.Country_input__modal__option {
  width: 90%;
  margin: auto;
  padding-left: 5%;
  padding-right: 5%;
  cursor: pointer;
  height: 56px;
  gap: 10px;
  display: flex;
  align-items: center;
}
.Country_input__modal__option:hover {
  background-color: #242424;
}
.Country_input__modal__select {
  display: flex;
  gap: 10px;
  align-items: center;
}
.Country_input__modal__active {
  width: 90%;
  margin: auto;
  height: 56px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  cursor: pointer;
  color: white;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Country_input_action {
  display: flex;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  color: white;
  align-items: center;
  justify-content: space-around;
}
.Country_input input {
  background-color: #24242400;
  border: none;
  outline: none;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 21.94px;

  color: #858585;
}
.Country_input__phone {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  color: #858585;
}
.universal__title_second {
  color: white;
}
.universal__title_second span {
  color: #f8a606;
}
.Evaluate_btn {
  width: 81%;
  height: 72px;
  background: #f8b806;
  border-radius: 10px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 22.14px;
  margin-top: 13px;
  border: none;
  color: #000;
}
.Object_arrow {
  position: absolute;
  bottom: 0;
  /* transform: rotate(99deg); */
  width: 16%;
  right: 31px;
}
.inputArrowAbsolute {
  position: relative;
}
.PersonalData {
  display: flex;
  gap: 14px;
  margin-top: 42px;
}
.PersonalData h3 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  line-height: 27.06px;
  text-align: left;
  color: black;
}
.PersonalData h3 span {
  color: #f8b806;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  line-height: 27.06px;
  text-align: left;
  position: relative;
  top: 9px;
}
.PersonalData input {
  width: 30px;
  height: 30px;
}
.CircularImg {
  position: absolute;
  position: absolute;
  top: 309px;
  left: -121px;
  z-index: -1;
  width: 100%;
}
.firstVideo {
  position: relative;
  z-index: revert-layer;
}

.otziv h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: black;
  text-transform: uppercase;
  margin: auto;

  margin-bottom: 50px;
  margin-top: 99px;
  width: 95%;
  max-width: 1440px;
}

@media (max-width: 991px) {
  .bigGrid_templateDiv_body {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 745px) {
  .CircularImg {
    top: 412px;
  }
}
@media (max-width: 600px) {
  .firstVideo {
    height: 536px;
  }
  .CircularImg {
    top: 290px;
  }
  .MainGet_money h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
  }
  .MainGet_money h1 span {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
  }
  .secondDescribe h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
  }
}
/* .firstVideo{
    background: none;
}
.firstVideo img{
    display: none;
} */
.firstVideo video {
  width: 100%;
  display: none;
}
@media (max-width: 400px) {
  .firstVideo {
    height: 273px;
  }
  .MainGet_money h1 span br {
    display: block;
  }
  .firstVideo {
    width: 90%;
    margin: auto;
  }
  .secondDescribe {
    width: 88%;
    margin: auto;
  }
  .bigGrid_templateDiv_body {
    margin-top: 30px;
  }
  .MainGet_money h1 {
    margin-left: 16px;
  }
  .dataDisplayFlex span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .dataDisplayFlex p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.68px;
    text-align: center;
  }
  .secondDescribe h2 {
    margin-bottom: 22px;
  }
  .Extra_pFor_media {
    text-wrap: nowrap;
    position: relative;
    top: 15px;
    left: 13px;
  }
  .secondDescribe h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin-top: 27px;
  }
  .secondDescribe h4 span {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
  }
  .circleQuestion span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.68px;
    text-align: left;
  }
  .circleQuestion {
    margin-bottom: 16px;
  }
  .Country_input {
    width: 100%;
    height: 51px;
    margin-top: 0;
  }
  .Evaluate_btn {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.68px;
    width: 100%;
  }
  .Object_arrow {
    display: none;
  }
  .PersonalData h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.22px;
    text-align: left;
  }
  .PersonalData h3 span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.22px;
    text-align: left;
    top: 8px;
  }
  .PersonalData input {
    width: 41px;
  }
  .PersonalData {
    display: flex;
    gap: 5px;
    margin-top: 11px;
    margin-left: -4px;
  }
  .otziv h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin-top: 108px;
    margin-left: 27px;
  }
  .Main_for_Question {
    padding-top: 23px;
    padding-bottom: 9px;
  }
  .Come_AndVisitUs_body h1 {
    max-width: 312px;
  }
  .first_guest {
    max-width: 312px;
    width: 100%;
    margin: auto;
    margin-top: 27px;
  }
  .first_guest img {
    margin-bottom: 8px;
  }
  .Come_AndVisitUs_grid {
    margin-top: 1px;
  }
  .Come_AndVisitUs_grid {
    padding-bottom: 4px;
  }
  .LayerLogoRes {
    width: 147px;
  }
  .resultFooter_body ul span {
    display: none;
  }
  .resultFooter_body ul h3 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.22px;
    text-align: left;
  }
  .resultFooter_body ul p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.76px;
    text-align: left;
  }
  .compromiseBtn {
    max-width: 165px;
  }
  .compromiseBtn h4 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.22px;
    text-align: left;
  }
  .resultFooter_body ul {
    margin-bottom: 0;
  }
  .resultFooter_body ul li {
    margin-top: 4px;
    margin-bottom: 20px;
    margin-left: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.22px;
    text-align: left;
  }
  .IconsImg {
    left: 0;
  }
  .Footer_center_p {
    padding-top: 7px;
  }
}

.stepByStep h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  text-transform: uppercase;
  color: white;
}

.stepByStep h1 span {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #f8b806;
}
.stepByStep {
  width: 95%;
  max-width: 1440px;
  margin: auto;
}
.firstStep_textTop {
  display: flex;
  margin-top: 53px;
  justify-content: space-between;
  width: 86%;
}
.firstStep_textTop p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: white;
}
.numberStep_one {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 9.4px 0px #00000040;
  width: 38px;
  height: 38px;
  background-color: #f8b806;
  border-radius: 50%;
  border: 5px solid white;
}
.seconStep_numbers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 32px;
  gap: 14px;
}
.numberStep_one {
  position: relative;
}
.numberStep_one span {
  font-size: 22px;
  font-weight: 900;
  font-family: Montserrat;
}
.thirdStep_textBottom {
  display: flex;
}
.thirdStep_textBottom p {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: white;
}
.LeftSome {
  margin-left: 86px;
}
.thirdStep_textBottom {
  display: flex;
  justify-content: space-around;
  width: 97%;
  margin: auto;
  margin-top: 28px;
  margin-left: 10%;
}
.oneArrow {
  position: absolute;
  left: 47px;
  top: -38px;
  width: 185px;
}
.twoArrow {
  position: absolute;
  left: 42px;
  bottom: -27px;
  width: 185px;
}
.threeArrow {
  position: absolute;
  top: -33px;
  left: 43px;
  width: 185px;
}
.fourArrow {
  position: absolute;
  left: 45px;
  bottom: -38px;
  width: 185px;
}
.fiveArrow {
  position: absolute;
  top: -30px;
  left: 52px;
  width: 185px;
}
.newOffersMarket h1 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: black;
  text-transform: uppercase;
}
.newOffersMarket h1 span {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #f8b806;
}
.newOffersMarket {
  width: 95%;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 179px;
  position: relative;
  z-index: 234;
}
.oneCategoryBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.categoryBtns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 60px;
  background: #efefef;
  margin-top: 52px;
}
.oneCategoryBtn span {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  color: black;
}

.mySwiper2 .swiper-button-next,
.swiper-button-prev {
  width: 52px !important;
  height: 52px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev :after {
  font-size: 16px !important;
  color: white !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 8px;
  background-color: #f8b806;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper2 .swiper-button-next {
  position: absolute !important;
  right: -61px !important;
  top: 53%;
}
.mySwiper2 .swiper-button-prev {
  left: -66px !important;
  top: 48% !important;
}

.bodyDescribe_Home {
  color: black;
  padding-top: 20px;
}
.mySwiper2 {
  width: calc(95% - 91px);
  height: 100%;
  overflow: visible !important;
  margin-top: 28px;
  max-width: 1308px;
}
.romb_bigFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.oneRomb {
  display: flex;
  align-items: center;
  gap: 9px;
}
.oneRomb img {
  width: 24px !important;
  height: 24px !important;
}
.otherRomb {
  display: flex;
  align-items: center;
}
.otherRomb img {
  width: 17px !important;
}
.bodyDescribe_Home h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.6px;
  text-align: center;
  min-height: 60px;
}
.romb_bigFlex {
  width: 92%;
  margin: auto;
  margin-top: 34px;
}
.oneRomb span {
  font-family: Montserrat;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22.14px !important;
}
.oneRomb span sup {
  font-size: 10px;
}
.otherRomb span {
  font-family: Montserrat;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22.14px !important;
  text-align: left;
}
.otherRomb span.address {
  min-height: 45px;
  display: flex;
  align-items: center;
}
.otherRomb {
  width: 89%;
  margin: auto;
  margin-top: 13px;
  gap: 11px;
  margin-bottom: 34px;
}
.bodyDescribe_Home span {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.52px;
}
.bodyDescribe_Home {
  background: white;
  padding-bottom: 17px;
}
.bodyDescribe_Home p {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 22.14px;
  text-align: center;
}
.bodyDescribe_Home p {
  position: relative;
  top: 10px;
}

/* rielter */
.rielter {
  padding-bottom: 78px;
}
.rielter_header {
  max-width: 1440px;
  margin: auto;
  width: 100%;
}

.rielter_title {
  width: 100%;
  margin: auto;
  max-width: 1440px;
}
.rielter_title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;

  color: black;
  text-transform: uppercase;
}
.rielter_title h1 span {
  color: #f8b806;
  text-transform: uppercase;
}
.rielter_cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.rielter_card {
  width: 49%;

  padding: 30px 0px 0px 0px;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px #0000000f;
  background-color: white;
  margin-bottom: 20px;
}
.rielter_card h2 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  line-height: 36px;
  font-weight: 700;
  color: #f8b806;
  width: 54%;
}

.ExtraRielter {
  padding-top: 3px;
}
.rielter_p p {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: black;
  margin-top: 16px;
  letter-spacing: 0 1px;
  line-height: 30px;
  margin-bottom: 29px;
}
.rielter_text {
  padding-top: 7px;
}

.rielter_finis {
  margin-top: 28px;
}

.rielter_finis p {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: black;
  margin-bottom: 24px;
  letter-spacing: 0.01px;
}
.rielter_p2 p {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: black;
  margin-top: 19px;
  letter-spacing: 0.001px;
  line-height: 30px;
  margin-bottom: 29px;
}
.rielter_inside {
  width: 94%;
  margin: auto;
  /* margin-left: 27px; */
  padding: 35px;
  padding-bottom: 7px;
  padding-top: 28px;
}
.rielter_insider {
  width: 94%;
  margin: auto;
  margin-left: 30px;
}
.rielter_text4 {
  padding-top: 1.5px;
}
#carf {
  display: none;
}
.our__team__text__item__line .header_check2 {
  animation-name: animation;
  animation-duration: 7s;
  animation-iteration-count: infinite;
}
@keyframes animation {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(-360deg);
  }
}
.rielter_inside h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #f8b806;
}
.rielter_p2 h3 {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #f8b806;
}
@media (max-width: 725px) {
  .rielter_title {
    /* margin-left: 20px; */
    width: 95%;
    margin: auto;
  }
  .rielter_title h1 {
    width: 100%;
    font-size: 37px;
    line-height: 40.5px;
    max-width: 688px;
    margin: auto;
  }
  .rielter_card {
    width: 90%;
  }

  .rielter_card h2 {
    color: white;
    line-height: 30px;
    width: 280px;
    font-family: 20px;
    margin-top: -10px;
    font-size: 20px;
  }
  .rielter_cards {
    margin-top: 30px;
    gap: 1px;
  }
  .rielter_inside {
    /* margin-left: 20px; */
    padding: 20px;
  }
  .rielter_p {
    margin-top: -10px;
    width: 280px;
  }
  .rielter_p p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 13px;
  }
  .rielter_finis p {
    font-size: 16px;
    line-height: 24px;
    width: 98%;
  }
  .rielter_finis {
    margin-top: 15px;
  }
  .rielter_insider {
    margin-left: 20px;
  }
  .rielter_p2 {
    margin-top: -10px;
    width: 93%;
  }
  .rielter_p2 p {
    font-size: 16px;
    line-height: 24px;
  }
  .rielter_p2 h3 {
    display: none;
  }
  .rielter_inside h3 {
    display: none;
  }
}

@media (max-width: 1550px) {
  .header__body_img {
    position: absolute;
    transform: rotate(92deg);
    left: -70px;
    width: 15%;
    top: -5px;
  }
}
@media (max-width: 1338px) {
  .header__ul {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: white;
    padding-left: 8px;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: 1.2fr 1.7fr 1fr;
    align-items: center;
    width: 68%;
    position: relative;
    top: 19px;
  }
}
@media (max-width: 1238px) {
  .header__ul {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: white;
    padding-left: 8px;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: 1.2fr 1.7fr 1fr;
    align-items: center;
    width: 78%;
    position: relative;
    top: 19px;
  }
}
@media (max-width: 1071px) {
  .header__ul {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: white;
    padding-left: 0px;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: 1.2fr 1.8fr 1fr;
    align-items: center;
    width: 85%;
    position: relative;
    top: 19px;
  }
  .header__body {
    max-width: 934px;
    width: 95%;
    margin: auto;
    padding-top: 10px;
  }
}

@media (max-width: 1200px) {
  .newOffersMarket_body {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 123;
  }
}

@media (max-width: 991px) {
  .mySwiper2 .swiper-button-prev,
  .mySwiper2 .swiper-button-next {
    display: none;
  }
  .mySwiper2 .swiper-button__media {
    display: block !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
  }
}
.bodyDescribe_Home button {
  width: 92%;
  margin: auto;
  height: 60px;
  border: 1px solid #979797;
  margin-top: 25px;
  background: #1e1e1e;

  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  color: #f8b806;
  border-radius: 10px; 
}
.bodyDescribe_Home .button {
  width: 92%;
  margin: auto;
  height: 60px;
  border: 1px solid #979797;
  margin-top: 25px;
  background: #1e1e1e;

  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  text-align: center;
  color: #f8b806;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.komanda_card {
  margin-bottom: 26px;
}
.komanda_card_img_second {
  height: 288px;
}

@media (max-width: 1190px) {
  .komanda_card_img {
    height: 350px;
  }
}
@media (max-width: 940px) {
  .komanda_card_img {
    height: 300px;
  }
}
@media (max-width: 631px) {
  .komanda_card_img_second {
    height: 350px;
  }
}
@media (max-width: 800px) {
  .MainGet_money {
    width: 95%;
  }
  .mySwiper2 .swiper-button-next {
    right: 0 !important;
  }
  .mySwiper2 .swiper-button-prev {
    left: 0 !important;
  }
  .header__body {
    padding-top: 100px;
  }
  .categoryBtns {
    display: none;
  }
  .swipper__button_df {
    margin-bottom: 11px;
  }
  .posmotry__body {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header__ul {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: white;
    padding-left: 0px;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: 1.2fr 1.8fr 1fr;
    align-items: center;
    width: 98%;
    position: relative;
    top: 19px;
  }
  .mySwiper2 {
    width: 100%;
    /* width: calc(95% - 91px); */
    height: 100%;
    overflow: visible !important;
    margin-top: 28px;
    max-width: 1308px;
  }
}
.chosen__card {
  margin-bottom: 54px;
}
@media (max-width: 854px) {
  .header__ul {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: white;
    padding-left: 0px;
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: 1.2fr 1.8fr 1fr;
    align-items: center;
    width: 100.3%;
    position: relative;
    top: 19px;
  }
}

.select_forMedia {
  display: none;
}
.rielter_text br {
  display: block;
}
@media (max-width: 800px) {
  .select_forMedia select {
    height: 56px;
    background: #f5f5f5;
    color: black;
    border: 1px solid #f5f5f5;
    padding-left: 20px;
    font-family: Montserrat;
    width: 96%;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    display: block;
    outline-color: #f5f5f5;
  }
  .select_forMedia {
    margin-top: 29px;
    padding-left: 6px;
    display: block;
  }
}

.header_check {
  transition: 1s;
  position: relative;
  z-index: 234;
  cursor: pointer;
}
@media (max-width: 610px) {
  .header__body {
    padding-top: 100px;
  }
  .header__body__p {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  .header__ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .header__body h5 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.68px;
    text-align: left;
  }
  .chosen__p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }
  .chosen__h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 34.13px;
    text-align: center;
  }

  .chosen__card__h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;

    text-align: center;
  }
  .chosen__card__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
  }
  .chosen {
    padding-bottom: 15px;
    margin-top: 0;
  }
  .newOffersMarket h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
  }
  .newOffersMarket h1 span {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
  }
  .rielter_title h1 {
    width: 100%;
    font-size: 25px;
    line-height: 42px;
    max-width: 688px;
    margin: auto;
  }
  .select_forMedia select {
    height: 56px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: black;
    padding-left: 20px;
    font-family: Montserrat;
    width: 100%;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    display: block;
    max-width: 1440px;
    margin: auto;
    outline-color: #f5f5f5;
  }
  .select_forMedia {
    margin-top: 29px;
    padding-right: 6px;
    display: block;
  }
  .rielter_text br {
    display: none;
  }
  .app_BgMain {
    padding-top: 20px;
  }
  .newOffersMarket {
    padding-bottom: 66px;
  }
  .otziv h1 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
  }
  .chosen__h1 {
    margin-bottom: 21px;
  }
  .chosen__card__h6 {
    margin-top: 12px;
  }
  .chosen_cards {
    gap: 14px;
  }

  .extraChoseCard p {
    width: 79%;
    margin: auto;
  }
  .extraChoseCard1 p {
    width: 79%;
    margin: auto;
  }
  .chosen {
    padding-bottom: 48px;
  }
  .zakaz_title {
    width: 89%;
    margin: auto;
    margin-top: 14px;
  }
  .zakaz_sectiontitle {
    gap: 17px;
  }
  .zakaz_homeType__buttons {
    margin-top: 15px;
    gap: 10px;
  }
  .zakaz_homeType {
    margin-top: 25px;
  }
  .zakaz__select {
    margin-top: 16px;
  }
  .zakaz__buttons__media {
    margin-top: 20px;
  }
  .zakaz__buttons {
    gap: 13px;
  }
  .zakaz_title {
    position: relative;
    top: 27px;
    left: 4px;
  }
  .our__team__text__item {
    margin-top: 60px;
    width: 90%;
    gap: 20px;
    margin-bottom: -43px;
  }
  .out__team__logos {
    width: 90%;
    margin: auto;
    margin-top: 46px;
  }
  .komanda__absimg {
    display: none;
  }
  .komanda__title {
    width: 87%;
  }
  .our__team {
    padding-bottom: 109px;
  }
  .komanda__title {
    padding-top: 28px;
  }
  .komanda__p {
    width: 87%;
    padding-bottom: 23px;
  }
  /* .komanda_cards__first{
        max-width: 309px;
    }
   */
  .komanda_card img {
    height: 300px;
  }
  .komanda_card_img {
    height: 200px;
    border-radius: 7px;
  }
  #carf {
    display: block;
  }
  .komanda_card_img_second {
    height: 200px;
    margin-bottom: 0;
    border-radius: 7px;
  }
  #EctraCardKomanda {
    display: block;
  }
  .komanda_card {
    margin-bottom: 11px;
  }
  .komanda_cards__first {
    gap: 8px;
  }
  #KomandaNone {
    display: none;
  }
  .universal__title {
    width: 95%;
    margin: auto;
    max-width: 1440px;
  }
  .free_etap__p {
    max-width: 310px;
    width: 95%;
    margin: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .freeEtap_shugNumber {
    margin-top: 9px;
    font-size: 71px;
  }
  .free__etap__cards {
    margin-top: 6px;
    width: 90%;
    margin: auto;
  }
  .free__etap__card {
    gap: 0;
  }
  .freeEtap__text__h4 {
    margin-bottom: 4px;
  }
  .free__etap__card {
    margin-bottom: -14px;
  }
  .freeEtap__text__h4 br {
    display: none;
  }
  .free__etap__button__img {
    width: 308px;
    height: 380px;
    margin-top: 32px;
  }
  .free__etap__button {
    width: 310px;
    margin-top: 48px;
    left: 0;
    top: -12px;
    height: 53px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
  }
  .free__etap__buttons {
    padding-bottom: 0;
  }
  .free__etap__body {
    padding-bottom: 34px;
  }
  .agent__title__h1 {
    width: 92%;
    margin: auto;
    padding-top: 83px;
  }
  .agent__card {
    padding: 0pc;
    margin: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
  .agent__card__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    width: 312px;
  }
  .agent__cards {
    margin-top: 28px;
  }
  .agent__cards {
    gap: 18px;
  }
  .agent__border__text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    width: 85%;
    margin: auto;
    margin-top: 22px;
  }
  .agent {
    padding-bottom: 70px;
  }
  .yuridik {
    padding-top: 37px;
    padding-bottom: 41px;
  }
  .yuridik__cards {
    max-width: 310px;
  }
  .yuridik__card__p {
    width: 101%;
  }
  .posmotry {
    padding-top: 83px;
  }
  .posmotry__arrow {
    display: flex;
    gap: 16px;
  }
  .posmotry__arrow__number h2 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1e1e1e;
  }
  .posmotry__arrow__number {
    display: flex;
    width: 114px;
    margin-right: 20px;
    margin-top: 24px;
    align-items: center;
  }

  .posmotry__text__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }
  .posmotry__text__button {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.14px;
    text-align: left;
    margin-bottom: 9px;
  }
  .posmotry__text__p {
    margin-bottom: 17px;
  }
  .AbstractDesign_Second {
    display: none;
  }
  .app_BgMain {
    padding-top: 76px;
    width: 100%;
    margin: auto;
  }
  .newOffersMarket h1 {
    width: 88%;
    margin-left: 13px;
  }

  .mySwiper2 {
    margin-top: 45px;
  }
  .bodyDescribe_Home h4 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.68px;
    text-align: center;
  }
  .SwiperAboutHome {
    width: 90%;
    margin-left: 5%;
  }
  .mySwiper2 .swiper-slide img {
    height: 200px;
  }
  .otherRomb img {
    height: 20px !important;
  }
  .zakaz_title {
    padding-top: 24px;
    padding-bottom: 33px;
  }
  .zakaz__buttons__media {
    margin-top: 14px;
  }
  .bodyDescribe_Home {
    padding-top: 14px;
  }
  .oneRomb span {
    font-family: Montserrat;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17.22px !important;
    text-align: center !important;
  }
  .romb_bigFlex {
    margin-top: 39px;
  }
  .otherRomb span {
    font-family: Montserrat;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17.22px !important;
    text-align: left !important;
  } 
  .bodyDescribe_Home span {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.6px;
    text-align: center;
  }
  .bodyDescribe_Home p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.68px;
    text-align: center;
  }
  .bodyDescribe_Home button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
  }
  .bodyDescribe_Home .button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
  }
  .mySwiper2 .swiper-slide img {
    height: 200px;
  }

  .rielter {
    padding-top: 33px;
  }
  .rielter_title {
    width: 89%;
  }
  .rielter_inside {
    padding-top: 11px;
    padding-bottom: 0;
  }
  .rielter_finis p {
    margin-bottom: 0;
  }
  .ExtraRielter {
    padding: 20px 0px 0px 0px;
  }
  .rielter_card {
    padding: 26px 0px 0px 0px;
    padding-bottom: 18px;
  }
}
.zakaz_title__margin {
  max-width: 1440px;
  margin: auto;
  width: 95%;
  color: white;
}

.partnyor {
  background-color: #2a2a2a;
  margin-top: -49px;
  padding-top: 22px;
}

@media (max-width: 491px) {
  .firstVideo video { 
    height: 100%;
}
  .universal__title3 {
    font-size: 25px !important;
    line-height: 40px !important; 
    margin: auto;
    padding: 0 !important;
    max-width: 323px !important;
  }
  .universal__title2 {
    font-size: 25px !important;
    line-height: 40px !important; 
    margin: auto;
    padding: 0 !important; 
  }
  .kvartira_shag:last-child img {
    display: none;
  }
  .kvartira_shag {
    margin-bottom: 0px;
}
  .kvartira_shag img {
    right: 0;
    left: initial !important;
    position: absolute;
    bottom: 15px !important;
    top: initial;
    display: none;
}
.kvartira_shag__p {
  order: 2; 
}
.kvartira_shag__circle {
  opacity: 0;
  order: 1;
  margin: 25px 0px;
}
.kvartira { 
  padding: 75px 0; 
}
  .posmotry__img img { 
    height: 230px;
    object-fit: cover;
}
  .navbar__body {
    display: grid;
    grid-template-columns: 82px auto;
    gap: 0px;
    height: 99px;
    max-width: 319px;
  }
  .komanda_card_img {
    height: 153px;
    border-radius: 7px;
  }
  #carf {
    display: block;
  }
  .komanda_card_img_second {
    height: 153px;
    margin-bottom: 0;
    border-radius: 7px;
  }
  .navbar_nav {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 28px;
  }
  .navbar_nav__img {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #24242461;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -11px;
    padding-right: 10px;
  }
  .header__body__h1 {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.36px;
    text-align: left;
    margin-top: 44px;
    width: 92%;
    margin: auto;
    margin-top: 43px;
  }
  .header__body__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.68px;
    text-align: left;
    margin-top: 17px;
    max-width: 300px;
    border: none;
  }
  .partnyor {
    background-color: #2a2a2a;
    margin-top: 0px;
    padding-top: 1px;
  }
  .header__body h5 {
    display: none;
  }
  .header__li {
    display: grid;
    grid-template-columns: 30px auto;
    margin-bottom: 21px;
    max-width: 441px;
    gap: 17px; 
  }
  .header__ul {
    top: 0px;
    width: 96%;
    margin-bottom: 0px;
  }
  .header__body__h1 {
    margin-top: 0px;
  }
  .header__body {
    padding-top: 63px;
    height: 551px;
  }
  .header__li {
    display: grid;
    grid-template-columns: 30px auto;
    margin-bottom: 9px;
    max-width: 441px;
    gap: 17px;
    align-items: center;
    margin-left: 11px;
    margin-top: -8px;
  }
  .zakaz_title__margin {
    width: 85%;
    margin-top: 0px;
    padding-top: 42px !important;
    left: -3px;
    font-size: 28px !important;
    line-height: 42px !important;
  }
  .header__buttons {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 833px;
    gap: 16px;
    margin-top: -13px;
  }
  .header__li_margin__13px {
    margin-top: 13px;
  }
  .header__body__p {
    margin-bottom: 32px;
  }
  .chosen {
    padding-bottom: 66px;
    padding-top: 60px;
  }
  .chosen__p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }
  .chosen__h1 {
    margin-bottom: 32px;
    width: 90%;
    margin-bottom: 61px;
  }
  .chosen__card__h6 {
    margin-top: 10px;

    line-height: 120%;
  }
  .universal__title {
    left: 10px;
  }
  .chosen_cards {
    max-width: 1365px;
    margin: auto;
    gap: 15px;
    width: 95%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .zakaz {
    padding-top: 0px;
  }
  .zakaz_title {
    padding-top: 7px;
    padding-bottom: 33px;
  }
  .chosen__card__img {
    margin: auto;
    margin-bottom: -6px;
  }
  .chosen__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3px;
  }
  .zakaz__h4 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    /* line-height: 17px; */
    text-align: left;
    color: #1e1e1e;
  }

  .zakaz_sectiontitle {
    display: flex;
    gap: 11px;
  }
  .zakaz_homeType__buttons {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1108px;
    gap: 10px;
    position: relative;
    z-index: 12;
    margin-top: 25px;
  }

  .header__body__p {
    left: 0px;
    margin-top: 36px;
  }
  .header__body__h1 span {
    color: #f8a606;
  }
  .header__buttons__second {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    width: 90%;
    margin-left: 4%;
    line-height: 19.36px;
    text-align: center;
    height: 58px;
  }
  .inputGrey {
    width: 87% !important;
    margin-left: 4%;
  }
  .header__buttons__first {
    width: 90.8%;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    /* height: 58px; */
    position: relative;
    right: -15px;
    padding-right: 48px;
    margin-top: 4px;
    margin-bottom: -5px;
  }
  header.header {
    padding-bottom: 0px !important;
  }
}

.IconDivNav {
  background: #f8b806;
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.IconDivNav:hover {
  opacity: 0.37;
}
.IconNavigate {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: white;
  height: 52px;
  width: 25%;
  border-radius: 8px;
  cursor: pointer;
}
.NavigateFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1440px;
  margin: auto;
}
.IconNavigate span {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-decoration: underline;
  color: black;
}
.UlFor_pk {
  margin-top: 27px;
}
.Phonenum_for_media {
  display: none;
}
@media (max-width: 520px) {
  .first_guest img {
    height: auto;
  }
  .IconNavigate {
    width: 100%;
    background: none;

    margin-top: 10px;
  }
  .IconNavigate span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }
  .IconDivNav {
    width: 44px;
    height: 44px;
  }
  .IconDivNav img {
    width: 20px;
  }
  .resultFooter_body ul h3 {
    display: none;
  }
  .Phonenum_for_media {
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.22px;
    text-align: left;
  }
  .LayerLogoRes {
    margin-bottom: 9px;
  }
  .universal__title span {
    color: #f8a606;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 360px) {
  .posmotry__body {
    max-width: 318px;
  }
  .posmotry__body {
    gap: 11px;
  }
  .posmotry__text__p {
    width: 98%;
  }
  .posmotry__img img {
    width: 98%;
    margin-top: 6px;
    margin-bottom: 5px;
    border-radius: 10px;
  }
  .posmotry__actoin__button {
    width: 98%;
  }
  .newOffersMarket h1 {
    width: 88%;
    margin-left: 7px;
  }
  .app_BgMain {
    padding-top: 62px;
  }
  .select_forMedia select {
    margin-left: 0;
  }
  .swipper__button_df {
    max-width: 320px;
  }
  .rielter_header {
    padding-top: 0px;
  }
  .rielter_title h1 {
    font-size: 27px;
  }
  .rielter_card {
    padding: 0px 0px 0px 0px;
  }
  .rielter_text {
    margin-top: 6px !important;
  }
  .rielter_inside {
    padding: 14px;
  }
  .rielter_text2 {
    margin-top: 21px !important;
  }
  .rielter_text3 {
    margin-top: 25px !important;
  }
  .extraText br {
    display: none;
  }
  .rielter_finis {
    margin-top: 23px;
  }
  .rielter_p2 p {
    margin-top: 26px;
    margin-bottom: 25px;
  }
  .rielter_insider {
    margin-left: 15px;
  }
  .rielter_text4 br {
    display: none;
  }
  .MediaStrong_p {
    width: 101%;
  }
  .MainGet_money h1 br {
    display: none;
  }
  .secondDescribe {
    width: 91%;
    margin-top: 20px;
  }
  .Evaluate_btn {
    margin-top: 18px;
    height: 73px;
  }
  .PersonalData {
    display: flex;
    gap: 5px;
    margin-top: 9px;
    margin-left: 0px;
  }
  .otziv h1 {
    margin-top: 49px;
    margin-bottom: 29px;
  }
  .extraSwip_btns {
    max-width: 313px;
    margin-left: 2px;
    margin-top: 32px;
  }
  .ApplicationSwiper .swiper-slide {
    width: 310px !important;
  }
  .ApplicationSwiper {
    max-width: 310px;
  }
  .swiperHeader {
    display: flex;
    gap: 10px;
    position: relative;
    top: 17px;
    left: 20px;
  }
  .BelowHeader p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.68px;
    text-align: left;
    margin-top: 8px;
    margin-left: 3px;
  }
  .Main_for_QuestionBody h1 {
    margin-bottom: 33px;
  }
  .Come_AndVisitUs_body {
    padding-top: 80px;
  }
  .Come_AndVisitUs_body h1 {
    max-width: 312px;
    margin: auto;
  }
  .IconNavigate {
    width: 100%;
    background: none;
    max-width: 312px;
    margin: auto;
    margin-top: 10px;
  }
}

.freeEtap__text__p br {
  display: none;
}
@media (max-width: 360px) {
  .freeEtap__text__h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    position: relative;
    top: -7px;
    left: -3px;
  }
  .freeEtap__text__p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    position: relative;
    left: -3px;
  }
  .free__etap__button__img {
    width: 310px;
    height: 393px;
    margin-top: 36px;
    position: relative;
    top: 3px;
    left: 0px;
  }
  .free__etap__button {
    width: 310px;
    margin-top: 48px;
    left: 0;
    top: -27px;
    height: 53px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
  }
  .agent__title__h1 {
    width: 92%;
    margin: auto;
    padding-top: 63px;
    margin-left: 11px;
    margin-bottom: 1px;
  }
  .freeEtap__text__p br {
    display: block;
  }
}

.universal__title {
  position: relative;
}
.universal__title span {
  z-index: 1;
  position: relative;
}
.universal__title img {
  position: absolute;
  right: 0px;
  z-index: -1px;
  top: -10px;
  width: 100%;
}
.komanda_card p {
  display: none;
}

@media (max-width: 1224px) {
  .universal__title img {
    position: absolute;
    right: 0;
    z-index: -1;
    top: -10px;
    width: 100%;
  }
}

@media (max-width: 1206px) {
  .AllSteps {
    color: #f8a606 !important;
  }
}
@media (max-width: 1138px) {
  .oneYuridik_card {
    display: grid;
    grid-template-columns: 1fr;
  }
  .oneYuridik_card h3 {
    transform: rotate(0deg);
    writing-mode: inherit;
    display: inherit;
  }
  .oneYuridik_card h3 {
    text-align: center;
  }
  .oneYuridik_card h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .oneYuridik_card p {
    text-align: center;
  }
  .oneYuridik_card {
    padding-top: 10px;
  }
  .secondYuridik_step {
    padding-bottom: 27px;
  }
}

@media (max-width: 500px) {
  .oneYuridik_card h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .oneYuridik_card h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
  }
  .oneYuridik_card p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    max-width: 290px;
    margin: auto;
  }
  .yuridik .universal__title {
    max-width: 312px;
    left: 0px;
  }
  .swipper__button_df {
    width: 90%;
    margin-left: 26px;
  }
  .yuridik__cards {
    margin-top: 20px;
  }
  .yuridik .free_etap__p {
    padding-top: 7px;
  }
  .oneYuridik_card h2 {
    margin-bottom: 11px;
    margin-top: 10px;
  }
  .oneYuridik_card p br {
    display: none;
  }
}

@media (max-width: 728px) {
  .komanda__title span img {
    display: none;
  }
  .komanda__title span {
    color: #f8a606;
  }
}

@media (max-width: 700px) {
  #carf {
    display: block;
  }
  #EctraCardKomanda {
    display: block;
  }
  #KomandaNone {
    display: none;
  }
  .komanda_card p {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    display: flex;
    margin-top: 10px;
  }
  .komanda_card_img {
    margin-left: 0px;
  }
  .NavigateFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: auto;
  }
  .IconNavigate {
    width: 95%;
    background: none;
    margin-top: 10px;
    margin: auto;
    max-width: 312px;
  }
}

@media (max-width: 430px) {
  .komanda_card p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-top: 3px;
    display: flex;
  }
  .komanda_card_img {
    margin-left: 0px;
  }
  .komanda_card img {
    height: 153px;
  }
  .komanda_cards {
    max-width: 330px;
    margin: auto;
  }
}
.oneYuridik_card {
  position: relative;
  overflow: hidden;
}
.oneYuridik_card img {
  position: absolute;
  width: 340px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.header__buttons .Country_input {
  background: none;
  height: 100%;
  width: 77%;
  padding-left: 10px;
  min-height: 56px;
  border-radius: 10px;
  margin-top: 0px;
  outline: none;
  gap: 10px;
  display: grid;
  grid-template-columns: 77px 50px auto;
  align-items: center;
  position: relative;
}

.header__buttons .Country_input__modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border-radius: 10px;
  background: #1e1e1e;
  overflow: hidden;
  display: none;
}
.oneCategoryBtn.active {
  background-color: #f8b806;
}

.ClickButtonsBig-button {
  background-color: rgb(226, 228, 233) !important;
  border: 1px solid rgb(226, 228, 233) !important;
  color: black !important;
}
.ClickButtonsBig-button.active {
  background-color: #424242 !important;
  color: #fff !important;
}

.posmotry__img,
.posmotry__text {
  position: relative;
  overflow: hidden;
}
.posmotry__img__content {
  position: absolute;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}
.posmotry__text__content {
  display: none;
}
.posmotry__text__content.active {
  display: block;
  min-height: 695px;
}
.posmotry__arrow__button {
  cursor: pointer;
}

@media (max-width: 991px) {
  .posmotry__img {
    overflow: visible !important;
    margin-bottom: 600px;
  }
  .posmotry__img__media {
    display: none;
  }
}
@media (max-width: 966px) {
  .posmotry__img {
    margin-bottom: 590px;
  }
}
@media (max-width: 931px) {
  .posmotry__img {
    margin-bottom: 570px;
  }
}
@media (max-width: 907px) {
  .posmotry__img {
    margin-bottom: 550px;
  }
}
@media (max-width: 877px) {
  .posmotry__img {
    margin-bottom: 530px;
  }
}
@media (max-width: 836px) {
  .posmotry__img {
    margin-bottom: 510px;
  }
}
@media (max-width: 803px) {
  .posmotry__img {
    margin-bottom: 490px;
  }
}
@media (max-width: 775px) {
  .posmotry__img {
    margin-bottom: 470px;
  }
}
@media (max-width: 740px) {
  .posmotry__img {
    margin-bottom: 450px;
  }
}
@media (max-width: 710px) {
  .posmotry__img {
    margin-bottom: 430px;
  }
}
@media (max-width: 680px) {
  .posmotry__img {
    margin-bottom: 410px;
  }
}
@media (max-width: 655px) {
  .posmotry__img {
    margin-bottom: 390px;
  }
}
@media (max-width: 620px) {
  .posmotry__img {
    margin-bottom: 370px;
  }
}
@media (max-width: 591px) {
  .posmotry__img {
    margin-bottom: 350px;
  }
}
@media (max-width: 560px) {
  .posmotry__img {
    margin-bottom: 330px;
  }
}
@media (max-width: 525px) {
  .posmotry__img {
    margin-bottom: 310px;
  }
}
@media (max-width: 490px) {
  .posmotry__img {
    margin-bottom: 290px;
  }
}
@media (max-width: 450px) {
  .posmotry__img {
    margin-bottom: 270px;
  }
}
@media (max-width: 415px) {
  .posmotry__img {
    margin-bottom: 250px;
  }
}
@media (max-width: 390px) {
  .posmotry__img {
    margin-bottom: 230px;
  }
}
@media (max-width: 361px) {
  .posmotry__img {
    margin-bottom: 210px;
  }
}
@media (max-width: 688px) {
  .header__body__h1 {
    font-size: 28px;
  }
  .header__body__h1 span {
    font-size: 28px;
  }
}
@media (max-width: 603px) {
  .header__body__h1 {
    font-size: 32px;
  }
  .header__body__h1 span {
    font-size: 32px;
  }
}
@media (max-width: 425px) {
  .header__body__h1 {
    font-size: 28px;
  }
  .header__body__h1 span {
    font-size: 28px;
  }
}
@media (max-width: 371px) {
  .header__body__h1 {
    font-size: 26px;
  }
  .header__body__h1 span {
    font-size: 26px;
  }
}
.etap {
  margin-right: 10px;
}

@media (max-width: 465px) {
  .mySwiper2 {
    /* display: flex !important; */
    flex-direction: column-reverse !important;
    gap: 30px;
  }
}

.universal__title span img {
  width: 23%;
  height: 100%;
  position: absolute;
  left: -8px;
  z-index: 0;
  top: -20px;
  animation-duration: 5s;
  animation-name: marker;
  height: 100px;
  animation-fill-mode: forwards;
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
  transition-duration: 1s !important;
}

[data-aos='fade-right'] {
  transform: translate3d(0, 0, 0) !important;
}

.rielter_card {
  transition: transform 0.3s ease;
}

.rielter_card:hover {
  transform: translateY(-15px);
}

.chosen__card {
  transition: transform 0.3s ease;
}

.chosen__card:hover {
  transform: translateY(-15px);
}

.zakaz_homeType__button {
  transition: transform 0.3s ease;
}
.zakaz_homeType__button:hover {
  transform: translateY(-10px);
}
.yuridik__cards .oneYuridik_card {
  opacity: 0;
  transform: translateY(50px);
}
.out__team__logos__item {
  transition: transform 0.3s ease;
}
.out__team__logos__item:hover {
  transform: translateY(-10px);
}
.zakaz_title {
  opacity: 0;
  transform: translateY(20px);
}
.zakaz_title__margin {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 60.95px;
  text-align: left;
  color: #fff;
  width: 100%;
  padding-top: 59px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-50px);
}
.zakaz_title__margin span {
  color: #f8a606;
}
.universal__title {
  opacity: 0;
  transform: translateY(20px);
}
.agent__title__h1 {
  opacity: 0;
  transform: translateX(-50px);
}
.universal__title2 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #1e1e1e;
  max-width: 1431px;
  width: 95%;
  margin: auto;
  text-transform: uppercase;
  padding-left: 7px;
  opacity: 0;
  transform: translateY(20px);
}
.universal__title2 span {
  color: #f8a606;
}
.rielter_title {
  opacity: 0;
  transform: translateX(-50px);
}
.universal__title3 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  line-height: 75px;
  text-align: left;
  color: #fff;
  max-width: 1431px;
  width: 95%;
  margin: auto;
  text-transform: uppercase;
  padding-left: 7px;
  opacity: 0;
  transform: translateX(-50px);
}
.universal__title3 span {
  color: #f8a606;
}
.container {
  max-width: 1429px;
  margin: auto;
  width: 95%;
}

@media (max-width: 1177px) {
  .header__body__h1 {
    font-size: 50px;
  }
  .header__body__h1 span {
    font-size: 50px;
  }
}
@media (max-width: 1071px) {
  .header__body__h1 {
    font-size: 45px;
  }
  .header__body__h1 span {
    font-size: 45px;
  }
}
@media (max-width: 964px) {
  .header__body__h1 {
    font-size: 40px;
  }
  .header__body__h1 span {
    font-size: 40px;
  }
}
@media (max-width: 857px) {
  .header__body__h1 {
    font-size: 35px;
  }
  .header__body__h1 span {
    font-size: 35px;
  }
}
@media (max-width: 752px) {
  .header__body__h1 {
    font-size: 30px;
  }
  .header__body__h1 span {
    font-size: 30px;
  }
}
@media (max-width: 1025px) {
  .agent__border__text {
    margin-bottom: 18px;
  }
}
.header_check {
  transition: transform 0.3s ease;
}
.header_check:hover {
  transform: translateY(-10px);
}
.bx-chevron-down-black {
  color: #1e1e1e;
}

@media (max-width: 1149px) {
  .text__p1 {
    font-size: 10px;
  }
  .navbar_nav {
    gap: 0px;
  }
  .navbar_nav__item {
    padding: 3px;
  }

  .navbar_nav__phone {
    font-size: 12px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  margin: 5% auto 5% auto;
  display: block;
  width: 80%;
  max-width: 90%;
}
.modal img {
  width: 100%;
  height: auto;
}
.close {
  position: absolute;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}
.oneYuridik_card {
  transition: all 0.3s ease;
}
.oneYuridik_card h3 {
  transition: all 0.3s ease;
}
.oneYuridik_card:hover {
  background-color: #f8b806;
}

.oneYuridik_card:hover h3 {
  color: #fff;
}

.agent__border__text u {
  text-decoration: none;
  color: #f8a606;
}

.rielter_p {
  padding-right: 10px;
}

.rielter_p2 {
  padding-right: 10px;
}

.rielter_finis {
  padding-right: 10px;
}

@media (max-width: 1050px) {
  .free__etap__buttons {
    padding-bottom: 0%;
  }
}

@media (max-width: 1110px) {
  .kvartira_shag img {
    left: 35px;
  }
}
@media (max-width: 1075px) {
  .kvartira_shag img {
    left: 30px;
  }
}
@media (max-width: 1045px) {
  .kvartira_shag img {
    left: 25px;
  }
}
@media (max-width: 1025px) {
  .kvartira_shag img {
    left: 20px;
  }
}

@media (max-width: 2561px) {
  .animattt {
    bottom: -130px;
  }
}

@media (max-width: 2300px) {
  .animattt {
    bottom: -100px;
  }
}
@media (max-width: 2000px) {
  .animattt {
    bottom: -70px;
  }
}
@media (max-width: 1808px) {
  .animattt {
    bottom: -40px;
  }
}
@media (max-width: 1660px) {
  .animattt {
    bottom: -30px;
  }
}
@media (max-width: 1350px) {
  .animattt {
    bottom: -90px;
  }
}
@media (max-width: 1053px) {
  .animattt {
    bottom: 0px;
  }
}

.header_check2 {
  width: 40px;
  height: 40px;
  background: #f8a606;
  border-radius: 50%;
  box-shadow: 0px 0px 3px #f8a606;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_check2 .bx-check {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 1042px) {
  .header_check2 {
    width: 30px;
    height: 30px;
  }
  .header_check2 .bx-check {
    font-size: 15px;
  }
}
@media (max-width: 889px) {
  .our__team__text__item__line {
    margin-top: 0px;
  }
}

.kvartira_shag__p {
  opacity: 0;
}

.kvartira_shag__circle {
  opacity: 0;
}

.swiper-slide-none {
  display: none !important;
}
.oneCategoryBtn.active {
  font-weight: bold;
}

/* End */
/* /local/templates/site/assets/css/style.css?1725298691115647 */
