:root {
  --indexSize: 1vh + 1vw;
}

html {
  font-size: 10px;
  scroll-behavior: auto;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1f2229;
  font-size: 1.8rem;
  line-height: 1.2;
}

body,
button,
input,
textarea {
  font-family: Oswald, sans-serif;
}

button,
input,
textarea {
  font-size: inherit;
  line-height: inherit;
}

body.lock {
  overflow: hidden;
  padding-right: 17px;
}

.touch body.lock {
  padding-right: 0;
}

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

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

::-moz-selection {
  background-color: #5ab16f;
  color: #fff;
}

::selection {
  background-color: #ffc117;
  color: #fff;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #d31543;
}

input:required:valid,
textarea:required:valid {
  border-color: #bc9e7b;
}

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
input,
textarea {
  outline: none;
}

[data-fullscreen] {
  min-height: 100vh;
}

.touch [data-fullscreen] {
  min-height: calc(var(--vh, 1vh) * 100);
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

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

.input,
.textarea {
  background: transparent;
  border: 0.06rem solid #1f2229;
  border-radius: 0.4rem;
  color: #1f2229;
  font-family:
    Nunito Sans,
    sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 2.3rem;
  text-align: left;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #616161;
  opacity: 1;
  -moz-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #616161;
  opacity: 1;
  -ms-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input::placeholder,
.textarea::placeholder {
  color: #616161;
  opacity: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder,
.textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder,
.textarea:focus::placeholder {
  opacity: 0;
}

.textarea {
  padding: 1.6rem 2.3rem;
  resize: none;
}

.select-box {
  display: block;
  font-size: 1.8rem;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.select-box__current {
  background: transparent;
  border: 1px solid #bababa;
  border-radius: 0.6rem;
  color: #fff;
  color: #1f2229;
  cursor: pointer;
  font-family:
    Nunito Sans,
    sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  text-align: left;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.select-box__current:focus + .select-box__list {
  -webkit-animation-name: none;
  animation-name: none;
  opacity: 1;
}

.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}

.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-60%) rotate(180deg);
  -ms-transform: translateY(-60%) rotate(180deg);
  transform: translateY(-60%) rotate(180deg);
}

.select-box__icon {
  position: absolute;
  right: 1.4rem;
  top: 52%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 0.9rem;
}

.select-box__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-box__value:first-of-type .select-box__input-text {
  color: #1f2229;
}

.select-box__input {
  display: none;
}

.select-box__input:checked + .select-box__input-text {
  display: block;
}

.select-box__input-text {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.select-box__list {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: HideList;
  animation-name: HideList;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  list-style: none;
  opacity: 0;
  padding: 0.8rem 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.select-box__option {
  background: #fff;
  color: #1f2229;
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 1.4rem;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.select-box__option:focus,
.select-box__option:hover {
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

@keyframes HideList {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 1;
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
  }
}

.control {
  color: #1f2229;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 2.9rem;
  padding-top: 0.9rem;
  position: relative;
}

.control,
.control a {
  display: inline-block;
  line-height: 1;
}

.control a {
  color: #cd1e40;
  text-decoration: none;
}

.control a:after {
  background-color: #cd1e40;
  content: "";
  display: block;
  height: 1px;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  width: 100%;
}

.control a:hover {
  color: #cd1e40;
}

.control a:hover:after {
  width: 0;
}

.control input {
  left: 0.6rem;
  opacity: 0;
  position: absolute;
  top: 0.2rem;
  z-index: -1;
}

.control_indicator {
  background: #fff;
  border: 0.07rem solid #1f2229;
  border-radius: 0.4rem;
  height: 2.1rem;
  left: 0;
  position: absolute;
  top: 0.4rem;
  width: 2.1rem;
}

.control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  display: none;
  position: absolute;
}

.control-checkbox .control_indicator:after {
  background: url(../img/checkbox.svg) 50% / contain no-repeat;
  height: 0.8rem;
  left: 51%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1rem;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.link {
  position: relative;
}

.link:hover {
  color: #5ab16f;
}

.link:after {
  background: #212529;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
}

.link:hover:after {
  width: 0;
}

.h1 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.2105263158;
}

.h2 {
  font-size: 6rem;
  font-weight: 200;
  text-transform: uppercase;
}

.h3 {
  font-size: 2rem;
  font-weight: 600;
}

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

a {
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

a,
a:hover {
  color: #1f2229;
  text-decoration: none;
}

.container-1440 {
  max-width: 152rem;
  max-width: 174.4rem;
}

.container,
.container-1440 {
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.container {
  max-width: 150rem;
  max-width: 152rem;
  width: 100%;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #5ab16f;
  border: none;
  border-radius: 0.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family:
    Nunito Sans,
    sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 0;
  position: relative;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn:hover {
  background: #7dc18d;
  color: #fff;
}

svg {
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.svg-hidden {
  display: none;
}

.fancybox-custom .fancybox-button {
  background: #1e1e20;
  color: #fff;
  height: 5.6rem;
  width: 5.6rem;
}

.fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
.fancybox-custom .fancybox-navigation .fancybox-button--arrow_right {
  background: #1e1e20;
  color: #fff;
  height: 5.6rem;
  padding: 0.5rem;
  width: 5.6rem;
}

.fancybox-custom.fancybox-is-open .fancybox-bg {
  background: #fff;
  opacity: 0.98;
}

.swiper-wrapper {
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  to {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  vertical-align: middle;
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fadeInDownMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownMini {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -32%, 0);
    transform: translate3d(0, -32%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInDownMini {
  -webkit-animation-name: fadeInDownMini;
  animation-name: fadeInDownMini;
}

[class*="-ibg"] {
  position: relative;
}

[class*="-ibg"] img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.gulp {
  padding: 12rem;
}

.gulp .h1,
.gulp h1 {
  font-size: 8rem;
  margin-bottom: 6rem;
}

.gulp h2 {
  font-size: 5rem;
}

.gulp h2,
.gulp h4 {
  margin-bottom: 4rem;
}

.gulp h4 {
  font-size: 3rem;
  font-weight: 900;
}

.gulp p {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 2rem 0 3rem;
}

.gulp p b {
  font-weight: 800;
}

.gulp p a {
  color: #000;
  font-weight: 600;
}

.gulp .mini {
  background: #fafafa;
  display: block;
  display: inline-block;
  font-size: 2.2rem;
  padding: 0.5rem;
}

.gulp .mini:first-of-type {
  margin-top: 1.5rem;
}

.gulp p.mini {
  background: transparent;
  display: block;
  margin-top: 1rem;
}

.gulp-section {
  margin-bottom: 7rem;
}

.gulp-section-info {
  background: #fafafa;
  margin-bottom: 3rem;
  padding: 2rem 5rem;
}

.block-1 {
  background: #000;
  color: #fff;
  margin: 2rem 2rem 3rem;
  padding-bottom: 1rem;
}

.block-1,
.block-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  height: 60rem;
  justify-content: center;
  line-height: 1.5;
}

.block-2 {
  background: #fafafa;
  margin: 3rem 1.1rem 2rem;
}

.block-3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 4rem;
  justify-content: center;
  line-height: 1.5;
}

.block-3,
.block-4 {
  background: #000;
  height: 60rem;
}

.block-4 {
  background: url(../img/car-3.jpg) 50% / cover no-repeat;
  -webkit-transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.block-4._watcher-view {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.block-5 {
  background: #1f1f1f;
  height: 91.3rem;
}

.sample-item {
  background-color: #f0f0f0;
  font-size: 3rem;
  font-weight: 600;
  max-width: 500px;
  padding: 3rem;
  text-align: center;
}

.sample-item__body,
.sample-item__body-1,
.sample-item__body-2,
.sample-item__footer,
.sample-item__header {
  margin: 1rem;
}

.table-of-contents li {
  font-size: 2.3rem;
  margin-bottom: 0.8rem;
}

.ica-block {
  background: #fafafa;
}

.ica-block__header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1f1f1f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}

.ica-block__header span {
  font-size: 3rem;
  line-height: 1.3333333333;
}

.ica-block__body {
  padding: 6rem;
}

.ica-block__flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-size: 3rem;
  justify-content: space-between;
}

.ica-block__flex,
.ica-block__foooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ica-block__foooter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1f1f1f;
  color: #fff;
  justify-content: center;
  padding: 10rem 0;
}

.ica-block__foooter span {
  font-size: 3rem;
  line-height: 1.3333333333;
}

#vs-code .gulp-section-info {
  margin-top: 4rem;
}

#start img:first-of-type {
  height: 33.9rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 68.3rem;
}

#start .gulp-section-info img:first-of-type {
  height: 50.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 81.9rem;
}

#start .gulp-section-info img:nth-of-type(2) {
  height: 40.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 96.3rem;
}

#fonts img:first-of-type {
  height: 65.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 99.4rem;
}

#vs-code img:first-of-type {
  height: 57.8rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 84.5rem;
}

#vs-code img:nth-of-type(2) {
  height: 42.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 72rem;
}

#vs-code img:nth-of-type(3) {
  height: 63.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 108.4rem;
}

