* {
  margin: 0;
  padding: 0;
  font-family: 'Kontora', sans-serif;
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-weight: 400;
  overflow-x: hidden;
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

html.overflow-locked {
  overflow-y: hidden;
}

body {
  overflow-x: hidden;
}

@media (max-width: 1599px) {
  html, body {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  html, body {
    font-size: 13.5px;
  }
}

@media (max-width: 420px) {
  html, body {
    font-size: 13px;
  }
}

@media (max-width: 370px) {
  html, body {
    font-size: 12px;
  }
}

body {
  position: relative;
  display: block;
}

img {
  max-width: 100%;
}

ul, li {
  list-style: none;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a, span, i, b, p, h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Din Pro', sans-serif;
  font-weight: 400;
}

section, header, main, footer {
  position: relative;
}

input:focus {
  outline: 0;
}

button {
  border: 0;
  outline: 0;
  cursor: pointer;
}

.main-btn {
  background-color: #FFD600;
  background: -o-linear-gradient(333.55deg, #FFD600 15.94%, #FFC550 57.81%, #FFD600 95.54%);
  background: linear-gradient(116.45deg, #FFD600 15.94%, #FFC550 57.81%, #FFD600 95.54%);
  width: 100%;
  max-width: 16.8rem;
  height: 5rem;
  border-radius: 4px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: -o-linear-gradient(333.55deg, #FFD600 0%, #FFD600 100%);
  background: linear-gradient(116.45deg, #FFD600 0%, #FFD600 100%);
  -webkit-box-shadow: 0px 5px 15px rgba(255, 199, 2, 0.25);
          box-shadow: 0px 5px 15px rgba(255, 199, 2, 0.25);
  text-decoration: none;
}

.main-btn:focus {
  background: -o-linear-gradient(333.55deg, #FFC041 0%, #FFC041 100%);
  background: linear-gradient(116.45deg, #FFC041 0%, #FFC041 100%);
}

.main-btn_reverse {
  border-radius: 4px;
  border: 2px solid #FFC700;
  background: transparent;
}

.main-btn_reverse:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(255, 199, 2, 0.25);
          box-shadow: 0px 5px 15px rgba(255, 199, 2, 0.25);
  background: transparent;
}

.main-btn_reverse:focus {
  background: transparent;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  display: block;
  padding: 0 30px;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .container {
    padding: 0 5%;
  }
}

header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  padding: 1.5rem 0;
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  background: white;
}

header .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

header .container > div:nth-child(2, 3) {
  -ms-grid-column-align: center;
      justify-self: center;
}

header .container > div:nth-child(4) {
  -ms-grid-column-align: end;
      justify-self: end;
}

header .header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-link img {
  max-width: 3rem;
}

header .header-link .header-link__text {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 1em;
  line-height: 121.19%;
  color: #4D4D4D;
}

header .main-btn {
  max-height: 56px;
  width: 240px;
  border-radius: 8px;
}

.logo img {
  max-width: 14rem;
}

.text-center {
  text-align: center;
}

.caption {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.14;
  text-transform: uppercase;
  color: #4D4D4D;
}

.caption span {
  background: -o-linear-gradient(356.46deg, #FFC702 0%, rgba(255, 199, 2, 0.48) 112.37%);
  background: linear-gradient(93.54deg, #FFC702 0%, rgba(255, 199, 2, 0.48) 112.37%);
  display: inline-block;
  padding: 0 10px;
}

.caption sup {
  font-size: 0.5em;
}

main {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

main h1.caption {
  font-size: 4rem;
}

main .content {
  max-width: 45rem;
  min-width: 280px;
  z-index: 20;
  position: relative;
}

main h6 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 121.19%;
  color: #4D4D4D;
  position: relative;
  max-width: 27rem;
  padding-left: 3rem;
  margin-top: 0.75em;
  font-family: 'Kontora', sans-serif;
}

main h6::before {
  content: '';
  background: #4D4D4D;
  width: 34px;
  height: 2px;
  display: block;
  top: 0;
  position: absolute;
  left: 0;
  margin-top: 12px;
}

main .buttons-wrap {
  margin-top: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .apparat-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 37rem;
  margin-bottom: -7.75rem;
  width: 44%;
}

main .main-btn {
  margin-right: 1.8rem;
}

.section-2 {
  padding-top: 4.4rem;
  padding-bottom: 8rem;
}

.section-2 .features-wrap {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  row-gap: 2.9rem;
}

.section-2 .features-wrap .card {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1.25rem 1.25rem rgba(35, 47, 91, 0.025);
          box-shadow: 0px 1.25rem 1.25rem rgba(35, 47, 91, 0.025);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 8px;
  padding: 2.25rem 1.25rem 1.25rem 1.25rem;
  height: 100%;
  text-align: center;
}

.section-2 .features-wrap .card:hover {
  -webkit-box-shadow: 0px 1.25rem 1.25rem rgba(35, 47, 91, 0.075);
          box-shadow: 0px 1.25rem 1.25rem rgba(35, 47, 91, 0.075);
}

.section-2 .features-wrap .card img {
  max-width: 5rem;
}

.section-2 .features-wrap .card p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 121.19%;
  text-align: center;
  color: #4D4D4D;
  margin-top: 1.6rem;
}

.section-2 .features-wrap .card p b {
  font-weight: bold;
}

.section-3 {
  padding-top: 4.375rem;
  padding-bottom: 5.6rem;
  background-image: url("../img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.section-3 .portfolio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.8rem;
     -moz-column-gap: 1.8rem;
          column-gap: 1.8rem;
  margin-top: 2.5rem;
}

.section-3 .portfolio .portfolio__item {
  background: white;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(35, 47, 91, 0.1));
          filter: drop-shadow(0px 20px 20px rgba(35, 47, 91, 0.1));
  border-radius: 16px;
}

.section-3 .portfolio .portfolio__item p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin: 20px 0;
}

.section-3 .portfolio .portfolio__item .img-contain img {
  border-radius: 16px;
}

.slayden-savnena {
  border-radius: 16px;
  height: 85%;
  overflow: hidden;
  width: 100%;
}

.slayden-savnena figure {
  background-image: url("../img/after-1.jpg");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
  padding-top: 58%;
}

.img-content {
  background-image: url("../img/before-1.jpg");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(243, 240, 240, 0.7);
  -webkit-box-shadow: 10px 0 15px -13px #171717;
          box-shadow: 10px 0 15px -13px #171717;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}

input.range-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100%;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100%;
  width: 100%;
}

input.range-input::-moz-range-track {
  background: transparent;
}

input.range-input::-ms-track {
  border: none;
  background-color: transparent;
  height: 100%;
  left: 0;
  outline: none;
  position: relative;
  top: -100%;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}

input.range-input::-ms-fill-lower {
  background-color: transparent;
}

input.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100%;
  width: 0.5%;
  opacity: 0;
}

input.range-input::-moz-range-thumb {
  -moz-appearance: none;
  height: 100%;
  width: 0.5%;
  opacity: 0;
}

input.range-input::-ms-thumb {
  height: 100%;
  width: 0.5%;
  opacity: 0;
}

input.range-input::-ms-tooltip {
  display: none;
}

.slayden-savnena__two figure {
  background-image: url("../img/after-2.jpg");
}

.slayden-savnena__two .img-content {
  background-image: url("../img/before-2.jpg");
}

@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}

@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}

.section-4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.section-4 button {
  margin: 0 auto;
}

.section-4 .definition {
  font-weight: 600;
  font-size: 1rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin-top: 7px;
}

.section-4 .calc-wrap {
  margin-top: 2.5rem;
}

.section-4 .calc-wrap .choose-text {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 121.19%;
  text-align: center;
  color: #4D4D4D;
}

.section-4 .calc-wrap .calc {
  margin: 0 auto;
  margin-top: 1rem;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  max-width: 48.125rem;
  min-width: 280px;
  position: relative;
}

.section-4 .calc-wrap .calc .calc-inner {
  width: 100%;
  padding: 2rem 2rem 3.4rem 2rem;
  background: white;
  z-index: 30;
  position: relative;
  -webkit-box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
          box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
  border: 1px solid #E3E3E3;
}

.section-4 .calc-wrap .calc::before {
  content: '';
  background: url("../img/calc-before.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 20rem;
  left: 0;
  top: 0;
  -webkit-transform: translate(-70%, -20%);
      -ms-transform: translate(-70%, -20%);
          transform: translate(-70%, -20%);
  z-index: 20;
}

.section-4 .calc-wrap .calc::after {
  content: '';
  background: url("../img/calc-before.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  width: 100%;
  max-width: 25rem;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(46%, 10%);
      -ms-transform: translate(46%, 10%);
          transform: translate(46%, 10%);
  z-index: 20;
}

.section-4 .calc-wrap .calc .calc_control {
  margin: 0 auto;
  max-width: 30rem;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
          box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
  border-radius: 8px;
  padding: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.section-4 .calc-wrap .calc .calc_control .calc_control-item {
  border-radius: 8px;
  height: 42px;
  background: white;
  color: #4D4D4D;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 121.19%;
  cursor: pointer;
  width: 100%;
}

.section-4 .calc-wrap .calc .calc_control .calc_control-item:hover {
  border: 1px #FFD600 solid;
}

.section-4 .calc-wrap .calc .calc_control .calc_control-item_active {
  background: -o-linear-gradient(333.55deg, #FFD600 15.94%, #FFC550 57.81%, #FFD600 95.54%);
  background: linear-gradient(116.45deg, #FFD600 15.94%, #FFC550 57.81%, #FFD600 95.54%);
}

.section-4 .calc-wrap .calc .calc-content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-4 .calc-wrap .calc .calc-content input {
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  max-width: 21.5rem;
  height: 3.5rem;
  padding-left: 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 121.19%;
}

.section-4 .calc-wrap .calc .calc-content input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  color: #B5B5B5;
}

.section-4 .calc-wrap .calc .calc-content input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  color: #B5B5B5;
}

.section-4 .calc-wrap .calc .calc-content input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  color: #B5B5B5;
}

.section-4 .calc-wrap .calc .calc-content input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  color: #B5B5B5;
}

.section-4 .calc-wrap .calc .calc-content input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  color: #B5B5B5;
}

.section-4 .calc-wrap .calc .calc-content p {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin: 0 10px;
}

.section-4 .btn-wrap {
  margin-top: 3rem;
}

.section-4 .calc_description {
  font-weight: bold;
  font-size: 1rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin-top: 2rem;
}

.section-5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.section-5 .text-center {
  margin-top: 1.5rem;
}

.section-5 .text-center .main-btn {
  max-width: 23rem;
  margin: 0 auto;
}

.two-part {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 3.4rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 121.19%;
  text-align: center;
  color: #FFFFFF;
}

.two-part .two-part__header {
  margin-bottom: 1.5rem;
  background: #4D4D4D;
  border-radius: 16px;
  padding: 1.5rem;
}

.two-part .two-part__header p {
  text-align: center;
}

.two-part .two-part__video {
  position: relative;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.two-part .two-part__video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.two-part .two-part__video .play-icon:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}

.two-part .two-part__video .video-preview {
  border-radius: 16px;
  -webkit-box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.1);
          box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.1);
  width: 100%;
}

.two-part .two-part__info {
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin-top: 25px;
}

.two-part .two-part__info p {
  font-weight: 500;
}

.two-part .two-part__info b.price {
  font-weight: bold;
}

.uslugi-caption {
  font-weight: 900;
  font-size: 2rem;
  line-height: 121.19%;
  text-transform: uppercase;
  color: #4D4D4D;
}

.section-6 {
  padding: 4rem 0;
  background-image: url("../img/bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section-6 .uslugi-wrap {
  margin-top: 58px;
}

.section-6 .uslugi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 47rem;
  min-width: 280px;
  grid-gap: 40px;
  margin-top: 3.4rem;
}

.section-6 .uslugi .uslugi__item {
  text-align: center;
}

.section-6 .uslugi .uslugi__item img {
  max-height: 110px;
}

.section-6 .uslugi .uslugi__item p {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin-top: 1.2rem;
}

.section-6 .tride-img {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -10%;
}

.section-6 .hand-img {
  position: absolute;
  left: -5px;
  top: 0;
  width: 18%;
  -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
          transform: translateY(-40%);
}

.section-7 {
  padding-top: 4.8rem;
  padding-bottom: 8.75rem;
}

.section-7 .price-wrap {
  margin-top: 4.75rem;
}

.section-7 .price-wrap .price {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  background-color: #fff;
}

.section-7 .price-wrap .price .price-item {
  -webkit-box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
          box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
  border-radius: 8px;
}

.section-7 .price-wrap .price img {
  -webkit-filter: drop-shadow(0px 20px 20px rgba(35, 47, 91, 0.05));
          filter: drop-shadow(0px 20px 20px rgba(35, 47, 91, 0.05));
  border-radius: 8px;
  width: 100%;
}

.section-7 .price-wrap .price .price-inner {
  padding: 24px 20px 21px 20px;
}

.section-7 .price-wrap .price .price-inner p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 121.19%;
  text-align: center;
  color: #4D4D4D;
}

