@font-face {
  font-family: 'SB Sans Display';
  src: url('../fonts/SBSansDisplay-Regular.eot');
  src: url('../fonts/SBSansDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SBSansDisplay-Regular.woff2') format('woff2'), url('../fonts/SBSansDisplay-Regular.woff') format('woff'), url('../fonts/SBSansDisplay-Regular.ttf') format('truetype'), url('../fonts/SBSansDisplay-Regular.svg#SBSansDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Display';
  src: url('../fonts/SBSansDisplay-Bold.eot');
  src: url('../fonts/SBSansDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SBSansDisplay-Bold.woff2') format('woff2'), url('../fonts/SBSansDisplay-Bold.woff') format('woff'), url('../fonts/SBSansDisplay-Bold.ttf') format('truetype'), url('../fonts/SBSansDisplay-Bold.svg#SBSansDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Display';
  src: url('../fonts/SBSansDisplay-Semibold.eot');
  src: url('../fonts/SBSansDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/SBSansDisplay-Semibold.woff2') format('woff2'), url('../fonts/SBSansDisplay-Semibold.woff') format('woff'), url('../fonts/SBSansDisplay-Semibold.ttf') format('truetype'), url('../fonts/SBSansDisplay-Semibold.svg#SBSansDisplay-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SB Sans Text';
  src: url('../fonts/SBSansText-Medium.eot');
  src: url('../fonts/SBSansText-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/SBSansText-Medium.woff2') format('woff2'), url('../fonts/SBSansText-Medium.woff') format('woff'), url('../fonts/SBSansText-Medium.ttf') format('truetype'), url('../fonts/SBSansText-Medium.svg#SBSansText-Medium') format('svg');
  font-weight: 500;
  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;
}

button,
input,
textarea,
select {
  background-color: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  resize: none;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

select::-ms-expand {
  /* IE */
  display: none;
}

body {
  font-family: 'SB Sans Display';
  font-weight: 400;
  min-height: 100vh;
  position: relative;
  font-size: 16px;
}

html {
  overflow-x: hidden;
}

.body-block {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.wrapper {
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
}

.primary-btn {
  border-radius: 12px;
  text-align: center;
  background: #05BD5B;
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.primary-btn:hover {
  background: #049a4a;
}

.section-title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

/* Шапка */

.burger {
  display: none;
}

.burger__close {
  display: none;
}

.burger__rows {
  display: block;
}

.burger.active .burger__close {
  display: block;
}

.burger.active .burger__rows {
  display: none;
}

.header {
  margin-bottom: 20px;
}

.header__top {
  background: -webkit-linear-gradient(top, #7A73E2 0%, #6B63E5 48.96%, #807AE6 100%);
  background: linear-gradient(180deg, #7A73E2 0%, #6B63E5 48.96%, #807AE6 100%);
  color: #fff;
  padding: 10px 0;
}

.header__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;
}

.header__sale {
  font-size: 22px;
  font-weight: 700;
  max-width: 420px;
}

.header__phone a {
  font-size: 32px;
  font-weight: 600;
  display: block;
}

.header__end {
  font-weight: 600;
}

.header__main {
  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;
  padding: 20px 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 185, 86, 0.35);
}

.header__logo {
  display: block;
}

.header__logo img {
  display: block;
}

.header__sel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__sel img {
  display: block;
  margin-right: 8px;
}

.header__sel select {
  display: block;
  padding-right: 28px;
}

.header__sel::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../img/icons/sel-arrow-down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__master {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__master > img {
  display: block;
  margin-right: 30px;
}

.header__best {
  margin-right: 20px;
}

.header__best_title {
  font-size: 19px;
  font-weight: 600;
  color: #6B63E5;
}

.header__best_descr {
  color: #333;
  font-size: 14px;
}

.header__best_descr span {
  background-color: #FFD400;
  padding-left: 2px;
  padding-right: 2px;
}

.header__star {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #2D2E30;
  font-size: 16px;
  font-weight: 700;
}

.header__star img {
  display: block;
  margin-right: 8px;
}

.header__main .header__phone a {
  color: #6B63E5;
}

.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 7px;
}

.timer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 7px;
}

.timer__item {
  padding: 12px 16px;
  border-radius: 10px;
  background: #827BE2;
  font-size: 20px;
  font-weight: 800;
  margin-right: 5px;
  margin-left: 5px;
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.nav__link img {
  display: block;
  margin-right: 5px;
}

.nav__name {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.nav__descr {
  color: #333;
  font-size: 15px;
  text-decoration: underline;
}

.nav__link:hover .nav__descr {
  text-decoration: none;
}

.nav__cost {
  display: inline-block;
  padding: 3px;
  color: #fff;
  background-color: #05BD5B;
  font-weight: 600;
  margin-top: 5px;
  font-size: 15px;
}

/* / Шапка */

/* Hero */

.hero {
  margin-bottom: 20px;
}

.hero__slider {
  position: relative;
}

.hero-btn-prev,
.hero-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.hero-btn-prev img,
.hero-btn-next img {
  display: block;
}

.hero-btn-prev {
  left: 24px;
}

.hero-btn-next {
  right: 24px;
}

.hero .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 1;
  background-color: #D1D6E3;
}

.hero .swiper-pagination-bullet-active {
  background-color: #6B63E5;
}

.hero__slide {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* / Hero */

/* Сервис */

.service {
  margin-bottom: 50px;
}

.service__toptxt {
  color: #333333;
  margin-bottom: 20px;
}

.service__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;
  margin-top: 14px;
  border-radius: 12px;
  border: 1px solid #00B956;
  background: #FFF;
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(14, 31, 53, 0.12);
}

.service__left {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 90px;
  height: 400px;
  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;
  border-radius: 12px 0px 0px 12px;
  background: -webkit-linear-gradient(top, #BDF9D7 0%, #E5E4FD 100%);
  background: linear-gradient(180deg, #BDF9D7 0%, #E5E4FD 100%);
  position: relative;
  -webkit-align-self: stretch;
          align-self: stretch;
}

.service-smswiper {
  height: calc(100% - 100px);
  width: 65px;
}

.service-smswiper .swiper-slide {
  height: unset;
}

.service__smslide {
  height: unset;
  padding-top: 100%;
  position: relative;
}

.service__smslide img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.service-sm-btn-prev,
.service-sm-btn-next {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  cursor: pointer;
}

.service-sm-btn-prev img,
.service-sm-btn-next img {
  display: block;
}

.service-sm-btn-prev {
  top: 15px;
}

.service-sm-btn-next {
  bottom: 15px;
}

.service__guarant {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 185, 86, 0.35);
  padding-bottom: 12px;
  margin-bottom: 8px;
}

.service__guarant > img {
  display: block;
  margin-right: 8px;
}

.service__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-bottom: 12px;
}

.service__address img {
  display: block;
  margin-right: 7px;
}

.service__warning {
  border: 1px solid #F99746;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 4px 5px;
  color: #333;
  font-size: 14px;
  margin-bottom: 9px;
}

.service__warning img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 13px;
}

.service__free {
  color: #009244;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 12px;
}

.service__free img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 13px;
}

.service__text {
  width: 23.5%;
  padding: 15px;
}

.service__masters {
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
  box-sizing: border-box;
}

.service-master-btn-prev,
.service-master-btn-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  cursor: pointer;
}

.service-master-btn-prev img,
.service-master-btn-next img {
  display: block;
}

.service-master-btn-prev {
  left: 0;
}

.service-master-btn-next {
  right: 0;
}

.service__master {
  position: relative;
  padding-top: 100%;
  border-radius: 100px;
  overflow: hidden;
  z-index: 2;
}

.service__master::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 6px solid #CCF1DD;
  border-radius: 100px;
  z-index: 11;
}

.service__master img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.service__call {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 12px;
}

.service__call img {
  display: block;
  margin-right: 7px;
}

.service__call span {
  display: inline-block;
  padding: 4px 7px;
  color: #544D33;
  font-size: 32px;
  font-weight: 600;
  background-color: #FFDA44;
}

.service__star {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
}

.service__star img {
  display: block;
  margin-right: 8px;
}

.service__slider {
  width: 32%;
  position: relative;
  padding-top: 18px;
  border-radius: 4px;
  overflow: hidden;
}

.service-btn-prev,
.service-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.service-btn-prev img,
.service-btn-next img {
  display: block;
}

.service-btn-prev {
  left: 24px;
}

.service-btn-next {
  right: 24px;
}

.service__right {
  -webkit-align-self: stretch;
          align-self: stretch;
  width: 30%;
  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;
  padding-top: 18px;
}

.service__table {
  max-width: 360px;
  margin-bottom: 25px;
}

.service__table table {
  display: block;
}

.service__table thead,
.service__table tbody {
  display: block;
}

.service__table td,
.service__table th {
  display: block;
  text-align: left;
}

.service__table td a,
.service__table th a {
  display: block;
}

.service__table td:first-child,
.service__table th:first-child {
  width: calc(100% - 110px);
}

.service__table td:last-child,
.service__table th:last-child {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 185, 86, 0.3);
  width: 102px;
}

.service__table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 6px 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.service__table tr:hover td {
  color: #6B63E5;
}

.service__table tr:hover td a {
  text-decoration: underline;
}

.service__table thead {
  background-color: #6B63E5;
  color: #fff;
}

.service__form {
  width: 100%;
  box-sizing: border-box;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 0px 0px 12px 0px;
  background: rgba(0, 185, 86, 0.1);
}

.service__form_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}

