@charset "UTF-8";
:root {
  --black: #1B2A3F;
  --blue600: #0F58D5;
  --blue500: #3079F6;
  --blue100: #EBF6FF;
  --grey700: #525B67;
  --grey200: #D0D6E2;
  --grey100: #E9ECF1;
  --red: #D83A34;
  --white: #FFFFFF;
  --yellow: #FFC32A;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

h1:where([class]),
h2:where([class]),
h3:where([class]),
h4:where([class]),
h5:where([class]),
h6:where([class]),
p:where([class]),
ul:where([class]),
ol:where([class]),
dl:where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scrollbar-gutter: stable;
}

html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

a:where([class]) {
  display: inline-flex;
  text-decoration: none;
}

button,
label {
  cursor: pointer;
}

:where([fill]:not([fill=none],
[fill^=url])) {
  fill: currentColor;
}

:where([stroke]:not([stroke=none],
[stroke^=url])) {
  stroke: currentColor;
}

svg * {
  transition-property: fill, stroke;
}

:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2"), url("../fonts/GoogleSans-Bold.woff") format("woff"), url("../fonts/GoogleSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Medium.woff2") format("woff2"), url("../fonts/GoogleSans-Medium.woff") format("woff"), url("../fonts/GoogleSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-SemiBold.woff2") format("woff2"), url("../fonts/GoogleSans-SemiBold.woff") format("woff"), url("../fonts/GoogleSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GoogleSans";
  src: url("../fonts/GoogleSans-Regular.woff2") format("woff2"), url("../fonts/GoogleSans-Regular.woff") format("woff"), url("../fonts/GoogleSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "GoogleSans", sans-serif;
  font-size: 16px;
  color: var(--black);
}

.wrapper {
  font-size: 1.6rem;
  overflow: hidden;
}

.image-wrapper > img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
}

h1 {
  font-size: 8.8rem;
  line-height: 9.2rem;
}

h2 {
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.6rem;
}

h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
}

h5 {
  font-size: 2rem;
  line-height: 2.4rem;
}

h6 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.container {
  margin: 0 3.6rem;
  max-width: 165.6rem;
  padding: 0 9.6rem;
  margin: 0 auto;
}

.custom-btn {
  height: 7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 5.6rem;
  background: var(--blue500);
  flex: 0 0 auto;
  font: 500 1.6rem/2.2rem "GoogleSans", sans-serif !important;
  color: var(--white) !important;
  gap: 1.6rem;
  border: 0;
}
.custom-btn:after {
  display: block;
  background: url(../img/ico_star.svg) no-repeat 50% 50%/cover;
  height: 1.4rem;
  width: 1.4rem;
  content: "";
  flex: 0 0 auto;
}
.custom-btn:hover {
  background: #125EE0;
}

.section-title {
  color: var(--black);
  font-size: 6.4rem;
  line-height: 7rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.input-wrapper__descr {
  width: 100%;
  display: block;
  font: 500 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--black);
  letter-spacing: 0.02em;
  margin-bottom: 0.8rem;
}
.input-wrapper__descr span {
  color: var(--red);
}
.input-wrapper input, .input-wrapper select {
  background: var(--white);
  border-radius: 1.6rem;
  padding: 2.3rem;
  border: 0.1rem solid var(--grey200);
  width: 100%;
  font: 500 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--grey700);
}
.input-wrapper input:focus, .input-wrapper select:focus {
  outline: inherit;
}
.input-wrapper select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--white) url(../img/ico_select.svg) no-repeat 96% 50%/2.2rem 2.2rem;
  cursor: pointer;
}
.input-wrapper option {
  padding: 1rem;
}
.input-wrapper textarea {
  background: var(--white);
  border-radius: 1.6rem;
  padding: 2.3rem;
  border: 0.1rem solid var(--grey200);
  width: 100%;
  font: 500 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--grey700);
  resize: none;
  height: 12.4rem;
}
.input-wrapper textarea:focus {
  outline: inherit;
}