.section-8 {
  padding: 2.8rem 0;
  background: -o-linear-gradient(333.55deg, #FFD600 15.94%, #FFC550 57.81%, #FFD600 95.54%);
  background: linear-gradient(116.45deg, #FFD600 15.94%, #FFC550 57.81%, #FFD600 95.54%);
}

.section-8 .container {
  text-align: right;
}

.section-8 h2 {
  color: #4D4D4D;
}

.section-8 h2 span {
  background: white;
}

.section-8 .weather-wrap {
  max-width: 55rem;
  display: inline-block;
  text-align: left;
}

.section-8 .weather-wrap .weather {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.section-8 .weather-wrap .weather img {
  max-height: 56px;
}

.section-8 .weather-wrap .weather p {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin-top: 28px;
  max-width: 170px;
}

.section-8 .vaza-img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -10%;
  height: 140%;
  margin-left: -10%;
}

.section-9 {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.section-9 .two-part__item {
  margin-bottom: 1.5rem;
  text-align: left;
}

.section-10 {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  background-image: url("../img/bg10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.section-10 .machine-img {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 40px;
  bottom: 80px;
  width: 30%;
}

form {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
          box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
  border-radius: 8px;
  padding: 2.75rem 2.5rem 2.125rem 2.5rem;
  max-width: 35rem;
  min-width: 280px;
  margin: 0 auto;
  text-align: center;
}

form .form-description {
  margin: 0 auto;
  margin-top: 1.4rem;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  line-height: 121.19%;
  color: #4D4D4D;
  max-width: 22rem;
}

form .form-content {
  margin-top: 3rem;
}

form .form-content label {
  margin-bottom: 24px;
  display: block;
}

form .form-content input {
  width: 100%;
  height: 58px;
  max-width: 23rem;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
          box-shadow: 0px 20px 20px rgba(35, 47, 91, 0.05);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  text-align: center;
}

form .form-content input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  text-align: center;
  color: #B5B5B5;
}

form .form-content input::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  text-align: center;
  color: #B5B5B5;
}

form .form-content input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  text-align: center;
  color: #B5B5B5;
}

form .form-content input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  text-align: center;
  color: #B5B5B5;
}