.service__form_descr {
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
  display: block;
}

.service__form_inp {
  position: relative;
  overflow: hidden;
  max-width: 310px;
}

.service__form_inp::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background-color: #009244;
  border-radius: 4px 0px 0px 4px;
}

.service__form_inp input {
  display: block;
  width: 100%;
  padding: 13px 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #05BD5B;
  background: #FFF;
}

.service__form_submit {
  max-width: 310px;
  width: 100%;
  font-size: 22px;
  padding: 20px 15px;
  margin-top: 10px;
}

.service .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 1;
  background-color: #D1D6E3;
}

.service .swiper-pagination-bullet-active {
  background-color: #6B63E5;
}

.service__slide {
  padding-top: 69%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.service__slide img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.s-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 20px;
  background: rgba(0, 185, 86, 0.35);
  position: relative;
}

.s-form::before,
.s-form::after {
  content: '';
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
  background-color: #009244;
}

.s-form::before {
  left: 0;
}

.s-form::after {
  right: 0;
}

.s-form__field {
  margin-right: 20px;
  background-color: #fff;
  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;
  box-sizing: border-box;
  margin-bottom: 12px;
  width: 300px;
  position: relative;
  padding-left: 14px;
}

.s-form__field-sel {
  padding-left: 0;
}

.s-form__field-sel::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../img/icons/sel-arrow-down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.s-form__field input {
  width: calc(100% - 34px);
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
}

