@charset "utf-8";
@font-face {
  font-family: "Inter";
  src: local("ß"), url("../fonts/Inter/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

@font-face {
  font-family: "Inter";
  src: local("ß"), url("../fonts/Inter/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
::selection {
  background-color: #fff;
  color: #11151b;
}
-moz-::selection {
  background-color: #fff;
  color: #11151b;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  outline: none;
  max-height: 99999px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 100%;
  /* scroll-behavior: smooth; */
}
html,
body {
  height: 100%;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #11151b;
  padding-top: 11.875rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875;
  color: #fff;
  min-width: 320px;
  position: relative;
  min-height: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  color: #fff;
  text-decoration-skip-ink: none;
}

ul,
ol {
  list-style: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
button {
  border: none;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
input,
textarea,
button,
select {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

a,
a::before,
a::after,
img,
path,
button,
button::before,
button::after,
.btn,
label,
input,
textarea,
button,
select,
::-webkit-input-placeholder,
.page__row--nav,
.nav,
.prev,
.next,
.overlay,
.checkbox__icon::before {
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

body.lock {
  overflow: hidden;
  touch-action: none;
}

.swiper-container.swiper-container-visible {
  overflow: visible;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-slide {
  opacity: 0;
  visibility: hidden;
  position: static !important;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s !important;
}
.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.prev,
.next {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 500;
  position: absolute;
  top: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.prev {
  left: 0;
  background-image: url(../img/svg/prev-1.svg);
}
.next {
  right: 0;
  background-image: url(../img/svg/next-1.svg);
}
.prev--primary,
.next--primary {
  height: 40px;
  width: 40px;
  margin-top: -30px;
  background-color: rgba(255, 255, 255, 0.14);
  z-index: 50;
}

.prev--default,
.next--default {
  height: 52px;
  width: 52px;
  background-color: #f2f2f2;
  margin-top: -50px;
}
.prev--default {
  margin-left: -70px;
}
.next--default {
  margin-right: -70px;
}

.swiper-disc--absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding-top: 0;
  padding-bottom: 23.5px;
}
.swiper-disc {
  padding-top: 28.5px;
}
.disc {
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet::before {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  border: 1px solid #999;
  margin: 2.5px;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.swiper-pagination-bullet-active::before {
  background-color: #999;
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-300 {
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: inherit;
  font-size: 16px;
}
input:focus::-webkit-input-placeholder {
  /* text-indent: 120%; */
  opacity: 0;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
:-webkit-autofill {
  box-shadow: inset 0 0 0 50px #fff !important;
  font-family: inherit;
  -webkit-text-fill-color: #11151b;
}

.btn {
  font-size: 1.125rem;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  padding: 0.9em 1.5em;
  min-width: 195px;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  border: 0;
}

.btn--default {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn--default::after {
  background-color: #fff;
}

.btn--dark {
  color: #11151b;
  background-color: transparent;
  border: 1px solid #11151b;
}
.btn--primary {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn--primary::after {
  background-color: #fff;
}
.btn--min-width {
  min-width: 238px;
}

.btn--md {
  padding: 1.2em 3.4em;
}
.btn--xl {
  padding-top: 2em;
  padding-bottom: 2em;
}
.btn--fluid {
  width: 100%;
}
.title--h2 {
  font-size: 2rem;
}
.title--h3 {
  font-size: 2.25rem;
  font-weight: 400;
}
.title--h4 {
  font-size: 1.75rem;
  line-height: 1.1786;
  margin-bottom: 1.5rem;
}
.title--h5 {
  font-size: 1.25rem;
}
.title--h6 {
  font-size: 1rem;
}
.link {
  color: inherit;
  text-decoration: none;
}

/*preloader*/
/* .preloader{position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100vw; height: 100vh; background: #11151b; visibility: hidden; opacity: 0; transition: all 0.5s ease; z-index: 99999999999999;}
.preloader_inner {position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 4em; height: 4em; line-height: 4em; text-align: center; font-size: 3em; font-family: monospace; font-weight: 300; color: #767678;}
.show {visibility:visible !important; opacity:1 !important; transition:all 0.5s ease;} */

/*page*/
.page {
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.page.show {
  transition-delay: 0.2s;
}

/*page row*/
.page__row {
  background: no-repeat top center;
  -ms-background-size: cover;
  background-size: cover;
}
.page__row--nav {
  padding: 2.5rem 0 1.5rem 0;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #11151b;
}
.page__row--nav-fixed {
  padding: 1.5rem 0 1rem 0;
  top: 0;
} /*box-shadow: 0 2px 15px rgba(255, 255, 255, .06);*/

/*page cell*/
.page__cell,
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.page__cell--relative {
  position: relative;
}
.page__cell--fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*nav*/
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  display: inline-block;
  vertical-align: top;
  width: 8.5rem;
}
.nav__wrapper {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nav__menu {
  flex: 1 0 auto;
}
.nav__items {
  padding-right: 90px;
  line-height: 1;
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
}
.nav__item + .nav__item {
  margin-left: 3.3125rem;
}
.nav__item--btn {
  display: none;
}
.nav__link {
  position: relative;
  z-index: 1;
  padding-bottom: 0.625rem;
}
.nav__link::after {
  content: "";
  text-decoration: none;
  background-color: #fff;
  position: absolute;
  display: block;
  height: 1px;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  -webkit-transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: width 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.nav__link--active::after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.nav__buttons {
  display: flex;
  align-items: center;
}
.nav__buttons .lang {
  margin-right: 30px;
}
.btn-nav,
.nav__item--btn {
  display: none;
}
.btn-nav {
  cursor: pointer;
  vertical-align: top;
  position: relative;
}
.btn-nav__wrapper {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 10px;
  display: block;
  height: 16px;
  width: 28px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
}
.btn-nav__line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-nav__line--close,
.btn-nav__line--header {
  background-color: #34b768;
}
.btn-nav__line:nth-of-type(even) {
  top: 100%;
}

.btn-nav__line--active:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-nav__line--active:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
}

.btn-nav__line--active {
  top: 8px;
  height: 1px;
  background-color: #11151b;
}
.nav__social,
.nav__lang {
  display: none;
}

/* LANG */
.lang {
  position: relative;
}
.lang__option {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  cursor: pointer;
}
.lang__list {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.lang__list.is-open {
  display: block;
}

/*intro*/
.intro__wrapper {
  margin-bottom: 4.875rem;
  display: flex;
}
.intro__circle {
  margin-right: 6.875rem;
}
.circle {
  display: block;
  height: 24.6875rem;
  width: 25.1875rem;
  background: linear-gradient(
    90deg,
    rgba(67, 67, 64, 0.4) 0%,
    rgba(67, 67, 64, 0) 100%
  );
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.intro__content {
  padding-top: 2.375rem;
}
.intro__title {
  font-size: 3.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 2.8125rem;
}
.intro__title br {
  display: none;
}
.intro__desc {
  font-size: 1.4rem;
  line-height: 1.2917;
  padding-left: 0.375rem;
  width: 80%;
}

/*section*/
.section {
  margin-bottom: 0.4375rem;
}
.section--default {
  padding: 1.875rem 0;
}
.section__header {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section__title {
  padding-bottom: 1.5625rem;
  position: relative;
  flex: 1 1 100%;
}
.section__title::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform-origin: top left;
  backface-visibility: hidden;
}
.section__header.aos-animate .section__title::after {
  animation: line 1.4s linear;
}
.section__num {
  font-size: 1.375rem;
  position: relative;
  right: -0.1875rem;
  font-weight: 400;
  margin-top: 3.4375rem;
}
.section__num::before {
  content: "";
  width: 4.25rem;
  border-top: 1px solid #767678;
  position: absolute;
  left: -6.0625rem;
  top: 50%;
}
.offer__items {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.offer__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 3.0625rem;
  max-width: 33.3333%;
  flex: 1 1 33.3333%;
}
.offer__title {
  margin-bottom: 0.875rem;
}
.offer__desc {
  font-size: 1rem;
  line-height: 26px;
  color: #767678;
  padding-right: 3.125rem;
}

.tabs {
  padding-bottom: 1.625rem;
}
.tabs__caption {
  padding-top: 0.4375rem;
  padding-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}
.tabs__caption-item {
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 1rem;
  margin-right: 1.375rem;
}
.tabs__title {
  line-height: 0.9091;
}
.tabs__item {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -ms-transition: visibility 333ms cubic-bezier(0.47, 0, 0.745, 0.715),
    opacity 333ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: visibility 333ms cubic-bezier(0.47, 0, 0.745, 0.715),
    opacity 333ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.tabs__item--active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.works {
  margin-bottom: 3.4375rem;
}
.works__items {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -0.3125rem;
  display: flex;
  flex-wrap: wrap;
}
.works__item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  display: none;
  max-width: 50%;
  flex: 1 1 50%;
}
.works__link {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.3125rem;
  overflow: hidden;
}
.works__picture {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.works__content {
  position: relative;
  padding-right: 2rem;
}
.works__title {
  margin-top: 0.5rem;
  color: #76767b;
  position: relative;
}
/* .works__title::before {content: ''; width: 2.5rem; position: absolute; left: 0; top: .4375rem; border-top: 1px solid #76767b;} */
.work__text {
  font-size: 1.375rem;
  font-weight: 400;
}
.works__arrow {
  position: absolute;
  background: url(../img/svg/arrow-top-right.svg) no-repeat top left;
  height: 2.875rem;
  width: 2.875rem;
  right: -1.0625rem;
  top: -0.875rem;
  -ms-background-size: 2.875rem 2.875rem;
  background-size: 2.875rem 2.875rem;
}

.tariffs__items {
  margin-left: -5.125rem;
  margin-right: -5.125rem;
  display: flex;
  flex-wrap: wrap;
}
.tariffs__item {
  padding-left: 5.125rem;
  padding-right: 5.125rem;
  margin-bottom: 3.25rem;
  max-width: 50%;
  flex: 1 1 50%;
}
.tariffs__inner {
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1.4375rem;
  position: relative;
}
.tariffs__item .btn {
  padding-top: 1.8em;
  padding-bottom: 1.7em;
}
.tariffs__item:last-of-type .tariffs__inner {
  border-bottom: none;
}
.tariffs__title {
  margin-bottom: 1.0625rem;
}
.tariffs__title2 {
  color: #76767b;
}
.tariffs__price {
  margin-left: 0.1875rem;
}
.tariffs__deadlines {
  margin-left: 0.25rem;
}
.tariffs__more {
  position: absolute;
  bottom: 1.125rem;
  right: -0.625rem;
}
.tariffs__works {
  display: table;
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
.accordion-content {
  display: none;
}
.works-item {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}
.works-item td {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.works-item__hours {
  color: #767678;
}
.works-item__price {
  text-align: end;
}

.accordion-btn {
  position: absolute;
  right: 0;
  top: 15px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.accordion-btn::after,
.accordion-btn::before {
  position: absolute;
  top: 50%;
  left: 4px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
}
.accordion-btn::before {
  transform: rotate(90deg);
}

.accordion-btn--close::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.accordion-btn--close::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

/* .more::before, .more::after {content: ''; display: block; height: .5rem; width: 1.625rem; margin: .625rem; background: no-repeat top left; -ms-background-size: 100%; background-size: 100%;}
.more:before {background-image: url(../img/svg/arrow-right.svg);}
.more:after {background-image: url(../img/svg/arrow-right-hover.svg); position: absolute; left: 0; top: 0; opacity: 0;}
.more:hover::before {opacity: 0;}
.more:hover::after {opacity: 1;} */
/* .faq {margin-top: -2.25rem; margin-bottom: 3.5rem;}
.faq__item {border-bottom: 1px solid #767678;}
.faq__button {display: block; width: 100%; position: relative; text-align: left; padding: 2.1875rem 5rem 1.625rem 0;}
.faq__button::after {content: ''; height: 1.875rem; width: 1.875rem; background: url(../img/svg/plus.svg) no-repeat top left; display: block; position: absolute; right: 1.625rem; margin-top: -.875rem; top: 50%; -ms-background-size: 1.875rem; background-size: 1.875rem;}
.faq__button.active::after {transform: rotate(45deg)}
.faq__block {display: none;}
.faq__content {font-size: 1.1875rem; padding-bottom: 2rem; color: #76767b;} */
.contacts {
  padding-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts__block {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
/* .contacts__block--right {padding-right: 5.1875rem;} */
.social__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 35px;
  margin-bottom: 1.5625rem;
}

.social__link {
  position: relative;
  font-weight: 400;
}

.social__link::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  height: 2.875rem;
  width: 2.875rem;
  position: absolute;
  top: -10px;
  right: -40px;
  background: url(../img/svg/arrow-top-right-hover.svg) no-repeat top left;
  -ms-background-size: 2.875rem 2.875rem;
  background-size: 2.875rem 2.875rem;
}

.email {
  font-size: 4rem;
  margin-top: auto;
  padding-bottom: 0.7rem;
}
.confidence + .confidence {
  display: none;
}
.confidence__items {
  width: 450px;
  columns: 4;
  column-gap: 1rem;
  display: none;
}
.confidence__items:nth-of-type(1) {
  display: block;
}
.confidence__item {
  min-width: 5.125rem;
  margin-bottom: 1.25rem;
  display: inline-block;
  vertical-align: top;
}

/*Modal*/
/* .modal {position: fixed; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; z-index: 9999; font-weight: 300; color: #fff; display: none; height: 100%; width: 100%; max-height: 100%; overflow: auto;}
.modal__block {display: table; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.modal__content {display: table-cell; vertical-align: middle; padding: 15px;}
.modal__in {background-color: #D03A45; max-width: 788px; margin-left: auto; margin-right: auto; padding-left: 3.4375rem; padding-right: 3.4375rem; padding-bottom: 3.4375rem; box-shadow: 0 2px 7px rgba(23, 23, 22, .15); position: relative; z-index: 9999;}
.modal__header {text-align: center; min-height: 116px; border-bottom: 1px solid #fff; padding: 2.9375rem 0 1.5625rem; margin-bottom: 2.6875rem;}
.modal__title {font-size: 2.25rem; line-height: 1.1945; font-weight: inherit; letter-spacing: .0375rem; padding: 0 3rem;}
.modal__close {display: block; position: absolute; right: 2.75rem; top: 2.9375rem; cursor: pointer;}
.modal__close::before {content: ''; display: block; margin: 10px; height: 1.5rem; width: 1.5rem;  background: url(../img/svg/close.svg) no-repeat center; -ms-background-size: 1.5rem 1.5rem; background-size: 1.5rem 1.5rem;}
.modal__overlay {background-color: #11151B; height: 100%; width: 100%; position: fixed; left: 0; top: 0; right: 0; bottom: 0; cursor: pointer; z-index: 9998; display: none; opacity: .6;}
.modal__body {border-bottom: 1px solid #fff; padding-bottom: 1.375rem;}
.modal__body--indent {padding-bottom: 3.125rem;}
.form {max-width: 26.5625rem; padding-top: .4375rem; margin-left: auto; margin-right: auto;}
.form__group {margin-bottom: 1.75rem; position: relative;}
.form__group--btn {text-align: center; margin-top: -.25rem;}
.form__input, .form__textarea {border: 1px solid #fff; font-size: 1.125rem; line-height: 1.1667; padding: 0 16px; width: 100%; background-color: transparent; color: #fff;}
.form__input {height: 3.125rem;}
.error {opacity: .8;}
.form__textarea {min-height: 8.625rem; padding-top: 1rem; padding-bottom: 1rem; overflow: auto; resize: none;}
.attach {position: absolute;  bottom: .75rem; right: .375rem; cursor: pointer;}
.attach::before {content: ''; height: 1.4375rem; width: .6875rem; overflow: hidden; background: url(../img/svg/attach.svg) no-repeat top left; display: block; margin: 10px; -ms-background-size: .6875rem 1.4375rem; background-size: .6875rem 1.4375rem;}
.attach__input {display: none;}
.modal__desc {font-size: 1.25rem; line-height: 1.4; padding-right: 1.25rem; margin-bottom: 2.6875rem;}
#modal-text table {width:100%; padding-bottom: 3.125rem;}
#modal-text table tr td:nth-child(2) {text-align:right; padding:0em 1rem; width:5rem;}
#modal-text table tr td:nth-child(3) {text-align:right; width:4rem;} */

/*footer*/
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #767678;
  padding: 1.9375rem 0 1.3125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__text,
.footer__copy {
  margin-bottom: 0.625rem;
}
.footer__link {
  color: inherit;
  margin-right: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}
.write {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5000;
}
.write::before {
  content: "";
  height: 3.25rem;
  width: 3.25rem;
  display: block;
  margin: 15px;
  background: #d03a45 url(../img/svg/write.svg) no-repeat center;
  cursor: pointer;
  -ms-background-size: 1.460625rem;
  background-size: 1.460625rem;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* policy */
.policy-text {
  width: 50%;
  margin-left: 50%;
  font-size: 16px;
  line-height: 1.2;
}
.policy-text p + p {
  margin-top: 0.9em;
}
.hidden-text {
  display: none;
  margin-top: 0.9em;
}
#hideBtn {
  display: none;
}
.show-more {
  margin-top: 23px;
  color: #76767b;
  border-bottom: solid 2px #76767b;
}

/* FORM */
.form__inner {
  position: relative;
}

.form__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 21, 27, 0.7) url("../img/loading.gif") center / 50px
    no-repeat;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.form.sending .form__inner::after {
  opacity: 1;
  visibility: visible;
}
.form-wrapper {
  width: 50%;
  margin-left: 50%;
  padding-top: 15px;
}
.form__group {
  position: relative;
  margin-bottom: 10px;
}
.form__input,
.form__textarea {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.125rem;
  line-height: 1.1;
  padding: 15px 0 21px 0;
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.form__input.error,
.form__textarea.error {
  border-color: rgba(207, 70, 79, 0.83);
}

.form__input.valid,
.form__textarea.valid {
  border-color: rgba(31, 137, 86, 0.83);
}

.form__group-policy {
  padding-bottom: 10px;
  padding-top: 10px;
}

.form__textarea {
  resize: none;
  min-height: 60px;
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.label__file {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding: 21px 0 21px 45px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='12' width='1' height='25' fill='%23fff'/%3E%3Crect y='12' width='25' height='1' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  margin-right: 50px;
}

.file__name {
  padding: 15px 0;
}
.file__name-remove {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
}
.brief-link {
  color: #76767b;
  text-decoration: underline;
}
.btn--form {
  width: 100%;
  height: 80px;
  margin-top: 35px;
  font-weight: 400;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.label__check {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 12px;
  color: #76767b;
  cursor: pointer;
}
.label__check a {
  color: inherit;
  text-decoration: underline;
}
.label__check::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}
.input__check:checked + .label__check::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.input__check.error + .label__check::before {
  border-color: rgba(207, 70, 79, 0.83);
}

.form__success {
  display: none;
  padding: 25px 15px;
  text-align: center;
  margin-top: 70px;
  font-size: 1.7rem;
}

.form__success a {
  margin-top: 45px;
}

@keyframes line {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  1% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 1);
    animation-timing-function: linear;
  }
  30% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 1);
    animation-timing-function: linear;
  }
  33% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(0, 1);
    animation-timing-function: ease-in-out;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@keyframes marquee-left {
  0% {
    left: 0;
  }
  50% {
    left: -937px;
  }
  50.001% {
    left: 937px;
  }
  100% {
    left: 0;
  }
}
@keyframes marquee-clone-left {
  0% {
    left: 937px;
  }
  50% {
    left: 0;
  }
  100% {
    left: -937px;
  }
}
@keyframes marquee-right {
  0% {
    right: 0;
  }
  50% {
    right: -937px;
  }
  50.001% {
    right: 937px;
  }
  100% {
    right: 0;
  }
}
@keyframes marquee-clone-right {
  0% {
    right: 937px;
  }
  50% {
    right: 0;
  }
  100% {
    right: -937px;
  }
}

/*media queries*/

@media (min-width: 576px) {
  .page__cell,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page__cell,
  .container {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .page__cell,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page__cell,
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 87.5%;
  }
  .intro__circle {
    margin-right: 3.875rem;
  }
  .circle {
    height: 21.6875rem;
    width: 22.1875rem;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 81.25%;
  }
  body {
    padding-top: 8.875rem;
  }
  .page__row--nav {
    top: 0;
  }
  .btn {
    padding-left: 2.1875rem;
    padding-right: 2.25rem;
  }
  .nav {
    align-items: center;
  }
  .brand {
    width: 6.5rem;
  }
  .nav__menu {
    position: fixed;
    text-align: left;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    max-width: 400px;
    width: 100%;
    z-index: 9999;
    padding: 4rem 2.5rem 1.5rem;
    background-color: #ecf0f1;
    display: block;
    z-index: 400;
    max-height: 100%;
    overflow: auto;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -ms-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nav__menu--active {
    box-shadow: 7px 0 0px 1000px rgb(0 0 0 / 87%);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .nav__bg--active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .nav__items {
    display: block;
    margin-right: 0;
  }
  .nav__item {
    margin-bottom: -1px;
    margin-left: 0;
    position: relative;
  }
  .nav__item + .nav__item {
    margin-left: 0;
  }
  .nav__item--btn-nav {
    position: absolute;
    right: 0;
    padding-right: 15px;
    top: 15px;
  }
  .nav__link {
    display: inline-block;
    font-weight: 500;
    color: #11151b;
    position: relative;
    padding: 1.5rem 0;
    text-transform: none;
    font-size: 2rem;
  }
  .nav__link--active::after {
    display: none;
  }
  .nav__item--btn-nav,
  .nav__item--btn,
  .btn-nav {
    display: inline-block;
  }
  .btn-nav--top {
    margin-right: -10px;
  }
  .nav__btn {
    margin: 2rem 0;
  }
  .nav__buttons {
    display: none;
  }

  .lang {
    display: none;
  }
  .nav__lang {
    display: block;
    margin-top: auto;
    margin-bottom: 30px;
    margin-left: -5px;
  }
  .lang-link {
    color: #11151b;
    font-size: 16px;
    padding: 5px 7px;
  }
  .lang-link.lang-link--current {
    cursor: default;
    color: #76767b;
  }
  .nav__social,
  .nav__social-link {
    display: block;
    color: #76767b;
    text-transform: none;
    font-size: 1.5rem;
  }
  .nav__social {
    padding-bottom: 10px;
  }
  .nav__social-link--email{
    font-size: 3rem;
  }
  .nav__social-block {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 15px;
    margin-bottom: 20px;
  }

  .intro__title {
    font-size: 3.25rem;
    line-height: 1.3471;
  }
  .tariffs__items {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tariffs__item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts__block--left {
    margin-bottom: 3rem;
  }
  .contacts__block--right {
    padding-right: 0;
  }
  .confidence__items {
    column-gap: 0.1rem;
  }
  .offer__item {
    max-width: 50%;
    flex: 1 1 50%;
  }
  .offer__desc {
    padding-right: 0;
  }
  .policy-text {
    width: 60%;
    margin-left: 40%;
  }
  .form-wrapper {
    width: 60%;
    margin-left: 40%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 81.25%;
  }
  body {
    padding-top: 6.875rem;
  }
  .title--h3 {
    font-size: 2.1125rem;
  }
  .intro__wrapper {
    position: relative;
    z-index: 1;
    text-align: left;
    flex-direction: column;
    align-items: center;
  }
  .intro__content {
    padding-top: 3.9rem;
  }
  .intro__circle {
    margin-top: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .intro__title {
    font-size: 2.25rem;
  }
  .intro__title br {
    display: block;
  }
  .intro__desc {
    padding-left: 0;
    width: 100%;
  }
  .section__header {
    align-items: flex-end;
  }
  .section__num {
    height: 0;
    margin-top: 0;
    line-height: 0%;
    position: relative;
    top: -1px;
  }
  .section__num::before {
    width: 1.25rem;
    left: -2.0625rem;
  }
  .works__item,
  .tariffs__item {
    max-width: 100%;
    flex: 1 1 100%;
  }
  .contacts {
    display: block;
  }
  .confidence {
    font-size: 1.125rem;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    height: 40px;
    width: calc(100% + 30px);
  }
  .confidence + .confidence {
    display: block;
    margin-bottom: -3rem;
  }
  .confidence__items,
  .confidence__items:nth-of-type(1) {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
  }
  .confidence__item {
    min-width: 1px;
    margin-right: 1rem;
  }
  .loop,
  .loop-clone {
    position: absolute;
    width: 937px;
    overflow: hidden;
  }
  .loop-left {
    animation: marquee-left 30s linear infinite;
  }
  .loop-clone-left {
    animation: marquee-clone-left 30s linear infinite;
  }
  .loop-right {
    animation: marquee-right 30s linear infinite;
  }
  .loop-clone-right {
    animation: marquee-clone-right 30s linear infinite;
  }
  .write {
    right: 0;
  }
  .write::before {
    height: 3.65rem;
    width: 3.65rem;
  }
  .works__items {
    margin-bottom: -4.7rem;
  }
  .form-wrapper {
    width: 70%;
    margin-left: 30%;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 75%;
  }
  .policy-text {
    width: 80%;
    margin-left: 20%;
  }
  .form-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .circle {
    height: 21rem;
    width: 22rem;
  }
}

@media (max-width: 480px) {
  .footer {
    justify-content: center;
  }
  /* .footer__link {margin-right: 0;} */
  .footer__link:first-letter {
    text-transform: uppercase;
  }
  .footer__link span {
    display: none;
  }
}

@media (max-width: 400px) {
  .offer__item {
    max-width: 50%;
    flex: 1 1 100%;
  }
  .policy-text {
    width: 100%;
    margin-left: 0;
  }
  .email {
    font-size: 3.3rem;
  }
}

@media not all and (pointer: coarse) {
  a:hover {
    text-decoration: none;
    color: #fff;
  }
  .prev--primary:hover,
  .next--primary:hover {
    background-color: #fff;
  }
  .prev--default:hover,
  .next--default:hover {
    background-color: #e5dcdc;
  }

  .btn:hover {
    background-color: #fff;
    color: #11151b;
    -webkit-transition: all 0.4s cubic-bezier(0.694, 0, 0.335, 1);
    transition: all 0.4s cubic-bezier(0.694, 0, 0.335, 1);
  }
  .btn--default:hover {
    color: #171717;
    border-color: #fff;
  }
  .btn--primary:hover {
    color: #fff;
  }
  .link-hover:hover {
    color: #d03a45;
  }
  .link-no-hover:hover {
    color: currentColor;
  }

  .works__link:hover .works__picture {
    opacity: 0.5;
  }
  .works__link:hover .works__picture {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .nav__link:hover::after {
    display: block;
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    transition: width 0.3s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .works__arrow:hover {
    background-image: url(../img/svg/arrow-top-right-hover.svg);
  }
  .social__link:hover,
  .email:hover {
    color: #d03a45;
  }
  .social__link:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .write:hover::before {
    background-color: #c33640;
  }

  .lang:hover .lang__list {
    display: block;
  }
}