#vs-code img:nth-of-type(4) {
  height: 70.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 117.1rem;
}

#vs-code img:nth-of-type(5) {
  height: 76.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 122.3rem;
}

#vs-code img:nth-of-type(6) {
  height: 46.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 83.4rem;
}

#vs-code img:nth-of-type(7) {
  height: 54.9rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 92.3rem;
}

#vs-code img:nth-of-type(8) {
  height: 46.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 87.5rem;
}

#vs-code img:nth-of-type(9) {
  height: 36.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 56rem;
}

#vs-code img:nth-of-type(10) {
  height: 21.2rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 51.9rem;
}

#vs-code img:nth-of-type(11) {
  height: 11.8rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 38.5rem;
}

#vs-code img:nth-of-type(12) {
  height: 41.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 45rem;
}

#vs-code img:nth-of-type(13) {
  height: 39.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 41.3rem;
}

#vs-code img:nth-of-type(14) {
  height: 30.1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 55.5rem;
}

#vs-code img:nth-of-type(15) {
  height: 37.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 43.8rem;
}

#vs-code img:nth-of-type(16) {
  height: 19.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 97.3rem;
}

#vs-code img:nth-of-type(17) {
  height: 18.7rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 38.8rem;
}

#vs-code img:nth-of-type(18) {
  height: 12.6rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 35.5rem;
}