.s-form__field select {
  padding: 10px 46px;
  width: 100%;
  box-sizing: border-box;
}

.s-form__field-sel img {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  pointer-events: none;
}

/* / Сервис */

/* Алерт */

.alert {
  margin-top: 50px;
  margin-bottom: 50px;
}

.alert__content {
  background: -webkit-linear-gradient(top, #BDF9D7 0%, #E5E4FD 100%);
  background: linear-gradient(180deg, #BDF9D7 0%, #E5E4FD 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.alert__img {
  width: 42.5%;
}

.alert__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.alert__text {
  width: calc(100% - 42.5%);
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}

.alert__text::before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: 25px;
  width: 63px;
  height: 81px;
  background-image: url('../img/icons/alert-design.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.alert__descr {
  color: #333;
  margin-bottom: 20px;
  padding-left: 70px;
}

.alert__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-left: 70px;
}

.alert__btn {
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-right: 25px;
}

.alert__phone {
  color: #333;
  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;
}

.alert__phone a {
  color: #6B63E5;
  font-size: 32px;
  font-weight: 600;
}

.alert__name {
  font-size: 32px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  max-width: 560px;
  margin-bottom: 10px;
}

.alert__name img {
  display: block;
  margin-right: 20px;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

/* / Алерт */

/* Цены */

.price {
  margin-bottom: 50px;
}

.price__table table {
  display: block;
}

.price__table thead {
  border-radius: 6px;
  background: -webkit-linear-gradient(top, #7A73E2 0%, #6B63E5 48.96%, #807AE6 100%);
  background: linear-gradient(180deg, #7A73E2 0%, #6B63E5 48.96%, #807AE6 100%);
}

.price__table thead,
.price__table tbody {
  display: block;
}

.price__table tr {
  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;
}

.price__table thead tr {
  padding: 24px;
}

.price__table tbody tr {
  padding: 2px 24px;
  border-radius: 6px;
  background: rgba(0, 185, 86, 0.1);
  margin-top: 8px;
}

.price__table td,
.price__table th {
  display: block;
  font-weight: 400;
}

.price__table td:first-child,
.price__table th:first-child {
  width: calc(100% - 205px - 200px - 400px - 20px);
  text-align: left;
}

.price__table td:nth-child(2),
.price__table th:nth-child(2) {
  width: 205px;
  text-align: center;
}

.price__table td:nth-child(3),
.price__table th:nth-child(3) {
  width: 200px;
  text-align: center;
}

.price__table td:last-child,
.price__table th:last-child {
  width: 400px;
  text-align: center;
}

.price__table th {
  color: #fff;
  font-size: 22px;
}

.price__table th:first-child {
  box-sizing: border-box;
  padding-left: 36px;
}

.price__table td:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 20px;
  color: #007134;
}

.price__table td:first-child img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 12px;
}

.price__table td:nth-child(2) {
  font-size: 24px;
  font-weight: 600;
  color: #007134;
}

.price__table td:nth-child(3) {
  color: #fff;
  background-color: #009244;
  font-size: 22px;
  text-align: center;
  padding: 24px 0;
  font-weight: 600;
}

.price__table td:last-child {
  position: relative;
  opacity: 0;
}

.price__table td:last-child::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 64px;
  height: 25px;
  background-image: url('../img/icons/price-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.price__table tbody tr:hover td:last-child {
  opacity: 1;
}

.price__btn {
  font-size: 20px;
  padding: 18px 30px;
}

/* / Цены */

/* Расчет */

.calc .section-title {
  margin-bottom: 20px;
}

.calc__btn {
  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;
  font-size: 22px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 35px;
}

.calc__btn img {
  display: block;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.calc-btn-prev,
.calc-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.calc-btn-prev img,
.calc-btn-next img {
  display: block;
}

.calc-btn-prev {
  left: 0;
}

.calc-btn-next {
  right: 0;
}

.calc__steps {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.calc__content {
  border-radius: 12px;
  background: rgba(0, 185, 86, 0.05);
  overflow: hidden;
  position: relative;
  padding: 46px;
}

.calc__content::before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 51px;
  left: -10px;
  top: -20px;
  background-color: #05BD5B;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.calc__content::after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 51px;
  right: -10px;
  top: -20px;
  background-color: #05BD5B;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.calc__ask {
  font-size: 26px;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 600;
}

.calc__slider {
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
}

.calc__slide {
  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;
}

.calc__do {
  cursor: pointer;
}

.calc__do_name {
  font-size: 24px;
  display: block;
  text-align: center;
}

.calc__do_img {
  height: 120px;
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}

.calc__do_img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 6px solid rgba(0, 185, 86, 0.2);
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.calc__do_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.calc__do:hover .calc__do_name {
  color: #009244;
  text-decoration: underline;
}

.calc__do:hover .calc__do_img::after {
  border: 8px solid #05BD5B;
}

input:checked ~ .calc__do_name {
  color: #009244;
  text-decoration: underline;
}

input:checked + .calc__do_img::after {
  border: 8px solid #05BD5B;
}

.calc__step {
  position: relative;
  display: none;
}

.calc__step.active {
  display: block;
}

.calc__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.calc__col {
  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;
}

.calc__col:not(:last-child) {
  margin-right: 140px;
}

.calc__ask2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 22px;
}

.calc__radio {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 14px;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}

.calc__radio span::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 1px solid #12B28C;
  border-radius: 50px;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calc__radio span::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: #12B28C;
  display: none;
}

.calc__radio input:checked + span::after {
  display: block;
}

.calc__cost {
  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;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 28px;
}

.calc__cost span {
  display: block;
  padding: 5px 14px;
  color: #fff;
  background-color: #009244;
}

.calc__final {
  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-bottom: 25px;
}

.calc__final span {
  display: block;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 18px;
  background: rgba(0, 185, 86, 0.3);
  padding: 10px 16px;
}

.calc__inps {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.calc__inp {
  width: calc(50% - 8px);
  padding: 22px 17px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0, 185, 86, 0.35);
  margin-bottom: 22px;
  background: #FFF;
}

.calc__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #05BD5B;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  padding: 26px 0;
  width: 100%;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 28px;
  cursor: pointer;
  position: relative;
}