.slider-nav {
  display: flex;
  align-items: center;
  margin-top: auto;
}
.slider-prev {
  width: 10.2rem;
  height: 7rem;
  border-radius: 4rem;
  border: 0.1rem solid var(--grey200);
  transition: 0.3s;
  cursor: pointer;
  background: var(--white) url(../img/ico_prev.svg) no-repeat 50% 50%/2.2rem 2.2rem;
}
.slider-prev:hover {
  background-color: var(--grey100);
  border-color: var(--grey100);
}
.slider-prev:active {
  background-color: var(--grey200);
  border-color: var(--grey200);
}
.slider-count {
  min-width: 10.9rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.slider-count__current {
  color: var(--black);
  font: 400 4rem/3.4rem "GoogleSans", sans-serif;
  text-align: right;
  width: 4rem;
}
.slider-count__all {
  color: var(--black);
  font: 400 1.8rem/2.6rem "GoogleSans", sans-serif;
  text-align: left;
  width: 2.9rem;
}
.slider-next {
  width: 10.2rem;
  height: 7rem;
  border-radius: 4rem;
  border: 0.1rem solid var(--grey200);
  transition: 0.3s;
  cursor: pointer;
  background: var(--white) url(../img/ico_next.svg) no-repeat 50% 50%/2.2rem 2.2rem;
}
.slider-next:hover {
  background-color: var(--grey100);
  border-color: var(--grey100);
}
.slider-next:active {
  background-color: var(--grey200);
  border-color: var(--grey200);
}

.game-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}

.roach-wrapper {
  position: absolute;
  width: 40px;
  height: 50px;
  /* Smooth movement */
  transition: top 0.3s linear, left 0.3s linear, transform 0.2s ease;
  cursor: pointer;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  z-index: 10;
}

.roach-wrapper:active {
  transform: scale(0.9);
}

.bug-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* Smashed State */
.smashed .bug-svg {
  transform: scaleY(0.5) scaleX(1.1);
  filter: grayscale(0.5) brightness(0.8);
}

/* Green Goo Splat */
.splat {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #74b816 30%, transparent 70%);
  border-radius: 50%;
  opacity: 0.9;
  transform: scale(0);
  animation: splatAnim 0.3s forwards;
  pointer-events: none;
  z-index: 1;
}

@keyframes splatAnim {
  0% {
    transform: scale(0);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li.slick-active button {
  background: #000;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.header .container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  gap: 1rem;
}
.header-logo {
  width: 19.4rem;
  height: 5.4rem;
  flex: 0 0 auto;
}
.header-menu {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.2rem;
}
.header-menu a {
  color: var(--black);
  font: 500 1.3rem/1.2 "GoogleSans", sans-serif;
  text-transform: uppercase;
  transition: 0.3s;
}
.header-menu a:hover {
  color: #3079F6;
}
.header-phone {
  font: 500 1.8rem/2.4rem "GoogleSans", sans-serif;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: 0.3s;
}
.header-phone:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../img/ico_phone.svg) no-repeat 50% 50%/1.8rem 1.8rem;
  border: 0.1rem solid var(--grey200);
  transition: 0.3s;
}
.header-phone:hover {
  color: #3079F6;
}
.header-phone:hover:before {
  background-color: #3079F6;
  background-color: #3079F6;
  background-image: url(../img/ico_phone-h.svg);
}
.header-btn {
  display: none;
}
.header-contact {
  display: none;
}

.hero {
  padding-bottom: 12.4rem;
}
.hero .container {
  display: flex;
}
.hero-content {
  width: 72rem;
  padding-top: 4.3rem;
  margin-right: auto;
}
.hero-title {
  font: 500 8.8rem/9.2rem "GoogleSans", sans-serif;
  color: var(--black);
  letter-spacing: -0.02em;
}
.hero-features {
  margin-top: 4.8rem;
}
.hero-features li {
  margin-top: 1.2rem;
  color: var(--black);
  font: 400 1.8rem/2.6rem "GoogleSans", sans-serif;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.hero-features li::before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/ico_check.svg) no-repeat 50% 50%/2rem 2rem;
  flex: 0 0 auto;
}
.hero-info {
  margin-top: 4.8rem;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
.hero-btn {
  min-width: 26rem;
}
.hero-descr {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--black);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
  max-width: 20rem;
}
.hero-descr:before {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  background: url(../img/ico_hero-descr.svg) no-repeat 50% 50%/cover;
  flex: 0 0 auto;
}
.hero-rating {
  padding-top: 2.8rem;
  border-top: 0.1rem solid var(--grey200);
  border-right: 0.1rem solid var(--grey200);
  display: inline-flex;
  padding-right: 4rem;
  margin-top: 5.6rem;
  padding-left: 1.6rem;
  border-top-right-radius: 3.2rem;
}
.hero-rating__person {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  border: 0.3rem solid var(--white);
  margin-left: -1.9rem;
  flex: 0 0 auto;
}
.hero-rating__text {
  color: var(--black);
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-left: 1.6rem;
  margin-left: 1.3rem;
}
.hero-rating__text:before {
  content: "";
  display: block;
  background: url(../img/ico_star-2.svg) no-repeat 50% 50%/2.4rem 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
}
.hero-image {
  width: 72rem;
  border-radius: 4rem;
  overflow: hidden;
}
.hero-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services .container {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  background: var(--blue100);
  border-radius: 7.2rem;
}
.services-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  width: 100%;
  margin-top: 4rem;
}
.services-item {
  background: var(--white);
  padding: 4.8rem 4rem;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.services-item__num {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
}
.services-item__num:before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/ico_star-3.svg) no-repeat 50% 50%/cover;
}
.services-item__num:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/ico_star-3.svg) no-repeat 50% 50%/cover;
}
.services-item__title {
  color: var(--black);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
  margin-top: 0.8rem;
}
.services-item__icon {
  margin-top: 7.4rem;
  width: 6.4rem;
  height: 6.4rem;
}
.services-item__text {
  color: var(--grey700);
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  margin-top: 7.4rem;
}
.services-item__price {
  margin-top: 2.4rem;
  min-height: 4.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  justify-content: flex-end;
  color: var(--blue500);
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
}
.services-item__price span {
  color: var(--grey700);
  font: 400 1.2rem/1.8rem "GoogleSans", sans-serif;
}

