@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Museo Cyrl;
  font-display: swap;
  src: url("../fonts/MuseoCyrl-Regular.woff2") format("woff2"), url("../fonts/MuseoCyrl-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

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

.container {
  width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.green__button {
  width: 100%;
  height: 60px;
  background: #5BA780;
  border-radius: 30px;
  font-family: "Museo Cyrl";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
}
.green__button:hover {
  background: #0b4c2a;
  box-shadow: 12px 10px 5px 0px rgba(138, 130, 138, 0.63);
}

.header {
  background-color: #fff;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo--icon {
  width: 52px;
  height: 45px;
  margin-right: 20px;
  fill: #0b4c2a;
}
.header__logo--name {
  font-family: "Museo Cyrl";
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #5BA780;
}
@media (max-width: 1200px) {
  .header__logo--name {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header__menu {
    display: none;
  }
}
.header__menu a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #5BA780;
  opacity: 0.6;
  text-decoration: none;
  margin: 0 15px;
}
.header__menu a:hover {
  border-bottom: 2px solid #5BA780;
  opacity: 1;
  text-decoration: none;
}
.header__links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header__links--icon {
  width: 23px;
  height: 23px;
  margin: 0 7.5px;
  opacity: 0.5;
  fill: #5BA780;
}
.header__links--icon:hover {
  opacity: 1;
  fill: #0b4c2a;
}
.header__phone a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__phone a p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #5BA780;
  margin-left: 7.5px;
}

.intro {
  background: linear-gradient(rgba(53, 63, 58, 0.5), rgba(30, 47, 39, 0.5)), url(../img/123.png) 51% 23% no-repeat;
  /* padding-top: 70px; */
  background-size: cover;
  /* padding-bottom: 66px; */
  padding: 140px 0px;
}
@media (max-width: 1200px) {
  .intro {
    padding-top: 30px;
    background: linear-gradient(rgba(53, 63, 58, 0.6), rgba(30, 47, 39, 0.6)), url("../img/123.png") 58% 50% no-repeat;
  }
}
.intro__wrap {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .intro__wrap {
    flex-direction: column;
  }
}
.intro__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  color: #fff9f9;
  position: relative;
}
@media (max-width: 1200px) {
  .intro__title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }
}
.intro__subtitle {
  margin-top: 30px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 29px;
  line-height: 25px;
  color: #fffcfc;
}
@media (max-width: 1200px) {
  .intro__subtitle {
    font-size: 24px;
    text-align: center;
  }
}
.intro__subtitle b {
  font-weight: 600;
  font-style: italic;
}
.intro__button {
  margin-top: 30px;
  max-width: 252px;
}
@media (max-width: 1200px) {
  .intro__button {
    width: 100%;
  }
}
.intro__form {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .intro__form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.intro__form--inputs {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .intro__form--inputs {
    margin-top: 3px;
    margin-bottom: 0;
    width: 80%;
  }
}
.intro__form--inputs input {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 10px;
  font-family: "Museo Cyrl";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #201e1e;
  outline: none;
  border: none;
  margin-right: 10px;
  padding-left: 15px;
  box-shadow: inset -5.32855px 5.32855px 9.76901px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .intro__form--inputs input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.intro__form--inputs input ::placeholder {
  color: #000000;
}

.swiper2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  height: 500px;
  width: 1100px;
}
@media (max-width: 1200px) {
  .swiper2 {
    width: 100%;
    height: 450px;
  }
}
.swiper2 .swiper-slide img {
  width: 100%;
}
.swiper2 .interior-button-next {
  position: absolute;
  top: 40% !important;
  z-index: 21312;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  cursor: pointer;
}
.swiper2 .interior-button-next .interior-blur {
  background: rgba(245, 230, 186, 0.1);
  border: 1px solid rgba(245, 230, 186, 0.25);
  backdrop-filter: blur(24px);
  border-radius: 4px;
  width: 64px;
  height: 64px;
}
.swiper2 .interior-button-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper2 .interior-button-prev {
  position: absolute;
  top: 40% !important;
  z-index: 21312;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  cursor: pointer;
}
.swiper2 .interior-button-prev .interior-blur {
  background: rgba(245, 230, 186, 0.1);
  border: 1px solid rgba(245, 230, 186, 0.25);
  backdrop-filter: blur(24px);
  border-radius: 4px;
  width: 64px;
  height: 64px;
}
.swiper2 .interior-button-prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service {
  background: url("../img/service.png") center no-repeat;
  padding-top: 80px;
  padding-bottom: 115px;
}
@media (max-width: 1200px) {
  .service {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.service__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #545454;
  position: relative;
}
@media (max-width: 1200px) {
  .service__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.service__title::before {
  content: "";
  background: rgba(91, 167, 128, 0.3);
  width: 153px;
  height: 10px;
  position: absolute;
  bottom: 4px;
}
@media (max-width: 1200px) {
  .service__title::before {
    width: 125px;
  }
}
.service__subtitle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #000;
  opacity: 0.9;
  margin-top: 10px;
  padding: 0 284px;
}
@media (max-width: 1200px) {
  .service__subtitle {
    padding: 0;
  }
}
.service__subtitle i {
  font-style: italic;
  font-weight: 600;
}
.service__wrap {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service__item {
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15), 15px 15px 35px rgba(0, 0, 0, 0.2);
  max-width: 350px;
  width: 100%;
  margin: 10px;
  padding-top: 10px;
  padding-right: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service__item--digit {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #545454;
  opacity: 0.8;
  float: right;
}
.service__item--text {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 25px;
  text-align: center;
  color: #545454;
}
.service__item:nth-child(1) {
  background: url("../img/milit.png") center no-repeat;
  height: 170px;
}
.service__item:nth-child(2) {
  background: url("../img/milit.png") center no-repeat;
  height: 170px;
}
.service__item:nth-child(3) {
  background: url("../img/milit.png") center no-repeat;
  height: 170px;
}
.service__item:nth-child(4) {
  background: url("../img/milit.png") center no-repeat;
  height: 150px;
}
.service__item:nth-child(5) {
  background: url("../img/milit.png") center no-repeat;
  height: 150px;
}
.service__item:nth-child(6) {
  background: url("../img/milit.png") center no-repeat;
  height: 150px;
}
.service__item:nth-child(7) {
  background: url("../img/dogovor.png") center no-repeat;
  height: 150px;
}
.service__item:nth-child(7)::after {
  content: "";
  background: transparent;
  width: 350px;
  height: 150px;
  position: absolute;
  top: -11px;
  left: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
}
.service__button {
  max-width: 252px;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}
.service__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.work {
  padding-top: 80px;
  padding-bottom: 115px;
}
@media (max-width: 1200px) {
  .work {
    padding: 40px 0;
  }
}
.work__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #545454;
  position: relative;
}
@media (max-width: 1200px) {
  .work__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.work__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}
.work__item {
  border: 1px solid #E8E6E8;
  border-radius: 20px;
  background: url("../img/work.png") bottom no-repeat;
  max-width: 350px;
  width: 100%;
  height: 155px;
  padding: 30px;
  margin-bottom: 20px;
}
.work__item--content {
  display: flex;
  align-items: center;
}
.work__item--content p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
}
.work__icon {
  width: 116px;
  height: 45px;
  margin-right: 15px;
}
.work__button {
  max-width: 172px;
  margin: 0 auto;
  margin-top: 50px;
}

.gallery {
  background: url("../img/service.png") center no-repeat;
  padding-top: 80px;
  padding-bottom: 115px;
}
@media (max-width: 1200px) {
  .gallery {
    padding: 40px 0;
  }
}
.gallery .interior__slider {
  margin-top: 40px;
}

.question {
  background: url("../img/question.png") center no-repeat;
  background-size: cover;
  padding-top: 60px;
  height: 473px;
}
@media (max-width: 1200px) {
  .question {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.question__wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .question__wrap {
    flex-direction: column;
  }
}
.question__wrap--left {
  width: 39%;
}
@media (max-width: 1200px) {
  .question__wrap--left {
    width: 100%;
  }
}
.question__wrap--right {
  width: 50%;
  padding-top: 15px;
}
@media (max-width: 1200px) {
  .question__wrap--right {
    width: 100%;
    margin-top: 20px;
  }
}
.question__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #545454;
  position: relative;
}
.question__subtitle {
  margin-top: 22px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
}
.question__subtitle span {
  font-style: italic;
  font-weight: 600;
}
.question__button {
  margin-top: 40px;
  max-width: 167px;
}
.question__content {
  background: url("../img/quest.png") center no-repeat;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15), 15px 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  max-width: 540px;
  width: 100%;
  height: 330px;
  padding-top: 27px;
  padding-left: 35px;
}
@media (max-width: 1200px) {
  .question__content {
    padding-top: 43px;
    padding-left: 25px;
  }
}
.question__content h4 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .question__content h4 {
    font-size: 24px;
  }
}
.question__content--title {
  margin-top: 15px;
}
.question__links {
  display: flex;
  align-items: center;
  margin-top: 34px;
}
.question__links--icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  fill: #fff;
  opacity: 1;
  transition: 1s;
}
.question__links--icon:hover {
  transform: scale(1.2);
}
.question__phone a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.question__phone a p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
}
.question__icons {
  display: flex;
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  max-width: 150px;
  height: 50px;
  padding: 0 10px;
}
.question__icons a {
  text-decoration: none;
}
.question__icons--wrap {
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.question__icons--wrap p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-left: 20px;
}
.question__icons--top {
  margin-top: 10px;
}
.question__icon {
  width: 30px;
  height: 30px;
  fill: #fff;
  opacity: 1;
  cursor: pointer;
  margin: 0 7.5px;
}
.question__icon:hover {
  opacity: 1;
}
.question__mail {
  margin-top: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.question__mail p {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.reviews {
  padding-top: 80px;
  padding-bottom: 115px;
}
@media (max-width: 1200px) {
  .reviews {
    padding: 40px 0;
  }
}
.reviews__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #545454;
  position: relative;
}
@media (max-width: 1200px) {
  .reviews__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.reviews__row {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .reviews__row {
    flex-direction: column;
  }
}
.reviews__name--cont {
  margin-left: 15px;
}
.reviews-slide {
  padding: 15px 30px;
  margin: 10px;
  border-radius: 20px;
  border: 1px solid #5BA880;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15), 15px 15px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .reviews-slide {
    height: 412px;
  }
}
.reviews-slide--photo img {
  width: 70px;
}
.reviews-slide--top {
  display: flex;
  align-items: center;
}
.reviews-slide--name {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
  margin-right: 10px;
}
.reviews-slide--date {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
  opacity: 0.5;
}
.reviews-slide--bot {
  background-size: contain;
  max-width: 544px;
  width: 100%;
  margin-top: 5px;
}
.reviews-slide--icon {
  width: 75px;
  height: 15px;
}
.reviews-slide--info {
  display: flex;
  position: relative;
}
.reviews-slide--info-icon {
  height: 47px;
  position: absolute;
  left: -176px;
}
.reviews-slide--info p {
  margin-top: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.reviews-slide--link {
  display: flex;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
}
.reviews-slide--link p {
  margin-right: 15px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #009fd9;
}
.reviews-slide--link-icon {
  width: 40px;
  height: 40px;
  fill: #0077FF;
}

.why {
  padding-top: 90px;
  padding-bottom: 100px;
}
.why__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #545454;
  position: relative;
}
.why__title::before {
  content: "";
  background: rgba(91, 167, 128, 0.3);
  width: 346px;
  height: 10px;
  position: absolute;
  bottom: 4px;
  right: 311px;
}
.why__wrap {
  margin-top: 30px;
}
.why__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.why__arrow {
  position: absolute;
  top: 43%;
  right: -50px;
}
.why__wrong {
  border-radius: 20px;
  border: 1px solid #F2B704;
  max-width: 350px;
  height: 210px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 40px;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
.why__wrong p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
  padding-right: 35px;
}
.why__right {
  border-radius: 20px;
  border: 1px solid #5BA880;
  max-width: 350px;
  height: 210px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 40px;
  margin-left: 15px;
  position: relative;
  z-index: 10;
  background: url("../img/work.png") bottom no-repeat;
}
.why__icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.why__icon .icon {
  width: 28px;
  height: 28px;
}
.why__text {
  margin-top: -10px;
}
.why__text h3 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
}
.why__text p {
  margin-top: 10px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #545454;
}
.why__suptitle {
  margin-top: 50px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  color: #545454;
}
.why__likes {
  margin-top: 5px;
  text-align: center;
}
.why__likes .icon {
  width: 110px;
  height: 35px;
}
.why__button {
  max-width: 166px;
  margin: 0 auto;
  margin-top: 30px;
}