.calc__submit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 42px;
  border-radius: 20px;
  background-color: #108C26;
  z-index: -1;
}

.calc__submit:hover {
  background: #049a4a;
}

.calc__submit img {
  display: block;
  margin-left: 10px;
}

.calc__pag {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 26px;
  color: #007134;
  font-weight: 600;
}

.calc__pag_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 13px;
}

.calc__pag_item {
  width: 43px;
  height: 9px;
  background: rgba(0, 185, 86, 0.2);
}

.calc__pag_item:not(:last-child) {
  margin-right: 6px;
}

.calc__pag_item.active {
  background: #009244;
}

/* / Расчет */

/* Проблемы */

.problem__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.problem__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;
  border-radius: 6px;
  border: 1px solid #05BD5B;
  background: rgba(0, 185, 86, 0.1);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
  box-sizing: border-box;
  padding: 16px;
}

.problem__item:hover {
  border-width: 4px;
}

.problem__item img {
  display: block;
  margin-bottom: 12px;
}

.problem__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.problem__descr {
  margin-bottom: 12px;
}

.problem__cost {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  padding: 5px 14px;
  background: #009244;
  color: #fff;
}

.problem__item:hover .problem__name {
  color: #009244;
  text-decoration: underline;
}

/* / Проблемы */

/* Фото */

.photo {
  margin-bottom: 50px;
}

.photo__slider {
  position: relative;
}

.photo-btn-prev,
.photo-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.photo-btn-prev img,
.photo-btn-next img {
  display: block;
}

.photo-btn-prev {
  right: 65%;
}

.photo-btn-next {
  left: 65%;
}

.photo .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 1;
  background-color: #D1D6E3;
}

.photo .swiper-pagination-bullet-active {
  background-color: #6B63E5;
}

.photo__slide {
  height: 25.73vw;
}

.photo__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* / Фото */

/* Портфолио */

.portfolio__slider {
  position: relative;
  padding-left: 47px;
  padding-right: 47px;
}

