@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Bold.eot');
  src: url('../fonts/Play-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Play-Bold.woff2') format('woff2'), url('../fonts/Play-Bold.woff') format('woff'), url('../fonts/Play-Bold.ttf') format('truetype'), url('../fonts/Play-Bold.svg#Play-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Regular.eot');
  src: url('../fonts/Play-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Play-Regular.woff2') format('woff2'), url('../fonts/Play-Regular.woff') format('woff'), url('../fonts/Play-Regular.ttf') format('truetype'), url('../fonts/Play-Regular.svg#Play-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

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

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

ul,
ol {
  list-style: none;
}

body {
  font-family: 'Play';
  font-size: 16px;
  color: #201100;
  position: relative;
}

input,
button {
  font-size: inherit;
  font-family: inherit;
  background-color: unset;
  border: none;
  outline: none;
}

.hidden {
  display: none;
}

.body-block {
  overflow: hidden;
}

.section {
  padding: 55px 0;
}

.section-title {
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.wrapper {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--lg {
  max-width: 1410px;
}

.field {
  position: relative;
  width: 270px;
  border-radius: 10px;
}

.field__inp {
  display: block;
  background-color: #fff;
  padding: 18px 40px 18px 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}

.field__inp-err {
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.3);
  color: red;
}

.field__inp-err::-webkit-input-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

.field__inp-err:-ms-input-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

.field__inp-err::-ms-input-placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

.field__inp-err::placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

.field__inp-err::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: red;
}

.field__icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.primary-btn {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  height: 50px;
  border-radius: 10px;
  background-color: #FF8800;
  box-shadow: inset -6px -4px 13px rgba(255, 255, 255, 0.54), inset 6px 4px 21.7px rgba(255, 255, 255, 0.57);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.primary-btn:hover {
  background-color: #ffa53d;
}

.primary-btn--lg {
  height: 70px;
}

/* Лоадер */

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}

.loader-active {
  opacity: 1;
  pointer-events: none;
}

.loader-end {
  opacity: 0;
  pointer-events: none;
}

.sended {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
}

.sended-active {
  opacity: 1;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.windows8 {
  position: absolute;
  width: 78px;
  height: 78px;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 3.9325s infinite;
  -o-animation: orbit 3.9325s infinite;
  -ms-animation: orbit 3.9325s infinite;
  -webkit-animation: orbit 3.9325s infinite;
  -moz-animation: orbit 3.9325s infinite;
}

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffcb18;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}

.windows8 #wBall_1 {
  animation-delay: 0.856s;
  -o-animation-delay: 0.856s;
  -ms-animation-delay: 0.856s;
  -webkit-animation-delay: 0.856s;
  -moz-animation-delay: 0.856s;
}

.windows8 #wBall_2 {
  animation-delay: 0.173s;
  -o-animation-delay: 0.173s;
  -ms-animation-delay: 0.173s;
  -webkit-animation-delay: 0.173s;
  -moz-animation-delay: 0.173s;
}

.windows8 #wBall_3 {
  animation-delay: 0.3465s;
  -o-animation-delay: 0.3465s;
  -ms-animation-delay: 0.3465s;
  -webkit-animation-delay: 0.3465s;
  -moz-animation-delay: 0.3465s;
}

.windows8 #wBall_4 {
  animation-delay: 0.5095s;
  -o-animation-delay: 0.5095s;
  -ms-animation-delay: 0.5095s;
  -webkit-animation-delay: 0.5095s;
  -moz-animation-delay: 0.5095s;
}

.windows8 #wBall_5 {
  animation-delay: 0.693s;
  -o-animation-delay: 0.693s;
  -ms-animation-delay: 0.693s;
  -webkit-animation-delay: 0.693s;
  -moz-animation-delay: 0.693s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 0%;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }

  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }

  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }

  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }

  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }

  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }

  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

/* / Лоадер */

.header {
  padding: 17px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid transparent;
}

.header.active {
  background-color: #fff;
  border-color: #B4B4B4;
}

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.header__logo {
  display: block;
}

.header__logo img {
  display: block;
}