.deal {
  padding: 120px 0;
}
.deal__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #545454;
  position: relative;
}
.deal__title::before {
  content: "";
  background: rgba(91, 167, 128, 0.3);
  max-width: 404px;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 4px;
}
.deal__subtitle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #545454;
  opacity: 0.8;
  margin-top: 10px;
}
.deal__subtitle span {
  font-weight: 600;
  font-style: italic;
}
.deal__wrap {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.deal__item {
  max-width: 245px;
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #E8E6E8;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px;
  margin-bottom: 30px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  .footer {
    padding-bottom: 40px;
  }
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .footer__content {
    flex-direction: column;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer__links {
    margin: 15px 0;
  }
}
.footer__dop {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .footer__dop {
    margin-bottom: 15px;
  }
}
.footer__social a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .footer__social a {
    margin-bottom: 25px;
  }
}
.footer__social a p {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 29px;
  color: #5BA780;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .footer__social a p {
    font-size: 20px;
  }
}
.footer__social--icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: #0b4c2a;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .footer__social--icon {
    width: 30px;
    height: 30px;
  }
}
.footer__icons {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer__icon {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  fill: #0b4c2a;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .footer__icon {
    width: 30px;
    height: 30px;
  }
}
.footer__company {
  font-family: "Museo Cyrl";
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #5BA780;
}
.footer__links a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #5BA780;
  text-decoration: none;
  margin: 10px 0;
}
.footer__dop a {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #5BA780;
  text-decoration: none;
  margin: 10px 0;
}
.footer__copyright {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.footer__copyright hr {
  height: 1px;
  width: 100%;
  background-color: #5BA780;
  border: none;
  margin-bottom: 5px;
}

.thanks {
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks h1 {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  color: #545454;
  position: relative;
}
@media (max-width: 1200px) {
  .thanks h1 {
    font-size: 34px;
    line-height: 35px;
  }
}
.thanks h2 {
  margin-top: 20px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 1200px) {
  .thanks h2 {
    font-size: 26px;
    line-height: 28px;
  }
}
.thanks a {
  margin-top: 20px;
  font-size: 25px;
}