.portfolio-btn-prev,
.portfolio-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.portfolio-btn-prev img,
.portfolio-btn-next img {
  display: block;
}

.portfolio-btn-prev {
  left: 0;
}

.portfolio-btn-next {
  right: 0;
}

.portfolio .swiper-pagination {
  position: unset;
}

.portfolio .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 1;
  background-color: #D1D6E3;
}

.portfolio .swiper-pagination-bullet-active {
  background-color: #6B63E5;
}

.portfolio__img {
  display: block;
  width: 100%;
  border-radius: 12px;
}

.portfolio__main {
  position: relative;
  -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
  background-color: #F2FBF6;
  padding: 24px 30px;
  border-radius: 12px;
}

.portfolio__name {
  color: #009244;
  font-size: 22px;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.portfolio__subname {
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.portfolio__answer {
  margin-bottom: 14px;
  font-size: 14px;
}

.portfolio__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}

.portfolio__info img {
  display: block;
  margin-right: 6px;
}

.portfolio__info span {
  color: #007134;
  font-weight: 600;
  padding-left: 5px;
}

/* / Портфолио */

/* Связаться */

.contact {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact__content {
  position: relative;
  padding: 20px 65px;
  border-radius: 10px;
  border: 6px dashed #05BD5B;
  background: -webkit-linear-gradient(left, rgba(0, 185, 86, 0.05) 0%, rgba(234, 248, 255, 0) 56.28%, #FFF 56.28%);
  background: linear-gradient(90deg, rgba(0, 185, 86, 0.05) 0%, rgba(234, 248, 255, 0) 56.28%, #FFF 56.28%);
  overflow: hidden;
}

.contact__text {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.contact__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  border-radius: 10px;
}

.contact__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  border-radius: 10px;
}

.contact__img_pc {
  display: block;
}

.contact__img_mob {
  display: none;
}

.contact__38 {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 40px;
  z-index: 2;
}

.contact__38::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 360px;
  height: 360px;
  background-color: #05BD5B;
  border-radius: 50%;
}

.contact__38 span {
  font-size: 80px;
  display: block;
}

.contact__title {
  font-size: 60px;
  font-weight: 700;
  color: #009244;
  margin-bottom: 3px;
}

.contact__title span {
  color: #353945;
}

.contact__descr {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.contact__list li img {
  display: block;
  margin-right: 15px;
}

.h-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 670px;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
  z-index: 2;
}

.h-form__field {
  width: calc(50% - 16px);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
}

.h-form__field-full {
  width: calc(100% - 16px);
}

.h-form__inp {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 18px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
}

.h-form__txt {
  width: calc(100% - 16px);
  margin-left: 8px;
  margin-right: 8px;
}

.h-form__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #05BD5B;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  padding: 26px 0;
  font-weight: 600;
  font-size: 28px;
  cursor: pointer;
  position: relative;
}

.h-form__submit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 42px;
  border-radius: 20px;
  background-color: #108C26;
  z-index: -1;
}

.h-form__submit:hover {
  background: #049a4a;
}

.h-form__submit img {
  display: block;
  margin-left: 10px;
}

/* / Связаться */

.map {
  position: relative;
}

.map__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: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 16px 28px -1px rgba(14, 31, 53, 0.18);
  padding: 40px 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  position: absolute;
  left: 90px;
  top: 20px;
}

.map__map {
  height: 540px;
}

.map__map .my-placemark {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 250px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  -webkit-transform: translateY(calc(-100% - 25px)) translateX(-34px);
      -ms-transform: translateY(calc(-100% - 25px)) translateX(-34px);
          transform: translateY(calc(-100% - 25px)) translateX(-34px);
  -webkit-filter: drop-shadow(5px 4px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 4px 20px rgba(0, 0, 0, 0.25));
  position: relative;
}

.map__map .my-placemark::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 99%;
  width: 28px;
  height: 25px;
  background-image: url('../img/icons/map-design-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}

.map__map .my-placemark__icon {
  max-width: 60px;
  display: block;
  margin-right: 10px;
}

.map__map .my-placemark__text {
  font-size: 14px;
}

.map__address {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.map__address img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 14px;
}

.map__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}

.map__time img {
  display: block;
  margin-right: 14px;
}

.map__time_text {
  color: #353945;
  font-size: 14px;
  font-weight: 600;
}

.map__call {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 600;
}

.map__call img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 14px;
}

.map__clocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 15px;
}

.map__clock {
  font-size: 13px;
  text-align: center;
}

.map__clock::after {
  content: '';
  display: block;
  border: 2px solid #05BD5B;
  background-color: rgba(0, 185, 86, 0.2);
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-top: 5px;
}

.map__btn {
  display: block;
  width: 100%;
  padding: 18px 0;
  font-size: 22px;
}

