@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.otf") format("otf"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"), url("../fonts/Montserrat-ExtraBold.svg#svgFontName") format("svg"); /* Legacy iOS */
  font-weight: 800;
}
body {
  margin: 0;
  padding: 0;
}

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

ul, li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

a:hover,
a:visited {
  text-decoration: none;
}

p {
  margin: 0;
}

input::-ms-clear {
  display: none;
}

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

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

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*VARIABLES*/
/*SPEC*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(80, 80, 80, 0.8);
  background-color: #FFF;
}

.font_small {
  font-size: 12px;
  line-height: 1.4em;
}

.font_body-s {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.01em;
}

.font_body-m {
  font-size: 16px;
  line-height: 1.4em;
}

.h1, .h2, .h3, .h4, .h5 {
  font-family: "Montserrat", sans-serif;
  color: #505050;
}

.h1 {
  font-weight: 400;
  font-size: 44px;
  line-height: .98em;
  letter-spacing: -0.01em;
}

.h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 0;
}

.h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1em;
  letter-spacing: -0.01em;
}

.h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0;
}

.h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0;
}

.btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  border-radius: 12px;
  padding: 22px 62px;
  background: transparent;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: background 0.3s ease, color 0.3s ease, transform 0.1s ease;
}
.btn:hover {
  background: #FFF;
  color: #505050;
  transition: background 0.3s ease, color 0.3s ease, transform 0.1s ease;
}
.btn:hover:active {
  transform: scale(0.985);
  transition: transform 0.1s ease;
}

.lbhr {
  font-weight: 700;
}
.lbhr.blue {
  color: var(--accent2, #FCB712);
}

.bg-blue {
  background-color: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  color: rgba(255, 255, 255, 0.8);
}
.bg-blue .h1, .bg-blue .h2, .bg-blue .h3, .bg-blue .h4, .bg-blue .h5 {
  color: #FFF;
}

.container-big {
  width: 1240px;
  margin: 0 auto;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  border-radius: 18px;
}

.container {
  width: 1120px;
  margin: 0 auto;
}

/*HEADER*/
.header {
  height: 101px;
  top: -101px;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  transition: top 0.6s ease, box-shadow 0.5s ease;
}
.header .container {
  height: 100%;
}
.logo {
  width: 177px;
}
.sticky-header {
  position: sticky;
  z-index: 110;
  width: 100%;
  box-shadow: 0px 2px 4px -1px rgba(28, 55, 90, 0.12), 0px 3px 12px -1px rgba(28, 52, 84, 0.13);
  top: 0 !important;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.menu-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-ul {
  display: none;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: absolute;
  top: 107px;
  box-shadow: 0px 2px 4px -1px rgba(28, 55, 90, 0.12), 0px 3px 12px -1px rgba(28, 52, 84, 0.13);
}

.dropdown-btn {
  color: #505050;
  transition: color 0.5s ease, opacity 0.5s ease;
}
.dropdown-btn:hover {
  color: #FCB712;
  transition: color 0.5s ease, opacity 0.5s ease;
}


.burger-btn {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  transition: transform 0.1s ease;
}
.burger-btn span {
  display: block;
  width: 14px;
  height: 2px;
  border-radius: 100px;
  background: #FFF;
  margin: 0 auto;
}
.burger-btn span:not(:last-child) {
  margin-bottom: 3px;
}
.burger-btn:active {
  transform: scale(0.97);
  transition: transform 0.1s ease;
}

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

.menu-a {
  color: #505050;
  height: 100%;
  transition: color 0.5s ease, opacity 0.5s ease;
}
.menu-a:hover {
  color: #FCB712;
  transition: color 0.5s ease;
}

.header__menu {
  height: 100%;
}
.header__menu .menu-ul {
  height: 100%;
  width: 565px;
}
.header__menu .menu-li {
  height: 100%;
}
.header__menu .menu-li.active .menu-a {
  color: #FCB712;
}
.header__menu .menu-li.active .menu-a::after {
  background-image: url(../img/logo/arrow-down-hover.svg);
}
.header__menu .menu-a {
  display: flex;
  align-items: center;
}
.header__menu .menu-a-drop::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background: url(../img/logo/arrow-down.svg) no-repeat center center/contain;
  transition: background 0.5s ease;
}
.header__menu .menu-a-drop:hover::after {
  background-image: url(../img/logo/arrow-down-hover.svg);
  transition: background 0.5s ease;
}

.phone-btn {
  border-radius: 12px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  color: #FFF;
}

