@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Gilroy-Ultralight.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Gilroy-Ultralight.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Gilroy-Light.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Gilroy-Light.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Gilroy-Regular.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Gilroy-Medium.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Gilroy-Semibold.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Gilroy-Semibold.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Gilroy-Bold.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Gilroy-Extrabold.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Gilroy-Extrabold.ttf) format("opentype");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Gilroy-Black.woff2) format("woff2");
}

@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Gilroy-Black.ttf) format("opentype");
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

::-moz-selection {
  background-color: #f0950d;
  color: #fff;
}

::selection {
  background-color: #f0950d;
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #686868;
  font-family: Gilroy, sans-serif;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.38;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
}

body.lock {
  overflow: hidden;
}

:root {
  scroll-behavior: auto;
}

html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: auto;
}

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  background: rgba(28, 29, 30, 0.5);
  color: #fff;
  height: 12.3rem;
  left: 0;
  padding-bottom: 0.3rem;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  z-index: 100;
}

.header .container {
  height: 100%;
}

.header.scrolled {
  background: rgba(28, 29, 30, 0.95);
  height: 8rem;
}

.header.scrolled .header__logo img {
  height: 5.5rem;
}

.header__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  height: 100%;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 0.4rem;
}

.header__info,
.header__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__info {
  -webkit-box-flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.header__logo img {
  height: 7.2rem;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.header__phone {
  margin-top: -0.4rem;
}

.header__phone a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 0.5rem;
  line-height: 1.1666666667;
}

.header__phone a:hover {
  color: #f4aa3c;
}

.header__phone a:before {
  background: url(../images/dist/phone.svg) 50% / cover no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
}

.header__menu {
  margin-left: 7.6rem;
}

.header__menu ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.header__menu a:hover {
  color: #f4aa3c;
}

.header__btn {
  margin-left: 5.6rem;
}

.header__btn,
.header__btn .btn {
  max-width: 18.3rem;
  width: 100%;
}

.header__btn .btn {
  height: 3.8rem;
}

.header__time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 0.8rem;
  line-height: 1.1875;
  margin-left: 5.7rem;
}

.header__time:before {
  background: url(../images/dist/time.svg) 50% / cover no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  width: 1.7rem;
}

.header-mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  z-index: 9999;
}

.header-mobile__logo {
  padding-top: 2px;
}

.header-mobile__logo img {
  max-width: 130px;
}

.header-mobile.active {
  background-color: #f8f8f8;
}

.header-mobile__cnt {
  width: 100%;
}

.header-mobile__meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #3c424d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.header-mobile__meta-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-mobile__burger {
  background: url(../images/dist/burger.svg) 100% 50%/24px 19px no-repeat;
  cursor: pointer;
  height: 40px;
  margin-left: 5px;
  width: 35px;
}

.header-mobile__call,
.header-mobile__search-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 5px;
  width: 35px;
}

.header-mobile__burger.active {
  background: url(../images/dist/burger_close.svg) 90% 50%/30px 23px no-repeat;
  display: block;
}

.header-mobile-menu {
  background-color: #fff;
  height: calc(100vh - 60px);
  left: 0;
  left: -100%;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 60px;
  position: fixed;
  top: 60px;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  visibility: hidden;
  width: 100%;
  z-index: 999;
  z-index: -1;
}

.header-mobile-menu .header-mobile-menu__list {
  list-style: none;
  margin: 60px 0 0;
  overflow: scroll;
  padding: 0 40px;
  text-align: left;
}

.header-mobile-menu .header-mobile-menu__list li {
  margin-bottom: 15px;
}

.header-mobile-menu .header-mobile-menu__list li a {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  position: relative;
  text-transform: none;
}

.header-mobile-menu .header-mobile-menu__list li.active a {
  color: #f0950d;
}

.header-mobile-menu .header-mobile-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 7vh;
  padding: 0 40px;
  text-align: left;
}

.header-mobile-menu .header__phone {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-left: 0;
  margin-top: 2vh;
}

.header-mobile-menu .header__phone a {
  color: #000;
  display: block;
  font-size: 20px;
  margin-top: 1.5vh;
}

.header-mobile-menu .header__phone a:before {
  display: none;
}

.header-mobile-menu .header__phone:first-of-type {
  font-size: 24px;
}

.header-mobile-menu .header__phone:before {
  display: none;
}

.header-mobile-menu .social-block {
  gap: 3.2rem;
  margin-top: 16rem;
}

.header-mobile-menu .social-block a {
  height: 3rem;
  width: 3rem;
}

.header-mobile-menu .social-block a svg {
  fill: #f0950d;
  height: 2.5rem;
  max-height: 100%;
  max-width: 100%;
  width: 2.5rem;
}

.header-mobile-menu.scroll {
  height: calc(100vh - 60px);
  top: 60px;
}

.header-mobile-menu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.header-mobile__btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  justify-content: space-between;
  padding: 13px 40px;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.header-mobile__btns .c-btn {
  font-size: 12px;
  max-width: 100%;
  min-height: 32px;
  width: 100%;
}