#vs-code img:nth-of-type(19) {
  height: 16rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 53.5rem;
}

#webp img:first-of-type {
  height: 91.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

#webp img:nth-of-type(2) {
  height: 91.3rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 77.4rem;
  padding-top: 4.1rem;
}


.header-menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.header-contacts,
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-contacts {
  gap: 5.8rem;
}

.header-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
}

.call-modal {
  cursor: pointer;
  font-size: 2rem;
  font-weight: 400;
  gap: 0.7rem;
}

.call-modal,
.header-contacts a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f2229;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.call-modal p{
    color: #1F2229;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
}

.header-contacts a {
  font-weight: 500;
  gap: 0.9rem;
}

.header-contacts a{
    text-transform: uppercase;
    font-size: 2.7rem;
}
.header-subtitle p {
  font-size: 2.2rem;
  text-transform: uppercase;
}

.header-subtitle p {
  color: #1f2229;
  font-weight: 300;
  letter-spacing: 4.62px;
  margin-bottom: 1.1rem;
  padding-left: 7.7rem;
  position: relative;
}

.header-subtitle p:before {
  background: #1f2229;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6rem;
}

.header-title h1 {
  color: #1f2229;
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.header-description p {
  margin-bottom: 1rem;
  margin-top: 1.7rem;
}

.header-description p,
.header-price p {
  color: #1f2229;
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.header-price span {
  color: #1f2229;
  font-size: 5.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-content {
  max-width: 82.6rem;
  padding-left: 6.5rem;
  padding-top: 13.6rem;
  padding-top: 20rem;
  width: 100%;
}
.call-modal, .header-contacts a{
    align-items: center;
    display: flex;
}
.header-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 1.2rem;
  color: #1f2229;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  font-weight: 400;
  height: 6.1rem;
  justify-content: center;
  margin-top: 3.7rem;
  max-width: 30.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.header-btn:hover {
  background: #1f2229;
  color: #fff;
}

.quad-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 6.9rem;
  justify-content: space-between;
  margin: 10.1rem auto 10.4rem;
  max-width: 125rem;
}

.quad-item,
.quad-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quad-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.3rem;
}

.quad-item p {
  color: #1f2229;
  font-size: 2rem;
  font-weight: 400;
  margin: 0;
  max-width: 25.4rem;
}

.catalog-wrapper {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 2.8rem;
}

.catalog-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  /* background-color: #fff;*/
  background: #f5f5f5; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* gap: 4.5rem; */
  height: 38.9rem;
  justify-content: center;
  position: relative;
  width: 35.4rem;
  position: relative;

    
}
.img-card{
    overflow: hidden;
}
.catalog-item img{
            -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.catalog-item:before {
  background: #1f2229;
  content: "";
  height: 8px;
  left: -8px;
  position: absolute;
  top: -8px;
  width: 8px;
  z-index: 2;
}

.catalog-item:after {
  background: #1f2229;
  content: "";
  height: 8px;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 8px;
}

.catalog-item p {
  color: #1f2229;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3rem;
  width: 100%;
  text-align: center;
}



.catalog-item:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.helt-to-recover {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 4.2rem;
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
  width: 100%;
}

.helt-to-recover p {
  color: #1f2229;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}

.main-description {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4.3rem;
}

.main-description p {
  color: #1f2229;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  max-width: 97rem;
  text-align: center;
}

.main-description p:last-of-type {
  margin-bottom: 0;
}

.main-contacts {
  margin-bottom: 3.3rem;
}

.footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8.1rem;
  margin-top: 4.3rem;
}

.contacts-wrapper,
.footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.contacts-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
}