form .form-content input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 121.19%;
  text-align: center;
  color: #B5B5B5;
}

form .form-content .main-btn {
  width: 100%;
  max-width: 23rem;
  margin: 0 auto;
}

form .form-content .policy__checkbox {
  display: none;
}

form .label-text {
  font-weight: bold;
  font-size: 1rem;
  line-height: 121.19%;
  text-align: center;
  color: #4D4D4D;
  margin-bottom: 0.9rem;
}

form .square {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid gray;
}

form .square img {
  display: none;
}

form .square.square_active {
  background: -o-linear-gradient(333.55deg, #FFC700 15.94%, #FFC550 57.81%, #FFC700 95.54%);
  background: linear-gradient(116.45deg, #FFC700 15.94%, #FFC550 57.81%, #FFC700 95.54%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form .square.square_active img {
  display: block;
  width: 8.5px;
}

form label.policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 23rem;
  margin: 0 auto;
  margin-top: 26px;
}

form label.policy-item p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 121.19%;
  color: #4D4D4D;
  text-align: left;
  margin-left: 1.2rem;
}

.section-11 {
  padding: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 700px;
}

.section-11 > ymaps {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 40;
}

.section-11 .contact-wrap {
  width: 100%;
  max-width: 470px;
  padding: 50px 20px;
  padding-left: 50px;
  background: white;
  position: relative;
  top: 0;
  left: 0;
  z-index: 45;
}