.header__phone {
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  color: #FFF;
}
.header__phone:hover .header__phone-icon {
  transform: scale(1.5) rotate(1turn);
  transition: transform 0.3s ease;
}
.header__phone:hover .header__phone-number {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.header__phone:hover:active .header__phone-icon {
  transform: scale(1);
}
.header__phone:hover:active .header__phone-number {
  transform: scale(1);
}

.phone-icon {
  margin-right: 8px;
}

.header__phone-icon,
.header__phone-number {
  transition: transform 0.3s ease;
}

.hamburger {
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
  max-height: 100%;
  padding: 122px 0 30px;
  display: none;
}
.hamburger .container {
  position: relative;
}

.hamburger__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  opacity: 0.97;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  display: none;
  transition: all 0.4 ease;
}

.hamburger__menu {
  margin-bottom: 44px;
}
.hamburger__menu .menu-a {
  color: #FFF;
}
.hamburger__menu .menu-ul {
  flex-direction: column;
  align-items: start;
  align-content: center;
  flex-wrap: wrap;
}
.hamburger__menu .menu-li:not(:last-child) {
  margin-bottom: 22px;
}

.hamburger__phone {
  border: 1px solid rgba(255, 255, 255, 0.8);
  width: 187px;
  margin: 0 auto;
  transition: transform 0.1s ease;
}
.hamburger__phone:active {
  transform: scale(0.97);
  transition: transform 0.1s ease;
}

.burger-close {
  width: 40px;
  height: 40px;
  background: url(../img/logo/popup-close-btn.svg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: -94px;
  transition: transform 0.1s ease;
}
.burger-close:active {
  transform: scale(0.97);
  transition: transform 0.1s ease;
}

.offer__block_right {
  width: 796px;
  height: 100%;
  background-image: url(../img/offer.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-radius: 0 18px 18px 0;
}
.offer__preheading {
  color: #FCB712;
  margin-bottom: 4px;
  display: block;
}

.offer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  height: 615px;
}

.offer__heading {
  color: #FFF;
  margin-bottom: 22px;
}
.offer__heading span {
  display: block;
}
.offer__heading span:last-child {
  font-weight: 700;
}
.offer__ul {
  margin-bottom: 32px;
}

.offer__li {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
}
.offer__li:not(:last-child) {
  margin-bottom: 10px;
}
.offer__li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background-color: #FFF;
  margin-right: 16px;
}

.services {
  padding: 120px 0 150px;
}

.services__heading {
  margin-bottom: 22px;
}

.services__desc {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 44px;
}

.services__text {
  width: 576px;
}

.services-wrapper {
  display: flex;
  justify-content: space-between;
}

.services__card {
  width: 256px;
  height: 300px;
  position: relative;
  border-radius: 16px;
}
.services__card:hover .services__card-overlay {
  height: 106px;
  transition: height .1s ease;
}

.services__card:hover .services__card-overlay-inner {
  height: 82px;
  justify-content: start;
  transition: height .1s ease, justify-content .1s ease;
}

.services__card:hover .services__btn {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.services__card-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 16px;
}

.card-fridge .services__card-img {
  background-image: url(../img/fridge.png);
}

.card-side-by-side .services__card-img {
  background-image: url(../img/side-by-side.png);
}

.card-freezer .services__card-img {
  background-image: url(../img/freezer.png);
}

.card-wine .services__card-img {
  background-image: url(../img/wine.png);
}

.services__card_back {
  color: #505050;
  transform: rotateY(180deg);
}

.services__card-text {
  color: var(--dark, #505050);
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.14px;
}
.services__card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66px;
  text-align: center;
  border-radius: 0px 0px 16px 16px;
  background: var(--light-80, rgba(255, 255, 255, 0.80));
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: height .1s ease;
}
.services__card-overlay-inner {
  height: 54px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: height .1s ease, justify-content .1s ease;
}
.services__btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--light, #FFF);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  border-radius: 8px;
  background: var(--accent2, #FCB712);
  padding: 12px 42px;
  position: absolute;
  transition: transform 0.3s ease, opacity 0.1s ease;
}
.services__btn:active {
  transform: translateX(-50%) scale(0.97);
  transition: transform 0.1s ease;
}

.numbers {
  padding: 120px 0;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
}

.numbers-wrapper {
  display: flex;
  justify-content: space-between;
}

.numbers__heading {
  color: #FFF;
}
.numbers__heading span {
  display: block;
}

.numbers-wrapper-inner {
  width: 765px;
  display: flex;
  justify-content: space-between;
}

.numbers__value {
  color: #FFF;
  margin-bottom: 16px;
  display: block;
}

.numbers__text {
  color: rgba(255, 255, 255, 0.8);
}
/*VIDEO*/
.video__wrapper {
  height: 56.25vw;
  position: relative;
}

.video__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #2A2E33;
}

.video__file {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}

.errors {
  padding: 120px 0 150px;
}

.errors__heading {
  margin-bottom: 22px;
}

.errors-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}

.errors__desc span {
  display: block;
}