.contacts-title h2 {
  color: #1f2229;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-align: center;
}

.contacts-mail p,
.contacts-phone p {
  color: #1f2229;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

.contacts__mail-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #ffc117;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 71px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 17.8rem;
    -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.contacts__mail-item p {
  color: #1f2229;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
      -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.contacts__mail-item:hover{
    background: #000;
}
.contacts__mail-item:hover p{
      color: #fff;  
}





.contacts__phone-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #ffc117;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  height: 71px;
  justify-content: center;
  margin-bottom: 1.1rem;
  width: 26.9rem;
        -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.contacts__phone-item:hover{
    background: #000;
}
.contacts__phone-item:hover a{
      color: #fff;  
}
.contacts-soc{
    -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contacts-soc{
    -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input.hidinput {
  display: none;
}
.contacts__phone-item p {
  color: #1f2229;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.footer {
  background-image: url(../img/footer-bg.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 17.6rem;
}

.download-footer a {
  text-decoration-line: underline;
}

.copy-footer,
.download-footer a {
  color: #1f2229;
  font-size: 1.8rem;
  font-weight: 300;
}

.contacts-socials {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}

.vdoki-modal {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.5s ease;
  transition:
    opacity 0.3s ease,
    transform 0.5s ease;
  transition:
    opacity 0.3s ease,
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
  width: 100%;
  z-index: 100;
}

.vdoki-modal.active {
  display: block;
}

.vdoki__modal-bg {
  background-color: #000;
  height: 100vh;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
}

.vdoki__modal-content {
  background: #fff;
  border-radius: 2.4rem;
  -webkit-box-shadow: 0 0 61.2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 61.2px 0 rgba(0, 0, 0, 0.2);
  left: 50%;
  padding: 8.9rem 7.5rem 9.3rem 7.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;
}

.modal-title h2 {
  color: #1f2229;
  font-size: 4.5rem;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  max-width: 55.3rem;
}

.modal-title p {
  color: #1f2229;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 6.4rem;
  max-width: 40.3rem;
  max-width: 61.8rem;
}

.vdoki__modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.modal-inputs button {
  background: #ffc117;
  border: none;
  border-radius: 12px;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 3.9rem;
  text-transform: uppercase;
  cursor: pointer;
}

.modal-inputs button,
.modal-inputs input {
  color: #1f2229;
  height: 7.1rem;
  max-width: 50.3rem;
  width: 100%;
}

.modal-inputs input {
  border: 1px solid #000;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.3rem;
  text-align: center;
}
.modal-inputs textarea {
    resize: none;
  border: 1px solid #000;
  border-radius: 12px;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.3rem;
  text-align: center;
    color: #1f2229;
  height: 12.4rem;
  max-width: 50.3rem;
  width: 100%;
  margin-top: 2.3rem;
  padding-top: 2.5rem;
}

.modal-inputs input:last-of-type {
  margin-bottom: 0;
}

.modal-description a,
.modal-description p {
  color: #1f2229;
  font-size: 1.4rem;
  font-weight: 300;
  max-width: 34rem;
  text-align: center;
  margin-bottom: 0;
}

.modal-description a {
  text-decoration-line: underline;
}

.vdoki__modal-close {
  cursor: pointer;
  position: absolute;
  right: 2.3rem;
  top: 2.6rem;
}

.btn-trigger {
  cursor: pointer;
}
@media (min-width: 2300px) {
  .header{
      height: 93rem;
  }
  .header-content{
      padding-top: 20rem;
  }
}
@media (min-width: 1930px) {
  html {
    font-size: 12px;
  }
  
}

@media (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1500px) {
  .control {
    font-size: 1.5rem;
  }
}

@media (max-width: 1430px) {
  html {
    font-size: 8.6px;
  }
}

@media (max-width: 1400px) {
  .h1 {
    font-size: 3.3rem;
  }
}

@media (max-width: 1320px) {
  html {
    font-size: 8.4px;
  }
}

@media (max-width: 1300px) {
  .catalog-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: center;
    margin-bottom: 2.8rem;
  }
}

@media (max-width: 1100px) {
  body.lock {
    padding-right: 0;
  }
}

@media (max-width: 950px) {
  .vdoki__modal-content {
    width: 80%;
  }
}

@media (max-width: 776px) {
  .control {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
    .header
  html {
    font-size: 10px;
  }

  .touch [data-fullscreen] {
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }

  .input,
  .textarea {
    font-size: 15px;
    padding: 0 13px;
    text-align: left;
  }

  .textarea {
    padding: 13px;
  }

  .select-box {
    font-size: 14px;
    width: 100%;
  }

  .select-box__current {
    font-size: 14px;
    height: 54px;
    padding-left: 12px;
    padding-right: 35px;
  }

  .select-box__icon {
    right: 16px;
    width: 10px;
  }

  .select-box__list {
    font-size: 14px;
    width: 100%;
  }

  .select-box__option {
    padding: 6px 20px;
  }

  .h1 {
    font-size: 23px;
  }

  .h2 {
    font-size: 27px;
    letter-spacing: 0;
  }

  .h3 {
    font-size: 15px;
  }

  .container,
  .container-1440 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 1;
    padding: 0;
  }

  .fancybox-custom .fancybox-button {
    height: 4rem;
    width: 4rem;
  }

  .fancybox-custom .fancybox-navigation .fancybox-button {
    top: calc(50% - 20px);
  }

  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-custom .fancybox-navigation .fancybox-button--arrow_right {
    height: 4rem;
    width: 4rem;
  }

  .gulp {
    padding: 40px 12px;
  }

  .gulp .h1,
  .gulp h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .gulp h2 {
    font-size: 20px;
  }

  .gulp h2,
  .gulp h4 {
    margin-bottom: 15px;
  }

  .gulp h4 {
    font-size: 17px;
  }

  .gulp p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .gulp .mini {
    font-size: 14px;
  }

  .gulp .mini:first-of-type {
    margin-top: 5px;
  }

  .gulp-section {
    margin-bottom: 30px;
  }

  .gulp-section-info {
    padding: 10px;
  }

  .block-1,
  .block-2,
  .block-3 {
    font-size: 20px;
    height: 250px;
  }

  .block-4 {
    height: 250px;
  }

  .table-of-contents li {
    font-size: 16px;
    font-weight: 500;
  }

  .ica-block__header {
    padding: calc(var(--indexSize) * 4);
  }

  .ica-block__header span {
    font-size: calc(var(--indexSize) * 5);
  }

  .ica-block__body {
    padding: calc(var(--indexSize) * 4);
  }

  .ica-block__flex {
    font-size: calc(var(--indexSize) * 4);
  }

  .ica-block__foooter {
    padding: calc(var(--indexSize) * 8);
  }

  .ica-block__foooter span {
    font-size: calc(var(--indexSize) * 5);
  }

  #vs-code .gulp-section-info {
    margin-top: 30px;
  }

  code,
  kbd,
  pre,
  samp {
    font-size: 14px;
  }

  #start img:first-of-type {
    height: auto;
    width: auto;
  }

  #start .gulp-section-info img:first-of-type {
    height: auto;
    width: auto;
  }

  #start .gulp-section-info img:nth-of-type(2) {
    height: auto;
    width: auto;
  }

  #start b {
    display: block;
  }

  #fonts img:first-of-type {
    height: auto;
    width: auto;
  }

  #vs-code img:first-of-type {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(2) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(3) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(4) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(5) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(6) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(7) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(8) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(9) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(10) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(11) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(12) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(13) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(14) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(15) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(16) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(17) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(18) {
    height: auto;
    width: auto;
  }

  #vs-code img:nth-of-type(19) {
    height: auto;
    width: auto;
  }

  #webp img:first-of-type {
    height: auto;
    width: auto;
  }

  #webp img:nth-of-type(2) {
    height: auto;
    width: auto;
  }

  .header {
    padding-top: 1.1rem;
  }

  .header-contacts .call-modal {
    display: none;
  }