.header-mobile__btns.disabled {
  display: none;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

main {
  -webkit-transition: all 0.14s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.14s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.14s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.select-box {
  display: block;
  font-size: 2.5rem;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.select-box__current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  border-radius: 10px;
  color: #6a6a6a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.5rem;
  font-weight: 400;
  height: 8.1rem;
  outline: none;
  padding-left: 8rem;
  padding-right: 8rem;
  position: relative;
}

.select-box__current:focus + .select-box__list {
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1;
  z-index: 2;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 3.9rem;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__value:first-of-type .select-box__input-text {
  color: #6a6a6a;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  background-color: #fff;
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.select-box__list {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  font-size: 2rem;
  list-style: none;
  margin-top: 3px;
  opacity: 0;
  padding: 1.5rem 0 1rem;
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 24rem;
  overflow-y: scroll;
}

.select-box-occupied-regions {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .select-box-occupied-regions {
    margin-top: 2rem;
  }
}

.select-box-occupied-regions .select-box__list {
  height: auto;
  overflow: auto;
}

.select-box__option {
  background-color: #fff;
  display: block;
  padding: 0.5rem 8rem;
  margin-bottom: 0;
}

.select-box__option:focus,
.select-box__option:hover {
  background-color: #fbfbfb;
  color: #363636;
}

@-webkit-keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

@keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

input[type="search"]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.input,
.textarea {
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  color: #6a6a6a;
  font-size: 2.5rem;
  height: 8.1rem;
  padding-left: 7.6rem;
  padding-right: 7.6rem;
  width: 100%;
}

.textarea {
  padding: 1.6rem 7.6rem;
  resize: none;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #6a6a6a;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #6a6a6a;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

.input-1,
.textarea-1 {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffcd83;
  border-radius: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0 0 2rem;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input-1:focus:required:invalid,
.textarea-1:focus:required:invalid {
  border-color: #ffcd83;
}

.input-1:required:valid,
.textarea-1:required:valid {
  border-color: #fff;
}

.textarea-1 {
  padding: 0.4rem 0 2.5rem;
  resize: none;
}

.input-1::-webkit-input-placeholder,
.textarea-1::-webkit-input-placeholder {
  color: #fff;
}

.input-1::-moz-placeholder,
.textarea-1::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.input-1:-ms-input-placeholder,
.textarea-1:-ms-input-placeholder {
  color: #fff;
}

.input-1:-moz-placeholder,
.textarea-1:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.link {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
  position: relative;
}

.link:hover {
  color: #f0950d;
}

.link:after {
  background: #434343;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.link:hover:after {
  width: 0;
}

.ul-circle li {
  padding-left: 3.5rem;
  position: relative;
}

.ul-circle li:before {
  background: #f0950d;
  border-radius: 50%;
  content: "";
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.8rem;
}

.h2 {
  color: #3c424d;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #686868;
  text-decoration: none;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a:hover {
  color: #686868;
  text-decoration: none;
}

.container-1310 {
  margin: 0 auto;
  max-width: 1390px;
  padding-left: 40px;
  padding-right: 40px;
}

.container {
  margin: 0 auto;
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #f0950d;
  border: none;
  border-radius: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Gilroy;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: normal;
  line-height: normal;
  padding: 0 0 0.2rem;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn:hover {
  background-color: #f4aa3c;
  color: #fff;
}

.btn.--light-green {
  background-color: #fba21c;
}

.btn.--light-green:hover {
  background-color: #fcb74e;
}

svg {
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.svg-hidden {
  display: none;
}

.social-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
}

.social-block a:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.social-block__item {
  cursor: pointer;
  display: block;
  height: 3rem;
  width: 3rem;
}

.social-block__item:hover svg {
  fill: var(--a-hover-color);
}

.social-block__item svg {
  fill: #828486;
  height: 2.2rem;
  width: 2.2rem;
}

.bold-p {
  font-weight: 700;
}

.hero {
  background: url(../images/dist/hero_bg.jpg) 50% / cover no-repeat;
  height: 90rem;
  padding-top: 27.8rem;
  width: 100%;
}

.hero .btn {
  height: 6.4rem;
  margin-top: 7.9rem;
  max-width: 29rem;
  width: 100%;
}

.hero .container {
  position: relative;
}

.hero__wrap {
  max-width: 82.2rem;
  padding-left: 9.2rem;
}

.hero__wrap .hero__wrap-title {
  color: #fba21c;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.26;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.hero__wrap p {
  color: #f8f8f8;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2173913043;
  margin-bottom: 1.8rem;
}

.hero__social {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 3.8rem;
  top: 34.3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero__social:before {
  background-color: hsla(0, 0%, 100%, 0.5);
  content: "";
  height: 3.5rem;
  left: 50%;
  position: absolute;
  top: -6.8rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}

.hero__social:after {
  background-color: hsla(0, 0%, 100%, 0.5);
  bottom: -6.8rem;
  content: "";
  height: 3.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}

.hero__social-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-bottom: 1.6rem;
  width: 3rem;
}

.hero__social-item:nth-of-type(2) {
  margin-bottom: 3.9rem;
}

.hero__social-item:last-of-type {
  margin-bottom: 0;
}

.hero__social-item:hover svg {
  fill: #f0950d;
}

.hero__social-item svg {
  fill: #fff;
  height: 2.6rem;
  width: 2.3rem;
}

.hero__social-item.--youtube svg {
  height: 2.6rem;
  width: 2.4rem;
}

.unique-technologies {
  margin-top: -6.5rem;
}

.unique-technologies .h2 {
  color: #000;
  font-size: 3.8rem;
  line-height: 1.2368421053;
  margin-bottom: 1.6rem;
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.unique-technologies .h2:after {
  background: url(../images/dist/dots_before.svg) 50% / cover no-repeat;
  content: "";
  height: 14.7rem;
  left: -2.8rem;
  position: absolute;
  top: -1.8rem;
  width: 15.1rem;
  z-index: -1;
}

.unique-technologies__wrap {
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.7rem 4.4rem;
}

.unique-technologies__left {
  padding-left: 3rem;
  padding-right: 3.1rem;
  padding-top: 1.6rem;
}

.unique-technologies__left p {
  margin-bottom: 20px;
}

.unique-technologies__left .bold-p {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  margin-bottom: 4.2rem;
  text-transform: uppercase;
}

.unique-technologies__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.unique-technologies__right img {
  border-radius: 5px;
  height: 44.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 63.8rem;
  height: 34.7rem;
  width: 53.8rem;
}

.video-block {
  cursor: pointer;
  position: relative;
}

.video-block:hover .video-block__play {
  -webkit-transform: translate(-50%, -50%) scale(1.04);
  -ms-transform: translate(-50%, -50%) scale(1.04);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-block__play {
  background: url(../images/dist/video_play.svg) 50% / cover no-repeat;
  height: 10.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 10.4rem;
}

.unique-technologies__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7.4rem;
  padding-right: 3.6rem;
}

.unique-technologies__nums-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.3rem;
  max-width: 32.1rem;
  padding-left: 2rem;
  position: relative;
  width: 100%;
}

.unique-technologies__nums-item:first-of-type {
  padding-left: 5.4rem;
}

.unique-technologies__nums-item:first-of-type:before {
  background-color: #eaeaea;
  content: "";
  height: 20rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.unique-technologies__nums-item:nth-of-type(2) {
  padding-left: 3.4rem;
}

.unique-technologies__nums-item:nth-of-type(3) {
  padding-left: 1.4rem;
}

.unique-technologies__nums-item:nth-of-type(4) {
  padding-left: 1.8rem;
}

.unique-technologies__nums-item:after {
  background-color: #eaeaea;
  content: "";
  height: 20rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.unique-technologies__nums-item:nth-of-type(2) {
  position: relative;
}

.unique-technologies__nums-item:nth-of-type(3) {
  position: relative;
}

.unique-technologies__nums-item:nth-of-type(3) span:last-of-type {
  font-size: 1.8rem;
  line-height: 1.2777777778;
}

.unique-technologies__nums-item span:first-of-type {
  color: #f0950d;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.2;
  text-transform: uppercase;
}

.unique-technologies__nums-item span:last-of-type {
  color: #6a6a6a;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5555555556;
}

.partnership__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.partnership {
  background: url(../images/dist/partnership_bg.jpg) 50% / cover no-repeat;
  margin-top: 10rem;
  padding-bottom: 6.2rem;
  padding-top: 10rem;
  width: 100%;
}

.partnership .h2 {
  color: #f0950d;
  font-size: 3.8rem;
  line-height: 1.2368421053;
  margin-left: 4rem;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.partnership .h2:after {
  background: url(../images/dist/dots_before.svg) 50% / cover no-repeat;
  content: "";
  height: 14.7rem;
  left: -6.8rem;
  position: absolute;
  top: -4.8rem;
  width: 15.1rem;
  z-index: -1;
}

.partnership__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.9rem;
  margin-top: 7.3rem;
}

.partnership__wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partnership__wrap ul:first-of-type {
  max-width: 62.4rem;
  width: 100%;
}

.partnership__wrap ul:last-of-type {
  max-width: 60.7rem;
  width: 100%;
}

.partnership__wrap li {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  margin-bottom: 3.2rem;
}

.partnership__wrap li:before {
  top: 0.2rem;
}

.partnership__nums {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

.partnership__nums-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.partnership__nums-item span:first-of-type {
  color: #f0950d;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.22;
}

.partnership__nums-item span:last-of-type {
  color: #d1d1d1;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.full-consultation {
  background: url(../images/dist/full_consultation_bg.jpg) 50% / cover no-repeat;
  color: #fff;
  padding-bottom: 26.6rem;
  padding-top: 20.8rem;
}

.full-consultation .h2 {
  color: #fff;
  margin-bottom: 2.6rem;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.full-consultation__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-right: 3.3rem;
}

.full-consultation__text {
  max-width: 50rem;
  padding-top: 1.6rem;
  width: 100%;
}

.full-consultation__text p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.full-consultation__form {
  max-width: 66.7rem;
  width: 100%;
}

.full-consultation__form .input-1 {
  margin-bottom: 3.3rem;
}

.full-consultation__form .input-1,
.full-consultation__form .textarea-1 {
  width: 100%;
}

.full-consultation__form .btn {
  background-color: #fff;
  color: #000;
  height: 6.2rem;
  max-width: 29rem;
  width: 100%;
}

.full-consultation__form .btn:hover {
  background-color: #e3e3e3;
}

.full-consultation__form-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
}

.full-consultation__form-row p {
  color: #ffd89d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
  margin-bottom: 0;
  max-width: 32.5rem;
  width: 100%;
}

.full-consultation__form-row p a {
  color: #fff;
}

.full-consultation__form-row p a:hover {
  color: #e3e3e3;
}

.times-4 {
  position: relative;
  z-index: 2;
}

.times-4__wrap {
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 41px rgba(60, 66, 77, 0.3);
  box-shadow: 0 1px 41px rgba(60, 66, 77, 0.3);
  margin-top: -7rem;
  padding-bottom: 5.3rem;
  padding-top: 5.8rem;
}

.times-4__header {
  margin-left: 7.6rem;
}

.times-4__header .container-1310 {
  max-width: 99.5rem;
  padding: 0;
  width: 100%;
}

.times-4__header .h2 {
  margin-bottom: -0.2rem;
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.times-4__header .h2:after {
  background: url(../images/dist/dots_before.svg) 50% / cover no-repeat;
  content: "";
  height: 14.7rem;
  left: -7.4rem;
  position: absolute;
  top: -0.9rem;
  width: 15.1rem;
  z-index: -1;
}

.times-4__header p {
  color: #3c424d;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.times-4__body {
  margin-top: 7.3rem;
}

.times-4__body .container-1310 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.7rem;
}

.times-4__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.times-4__photo img {
  border-radius: 6px;
  height: 55.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 66.8rem;
}

.times-4__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.times-4__text li {
  color: #3c424d;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.1rem;
  padding-left: 4rem;
}

.times-4__text li span {
  font-weight: 600;
}

.vantages-franchise {
  background: url(../images/dist/vantages_franchise_bg.jpg) 50% / cover
    no-repeat;
  color: #fff;
  margin-top: -6.5rem;
  padding-bottom: 6.4rem;
  padding-top: 13.8rem;
  width: 100%;
}

.vantages-franchise .h2 {
  color: #fff;
  padding-left: 4.8rem;
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.vantages-franchise .h2:after {
  background: url(../images/dist/dots_before_2.svg) 50% / cover no-repeat;
  content: "";
  height: 13.3rem;
  left: -0.2rem;
  position: absolute;
  top: -3.7rem;
  width: 15.9rem;
  z-index: -1;
}

.vantages-franchise .btn {
  height: 6.2rem;
  max-width: 29rem;
  width: 100%;
}

.vantages-franchise__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vantages-franchise__center,
.vantages-franchise__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vantages-franchise__items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8.2rem;
  margin-top: 4.7rem;
  padding-left: 11.3rem;
}

.vantages-franchise__item:first-of-type {
  max-width: 30.6rem;
  width: 100%;
}

.vantages-franchise__item:first-of-type .vantages-franchise__item-photo {
  left: 0.4rem;
}

.vantages-franchise__item:nth-of-type(2) {
  left: -1.6rem;
  max-width: 28.2rem;
  position: relative;
  width: 100%;
}

.vantages-franchise__item:nth-of-type(2) .vantages-franchise__item-photo {
  left: 1.4rem;
}

.vantages-franchise__item:nth-of-type(2) .vantages-franchise__item-photo img {
  left: -1.2rem;
}

.vantages-franchise__item:nth-of-type(3) {
  max-width: 28rem;
  width: 100%;
}

.vantages-franchise__item:nth-of-type(3) .vantages-franchise__item-photo {
  left: 1.1rem;
}

.vantages-franchise__item:nth-of-type(3) .vantages-franchise__item-photo img {
  left: -1.2rem;
}

.vantages-franchise__item:nth-of-type(4) {
  max-width: 29.4rem;
  width: 100%;
}

.vantages-franchise__item:nth-of-type(4) .vantages-franchise__item-photo {
  left: 0.5rem;
}

.vantages-franchise__item:nth-of-type(4) .vantages-franchise__item-photo img {
  left: 0;
}

.vantages-franchise__item-photo {
  background: hsla(0, 0%, 77%, 0.1);
  border-radius: 50%;
  height: 164px;
  margin-bottom: 6.5rem;
  position: relative;
  width: 164px;
}

.vantages-franchise__item-photo img {
  bottom: 1.1rem;
  left: -0.4rem;
  position: absolute;
}

.vantages-franchise__item-text h4 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1363636364;
  margin-bottom: 2.2rem;
  min-height: 5rem;
}

.vantages-franchise__item-text p {
  color: #dbdbdb;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
}

.monthly-contributions {
  padding-bottom: 9.7rem;
  padding-top: 7.4rem;
}

.monthly-contributions .btn {
  height: 6.2rem;
  margin-top: 3.2rem;
  max-width: 29rem;
  width: 100%;
}

.monthly-contributions .h2 {
  margin-left: 4.3rem;
  max-width: 61.3rem;
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.monthly-contributions .h2:after {
  background: url(../images/dist/dots_before.svg) 50% / cover no-repeat;
  content: "";
  height: 14.6rem;
  left: -6.5rem;
  position: absolute;
  top: -1.9rem;
  width: 15rem;
  z-index: -1;
}

.monthly-contributions__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.monthly-contributions__wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.2rem;
  margin-top: 1.4rem;
  padding-left: 4.6rem;
}

.monthly-contributions__photo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 65.3rem;
  position: relative;
  width: 100%;
}

.monthly-contributions__photo img {
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.monthly-contributions__photo:after {
  background: #f0950d;
  bottom: 0;
  content: "";
  height: 44.9rem;
  left: 0;
  max-width: 65.3rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.monthly-contributions__text {
  max-width: 57.2rem;
  width: 100%;
}

.monthly-contributions__text h4 {
  color: #1d2329;
  font-size: 2.2rem;
  line-height: 1.1363636364;
  margin-bottom: 3rem;
}

.monthly-contributions__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.monthly-contributions__text ul li {
  color: #1d2329;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2222222222;
  margin-bottom: 1.5rem;
  padding-left: 3.1rem;
}

.create-business .h2 {
  margin-left: 6.2rem;
  max-width: 52.5rem;
  position: relative;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  z-index: 1;
}

.create-business .h2:after {
  background: url(../images/dist/dots_before.svg) 50% / cover no-repeat;
  content: "";
  height: 14.6rem;
  left: -6.5rem;
  position: absolute;
  top: -1.9rem;
  width: 15rem;
  z-index: -1;
}

.create-business__center,
.create-business__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.create-business__wrap {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 1.1rem 2.8rem;
}

.v-modal {
  position: relative;
  z-index: 99999;
}

.v-modal .mb-bar {
  background: #3c424d;
}

.v-modal .dialog__overlay {
  background: rgba(27, 27, 27, 0.7);
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.v-modal .mb-track-x {
  display: none;
}

.v-modal .dialog__content {
  border-radius: 10px;
  height: 85vh;
  margin: 0 auto;
  max-width: 1176px;
  padding: 9.6rem 40px 4.5rem;
  width: 100%;
}

.v-modal.--call .dialog__content {
  height: 67vh;
}

@media (max-width: 767px) {
  .v-modal.--call .dialog__content {
    height: 75vh;
  }
}

.v-modal .dialog__form-cnt {
  margin: 0 auto;
  max-width: 85.3rem;
  text-align: left;
  width: 100%;
}

.v-modal .close-modal {
  background: url(../images/dist/close.svg) 50% / cover no-repeat;
  cursor: pointer;
  height: 3.3rem;
  position: absolute;
  right: 3rem;
  top: 2.2rem;
  width: 3.3rem;
}

.v-modal .dialog h2 {
  font-family: Gilroy, sans-serif;
}

.v-modal .mb-track-y {
  width: 5px;
}

.dialog__form {
  left: 1.4rem;
  margin-top: 8rem;
  position: relative;
}

.dialog__form-cnt-header {
  padding-left: 9.1rem;
}

.dialog__form-cnt-header .h2 {
  color: #3c424d;
  margin-bottom: -0.2rem;
  position: relative;
  z-index: 1;
}

.dialog__form-cnt-header .h2:after {
  background: url(../images/dist/dots_before.svg) 50% / cover no-repeat;
  content: "";
  height: 14.7rem;
  left: -7.5rem;
  position: absolute;
  top: -3.9rem;
  width: 15.1rem;
  z-index: -1;
}

.dialog__form-cnt-header p {
  color: #3c424d;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.dialog__form-price {
  margin-top: 2.6rem;
  padding-left: 7.6rem;
}

.dialog__form-price-p1 {
  color: #3c424d;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.dialog__form-price-num {
  color: #3c424d;
  display: block;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2333333333;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.dialog__form-price-p2 {
  color: #6a6a6a;
  font-size: 2rem;
  line-height: 1.2;
}

.d-f-n-f-r__header {
  margin-top: 4.4rem;
  padding-left: 7.6rem;
}

.d-f-n-f-r__header p {
  color: #3c424d;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  max-width: 70rem;
}

.d-f-n-f-r__header .h2 {
  color: #3c424d;
  margin-bottom: -0.2rem;
}

.d-f-n-f-r__body {
  margin-top: 3.9rem;
}

.d-f-n-f-r__body .input {
  margin-bottom: 1rem;
}

.d-f-n-f-r__body-p {
  color: #aeaeae;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
  margin-top: 2px;
  text-align: center;
}

.d-f-n-f-r__body-p a {
  color: #aeaeae;
}

.d-f-n-f-r__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 3.8rem;
}

.d-f-n-f-r__btn .btn {
  height: 6.9rem;
  max-width: 35.1rem;
  width: 100%;
}

.footer {
  background-color: #3c424d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8.4rem auto 0;
  max-width: 1920px;
}

.footer .hero__social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  left: 0;
  margin-top: 10.4rem;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.footer .hero__social:after,
.footer .hero__social:before {
  display: none;
}

.footer .hero__social-item {
  opacity: 0.8;
}

.footer .hero__social-item:hover {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.footer .hero__social-item.--youtube svg {
  fill: #ee0b0b;
}

.footer .hero__social-item.--vk svg {
  fill: #4d9ee8;
}

.footer .hero__social-item.--telegram svg {
  fill: #66c8ff;
}

.footer .hero__social-item.--whatsapp svg {
  fill: #64e969;
}

.footer__map {
  height: 56.7rem;
  max-width: 50%;
  width: 100%;
}

.footer__map-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__info {
  color: #fff;
  padding-left: 14.4rem;
  padding-top: 9.8rem;
}

.footer__info p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
}

.footer__info-phone {
  margin-bottom: 4.6rem;
}

.footer__info-phone a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
  gap: 1.4rem;
  line-height: 1.2083333333;
}

.footer__info-phone a:hover {
  color: #f0950d;
}

.footer__info-phone a:before {
  background: url(../images/dist/footer_phone.svg) 50%/17px 17px no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
}

.footer__info-geo {
  margin-bottom: 1.4rem;
}

.footer__info-geo p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

.footer__info-geo p:before {
  background: url(../images/dist/footer_geo.svg) 50%/14px 16px no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
}

.footer__info-mail {
  margin-bottom: 4.7rem;
}

.footer__info-mail a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  gap: 1.4rem;
  line-height: 1.25;
}

.footer__info-mail a:hover {
  color: #f0950d;
}

.footer__info-mail a:before {
  background: url(../images/dist/footer_mail.svg) 50%/18px 15px no-repeat;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
}

.footer__info-geo-2 {
  margin-bottom: 2rem;
}

.footer__info-geo-2 p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
  position: relative;
}

.footer__info-geo-2 p:before {
  background: url(../images/dist/footer_geo.svg) 50%/14px 16px no-repeat;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.footer__info-geo-3 p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 3rem;
  position: relative;
}

.footer__info-geo-3 p:before {
  background: url(../images/dist/footer_geo.svg) 50%/14px 16px no-repeat;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

@media (max-width: 1600px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1500px) {
  .input-1,
  .textarea-1 {
    font-size: 1.6rem;
  }

  .hero {
    height: 88.7rem;
    padding-top: 26rem;
  }

  .hero .btn {
    margin-top: 6rem;
  }

  .hero__social {
    top: 50%;
  }

  .unique-technologies__nums-item {
    max-width: 25%;
  }

  .full-consultation__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10rem;
    justify-content: center;
  }

  .monthly-contributions__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .v-modal .close-modal {
    right: 4rem;
  }
}

@media (max-width: 1430px) {
  html {
    font-size: 8.2px;
  }
}

@media (max-width: 1400px) {
  .hero {
    height: 79rem;
    padding-top: 21rem;
  }
  .header__phone {
    margin-top: 0;
  }

  .hero .btn {
    margin-top: 5rem;
  }

  .unique-technologies__nums {
    padding-right: 4.4rem;
  }

  .partnership__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partnership__nums {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 12rem;
    justify-content: center;
  }

  .times-4__body .container-1310 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1320px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 1050px) {
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header {
    display: none;
  }
}

@media (max-width: 1200px) {
  .unique-technologies__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partnership__nums-item span:first-of-type {
    font-size: 3rem;
  }

  .full-consultation__form-row {
    gap: 20px;
  }

  .times-4__body .container-1310 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vantages-franchise__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .vantages-franchise__item:first-of-type {
    max-width: 50%;
    padding: 30px;
  }

  .vantages-franchise__item:nth-of-type(2) {
    left: 0;
    max-width: 50%;
    padding: 30px;
  }

  .vantages-franchise__item:nth-of-type(3) {
    left: 0;
    max-width: 50%;
    padding: 30px;
  }

  .vantages-franchise__item:nth-of-type(4) {
    left: 0;
    max-width: 50%;
    padding: 30px;
  }

  .v-modal .dialog__content {
    margin-left: 15px;
    margin-right: 15px;
  }

  .v-modal .dialog__form-cnt {
    max-width: 65.5rem;
  }
}

@media (max-width: 1100px) {
  .wrapper {
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {
  .v-modal .dialog__content {
    overflow: scroll;
  }
}

@media (max-width: 960px) {
  .header {
    display: none;
  }

  .hero__wrap {
    padding-left: 0;
    padding-right: 4rem;
  }

  .unique-technologies__right {
    margin-top: 25px;
    width: 100%;
  }

  .unique-technologies__right img {
    width: 100%;
  }

  .unique-technologies__nums {
    -ms-grid-columns: 1fr 2.5rem 1fr;
    -ms-grid-rows: auto;
    display: -ms-grid;
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
  }

  .unique-technologies__nums > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .unique-technologies__nums > :nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .unique-technologies__nums-item:first-of-type {
    padding-left: 0;
  }

  .unique-technologies__nums-item:first-of-type:before {
    display: none;
  }

  .unique-technologies__nums-item:nth-of-type(2) {
    padding-left: 0;
  }

  .unique-technologies__nums-item:nth-of-type(3) {
    padding-left: 0;
  }

  .unique-technologies__nums-item:nth-of-type(4) {
    padding-left: 0;
  }

  .unique-technologies__nums-item:after {
    display: none;
  }

  .unique-technologies__nums-item span:first-of-type {
    min-width: 77px;
  }

  .partnership .h2 {
    text-align: left;
  }

  .partnership__nums {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem 8rem;
  }

  .full-consultation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .full-consultation__text {
    max-width: 100%;
  }

  .full-consultation__form {
    max-width: 100%;
  }

  .footer__info {
    padding-left: 6rem;
  }
}

@media (max-width: 767px) {
  body.lock {
    padding-right: 0;
  }

  html {
    font-size: 10px;
  }

  .header-mobile__meta {
    padding-left: 13px;
    padding-right: 13px;
  }

  .header-mobile-menu .header-mobile-menu__list {
    padding: 0 25px;
  }

  .header-mobile-menu .header-mobile-center {
    margin-top: 40vh;
    padding: 0 25px;
  }

  .header-mobile-menu .social-block {
    gap: 20px;
    margin-top: 25px;
  }

  .header-mobile__btns {
    padding-left: 13px;
    padding-right: 13px;
  }

  .select-box {
    font-size: 14px;
    width: 100%;
  }

  .select-box__current {
    font-size: 15px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-box__icon {
    right: 15px;
    width: 14px;
  }

  .select-box__list {
    font-size: 13px;
  }

  .select-box__option {
    padding: 6px 20px;
  }

  .select-box__option:last-of-type {
    padding-bottom: 0;
  }

  .input,
  .textarea {
    font-size: 15px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input-1,
  .textarea-1 {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .ul-circle li {
    padding-left: 2.5rem;
  }

  .ul-circle li:before {
    height: 10px;
    width: 10px;
  }

  .h2 {
    font-size: 22px;
    line-height: inherit;
  }

  .container-1310 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn {
    font-size: 16px;
    height: 44px;
    line-height: 1;
    padding: 0;
  }

  .hero {
    -webkit-box-shadow: inset 0 0 0 2100px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 2100px rgba(0, 0, 0, 0.4);
    height: auto;
    padding-bottom: 40px;
    padding-top: 90px;
  }

  .hero .btn {
    height: 50px;
    margin-top: 25px;
    max-width: 100%;
  }

  .hero__wrap {
    padding-right: 0;
  }

  .hero__wrap .hero__wrap-title {
    font-size: 28px;
    line-height: inherit;
  }

  .hero__wrap p {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
  }

  .hero__social {
    display: none;
  }

  .unique-technologies {
    margin-top: 40px;
  }

  .unique-technologies .h2 {
    font-size: 22px;
    line-height: inherit;
    margin-bottom: 10px;
  }

  .unique-technologies .h2:after {
    display: none;
  }

  .unique-technologies__wrap {
    padding: 0;
  }

  .unique-technologies__left {
    padding: 0;
  }

  .unique-technologies__left p {
    margin-bottom: 10px;
  }

  .unique-technologies__left .bold-p {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
  }

  .unique-technologies__right {
    margin-top: 10px;
  }

  .unique-technologies__right img {
    height: auto;
  }

  .video-block__play {
    height: 6rem;
    width: 6rem;
  }

  .unique-technologies__nums {
    gap: 15px 25px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .unique-technologies__nums-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    line-height: 1.2;
    max-width: 100%;
    text-align: center;
  }

  .unique-technologies__nums-item:nth-of-type(3) span:last-of-type {
    font-size: 15px;
    line-height: inherit;
  }

  .unique-technologies__nums-item span:first-of-type {
    font-size: 45px;
    line-height: inherit;
    min-width: auto;
  }

  .unique-technologies__nums-item span:last-of-type {
    font-size: 15px;
    line-height: inherit;
  }

  .partnership {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .partnership .h2 {
    font-size: 22px;
    line-height: inherit;
    margin-left: 0;
  }

  .partnership .h2:after {
    display: none;
  }

  .partnership__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }

  .partnership__wrap ul:first-of-type {
    max-width: 100%;
  }

  .partnership__wrap ul:last-of-type {
    max-width: 100%;
  }

  .partnership__wrap li {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
  }

  .partnership__wrap li:before {
    top: 6px;
  }

  .partnership__nums {
    -ms-grid-columns: 1fr 10px 1fr;
    -ms-grid-rows: auto;
    display: -ms-grid;
    display: grid;
    gap: 15px 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    margin-top: 25px;
  }

  .partnership__nums > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .partnership__nums > :nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }

  .partnership__nums-item span:first-of-type {
    font-size: 20px;
    line-height: inherit;
  }

  .partnership__nums-item span:last-of-type {
    font-size: 15px;
    line-height: inherit;
    line-height: 1.2;
    padding-top: 2px;
  }

  .full-consultation {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .full-consultation .h2 {
    margin-bottom: 10px;
  }

  .full-consultation__wrap {
    gap: 20px;
    padding-right: 0;
  }

  .full-consultation__text {
    padding-top: 0;
  }

  .full-consultation__text p {
    font-size: 16px;
    line-height: inherit;
  }

  .full-consultation__text p br {
    display: none;
  }

  .full-consultation__form .input-1 {
    margin-bottom: 20px;
  }

  .full-consultation__form .btn {
    height: 50px;
    max-width: 100%;
  }

  .full-consultation__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .full-consultation__form-row p {
    font-size: 14px;
  }

  .times-4__wrap {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    padding: 40px 15px 30px;
  }

  .times-4__header {
    margin-left: 0;
  }

  .times-4__header .h2 {
    margin-bottom: 10px;
  }

  .times-4__header .h2:after {
    display: none;
  }

  .times-4__header p {
    font-size: 16px;
    line-height: inherit;
  }

  .times-4__body {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 25px;
  }

  .times-4__body .container-1310 {
    gap: 25px;
  }

  .times-4__photo img {
    height: auto;
    width: 100%;
  }

  .times-4__text li {
    font-size: 16px;
    line-height: inherit;
  }

  .times-4__text li:before {
    top: 6px;
  }

  .vantages-franchise {
    background: #31363c;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .vantages-franchise .h2 {
    padding-left: 0;
  }

  .vantages-franchise .h2:after {
    display: none;
  }

  .vantages-franchise .btn {
    height: 50px;
    max-width: 100%;
  }

  .vantages-franchise__items {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
    display: -ms-grid;
    display: grid;
    gap: 15px 0;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    margin-bottom: 30px;
    margin-top: 25px;
    padding-left: 0;
  }

  .vantages-franchise__items > :first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }

  .vantages-franchise__item {
    background-color: #383e45;
    padding: 15px;
  }

  .vantages-franchise__item:first-of-type {
    max-width: 100%;
    padding: 15px;
  }

  .vantages-franchise__item:first-of-type .vantages-franchise__item-photo {
    left: 0;
  }

  .vantages-franchise__item:nth-of-type(2) {
    left: 0;
    max-width: 100%;
    padding: 15px;
  }

  .vantages-franchise__item:nth-of-type(2) .vantages-franchise__item-photo {
    left: 0;
  }

  .vantages-franchise__item:nth-of-type(2) .vantages-franchise__item-photo img {
    left: 0;
  }

  .vantages-franchise__item:nth-of-type(3) {
    left: 0;
    max-width: 100%;
    padding: 15px;
  }

  .vantages-franchise__item:nth-of-type(3) .vantages-franchise__item-photo {
    left: 0;
  }

  .vantages-franchise__item:nth-of-type(3) .vantages-franchise__item-photo img {
    left: 0;
  }

  .vantages-franchise__item:nth-of-type(4) {
    left: 0;
    max-width: 100%;
    padding: 15px;
  }

  .vantages-franchise__item:nth-of-type(4) .vantages-franchise__item-photo {
    left: 0;
  }

  .vantages-franchise__item-photo {
    background-color: transparent;
    height: auto;
    margin-bottom: 20px;
    width: auto;
  }

  .vantages-franchise__item-photo img {
    max-height: 60px;
    max-width: 60px;
    position: static;
  }

  .vantages-franchise__item-text h4 {
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 10px;
    min-height: auto;
  }

  .vantages-franchise__item-text p {
    font-size: 15px;
    line-height: inherit;
  }

  .monthly-contributions {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .monthly-contributions .btn {
    height: 50px;
    max-width: 100%;
  }

  .monthly-contributions .h2 {
    margin-left: 0;
  }

  .monthly-contributions .h2:after {
    display: none;
  }

  .monthly-contributions__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-top: -10px;
    padding-left: 0;
  }

  .monthly-contributions__photo:after {
    height: 87%;
  }

  .monthly-contributions__text h4 {
    font-size: 18px;
    line-height: inherit;
    margin-bottom: 15px;
  }

  .monthly-contributions__text ul li {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
    padding-left: 2.5rem;
  }

  .monthly-contributions__text ul li:before {
    top: 6px;
  }

  .create-business .h2 {
    margin-left: 0;
  }

  .create-business .h2:after {
    display: none;
  }

  .create-business__wrap {
    margin-top: 10px;
  }

  .v-modal .dialog__content {
    padding: 50px 15px;
  }

  .v-modal .close-modal {
    height: 25px;
    right: 20px;
    top: 20px;
    width: 25px;
  }

  .dialog__form {
    left: 0;
    margin-top: 20px;
  }

  .dialog__form-cnt-header {
    padding-left: 0;
  }

  .dialog__form-cnt-header .h2 {
    margin-bottom: 5px;
  }

  .dialog__form-cnt-header .h2:after {
    display: none;
  }

  .dialog__form-cnt-header p {
    font-size: 18px;
    line-height: inherit;
  }

  .dialog__form-price {
    margin-top: 20px;
    padding-left: 0;
  }

  .dialog__form-price-p1 {
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 0;
  }

  .dialog__form-price-num {
    font-size: 40px;
    line-height: inherit;
  }

  .dialog__form-price-p2 {
    font-size: 14px;
    line-height: inherit;
    margin-top: 0;
  }

  .d-f-n-f-r__header {
    margin-top: 25px;
    padding-left: 0;
  }

  .d-f-n-f-r__header p {
    font-size: 18px;
    line-height: inherit;
  }

  .d-f-n-f-r__header .h2 {
    margin-bottom: 5px;
  }

  .d-f-n-f-r__body {
    margin-top: 20px;
  }

  .d-f-n-f-r__body-p {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }

  .d-f-n-f-r__btn {
    margin-top: 25px;
  }

  .d-f-n-f-r__btn .btn {
    height: 55px;
    max-width: 100%;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .footer .hero__social {
    margin-top: 40px;
  }

  .footer .hero__social-item {
    margin-bottom: 0;
  }

  .footer__map {
    display: none;
  }

  .footer__info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 40px 15px;
  }

  .footer__info-phone {
    margin-bottom: 20px;
  }

  .footer__info-phone a {
    font-size: 22px;
  }

  .footer__info-mail {
    margin-bottom: 30px;
  }
  .select-box__list {
    height: 170px;
  }
  .create-business__wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}

@media (max-width: 360px) {
  .header-mobile__burger {
    margin-left: 10px;
    margin-left: 0;
  }
  .select-box__current,
  .input,
  .textarea {
    font-size: 14px;
  }

  .header-mobile-menu .header__phone {
    margin-top: 2vh;
  }
}

@media (max-width: 320px) {
  .header-mobile__logo img {
    max-width: 100px;
  }

  .header-mobile-menu .header-mobile-menu__list {
    margin-top: 40px;
  }

  .header-mobile-menu .header-mobile-menu__list li a {
    font-size: 18px;
  }

  .header-mobile-menu .header__phone {
    font-size: 18px;
  }

  .header-mobile-menu .header__phone:first-of-type {
    font-size: 18px;
  }

  .header-mobile__btns .c-btn {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}

.fix_block_vid {
  display: flex;
  flex-direction: column;
}
.new_video_vr {
  margin-top: 24px;
}
.sale_desk_franch {
  font-size: 34px;
  text-align: center;
}
@media (max-width: 767px) {
  .sale_desk_franch {
    font-size: 23px;
    text-align: center;
  }
}

.btn-modal-ur-licam {
  bottom: 14rem;
  right: 6rem;
  padding: 1.5rem 5rem;
  z-index: 100;
  position: absolute;
}

.partnership .container-1310{
  position: relative;
}

@media (max-width:767px){
  .btn-modal-ur-licam {
    bottom: 15px;
    right: 15px;
    padding: 10px 40px;
    position: static;
    margin-top: 40px;
    width: 100%;
  }
}

.v-modal.--ur-licam-modal .dialog__form-cnt-header .h2 {
  margin-bottom: 2rem;
}

@media (max-width:1600px){
   .v-modal.--ur-licam-modal .dialog__form-cnt{
    width: 100%;
    max-width: 100%;
  }
}

.wa_dell{
  display: none!important;
}