.section-11 .contact-info {
  margin-top: 40px;
}

.section-11 .contact-info .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  margin-bottom: 35px;
}

.section-11 .contact-info .contact-item img {
  margin-right: 22px;
  max-width: 48px;
}

.section-11 .contact-info .contact-item .contact-description {
  font-weight: 600;
  font-size: 14px;
  line-height: 121.19%;
  color: #4D4D4D;
}

.section-11 .contact-info .contact-item .contact-lonk {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 121.19%;
  color: #4D4D4D;
  margin-top: 8px;
}

.section-11 .contact-info .contact-item .contact-2-link {
  font-weight: bold;
  font-size: 1rem;
  line-height: 121.19%;
  color: #4D4D4D;
  opacity: 0.5;
  margin-top: 4px;
}

footer {
  padding-top: 52px;
  padding-bottom: 80px;
  background: #272727;
}

footer .footer-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  color: white;
}

footer .footer-wrap > .footer-item:nth-child(1) {
  -ms-grid-column-align: start;
      justify-self: start;
}

footer .footer-wrap > .footer-item:nth-child(2) {
  -ms-grid-column-align: center;
      justify-self: center;
}

footer .footer-wrap > .footer-item:nth-child(3) {
  -ms-grid-column-align: end;
      justify-self: end;
}