.header-contacts a{
    font-size: 16px;
}
  .header-menu {
    gap: 20px;
  }

  .header-logo img {
    max-width: 90px;
  }

  .header__socials-wa {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    
  }
 

  .header__socials-tg svg,
  .header__socials-wa svg{
    max-width: 36px;
  }
  .header-contacts{
      margin-right: 12px;
  }

  .header__socials-tg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }

  .header-content {
    padding-left: 2rem;
    padding-top: 5.6rem;
  }

  .header-subtitle p {
    font-size: 16px;
    letter-spacing: 2.62px;
  }

  .header-title h1 {
    font-size: 26px;
    max-width: 70%;
  }

  .header-description p,
  .header-price p {
    font-size: 16px;
  }

  .header-price span {
    font-size: 26px;
  }
  .header-price p{
      font-size: 22px;
  }

  .header-btn {
    font-size: 18px;
    height: 50px;
    margin-top: 50px;
  }

  .header {
    height: 500px;
  }

  .quad-wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    margin: 20px 0;
  }

  .catalog-item {
    gap: 20px;
    height: 330px;
  }

  .helt-to-recover p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }

  .contacts-wrapper,
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    gap: 20px;
  }

  .vdoki__modal-content {
    padding: 50px 44px 30px;
    width: 86%;
  }

  .modal-title h2 {
    font-size: 26px;
  }

  .modal-title p {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .modal-inputs button,
  .modal-inputs input {
    height: 50px;
  }

  .modal-inputs button {
    font-size: 16px;
    margin-top: 24px;
  }
  .header-subtitle p{
      padding-left: 0;
  }
  .header-subtitle p::before{
      background: transparent;
  }
}

