/*
sass --no-source-map web/landing/assets/sass/contacts.scss web/landing/assets/css/contacts.css
*/
.landing-contacts {
  padding-top: 130px;
  padding-bottom: 56px;
  background-color: #f5f5f5;
}
.landing-contacts__grid {
  margin-top: 18px;
  display: flex;
  align-items: stretch;
}
.landing-contacts__left, .landing-contacts__right {
  display: flex;
  flex-direction: column;
}
.landing-contacts__left {
  padding-right: 25px;
}
@media screen and (max-width: 1200px) {
  .landing-contacts__left {
    padding-right: 15px;
  }
}
.landing-contacts__right {
  padding-left: 25px;
}
@media screen and (max-width: 1200px) {
  .landing-contacts__right {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .landing-contacts__right {
    flex-direction: column-reverse;
  }
}
.landing-contacts__lead-main {
  margin: 0 0 20px;
  font-size: 21px;
  line-height: normal;
  font-weight: 600;
  color: #151515;
}
.landing-contacts__lead-sub {
  margin: 0 0 26px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  color: #151515;
}
.landing-contacts__details {
  margin-top: 32px;
}
.landing-contacts__phones {
  margin-bottom: 15px;
}
.landing-contacts__phones .phone-link {
  display: block;
  color: #151515;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.landing-contacts__phones .phone-link span {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .landing-contacts__phones .phone-link {
    font-size: 17px;
  }
  .landing-contacts__phones .phone-link span {
    font-size: 14px;
  }
}
.landing-contacts__emails {
  line-height: normal;
  font-weight: 500;
}
.landing-contacts__emails a {
  font-size: 21px;
  text-decoration: none;
}
.landing-contacts__emails span {
  font-size: 17px;
  color: #151515;
}

.landing-container--inner .title-of-page {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: normal;
  font-weight: 600;
}

.landing-contacts-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 23px 30px;
}
@media screen and (max-width: 1200px) {
  .landing-contacts-card {
    padding: 17px 20px;
  }
}
.landing-contacts-card__title {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  font-size: 21px;
  line-height: normal;
  font-weight: 600;
  color: #151515;
}
.landing-contacts-card__title-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #151515;
}
.landing-contacts-card__text {
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  color: #151515;
}
.landing-contacts-card__buttons {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .landing-contacts-card__buttons {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .landing-contacts-card__buttons {
    display: flex;
    flex-direction: column;
  }
}

.landing-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 15px;
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  height: 48px;
}
@media screen and (max-width: 768px) {
  .landing-contact-btn {
    font-size: 14px;
    height: 45px;
  }
}
.landing-contact-btn span {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .landing-contact-btn span {
    margin: 0 auto 0 -26px;
  }
}
.landing-contact-btn .icon {
  width: 29px;
  height: 24px;
  fill: #fff;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .landing-contact-btn .icon {
    width: 26px;
    height: 22px;
    margin-right: auto;
  }
}
.landing-contact-btn .icon-max {
  fill: #fff;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 768px) {
  .landing-contact-btn .icon-max {
    width: 24px;
    height: 24px;
  }
}
.landing-contact-btn .icon-wa {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .landing-contact-btn .icon-wa {
    width: 26px;
    height: 26px;
  }
}
.landing-contact-btn--telegram {
  background: linear-gradient(90deg, #00afe4 0%, #0093d4 100%);
}
.landing-contact-btn--max {
  background: linear-gradient(90deg, #3e5ffd 0%, #a859dc 100%);
}
.landing-contact-btn--whatsapp {
  background: linear-gradient(180deg, #60d669 0%, #1faf38 100%);
}

.landing-contacts-card--social {
  padding: 30px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .landing-contacts-card--social {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .landing-contacts-card--social {
    padding: 13px 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }
}

.landing-contacts-social {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 14px;
}
.landing-contacts-social__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .landing-contacts-social__icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}
.landing-contacts-social__icon .icon {
  width: 42px;
  height: 42px;
  fill: #fff;
}
.landing-contacts-social__icon--telegram {
  background-image: linear-gradient(135deg, #00afe4 15%, #0093d4 85%);
}
.landing-contacts-social__icon--telegram .icon {
  width: 29px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .landing-contacts-social__icon--telegram .icon {
    width: 28px;
    height: 23px;
  }
}
.landing-contacts-social__icon--max {
  background: linear-gradient(135deg, #516dff 0%, #7f44d7 100%);
}
.landing-contacts-social__icon--max .icon {
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .landing-contacts-social__icon--max .icon {
    width: 36px;
    height: 36px;
  }
}
.landing-contacts-social__icon--rutube {
  background-color: #0b1d38;
}
.landing-contacts-social__icon--rutube .icon {
  width: 34px;
  height: 29px;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .landing-contacts-social__icon--rutube .icon {
    width: 33px;
    height: 28px;
  }
}
.landing-contacts-social__text {
  margin: 0;
  color: #151515;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
}

.landing-contacts-map {
  border-radius: 16px;
  overflow: hidden;
  background: #e7ebef;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}
.landing-contacts-map__canvas {
  height: 428px;
  width: 100%;
}
.landing-contacts-map__fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 20px;
  font-size: 26px;
  line-height: 1.3;
  color: #008ea1;
  text-decoration: none;
  background: #eef2f6;
  text-align: center;
}

.landing-contacts-office {
  margin-top: 57px;
  color: #151515;
}
@media screen and (max-width: 991px) {
  .landing-contacts-office {
    margin-top: 27px;
    margin-bottom: 36px;
  }
}
.landing-contacts-office__label {
  display: flex;
  align-items: center;
  font-size: 17px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 16px;
}
.landing-contacts-office__label .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  stroke: #151515;
}
.landing-contacts-office__company, .landing-contacts-office__address {
  margin: 0;
  font-size: 21px;
  line-height: normal;
  font-weight: 500;
}

.landing-contacts-map-marker {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translate(-50%, -100%);
  transform-origin: 0 0;
  will-change: transform;
}

.landing-contacts-map-marker__card {
  background: #fff;
  border-radius: 14px;
  padding: 10px 16px;
  color: #202020;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.landing-contacts-map-marker__title {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

.landing-contacts-map-marker__time {
  margin-top: 2px;
  font-size: 17px;
  line-height: 1.2;
  color: #737373;
}

@media (max-width: 768px) {
  .landing-contacts {
    padding-top: 110px;
  }
  .landing-contacts__lead-main {
    font-size: 17px;
    font-weight: 600;
  }
  .landing-contacts__lead-sub {
    font-size: 14px;
  }
  .landing-contacts__emails a {
    font-size: 17px;
  }
  .landing-contacts__emails span {
    font-size: 14px;
  }

  .landing-container--inner .title-of-page {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .landing-contacts-card {
    padding: 20px 18px 22px;
    border-radius: 20px;
  }
  .landing-contacts-card__title {
    font-size: 17px;
  }
  .landing-contacts-card__title-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .landing-contacts-card__text {
    font-size: 14px;
  }

  .landing-contacts-social {
    flex-wrap: wrap;
  }
  .landing-contacts-social__text {
    font-size: 14px;
  }

  .landing-contacts-map__canvas {
    height: 430px;
  }

  .landing-contacts-office {
    margin-top: 27px;
  }
  .landing-contacts-office__label {
    font-size: 14px;
  }
  .landing-contacts-office__label .icon {
    width: 10px;
    height: 14px;
  }
  .landing-contacts-office__company, .landing-contacts-office__address {
    font-size: 17px;
  }
}