.errors__btn-wrapper {
  width: 415px;
  display: flex;
  justify-content: space-between;
}
.miele-also {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 22px;
  font-size: 14px;
}
.miele-also-bold {
  color: #FC4112;
  font-weight: 500;
  font-size: 16px;
}
.errors__btn {
  padding: 12px 22px;
  border-radius: 8px;
  border: 1px solid #FFF;
  color: rgba(80, 80, 80, 0.8);
  transition: border-color 0.3s ease, color 0.3s ease;
}
.errors__btn:hover {
  border-color: #43403F;
  color: #43403F;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.errors__btn.active {
  border: none;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  color: #FFF;
}

.errors__comments {
  color: rgba(80, 80, 80, 0.6);
  font-size: 14px;
  line-height: 1.5em;
}
.errors__comments .errors__span-1 {
  display: block;
}

.errors__block {
  margin-bottom: 16px;
}

.errors__ul {
  display: none;
}
.errors__ul.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.errors__li {
  width: 544px;
  height: auto;
  padding: 22px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: rgba(56, 107, 136, 0.06);
  margin-bottom: 8px;
}

.errors__value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  color: #FCB712;
  margin-right: 12px;
  min-width: 60px;
}
.errors__value_2014-long {
  width: 80px;
}
.errors__text {
  color: rgba(80, 80, 80, 0.8);
}

.reviews {
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  padding: 120px 0 150px;
  color: rgba(255, 255, 255, 0.8);
}

.reviews__heading {
  color: #FFF;
  margin-bottom: 22px;
}

.reviews__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}

.reviews__subheading span:last-child {
  display: block;
}

.reviews__btn {
  color: #FFF;
  text-decoration: underline;
}

.reviews__arrows {
  display: flex;
  width: 108px;
  justify-content: space-between;
}

.reviews__arrows_resp {
  display: none;
}

.slick-arrow {
  font-size: 0;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  transition: border-color 0.3s ease;
}

.slick-next {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-image: url(../img/logo/arrow-right.svg);
  transition: background 0.3s ease, transform 0.1s ease;
}
.slick-next:hover {
  background-color: #FFF;
  background-image: url(../img/logo/arrow-right-hover-1.svg);
  transition: background 0.3s ease, transform 0.1s ease;
}
.slick-next:hover:active {
  transform: scale(0.97);
  transition: background 0.3s ease, transform 0.1s ease;
}

.slick-prev {
  border: 1px solid transparent;
  background-image: url(../img/logo/arrow-left.svg);
  transition: border 0.3s ease, transform 0.1s ease;
}
.slick-prev:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: border 0.3s ease, transform 0.1s ease;
}
.slick-prev:hover:active {
  transform: scale(0.97);
  transition: border 0.3s ease, transform 0.1s ease;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  justify-content: space-between;
}

.review__card {
  width: 544px !important;
  cursor: default;
}

.reviews__block {
  border: 2px solid rgba(255, 255, 255, 0.1);
  height: 246px;
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 22px;
}

.reviews__impression {
  color: #FFF;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

.reviews__info {
  display: flex;
}

.reviews__img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-right: 12px;
}
.reviews__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.reviews__person-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews__name {
  font-weight: 500;
  line-height: 1.5em;
  color: #FFF;
}

.reviews__service {
  font-size: 14px;
}

.reviews__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  line-clamp: 7;
  box-orient: vertical;
}

.faq {
  padding: 150px 0;
}

.faq-wrapper {
  width: 928px;
  margin: 0 auto;
}

.faq__heading {
  text-align: center;
  margin-bottom: 22px;
}

.faq__subheading {
  text-align: center;
  margin-bottom: 44px;
}
.faq__subheading span {
  display: block;
}
.faq__subheading br {
  display: none;
}