/* Футер */

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.footer__left {
  background: #FFF;
  box-shadow: 4px 0px 7px 0px rgba(14, 31, 53, 0.12);
  padding-top: 60px;
  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;
  width: 30.73%;
  padding-bottom: 64px;
}

.footer__left_title {
  font-size: 18px;
  font-weight: 600;
}

.footer__left img {
  display: block;
}

.footer__main {
  background: rgba(0, 185, 86, 0.05);
  width: calc(100% - 30.73%);
  padding: 27px 70px;
  box-sizing: border-box;
}

.footer__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 23px;
}

.footer__slider {
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
}

.footer-btn-prev,
.footer-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.footer-btn-prev img,
.footer-btn-next img {
  display: block;
}

.footer-btn-prev {
  left: 0;
}

.footer-btn-next {
  right: 0;
}

.footer .swiper-pagination {
  position: unset;
}

.footer .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50px;
  opacity: 1;
  background-color: #D1D6E3;
}

.footer .swiper-pagination-bullet-active {
  background-color: #6B63E5;
}

.footer__logo {
  display: block;
  margin-bottom: 50px;
}

.footer__logo img {
  display: block;
}

.footer__address {
  color: #353945;
  margin-bottom: 45px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.footer__address img {
  display: block;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 14px;
}

.footer__phone {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.footer__phone a {
  font-size: 32px;
  font-weight: 600;
  color: #6B63E5;
}

.footer__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.footer__list li {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 12px;
}

.footer__list li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  color: #333;
  font-size: 18px;
}

.footer__list li a img {
  display: block;
  margin-right: 8px;
}

.footer__list li a:hover {
  text-decoration: underline;
}

.footer__btn {
  min-width: 204px;
  box-sizing: border-box;
  margin-left: 20px;
}

/* / Футер */

.thank {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 16px 28px -1px rgba(14, 31, 53, 0.18);
  width: calc(100% - 20px);
  max-width: 856px;
  max-height: calc(100vh - 20px);
  z-index: 999;
  box-sizing: border-box;
  padding: 20px;
  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;
}

.thank::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 40px;
  width: calc(100% - 50px);
  height: calc(100% - 80px);
  border-radius: 10px;
  border: 6px solid #05BD5B;
  box-sizing: border-box;
  z-index: -1;
}

.thank > * {
  max-width: calc(100% - 90px);
}

.thank__title {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}

.thank__warn {
  padding: 10px;
  border: 1px solid #F99746;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #FFF;
  margin-bottom: 10px;
}

.thank__warn img {
  display: block;
  margin-right: 8px;
}

.thank__descr {
  font-size: 36px;
  margin-bottom: 23px;
  font-weight: 600;
}

.thank__call {
  color: #FF003D;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 60px;
}

@media screen and (max-width: 1600px) {
  .contact__content {
    padding: 15px 40px;
  }

  .contact__title {
    font-size: 45px;
  }

  .contact__text {
    max-width: 670px;
  }

  .contact__descr {
    font-size: 27px;
  }

  .contact__list li {
    font-size: 21px;
  }

  .contact__38 {
    font-size: 24px;
  }

  .contact__38 span {
    font-size: 60px;
  }

  .h-form {
    max-width: 580px;
  }
}

@media screen and (max-width: 1500px) {
  .service__call span {
    font-size: 24px;
  }

  .price__table th {
    font-size: 18px;
  }

  .price__table td {
    font-size: 18px !important;
  }

  .price__table td:nth-child(3) {
    padding: 15px 0;
  }

  .price__table td:last-child::before {
    -webkit-transform: translateY(-50%) scale(0.7);
        -ms-transform: translateY(-50%) scale(0.7);
            transform: translateY(-50%) scale(0.7);
    left: -7px;
  }

  .price__table td:first-child,
  .price__table th:first-child {
    width: calc(100% - 160px - 160px - 300px - 20px);
  }

  .price__table td:nth-child(3),
  .price__table th:nth-child(3),
  .price__table td:nth-child(2),
  .price__table th:nth-child(2) {
    width: 160px;
  }

  .price__table td:last-child,
  .price__table th:last-child {
    width: 300px;
  }

  .price__btn {
    padding: 12px 20px;
    font-size: 17px;
  }
}