.header__area {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header__area:hover {
  color: #FF8800;
}

.header__phone {
  color: #375778;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header__phone svg {
  display: block;
  margin-right: 13px;
}

.header__phone svg path {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.header__phone:hover {
  color: #FF8800;
}

.header__phone:hover svg path {
  fill: #FF8800;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.nav__item:not(:last-child) {
  margin-right: 30px;
}

.nav__link {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.nav__link:hover {
  color: #FF8800;
}

.burger {
  display: none;
  width: 25px;
  height: 18px;
  z-index: 4;
  position: relative;
}

.burger__item {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #FF8800;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger__item:nth-child(1) {
  top: 0;
}

.burger__item:nth-child(2) {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.burger__item:nth-child(3) {
  bottom: 0;
}

.burger.active .burger__item:nth-child(2) {
  opacity: 0;
}

.burger.active .burger__item:nth-child(1) {
  -webkit-transform: rotate(-44deg);
      -ms-transform: rotate(-44deg);
          transform: rotate(-44deg);
  width: 94%;
  background-color: #FF8800;
}

.burger.active .burger__item:nth-child(3) {
  -webkit-transform: rotate(44deg);
      -ms-transform: rotate(44deg);
          transform: rotate(44deg);
  width: 94%;
  background-color: #FF8800;
}

.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.hero__text {
  min-height: 100dvh;
  box-sizing: border-box;
  padding: 120px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.hero__cars {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

.hero__title {
  font-weight: 700;
  font-size: 72px;
}

.hero__title span {
  color: #375778;
}

.hero__descr {
  margin-top: 22px;
  font-size: 28px;
  max-width: 470px;
}

.hero__form {
  margin-top: 34px;
  max-width: 270px;
}

.hero__submit {
  width: 100%;
  margin-top: 16px;
}

.spec .swiper-wrapper {
  width: unset;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}

.spec__slide {
  height: unset;
  width: calc(20% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  border-radius: 10px;
  background-color: #ECECEC;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.spec__alert {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 15px;
  color: #fff;
  background-color: #3BC783;
}

.spec__alert::before,
.spec__alert::after {
  content: '';
  position: absolute;
  left: 100%;
  color: #3BC783;
  border-left: 13px solid currentColor;
}

.spec__alert::before {
  top: 0;
  border-bottom: 14px solid transparent;
}

.spec__alert::after {
  bottom: 0;
  border-top: 14px solid transparent;
}

.spec__alert--warn {
  background-color: #FF8800;
}

.spec__alert--warn::before,
.spec__alert--warn::after {
  color: #FF8800;
}

.spec__img {
  height: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.spec__img img {
  display: block;
  width: 100%;
}

.spec__name {
  height: 77px;
  background-color: #375778;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 28px;
}

.spec__main {
  padding: 20px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.spec__price {
  color: #FF8800;
  font-weight: 700;
  font-size: 28px;
}

.spec__gruzchik {
  margin-top: 12px;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: left;
}

.spec__gruzchik img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 8px;
}

.spec__gruzchik span {
  display: block;
  color: #FF8800;
}

.spec__sizes {
  font-size: 18px;
  margin-top: 18px;
}

.spec__descr {
  margin-top: 20px;
  margin-bottom: auto;
}

.spec__btn {
  width: 204px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.about {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about__item:not(:first-child) {
  margin-top: 60px;
}

.about__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.about__img {
  width: 470px;
}

.about__img img {
  display: block;
  width: 100%;
}

.about__main {
  width: calc(100% - 470px);
}

.about__name {
  font-size: 28px;
  font-weight: 700;
}

.about__txt {
  margin-top: 27px;
  font-size: 18px;
}

.about__table {
  display: block;
  margin-top: 27px;
  background-color: #fff;
}

.about__table table {
  display: block;
}

.about__table tbody {
  display: block;
  border: 1px solid #B4B4B4;
}

.about__table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.about__table tbody tr:nth-child(2n) {
  background-color: #F5F5F5;
}

.about__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #B4B4B4;
}

.about__table tbody tr td,
.about__table tbody tr th {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  height: 62px;
  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
}

.about__table tbody tr td:first-child,
.about__table tbody tr th:first-child {
  width: 30%;
}

.about__table tbody tr td:nth-child(2),
.about__table tbody tr th:nth-child(2),
.about__table tbody tr td:nth-child(3),
.about__table tbody tr th:nth-child(3),
.about__table tbody tr td:nth-child(4),
.about__table tbody tr th:nth-child(4) {
  width: 23.1%;
}

.about__table tbody tr td:not(:last-child),
.about__table tbody tr th:not(:last-child) {
  border-right: 1px solid #B4B4B4;
}

.about__bottom {
  font-size: 18px;
  margin-top: 20px;
}

.vyvoz {
  position: relative;
  z-index: 4;
}

.vyvoz__text {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.vyvoz__title {
  font-size: 28px;
  font-weight: 400;
}

.vyvoz__descr {
  margin-top: 34px;
  font-size: 18px;
}

.why {
  position: relative;
  z-index: 2;
}

.why__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.why__item {
  width: calc(100% / 12 * 6 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #ECECEC;
  border: 1px solid #F1F1F1;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
  box-sizing: border-box;
  overflow: hidden;
}

.why__icon {
  background-color: #FF8800;
  width: 110px;
  height: 110px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-right: 20px;
}

.why__bg1,
.why__bg2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.why__bg1 {
  left: 0;
}

.why__bg2 {
  right: 0;
}

.dop {
  position: relative;
  z-index: 2;
}

.dop__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.dop__col {
  width: calc(100% / 12 * 6 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #B4B4B4;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.dop__name {
  background-color: #FF8800;
  color: #fff;
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 28px;
  font-size: 22px;
  font-weight: 700;
}

.dop__list {
  padding: 22px 28px;
}

.dop__list li {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.dop__list li:not(:first-child) {
  margin-top: 5px;
}

.dop__list li::before {
  content: '';
  display: block;
  width: 8px;
  height: 6px;
  background-image: url('../img/icons/dop-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.dop__bg1,
.dop__bg2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.dop__bg1 {
  left: 0;
}

.dop__bg2 {
  right: 0;
}

.question {
  position: relative;
  z-index: 3;
}

.question__content {
  border-radius: 10px;
  background-color: #ECECEC;
  padding: 55px 50px;
  position: relative;
  z-index: 2;
}

.question__img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.question__title {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}

.question__descr {
  max-width: 454px;
  font-size: 20px;
  margin-top: 28px;
}

.question__form {
  width: 270px;
  margin-top: 28px;
}

.question__form > *:not(:last-child) {
  margin-bottom: 16px;
}

.question__submit {
  width: 100%;
}

.service {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

.service__item {
  width: calc(100% / 12 * 4 - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ECECEC;
  border-radius: 10px;
}

.service__img {
  height: 208px;
}

.service__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.service__name {
  color: #375778;
  font-weight: 700;
  font-size: 20px;
  margin-top: 13px;
}

.service__descr {
  margin-top: 15px;
  font-size: 18px;
  color: #373737;
}

.pay__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.pay__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
}

.pay__item img {
  display: block;
}

.footer {
  color: #fff;
  background-color: #375778;
}

.footer__top {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.footer__top_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.footer__logo {
  display: block;
}

.footer__logo img {
  display: block;
}

.footer__address {
  font-weight: 700;
  max-width: 167px;
  text-decoration: underline;
  cursor: pointer;
}

.footer__address:hover {
  text-decoration: none;
}

.footer__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.footer__phone:hover {
  color: #FF8800;
}

.footer__phone img {
  display: block;
  margin-right: 13px;
}

.footer__center {
  padding: 22px 0;
  border-bottom: 1px solid #fff;
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.footer__list li a {
  text-decoration: underline;
}

.footer__list li a:hover {
  text-decoration: none;
}

.footer__copyright {
  padding: 20px 0;
  text-decoration: underline;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: border-box;
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal.active .modal__content {
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.modal__content {
  width: 100%;
  max-width: 600px;
  max-height: calc(100dvh - 30px);
  overflow-y: auto;
  padding: 30px;
  padding-top: 60px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  -webkit-transform: scale(0.9) translateY(20px);
      -ms-transform: scale(0.9) translateY(20px);
          transform: scale(0.9) translateY(20px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.modal__content:has(.area-list) {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

.modal__content .area-list {
  overflow-y: auto;
}

.modal__content form {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.modal__content form > *:not(:first-child) {
  margin-top: 12px;
}

.modal__content .field {
  border: 1px solid #B4B4B4;
}

.modal__content .primary-btn {
  width: 100%;
}

.modal__content .section-title {
  margin-bottom: 30px;
}

.modal__close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  cursor: pointer;
}

.area-list-filter {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.modal__close svg {
  display: block;
}

.area-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
}

.area-list li {
  width: calc(100% / 12 * 4);
}
.area-list li a {
  padding: 0 15px;
  height: 40px;
  display: flex;
  align-items: center;
  transition: .25s;
  border-radius: 4px;
}
.area-list li a:hover {
  background-color: #f2f2f2;
}

.scroll-up {
  position: fixed;
  right: 40px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #ffa53d;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 90;
  transform: scaleX(.9);
  transition: .25s;
  opacity: 0;
  pointer-events: none;
}

.mobile-btns {
  display: none;
  z-index: 10;
}

.scroll-up.active {
  transform: scaleX(1);
  opacity: 1;
  bottom: 50px;
  pointer-events: auto;
}

@media screen and (max-width: 1400px) {
  .spec__slide {
    width: calc(100% / 12 * 4 - 16px);
  }
}

@media screen and (max-width: 1150px) {
  .burger {
    display: block;
  }

  .header__phone {
    margin-left: auto;
  }

  .header__phone span {
    display: none;
  }

  .header__area {
    margin-left: 12px;
  }

  .nav {
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: scale(0.9) translateY(20px);
        -ms-transform: scale(0.9) translateY(20px);
            transform: scale(0.9) translateY(20px);
  }

  .nav.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

@media screen and (max-width: 992px) {
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .about__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
    width: 100%;
  }

  .about__main {
    width: 100%;
    margin-top: 12px;
  }

  .about__name {
    text-align: center;
  }

  .why__icon {
    width: 90px;
    height: 90px;
  }

  .why__icon img {
    width: 50px;
  }

  .why__item {
    font-size: 15px;
  }

  .service__item {
    width: calc(100% / 12 * 6 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .pay__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .pay__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .header__logo {
    max-width: 100px;
  }

  .header__area {
    font-size: 14px;
  }

  .hero__title {
    font-size: 36px;
  }

  .hero__descr {
    font-size: 16px;
    max-width: 240px;
  }

  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .footer__list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer__top_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
  }

  .footer__logo {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .footer__copyright {
    text-align: center;
  }

  .spec {
    overflow: hidden;
  }

  .spec .swiper-wrapper {
  }

  .spec__slide {
    width: calc(50% - 16px);
  }

  .spec__img {
    height: unset;
    padding-top: 71.4%;
    position: relative;
  }

  .spec__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .spec-swiper {
    overflow: visible;
  }

  .spec-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .spec-pagination .swiper-pagination-bullet-active {
    background-color: #FF8800;
  }

  .about__table {
    font-size: 12px;
    max-width: 100%;
    overflow-x: auto;
  }

  .about__table table {
    min-width: 550px;
  }

  .about__table tbody tr td,
  .about__table tbody tr th {
    height: 42px;
  }

  .about__txt,
  .about__bottom {
    font-size: 13px;
    line-height: 1.4;
  }

  .vyvoz__descr {
    font-size: 13px;
    margin-top: 20px;
  }

  .vyvoz__title {
    font-size: 24px;
  }

  .why__item {
    width: calc(100% / 12 * 12 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .question__img {
    display: none;
  }

  .question__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
  }

  .question__content {
    padding: 20px;
  }

  .question__title {
    font-size: 32px;
  }

  .question__descr {
    font-size: 16px;
    margin-top: 18px;
  }

  .dop__col {
    width: calc(100% / 12 * 12 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .service__item {
    width: calc(100% / 12 * 12 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }

  .modal__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .area-list li {
    width: calc(100% / 12 * 6);
  }

  .mobile-btns {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }

  .mobile-btns > * {
    width: calc(50% - 5px);
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .scroll-up {
    bottom: 50px;
    right: 10px;
  }

  .scroll-up.active {
    bottom: 70px;
  }
}

@media screen and (max-width: 550px) {
  .spec .swiper-wrapper {
    width: unset;
  }
  .spec__slide {
    width: calc(100% - 16px);
  }
}