@charset "UTF-8";

.main .section__hero {
  overflow: hidden;
}
.main .section__hero .hero__content {
  display: flex;
  justify-content: space-between;
}
.main .section__hero .hero__content-info {
  flex: 0 1 40%;
  margin-right: 20px;
}
.main .section__hero .hero__content-info .title {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
}
.main .section__hero .hero__content-info .title._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-info .text__block {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  margin: 40px 0;
}
.main .section__hero .hero__content-info .text__block .txt {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.main .section__hero .hero__content-info .text__block .txt:not(:last-child) {
  padding-bottom: 10px;
}
.main .section__hero .hero__content-info .text__block._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-info .button-black {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-info .button-black._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-img {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  flex: 0 1 50%;
  max-height: 465px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
.main .section__hero .hero__content-img .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .section__hero .hero__content-img._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__contacts {
  overflow-x: hidden;
}
.main .section__contacts .contacts__content {
  display: flex;
}
.main .section__contacts .contacts__content-map {
  flex: 0 1 50%;
  margin-right: 20px;
}
.main .section__contacts .contacts__content-map .map {
  height: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main .section__contacts .contacts__content-cards {
  flex: 0 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.main .section__contacts .contacts__content-cards .contact__box-map {
  background: url(../img/icon/map.png) no-repeat;
}
.main .section__contacts .contacts__content-cards .contact__box-time {
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
  background: url(../img/icon/time.png) no-repeat;
  height: 100%;
}
.main .section__contacts .contacts__content-cards .contact__box-phone {
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
  background: url(../img/icon/phone.png) no-repeat;
}
.main .section__contacts .contacts__content-cards .contact__box-email {
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
  background: url(../img/icon/email.png) no-repeat;
}
.main .section__contacts .contacts__content-cards .link__card {
  opacity: 0;
  transform: translate(120%, 0);
  -webkit-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
}
.main .section__contacts .contacts__content-cards .link__card .contact__box {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #121212;
  background-size: 70px;
  background-position: 50% 30%;
  padding: 140px 10px 60px;
}
.main .section__contacts .contacts__content-cards .link__card .contact__box .link__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #121212;
}
.main .section__contacts .contacts__content-cards .link__card:hover .contact__box {
  background-color: #F3F3F3;
}
.main .section__contacts .contacts__content-cards .link__card._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

@media screen and (max-width: 1280px) {
  .main .section__contacts .contacts__content {
    flex-wrap: wrap-reverse;
  }
  .main .section__contacts .contacts__content-map {
    flex: 0 1 100%;
    margin-right: 0;
    height: 400px;
  }
  .main .section__contacts .contacts__content-cards {
    margin-bottom: 40px;
    flex: 1 1 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 10px;
  }
  .main .section__contacts .contacts__content-cards .link__card .contact__box {
    padding: 120px 10px 40px;
    height: 100%;
  }
  .main .section__contacts .contacts__content-cards .link__card .contact__box .link__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .main .section__contacts .contacts__content-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main .section__hero .hero__content {
    flex-direction: column;
  }
  .main .section__hero .hero__content-info {
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .main .section__hero .hero__content-info .title {
    font-size: 40px;
  }
  .main .section__hero .hero__content-info .text__block {
    margin: 20px 0;
  }
  .main .section__hero .hero__content-info .text__block .txt {
    font-size: 14px;
  }
  .main .section__hero .hero__content-info .text__block .txt:not(:last-child) {
    padding-bottom: 10px;
  }
  .main .section__hero .hero__content-img {
    flex: 0 1 100%;
    max-height: 220px;
  }
  .main .section__contacts .contacts__content {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .main .section__contacts .contacts__content-map {
    height: 240px;
  }
  .main .section__contacts .contacts__content-cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .main .section__contacts .contacts__content-cards .link__card .contact__box {
    background-size: 70px;
    background-position: 50% 30%;
    padding: 100px 10px 40px;
  }
}