/* Reset and base styles  */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

a:hover {
  text-decoration: none;
}

/* Common */
nav,
footer,
header,
section,
main {
  display: block;
}

ul,
ul li {
  list-style: none;
}

img,
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

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

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

* {
  font-family: "Inter", sans-serif;
}

body,
html {
  height: 100%;
}

.lock {
  overflow: hidden;
}

.none {
  display: none;
}

.container {
  width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1189px) {
  .container {
    width: 768px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.title-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.title-heading span {
  letter-spacing: 0;
  color: #f03957;
}

li a:hover {
  transition: all 0.2s ease-in;
  color: #967a7a;
}

.header {
  padding-top: 25px;
  padding-bottom: 160px;
}
@media (max-width: 1189px) {
  .header {
    padding-top: 22px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 18px;
    padding-bottom: 60px;
  }
}

.header--another {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .header--another {
    padding-bottom: 29px;
  }
}

.header__top-wrapper {
  height: 65px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1189px) {
  .header__top-wrapper {
    margin-bottom: 99px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .header__top-wrapper {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}

@media (max-width: 1189px) {
  .header--another .header__top-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header--another .header__top-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 1189px) {
  .header__logo {
    width: 111px;
    height: 35px;
  }
}

.header__logo a {
  display: inline-block;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 76px;
       column-gap: 76px;
}
@media (max-width: 1189px) {
  .header__nav-list {
    width: 376px;
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
}

.header__nav-list-item {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #2e3235;
  transition: font-weight 0.2s ease-in;
  white-space: nowrap;
}
.header__nav-list-item.highlight {
  color: #f03957;
}
.header__nav-list-item:hover {
  color: #000;
}
@media (max-width: 1189px) {
  .header__nav-list-item {
    font-size: 14px;
  }
}

.header__phone {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #2e3235;
}
@media (max-width: 1189px) {
  .header__phone {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}

.header__burger-button {
  display: flex;
  align-items: center;
}

.header__bottom-wrapper {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1189px) {
  .header__bottom-wrapper {
    flex-direction: column;
  }
}

.header__info-wrapper {
  width: 563px;
}
@media (max-width: 1189px) {
  .header__info-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .header__info-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
}

.header__title {
  margin-bottom: 15px;
  padding-top: 83px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.75;
  text-transform: uppercase;
}
@media (max-width: 1189px) {
  .header__title {
    padding-top: 0;
    line-height: 1.505;
    letter-spacing: -0.04em;
  }
}
@media (max-width: 767px) {
  .header__title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.505;
    letter-spacing: 0.02em;
  }
}

.header__text {
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: -0.01em;
  color: #817979;
}
@media (max-width: 1189px) {
  .header__text {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .header__text {
    margin-bottom: 37px;
    font-size: 25px;
    letter-spacing: -0.01em;
  }
}

.header__buttons {
  display: flex;
  align-items: center;
}
.header__buttons > *:nth-child(1) {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .header__buttons {
    flex-direction: column;
    row-gap: 25px;
  }
  .header__buttons > *:nth-child(1) {
    margin-right: 0;
  }
}

.header__img {
  width: 563px;
  height: 455px;
}
.header__img img {
  height: 100%;
  border-radius: 25px;
}
@media (max-width: 1189px) {
  .header__img {
    width: 100%;
    height: 306px;
  }
  .header__img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__img {
    height: 242px;
  }
}

.error404 {
  margin-bottom: 95px;
}

.error404 h1,
.error404 h2,
.erro404 p {
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.error404 h1 {
  font-size: 80px;
  text-transform: uppercase;
  color: #f03957;
}
@media (max-width: 1189px) {
  .error404 h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .error404 h1 {
    font-size: 30px;
  }
}

.error404 h2 {
  font-size: 250px;
  text-transform: uppercase;
}
@media (max-width: 1189px) {
  .error404 h2 {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .error404 h2 {
    font-size: 100px;
  }
}

.error404 p {
  margin-bottom: 70px;
  font-size: 24px;
}
@media (max-width: 1189px) {
  .error404 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .error404 p {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
  }
}

.contacts .tree {
  color: #a5a4a4;
  padding-top: 35px;
}

.contacts .map__contacts-info {
  height: 417px;
  border-radius: 15px;
}
@media (max-width: 1189px) {
  .contacts .map__contacts-info {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .contacts .map__contacts-info {
    top: 0;
    border-radius: 0 0 15px 15px;
  }
}

.about {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .about {
    margin-bottom: 60px;
  }
}

.about .tree {
  color: #a5a4a4;
  padding-top: 35px;
}

.about__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
@media (max-width: 1189px) {
  .about__wrapper {
    row-gap: 60px;
  }
}
@media (max-width: 767px) {
  .about__wrapper {
    row-gap: 40px;
  }
}

.about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .about__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.about__content:last-child {
  padding: 38px 0 38px 33px;
  background-color: #f7f5f5;
}
@media (max-width: 1189px) {
  .about__content:last-child {
    padding-right: 23px;
  }
}
@media (max-width: 767px) {
  .about__content:last-child {
    width: 100%;
    padding: 30px 17px 30px 24px;
    gap: 25px;
  }
}

.about__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media (max-width: 1189px) {
  .about__title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 30px;
  }
}

.about__description {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .about__description {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 20px;
  }
}

.about__text {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .about__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about__text {
    font-size: 16px;
  }
}

.about__text:first-child {
  padding-right: 150px;
}
@media (max-width: 1189px) {
  .about__text:first-child {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .about__text:first-child {
    padding-right: 2px;
  }
}

.about__text:last-child {
  padding-right: 77px;
}
@media (max-width: 1189px) {
  .about__text:last-child {
    width: 330px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about__text:last-child {
    width: 100%;
    padding-right: 2px;
  }
}

.employess {
  padding-bottom: 150px;
}

.emloyess__employess {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .emloyess__employess {
    margin-top: 35px;
  }
}

.employess__card-wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1189px) {
  .employess__card-wrapper {
    flex-direction: column;
    row-gap: 60px;
  }
}

.employess-card {
  width: 367px;
  padding-bottom: 32px;
  background-color: #f7f5f5;
  border-radius: 20px;
}
@media (max-width: 1189px) {
  .employess-card {
    width: 100%;
  }
}

.employess-card__img {
  position: relative;
  margin-bottom: 30px;
  border-radius: 20px;
  width: 367px;
  height: 452px;
  overflow: hidden;
  background-color: #f7f5f5;
}
.employess-card__img img {
  position: absolute;
  max-width: unset;
  height: unset;
}
@media (max-width: 1189px) {
  .employess-card__img {
    width: 728px;
  }
}
@media (max-width: 767px) {
  .employess-card__img {
    width: 100%;
  }
}

.employess-card__img-first {
  top: -90px;
  left: -25px;
}
@media (max-width: 767px) {
  .employess-card__img-first {
    left: -40px;
  }
}

.employess-card__img-second {
  left: -150px;
}
@media (max-width: 1189px) {
  .employess-card__img-second {
    left: 0;
  }
}
@media (max-width: 767px) {
  .employess-card__img-second {
    left: -150px;
  }
}

.employess-card__img-third {
  top: -65px;
  left: -440px;
}
@media (max-width: 1189px) {
  .employess-card__img-third {
    left: -90px;
  }
}
@media (max-width: 767px) {
  .employess-card__img-third {
    left: -450px;
  }
}

.employess-card__title {
  padding-left: 32px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .employess-card__title {
    padding-left: 0;
    text-align: center;
  }
}

.employess-card__name {
  font-weight: 500;
  font-size: 20px;
}

.employess-card__job-title {
  margin-bottom: 15px;
}

.employess-card__description {
  color: #777272;
  padding-right: 40px;
}

.comfort {
  padding-top: 86px;
}
.comfort .advantage__title {
  padding-right: 0;
  width: 710px;
}
@media (max-width: 1189px) {
  .comfort .advantage__title {
    width: 100%;
    margin-bottom: 35px;
  }
}

.comfort__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 767px) {
  .comfort__wrapper {
    width: 100%;
  }
}

.comfort__top-row,
.comfort__bottom-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background-color: #f7f5f5;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .comfort__top-row,
  .comfort__bottom-row {
    flex-direction: column;
    width: 100%;
  }
}

.comfort__left-block,
.comfort__right-block {
  width: 565px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}

.comfort__left-block {
  position: relative;
  padding: 50px 130px 50px 30px;
  font-weight: 500;
  font-size: 20px;
  background-color: #c4c4c4;
  border-radius: 20px;
}
.comfort__left-block p {
  margin-bottom: 45px;
}
.comfort__left-block .arrow {
  position: absolute;
  right: 65px;
  bottom: 45px;
}
@media (max-width: 767px) {
  .comfort__left-block .arrow {
    display: none;
  }
}
@media (max-width: 1189px) {
  .comfort__left-block {
    font-size: 18px;
    padding: 40px 60px 140px 28px;
  }
}
@media (max-width: 767px) {
  .comfort__left-block {
    width: 100%;
  }
}

.comfort__right-block {
  padding: 50px 50px 50px 30px;
  font-size: 18px;
}
@media (max-width: 1189px) {
  .comfort__right-block {
    font-size: 16px;
    padding: 40px 17px 40px 15px;
  }
}
@media (max-width: 767px) {
  .comfort__right-block {
    width: 100%;
  }
}

.customer-focus {
  padding-top: 120px;
  padding-bottom: 120px;
}
.customer-focus .advantage__title {
  margin-bottom: 35px;
}

.customer-focus__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .customer-focus__wrapper {
    flex-direction: column;
  }
}
.customer-focus__wrapper > * {
  width: 565px;
  padding: 50px 70px 50px 30px;
  background-color: #f7f5f5;
  border-radius: 20px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .customer-focus__wrapper > * {
    width: 100%;
  }
}
@media (max-width: 1189px) {
  .customer-focus__wrapper > * {
    width: 350px;
    padding: 40px 22px 12px 26px;
  }
}
@media (max-width: 767px) {
  .customer-focus__wrapper > * {
    width: 100%;
    padding: 40px 8px 40px 25px;
  }
}
.customer-focus__wrapper h4 {
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 1189px) {
  .customer-focus__wrapper h4 {
    font-size: 16px;
  }
}
.customer-focus__wrapper p {
  font-size: 18px;
}
@media (max-width: 1189px) {
  .customer-focus__wrapper p {
    font-size: 16px;
  }
}

.mobile-nav {
  transition: all 0.2s ease-in;
  position: absolute;
  z-index: 10;
  top: -100%;
}
@media (max-width: 767px) {
  .mobile-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40px;
    padding-bottom: 56px;
    background-color: #000;
  }
}

.mobile-nav__logo {
  width: 104px;
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.header__burger-button {
  display: none;
  z-index: 15;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__burger-button {
    display: flex;
  }
}

.burger {
  position: relative;
  width: 25px;
  height: 3px;
  background-color: #000;
  transition: background-color 0.2s ease-in;
}
.burger.active {
  background-color: transparent;
}
.burger::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  top: -8px;
  background-color: #000;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.burger.active::before {
  top: 0;
  transition: top 0.2s ease-in, transform 0.2s ease-in 0.2s;
  transform: rotate(45deg);
  background-color: #fff;
}
.burger::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  top: 8px;
  background-color: #000;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.burger.active::after {
  top: 0;
  transition: top 0.2s ease-in, transform 0.2s ease-in 0.2s;
  transform: rotate(-45deg);
  background-color: #fff;
}

.mobile-nav__wrapper {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #d9d9d9;
}

.mobile-nav__item {
  margin-bottom: 20px;
  transition: color 0.2s ease-in;
}
.mobile-nav__item:last-child {
  margin-bottom: 0;
}
.mobile-nav__item:hover {
  color: #967a7a;
}

.btn-feedback,
.btn-reference {
  width: 245px;
  height: 66px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.05em;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  .btn-feedback,
  .btn-reference {
    width: 100%;
  }
}

.btn-feedback {
  background-color: #f03957;
  color: #fff;
  line-height: 1.75;
}
.btn-feedback:hover {
  background-color: #fff;
  color: #f03957;
  border: 2px solid #f03957;
}

.btn-reference {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  line-height: 66px;
  text-align: center;
}
.btn-reference:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}

.btn-go-around {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 251px;
  height: 66px;
  line-height: 66px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #f03957;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #fff !important;
  transition: all 0.2s ease-in;
}
.btn-go-around:hover {
  background-color: #fff;
  color: #f03957 !important;
  border: 2px solid #f03957;
}

.services {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #525252;
}
@media (max-width: 1189px) {
  .services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.services__title-wrapper {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
.services__title-wrapper > * {
  width: 594px;
}
@media (max-width: 1189px) {
  .services__title-wrapper {
    margin-bottom: 60px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .services__title-wrapper {
    flex-direction: column;
    margin-bottom: 35px;
  }
}

.services__title {
  padding-right: 200px;
  width: 564px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #f7f5f5;
}
.services__title span {
  color: #f03957;
  letter-spacing: 0;
}
@media (max-width: 1189px) {
  .services__title {
    width: 354px;
    padding-right: 80px;
    font-size: 35px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .services__title {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
    font-size: 30px;
  }
}

.services__text {
  width: 564px;
  padding-right: 100px;
  font-weight: 600;
  font-size: 18px;
  color: #f7f5f5;
}
@media (max-width: 1189px) {
  .services__text {
    padding-right: 0;
    width: 354px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 767px) {
  .services__text {
    width: 100%;
  }
}

.services__card-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media (max-width: 1189px) {
  .services__card-wrapper {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .services__card-wrapper {
    row-gap: 30px;
  }
}

.service-card {
  position: relative;
  width: 100%;
  padding-left: 69px;
  padding-right: 69px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.service-card:nth-child(even) {
  flex-direction: row-reverse;
}
.service-card:nth-child(even) .service-card__description {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .service-card:nth-child(even) .service-card__description {
    padding-left: 0;
  }
}
@media (max-width: 1189px) {
  .service-card {
    padding: 40px 46px 60px;
  }
}
@media (max-width: 767px) {
  .service-card {
    padding: 30px 24px 44px;
  }
}

.service-card--mobile {
  position: relative;
}

.service-card--details {
  padding-top: 60px;
  padding-left: 69px;
  padding-right: 69px;
  display: block;
}
@media (max-width: 1189px) {
  .service-card--details {
    padding-top: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .service-card--details {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 36px;
  }
}

.mobile-card {
  position: relative;
}

.service-card__description {
  width: 512px;
}
@media (max-width: 1189px) {
  .service-card__description {
    width: 320px;
  }
}

.service-card__title {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
.service-card__title span {
  color: #f03957;
}
@media (max-width: 1189px) {
  .service-card__title {
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .service-card__title {
    font-size: 20px;
  }
}

.service-card--details .service-card__description {
  width: 100%;
}

.service-card--details .service-card__title {
  font-size: 40px;
}
@media (max-width: 1189px) {
  .service-card--details .service-card__title {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .service-card--details .service-card__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.service-card__details-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .service-card__details-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .service-card__details-wrapper {
    margin-top: 25px;
  }
}

.service-card__details-img {
  width: 298px;
  position: relative;
}
.service-card__details-img img {
  position: relative;
}
.service-card__details-img .tv-details-img {
  position: absolute;
}
@media (max-width: 1189px) {
  .service-card__details-img .tv-details-img {
    position: relative;
    left: 50px;
  }
}

@media (max-width: 1189px) {
  .service-card__details-img > .tv-details-img {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .service-card__details-img > .tv-details-img {
    height: 200px;
    left: 20px;
  }
}

.service-card__details-grid {
  display: grid;
  width: 694px;
  gap: 30px;
  grid-template-columns: 298px 366px;
}
@media (max-width: 1189px) {
  .service-card__details-grid {
    width: 354px;
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .service-card__details-grid {
    width: 252px;
    grid-template-columns: 100%;
  }
}

.service-card__details-service {
  display: flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #000;
}
.service-card__details-service::before {
  margin-right: 38px;
  content: url("../img/services/arrow-service.png");
}
@media (max-width: 1189px) {
  .service-card__details-service::before {
    margin-right: 27px;
  }
}
@media (max-width: 1189px) {
  .service-card__details-service {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .service-card__details-service {
    font-size: 16px;
  }
}

.service-card__text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .service-card__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .service-card__text {
    width: 100%;
  }
}

.service-card__button {
  width: 160px;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .service-card__button {
    width: 100%;
  }
}

.service-card__img {
  width: 495px;
  height: 197px;
}
.service-card__img img {
  position: relative;
}
.service-card__img img.mobile-img {
  position: absolute;
}
@media (max-width: 1189px) {
  .service-card__img {
    width: 233px;
    height: 233px;
  }
}
@media (max-width: 767px) {
  .service-card__img {
    display: none;
  }
}

.service-card__img-mobile {
  display: none;
}
.service-card__img-mobile img {
  position: relative;
}
@media (max-width: 767px) {
  .service-card__img-mobile {
    display: block;
  }
}

.audio-img {
  top: -8px;
  left: 110px;
}
@media (max-width: 1189px) {
  .audio-img {
    top: 15px;
    left: -12px;
  }
}
@media (max-width: 767px) {
  .audio-img {
    margin-bottom: 8px;
    top: -20px;
    left: 54px;
  }
}

.audio-details-img {
  left: 80px;
  top: -71px;
}
@media (max-width: 1189px) {
  .audio-details-img {
    left: -32px;
    top: -10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .audio-details-img {
    top: 5px;
    left: 35px;
  }
}

.photo-img {
  top: -42px;
  left: 15px;
}
@media (max-width: 1189px) {
  .photo-img {
    top: 45px;
    left: 20px;
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .photo-img {
    margin-bottom: 33px;
    transform: scale(1);
    top: -7px;
    left: 33px;
  }
}

.photo-details-img {
  top: -104px;
  left: 0;
}
@media (max-width: 1189px) {
  .photo-details-img {
    top: 47px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .photo-details-img {
    top: 20px;
    left: -10px;
  }
}

.mobile-img {
  position: absolute;
  bottom: 0;
  right: 165px;
}
@media (max-width: 1189px) {
  .mobile-img {
    bottom: 0;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .mobile-img {
    margin-bottom: -22px;
    top: -41px;
    left: 136px;
  }
}

.mobile-details-img {
  position: absolute;
  bottom: 0;
  right: 116px;
}
@media (max-width: 767px) {
  .mobile-details-img {
    position: relative;
    right: 0;
  }
}

.scooter-img {
  top: -6px;
  left: 5px;
}
@media (max-width: 1189px) {
  .scooter-img {
    top: 65px;
    left: 20px;
    transform: scale(1.2);
  }
}
@media (max-width: 767px) {
  .scooter-img {
    transform: scale(1);
    margin-bottom: 32px;
    top: 1px;
    left: 37px;
  }
}

.scooter-details-img {
  left: 10px;
  top: -23px;
}
@media (max-width: 1189px) {
  .scooter-details-img {
    left: -30px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .scooter-details-img {
    top: 25px;
    left: -15px;
  }
}

.tv-img {
  top: -23px;
  left: 120px;
}
@media (max-width: 1189px) {
  .tv-img {
    top: 29px;
    left: -30px;
  }
}
@media (max-width: 767px) {
  .tv-img {
    margin-bottom: 16px;
    top: -7px;
    left: 46px;
  }
}

.tv-details-img {
  position: absolute;
  top: -150px;
  left: -60px;
}
@media (max-width: 1189px) {
  .tv-details-img {
    top: -125px;
  }
}
@media (max-width: 767px) {
  .tv-details-img {
    left: 5px;
    top: 15px;
  }
}

.services-details {
  background-color: #525252;
  padding-bottom: 100px;
}

.tree {
  padding-top: 45px;
  padding-bottom: 100px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #f7f5f5;
}
@media (max-width: 1189px) {
  .tree {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tree {
    padding-top: 35px;
    padding-bottom: 60px;
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: -0.05em;
    color: #a5a4a4;
  }
}

.services__title-wrapper--details {
  align-items: flex-start;
}
.services__title-wrapper--details .services__title {
  padding-right: 100px;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.65;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #f7f5f5;
}
@media (max-width: 1189px) {
  .services__title-wrapper--details .services__title {
    width: 354px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .services__title-wrapper--details .services__title {
    width: 100%;
    font-size: 30px;
  }
}
.services__title-wrapper--details .services__text {
  padding-top: 18px;
}
@media (max-width: 1189px) {
  .services__title-wrapper--details .services__text {
    width: 354px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .services__title-wrapper--details .services__text {
    width: 100%;
  }
}

@media (max-width: 1189px) {
  .desktop-title {
    display: none;
  }
}

.tablet-title {
  display: none;
}
@media (max-width: 1189px) {
  .tablet-title {
    display: block;
  }
}

.advantage {
  background-color: #f7f5f5;
  padding: 120px 0;
}
@media (max-width: 1189px) {
  .advantage {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.advantage__title-wrapper {
  margin-bottom: 80px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.advantage__title-wrapper > * {
  width: 564px;
}
@media (max-width: 1189px) {
  .advantage__title-wrapper {
    margin-bottom: 60px;
  }
  .advantage__title-wrapper > * {
    width: 355px;
  }
}
@media (max-width: 767px) {
  .advantage__title-wrapper {
    margin-bottom: 35px;
    flex-direction: column;
  }
}

.advantage__title {
  padding-right: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.advantage__title span {
  color: #f03957;
  letter-spacing: 0;
}
@media (max-width: 1189px) {
  .advantage__title {
    padding-right: 0;
    font-size: 35px;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .advantage__title {
    width: 100%;
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.advantage__text {
  padding-right: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .advantage__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .advantage__text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .advantage__text {
    font-size: 16px;
    padding-right: 0;
  }
}

.advantage__card-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1189px) {
  .advantage__card-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
}

.advantage-card {
  width: 367px;
  padding: 35px 33px 100px;
  border-radius: 20px;
  background-color: #c4c4c4;
}
.advantage-card--dark {
  background-color: #525252;
  color: #fff;
}
.advantage-card--red {
  background-color: #d4636b;
  color: #fff;
}
@media (max-width: 1189px) {
  .advantage-card {
    width: 100%;
    padding: 32px 92px 42px 48px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .advantage-card {
    padding: 35px 26px;
  }
}

.advantage-card__content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
@media (max-width: 1189px) {
  .advantage-card__content-wrapper {
    flex-direction: row;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media (max-width: 767px) {
  .advantage-card__content-wrapper {
    flex-direction: row-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.advantage-card__logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: end;
  height: 73px;
  margin-bottom: -8px;
}
@media (max-width: 1189px) {
  .advantage-card__logo {
    min-width: 73px;
  }
  .advantage-card__logo img {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .advantage-card__logo img {
    width: 56px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .advantage-card--dark .advantage-card__logo {
    max-width: 39px;
    height: 43px;
  }
  .advantage-card--dark .advantage-card__logo img {
    width: 39px;
    height: 43px;
  }
}

.advantage-card__title {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .advantage-card__title {
    font-size: 20px;
  }
}

@media (max-width: 1189px) {
  .advantage-card--dark .advantage-card__title {
    width: 100%;
    padding-right: 0;
  }
}

.advantage-card--red .advantage-card__title {
  width: 120px;
}
@media (max-width: 1189px) {
  .advantage-card--red .advantage-card__title {
    width: 478px;
  }
}

.advantage-card__text {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .advantage-card__text {
    padding-left: 115px;
  }
}
@media (max-width: 767px) {
  .advantage-card__text {
    padding-left: 0;
    font-size: 16px;
  }
}

.brands {
  padding-top: 120px;
}
@media (max-width: 1189px) {
  .brands {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .brands {
    padding-top: 60px;
  }
}

.brands__title {
  width: 861px;
  margin-bottom: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.brands__title span {
  color: #f03957;
  letter-spacing: 0;
}
@media (max-width: 1189px) {
  .brands__title {
    margin-bottom: 60px;
    width: 680px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .brands__title {
    margin-bottom: 40px;
    width: 236px;
    font-size: 30px;
    line-height: 1.5;
  }
}

.brand-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #efefef;
  border-radius: 20px;
  width: 267px;
  height: 107px;
}
.brand-frame img {
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 1189px) {
  .brand-frame {
    width: 229px;
    height: 89px;
  }
  .brand-frame img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .brand-frame {
    width: 140px;
    height: 57px;
    border-radius: 5px;
  }
  .brand-frame img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 95px;
    height: 20px;
  }
}

.brands__carousel {
  position: relative;
  margin-top: 0;
}
.brands__carousel span[aria-label=Previous] {
  position: absolute;
  left: -53px;
  top: 35px;
  content: url("../img/brands/arrow-previous.svg");
}
@media (max-width: 1189px) {
  .brands__carousel span[aria-label=Previous] {
    left: -15px;
    content: url("../img/brands/arrow-previous-tablet.svg");
  }
}
@media (max-width: 767px) {
  .brands__carousel span[aria-label=Previous] {
    top: -25px;
    left: 125px;
  }
}
.brands__carousel span[aria-label=Next] {
  position: absolute;
  right: -30px;
  top: 35px;
  content: url("../img/brands/arrow-next.svg");
}
@media (max-width: 1189px) {
  .brands__carousel span[aria-label=Next] {
    right: -18px;
    content: url("../img/brands/arrow-next-tablet.svg");
  }
}
@media (max-width: 767px) {
  .brands__carousel span[aria-label=Next] {
    right: 135px;
    top: -25px;
  }
}

.reviews {
  padding-top: 120px;
  padding-bottom: 86px;
}
@media (max-width: 1189px) {
  .reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.reviews__title {
  margin-bottom: 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.reviews__title span {
  color: rgb(240, 57, 87);
  letter-spacing: 0;
}
@media (max-width: 1189px) {
  .reviews__title {
    margin-bottom: 60px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .reviews__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.rewiews__card-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .rewiews__card-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
}

.review-card {
  width: 367px;
  padding: 23px 22px 30px 30px;
  border-radius: 15px;
  background: rgb(247, 245, 245);
}
@media (max-width: 1189px) {
  .review-card {
    width: 230px;
    padding: 15px 10px 40px 19px;
  }
}
@media (max-width: 767px) {
  .review-card {
    width: 100%;
  }
}

.review-card__title {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1189px) {
  .review-card__title {
    margin-bottom: 20px;
    flex-direction: column-reverse;
    align-items: end;
    row-gap: 7px;
  }
}

.review-card__title-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.review-card__name {
  width: 130px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .review-card__name {
    font-size: 16px;
  }
}

.review-card__date {
  width: 130px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-decoration: underline;
  color: #6f7375;
}
@media (max-width: 1189px) {
  .review-card__date {
    font-size: 11px;
  }
}

@media (max-width: 1189px) {
  .review-card__img img {
    width: 24px;
  }
}

.review-card__comment {
  margin-bottom: 17px;
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .review-card__comment {
    margin-bottom: 13px;
    padding-right: 11px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .review-card__comment {
    margin-bottom: 35px;
  }
}

.review-card__details {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1189px) {
  .review-card__details {
    flex-direction: column;
  }
}

.review-card__more {
  width: 138px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-decoration: underline;
  color: #6f7375;
}
@media (max-width: 1189px) {
  .review-card__more {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .review-card__more {
    margin-bottom: 15px;
  }
}

.review-card__stars-wrapper {
  display: flex;
  width: 146px;
}

.review-card__star {
  margin-right: 3px;
  cursor: pointer;
}
.review-card__star:last-child {
  padding-right: 0;
}
.review-card__star--active {
  fill: #fec12a;
}
.review-card__star:hover {
  fill: #fec12a;
}

.feedback {
  padding: 120px 0;
  background-color: #525252;
  color: #fff;
}
@media (max-width: 1189px) {
  .feedback {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .feedback {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .feedback--contacts {
    padding-bottom: 60px;
  }
}

.feedback__title-wrapper {
  width: 100%;
  margin-bottom: 57px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 1189px) {
  .feedback__title-wrapper {
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .feedback__title-wrapper {
    flex-direction: column;
    margin-bottom: 35px;
  }
}

.feedback__title {
  width: 567px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.68;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #f7f5f5;
}
.feedback__title span {
  color: #f03957;
  letter-spacing: 0;
}
@media (max-width: 1189px) {
  .feedback__title {
    width: 354px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .feedback__title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 1.75;
  }
}

.feedback__description {
  width: 563px;
  padding-top: 31px;
  padding-right: 243px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #f7f5f5;
}
@media (max-width: 1189px) {
  .feedback__description {
    width: 365px;
    padding-top: 10px;
    padding-right: 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .feedback__description {
    width: 100%;
    padding-top: 0;
    padding-right: 25px;
  }
}

.feedback__send-form {
  padding: 80px 97px;
  background-color: #f7f5f5;
  border-radius: 20px;
}
@media (max-width: 1189px) {
  .feedback__send-form {
    padding: 60px 48px;
    border-radius: 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .feedback__send-form {
    padding: 35px 24px 30px;
  }
}

.feedback__fields-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  color: #817979;
}
.feedback__fields-wrapper .binder {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 33px;
  height: 33px;
  background-image: url("../img/feedback/binder.png");
}
@media (max-width: 1189px) {
  .feedback__fields-wrapper .binder {
    right: 15px;
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .feedback__fields-wrapper {
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 15px;
  }
}

.feedback__contact-info {
  width: 465px;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.feedback__contact-info input {
  padding-left: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 10px;
  color: rgb(129, 121, 121);
  line-height: 1.75;
  letter-spacing: -0.05em;
}
@media (max-width: 1189px) {
  .feedback__contact-info {
    width: 306px;
    row-gap: 15px;
  }
  .feedback__contact-info input {
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .feedback__contact-info {
    width: 100%;
  }
}

.feedback__trouble-description {
  width: 465px;
  padding-top: 13px;
  padding-left: 25px;
  border: 2px solid rgb(217, 217, 217);
  border-radius: 10px;
  resize: none;
}
@media (max-width: 1189px) {
  .feedback__trouble-description {
    width: 306px;
    border-radius: 5px;
    padding-top: 16px;
    padding-left: 15px;
  }
  .feedback__trouble-description::-moz-placeholder {
    line-height: 1.75;
  }
  .feedback__trouble-description::placeholder {
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .feedback__trouble-description {
    width: 100%;
    height: 198px;
  }
}

.feedback__send-btn {
  width: 228px;
  margin-bottom: 17px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .feedback__send-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}

.feedback__remember {
  width: 228px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #000;
}
@media (max-width: 767px) {
  .feedback__remember {
    width: 100%;
    padding-right: 40px;
  }
}

.map {
  width: 100%;
  height: 670px;
  position: relative;
}
@media (max-width: 1189px) {
  .map {
    height: 527px;
  }
}
@media (max-width: 767px) {
  .map {
    width: 320px;
    height: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.yandex-map {
  width: 100%;
  height: 670px;
}
@media (max-width: 1189px) {
  .yandex-map {
    height: 527px;
  }
}
@media (max-width: 767px) {
  .yandex-map {
    width: 100%;
    height: 700px;
  }
}

.map__contacts-info {
  position: absolute;
  z-index: 5;
  top: 120px;
  width: 463px;
  height: 323px;
  padding: 50px 54px;
  border-radius: 15px;
  background-color: #525252;
}
@media (max-width: 1189px) {
  .map__contacts-info {
    top: 100px;
    width: 354px;
    height: 323px;
    padding: 46px 30px 45px 47px;
  }
}
@media (max-width: 767px) {
  .map__contacts-info {
    top: 0;
    left: 0;
    width: 320px;
    height: 362px;
    padding: 60px 40px 60px 35px;
    border-radius: 0 0 15px 15px;
    line-height: 1.75;
    letter-spacing: -0.05em;
  }
}

.map__contacts-info-logo {
  margin-bottom: 33px;
  width: 150px;
  height: 50px;
}
@media (max-width: 1189px) {
  .map__contacts-info-logo {
    margin-bottom: 23px;
  }
}

.map__contacts-info-address,
.map__contacts-info-email {
  margin-bottom: 24px;
  line-height: 1.75;
  letter-spacing: -0.04em;
  color: #efefef;
}

@media (max-width: 1189px) {
  .map__contacts-info-address {
    margin-bottom: 15px;
  }
}

.map__contacts-info-tel {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #dedcdc;
}

.map__contacts-info-email,
.map__contacts-info-tel {
  transition: font-weight 0.2s linear;
}
.map__contacts-info-email:hover,
.map__contacts-info-tel:hover {
  font-weight: 600;
}

.map__contacts-title {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #f03957;
}
.map__contacts-title span {
  color: #f7f5f5;
}

.map-contacts-requisites {
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline !important;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #efefef !important;
}

.footer {
  padding-top: 107px;
  padding-bottom: 93px;
  background-color: #000;
  color: #d9d9d9;
}
@media (max-width: 1189px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.footer__grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
@media (max-width: 1189px) {
  .footer__grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 767px) {
  .footer__grid-wrapper {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

@media (max-width: 767px) {
  .footer__grid-column:last-child {
    margin-top: -20px;
  }
}

@media (max-width: 1189px) {
  .footer__grid-column--logo {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media (max-width: 767px) {
  .footer__grid-column--logo {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.footer__column-list {
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: -0.05em;
  color: #d9d9d9;
  transition: font-weight 0.2s linear;
}
.footer__column-list:hover {
  font-weight: 600;
}
@media (max-width: 1189px) {
  .footer__column-list {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer__grid-column--services {
    grid-row: span 2;
  }
}