@media screen and (max-width: 1300px) {
  .header__logo {
    max-width: 230px;
  }

  .header__sale {
    font-size: 18px;
    max-width: 350px;
  }

  .header__phone {
    font-size: 12px;
  }

  .header__phone a {
    font-size: 24px;
  }

  .header__master > img {
    width: 110px;
    margin-right: 16px;
  }

  .timer__item {
    padding: 7px 12px;
    font-size: 16px;
  }

  .problem__item {
    width: calc(25% - 20px);
  }

  .footer__logo {
    max-width: 230px;
  }

  .footer__phone {
    font-size: 14px;
  }

  .footer__phone a {
    font-size: 24px;
  }

  .footer__main {
    padding: 20px 40px;
  }

  .footer__list li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .service__left {
    width: 100%;
    height: unset;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
  }

  .service-sm-btn-prev,
  .service-sm-btn-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: unset;
  }

  .service-sm-btn-prev {
    left: 5px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }

  .service-sm-btn-next {
    left: unset;
    right: 5px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }

  .service-smswiper {
    width: 100%;
    height: unset;
  }

  .service__text {
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
  }

  .service__slider,
  .service__right {
    width: 100%;
    max-width: 600px;
  }

  .service__right {
    margin-left: auto;
    margin-right: auto;
  }

  .alert__name {
    font-size: 24px;
  }

  .alert__name img {
    width: 24px;
    margin-right: 12px;
  }

  .alert__text::before {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    left: 15px;
  }

  .alert__phone {
    font-size: 14px;
  }

  .alert__phone a {
    font-size: 24px;
  }

  .alert__btn {
    font-size: 16px;
    margin-right: 15px;
    padding: 12px 25px;
  }

  .alert__descr,
  .alert__row {
    padding-left: 36px;
  }

  .calc__col:not(:last-child) {
    margin-right: 80px;
  }

  .calc__ask2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .header__end {
    display: none;
  }

  .header__logo {
    max-width: 190px;
  }

  .header__star {
    font-size: 14px;
  }

  .header__star img {
    margin-right: 4px;
  }

  .header__best {
    margin-right: 12px;
  }

  .header__best_title {
    font-size: 17px;
  }

  .header__best_descr {
    font-size: 12px;
  }

  .calc .section-title {
    font-size: 30px;
  }

  .calc__ask {
    font-size: 20px;
  }

  .calc__do_name {
    font-size: 20px;
  }

  .calc__pag_items {
    margin-left: 8px;
  }

  .calc__pag_name {
    font-size: 20px;
  }

  .calc__pag_item {
    width: 30px;
    height: 6px;
  }

  .calc__pag_item:not(:last-child) {
    margin-right: 4px;
  }
}

@media screen and (max-width: 1050px) {
  .contact__content {
    padding: 0;
  }

  .contact__img {
    position: unset;
    width: 100%;
    margin-top: 30px;
  }

  .contact__text {
    margin-right: 0;
    padding: 15px 35px;
  }
}

