@charset "UTF-8";

.top__section {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.hero__green {
  right: 2%;
  top: 20%;
  max-width: 65px;
  height: auto;
}

.hero__white {
  max-width: 60px;
  height: auto;
  top: 25%;
  left: 50%;
}

.hero__star {
  left: 50%;
  top: 35%;
  max-width: 220px;
  height: auto;
}

.parallax__whitetwo {
  top: 90%;
  right: 7%;
  max-width: 60px;
  height: auto;
}

.hero__big {
  top: 98%;
  left: -10%;
  max-width: 280px;
  height: auto;
}

.section__hero .hero__content {
  display: grid;
  grid-template-areas: "a c" "b c" "b c";
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  grid-template-columns: 55% 1fr;
  position: relative;
}
.section__hero .hero__content-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);
  position: relative;
  z-index: 1;
  align-self: end;
  grid-area: a;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 1;
}
.section__hero .hero__content-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);
}
.section__hero .hero__content-title::after {
  content: "";
  display: block;
  width: 61%;
  height: 25px;
  background-color: #6AF8B0;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: -1;
}
.section__hero .hero__content-subtitle {
  position: relative;
  z-index: 1;
  align-self: start;
  grid-area: b;
}
.section__hero .hero__content-subtitle .txt {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  font-size: 15px;
  max-width: 660px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.section__hero .hero__content-subtitle .txt._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);
}
.section__hero .hero__content-subtitle .button-black {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.section__hero .hero__content-subtitle .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);
}
.section__hero .hero__content-img {
  background: url(../img/img/bg.webp) no-repeat;
  background-position: 50% 150%;
  background-size: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
  max-width: 500px;
  height: auto;
  grid-area: c;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.section__hero .hero__content-img .img {
  position: relative;
  z-index: 1;
  width: 80%;
  height: 80%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__hero .parallax__container {
  right: 2%;
  top: 20%;
  max-width: 65px;
  height: auto;
}
.section__hero .parallax__white {
  max-width: 60px;
  height: auto;
  top: 25%;
  left: 50%;
}
.section__hero .parallax__star {
  left: 50%;
  top: 35%;
  max-width: 220px;
  height: auto;
}
.section__hero .parallax__whitetwo {
  top: 90%;
  right: 7%;
  max-width: 60px;
  height: auto;
}
.section__hero .parallax__big {
  top: 98%;
  left: -10%;
  max-width: 280px;
  height: auto;
}

.section__spats {
  position: relative;
  z-index: 1;
}
.section__spats .steps__content-title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
  padding-bottom: 50px;
}
.section__spats .steps__content-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section__spats .steps__content-boxes .content-box-content {
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  background-color: #13182C;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  opacity: 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;
}
.section__spats .steps__content-boxes .content-box .box__number {
  color: #6AF8B0;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  display: inline-block;
  margin-bottom: 22px;
}
.section__spats .steps__content-boxes .content-box .box__title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 5px;
}
.section__spats .steps__content-boxes .content-box .box-txt {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 5px;
}
.section__spats .steps__content-boxes .content-box._active .content-box-content {
  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);
}

.section__services {
  background-color: #13182C;
  padding: 100px 0;
}
.section__services .services__content-titles {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 20px;
}
.section__services .services__content-titles .title__content-darck {
  margin-bottom: 0;
}
.section__services .services__content-titles .text {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 150%;
  max-width: 814px;
}
.section__services .services__content-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.section__services .services__content-boxs .box-container .box {
  height: 100%;
  opacity: 0;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  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-color: #FFFFFF;
  padding: 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: grid;
  grid-template-areas: "a a" "b b" "c c";
  grid-template-rows: 400px auto 1fr;
  grid-row-gap: 20px;
  align-items: stretch;
}
.section__services .services__content-boxs .box-container .box__img {
  grid-area: a;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.section__services .services__content-boxs .box-container .box__img .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section__services .services__content-boxs .box-container .box__title {
  grid-area: b;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #424245;
}
.section__services .services__content-boxs .box-container .box__content {
  grid-area: c;
}
.section__services .services__content-boxs .box-container .box__content ul {
  font-size: 15px;
  color: #6B7077;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.section__services .services__content-boxs .box-container .box__content li {
  padding: 2px 0 2px 30px;
  position: relative;
}
.section__services .services__content-boxs .box-container .box__content-first .list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #6B7077;
}
.section__services .services__content-boxs .box-container .box__content .title__list {
  color: #424245;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 5px;
}
.section__services .services__content-boxs .box-container .box__content .additional__list-point {
  color: #6B7077;
  font-size: 15px;
  line-height: 120%;
  padding: 4px 0 10px 35px;
  background-image: url(../img/icon/charm_tick.svg);
  background-position: left 0;
  background-repeat: no-repeat;
  background-size: 25px;
}
.section__services .services__content-boxs .box-container .box__content .additional__list:not(:last-child) {
  margin-right: 20px;
}
.section__services .services__content-boxs .box-container .box__content p {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #6B7077;
}
.section__services .services__content-boxs .box-container._active .box {
  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);
}