.faq__card {
  border-radius: 8px;
  background: rgba(56, 107, 136, 0.06);
  padding: 22px 22px 12px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq__card:not(:last-child) {
  margin-bottom: 8px;
}
.faq__card:first-child .faq__answer {
  display: block;
}
.faq__card:hover .faq__question {
  color: var(--accent2, #FCB712);
  transition: color 0.3s ease;
}
.faq__card.active {
  background: var(--liner, linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%));
  transition: all 0.3s ease;
}
.faq__card.active .faq__question {
  color: #FFF;
  transition: color 0.3s ease;
}
.faq__card.active .faq__question::before {
  transform: rotate(-40deg);
  background-color: #FFF;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.faq__card.active .faq__question::after {
  background-color: #FFF;
  transform: rotate(45deg);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.faq__answer {
  display: none;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 30px;
  margin-bottom: 10px;
}
.faq__answer span {
  display: block;
}
.faq__answer span:first-child {
  margin-top: 8px;
}
.faq__answer span:nth-last-child(2) {
  margin-bottom: 8px;
}

.faq__question {
  padding-right: 30px;
  color: rgba(80, 80, 80, 0.8);
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: color 0.3s ease;
}
.faq__question::before, .faq__question::after {
  content: "";
  width: 6.5px;
  height: 1.5px;
  background-color: #272727;
  position: absolute;
  right: 0;
  border-radius: 50px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.faq__question::before {
  transform: rotate(40deg);
  right: 3.9px;
}
.faq__question::after {
  transform: rotate(-40deg);
}

.contacts {
  padding: 30px 0;
}

.contacts-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 60px;
  height: 502px;
}

.contacts__block {
  color: #FFF;
}

.contacts__phone-text {
  color: rgba(255, 255, 255, 0.8);
  margin-left: 8px;
}

.contacts__phone {
  display: flex;
  align-items: center;
}

.contacts-item {
  display: flex;
  align-items: center;
}
.contacts-item:not(:last-child) {
  margin-bottom: 8px;
}

.contacts-icon {
  margin-right: 8px;
}

.contacts__info {
  margin-bottom: 44px;
}

.contacts__heading {
  color: #FFF;
  margin-bottom: 16px;
}

.contacts__text {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
.contacts__text span {
  display: block;
}

.contacts__img {
  width: 762px;
  min-width: 762px;
  height: 100%;
  background-image: url(../img/contacts.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0 18px 18px 0;
}

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

.body-overflow-hamb {
  overflow: hidden;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  opacity: 0.97;
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.popup-wrapper {
  display: none;
}

.popup-wrapper.active {
  display: block;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 98%;
  z-index: 160;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup-guts {
  padding-top: 86px;
  padding-right: 2px;
  position: relative;
}

.popup__close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
  background: url(../img/logo/popup-close-btn.svg) no-repeat center center/contain;
  transition: transform 0.3s ease;
}
.popup__close:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.popup__close:hover:active {
  transform: scale(1);
  transition: transform 0.1s ease;
}

.popup__heading {
  color: #FFF;
  margin-bottom: 22px;
  text-align: center;
}

.popup-subheading {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-bottom: 44px;
}

.form {
  margin: 0 auto;
  width: 642px;
}

.input-wrapper p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-parent {
  width: 100%;
  margin-bottom: 22px;
  display: block;
}

.input {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #FFF;
  width: 100%;
  padding: 22px;
}
.input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.4em;
}
.input::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.4em;
}
.input:focus {
  border-color: rgba(255, 255, 255, 0.8);
  color: #FFF;
}

.input-parent-name,
.input-parent-phone {
  width: 310px;
}

.input-text {
  resize: none;
  min-width: 100%;
  height: 120px;
}

.policy-wrapper {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 44px;
}
.policy-wrapper a {
  text-decoration: underline;
  color: #FFF;
}

.popup-btn {
  display: block;
  width: 231px;
  margin: 0 auto;
  cursor: pointer;
}

.result-guts {
  padding: 84px 84px;
}

.result__subheading {
  margin-bottom: 40px;
}

.result-btn {
  width: 307px;
  display: block;
  margin: 0 auto;
}

.input.wpcf7-not-valid {
  animation: col-input 300ms;
  color: #EB6060;
  border-color: #EB6060;
}
.wpcf7 form .wpcf7-response-output {
  display: none;
}

.input.wpcf7-not-valid::-moz-placeholder {
  color: #EB6060;
}

.input.wpcf7-not-valid::placeholder {
  color: #EB6060;
}

.wpcf7-spinner {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 170;
  opacity: 1;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.wpcf7-spinner:before {
  display: none;
}

.wpcf7-spinner:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/logo/loading.gif") no-repeat center center/50px 50px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
}
@keyframes col-input {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.input-parent-select {
  position: relative;
  display: flex;
  align-items: center;
}
.input-parent-select::before, .input-parent-select::after {
  content: "";
  width: 6.5px;
  height: 1.5px;
  background-color: #FFF;
  position: absolute;
  border-radius: 50px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.input-parent-select::before {
  transform: rotate(40deg);
  right: 28.9px;
}
.input-parent-select::after {
  transform: rotate(-40deg);
  right: 25px;
}

.input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 22px;
  width: 100% !important;
  cursor: pointer;
  margin-bottom: 0;
}
.input-select:focus {
  border-color: rgba(255, 255, 255, 0.8);
  outline: none;
  color: #FFF;
}

.form-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.form-wrapper .policy-wrapper {
  margin-bottom: 0;
}
.form-wrapper a {
  display: block;
}

.file-wrapper {
  position: relative;
  display: block;
  transition: transform 0.3s ease;
}
.file-wrapper:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
.file-wrapper:hover:active {
  transform: scale(1);
  transition: transform 0.1s ease;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  z-index: 10;
  cursor: pointer;
}

.file-btn {
  color: #FFF;
  display: flex;
  align-items: center;
}
.file-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/logo/clip.svg) center center no-repeat;
  margin-left: 8px;
}
.file-btn.ready::after {
  width: 14px;
  height: 14px;
  background: url(../img/logo/check.svg) center center no-repeat;
}

.error {
  min-height: calc(100vh - 321px);
  margin: 0;
  padding: 0;
}

.error-wrapper {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.error__heading {
  margin-bottom: 22px;
}

.error__text {
  margin-bottom: 44px;
}
.error__text span {
  display: block;
}

.error__btn {
  border: none;
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  display: inline-block;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0;
  border-radius: 12px;
  padding: 22px 62px;
  transition: transform 0.3s ease;
}
.error__btn:hover {
  background: linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%);
  color: #FFF;
  transform: scale(1.01);
}
.error__btn:hover:active {
  transform: scale(1);
  transition: transform 0.1s ease;
}

/*FOOTER*/
.footer {
  padding: 54px 0 44px;
}

.footer__low {
  font-size: 10px;
  opacity: 0.6;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.footer__menu .menu-ul {
  width: 543px;
}

.subfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.social-btn:not(:last-child) {
  margin-right: 12px;
}
.social-btn svg {
  transition: transform 0.3s ease;
}
.social-btn:hover svg {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.social-btn:hover:active svg {
  transform: scale(1);
  transition: transform 0.1s ease;
}
.subfooter__link {
  color: #43403F;
  font-weight: 700;
  text-transform: uppercase;
}
.subfooter__link:hover {
  text-decoration: underline;
  text-decoration-color: #43403F;
}

/*404*/
/*RESPONSIVE*/
/* X-Large: 1101px - 1400px */
@media (max-width: 1400px) {
  .container {
    max-width: 962px;
  }
  .container-big {
    max-width: 1022px;
  }
  .header__menu .menu-ul {
    width: 468px;
  }
  .menu, .header__phone-number {
    font-size: 14px;
    line-height: 1.5em;
  }
  .offer__li {
    font-size: 14px;
    line-height: 1.5em;
  }
  .offer__block_right {
    width: 600px;
    background-image: url(../img/offer-1100.png);
  }
  .btn {
    padding: 16px 42px;
    font-size: 16px;
  }
  .h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .font_body-m {
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: -0.01em;
  }
  .services__card {
    width: 224px;
    height: 262px;
  }
  .numbers {
    padding: 100px 0;
  }
  .numbers__value {
    margin-bottom: 11px;
  }
  .numbers-wrapper-inner {
    width: 620px;
  }
  .errors__li {
    width: 470px;
  }
  .errors__btn {
    font-size: 16px;
    line-height: 1.4em;
  }
  .review__card {
    width: 470px !important;
  }
  .reviews__block {
    height: 238px;
  }
  .faq-wrapper {
    width: 100%;
  }
  .contacts-wrapper {
    height: 502px;
  }
  .contacts__img {
    width: 544px;
    min-width: 544px;
    background-image: url(../img/contacts-1100.png);
  }
  
  .footer__menu .menu-ul {
    width: 486px;
  }
  .popup-guts {
    padding-top: 70px;
  }
  .error__btn {
    padding: 16px 42px;
    font-size: 16px;
  }
  .contacts__text span {
    display: inline;
  }
}
/* Large: 921px - 1100px */
@media (max-width: 1100px) {
  .container {
    max-width: 812px;
  }
  .offer .miele-also span:not(.miele-also-bold) {
    display: block;
  }
  .container-big {
    max-width: 900px;
  }
  .offer-wrapper {
    height: 497px;
    padding-left: 44px;
  }
  .header__phone-number {
    display: none;
  }
  .phone-icon {
    margin-right: 0;
  }
  .phone-btn {
    padding: 12px;
  }
  .header__phone:hover .header__phone-icon {
    transform: scale(1) rotate(0turn);
  }
  .header__phone:active {
    transform: scale(0.97);
  }
  .dropdown-ul {
    display: none !important;
  }
  .header__menu .menu-a-drop::after {
    display: none;
    margin-left: 0;
  }
  .h1 {
    font-size: 38px;
  }
  .offer__block_right {
    width: 542px;
  }
  .btn {
    background: #FFF;
    color: #505050;
  }
  .btn:active {
    transform: scale(0.985);
    transition: transform 0.1s ease;
  }
  .services {
    padding: 100px 0 120px;
  }
  .services__card {
    width: 192px;
    height: 225px;
  }
  .services__card-overlay {
    height: 124px;
  }
  .services__card-overlay-inner {
    height: 100px;
    justify-content: start;
  }
  .services__card:hover .services__card-overlay {
    height: 124px;
  }
  .services__card:hover .services__card-overlay-inner {
    height: 100px;
  }
  .services__btn {
    opacity: 1;
  }
  .services__card-text span {
    display: block;
  }
  .services__hint-main {
    display: none;
  }
  .numbers__heading {
    display: none;
  }
  .numbers-wrapper-inner {
    width: 100%;
  }
  .errors__li {
    width: 398px;
  }
  .errors__btn {
    border: 1px solid #43403F;
    color: #43403F;
  }
  .errors__btn:hover {
    border-color: #43403F;
  }
  .errors {
    padding: 100px 0 120px;
  }
  .reviews {
    padding: 100px 0 120px;
  }
  .review__card {
    width: 398px !important;
  }
  .reviews__text {
    -webkit-line-clamp: 9;
    line-clamp: 9;
  }
  .reviews__block {
    height: 278px;
  }
  .slick-next {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-image: url(../img/logo/arrow-right.svg);
  }
  .slick-next:hover {
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    background-image: url(../img/logo/arrow-right.svg);
  }
  .slick-next:hover:active {
    background-color: #FFF;
    background-image: url(../img/logo/arrow-right-hover-1.svg);
    transform: scale(0.97);
  }
  .slick-prev {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: url(../img/logo/arrow-left.svg);
  }
  .slick-prev:hover {
    border: 1px solid rgba(255, 255, 255, 0.1);
  }
  .slick-prev:hover:active {
    border: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(0.97);
    transition: border 0.3s ease, transform 0.1s ease;
  }
  .faq {
    padding: 120px 0;
  }
  .faq__card:hover .faq__question {
    color: rgba(80, 80, 80, 0.8);
  }
  .faq__card.active:hover .faq__question {
    color: #FFF;
  }

  .contacts__img {
    width: 443px;
    min-width: 443px;
    background-image: url(../img/contacts-920.png);
  }
  .contacts-wrapper {
    height: 439px;
    padding-left: 44px;
  }
  .popup-guts {
    padding-top: 35px;
    padding-right: 0;
  }
  .popup__close:hover {
    transform: scale(1);
  }
  .popup__close:hover:active {
    transform: scale(0.97);
  }
  .input-parent:not(:last-child) {
    margin-bottom: 16px;
  }
  .file-wrapper:hover {
    transform: scale(1);
  }
  .file-wrapper:hover:active {
    transform: scale(0.97);
  }
  .social-btn:hover svg {
    transform: scale(1);
  }
  .social-btn:hover:active svg {
    transform: scale(0.97);
  }
  .result-guts {
    padding: 84px 84px;
  }
  .subfooter__link {
    text-decoration: underline;
    text-decoration-color: #43403F;
  }
}
/* Medium: 701px - 920px */
@media (max-width: 920px) {
  .container {
    max-width: 608px;
  }
  .contacts-wrapper .miele-also span:not(.miele-also-bold) {
    display: block;
  }
  .footer__low {
    margin-bottom: 12px;
  }
  .container-big {
    max-width: 100%;
    border-radius: 0;
  }
  .offer-wrapper {
    width: 608px;
    height: 401px;
    padding-left: 0;
    margin: 0 auto;
  }
  .header {
    height: 96px;
    top: -96px;
  }
  .header__menu {
    display: none;
  }
  .header-btn-wrapper {
    display: flex;
    justify-content: space-between;
    width: 92px;
  }
  .burger-btn {
    display: block;
  }
  .hamburger__phone {
    padding: 12px 22px;
  }
  .hamburger__phone .hamburger__phone-icon {
    margin-right: 8px;
  }
  .h1 {
    font-size: 28px;
    line-height: 1.1em;
    margin-bottom: 16px;
  }
  .offer__li:not(:last-child) {
    margin-bottom: 4px;
  }
  .offer__ul {
    margin-bottom: 20px;
  }
  .offer__block_right {
    width: 54%;
    height: 401px;
    position: absolute;
    border-radius: 0;
    left: 46%;
    background-image: url(../img/offer-920.png);
    background-position: center center;
  }
  .services__heading-break {
    display: block;
  }
  .services__text {
    width: 380px;
  }
  .services-wrapper {
    flex-wrap: wrap;
  }
  .services__card {
    width: 296px;
    height: 347px;
  }
  .services__card-overlay {
    height: 106px;
  }
  .services__card-overlay-inner {
    height: 82px;
    justify-content: start;
  }
  .services__card:hover .services__card-overlay {
    height: 106px;
  }
  .services__card:hover .services__card-overlay-inner {
    height: 82px;
  }
  .services__card:first-child, .services__card:nth-child(2) {
    margin-bottom: 16px;
  }
  .services__card-text span {
    display: inline;
  }
  .errors-wrapper {
    display: block;
    margin-bottom: 44px;
  }
  .errors__desc {
    margin-bottom: 22px;
  }
  .errors__ul.active {
    display: block;
  }
  .errors__li {
    width: 100%;
  }
  .errors__span-2 {
    display: block;
  }
  .reviews__subheading {
    width: 420px;
  }
  .reviews__desc {
    margin-bottom: 22px;
  }
  .review__card {
    width: 296px !important;
  }
  .reviews__impression {
    font-size: 16px;
  }
  .reviews__text {
    -webkit-line-clamp: 12;
    line-clamp: 12;
  }
  .reviews__block {
    height: 340px;
  }
  .contacts-wrapper {
    width: 608px;
    padding: 0;
    margin: 0 auto;
  }
  .contacts__block {
    width: 300px;
  }
  .contacts__img {
    width: 75%;
    min-width: 75%;
    height: 439px;
    position: absolute;
    border-radius: 0;
    left: 51%;
  }
  .footer-wrapper {
    display: block;
    margin-bottom: 22px;
  }
  .footer__logo {
    margin: 0 auto 16px;
  }
  .footer__menu .menu-ul {
    margin: 0 auto;
  }
  .subfooter {
    flex-direction: column;
    align-items: center;
  }
  .footer__low {
    width: 100%;
    text-align: center;
  }
  .subfooter__text {
    margin-bottom: 16px;
  }
  .contacts {
    overflow-x: hidden;
  }
  .form {
    width: 608px;
  }
  .input-parent-name, .input-parent-phone {
    width: 297px;
  }
  .popup-guts {
    padding-top: 60px;
  }
  .result-guts {
    padding: 84px 84px;
  }
  .contacts__info {
    margin-bottom: 34px;
  }
  .contacts__text span {
    display: block;
  }
}
/* Small: 481px - 700px */
@media (max-width: 700px) {
  .container {
    max-width: 440px;
  }

  .header {
    height: 84px;
    top: -84px;
  }
  .burger-close {
    top: -101px;
  }
  .offer {
    overflow-x: hidden;
  }
  .offer__ul {
    margin-bottom: 18px;
  }
  .offer__heading {
    margin-bottom: 16px;
  }
  .offer__block_right {
    display: none;
  }
  .offer {
    height: 522px;
  }
  .offer__container {
    background-image: url(../img/offer-700.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% center;
    height: 406px;
  }
  .offer-wrapper {
    display: block;
    width: 440px;
    height: 288px;
    margin-right: auto;
    position: relative;
  }
  .offer__block_left {
    width: 288px;
    padding: 20px 0 20px 20px;
    background: var(--liner, linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%));
    border-radius: 10px;
    opacity: 0.9;
    backdrop-filter: blur(2px);
    position: absolute;
    top: 114px;
    right: 0;
  }
  .services__desc {
    display: block;
    margin-bottom: 24px;
  }
  .services__text {
    margin-bottom: 24px;
  }
  .services__card {
    width: 212px;
    height: 168px;
    height: 248px;
  }
  .numbers {
    padding: 52px 0;
  }
  .numbers-wrapper-inner {
    flex-wrap: wrap;
    width: 352px;
    margin: 0 auto;
  }
  .numbers__item {
    width: 152px;
  }
  .numbers__item_years {
    margin-bottom: 32px;
  }
  .numbers__item_service {
    order: 1;
  }
  .errors__btn {
    font-size: 14px;
    line-height: 1.5em;
    padding: 8px 16px;
  }
  .errors__btn-wrapper {
    width: 344px;
  }
  .errors__span-2 {
    display: inline;
  }
  .errors__comments {
    width: 401px;
  }
  .reviews__arrows_resp {
    display: flex;
    margin: 0 auto;
  }
  .reviews__arrows_main {
    display: none;
  }
  .reviews-wrapper {
    margin-bottom: 44px;
  }
  .review__card {
    width: 100% !important;
  }
  .reviews__text {
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
  .reviews__block {
    height: 255px;
  }
  .faq__question {
    padding-right: 20px;
  }
  .contacts__img {
    display: none;
  }
  .contacts-container {
    height: 500px;
    background-image: url(../img/contacts-470.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .contacts__info {
    margin-bottom: 18px;
  }
  .contacts-wrapper {
    width: 484px;
    height: 100%;
    margin-right: auto;
  }
  .contacts__block {
    width: 322px;
    border-radius: 10px;
    padding: 20px 0 20px 20px;
    opacity: 0.9;
    background: var(--liner, linear-gradient(287deg, #423F3E 4.7%, #53514F 98.13%));
    backdrop-filter: blur(2px);
  }
  .contacts__btn {
    position: relative;
    z-index: 100;
  }
  .footer__menu .menu-ul {
    width: auto;
    flex-direction: column;
  }
  .footer__menu .menu-ul .menu-li:not(:last-child) {
    margin-bottom: 12px;
  }
  .form {
    width: 440px;
  }
  .input-parent-name, .input-parent-phone {
    width: 212px;
  }
  .popup__heading span {
    display: block;
  }
  .form-wrapper .policy-wrapper {
    width: 255px;
  }
  .form-wrapper .policy-wrapper a {
    display: inline-block;
  }
  .result-guts {
    padding: 80px 44px;
  }
}
/* Extra small: 341px - 480px */
@media (max-width: 470px) {
  body {
    overflow-x: hidden;
  }
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .hamburger {
    padding: 122px 15px 30px;
  }
  .offer {
    height: 693px;
  }
  .offer__container {
    height: 471px;
    background-position: 13% center;
    background-image: url(../img/offer-470.png);
  }
  .offer-wrapper {
    width: auto;
    height: auto;
    margin: 0;
  }
  .offer__block_left {
    width: 302px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 488px;
  }
  .services {
    padding: 80px 0 100px;
  }
  .services__heading {
    margin-bottom: 16px;
    text-align: center;
  }
  .services__heading span:first-child {
    display: block;
  }
  .services__desc {
    text-align: center;
    margin-bottom: 22px;
  }
  .services__text {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 22px;
  }
  .services__card {
    width: 100%;
    height: 109vw;
  }
  .services__card:not(:last-child) {
    margin-bottom: 16px !important;
  }
  .numbers-wrapper-inner {
    width: 311px;
  }
  .numbers__item {
    width: 151px;
  }
  .numbers__text {
    letter-spacing: -0.02em;
  }
  .errors {
    padding: 80px 0 100px;
  }
  .errors__heading {
    margin-bottom: 16px;
  }
  .errors__btn {
    padding: 8px 14px;
    width: fit-content;
  }
  .errors__btn:first-child {
    margin-bottom: 8px;
  }
  .errors__btn-wrapper {
    flex-direction: column;
  }
  .errors__comments {
    width: auto;
  }
  .reviews {
    padding: 80px 0 100px;
  }
  .reviews__heading {
    margin-bottom: 16px;
  }
  .reviews__heading span {
    display: block;
  }
  .reviews__text {
    -webkit-line-clamp: 12;
    line-clamp: 12;
  }
  .reviews__block {
    height: 339px;
  }
  .reviews__subheading span:first-child {
    display: block;
  }
  .faq {
    padding: 100px 0;
  }
  .faq__heading {
    margin-bottom: 16px;
  }
  .faq__subheading {
    margin-bottom: 32px;
  }
  .faq__subheading br {
    display: block;
  }
  .contacts__info {
    width: 270px;
  }
  .contacts__heading span {
    display: block;
  }
  .contacts-wrapper {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
  }
  .contacts {
    height: 716px;
    position: relative;
  }
  .contacts-container {
    height: 439px;
  }
  .contacts__block {
    position: absolute;
    width: 302px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 461px
  }
  .contacts__text {
    margin-bottom: 14px;
}
  .popup {
    width: 95%;
  }
  .form {
    width: 100%;
  }
  .input-parent-name, .input-parent-phone {
    width: 100%;
  }
  .popup__heading {
    margin-bottom: 16px;
  }
  .popup-subheading {
    margin-bottom: 32px;
  }
  .input-parent:not(:last-child) {
    margin-bottom: 8px;
  }
  .input-parent {
    margin-bottom: 16px;
  }
  .policy-wrapper {
    margin-bottom: 32px;
  }
  .form-wrapper {
    flex-direction: column-reverse;
  }
  .file-wrapper {
    margin-bottom: 12px;
  }
  .form-wrapper .policy-wrapper {
    width: auto;
  }
  .result-btn {
    width: 250px;
  }
  .result-guts {
    padding: 80px 22px;
  }
  .subfooter__text {
    text-align: center;
  }
}
/* The Smallest: 0 - 340px */
@media (max-width: 340px) {
  .container {
    padding: 0 15px;
    width: 100%;
  }
  .offer__container {
    background-position: center center;
    background-image: url(../img/offer-340.png);
  }
  .numbers-wrapper-inner {
    width: 100%;
  }
  .numbers-wrapper-inner {
    justify-content: center;
  }
  .numbers__item_years {
    margin-bottom: 0;
  }
  .numbers__item {
    text-align: center;
    margin-bottom: 22px;
  }
  .numbers__item_service {
    order: 2;
    margin-bottom: 0;
  }
  .numbers__item_clients {
    order: 1;
  }
  .reviews__text {
    -webkit-line-clamp: 13;
    line-clamp: 13;
  }
  .reviews__block {
    height: 357px;
  }
  .contacts-container {
    background-image: url(../img/contacts-340.png);
}
}/*# sourceMappingURL=style.css.map */