.others {
  padding-top: 12.4rem;
  padding-bottom: 12.4rem;
}
.others .container {
  display: flex;
  gap: 5.6rem;
}
.others-content {
  width: 36.1rem;
  flex: 0 0 auto;
}
.others-text {
  color: var(--grey700);
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  margin-top: 2.4rem;
  padding-right: 1.7rem;
}
.others-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 0;
  padding-bottom: 0.1rem;
  padding-right: 0.1rem;
}
.others-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 31.6rem;
  margin-bottom: -0.1rem;
  margin-right: -0.1rem;
  border: 0.1rem solid var(--grey200);
  border-radius: 4rem;
  padding: 3.9rem;
}
.others-item--lp-hidden{
	display: none;
}
.others-item__icon {
  width: 4.8rem;
  height: 4.8rem;
}
.others-item__title {
  color: var(--black);
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  margin-top: auto;
}
.others-item__text {
  margin-top: 1.6rem;
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--grey700);
}

.cta .container {
  background: var(--blue100);
  padding-top: 3.2rem;
  padding-right: 3.2rem;
  padding-bottom: 3.2rem;
  border-radius: 7.2rem;
  display: flex;
  align-items: center;
}
.cta-content {
  width: 63rem;
  margin-right: auto;
}
.cta-title {
  color: var(--black);
}
.cta-text {
  max-width: 47rem;
  margin-top: 1.7rem;
  color: var(--grey700);
  font: 400 2rem/3rem "GoogleSans", sans-serif;
}
.cta-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.6rem;
  margin-top: 4.8rem;
}
.cta-form .input-wrapper {
  width: calc(50% - 0.8rem);
}
.cta-form .input-wrapper--w100 {
  width: 100%;
}
.cta-info {
  margin-top: 3.2rem;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
.cta-btn {
  min-width: 28.4rem;
  cursor: pointer;
}
.cta-descr {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--black);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
  max-width: 22rem;
}
.cta-descr:before {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  background: url(../img/ico_hero-descr.svg) no-repeat 50% 50%/cover;
  flex: 0 0 auto;
}
.cta-image {
  border-radius: 4rem;
  overflow: hidden;
  width: 81rem;
}
.cta-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio {
  padding-top: 12.4rem;
  padding-bottom: 12.4rem;
  background: var(--white);
}
.portfolio .container {
  display: flex;
  position: relative;
}
.portfolio-content {
  width: 42rem;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 9rem;
}
.portfolio-text {
  margin-top: 2.5rem;
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  color: var(--grey700);
}
.portfolio-slider {
  width: 96.8rem;
}
.portfolio-slide {
  display: flex !important;
  gap: 0.8rem;
}
.portfolio-slide__before {
  position: relative;
  width: calc(50% - 0.4rem);
  height: 48.6rem;
  overflow: hidden;
  border-radius: 4rem;
}
.portfolio-slide__before > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-slide__before span {
  background: var(--white);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
  border-radius: 5.6rem;
  padding: 0.8rem 1.6rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 1;
}
.portfolio-slide__after {
  position: relative;
  width: calc(50% - 0.4rem);
  height: 48.6rem;
  overflow: hidden;
  border-radius: 4rem;
}
.portfolio-slide__after > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-slide__after span {
  background: var(--white);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
  border-radius: 5.6rem;
  padding: 0.8rem 1.6rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 1;
}
.portfolio-slide__after:after {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background: url(../img/ico_stars.svg) no-repeat 50% 50%/contain;
}
.portfolio-nav {
  position: absolute;
  left: 9.6rem;
  bottom: 0;
}