.section__about {
  overflow: hidden;
}
.section__about .about__content {
  display: grid;
  grid-template-areas: "a c" "b c" "b c";
  grid-template-rows: auto 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.section__about .about__content-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
  grid-area: a;
}
.section__about .about__content-text .text__block {
  font-size: 15px;
  grid-area: b;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  margin-bottom: 30px;
}
.section__about .about__content-text .text__block p:not(:last-child){
  margin-bottom: 5px;
}
.section__about .about__content-text .about__content-button {
  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.5s ease-in-out 0.5s;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  -moz-transition: all 0.5s ease-in-out 0.5s;
  -ms-transition: all 0.5s ease-in-out 0.5s;
  -o-transition: all 0.5s ease-in-out 0.5s;
}
.section__about .about__content-text .about__content-button._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);
}
.section__about .about__content-img {
  opacity: 0;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -ms-transition: all 0.4s ease-in-out 0.2s;
  -o-transition: all 0.4s ease-in-out 0.2s;
  grid-area: c;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.section__about .about__content-img .img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.section__about .about__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);
}

.section__contacts {
  overflow-x: hidden;
}
.section__contacts .contacts__content {
  display: flex;
}
.section__contacts .contacts__content-map {
  flex: 0 1 50%;
  margin-right: 20px;
}
.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;
}
.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;
}
.section__contacts .contacts__content-cards .contact__box-map {
  background: url(../img/icon/map.png) no-repeat;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.section__contacts .contacts__content-cards .link__card .contact__box .link__txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #121212;
}
.section__contacts .contacts__content-cards .link__card:hover .contact__box {
  background-color: #F3F3F3;
}
.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);
}