@media (max-width: 700px) {
  .header {
    background-position: 62%;
  }
}
 .header__socials-wa svg{
      fill: #74e33b;
    -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  }
  .header__socials-wa:hover svg{
      fill: #57DB14;
  }
   .header__socials-tg svg{
      fill: #50bcff;
    -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  }
  .header__socials-tg:hover svg{
      fill: #2AACFD;
  }
  
   .contacts-soc.wa svg{
      fill: #74e33b;
    -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  }
  .contacts-soc.wa:hover svg{
      fill: #57DB14;
  }
  
    .contacts-soc.tg svg{
      fill: #50bcff;
    -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  }
  .contacts-soc.tg:hover svg{
      fill: #2AACFD;
  }
@media (max-width: 550px) {
    .header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
background-image: url("../img/bkg.jpg")!important;
height: 578px;
}
 .header-content {
    padding-left: 0rem;
    padding-top: 10.6rem;
  }
/*   .quad-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
} */

  .quad-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .quad-item p {
    width: 254px;
  }

  .vdoki__modal-content {
    padding-left: 24px;
    padding-right: 24px;
    width: 92%;
  }
}


.vdoki-modal.--2 .modal-title p{
    max-width: 56.6rem;
    margin-bottom: 4.1rem;
}
.vdoki-modal.--2 .modal-inputs button{
    margin-top: 0;
}