.about .container {
  display: flex;
  gap: 11.2rem;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  background: var(--blue100);
  border-radius: 7.2rem;
}
.about-content {
  width: 66.4rem;
  flex: 0 0 auto;
}
.about-info {
  font: 400 2.4rem/3.2rem "GoogleSans", sans-serif;
  color: var(--grey700);
  margin-top: 3.3rem;
}
.about-text {
  color: var(--grey700);
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  margin-top: 3.2rem;
  padding-right: 1.7rem;
}
.about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 0.8rem;
}
.about-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 30.2rem;
  border-radius: 4rem;
  padding: 4rem;
  background: var(--white);
}
.about-item__icon {
  width: 4.8rem;
  height: 4.8rem;
}
.about-item__title {
  color: var(--black);
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  margin-top: auto;
}
.about-item__text {
  margin-top: 1.6rem;
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--grey700);
}

.steps {
  padding-top: 12.4rem;
  padding-bottom: 12.4rem;
}
.steps-list {
  margin-top: 4rem;
  display: flex;
  margin-right: -0.4rem;
}
.steps-item {
  width: calc(20% + 1.2rem);
  border: 0.1rem solid var(--grey200);
  border-radius: 4rem;
  padding: 3.9rem;
  display: flex;
  flex-direction: column;
  margin-right: -1.6rem;
  background: var(--white);
  height: 28.6rem;
}
.steps-item__num {
  display: flex;
  gap: 0.8rem;
  justify-content: flex-start;
  align-items: center;
  color: var(--black);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
}
.steps-item__num:before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/ico_star-3.svg) no-repeat 50% 50%/cover;
}
.steps-item__num:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/ico_star-3.svg) no-repeat 50% 50%/cover;
}
.steps-item__title {
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  color: var(--black);
  margin-top: auto;
}
.steps-item__text {
  color: var(--grey700);
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  margin-top: 1.4rem;
}

.complex .container {
  display: flex;
  min-height: 90.8rem;
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
  border-radius: 7.2rem;
  background: url(../img/bg_complex.jpg) no-repeat 50% 100%/cover;
}
.complex-content {
  width: 84rem;
  margin-top: auto;
  margin-right: auto;
}
.complex-title {
  color: var(--white);
}
.complex-text {
  margin-top: 3.2rem;
  color: var(--white);
  max-width: 70rem;
  font: 400 2rem/3rem "GoogleSans", sans-serif;
}
.complex-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.2rem;
  gap: 1rem 3.6rem;
}
.complex-features li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font: 400 1.8rem/2.6rem "GoogleSans", sans-serif;
  color: var(--white);
}
.complex-features li:before {
  display: block;
  height: 2rem;
  width: 2rem;
  background: url(../img/ico_check-2.svg) no-repeat 50% 50%/cover;
  content: "";
}
.complex-connects {
  width: 48.9rem;
}
.complex-consult {
  width: 100%;
  background: var(--white);
  border-radius: 4rem;
  padding: 4rem;
}
.complex-consult__title {
  font: 500 2.8rem/3.5rem "GoogleSans", sans-serif;
  color: var(--black);
}
.complex-consult__text {
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--grey700);
  margin-top: 1.2rem;
}
.complex-consult__form {
  margin-top: 3.2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.4rem;
}
.complex-consult__btn {
  width: 100%;
  margin-top: 0.8rem;
}
.complex-consult__info {
  color: #000;
  font: 400 1.2rem/1.8rem "GoogleSans", sans-serif;
  text-align: center;
  width: 100%;
  margin-top: 1.6rem;
  color: var(--grey700);
}
.complex-phone {
  margin-top: 0.8rem;
  width: 100%;
  display: block;
  position: relative;
  padding: 3.1rem 10rem 3.1rem 4rem;
  border-radius: 4rem;
  background: var(--white);
  min-height: 7rem;
}
.complex-phone:after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../img/ico_phone.svg) no-repeat 50% 50%/1.6rem 1.6rem;
  position: absolute;
  right: 4rem;
  top: calc(50% - 2.8rem);
  transition: 0.3s;
  border-radius: 50%;
  border: 0.1rem solid var(--grey200);
}
.complex-phone__text {
  font: 400 1.4rem/1.6rem "GoogleSans", sans-serif;
  color: var(--grey700);
}
.complex-phone__number {
  color: var(--black);
  margin-top: 0.8rem;
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  display: block;
  transition: 0.3s;
}
.complex-phone:hover::after {
  background-color: #3079F6;
  background-color: #3079F6;
  background-image: url(../img/ico_phone-h.svg);
}
.complex-phone:hover .complex-phone__number {
  color: #3079F6;
}

