html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
textarea {
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

address,
cite {
  font-style: normal;
}

/*html {*/
/*  scroll-behavior: smooth;*/
/*}*/

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

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

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

html,
body {
  height: 100%;
}

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

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

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-dark: #212122;
  --color-bg: #fffbf6;
  --color-accent: #7f9a5e;
  --color-red: #d04646;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grtsk Giga";
  src: url("../fonts/GrtskGiga-Bold.woff2") format("woff2"), url("../fonts/GrtskGiga-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Grtsk Giga";
  src: url("../fonts/GrtskGiga-Medium.woff2") format("woff2"), url("../fonts/GrtskGiga-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-dark);
  position: relative;
  overflow-x: hidden;
}
.works-tabs__btn.active {
  border-color: transparent;
  background-color: #ef4f4f;
}
.works-tabs__content {
  position: relative;
  display: none;
}
.works-tabs__content.active {
  display: block;
  -webkit-animation: opacity-visibility 800ms ease forwards;
          animation: opacity-visibility 800ms ease forwards;
}
span.wpcf7-spinner {
    position: absolute;
    background: red;
    bottom: 0;
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    max-width: 750px;
    border-color: #ffb900;
    font-size: 12px;
    /* margin: 0; */
    text-align: center;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.form-submit__btn{
  cursor: pointer;
}
.wrap_calback .order__form.form-submit {
    margin: 0 auto;
}
.wrap_calback h2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.wrap_calback h2 {
    text-align: center;
    width: 100%;
    max-width: 600px;
    font-size: 36px;
    line-height: 46px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.popup--callback .popup__container {
    max-width: 971px;
}
.popup--callback .form-submit__group.form-submit__group--big {
    display: block;
    text-align: left;
}
.wrap_calback {
    padding: 40px;
}
.wrap_calback .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 20px auto 0;
}
.wrap_calback .wpcf7-not-valid-tip{
  text-align: left;
}
.popup.popup--thankyou .popup__container {
    max-width: 550px;
    padding: 0;
}
.popup.popup--thankyou h2{
  margin-bottom: 40px;
}
.popup.popup--thankyou .popup__container .order__text{
  margin-bottom: 0;
  margin-top: 40px;
}
.popup.popup--thankyou  .wrap_calback {
    padding: 65px 0px;
}
.works__text p, .order__text {
    font-size: 16px;
}
.gallery__items iframe {
    height: 100%;
	width:100%;
}

.gallery__items {
    object-fit: inherit;
    overflow: hidden;
    border-radius: 10px;
    height: 340px;
}
@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
}
body.no-scroll {
  overflow: hidden;
}

.container {
  max-width: 1480px;
  padding: 0px 20px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1920px;
  padding: 0px 15px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  width: 100%;
  height: 100vh;
  -webkit-transition: 200ms ease-in;
  -o-transition: 200ms ease-in;
  transition: 200ms ease-in;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 550ms ease;
       -o-transition-delay: 550ms ease;
          transition-delay: 550ms ease;
}

.logo {
  display: block;
  width: 240px;
  height: 60px;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 240px;
  height: 60px;
}
@media (max-width: 1440px) {
  .logo {
    width: calc(
        180px + 60 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .logo {
    height: calc(
        50px + 10 *
          ((100vw - 375px) / 1065)
      );
  }
}
li.contacts-item:last-child svg {
    margin-top: 7px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo:hover {
  opacity: 0.8;
}

.title-block {
  color: var(--color-white);
  font-family: "Grtsk Giga";
  font-size: 9px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 1440px) {
  .title-block {
    margin-bottom: calc(
        35px + 10 *
          ((100vw - 375px) / 1065)
      );
  }
}
.title-block__line {
  width: 43px;
  height: 1px;
  background-color: var(--color-white);
}
.title-block span {
  color: inherit;
}

.section-title {
  font-family: "Grtsk Giga";
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 50px;
  background: -o-linear-gradient(359deg, #dbe1e5 9.3%, #81888e 28.68%, #fff 56.38%, #81888e 81.3%, #dbe1e5 101.61%);
  background: linear-gradient(91deg, #dbe1e5 9.3%, #81888e 28.68%, #fff 56.38%, #81888e 81.3%, #dbe1e5 101.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1440px) {
  .section-title {
    font-size: calc(
        26px + 24 *
          ((100vw - 375px) / 1065)
      );
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: var(--color-white);
  padding: 10px;
  border-radius: 100px;
  background: -o-linear-gradient(2deg, #aa3c3c 6.15%, #ef4f4f 101.64%);
  background: linear-gradient(88deg, #aa3c3c 6.15%, #ef4f4f 101.64%);
  text-align: center;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  font-size: 16px;
}
.btn:hover {
  opacity: 0.8;
}
.btn:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.btn--bordered {
  border-radius: 100px;
  border: 2px solid #868d93;
  background: transparent;
}
.btn--bordered:hover {
  background-color: #868d93;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.company {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.company img {
  width: 120px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company:hover {
  opacity: 0.7;
}
.company span {
  margin-right: 10px;
}

.autoplay-progress {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: transparent;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: var(--color-red);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  -webkit-transform: rotate(-90deg) scale(1.25);
      -ms-transform: rotate(-90deg) scale(1.25);
          transform: rotate(-90deg) scale(1.25);
}

.about-block {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 2;
}

input[type=file] {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.custom-file-upload {
  width: 100%;
  cursor: pointer;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  gap: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}
.custom-file-upload span {
  color: #727272;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

@-webkit-keyframes opacity-visibility {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes opacity-visibility {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.breadcrumbs {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .breadcrumbs {
    padding-top: calc(
        15px + 9 *
          ((100vw - 375px) / 1065)
      );
  }
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item:not(:last-child) {
  margin-right: 7px;
  padding-right: 14px;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
.breadcrumbs__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  right: 0;
  -webkit-mask: url("../images/icons/chevron-down.svg") no-repeat center/contain;
          mask: url("../images/icons/chevron-down.svg") no-repeat center/contain;
  background-color: #c2c2c2;
}
.breadcrumbs__link {
  display: block;
  font-size: 14px;
  position: relative;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  color: #c2c2c2;
}
.breadcrumbs__link:hover {
  color: var(--color-text);
}

.swiper-button-next,
.swiper-button-prev {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.swiper-button-next .arrow-icon,
.swiper-button-prev .arrow-icon {
  width: 45%;
  height: 45%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox__box {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-right: 13px;
}
.checkbox__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.checkbox__input:checked + .checkbox__box::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url("../images/icons/check.svg") no-repeat center/contain;
          mask: url("../images/icons/check.svg") no-repeat center/contain;
  background-color: var(--color-white);
}
.checkbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #9da4a9;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 576px) {
  .checkbox__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.checkbox__text a {
  color: var(--color-accent);
}

.choices {
  font-size: 14px;
  line-height: 1.1;
  height: 55px;
  font-weight: 400;
  width: 100%;
  background-color: #242424;
  color: #686868;
  margin-bottom: 0 !important;
}
.choices__placeholder {
  opacity: 1;
}
.choices__inner {
  padding: 12px;
  padding-left: 20px;
  width: 100%;
  height: 100%;
  background-color: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: none;
}
.choices::after {
  border: none !important;
  width: 12px !important;
  height: 6px !important;
  margin-top: 0 !important;
  -webkit-mask-image: url("../images/icons/chevron.svg");
          mask-image: url("../images/icons/chevron.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #b2b2b2;
  right: 15px !important;
  top: 25px !important;
  -webkit-transition: 150ms ease-in;
  -o-transition: 150ms ease-in;
  transition: 150ms ease-in;
}
.choices.is-open::after {
  margin-top: 0 !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.choices__list {
  padding: 0;
  background-color: inherit;
  max-height: 130px;
  overflow-y: auto;
}
.choices__list .choices__item {
  background-color: inherit;
}
.choices__list--dropdown {
  z-index: 100;
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__list {
  max-height: 130px !important;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 12px !important;
  padding-right: 0 !important;
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__item:hover {
  background-color: var(--color-bg);
  color: var(--color-white);
}
.choices__list--dropdown .choices__item .choices__item--selectable {
  background-color: #ededed;
}
.choices__list--dropdown .choices__item.is-selected, .choices__list--dropdown .choices__item.is-highlighted {
  background-color: var(--color-dark-3);
}
.choices__list--dropdown .choices__item.is-selected:focus, .choices__list--dropdown .choices__item.is-highlighted:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.choices__list--dropdown .choices__item.is-selected:hover, .choices__list--dropdown .choices__item.is-highlighted:hover {
  background-color: var(--color-bg);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__container {
  width: calc(100% - 40px);
  max-width: 470px;
  background-color: #fafafa;
  -webkit-transition: 250ms ease-in;
  -o-transition: 250ms ease-in;
  transition: 250ms ease-in;
  position: relative;
  overflow-y: auto;
  max-height: calc(100% - 100px);
  border-radius: 10px;
  height: 100%;
  padding: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 1440px) {
  .popup__container {
    padding: calc(
        15px + 22 *
          ((100vw - 375px) / 1065)
      );
  }
}
.popup__wrapper {
  width: 100%;
}
.popup__title {
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .popup__title {
    font-size: calc(
        22px + 8 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .popup__title {
    margin-bottom: calc(
        15px + 10 *
          ((100vw - 375px) / 1065)
      );
  }
}
.popup__text {
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 1.32;
  color: #9493a0;
}
@media (max-width: 1440px) {
  .popup__text {
    margin-bottom: calc(
        20px + 15 *
          ((100vw - 375px) / 1065)
      );
  }
}
.popup__close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  fill: #777;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.popup--card .popup__container {
  max-width: 1250px;
  background-color: #1b1b1b;
  height: auto;
  max-height: calc(100% - 100px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
}
.popup--card .popup__wrapper {
  position: relative;
}
.popup--card .popup__wrapper .swiper-button-next,
.popup--card .popup__wrapper .swiper-button-prev {
  position: absolute;
}
.popup--card .popup__wrapper .swiper-button-next:hover,
.popup--card .popup__wrapper .swiper-button-prev:hover {
  border-color: #e24b4b;
}
.popup--card .popup__wrapper .swiper-button-next {
  right: 28px;
  left: unset;
  bottom: inset;
  top: 50%;
}
@media (max-width: 991.98px) {
  .popup--card .popup__wrapper .swiper-button-next {
    right: 15px;
  }
ul.socials.socials img {
    width: 26px;
}
}
@media (max-width: 767.98px) {
  .popup--card .popup__wrapper .swiper-button-next {
    display: none;
  }
}
.popup--card .popup__wrapper .swiper-button-prev {
  left: 28px;
  right: unset;
  bottom: inset;
  top: 50%;
}
@media (max-width: 991.98px) {
  .popup--card .popup__wrapper .swiper-button-prev {
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .popup--card .popup__wrapper .swiper-button-prev {
    display: none;
  }
}
.popup--card .popup-slider {
  width: calc(100% - 200px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  position: relative;
  max-width: 1065px;
}
@media (max-width: 991.98px) {
  .popup--card .popup-slider {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767.98px) {
  .popup--card .popup-slider {
    width: calc(100% - 40px);
  }
}
.popup--card .popup-slider__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup--card .popup-slider__img {
  width: 100%;
  height: 630px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .popup--card .popup-slider__img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .popup--card .popup-slider__img {
    height: 300px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.popup--card .popup-slider__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.popup--card .popup-slider__title {
  margin-bottom: 18px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .popup--card .popup-slider__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.popup--card .popup-slider__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .popup--card .popup-slider__text {
    font-size: 14px;
  }
}
span.wpcf7-not-valid-tip:nth-child(2) {
    display: none !important;
}
.form-submit {
  width: 100%;
}
.form-submit__wrapper {
  position: relative;
}
.form-submit__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-submit__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  margin-bottom: 49px;
  gap: 45px;
}
@media (max-width: 1440px) {
  .form-submit__inner {
    gap: calc(
        20px + 25 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 767.98px) {
  .form-submit__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }
label.custom-file-upload {
    word-break: break-word;
    padding-right: 120px;
}
}
.form-submit__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
}
.form-submit__group--big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.form-submit__group--big .form-submit__input {
  height: 100px;
}
@media (max-width: 767.98px) {
  .form-submit__group--big .form-submit__input {
    height: 70px;
  }
}
@media (max-width: 767.98px) {
  .form-submit__group--big {
    grid-column: unset;
  }
}
.form-submit__label {
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.form-submit__input {
  width: 100%;
  color: #727272;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.form-submit__input:focus {
  outline: transparent;
  border-bottom-color: var(--color-white);
}
.form-submit__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  gap: 30px;
  width: 100%;
  height: 75px;
}
@media (max-width: 767.98px) {
  .form-submit__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    margin-bottom: 20px;
  }
}
.form-submit__btn {
  max-width: 235px;
  width: 100%;
  height: 61px;
}
@media (max-width: 767.98px) {
  .form-submit__btn {
    max-width: 100%;
  }
}
.form-submit__text {
  color: #727272;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
}
.form-submit__text a {
  color: var(--color-white);
}

@media (max-width: 991.98px) {
  .footer {
    text-align: center;
  }
}
.footer__wrapper {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .footer__wrapper-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .footer__wrapper {
    padding: 30px 0;
  }
}
.footer__logo {
  width: 210px;
  height: 80px;
  margin-right: 20px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .footer__right {
    display: none;
  }
}
.footer__btn {
  font-size: 14px;
  padding: 10px 21px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1480px) {
  .footer__btn {
    padding-left: calc(10px + 11 * (100vw - 991px) / 449);
    padding-right: calc(10px + 11 * (100vw - 991px) / 449);
    height: calc(40px + 5 * (100vw - 991px) / 449);
    font-size: calc(13px + 5 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .footer__btn {
    font-size: 12px;
    padding: 10px 20px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .footer__btn {
    background: transparent;
    padding: 0;
    color: #d04646;
    height: auto;
  }
}
.footer__phone {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1480px) {
  .footer__phone {
    font-size: calc(13px + 5 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .footer__phone {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .footer__phone {
    font-size: 13px;
  }
}
.footer__phone:hover {
  color: #9d9d9d;
}
.footer__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1480px) {
  .footer__tools {
    gap: calc(10px + 10 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .footer__tools {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .footer__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
  }
}
.footer__bottom {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
@media (max-width: 991.98px) {
  .footer__address {
    display: none;
  }
}
.footer__address svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.footer__copy {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.1;
  font-size: 14px;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1480px) {
  .footer__copy {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (max-width: 991.98px) {
  .footer__copy {
    line-height: 1.6;
  }
}
.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header {
  color: #333933;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.header.scroll-header {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: var(--color-dark);
  -webkit-transform: translateY(-55px);
      -ms-transform: translateY(-55px);
          transform: translateY(-55px);
}
@media (max-width: 991.98px) {
  .header.scroll-header {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.header__select {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  border: none;
  background-color: transparent;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}
.header__select .list {
  color: var(--color-dark);
}
.header__location {
  position: relative;
}
.header__location-icon {
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.header__top {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .header__top {
    display: none;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  .header__wrapper {
    padding: 25px 0;
  }
}
@media (max-width: 767.98px) {
  .header__wrapper {
    padding: 15px 0;
  }
}
.header__logo {
  width: 250px;
  height: 100px;
  margin-right: 20px;
}
@media (max-width: 1480px) {
  .header__logo {
    width: calc(150px + 100 * (100vw - 991px) / 449);
    height: calc(70px + 30 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .header__logo {
    width: calc(140px + 110 * (100vw - 375px) / 1065);
    height: calc(45px + 55 * (100vw - 375px) / 1065);
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .header__logo {
    height: 50px;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__btn {
  font-size: 14px;
  padding: 10px 21px;
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1480px) {
  .header__btn {
    padding-left: calc(10px + 11 * (100vw - 991px) / 449);
    padding-right: calc(10px + 11 * (100vw - 991px) / 449);
    height: calc(40px + 5 * (100vw - 991px) / 449);
    font-size: calc(13px + 5 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .header__btn {
    font-size: 12px;
    padding: 10px 20px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .header__btn {
    background: transparent;
    padding: 0;
    color: #d04646;
    height: auto;
  }
}
.header__phone {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1480px) {
  .header__phone {
    font-size: calc(13px + 5 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .header__phone {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .header__phone {
    font-size: 13px;
  }
}
.header__phone:hover {
  color: #9d9d9d;
}
.header__menu {
  margin-right: 20px;
}
.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1480px) {
  .header__tools {
    gap: calc(10px + 10 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .header__tools {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .header__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4px;
  }
}
.header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  width: 20px;
  gap: 5px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  margin-right: 20px;
  display: none;
}
.header__toggle span {
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: var(--color-white);
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 991.98px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .header .menu {
    display: none;
  }
}
.header .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1480px) {
  .header .menu__list {
    gap: calc(15px + 25 * (100vw - 991px) / 449);
  }
}
@media (max-width: 991.98px) {
  .header .menu__list {
    gap: 20px;
  }
}
.header .menu__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .menu__link {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 1480px) {
/*   .header .menu__link {
    font-size: calc(13px + 3 * (100vw - 991px) / 449);
  } */
.header .menu__link {
    font-size: calc(10px + 3 * (100vw - 991px) / 449);
}
}
@media (max-width: 991.98px) {
  .header .menu__link {
    font-size: 14px;
  }
}
.header .menu__link:hover {
  color: var(--color-white);
}

.hero {
  padding: 90px 0;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 50px;
  }
	
}
.hero__circle {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .hero__circle {
    top: 300px;
	z-index:-1;
  }
}
.hero__lines {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: -400px;
  height: 1300px;
}
@media (max-width: 991.98px) {
  .hero__lines {
    bottom: -500px;
  }
}
@media (max-width: 767.98px) {
  .hero__lines {
    display: none;
  }
}
.hero__lines--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .hero__lines--mobile {
    display: block;
    bottom: -200px;
    height: 500px;
  }
}
.hero__lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .hero__arrows {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .hero__arrows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.hero__title {
  font-size: 70px;
  max-width: 640px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .hero__title {
    font-size: calc(
        20px + 50 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .hero__title {
    font-size: 70px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .hero__title {
    font-size: calc(
        36px + 34 *
          ((100vw - 375px) / 1065)
      );
  }
}
.hero__text {
  color: var(--color-white);
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .hero__text {
    margin-bottom: calc(
        45px + 5 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .hero__text {
    font-size: calc(
        16px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
.hero__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero__btns {
  max-width: 503px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 576px) {
  .hero__btns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hero__btn {
  height: 59px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .hero__btn {
    max-width: 190px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    height: 51px;
  }
}
.hero__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8fr;
  grid-template-columns: 1fr 0.8fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding-right: 55px;
  gap: 50px;
  padding-right: 55px;
}
@media (max-width: 1440px) {
  .hero__wrapper {
    gap: calc(
        1px + 49 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .hero__wrapper {
    padding-right: calc(
        15px + 40 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .hero__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
    padding-right: 0;
  }
}
.hero__right {
  min-width: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
@media (max-width: 1440px) {
  .hero__right {
    gap: calc(
        30px + 20 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .hero__right {
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767.98px) {
  .hero__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero__slider {
  max-width: 495px;
  width: 100%;
	border-radius:20px;
}
@media (max-width: 991.98px) {
  .hero__slider {
    max-width: 495px;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .hero__slider {
    max-width: calc(
        334px + 161 *
          ((100vw - 375px) / 1065)
      );
  }
}
.hero__img {
  max-width: 495px;
  width: 100%;
  height: 785px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 785px;
}
@media (max-width: 1440px) {
  .hero__img {
    height: calc(
        230px + 555 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .hero__img {
    height: 785px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .hero__img {
    height: calc(
        530px + 255 *
          ((100vw - 375px) / 1065)
      );
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.contacts {
  padding: 90px 0 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  margin-top: -200px;
}
.contacts__circle {
  position: absolute;
  top: 0;
  left: -200px;
  width: 600px;
  height: 600px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .contacts__circle {
    display: none;
  }

}
.contacts__title {
  margin-bottom: 65px;
}
@media (max-width: 1440px) {
  .contacts__title {
    margin-bottom: calc(
        26px + 39 *
          ((100vw - 375px) / 1065)
      );
  }
}
.contacts__wrapper {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .contacts__wrapper {
    margin-bottom: 40px;
  }
}
.contacts__map {
  width: 100%;
  height: 700px;
  position: relative;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
@media (max-width: 1440px) {
  .contacts__map {
    height: calc(
        300px + 400 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 767.98px) {
  .contacts__map {
    z-index: 1;
  }
}
.contacts__map::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background-color: var(--color-dark);
  top: -65px;
  left: 0;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
@media (max-width: 767.98px) {
  .contacts__map::after {
    top: -100px;
    z-index: -1;
    height: 10px;
    display: none;
  }
}
.contacts__lines {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: -45px;
  height: 300px;
}
.contacts__lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .contacts__lines {
    display: none;
  }
}
.contacts__lines--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .contacts__lines--mobile {
    display: block;
    height: 80px;
    top: -22px;
  }
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
  z-index: 1;
}
@media (max-width: 1480px) {
  .contacts__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.contacts .contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  height: 100%;
}
.contacts .contacts-item__icon {
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .contacts .contacts-item__icon {
    margin-top: 9px;
  }
}
.contacts .contacts-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts .contacts-item__name {
  margin-bottom: 10px;
  color: var(--color-white);
  font-size: 15px;
  font-weight: 600;
  line-height: 2.1;
}
@media (max-width: 767.98px) {
  .contacts .contacts-item__name {
    margin-bottom: 5px;
  }
}
.contacts .contacts-item__link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
@media (max-width: 1440px) {
  .contacts .contacts-item__link {
    font-size: calc(
        14px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
.contacts .contacts-item__link.contacts-link {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.contacts .contacts-item__link.contacts-link:hover {
  color: var(--color-white);
}

.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  color: var(--color-white);
  background-color: var(--color-dark);
  z-index: 12;
  width: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
  -webkit-transition: 350ms ease-in-out;
  -o-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px;
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .mobile-menu {
    padding: calc(
        20px + 20 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .mobile-menu {
    padding-bottom: calc(
        50px + 0 *
          ((100vw - 375px) / 1065)
      );
  }
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.mobile-menu__top {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.mobile-menu__close {
  width: 30px;
  height: 30px;
}
.mobile-menu__close svg {
  width: 100%;
  height: 100%;
}
.mobile-menu__close svg path {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  stroke: var(--color-white);
}
.mobile-menu__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-menu__phone {
  color: var(--color-white);
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.mobile-menu__discuss {
  color: #d04646;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}
.mobile-menu__list {
  margin-bottom: 32px;
  width: 100%;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px;
}
.mobile-menu__item:not(:last-child) {
  margin-bottom: 15px;
}
.mobile-menu__link {
  width: 100%;
  display: block;
  color: #9d9d9d;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}
.mobile-menu__link span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.mobile-menu__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: auto;
}
.mobile-menu__logo {
  width: 140px;
  height: 50px;
}
.mobile-menu__btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 100px;
  height: 50px;
}
.mobile-menu .socials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 50px;
  grid-template-columns: 50px 50px;
  gap: 12px;
}
.mobile-menu .socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-menu .socials__link svg {
  width: 50%;
  height: 50%;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.socials__link svg {
  width: 15px;
  height: 15px;
}

.about-use {
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(rgba(33, 33, 34, 0)));
  background: -o-linear-gradient(top, #2c2c2c 0%, rgba(33, 33, 34, 0) 100%);
  background: linear-gradient(180deg, #2c2c2c 0%, rgba(33, 33, 34, 0) 100%);
  position: relative;
  padding-top: 100px;
  padding-bottom: 300px;
}
@media (max-width: 1440px) {
  .about-use {
    padding-top: calc(
        60px + 40 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .about-use {
    overflow: hidden;
    padding-bottom: 180px;
  }
}
.about-use__circle {
  position: absolute;
  bottom: -400px;
  right: 0;
  width: 800px;
  height: 800px;
  z-index: -1;
}
.about-use__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .about-use__circle {
    display: none;
  }
  .form-submit__group{
    display: block;
    text-align: left;
  }
}
.about-use__lines {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: -250px;
  height: 780px;
}
.about-use__lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .about-use__lines {
    display: none;
  }
}
.about-use__lines--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .about-use__lines--mobile {
    display: block;
    bottom: -220px;
    height: 780px;
  }
}
@media (max-width: 576px) {
  .about-use__lines--mobile {
    bottom: -250px;
  }
.wrap_calback {
    padding: 20px;
}
.form-submit__group
}
.about-use__title {
  max-width: 1050px;
  margin-bottom: 70px;
  font-size: 50px;
}
@media (max-width: 1440px) {
  .about-use__title {
    margin-bottom: calc(
        30px + 40 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .about-use__title {
    font-size: calc(
        24px + 26 *
          ((100vw - 375px) / 1065)
      );
  }
}
.about-use__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media (max-width: 1440px) {
  .about-use__list {
    gap: calc(
        10px + 20 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .about-use__list {
    gap: 30px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .about-use__list {
    gap: calc(
        20px + 10 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 576px) {
  .about-use__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 20px;
  border: 2px solid #454545;
  padding: 20px 10px;
  height: 250px;
}
@media (max-width: 1440px) {
  .about-use__item {
    height: calc(
        150px + 100 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 576px) {
  .about-use__item:last-child {
    grid-column: 1/-1;
  }
}
.about-use__img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  margin-bottom: 17px;
}
@media (max-width: 1440px) {
  .about-use__img {
    height: calc(
        84px + 56 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .about-use__img {
    width: calc(
        84px + 56 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .about-use__img {
    margin-bottom: calc(
        7px + 10 *
          ((100vw - 375px) / 1065)
      );
  }
}
.about-use__name {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 400;
  line-height: 1.55;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .about-use__name {
    font-size: calc(
        15px + 3 *
          ((100vw - 375px) / 1065)
      );
  }
}

.advantages {
  padding-bottom: 130px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 0;
}
@media (max-width: 1440px) {
  .advantages {
    padding-bottom: calc(
        65px + 65 *
          ((100vw - 375px) / 1065)
      );
  }
}
.advantages__circle {
  position: absolute;
  top: -5px;
  left: -100px;
  width: 655px;
  height: 655px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .advantages__circle {
    top: 0;
    left: -200px;
  }
}
.advantages__top {
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .advantages__top {
    margin-bottom: calc(
        33px + 47 *
          ((100vw - 375px) / 1065)
      );
  }
}
.advantages__title {
  max-width: 790px;
  margin-bottom: 24px;
}
.advantages__text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .advantages__text {
    font-size: calc(
        16px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
.advantages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (max-width: 1440px) {
  .advantages__list {
    gap: calc(
        1px + 59 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .advantages__list {
    gap: 60px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .advantages__list {
    gap: calc(
        30px + 30 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 767.98px) {
  .advantages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.advantages .advantages-item {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 16px 30px 40px;
  min-height: 345px;
  padding-left: 16px;
}
@media (max-width: 1440px) {
  .advantages .advantages-item {
    padding-left: calc(
        1px + 15 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .advantages .advantages-item {
    padding-left: 15px;
    min-height: auto;
  }
}
.advantages .advantages-item__icon {
  width: 150px;
  height: 150px;
}
@media (max-width: 1440px) {
  .advantages .advantages-item__icon {
    width: calc(
        115px + 35 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .advantages .advantages-item__icon {
    height: calc(
        115px + 35 *
          ((100vw - 375px) / 1065)
      );
  }
}
.advantages .advantages-item__text {
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 20px;
}
.advantages .advantages-item__text strong {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
}
.advantages .advantages-item:nth-child(2) .advantages-item__text {
  max-width: 320px;
}
.advantages .advantages-item:nth-child(3) .advantages-item__text {
  max-width: 340px;
}

.gallery {
  padding: 90px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .gallery {
    padding-bottom: 40px;
  }
}
.gallery__circle {
  position: absolute;
  top: -400px;
  left: -300px;
  width: 800px;
  height: 800px;
  z-index: 1;
}
.gallery__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .gallery__circle {
    display: none;
  }
}
.gallery::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(rgba(33, 33, 34, 0)));
  background: -o-linear-gradient(top, #2c2c2c 0%, rgba(33, 33, 34, 0) 100%);
  background: linear-gradient(180deg, #2c2c2c 0%, rgba(33, 33, 34, 0) 100%);
  left: 0;
  top: 0;
  z-index: -1;
}
.gallery__title {
  font-size: 50px;
  max-width: 685px;
}
@media (max-width: 1440px) {
  .gallery__title {
    font-size: calc(
        23px + 27 *
          ((100vw - 375px) / 1065)
      );
  }
}
.gallery__more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 241px;
  height: 54px;
  font-size: 16px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
@media (max-width: 767.98px) {
  .gallery__more-btn {
    max-width: 194px;
  }
}
.gallery__more-btn:hover {
  background: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-red);
}
.gallery__top {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 240px;
  gap: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .gallery__top {
    margin-bottom: calc(
        40px + 40 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1480px) {
  .gallery__top {
    margin-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .gallery__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 0;
    gap: 30px;
  }
}
.gallery__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media (max-width: 1440px) {
  .gallery__btns {
    gap: calc(
        20px + 50 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .gallery__btns {
    gap: 70px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .gallery__btns {
    gap: calc(
        35px + 35 *
          ((100vw - 375px) / 1065)
      );
  }
}
.gallery__btn {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  line-height: 1.1;
  font-family: "Grtsk Giga";
  font-size: 29px;
}
@media (max-width: 1440px) {
  .gallery__btn {
    font-size: calc(
        22px + 7 *
          ((100vw - 375px) / 1065)
      );
  }
}
.gallery__btn.active {
  color: #eb4d4d;
}
.gallery__item {
  width: 100%;
  height: 295px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  cursor: pointer;
  height: 295px;
}

.gallery__item iframe {
      width: 100%;
      height: 100%;
      border-radius: 20px;
    }

@media (max-width: 1440px) {
  .gallery__item {
    height: calc(
        140px + 155 *
          ((100vw - 375px) / 1065)
      );
  }
}
.gallery__item:hover {
  opacity: 0.8;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.gallery__content {
  display: none;
}
.gallery__content.active {
  display: block;
  -webkit-animation: opacity-visibility 800ms ease forwards;
          animation: opacity-visibility 800ms ease forwards;
}
.gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1480px) {
  .gallery__list {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .gallery__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .gallery__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.gallery__content--videos .gallery__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 70px;
}
@media (max-width: 1480px) {
  .gallery__content--videos .gallery__list {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .gallery__content--videos .gallery__list {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .gallery__content--videos .gallery__list {
    gap: 20px;
  }
}
.gallery__content--videos .gallery__item {
  height: 340px;
  height: 340px;
}
@media (max-width: 1440px) {
  .gallery__content--videos .gallery__item {
    height: calc(
        240px + 100 *
          ((100vw - 375px) / 1065)
      );
  }
}

.order {
  padding-bottom: 300px;
  padding-top: 250px;
  overflow: hidden;
  position: relative;
  padding-bottom: 300px;
}
@media (max-width: 1440px) {
  .order {
    padding-bottom: calc(
        100px + 200 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .order {
    padding-bottom: 300px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .order {
    padding-bottom: calc(
        30px + 270 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 767.98px) {
  .order {
    margin-top: -100px;
  }
}
.order__circle {
  position: absolute;
  top: 0;
  right: -150px;
  width: 1000px;
  height: 1000px;
}
.order__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .order__circle {
    top: unset;
    bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .order__circle {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 700px;
    height: 700px;
  }
}
.order__lines {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: -400px;
  height: 1000px;
}
@media (max-width: 767.98px) {
  .order__lines {
    height: 200px;
    top: 50px;
  }
}
.order__lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.order__title {
  max-width: 715px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .order__title {
    max-width: 100%;
  }
}
.order__wrapper {
  position: relative;
  z-index: 1;
}
.order__img {
  position: absolute;
  width: 825px;
  height: 880px;
  top: 100px;
  right: -100px;
  z-index: -1;
  width: 825px;
  height: 880px;
}
@media (max-width: 1440px) {
  .order__img {
    width: calc(
        300px + 525 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .order__img {
    height: calc(
        300px + 580 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .order__img {
    position: static;
    width: 100%;
    max-width: 825px;
    height: 880px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .order__img {
    max-width: calc(
        345px + 480 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .order__img {
    height: calc(
        370px + 510 *
          ((100vw - 375px) / 1065)
      );
  }
}
.order__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.order__text {
  margin-bottom: 70px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1440px) {
  .order__text {
    margin-bottom: calc(
        35px + 35 *
          ((100vw - 375px) / 1065)
      );
  }
}
.order__form {
  max-width: 750px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .order__form {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.about {
  padding-top: 200px;
  padding-bottom: 230px;
  padding-bottom: 230px;
  position: relative;
}
@media (max-width: 1440px) {
  .about {
    padding-bottom: calc(
        100px + 130 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .about {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.about__circle {
  position: absolute;
  bottom: -700px;
  right: 0;
  width: 1000px;
  height: 1000px;
  z-index: -1;
}
.about__circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .about__circle {
    display: none;
  }
}
.about__content {
  position: relative;
}
.about__title {
  margin-bottom: 24px;
}
.about__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 60px;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .about__text {
    margin-bottom: calc(
        30px + 30 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .about__text {
    font-size: calc(
        16px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
.about__btn {
  max-width: 288px;
  width: 100%;
  padding: 10px;
  height: 65px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .about__btn {
    max-width: 245px;
    height: 55px;
  }
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about__content {
  max-width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1480px) {
  .about__content {
    max-width: 45%;
  }
}
@media (max-width: 991.98px) {
  .about__content {
    max-width: 100%;
  }
}
.about__img {
  width: 1145px;
  height: 865px;
  position: absolute;
  left: -160px;
  top: -25px;
  z-index: -1;
  width: 1145px;
  height: 865px;
}
@media (max-width: 1440px) {
  .about__img {
    width: calc(
        200px + 945 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .about__img {
    height: calc(
        100px + 765 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1480px) {
  .about__img {
    top: initial;
    bottom: calc(-180px + -70 * (100vw - 991px) / 449);
  }
}
.about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .about__img {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-transform: scale(1.2) translateX(-10px);
        -ms-transform: scale(1.2) translateX(-10px);
            transform: scale(1.2) translateX(-10px);
    height: 865px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .about__img {
    height: calc(
        340px + 525 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 576px) {
  .about__img {
    -webkit-transform: scale(1.2) translateX(-10px) translateY(17px);
        -ms-transform: scale(1.2) translateX(-10px) translateY(17px);
            transform: scale(1.2) translateX(-10px) translateY(17px);
  }
}

.works {
  padding: 90px 0;
  padding-bottom: 400px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .works {
    padding-bottom: 200px;
  }
}
@media (max-width: 991.98px) {
  .works {
    padding-bottom: 150px;
  }
}
.works__circle {
  position: absolute;
  top: 300px;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .works__circle {
    top: 200px;
  }
}
@media (max-width: 767.98px) {
  .works__circle {
    padding-bottom: 100px;
  }
}
.works__lines {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 0px;
  height: 370px;
}
.works__lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .works__lines {
    bottom: -100px;
  }
}
@media (max-width: 767.98px) {
  .works__lines {
    height: 300px;
    bottom: -70px;
  }
}
.works__title {
  margin-bottom: 40px;
  max-width: 1120px;
}
@media (max-width: 1440px) {
  .works__title {
    margin-bottom: calc(
        30px + 10 *
          ((100vw - 375px) / 1065)
      );
  }
}
.works__text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  line-height: 1.55;
  max-width: 847px;
  margin-bottom: 60px;
  padding-bottom: 18px;
}
@media (max-width: 1440px) {
  .works__text {
    margin-bottom: calc(
        30px + 30 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .works__text {
    padding-bottom: calc(
        16px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
.works__text p:not(:last-child) {
  margin-bottom: 20px;
}
.works__slide {
  max-width: auto;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works__slider {
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .works__slider {
    padding-bottom: calc(
        30px + 50 *
          ((100vw - 375px) / 1065)
      );
  }
}
.works__slider .swiper-pagination {
  top: unset;
  bottom: 0;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.05);
}
.works__slider .swiper-pagination-progressbar-fill {
  background-color: #d9d9d9;
}
.works__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: absolute;
  top: -200px;
  right: 0;
  z-index: 1;
}
.header .menu__item{
	padding:30px 0;
}
ul.sub_menu_desk li a.link-active {
    background: #ef4f4f;
    border-color: transparent !important;
}
ul.sub_menu_desk {
    position: absolute;
    background: #282829;
    padding: 28px;
    max-width: 185px;
    margin: 0;
    line-height: normal;
    width: 100%;
    border-radius: 20px;
    margin-top: 13px;
    opacity: 0;
    /* z-index: -1; */
    display: none;
}
li.menu__item:hover ul {
    opacity: 1;
    display: block;
}
ul.sub_menu_desk li {
    border: 2px solid;
    background: linear-gradient(89.02deg, #868D93 5.44%, #FFFFFF 99.38%);
    border-radius: 26px;
    padding: 2px;
}
ul.sub_menu_desk li a {
    display: block;
    padding: 5px;
    border-bottom: 20px;
    background: #282829;
    border-radius: 20px;
    padding: 13px 0px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
ul.sub_menu_desk li:not(:last-child) {
    margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .works__arrows {
    display: none;
  }
}
.works__arrows .swiper-button-prev,
.works__arrows .swiper-button-next {
  width: 54px;
  height: 54px;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
.works__arrows .swiper-button-prev:hover,
.works__arrows .swiper-button-next:hover {
  border-color: var(--color-red);
}

.works-item {
  width: 100%;
  height: 100%;
  max-width: 425px;
}
@media (max-width: 1440px) {
  .works-item {
    max-width: calc(
        200px + 225 *
          ((100vw - 375px) / 1065)
      );
  }
}
.works-item__top {
  width: 100%;
  height: 185px;
  margin-bottom: 18px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .works-item__top {
    height: calc(
        115px + 70 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .works-item__top {
    margin-bottom: calc(
        14px + 4 *
          ((100vw - 375px) / 1065)
      );
  }
}
.works-item__top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  opacity: 0;
  visibility: hidden;
}
.works-item__top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.works-item__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 12px 15px;
  height: 47px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(99, 99, 99, 0.4);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--color-white);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  max-width: 182px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.works-item__btn:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
}
@media (max-width: 576px) {
  .works-item__btn {
    padding: 10px;
    font-size: 11px;
    gap: 5px;
  }
}
.works-item__btn svg,
.works-item__btn img {
  width: 22px;
  height: 22px;
}
.works-item__name {
  color: var(--color-white);
  font-family: "Grtsk Giga";
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
}
@media (max-width: 1440px) {
  .works-item__name {
    font-size: calc(
        12px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 576px) {
  .works-item__name {
    font-size: 12px;
  }
}
.works-item:hover .works-item__top::after {
  opacity: 1;
  visibility: visible;
}
.works-item:hover .works-item__btn {
  opacity: 1;
  visibility: visible;
  color: var(--color-white);
}
.works-item:hover .works-item__btn svg {
  opacity: 1;
  visibility: visible;
}

.works-tabs__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 75px;
}
@media (max-width: 991.98px) {
  .works-tabs__top {
    overflow-x: auto;
    margin-bottom: 75px;
  }
	ul.sub_menu_desk{
		display:none !important;
	}
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .works-tabs__top {
    margin-bottom: calc(
        35px + 40 *
          ((100vw - 375px) / 1065)
      );
  }
}
.works-tabs__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.works-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .works-tabs__list {
    width: 100%;
  }
.wrap_calback h2 {
    font-size: 20px;
    line-height: 1.6;
}
}
.works-tabs__btn {
  height: 54px;
  width: 160px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  width: 160px;
}
@media (max-width: 1440px) {
  .works-tabs__btn {
    font-size: calc(
        14px + 2 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 1440px) {
  .works-tabs__btn {
    width: calc(
        115px + 45 *
          ((100vw - 375px) / 1065)
      );
  }
}
@media (max-width: 991.98px) {
  .works-tabs__btn {
    height: 54px;
  }
}
@media (max-width: 991.98px) and (max-width: 1440px) {
  .works-tabs__btn {
    height: calc(
        36px + 18 *
          ((100vw - 375px) / 1065)
      );
  }
}

/* video fullscreen */
/*.video-fullscreen {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  overflow: hidden;*/
/*  z-index: 9999;*/
/*}*/

.popup--card .popup-slider__img{
    object-fit: contain
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
@media (max-width: 576px){
    .gallery__content--videos .gallery__list {
        grid-template-columns: 1fr
    }
}