@media (max-width: 767px) {
  .quad-wrapper{
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 28px;
    padding-right: 28px;
  }  
  .catalog-wrapper{
      display: grid;
    gap: 3.75px;
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-item{
      height: auto;
      width: 100%;
  }
  .catalog-item p{
      font-size: 14px;
      bottom: 12px;
  }
 .quad-item{
     flex-direction: column;
     align-items: flex-start;
 }   
 .quad-item p{
     width: unset;
     font-size: 15px;
     line-height: 18px;
 }
 .catalog-item::before {
  background: #1f2229;
  content: "";
  height: 8px;
  left: -5px;
  position: absolute;
  top: -6px;
  width: 8px;
  z-index: 2;
}

.catalog-item::after {
  background: #1f2229;

  content: "";

  height: 8px;

  position: absolute;

  right: -6px;

  top: -6px;

  width: 8px;

}

}
.header-description.mob{
    display: none;
}  
@media (max-width: 767px){
  .header-description.desk{
    display: none;
}
.header-description.mob{
    display: block;
}  
}
.header-contacts .call-modal.btn-trigger{
    display: none;
}
.spasibo-wrapper{
    display: flex;
    justify-content: center;
    gap: 6.3rem;
    margin-bottom: 21.6rem;
    margin-top: 18.6rem;
}
.spasibo-content{
    h1{
        color: #1F2229;
        font-size: 4.5rem;
        font-weight: 700;
        text-transform: uppercase;
        max-width: 33.7rem;
        font-family: Oswald, sans-serif;
    }
    p{
        color: #1F2229;
        font-size: 2.2rem;
        font-weight: 400;
        text-transform: uppercase;
    }
    .spasibo-btn{
        font-family: Oswald, sans-serif;
        border-radius: 12px;
        background: #FFC117;
        width: 50.3rem;
        height: 7.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #1F2229;
        font-size: 2.2rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 9.4rem;
    }
}
@media (max-width: 767px){
    .spasibo-img{
        display: none;
    }
    .spasibo-wrapper{
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    .spasibo-content .spasibo-btn {
        margin-top: 4.4rem;
    }
}