.reviews {
  padding-top: 12.4rem;
}
.reviews-top {
  display: flex;
  width: 100%;
}
.reviews-title {
  margin-right: auto;
  width: 66rem;
  padding-bottom: 0.2rem;
}
.reviews-text {
  width: 40rem;
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  color: var(--grey700);
  margin-top: auto;
}
.reviews-slider {
  margin-top: 4rem;
  width: 100%;
}
.reviews-slider .slick-list {
  overflow: visible;
}
.reviews-slide {
  display: flex !important;
  flex-direction: column;
  width: 40.8rem;
  height: 40.8rem;
  background: var(--blue100);
  padding: 4rem;
  border-radius: 4rem;
  margin-right: 0.8rem;
}
.reviews-slide__text {
  color: var(--black);
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
}
.reviews-slide__author {
  margin-top: auto;
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  color: var(--black);
}
.reviews-slide__location {
  color: var(--grey700);
  margin-top: 0.4rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
}
.reviews-slide__location:before {
  content: "";
  display: block;
  background: url(../img/ico_star-4.svg) no-repeat 50% 50%/cover;
  width: 1rem;
  height: 1rem;
}
.reviews-nav {
  margin: 4rem auto 0;
  justify-content: center;
}

.faq {
  padding-top: 12.4rem;
  padding-bottom: 12.4rem;
}
.faq-top {
  display: flex;
  width: 100%;
}
.faq-title {
  margin-right: auto;
  width: 66rem;
}
.faq-text {
  width: 40rem;
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  color: var(--grey700);
  margin-top: auto;
}
.faq-list {
  width: 100%;
  margin-top: 4rem;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, 1fr);
}
.faq-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.faq-item {
  background: var(--blue100);
  padding: 4rem;
  border-radius: 4rem;
}
.faq-item__question {
  width: 100%;
}
.faq-item__question summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--black);
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  list-style: none;
  cursor: pointer;
}
.faq-item__question summary:after {
  display: block;
  margin-left: auto;
  flex: 0 0 auto;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  content: "";
  background: var(--white) url(../img/ico_plus.svg) no-repeat 50% 50%/2.4rem 2.4rem;
}
.faq-item__question[open] summary:after {
  background: var(--white) url(../img/ico_minus.svg) no-repeat 50% 50%/2.4rem 2.4rem;
}
.faq-item__question[open] + .faq-item__answer {
  grid-template-rows: 1fr;
  margin-top: 1.6rem;
}
.faq-item__answer {
  margin-top: 0;
  transition: 0.3s;
  display: grid;
  grid-template-rows: 0fr;
}
.faq-item__answer > div {
  overflow: hidden;
  color: var(--grey700);
  font: 400 1.6rem/2.2rem "GoogleSans", sans-serif;
  max-width: 58rem;
}

.info {
  padding-bottom: 12.4rem;
}
.info-title {
  padding-bottom: 0.2rem;
}
.info p {
  margin: 3rem 0 0;
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  color: var(--grey700);
}