@media screen and (max-width: 1000px) {
  .burger {
    display: block;
  }

  .header {
    position: relative;
  }

  .header__sale {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3;
    font-size: 11px;
    margin-bottom: 10px;
    width: calc(100% - 142px);
  }

  .header__top .header__phone {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2;
  }

  .header__top_row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .header__phone {
    margin-bottom: 10px;
    font-size: 8px;
  }

  .header__phone a {
    font-size: 15px;
  }

  .header__btn {
    padding: 13px 18px;
    font-size: 11px;
  }

  .header__main {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .header__logo {
    -webkit-box-ordinal-group: -3;
    -webkit-order: -4;
            order: -4;
    margin-right: auto;
    margin-left: 10px;
    width: calc(50% - 10px - 20px - 10px);
  }

  .header__main .header__phone {
    -webkit-box-ordinal-group: -2;
    -webkit-order: -3;
            order: -3;
    width: 50%;
    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: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }

  .header__master {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
            order: -2;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header__master > img {
    width: 80px;
  }

  .header__best_title {
    font-size: 14px;
  }

  .header__best_descr {
    font-size: 10px;
  }

  .header__star {
    margin-left: auto;
  }

  .burger {
    -webkit-box-ordinal-group: -4;
    -webkit-order: -5;
            order: -5;
  }

  .timer {
    width: 50%;
  }

  .nav {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 18px 26px;
    width: 100%;
    box-sizing: border-box;
    display: none;
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid rgba(0, 185, 86, 0.35);
  }

  .nav.active {
    display: block;
  }

  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .nav__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: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .s-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .s-form__field {
    width: 100%;
  }

  .price__table tbody tr {
    padding: 2px 12px;
  }

  .price__table thead tr {
    padding: 12px;
  }

  .price__table td:first-child,
  .price__table th:first-child {
    width: calc(100% - 170px);
  }

  .price__table td:nth-child(2),
  .price__table th:nth-child(2) {
    display: none;
  }

  .price__table td:last-child,
  .price__table th:last-child {
    display: none;
  }

  .map__text {
    position: unset;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .footer__left,
  .footer__main {
    width: 100%;
  }

  .footer__row {
    -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;
  }

  .footer__btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .footer__left {
    padding-top: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 900px) {
  .alert__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .alert__img {
    width: 100%;
  }

  .alert__text {
    padding: 10px 12px;
    width: 100%;
  }

  .alert__row {
    -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;
    padding-left: 60px;
  }

  .alert__name {
    font-size: 20px;
  }

  .alert__phone {
    margin-top: 12px;
    font-size: 12px;
  }

  .alert__phone a {
    font-size: 21px;
  }

  .problem__item {
    width: calc(100% / 12 * 4 - 20px);
  }

  .photo__slide {
    height: 40vw;
  }

  .photo-btn-prev {
    right: 70%;
  }

  .photo-btn-next {
    left: 70%;
  }

  .calc__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .calc__col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .portfolio__slider {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-btn-prev,
  .portfolio-btn-next {
    display: none;
  }

  .calc-btn-prev,
  .calc-btn-next {
    display: none;
  }

  .calc__slider {
    padding-left: 0;
    padding-right: 0;
  }

  .calc__pag {
    position: unset;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 700px) {
  .problem__item {
    width: calc(50% - 20px);
  }

  .footer__slider {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-btn-prev,
  .footer-btn-next {
    display: none;
  }

  .calc__cost {
    font-size: 16px;
  }

  .calc__final span {
    font-size: 12px;
  }

  .calc__final img {
    width: 38px;
  }

  .thank {
    padding: 13px;
  }

  .thank__title {
    font-size: 20px;
  }

  .thank__descr {
    font-size: 20px;
  }

  .thank__call {
    font-size: 24px;
  }

  .thank::after {
    border-width: 4px;
  }

  .thank > * {
    max-width: calc(100% - 70px);
  }
}

@media screen and (max-width: 600px) {
  .contact__text {
    padding: 10px;
  }

  .contact__title {
    font-size: 22px;
    text-align: center;
  }

  .contact__descr {
    font-size: 16px;
    text-align: center;
  }

  .contact__list li {
    font-size: 14px;
    padding-left: 0;
  }

  .contact__list li img {
    width: 24px;
  }

  .contact__38 {
    font-size: 14px;
    padding: 10px;
  }

  .contact__38 span {
    font-size: 40px;
  }

  .contact__38::after {
    width: 170px;
    height: 170px;
    left: 0;
    top: 0;
  }

  .h-form {
    max-width: unset;
    width: unset;
  }

  .h-form__field {
    width: calc(100% - 16px);
  }

  .h-form__submit {
    font-size: 18px;
    padding: 16px 0;
  }

  .h-form__inp {
    padding: 10px 12px;
  }

  .h-form__txt {
    font-size: 10px;
  }

  .h-form__submit img {
    display: none;
  }

  .calc__inps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .calc__inp {
    width: 100%;
  }

  .calc__submit {
    font-size: 18px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 500px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .hero__slide {
    height: 60vw;
  }

  .hero-btn-prev,
  .hero-btn-next {
    width: 24px;
  }

  .hero-btn-prev {
    left: 10px;
  }

  .hero-btn-next {
    right: 10px;
  }

  .service__toptxt {
    font-size: 12px;
  }

  .service__table {
    font-size: 13px;
  }

  .service__guarant {
    font-size: 18px;
  }

  .service__guarant img {
    width: 40px;
  }

  .service__star {
    font-size: 16px;
  }

  .service__star img {
    width: 18px;
  }

  .price__table tbody tr {
    padding: 2px 12px;
  }

  .price__table thead tr {
    padding: 12px;
  }

  .price__table td,
  .price__table th {
    font-size: 12px !important;
  }

  .price__table td:first-child,
  .price__table th:first-child {
    width: calc(100% - 110px);
  }

  .price__table td:nth-child(3),
  .price__table th:nth-child(3) {
    width: 100px;
  }

  .price__table th:first-child {
    padding-left: 26px;
  }

  .price__table td:first-child img {
    width: 18px;
    margin-right: 8px;
  }

  .price__table td:nth-child(3) {
    padding: 10px 0;
  }

  .problem__item {
    width: calc(100% - 20px);
  }

  .photo__slide {
    height: 60vw;
  }

  .photo-btn-prev {
    right: unset;
    left: 40px;
  }

  .photo-btn-next {
    left: unset;
    right: 40px;
  }

  .portfolio__main {
    padding: 24px 14px;
  }

  .portfolio__name {
    font-size: 19px;
  }

  .portfolio__info {
    font-size: 14px;
  }

  .portfolio__info span {
    margin-left: 4px;
  }

  .map__call {
    font-size: 20px;
  }

  .map__text {
    padding: 30px 20px;
  }

  .footer__list li {
    width: calc(100% - 20px);
  }

  .calc .section-title {
    font-size: 20px;
  }

  .calc__ask {
    font-size: 16px;
  }

  .calc__content {
    padding: 16px 12px;
    overflow: hidden;
  }

  .calc-swiper {
    overflow: unset;
  }

  .contact__38 {
    text-align: right;
    width: 130px;
  }

  .contact__38 span {
    font-size: 30px;
  }

  .contact__38::after {
    right: -40px;
    left: unset;
  }
}

.header__top.sticked {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