.section__other .other__content .title__content {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section__other .other__content .title__content .button__white{
  opacity: 0;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  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;
}
.section__other .other__content .title__content .title {
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #121212;
}
.section__other .other__content .title__content .button__empty {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #121212;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #121212;
  padding: 20px 110px;
  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;
}
.section__other .other__content .title__content .button__empty:hover {
  background-color: #dedede;
}
.section__other .other__content .title__content .button__empty:focus {
  background-color: #13182C;
  color: #FFFFFF;
}
.section__other .other__content .title__content._active .button__white{
  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);
}
.section__other .other__content .new__box-list {
  display: flex;
}
.section__other .other__content .new__box-list .new__box {
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  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;
  box-shadow: 0px 0px 25px 0px rgba(187, 187, 187, 0.15);
}
.section__other .other__content .new__box-list .new__box .new__box-link {
  padding-bottom: 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__box-content {
  margin-bottom: 12px;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
  overflow: hidden;
  display: inline-block;
  max-width: 400px;
  max-height: 240px;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img img {
  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;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-title {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding: 0 12px 12px 12px;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  padding: 0 12px;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__link {
  text-decoration: underline;
  color: #30bc75;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  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;
  padding: 0 12px;
}
.section__other .other__content .new__box-list .new__box .new__box-link .new__link:hover {
  color: #121212;
}
.section__other .other__content .new__box-list .new__box:hover {
  box-shadow: 0px 0px 25.3px 2px rgba(115, 115, 115, 0.25);
}
.section__other .other__content .new__box-list .new__box:hover .new__box-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.section__other .other__content .new__box:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 1440px) {
  .section__services {
    background-color: #13182C;
    padding: 100px 0;
  }
  .section__services .services__content-titles {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
  }
  .section__services .services__content-titles .title__content-darck {
    margin-bottom: 0;
  }
  .section__services .services__content-titles .text {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 150%;
    max-width: 814px;
  }
  .section__services .services__content-boxs .box__title {
    font-size: 32px;
  }
  .main .section__other .other__content .new__box-list .new__box{
    max-width: 100%;
  }
  .main .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img{
    max-width: 100%;
  }
  .main .section__other .other__content .new__box:nth-child(3){
    margin-right: 0;
  }
  .section__other .other__content .new__box-list .new__box {
    max-width: 100%;
  }
  .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
    max-width: 100%;
    display: block;
    max-width: 100%;
  }
  .section__other .other__content .new__box-list .new__box:last-child {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1280px) {
  .section__contacts .contacts__content {
    flex-wrap: wrap-reverse;
  }
  .section__contacts .contacts__content-map {
    flex: 0 1 100%;
    margin-right: 0;
    height: 400px;
  }
  .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;
  }
  .section__contacts .contacts__content-cards .link__card .contact__box {
    padding: 120px 10px 40px;
    height: 100%;
  }
  .section__contacts .contacts__content-cards .link__card .contact__box .link__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .section__spats .steps__content-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .section__contacts .contacts__content-cards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .section__hero .hero__content {
    margin-top: 0;
    grid-template-areas: "a a" "c c" "b b";
    grid-template-rows: auto 1fr auto;
    grid-column-gap: 0;
  }
  .section__hero .hero__content-title {
    font-size: 40px;
  }
  .section__hero .hero__content-title::after {
    top: 56%;
    width: 260px;
  }
  .section__hero .hero__content-subtitle .txt {
    font-size: 14px;
  }
  .section__hero .hero__content-img {
    margin: 0 auto;
    max-width: 400px;
    height: auto;
  }
  .section__hero .hero__content .parallax__container {
    max-width: 45px;
  }
  .section__hero .hero__content .parallax__white {
    max-width: 40px;
    top: 0;
    right: 0;
    left: 70%;
  }
  .section__hero .hero__content .parallax__star {
    left: -4%;
    top: 50%;
    max-width: 140px;
  }
  .section__hero .hero__content .parallax__whitetwo {
    top: 80%;
    right: 10%;
    max-width: 40px;
  }
  .section__hero .hero__content .parallax__big {
    top: 90%;
    left: -15%;
    max-width: 200px;
  }
  .section__spats .steps__content-title {
    text-align: start;
    font-size: 32px;
    padding-bottom: 30px;
  }
  .section__spats .steps__content-boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 0;
    grid-row-gap: 20px;
    align-items: start;
  }
  .section__spats .steps__content-boxes .content-box .box__number {
    font-size: 36px;
  }
  .section__spats .steps__content-boxes .content-box .box__title {
    font-size: 20px;
  }
  .section__spats .steps__content-boxes .content-box .box-txt {
    font-size: 14px;
  }
  .section__services {
    padding: 30px 0;
  }
  .section__services .services__content-titles {
    flex-direction: column;
    align-items: start;
    margin-bottom: 30px;
  }
  .section__services .services__content-titles .title__content-darck {
    margin-bottom: 15px;
  }
  .section__services .services__content-titles .text {
    font-size: 14px;
  }
  .section__services .services__content-boxs {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .section__services .services__content-boxs .box-container .box {
    grid-template-rows: auto;
  }
  .section__services .services__content-boxs .box-container .box__img {
    max-height: 280px;
  }
  .section__services .services__content-boxs .box-container .box__title {
    font-size: 32px;
  }
  .section__services .services__content-boxs .box-container .box__content {
    grid-area: c;
  }
  .section__services .services__content-boxs .box-container .box__content ul {
    font-size: 14px;
  }
  .section__services .services__content-boxs .box-container .box__content li {
    padding: 2px 0 2px 30px;
    position: relative;
  }
  .section__services .services__content-boxs .box-container .box__content .title__list {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .section__services .services__content-boxs .box-container .box__content .additional__list-point {
    font-size: 14px;
  }
  .section__services .services__content-boxs .box-container .box__content .p {
    font-size: 14px;
  }
  .section__about .about__content {
    display: grid;
    grid-template-areas: "a a" "c c" "b b";
    grid-template-rows: auto auto;
    grid-column-gap: 0;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
  }
  .section__about .about__content-title {
    font-size: 32px;
  }
  .section__about .about__content-text .text__block {
    font-size: 14px;
    grid-area: b;
    font-weight: 400;
    line-height: 150%;
    color: #121212;
    margin-bottom: 30px;
  }
  .section__contacts .contacts__content {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .section__contacts .contacts__content-map {
    height: 240px;
  }
  .section__contacts .contacts__content-cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .section__contacts .contacts__content-cards .link__card .contact__box {
    background-size: 70px;
    background-position: 50% 30%;
    padding: 100px 10px 40px;
  }
  .section__other .other__content .title__content {
    margin-bottom: 20px;
  }
  .section__other .other__content .title__content .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .section__other .other__content .title__content .button__empty {
    width: 100%;
    text-align: center;
  }
  .section__other .other__content .new__box-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section__other .other__content .new__box-list .new__box {
    max-width: none;
    width: 100%;
  }
  .section__other .other__content .new__box-list .new__box .new__box-link {
    flex-direction: column;
  }
  .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
    max-width: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img img {
    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;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-title {
    font-size: 16px;
  }
  .section__other .other__content .new__box-list .new__box .new__box-link .new__box-content .new__box-txt {
    font-size: 14px;
  }
  .section__other .other__content .new__box-list .new__box:nth-child(3) {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  .section__other .other__content .new__box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}