.footer {
  margin-top: 12.4rem;
  background: url(../img/bg_footer.jpg) no-repeat 50% 0/cover;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
  border-top-left-radius: 7.2rem;
  border-top-right-radius: 7.2rem;
  position: relative;
}
.footer .container {
  display: flex;
  width: 100%;
  gap: 0.8rem;
  padding: 0;
  position: relative;
}
.footer-left {
  width: 100%;
  background: var(--white);
  padding: 5.6rem;
  border-radius: 4rem;
  position: relative;
}
.footer-title {
  width: 67rem;
  color: var(--black);
  font: 500 4rem/4.6rem "GoogleSans", sans-serif;
}
.footer-logo {
  position: absolute;
  width: 19.4rem;
  height: 5.4rem;
  bottom: 5.6rem;
  right: 5.6rem;
}
.footer-contacts {
  margin-top: 8.4rem;
  display: flex;
	width: 60rem;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.8rem;
	flex-wrap: wrap;
}
.footer-contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.4rem;
	width: 29rem;
}
.footer-contact__icon {
  border-radius: 5.6rem;
  border: 0.1rem solid var(--grey200);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  width: 5.6rem;
}
.footer-contact__icon img {
  width: 1.6rem;
  height: auto;
}
.footer-contact__descr {
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
  color: var(--grey700);
  display: block;
}
.footer-contact__num {
  font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  color: var(--black);
  margin-top: 0.4rem;
  display: block;
  transition: 0.3s;
}
.footer-contact a:hover {
  color: #3079F6;
}
.footer-right {
  width: 70.8rem;
  flex: 0 0 auto;
  background: var(--white);
  padding: 5.6rem;
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
}
.footer-navs {
  display: flex;
  gap: 2.4rem;
  margin-bottom: auto;
}
.footer-nav {
  width: 100%;
}
.footer-nav--pages {
  width: 22.4rem;
  flex: 0 0 auto;
}
.footer-nav__descr {
  color: var(--grey700);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  margin-top: 2.1rem;
  gap: 0.8rem;
}
.footer-nav__list a {
  color: var(--black);
  transition: 0.3s;
  font: 400 2rem/3rem "GoogleSans", sans-serif;
  text-decoration: none;
}
.footer-nav__list a:hover {
  color: #3079F6;
}
.footer-copy {
  margin-top: 2rem;
  color: var(--grey700);
  font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
  border-top: 0.1rem solid var(--grey700);
  padding-top: 5.5rem;
	gap: 1rem;
	display: flex;
	justify-content: space-between;
}
.footer-copy a{
	transition: .3s;
	text-decoration: none;
	color: var(--blue500);
}
.footer-copy a:hover{
	color: var(--blue600);
}