footer .footer-wrap-2 {
  margin-top: 40px;
}

footer .logo1 {
  max-width: 200px;
}

footer .logo2 {
  max-width: 225px;
}

footer .footer-item_link {
  max-width: 40px;
  margin: 0 12px;
}

footer .footer-item_link:hover {
  text-decoration: none;
}

footer .footer-link {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 121.19%;
  color: #FFFFFF;
}

footer .all-rights {
  font-weight: normal;
  font-size: 14px;
  line-height: 121.19%;
  color: #FFFFFF;
}

.section-4 .calc-wrap .calc .calc-content.calc-content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-4 .calc-wrap .calc .calc-content.calc-content-2 .calc-content-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  max-width: 30rem;
  margin-top: 2rem;
}

.calc-content-wrap {
  max-width: 30rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media (max-width: 1400px) {
  .section-8 .vaza-img {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -5%;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .section-8 .vaza-img {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: -20.5%;
    height: auto;
    max-width: 400px;
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .section-8 .container {
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .section-6 .tride-img {
    width: 32%;
  }
}

@media (max-width: 1024px) {
  header .container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  header .main-btn {
    display: none;
  }
  main {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  main .apparat-wrap {
    width: 50%;
    max-width: 620px;
    -webkit-transform: translateX(40%);
        -ms-transform: translateX(40%);
            transform: translateX(40%);
    margin-bottom: -5.1rem;
  }
  .section-2 {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .section-2 .features-wrap {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .section-3 .portfolio {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .two-part {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-7 .price-wrap .price {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-10 .machine-img {
    position: absolute;
    right: 0;
    bottom: 0;
    right: 0px;
    bottom: 0px;
    width: 25%;
  }
  .section-6 .tride-img {
    width: 45%;
    margin-bottom: -19%;
  }
  .section-7 {
    padding-top: 7.5rem;
  }
  .section-6 {
    padding-bottom: 15rem;
  }
}

@media (max-width: 800px) {
  .section-6 .tride-img {
    width: 50%;
    margin-bottom: -20%;
  }
}

@media (max-width: 768px) {
  header .container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  header .container > div:nth-child(3), header .container > div:nth-child(4) {
    display: none;
  }
  header .container > div:nth-child(2) {
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .section-2 .features-wrap {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  main .content {
    max-width: 600px;
  }
  main h1.caption {
    font-size: 3rem;
  }
  main .buttons-wrap {
    margin-top: 90px;
  }
  main h6 {
    max-width: 90%;
    margin-top: 24px;
  }
  .main-btn_reverse {
    display: none;
  }
  .main-btn {
    max-width: 80%;
  }
  main .apparat-wrap {
    width: 100%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    margin-bottom: -5.1rem;
  }
  .section-4 .calc-wrap .calc .calc-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .section-4 .calc-wrap .calc .calc-content {
    margin-top: 2rem;
    justify-items: center;
    grid-gap: 10px;
  }
  .section-4 .calc-wrap .calc .calc-content p {
    font-size: 1rem;
  }
  .uslugi-caption {
    font-size: 1.5rem;
  }
  .section-6 .uslugi {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .section-7 .price-wrap, .section-6 .uslugi-wrap {
    margin-top: 40px;
  }
  .section-11 {
    padding-top: 0;
    padding-bottom: 350px;
  }
  .section-11 .container {
    padding: 0;
  }
  .section-11 .contact-wrap {
    max-width: 100%;
    padding-left: 5%;
  }
  .section-11 h2 {
    text-align: center;
  }
  .section-6 .tride-img {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin-left: calc(110% - 400px);
    max-width: 500px;
    margin-bottom: -23.5%;
  }
  .section-7 {
    padding-top: 9rem;
  }
  .section-6 {
    padding-bottom: 0;
  }
  .section-8 .weather-wrap .weather {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  footer .footer-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  footer .footer-wrap > div {
    -ms-grid-column-align: center !important;
        justify-self: center !important;
  }
  footer .footer-wrap-2 {
    margin-top: 25px;
  }
  a.footer-item {
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .section-4 .calc-wrap .calc .calc_control {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  .header-link__text {
    display: none;
  }
  .caption {
    font-size: 2.3rem;
  }
  .section-2 .features-wrap .card p {
    font-size: 1rem;
    margin-top: 1.3rem;
  }
  .section-3 .portfolio {
    grid-gap: 50px;
  }
  .section-6 .uslugi .uslugi__item img {
    max-height: 85px;
  }
  .section-6 .uslugi .uslugi__item p {
    margin-top: 10px;
  }
  .section-6 .hand-img {
    display: none;
  }
  .section-7 .price-wrap .price {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .section-8 .vaza-img, .section-6 .tride-img {
    margin-bottom: -20%;
    max-width: 400px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    margin-left: 0;
    width: 100%;
  }
  .section-6 .tride-img {
    margin-left: calc(100% - 300px);
    margin-bottom: -20%;
    max-width: 400px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-left: 0;
    width: 100%;
  }
  .section-10 .machine-img {
    display: none;
  }
  .section-10 form {
    padding: 3rem 15px;
  }
  .section-10 form .form-description {
    min-width: none;
  }
  .header {
    padding: 1rem 0;
  }
  .section-4 .calc-wrap .calc::before {
    -webkit-transform: translate(-70%, 10%);
        -ms-transform: translate(-70%, 10%);
            transform: translate(-70%, 10%);
  }
}

.close-item {
  background: #EAEAEA;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  top: -50px;
  right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.close-item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.close-item p {
  color: #202020;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  padding: 60px 0;
  z-index: 200;
}

.overlay.overlay-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay form {
  position: relative;
}

.overlay-video {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper {
  display: block;
  position: relative;
  margin-top: 40px;
}

.swiper-1 {
  height: 300px;
}

.two-part_column {
  width: 100%;
  display: block;
  position: relative;
}

.two-part-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two-part-2 .two-part_column {
  width: 50%;
}

@media (max-width: 1024px) {
  .two-part-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two-part-2 .two-part_column {
    width: 100%;
  }
}

.two-part__item, .two-part__header {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 333px;
}

.video-wrap {
  position: relative;
  max-width: 560px;
  max-height: 315px;
  width: 100%;
  height: 100%;
  margin: 0 15px;
}

.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrap .video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56.25%;
}

@media (max-width: 500px) {
  .close-item {
    width: 30px;
    height: 30px;
    top: -35px;
    right: -5px;
  }
  .close-item p {
    font-size: 40px;
  }
}

.swiper-button-next, .swiper-button-prev {
  background-image: url(../img/arrow.png);
  background-size: contain;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 15px;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 15px;
  right: auto;
}