.thanks {
  padding-top: 1rem;
  padding-bottom: 8rem;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 10rem);
}
.thanks-icon {
  width: 13.6rem;
}
.thanks-title {
  text-align: center;
  color: var(--black);
  font: 500 8.8rem/9.2rem "GoogleSans", sans-serif;
  margin-top: 3.2rem;
}
.thanks-text {
  text-align: center;
  margin-top: 1.6rem;
  max-width: 66rem;
  font: 400 2.4rem/3.2rem "GoogleSans", sans-serif;
}
.thanks-btn {
  margin-top: 6.4rem;
  width: 26rem;
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 0.588vw;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 62.5%;
  }
  .container {
    padding: 0 1.6rem;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .header .container {
    gap: 0.8rem;
    background: var(--white);
  }
  .hero-title {
    font-size: 4.4rem;
    line-height: 1em;
  }
  .hero-content {
    width: 100%;
    flex-direction: column;
    padding-top: 0.8rem;
  }
  .header {
    position: relative;
    z-index: 3;
  }
  .header-menu {
    position: absolute;
    top: 10rem;
    background: var(--white);
    width: 100%;
    left: 100%;
    padding: 5.2rem 1.6rem 5rem;
    z-index: -1;
    transition: 0.5s;
    flex-direction: column;
    height: calc(100vh - 10rem);
    overflow-y: auto;
    flex-wrap: nowrap;
  }
  .header-menu.active {
    left: 0;
  }
  .header-menu a {
    text-transform: none;
    font-size: 2rem;
    line-height: 3rem;
  }
  .header-logo {
    width: 15.9rem;
    height: auto;
    margin-right: auto;
  }
  .header-phone span {
    display: none;
  }
  .header-btn {
    display: flex;
    cursor: pointer;
    border: 0.1rem solid var(--grey200);
    align-items: center;
    height: 5.6rem;
    min-width: 10.3rem;
    border-radius: 3.2rem;
    color: var(--black);
    gap: 0.8rem;
    font: 400 1.4rem/1.6rem "GoogleSans", sans-serif;
    justify-content: center;
    transition: 0.3s;
  }
  .header-btn:before {
    content: "";
    display: block;
    background: url(../img/ico_menu.svg) no-repeat 50% 50%/cover;
    width: 1.6rem;
    height: 1.6rem;
  }
  .header-btn:hover, .header-btn.active {
    background: var(--grey200);
  }
  .header-btn.active:before {
    background-image: url(../img/ico_menu-open.svg);
  }
  .header-contact {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 3.2rem;
  }
  .header-contact__btn {
    width: 100%;
    max-width: 37rem;
  }
  .header-contact__info {
    color: var(--grey700);
    font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
    text-align: center;
    margin-top: 3.2rem;
  }
  .header-contact__number {
    text-align: center;
    color: var(--black);
    margin-top: 0.8rem;
    transition: 0.3s;
    font: 500 2rem/2.4rem "GoogleSans", sans-serif;
  }
  .header-contact__number:hover {
    color: #3079F6;
  }
  .hero {
    padding-bottom: 4rem;
  }
  .hero .container {
    flex-direction: column;
  }
  .hero-features {
    margin-top: 2.4rem;
    width: 98%;
  }
  .hero-features li::before {
    width: 1.6rem;
    height: 1.6rem;
    background-size: cover;
    margin-top: 0.2rem;
  }
  .hero-features li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    align-items: flex-start;
    gap: 1rem;
  }
  .hero-info {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 1.6rem;
  }
  .hero-btn {
    width: 100%;
    max-width: 60rem;
  }
  .hero-descr:before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .hero-descr {
    font-size: 1.4rem;
    line-height: 1.8rem;
    gap: 1rem;
    justify-content: center;
    max-width: 100%;
  }
  .hero-rating__text {
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 18.1rem;
  }
  .hero-rating {
    padding-top: 1.2rem;
    margin-top: 3.2rem;
    justify-content: center;
    padding-right: 0.6rem;
    padding-left: 2.2rem;
    width: 100%;
    border-top-left-radius: 3.2rem;
  }
  .hero-image {
    width: 100%;
    margin-top: 0.6rem;
  }
  .section-title {
    font: 500 3.2rem/3.6rem "GoogleSans", sans-serif;
  }
  .services .container {
    padding-top: 4rem;
    padding-bottom: 1.6rem;
    border-radius: 4rem;
  }
  .services-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.4rem;
    gap: 1.05rem;
  }
  .services-item {
    padding: 3.2rem 2.7rem;
    border-radius: 2.4rem;
    height: auto;
  }
  .services-item__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .services-item__icon {
    margin-top: 4.9rem;
  }
  .services-item__text {
    margin-top: 4.9rem;
  }
  .services-item__price {
    min-height: inherit;
  }
  .others {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .others-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 0.8rem;
    padding: 0;
  }
  .others .container {
    flex-direction: column;
    gap: 2.4rem;
  }
  .others-list {
    display: flex;
    width: 100%;
    overflow: auto;
  }
  .others-item {
    height: 30.2rem;
    width: 30.2rem;
    flex: 0 0 auto;
		display: flex;
  }
  .cta .container {
    padding-top: 4rem;
    border-radius: 4rem;
    padding-bottom: 1.6rem;
    flex-direction: column;
    padding-right: 1.6rem;
  }
  .cta-content {
    width: 100%;
  }
  .cta-text {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .cta-form {
    margin-top: 2.4rem;
  }
  .cta-info {
    margin-top: 0.8rem;
    width: 100%;
    gap: 1.6rem;
  }
  .cta-btn {
    width: 100%;
    max-width: 37rem;
    flex: 0 0 auto;
  }
  .input-wrapper select {
    background-position: 93.5% 50%;
  }
  .cta-descr:before {
    width: 2.4rem;
    height: 2.4rem;
  }
  .cta-descr {
    gap: 1rem;
    font: 400 1.4rem/1.8rem "GoogleSans", sans-serif;
    max-width: 100%;
  }
  .cta-image {
    width: 100%;
    margin-top: 3.2rem;
    border-radius: 2.4rem;
  }
  .portfolio {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .portfolio-text {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 0.8rem;
  }
  .portfolio .container {
    flex-direction: column;
  }
  .portfolio-content {
    width: 100%;
    padding-bottom: 2.4rem;
  }
  .portfolio-slider {
    width: 100%;
  }
  .portfolio-slide__before {
    height: auto;
  }
  .portfolio-slide__after {
    height: auto;
  }
  .portfolio-nav {
    left: 0;
    position: relative;
    margin: 2.4rem auto 0;
  }
  .about .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-radius: 4rem;
    flex-direction: column;
    gap: 3.2rem;
  }
  .about-content {
    width: 100%;
  }
  .about-info {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-top: 1.6rem;
  }
  .about-info br {
    display: none;
  }
  .about-text {
    padding-right: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.6rem;
  }
  .about-list {
    display: flex;
    width: 100%;
    overflow: auto;
  }
  .about-item {
    height: 30.2rem;
    width: 30.2rem;
    flex: 0 0 auto;
  }
  .steps {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .steps-list {
    margin-top: 2.4rem;
    overflow: auto;
  }
  .steps-item {
    width: 30rem;
    flex: 0 0 auto;
  }
  .complex .container {
    padding-top: 4rem;
    padding-bottom: 1.6rem;
    border-radius: 4rem;
    background-image: url(../img/bg_complex-m.jpg);
    flex-direction: column;
    gap: 3.4rem;
  }
  .complex-content {
    width: 100%;
    margin-top: 0;
  }
  .complex-consult__form {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .complex-consult__form .input-wrapper {
    width: calc(50% - 1.2rem);
  }
  .complex-text {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.6rem;
  }
  .complex-features li {
    gap: 0.8rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .complex-features {
    margin-top: 1.6rem;
    gap: 0.8rem;
  }
  .complex-features li:before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .complex-connects {
    width: 100%;
  }
  .complex-consult {
    border-radius: 2.4rem;
    padding: 2.4rem;
  }
  .complex-consult__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .complex-consult__text {
    margin-top: 0.8rem;
  }
  .complex-consult__form {
    margin-top: 2.4rem;
  }
  .complex-consult__btn {
    margin-top: 0;
  }
  .complex-phone {
    border-radius: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 8rem;
  }
  .complex-phone:after {
    right: 2.4rem;
  }
  .complex-phone__number {
    margin-top: 1rem;
  }
  .reviews {
    padding-top: 4rem;
  }
  .reviews-top {
    flex-direction: column;
  }
  .reviews-title {
    width: 100%;
  }
  .reviews-text {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .reviews-slider {
    margin-top: 2.4rem;
  }
  .reviews-slide {
    width: 33.4rem;
  }
  .reviews-nav {
    margin-top: 2.4rem;
  }
  .faq {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .faq-top {
    flex-direction: column;
  }
  .faq-title {
    width: 100%;
  }
  .faq-text {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .faq-list {
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }
  .faq-item {
    padding: 2.4rem;
  }
  .faq-item__question summary {
    gap: 6.4rem;
  }
  .faq-item__answer > div {
    max-width: 100%;
  }
  .info p {
    margin-top: 2.2rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .info {
    padding-bottom: 4rem;
  }
  .footer {
    margin-top: 4rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    background-image: url(../img/bg_footer-m.jpg);
  }
  .footer .container {
    flex-direction: column;
    padding: 0 1.6rem;
  }
  .footer-left {
    padding: 3.2rem;
    border-radius: 2.4rem;
  }
  .footer-title {
    font-size: 2.4rem;
    line-height: 3rem;
    width: 100%;
  }
  .footer-logo {
    bottom: 3.2rem;
    right: 3.2rem;
  }
  .footer-contacts {
    margin-top: 4rem;
		flex-direction: column;
  }
	.footer-contact{
		width: 100%;
	}
  .footer-nav--pages {
    width: 48%;
  }
  .footer-right {
    width: 100%;
    padding: 3.2rem;
    border-radius: 2.4rem;
  }
  .footer-nav__list {
    margin-left: 0;
    margin-right: -2rem;
  }
  .footer-navs {
    gap: 2rem;
  }
  .footer-copy {
    padding-top: 3.1rem;
    margin-top: 4.8rem;
		flex-direction: column;
  }
  .thanks {
    padding-bottom: 4rem;
  }
  .thanks-title {
    font-size: 4.4rem;
    line-height: 1em;
  }
  .thanks-text {
    font-size: 2rem;
    line-height: 1.2em;
  }
  .thanks-icon {
    width: 11rem;
  }
  .thanks-btn {
    margin-top: 4rem;
  }
  .thanks .container {
    min-height: calc(100vh - 17rem);
  }
}
@media screen and (max-width: 799px) {
  .services-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta-form .input-wrapper {
    width: 100%;
  }
  .cta-info {
    flex-direction: column;
  }
  .footer-navs {
    flex-direction: column;
  }
  .complex-consult__form .input-wrapper {
    width: 100%;
  }
  .footer-logo {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 4.8rem;
  }
  .footer-nav--pages {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .portfolio-slide {
    flex-direction: column;
  }
  .portfolio-slide__before, .portfolio-slide__after {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  html {
    font-size: 2.56vw;
  }
  .portfolio-slide__before, .portfolio-slide__after {
    height: 27rem;
  }
}