@font-face {
  font-family: "Ordina";
  src:
    url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


* {
  font-family: "Ordina", sans-serif, monospace !important;
}

.cards {
  height: 400px;
  overflow: hidden;
}

@media screen and (max-width: 1460px) {
  .cards {
    height: 350px;
  }
}

@media screen and (max-width: 1180px) {
  .cards {
    height: 280px;
  }
}

@media screen and (max-width: 991px) {
  .cards {
    height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .cards {
    height: 320px;
    position: relative;
  }
}

@media screen and (max-width: 508px) {
  .cards {
    overflow: visible;
    height: 350px;
  }
}

@media screen and (max-width: 387px) {
  .cards {
    overflow: visible;
    height: 240px;
  }
}

@media screen and (max-width: 313px) {
  .cards {
    overflow: visible;
    height: 200px;
  }
}

.card {
  position: absolute;
  z-index: 100;
  -webkit-transition:
    left 0.2s,
    top 0.2s ease-in-out;
  -o-transition:
    left 0.2s,
    top 0.2s ease-in-out;
  transition:
    left 0.2s,
    top 0.2s ease-in-out;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 1460px) {
  .card {
    width: 375px;
  }
}

@media screen and (max-width: 1180px) {
  .card {
    width: 325px;
  }
}

@media screen and (max-width: 991px) {
  .card {
    width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .card {
    width: 330px;
  }
}

.card.top {
  z-index: 150;
  top: 15%;
  left: 5%;
}

@media screen and (max-width: 991px) {
  .card.top {
    top: 20%;
  }
}

@media screen and (max-width: 767px) {
  .card.top {
    top: 0%;
    left: 0%;
  }
}

.card.middle {
  top: 20%;
  left: 15%;
}

@media screen and (max-width: 991px) {
  .card.middle {
    top: 25%;
  }
}

@media screen and (max-width: 767px) {
  .card.middle {
    top: 10%;
    left: 10%;
  }
}

@media screen and (max-width: 508px) {
  .card.middle {
    top: 5%;
    left: 5%;
  }
}

.card.bottom {
  z-index: 50;
  top: 25%;
  left: 25%;
}

@media screen and (max-width: 991px) {
  .card.bottom {
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .card.bottom {
    top: 20%;
    left: 20%;
  }
}

@media screen and (max-width: 508px) {
  .card.bottom {
    top: 10%;
    left: 10%;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.svg-animations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 100px;
  width: 100%;
}

.svg-card {
  width: calc(100% - 10px);
  height: 341px;
  position: relative;
  background-color: #1d1d1d;
  padding: 20px 20px;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1460px) {
  .svg-card {
    height: 280px;
  }
}

@media screen and (max-width: 991px) {
  .svg-card {
    height: 341px;
  }
}

@media screen and (max-width: 600px) {
  .svg-card {
    height: 230px;
  }
}

@media screen and (max-width: 400px) {
  .svg-card {
    height: 180px;
  }
}

#telecom>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  padding: 3% 12%;
}

@media screen and (max-width: 500px) {
  #telecom>.group {
    width: 40%;
  }
}

#telecom>.code {
  position: absolute;
  top: -15px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  #telecom>.code {
    width: 30%;
  }
}

@media screen and (max-width: 1000px) {
  #telecom>.code {
    top: 50px;
  }
}

@media screen and (max-width: 770px) {
  #telecom>.code {
    width: 20%;
    top: -10px;
  }
}

#telecom>.dots {
  width: 239px;
  height: 199px;
}

#telecom>.player {
  position: absolute;
  bottom: 45px;
  left: 0;
}

@media screen and (max-width: 1460px) {
  #telecom>.player {
    width: 50%;
    bottom: 64px;
  }
}

@media screen and (max-width: 770px) {
  #telecom>.player {
    width: 40%;
    bottom: 30px;
  }
}

#telecom>.group,
#telecom>.code,
#telecom>.player {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-out 1s forwards;
  animation: fadeIn 0.5s ease-out 1s forwards;
}

#realty>.building {
  height: 70%;
  z-index: 2;
  position: absolute;
}

@media screen and (max-width: 1200px) {
  #realty>.building {
    width: 50%;
  }
}

#realty>.dots {
  width: 239px;
  height: 199px;
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: 1;
}

#realty>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  padding: 3% 12%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #realty>.group {
    width: 37%;
  }
}

@media screen and (max-width: 500px) {
  #realty>.group {
    width: 39%;
  }
}

#fashion>.dots {
  position: absolute;
  top: 25%;
  z-index: 0;
}

#fashion>.drop {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 20%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #fashion>.drop {
    width: 15%;
  }
}

#fashion>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
  height: 80%;
  padding: 3% 12%;
}

@media screen and (max-width: 600px) {
  #fashion>.group {
    width: 37%;
  }
}

#fashion>.man {
  position: absolute;
  left: 25%;
  bottom: 15%;
}

@media screen and (max-width: 1400px) {
  #fashion>.man {
    width: 30%;
  }
}

@media screen and (max-width: 770px) {
  #fashion>.man {
    width: auto;
    left: 40%;
  }
}

@media screen and (max-width: 450px) {
  #fashion>.man {
    width: 25%;
    left: 30%;
  }
}

#fashion>.crown {
  position: absolute;
  left: 15%;
  bottom: 25%;
  z-index: 2;
  -webkit-box-shadow: -24px 24px 3px -5px rgba(9, 9, 9, 0.6);
  box-shadow: -24px 24px 3px -5px rgba(9, 9, 9, 0.6);
}

@media screen and (max-width: 1400px) {
  #fashion>.crown {
    width: 30%;
  }
}

@media screen and (max-width: 770px) {
  #fashion>.crown {
    width: auto;
    left: 35%;
  }
}

@media screen and (max-width: 450px) {
  #fashion>.crown {
    width: 25%;
    left: 25%;
  }
}

#pr>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  padding: 3% 12%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #pr>.group .icon {
    height: 50%;
  }
}

#pr>.serv-pr {
  top: 5%;
}

@media (min-width: 800px) and (max-width: 1000px) {
  #pr>.serv-pr {
    top: 25%;
  }
}

@media screen and (max-width: 400px) {
  #pr>.serv-pr {
    left: -14px;
  }
}

#pr>.drop {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 10%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #pr>.drop {
    width: 7%;
    bottom: 10%;
    left: 5%;
  }
}

#pr>.dots {
  position: absolute;
  width: 30%;
  left: 10%;
  bottom: 5%;
  z-index: 1;
}

#pr>.profile {
  position: absolute;
  right: 10%;
  bottom: 20%;
  z-index: 2;
}

@media screen and (max-width: 1450px) {
  #pr>.profile {
    width: 55%;
  }
}

@media screen and (max-width: 650px) {
  #pr>.profile {
    right: 0%;
    left: 30%;
    bottom: 15%;
  }
}

@media screen and (max-width: 480px) {
  #pr>.profile {
    width: 60%;
    bottom: 15%;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  #pr>.serv-prof {
    right: 0%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #smm>.serv-pag {
    position: relative;
    width: 60%;
    left: -22px;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  #smm>.serv-pag {
    height: 100%;
  }
}

@media (max-width: 600px) {
  #smm>.serv-pag {
    position: relative;
    left: -20px;
  }
}

#smm>.smm__dialogs {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 3%;
}

@media screen and (max-width: 650px) {
  #smm>.smm__dialogs {
    right: 0%;
  }
}

#smm>.smm__dialogs .dialog {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  #smm>.smm__dialogs .dialog {
    width: 50%;
  }
}

#smm>.smm__dialogs .dialog:nth-child(1) {
  left: 0;
}

#smm>.smm__dialogs .dialog:nth-child(2) {
  right: 0;
  top: 30%;
}

#smm>.smm__dialogs .dialog:nth-child(3) {
  left: 0;
  top: 70%;
}

#smm>.smm__dialogs .dialog:nth-child(4) {
  right: 0;
  top: 100%;
}

@media screen and (max-width: 1200px) {
  #smm>.smm__dialogs .dialog:nth-child(4) {
    height: 30%;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #smm>.serv-dialogs {
    width: 40%;
    right: 0;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  #smm>.serv-dialogs {
    height: 30%;
    top: 30%;
  }
}

#smm>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 30%;
  width: 40%;
  padding: 3% 3%;
}

@media screen and (max-width: 700px) {
  #smm>.group {
    right: 5%;
  }
}

@media screen and (max-width: 650px) {
  #smm>.group .icon {
    width: 35%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #smm>.serv-grp {
    width: 20%;
    right: 25%;
  }
}

#events>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 5%;
  top: 10%;
  height: 70%;
  padding: 3% 3%;
  z-index: 10;
}

@media screen and (max-width: 400px) {
  #events>.group {
    top: 0%;
  }
}

#events>.cake {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 20%;
  z-index: 2;
  -webkit-box-shadow: -24px 24px 3px -5px rgba(9, 9, 9, 0.6);
  box-shadow: -24px 24px 3px -5px rgba(9, 9, 9, 0.6);
  opacity: 0;
}

@media (min-width: 800px) and (max-width: 1000px) {
  #events>.serv-sake {
    top: 20%;
  }
}

#events>.baloon {
  position: absolute;
  top: 40%;
  left: 5%;
  width: 20%;
  z-index: 1;
  opacity: 0;
}

#events>.note {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 20%;
  z-index: 1;
  opacity: 0;
}

#events>.dots {
  position: absolute;
  top: 30%;
  left: 20%;
  z-index: 1;
}

#media>.player {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 32%;
  z-index: 1;
  opacity: 0;
}

#media>.dots {
  position: absolute;
  left: 30%;
}

#media>.page {
  position: absolute;
  right: 10%;
  top: 10%;
}

@media (min-width: 400px) and (max-width: 440px) {
  #media>.page {
    right: 0%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #media>.serv-page {
    right: 0%;
    width: 50%;
  }
}

#media>.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 5%;
  bottom: 5%;
  height: 20%;
  width: 40%;
  z-index: 10;
}

@media (min-width: 400px) and (max-width: 440px) {
  #media>.group {
    left: 0%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #media>.serv-group {
    width: 30%;
  }
}

#serm>.stars {
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 2;
  width: 30%;
}

#serm>.grid {
  position: absolute;
  width: 40%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 1;
}

#serm>.site {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #serm>.site {
    height: 80%;
  }
}

#serm>.group {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  right: 10%;
  top: 10%;
  height: 20%;
  width: 35%;
  z-index: 2;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #serm>.serv-group {
    width: 30%;
    right: 30%;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  #serm>.serv-group {
    width: 25%;
    right: 50%;
    top: 80px;
  }
}

@media (max-width: 600px) {
  #serm>.serv-group {
    right: 25%;
  }
}

#consulting>.group {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 10%;
  top: 10%;
  height: 40%;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  #consulting>.group .icon {
    width: 80%;
    top: 5%;
  }
}

@media screen and (max-width: 400px) {
  #consulting>.group .graph {
    display: none;
  }
}

#consulting>.group-right {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10%;
  right: 10%;
  z-index: 2;
}

#consulting>.group-right .group-right__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  #consulting>.group-right {
    top: -5px;
    left: 30%;
  }
}

@media screen and (max-width: 400px) {
  #consulting>.group-right {
    width: 50%;
    top: -30px;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #consulting>.group-right .serv-pics {
    width: 30%;
  }
}

@media screen and (max-width: 550px) {
  #consulting>.group-right .pics-ad {
    width: 40%;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  #consulting>.serv-group-r {
    width: 60%;
    right: 0;
  }
}

@media (max-width: 600px) {
  #consulting>.serv-group-r {
    left: 40%;
  }
}

#consulting>.dots {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

#consulting>.diagrama {
  position: absolute;
  width: 30%;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #consulting>.serv-diag {
    width: 40%;
  }
}

@media (min-width: 800px) and (max-width: 980px) {
  #consulting>.serv-diag {
    width: 60%;
    bottom: 10%;
  }
}

#consulting>.line {
  opacity: 0;
}

.horizontal-line,
.vertical-line {
  background-color: #e0e0e0;
  position: absolute;
}

.horizontal-line {
  width: 100%;
  height: 3px;
}

.vertical-line {
  width: 3px;
  height: 100%;
}

.container-grid {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-grid_svg {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.grid-container {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1445px) {
  .grid-container {
    height: 230px;
  }
}

.text-to-type {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 76px;
  font-weight: 600;
  font-family: "Ordina", sans-serif, monospace;
  color: #47863e;
  text-align: center;
}

/* @font-face {
  font-family: "TT Norms Pro";
  src:
    url("../fonts/TTNormsPro-Bold.woff2") format("woff2"),
    url("../fonts/TTNormsPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */


/* @font-face {
  font-family: "Ordina";
  src:
    url("../fonts/Ordina-ExpandedBold.woff2") format("woff2"),
    url("../fonts/Ordina-ExpandedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src:
    url("../fonts/Ordina-ExpandedSemibold.woff2") format("woff2"),
    url("../fonts/Ordina-ExpandedSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src:
    url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro";
  src:
    url("../fonts/TTNormsPro-Regular.woff2") format("woff2"),
    url("../fonts/TTNormsPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src:
    url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ordina";
  src:
    url("../fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Ordina", sans-serif, monospace
}

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

*:focus {
  outline: none;
}

body {
  font-family: "Ordina";
}

a {
  display: inline-block;
  font: inherit;
  color: inherit;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a img {
  border: none;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1328px;
  margin: 0 auto;
}

@media screen and (max-width: 1460px) {
  .container {
    width: 1120px;
  }
}

@media screen and (max-width: 1180px) {
  .container {
    width: 940px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 18px;
  }
}

.wrapper {
  overflow: hidden;
  position: relative;
}

body.fixed {
  overflow: hidden;
}

.header {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 200;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #3a3131;
}

@media screen and (max-width: 1460px) {
  .header {
    font-size: 16px;
    letter-spacing: 0.32px;
    top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    top: 28px;
  }
}

.header__logo {
  padding: 20px 44px;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 72px;
  z-index: 212;
}

.header__logo img {
  min-width: 100px;
  max-width: unset !important;
}

@media screen and (max-width: 1460px) {
  .header__logo {
    height: 60px;
    padding: 17px 52px;
  }

  .header__logo img {
    min-width: 85px;
    max-width: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    height: 53px;
    padding: 15px 45px;
  }

  .header__logo img {
    min-width: 75px;
    max-width: unset !important;
  }
}

.header__list {
  padding: 16px 70px;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

@media screen and (max-width: 1460px) {
  .header__list {
    height: 60px;
    padding: 12px 70px;
  }
}

@media screen and (max-width: 1180px) {
  .header__list {
    display: none;
  }
}

.header__list li {
  margin-right: 103px;
}

@media screen and (max-width: 1460px) {
  .header__list li {
    margin-right: 68px;
  }
}

@media screen and (max-width: 1300px) {
  .header__list li {
    margin-right: 38px;
  }
}

.header__list li:last-child {
  margin-right: 0;
}

.header__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.header__btn {
  padding: 24px 14px 24px 42px;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  border: 1px solid #47863e;
  height: 72px;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.header__btn:hover {
  background: #47863e;
  color: #fff;
}

.header__btn:hover svg path {
  fill: #fff;
}

.header__btn svg {
  margin-left: 22px;
}

.header__btn svg path {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 1460px) {
  .header__btn {
    white-space: normal;
    height: 60px;
    padding: 20px 37px 16px 38px;
  }

  .header__btn svg {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1180px) {
  .header__btn {
    display: none;
  }
}

.header__usluga {
  position: relative;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.header__usluga.active {
  color: #47863e;
}

.header__usluga.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__usluga.active svg path {
  fill: #47863e;
}

.header__usluga>div {
  height: 40px;
  padding: 0px 20px 0px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1460px) {
  .header__usluga>div {
    height: 36px;
    padding: 0 20px 0 33px;
  }
}

.header__usluga svg {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin-left: 10px;
  margin-top: 3px;
}

.header__usluga svg path {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.header__drop {
  position: absolute;
  left: 0;
  top: 41px;
  border-radius: 15px;
  background: #fff;
  color: #3a3131;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
  padding: 8px 14px 10px 10px;
  width: 100%;
  max-width: 140px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  display: none;
}

.header__drop.active {
  display: block;
}

.header__drop-link {
  padding: 9px 0;
  height: auto;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.header__drop-link:hover {
  color: #47863e;
}

.header__drop-link:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1180px) {
  .header__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 800px) {
  .header__items {
    margin: 0px 10px;
  }
}

.header__burger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(55, 34, 34, 0.05);
  box-shadow: 0px 0px 10px rgba(55, 34, 34, 0.05);
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  display: none;
  z-index: 212;
}

@media screen and (max-width: 1180px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.header__burger-drop {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  z-index: 98;
  height: 100%;
  padding: 135px 30px 72px 30px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .header__burger-drop {
    padding: 135px 28px 72px 30px;
  }
}

.header__burger-drop ul {
  width: 100%;
  max-width: 940px;
}

@media screen and (max-width: 991px) {
  .header__burger-drop ul {
    max-width: 750px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__burger-drop ul {
    padding: 0 10px;
  }
}

.header__burger-drop ul li {
  margin-bottom: 22px;
}

.header__burger-drop ul li:last-child {
  margin-bottom: 0;
}

.header__burger-drop ul li a {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  font-family: "Ordina";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__burger-drop.active {
  top: 0;
}

.header__burger-drop .header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: "Ordina";
  font-weight: 600;
  color: #000;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__burger-drop .header__btn svg {
  margin-left: 20px;
}

.header__burger-drop .showcase__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.header__burger-drop .showcase__socials a {
  width: 60px;
  height: 60px;
}

.header__burger-drop .showcase__socials a img {
  width: 28px;
  height: 28px;
}

.header__burger-end {
  margin-top: 40px;
  width: 100%;
  max-width: 350px;
}

.showcase__items_news,
.showcase__items_cases {
  height: 160px !important;
}

@media screen and (min-width: 1461px) {

  .showcase__items_news,
  .showcase__items_cases {
    height: 230px !important;
  }
}

@media screen and (max-width: 767px) {

  .showcase__items_news,
  .showcase__items_cases {
    height: 40px !important;
  }
}

.showcase__items_news .arrow-scroll,
.showcase__items_cases .arrow-scroll {
  display: none !important;
}

.showcase__items_news .showcase__title,
.showcase__items_cases .showcase__title {
  margin: 0 !important;
}

.showcase__items_news .showcase__items-content,
.showcase__items_cases .showcase__items-content {
  bottom: 0 !important;
}

.showcase__items_cases {
  height: 300px !important;
}

.showcase__items_cases .showcase__text {
  margin: 0;
}

@media screen and (max-width: 1460px) {
  .showcase__items_cases {
    height: 260px !important;
  }
}

@media screen and (max-width: 991px) {
  .showcase__items_cases {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .showcase__items_cases .showcase__items-content {
    padding: 108px 0 0px !important;
  }
}

.showcase {
  position: relative;
  border-radius: 50px;
  background-image: url(..//img/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-bottom: 100px;
  margin: 30px 50px 50px;
}

@media screen and (max-width: 1460px) {
  .showcase {
    margin: 20px 8px 60px;
    background-image: url(..//img/bg2.png);
  }
}

@media screen and (max-width: 1180px) {
  .showcase {
    margin: 20px 10px 50px;
    padding-bottom: 128px;
    background-image: url(..//img/bg3.png);
  }
}

@media screen and (max-width: 991px) {
  .showcase {
    padding-bottom: 85px;
    margin: 20px 25px 30px;
    background-image: url(..//img/bg4.png);
  }
}

@media screen and (max-width: 767px) {
  .showcase {
    margin: 18px auto 65px auto;
    padding-bottom: 60px;
    background-image: url(..//img/bg5.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% - 36px);
    background-position: center;
    border-radius: 20px;
  }
}

.showcase__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 36px;
  font-family: "Ordina";
  max-width: 934px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 1460px) {
  .showcase__title {
    font-size: 34px;
    letter-spacing: 0.68px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase__title {
    font-size: 28px;
    margin-bottom: 29px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

.showcase__title b {
  color: #47863e;
}

.showcase__title span {
  display: block;
  position: relative;
  color: #47863e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.showcase__title span:before {
  content: "";
  position: absolute;
  border-radius: 34px;
  border: 1px solid #47863e;
  width: calc(100% + 44px);
  height: 100%;
  bottom: -4px;
  left: -22px;
}

@media screen and (max-width: 1180px) {
  .showcase__title span:before {
    left: -7px;
    width: calc(100% + 18px);
  }
}

@media screen and (max-width: 767px) {
  .showcase__title span:before {
    left: -14px;
  }
}

.showcase__text {
  color: #3a3131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
  max-width: 934px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1460px) {
  .showcase__text {
    max-width: 814px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__text {
    font-size: 16px;
    max-width: 464px;
    margin-bottom: 30px;
  }
}

.showcase__input {
  border-radius: 33px;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 15px;
  position: relative;
  max-width: 436px;
  z-index: 3;
}

.showcase__input input {
  color: #000;
  font-size: 20px;
  line-height: 140%;
  /* 28px */
  letter-spacing: 0.6px;
  padding: 0 17px;
  height: 40px;
  border-radius: 33px;
  border: 1px solid #ececec;
  background: #fff;
  width: 100%;
  max-width: 285px;
}

@media screen and (max-width: 767px) {
  .showcase__input input {
    font-size: 14px;
    max-width: 192px;
  }
}

.showcase__input button {
  padding: 0px 22px;
  border-radius: 33px;
  background: #47863e;
  border: none;
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.showcase__input button:hover {
  background: #1d1d1d;
}

.showcase form p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.42px;
  margin-bottom: 9px;
  color: #3a3131;
}

@media screen and (max-width: 767px) {
  .showcase form p {
    margin-left: 15px;
  }
}

.showcase__items_news {
  position: relative;
  height: 330px;
}

.showcase__items_news-content {
  position: absolute;
  width: 100%;
  bottom: 57px;
}

@media screen and (max-width: 1180px) {
  .showcase__items_news-content {
    bottom: 128px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__items_news-content {
    bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__items_news-content {
    bottom: 60px;
    position: static;
    padding: 0;
  }
}

@media screen and (max-width: 1180px) {
  .showcase__items_news {
    height: 308px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__items_news {
    padding: 0 30px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__items_news {
    padding: 0;
    height: auto;
  }

  .showcase__items_news .arrow-scroll {
    display: none !important;
  }
}

.showcase__items {
  position: relative;
  height: 900px;
}

.showcase__items-content {
  position: absolute;
  width: 100%;
  bottom: 117px;
}

@media screen and (max-width: 1180px) {
  .showcase__items-content {
    bottom: 128px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__items-content {
    bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__items-content {
    bottom: 60px;
    position: static;
    padding: 0;
  }
}

@media screen and (max-width: 1180px) {
  .showcase__items {
    height: 638px;
  }
}

@media screen and (max-width: 991px) {
  .showcase__items {
    padding: 0 30px;
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .showcase__items {
    padding: 0;
    height: auto;
  }
}

.showcase .arrow-scroll {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: -57px;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 114px;
  height: 114px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 1460px) {
  .showcase .arrow-scroll {
    width: 97px;
    height: 97px;
    bottom: -48px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase .arrow-scroll {
    width: 116px;
    height: 116px;
    bottom: -57px;
    left: 91px;
  }
}

@media screen and (max-width: 767px) {
  .showcase .arrow-scroll {
    width: 97px;
    height: 97px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -50px;
  }
}

.showcase .arrow-scroll svg {
  margin-top: 20px;
}

.showcase__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  bottom: 352px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 1460px) {
  .showcase__socials {
    bottom: 340px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase__socials {
    display: none;
  }
}

.showcase__socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(251, 251, 251);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(2.308px 0px 6.923px rgba(71, 10, 10, 0.15));
  filter: drop-shadow(2.308px 0px 6.923px rgba(71, 10, 10, 0.15));
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag__number {
  font-size: 16px;
  line-height: 150%;
  margin-right: 10px;
  /* 24px */
  letter-spacing: 0.48px;
  color: #3a3131;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag__name {
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
  color: #3a3131;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 7px 31px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
}

.about {
  color: #3a3131;
  margin-bottom: 100px;
}

@media screen and (max-width: 1460px) {
  .about {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 80px;
  }
}

.about__content {
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .about__content {
    margin-top: 51px;
  }
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .about__img {
    margin-bottom: 30px;
  }
}

.about__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "Ordina";
  margin-bottom: 14px;
  margin-top: 35px;
}

.about__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
  max-width: 491px;
}

@media screen and (max-width: 1460px) {
  .about__text {
    max-width: 436px;
  }
}

@media screen and (max-width: 991px) {
  .about__text {
    font-size: 14px;
  }
}

.about__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 13px;
  min-width: 60px;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.about__link:hover {
  -webkit-transform: rotate(-175deg);
  -ms-transform: rotate(-175deg);
  transform: rotate(-175deg);
}

.about__link:hover svg circle {
  fill: #47863e;
}

.about__link:hover svg path {
  fill: #fff;
}

.about__link svg circle {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.about__link svg path {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 1460px) {
  .about__link {
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .about__link {
    display: none;
  }
}

.about__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

@media screen and (max-width: 1180px) {
  .about__blocks {
    grid-gap: 40px 20px;
  }
}

@media screen and (max-width: 991px) {
  .about__blocks {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about__blocks {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    grid-gap: 50px;
  }
}

.about__block {
  padding: 40px;
  border-radius: 50px;
  position: relative;
}

@media screen and (max-width: 1460px) {
  .about__block {
    padding: 40px 30px;
  }
}

.about__block-numbers {
  background: #f9f9f9;
}

.about__block-numbers_hype {
  background: #1d1d1d;
  color: white;
}

.about__block-numbers_hype .tag {
  margin-bottom: 20px;
}

.about__block-numbers_hype .tag__number {
  color: #fff;
}

@media screen and (max-width: 1460px) {
  .about__block-numbers {
    padding: 40px 30px 67px;
  }
}

@media screen and (max-width: 1180px) {
  .about__block-numbers {
    padding: 40px 20px 70px;
  }
}

@media screen and (max-width: 991px) {
  .about__block-numbers {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .about__block-numbers {
    padding: 40px 30px 60px;
  }
}

.about__block-big {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  border: 1px solid #e0e0e0;
  background-image: url("../img/newGreen/home-decor.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #fff;
}

@media screen and (max-width: 1460px) {
  .about__block-big {
    padding: 40px 30px 60px;
  }
}

@media screen and (max-width: 1180px) {
  .about__block-big {
    padding: 40px 20px 36px;
  }
}

@media screen and (max-width: 991px) {
  .about__block-big {
    grid-row: auto;
  }
}

@media screen and (max-width: 767px) {
  .about__block-big {
    padding: 40px 30px 26px;
  }
}

.about__block-awards {
  padding: 40px 0;
  background: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .about__block-awards {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media screen and (max-width: 767px) {
  .about__block-awards {
    -ms-grid-column: 1;
    grid-column: 1/1;
    padding: 30px 0 50px;
  }
}

.about__block-awards .tag {
  padding-left: 40px;
}

@media screen and (max-width: 1460px) {
  .about__block-awards .tag {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1180px) {
  .about__block-awards .tag {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about__block-awards .tag {
    padding-left: 30px;
  }
}

.about__numbers {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 0;
}

.about__numbers_cool {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 0;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.about__numbers_cool .about__number {
  width: 43%;
}

@media screen and (max-width: 1460px) {
  .about__numbers {
    grid-gap: 60px 33px;
  }
}

@media screen and (max-width: 1180px) {
  .about__numbers {
    grid-gap: 60px 22px;
  }

  .about__numbers_cool .about__number {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .about__numbers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }
}

.about__number .about__text {
  line-height: 110%;
}

@media screen and (max-width: 1180px) {
  .about__number .about__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .about__number .about__text {
    font-size: 16px;
  }
}

.about__number p {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.8px;
  font-family: "Ordina";
  margin-bottom: 5px;
  color: #47863e;
}

@media screen and (max-width: 1460px) {
  .about__number p {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .about__number p {
    font-size: 44px;
  }
}

.about__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about__awards {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 644px;
}

@media screen and (max-width: 1460px) {
  .about__awards {
    max-width: 542px;
  }
}

@media screen and (max-width: 1180px) {
  .about__awards {
    max-width: 460px;
  }
}

@media screen and (max-width: 991px) {
  .about__awards {
    max-width: none;
  }
}

.about__awards-blocks {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: tickerAward 10s linear infinite;
  animation: tickerAward 10s linear infinite;
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .about__awards-blocks {
    margin-top: 24px;
  }
}

@-webkit-keyframes tickerAward {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes tickerAward {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes ticker {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes ticker2 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes ticker2 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.about__awards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 36px;
}

.about__awards-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 82px;
}

.about__awards-info {
  margin-left: 11px;
}

.about__awards-name {
  font-size: 22.248px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 25.586px */
  letter-spacing: -0.334px;
  font-family: "Ordina", sans-serif, monospace;
  margin-bottom: 4px;
  white-space: nowrap;
}

.about__awards-mini {
  font-size: 22.248px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 25.586px */
  letter-spacing: -0.334px;
  white-space: nowrap;
}

.usluga {
  color: #3a3131;
  margin-bottom: 100px;
}

@media screen and (max-width: 1460px) {
  .usluga {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .usluga {
    margin-bottom: 80px;
  }
}

.usluga__blocks {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 30px;
  -ms-grid-columns: 48% 48%;
  grid-template-columns: repeat(2, 48%);
}

@media screen and (max-width: 1460px) {
  .usluga__blocks {
    gap: 34px;
  }
}

@media screen and (max-width: 1180px) {
  .usluga__blocks {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .usluga__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .usluga__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
  }
}

.usluga__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .usluga__block {
    width: 100%;
  }
}

.usluga__img {
  height: 341px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background: #1d1d1d;
}

.usluga__img-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

@media screen and (max-width: 1460px) {
  .usluga__img {
    height: 280px;
  }
}

@media screen and (max-width: 991px) {
  .usluga__img {
    height: 341px;
    padding: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.usluga__name {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  font-family: "Ordina", sans-serif, monospace;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .usluga__img {
    height: 230px;
  }
}

@media screen and (max-width: 400px) {
  .usluga__img {
    height: 180px;
    padding: 0;
  }
}

.usluga__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
}

@media screen and (max-width: 991px) {
  .usluga__text {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

.usluga__text p {
  margin-bottom: 20px;
}

.usluga__text p:last-child {
  margin-bottom: 0;
}

.usluga__info {
  margin-bottom: 36px;
}

@media screen and (max-width: 1460px) {
  .usluga__info {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .usluga__info {
    margin-bottom: 20px;
  }
}

.usluga__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.usluga__end {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px 39px 40px;
  border-radius: 30px;
  background: #f9f9f9;
  position: relative;
}

@media screen and (max-width: 1460px) {
  .usluga__end {
    padding: 50px 20px 40px 30px;
  }
}

@media screen and (max-width: 1180px) {
  .usluga__end {
    padding: 50px 20px 40px;
  }
}

@media screen and (max-width: 991px) {
  .usluga__end {
    padding: 50px 17px 16px;
  }
}

@media screen and (max-width: 767px) {
  .usluga__end {
    padding: 50px 14px 28px 30px;
  }
}

.usluga__circle {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 40px;
  right: 40px;
}

.usluga__circle:hover {
  -webkit-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  transform: rotate(105deg);
}

.usluga__circle:hover svg circle {
  fill: #47863e;
}

.usluga__circle:hover svg path {
  fill: #fff;
}

.usluga__circle svg circle {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.usluga__circle svg path {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

@media screen and (max-width: 1460px) {
  .usluga__circle {
    right: 30px;
  }
}

@media screen and (max-width: 1180px) {
  .usluga__circle {
    right: 20px;
  }
}

.trust {
  overflow: hidden;
  margin-bottom: 100px;
}

@media screen and (max-width: 1460px) {
  .trust {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .trust {
    margin-bottom: 60px;
  }
}

.trust__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: ticker 10s linear infinite;
  animation: ticker 10s linear infinite;
  gap: 40px;
}

.trust__blocks-reverse {
  -webkit-animation: ticker2 10s linear infinite;
  animation: ticker2 10s linear infinite;
  margin-top: 40px;
}

.trust__tickers {
  margin-top: 50px;
}

.trust__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background: #f9f9f9;
}

.trust__ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trust__ticker-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media {
  overflow: hidden;
  margin-bottom: 100px;
}

@media screen and (max-width: 1460px) {
  .media {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .media {
    margin-bottom: 60px;
  }
}

.media__ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.media__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
  -webkit-animation: ticker 10s linear infinite;
  animation: ticker 10s linear infinite;
}

@media screen and (max-width: 1460px) {
  .media__blocks {
    gap: 25px;
  }
}

.media__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 416px;
  height: 188px;
  border-radius: 33px;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 1460px) {
  .media__block {
    width: 265px;
    height: 120px;
    border-radius: 21px;
  }
}

.work {
  color: #3a3131;
  padding: 100px 0 90px;
  /*   max-width: 1820px; */
  margin: 0 50px;
  border-radius: 50px;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

@media screen and (max-width: 1460px) {
  .work {
    margin: 0 20px;
    padding: 100px 0 70px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1180px) {
  .work {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .work {
    padding: 63px 0;
  }
}

@media screen and (max-width: 767px) {
  .work {
    padding: 53px 0 70px;
    margin-bottom: 60px;
  }
}

.work__items {
  padding: 0 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1460px) {
  .work__items {
    padding: 0 96px 0 0;
  }
}

@media screen and (max-width: 1180px) {
  .work__items {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .work__items {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .work__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  
  
  .usluga__name {
    max-width: 80%;
  }
}

.work__item {
  max-width: 446px;
}

@media screen and (max-width: 991px) {
  .work__item {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .work__item {
    max-width: 100%;
  }
}

.work__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 48px */
  letter-spacing: 0.6px;
  font-family: "Ordina", sans-serif, monospace;
  max-width: 416px;
  margin-bottom: 30px;
  text-align: start;
}

@media screen and (max-width: 767px) {
  .work__title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    /* 54.4px */
    letter-spacing: 0.68px;
    margin-bottom: 40px;
  }
}

.work__title span {
  margin-left: 20px;
  position: relative;
  color: #47863e;
}

@media screen and (max-width: 991px) {
  .work__title span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.work__title span:before {
  content: "";
  position: absolute;
  border-radius: 34px;
  border: 1px solid #47863e;
  width: calc(100% + 40px);
  height: 100%;
  bottom: -4px;
  left: -20px;
}

.work__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .work__img {
    width: 100%;
  }

  .work__img img {
    width: 100%;
  }
}

.work__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  font-family: "Ordina", sans-serif, monospace;
  margin-bottom: 14px;
}

.work__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
  max-width: 581px;
}

@media screen and (max-width: 1460px) {
  .work__text {
    max-width: 446px;
  }
}

@media screen and (max-width: 991px) {
  .work__text {
    font-size: 14px;
    max-width: 321px;
  }
}

@media screen and (max-width: 767px) {
  .work__text {
    max-width: 100%;
  }
}

.work__inputs {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.work__input {
  padding: 15px;
  width: 100%;
  max-width: 416px;
  border-radius: 33px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .work__input {
    padding: 15px 11px;
  }
}

.work__input input {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: 0.6px;
  border-radius: 33px;
  border: 1px solid #ececec;
  height: 40px;
  padding: 0 20px;
}

.work__input input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.work__input input::-moz-placeholder {
  color: #c9c9c9;
}

.work__input input:-ms-input-placeholder {
  color: #c9c9c9;
}

.work__input input::-ms-input-placeholder {
  color: #c9c9c9;
}

.work__input input::placeholder {
  color: #c9c9c9;
}

.work__checkboxs {
  gap: 10px;
  max-width: 386px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .work__checkboxs {
    margin-left: 0;
  }
}

.work__checkbox {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.36px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work__checkbox-tile {
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 100%;
  padding: 4px 29px;
  border-radius: 20px;
  cursor: pointer;
}

.work__checkbox input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.work__checkbox input:checked+.work__checkbox-tile {
  border: 1px solid #47863e;
  background: #47863e;
  color: #fff;
}

.work__checkbox-big .work__checkbox-tile {
  padding: 4px 10px;
}

.work__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .work__end {
    margin-left: 0;
  }
}

.work__politic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work__politic svg {
  min-width: 38px;
  margin-right: 10px;
}

.work__politic-text {
  color: #909090;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 12px */
  letter-spacing: 0.3px;
  max-width: 224px;
}

@media screen and (max-width: 991px) {
  .work__politic-text {
    max-width: 155px;
  }
}

.work__politic-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.work form p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.42px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .work form p {
    margin-left: 0;
  }
}

.work form button {
  border: none;
  width: 100%;
  max-width: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 33px;
  background: #47863e;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.work form button:hover {
  background: #1d1d1d;
}

.work__decor {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1180px) {
  .work__decor {
    display: none;
  }
}

.work__decor-first {
  left: -230px;
  top: -460px;
}

@media screen and (max-width: 1460px) {
  .work__decor-first {
    max-width: 540px;
    left: -180px;
    top: -260px;
  }
}

.work__decor-second {
  right: -125px;
  top: -441px;
}

@media screen and (max-width: 1460px) {
  .work__decor-second {
    max-width: 568px;
    right: -90px;
    top: -190px;
  }
}

.footer {
  padding: 70px 0 80px;
  background: #000;
  border-radius: 50px 50px 0 0;
  color: #fafafa;
}

@media screen and (max-width: 1460px) {
  .footer {
    padding: 70px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 80px 0 64px;
  }
}

.footer__items {
  padding: 0 114px;
}

@media screen and (max-width: 1460px) {
  .footer__items {
    padding: 0;
  }
}

.footer__up {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 14px 20px 12px;
  border-radius: 33px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

.footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5a5a5a;
}


@media screen and (max-width: 767px) {
  .footer__up {
    display: none;
  }

  .footer__head {
    flex-direction: column;
  }
}

.footer__tel {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
  letter-spacing: 0.48px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .footer__tel {
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 54.4px */
    letter-spacing: 0.68px;
    margin-bottom: 10px;
  }
}

.footer__adress {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .footer__adress {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
  }
}

.footer__mail {
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .footer__mail {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
  }
}

.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .footer__socials {
    display: none;
  }
}

.footer__socials-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .footer__socials-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}

.footer__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__list {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 767px) {
  .footer__list {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 215px;
    grid-gap: 30px 40px;
    margin-bottom: 50px;
  }
}

.footer__list li {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .footer__list li {
    margin-bottom: 0;
  }
}

.footer__list li:last-child {
  margin-bottom: 0;
}

.footer form {
  width: 100%;
  max-width: 387px;
}

@media screen and (max-width: 991px) {
  .footer form {
    max-width: 327px;
  }
}

@media screen and (max-width: 767px) {
  .footer form {
    max-width: 100%;
  }
}

.footer__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .footer__inputs {
    gap: 30px;
  }
}

.footer__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__input input {
  height: 40px;
  width: 100%;
  max-width: 287px;
  border-radius: 33px;
  border: 1px solid #e0e0e0;
  padding: 0 17px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.6px;
  color: #fff;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .footer__input input {
    max-width: 100%;
  }
}

.footer__input input::-webkit-input-placeholder {
  color: #c9c9c9;
}

.footer__input input::-moz-placeholder {
  color: #c9c9c9;
}

.footer__input input:-ms-input-placeholder {
  color: #c9c9c9;
}

.footer__input input::-ms-input-placeholder {
  color: #c9c9c9;
}

.footer__input input::placeholder {
  color: #c9c9c9;
}

.footer__input button {
  width: 100%;
  max-width: 99px;
  border: none;
  border-radius: 33px;
  background: #47863e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.footer__input button:hover {
  background: #fff;
}

.footer__input button:hover svg path {
  fill: #3a3131;
}

.footer__input button svg path {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.footer__input>div {
  height: 40px;
  width: 100%;
  max-width: 287px;
  border-radius: 33px;
  border: 1px solid #e0e0e0;
  padding: 0 17px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #fff;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__input>div {
    max-width: 100%;
  }
}

.footer__input-download {
  width: 100%;
  max-width: 99px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 33px;
  border: 1px solid #e0e0e0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.footer__input-download:hover {
  background: #47863e;
}

.footer__input-hover {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.footer__input-hover.active {
  background: #47863e;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__end {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #5a5a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .footer__end {
    padding-top: 30px;
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer__made {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.36px;
}

@media screen and (max-width: 767px) {
  .footer__made {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.footer__politic {
  color: #898989;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  letter-spacing: 0.36px;
}

@media screen and (max-width: 767px) {
  .footer__politic {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.showcase-about {
  padding-top: 495px;
  background: none;
}

@media screen and (max-width: 1180px) {
  .showcase-about {
    padding-top: 248px;
    padding-bottom: 128px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about {
    padding-top: 176px;
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about {
    padding-top: 139px;
    padding-bottom: 363px;
    background-image: url(..//img/bg10.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about .arrow-scroll {
    display: none;
  }
}

.showcase-about .about__block {
  padding: 50px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0px;
  right: -30px;
}

@media screen and (max-width: 1460px) {
  .showcase-about .about__block {
    bottom: 0px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase-about .about__block {
    right: 0px;
    padding: 50px 20px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about .about__block {
    padding: 50px;
    right: -80px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about .about__block {
    right: -18px;
    padding: 35px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 300px;
  }
}

.showcase-about .about__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin: 0;
}

@media screen and (max-width: 1460px) {
  .showcase-about .about__numbers {
    gap: 30px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase-about .about__numbers {
    max-width: 401px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about .about__numbers {
    max-width: 194px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about .about__numbers {
    gap: 40px;
  }
}

@media screen and (max-width: 1460px) {
  .showcase-about .about__number p {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about .about__number p {
    font-size: 34px;
  }
}

@media screen and (max-width: 1460px) {
  .showcase-about .about__text {
    font-size: 14px;
  }
}

.showcase-about .showcase__title {
  margin-bottom: 30px;
}

@media screen and (max-width: 1180px) {
  .showcase-about .showcase__title {
    margin-bottom: 20px;
  }
}

.showcase-about .showcase__text {
  max-width: 703px;
}

@media screen and (max-width: 991px) {
  .showcase-about .showcase__text {
    max-width: 380px;
  }
}

.showcase-about .showcase__bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 1820px;
  max-width: 1820px;
  z-index: -1;
  height: 900px;
  background-image: url(../img/newGreen/bg-about-1.png);
  background-repeat: no-repeat;
  border-radius: 50px;
}

@media screen and (max-width: 1460px) {
  .showcase-about .showcase__bg {
    max-width: 1400px;
    min-width: 1400px;
    background-image: url(../img/newGreen/bg-about-1.png);
  }
}

@media screen and (max-width: 1180px) {
  .showcase-about .showcase__bg {
    max-width: 960px;
    min-width: 960px;
    background-image: url(../img/newGreen/bg-about-1.png);
    background-size: contain;
    height: 638px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-about .showcase__bg {
    min-width: 990px;
    max-width: 990px;
    background-image: url(../img/newGreen/bg-about-1.png);
  }
}

.about-second {
  margin-bottom: 90px;
}

@media screen and (max-width: 1460px) {
  .about-second {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-second {
    margin-bottom: 80px;
  }
}

.about-second__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  gap: 100px;
}

@media screen and (max-width: 1460px) {
  .about-second__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .about-second__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 31px;
  }
}

.about-second__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .about-second__img {
    max-width: 366px;
  }
}

@media screen and (max-width: 767px) {
  .about-second__img {
    max-width: none;
    width: 100%;
  }

  .about-second__img img {
    width: 100%;
  }
}

.about-second__text {
  color: #3a3131;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.72px;
  max-width: 758px;
}

@media screen and (max-width: 1460px) {
  .about-second__text {
    font-size: 20px;
    letter-spacing: 0.6px;
    max-width: 638px;
  }
}

@media screen and (max-width: 1180px) {
  .about-second__text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.48px;
    max-width: 460px;
  }
}

@media screen and (max-width: 991px) {
  .about-second__text {
    font-size: 14px;
    letter-spacing: 0.42px;
    max-width: 368px;
  }
}

@media screen and (max-width: 767px) {
  .about-second__text {
    font-size: 16px;
    letter-spacing: 0.48px;
    max-width: 100%;
    margin-top: 30px;
  }
}

.achievements {
  margin-bottom: 100px;
}

@media screen and (max-width: 1460px) {
  .achievements {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .achievements {
    margin-bottom: 80px;
  }
}

.achievements .about__awards-achievements {
  max-width: none;
}

.achievements .about__awards-achievements .about__awards-block {
  width: 416px;
  height: 188px;
  border-radius: 33px;
  border: 1px solid #e0e0e0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px;
}

@media screen and (max-width: 1460px) {
  .achievements .about__awards-achievements .about__awards-block {
    margin-right: 25px;
    width: 265px;
    height: 120px;
  }
}

.achievements .about__awards-achievements .about__awards-icon {
  width: auto;
}

.achievements .about__awards-achievements .about__awards-blocks {
  margin-top: 50px;
}

@media screen and (max-width: 1460px) {
  .achievements .about__awards-achievements .about__awards-name {
    font-size: 14.201px;
    letter-spacing: -0.213px;
  }
}

@media screen and (max-width: 1460px) {
  .achievements .about__awards-achievements .about__awards-mini {
    font-size: 14.201px;
    letter-spacing: -0.213px;
  }
}

.achievements .about__awards-achievements .about__awards-icon {
  min-width: auto;
}

@media screen and (max-width: 1460px) {
  .achievements .about__awards-achievements .about__awards-icon {
    max-width: 60px;
  }
}

.management {
  margin-bottom: 100px;
}

@media screen and (max-width: 1180px) {
  .management {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .management {
    margin-bottom: 90px;
  }
}

.management__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .management__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.management__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1460px) {
  .management__img {
    max-width: 446px;
  }
}

@media screen and (max-width: 991px) {
  .management__img {
    max-width: 366px;
  }
}

@media screen and (max-width: 767px) {
  .management__img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.management__img img {
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .management__img img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .management__img img:first-child {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .management__img img:first-child {
    display: block;
  }
}

.management__img img:last-child {
  display: none;
}

@media screen and (max-width: 991px) {
  .management__img img:last-child {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .management__img img:last-child {
    display: none;
  }
}

.management__info {
  max-width: 644px;
}

@media screen and (max-width: 1460px) {
  .management__info {
    max-width: 626px;
  }
}

@media screen and (max-width: 1180px) {
  .management__info {
    max-width: 454px;
  }
}

@media screen and (max-width: 991px) {
  .management__info {
    max-width: 367px;
  }
}

.management__name {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  font-family: "Ordina", sans-serif, monospace;
}

.management__text {
  margin-bottom: 35px;
}

@media screen and (max-width: 1180px) {
  .management__text {
    margin-bottom: 25px;
  }
}

.management__text p {
  color: #3a3131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1460px) {
  .management__text p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

@media screen and (max-width: 991px) {
  .management__text p {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

@media screen and (max-width: 767px) {
  .management__text p {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.management__text p:last-child {
  margin-bottom: 0;
}

.management__list {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
  color: #3a3131;
}

@media screen and (max-width: 1460px) {
  .management__list {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

@media screen and (max-width: 991px) {
  .management__list {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}

@media screen and (max-width: 767px) {
  .management__list {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.management__list p {
  padding-bottom: 6px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .management__list p span {
    display: block;
  }
}

.management__list p::before {
  bottom: 0;
  left: 0;
}

.management__list p:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 1px;
  background: #47863e;
}

.management__list p:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 1px;
  background: #47863e;
}

.management__list p:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 1px;
  background: #47863e;
}

.management__list p:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 1px;
  background: #47863e;
}

.management__list p:nth-child(5)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #47863e;
}

.management__list p:last-child {
  margin-bottom: 0;
}

.practices {
  margin-bottom: 100px;
}

@media screen and (max-width: 1180px) {
  .practices {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .practices {
    margin-bottom: 80px;
  }
}

.practices__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 1460px) {
  .practices__blocks {
    grid-gap: 34px;
  }
}

@media screen and (max-width: 1180px) {
  .practices__blocks {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .practices__blocks {
    overflow: auto;
    margin-right: -100px;
    padding-right: 100px;
    margin-left: -100px;
    padding-left: 100px;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .practices__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px;
    grid-gap: 50px;
  }
}

.practices__block {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

@media screen and (max-width: 991px) {
  .practices__block {
    min-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .practices__block {
    min-width: auto;
  }
}

.practices__img {
  height: 341px;
  border-radius: 20px;
  background: #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}

.practices__project {
  position: absolute;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background: #1d1d1d;
  padding: 7px 31px;
  color: #fff;
  bottom: 40px;
  left: 40px;
}

.practices__info {
  padding: 40px 20px 40px 40px;
  border-radius: 20px;
  background: #f9f9f9;
  color: #3a3131;
}

@media screen and (max-width: 1460px) {
  .practices__info {
    padding: 30px 10px 10px 30px;
  }
}

@media screen and (max-width: 1180px) {
  .practices__info {
    padding: 30px 10px 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .practices__info {
    padding: 30px 10px 30px 30px;
  }
}

.practices__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  font-family: "Ordina", sans-serif, monospace;
  margin-bottom: 14px;
}

.practices__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
}

.showcase-services {
  background-image: url(..//img/bg11.png);
}

@media screen and (max-width: 991px) {
  .showcase-services {
    padding-top: 128px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-services {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

.showcase-services .showcase__text {
  max-width: 758px;
}

@media screen and (max-width: 991px) {
  .showcase-services .showcase__text {
    max-width: 593px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-services .arrow-scroll {
    bottom: -50px;
  }
}

.mt3 {
  margin-top: 30px;
}

.about-services .usluga__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .about-services .usluga__blocks {
    gap: 20px;
  }
}

.about-services .usluga__block-vert {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-radius: 30px;
  background: #f9f9f9;
  gap: 40px;
}

@media screen and (max-width: 991px) {
  .about-services .usluga__block-vert .usluga__circle {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .about-services .usluga__block-vert .usluga__circle {
    display: block;
  }
}

@media screen and (max-width: 799px) {
  .about-services .usluga__block-vert .usluga__end {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.about-services .usluga__block-vert .usluga__img {
  max-width: 663px;
  margin: auto;
}

@media screen and (max-width: 799px) {
  .about-services .usluga__block-vert .usluga__img {
    height: 345px;
  }
}

@media screen and (max-width: 600px) {
  .about-services .usluga__block-vert .usluga__img {
    height: 241px;
  }
}

@media screen and (max-width: 799px) {
  .about-services .usluga__block-vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-services .usluga__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border-radius: 30px;
  background: #f9f9f9;
}

@media screen and (max-width: 1460px) {
  .about-services .usluga__block {
    padding: 40px 20px 40px 30px;
  }
}

@media screen and (max-width: 1180px) {
  .about-services .usluga__block {
    padding: 40px 30px 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .about-services .usluga__block {
    padding: 43px 25px;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

@media screen and (max-width: 767px) {
  .about-services .usluga__block {
    width: calc(100% + 36px);
    margin-left: -18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 18px 18px 30px 18px;
  }
}

.about-services .usluga__end {
  padding: 25px 35px;
  max-width: 644px;
}

@media screen and (max-width: 1460px) {
  .about-services .usluga__end {
    max-width: 556px;
    padding: 25px 0 25px 34px;
  }
}

@media screen and (max-width: 1180px) {
  .about-services .usluga__end {
    padding: 25px 0 25px 20px;
    max-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .about-services .usluga__end {
    max-width: 384px;
    padding: 0 0 0 18px;
  }
}

@media screen and (max-width: 767px) {
  .about-services .usluga__end {
    padding: 0;
    max-width: 100%;
  }
}

.about-services .usluga__img {
  height: 320px;
  width: 100%;
  max-width: 604px;
  overflow: hidden;
}

.about-services .honeycomb {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1180px) {
  .about-services .usluga__img {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-services .usluga__img {
    max-width: 100%;
    height: 221px;
  }
}

.about-services .usluga__circle {
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}

.about-services .usluga__circle:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 1460px) {
  .about-services .usluga__circle {
    bottom: -10px;
  }
}

@media screen and (max-width: 1180px) {
  .about-services .usluga__circle {
    bottom: -15px;
  }
}

@media screen and (max-width: 991px) {
  .about-services .usluga__circle {
    top: 0;
    bottom: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .about-services .usluga__circle:hover {
    -webkit-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    transform: rotate(105deg);
  }
}

@media screen and (max-width: 767px) {
  .about-services .usluga__text {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.showcase-pr {
  padding-top: 435px;
  background-image: url(..//img/bg12.png);
}

@media screen and (max-width: 1460px) {
  .showcase-pr {
    padding-top: 442px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase-pr {
    padding-top: 188px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-pr {
    padding-top: 152px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-pr {
    padding-top: 216px;
    padding-bottom: 110px;
  }
}

.showcase-pr .showcase__text {
  max-width: 584px;
}

@media screen and (max-width: 991px) {
  .showcase-pr .showcase__text {
    max-width: 464px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-pr .showcase__text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .showcase-pr .arrow-scroll {
    bottom: -50px;
  }
}

.showcase-pr .showcase__decor {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 118px;
}

@media screen and (max-width: 1460px) {
  .showcase-pr .showcase__decor {
    max-width: 446px;
    bottom: 187px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase-pr .showcase__decor {
    max-width: 310px;
    bottom: 128px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-pr .showcase__decor {
    bottom: 21px;
    right: -72px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-pr .showcase__decor {
    display: none;
  }
}

.showcase-smm {
  padding-top: 405px;
}

@media screen and (max-width: 1460px) {
  .showcase-smm {
    padding-top: 412px;
  }
}

@media screen and (max-width: 1180px) {
  .showcase-smm {
    padding-top: 158px;
  }
}

@media screen and (max-width: 991px) {
  .showcase-smm {
    padding-top: 128px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-smm {
    padding-top: 192px;
  }
}

.content {
  margin-bottom: 100px;
}

@media screen and (max-width: 1180px) {
  .content {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    margin-bottom: 80px;
  }
}

.content__bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content__bread {
    margin-bottom: 30px;
  }
}

.content__bread a {
  color: #e0e0e0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
}

.content__bread span {
  color: #e0e0e0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
}

.content__bread div {
  color: #47863e;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.6px;
}

.content__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 1460px) {
  .content__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

@media screen and (max-width: 1180px) {
  .content__links {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: -100px;
    padding-right: 100px;
    margin-left: -100px;
    padding-left: 100px;
    gap: 20px;
  }
}

.content__link {
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #3a3131;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
  min-width: 188px;
  padding: 0 30px;
}

.content__link a {
  padding: 5px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content__link.active {
  background: #47863e;
  font-weight: 600;
  color: #fff;
}

.content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .content__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.content__items-pr {
  margin-top: 79px;
}

@media screen and (max-width: 1460px) {
  .content__items-pr {
    margin-top: 50px;
  }
}

.content__items-pr .content__img {
  width: 644px;
  height: 490px;
}

@media screen and (max-width: 1460px) {
  .content__items-pr .content__img {
    width: 542px;
    height: 412px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-pr .content__img {
    width: 460px;
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-pr .content__img {
    width: 366px;
    height: 278px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-pr .content__img {
    height: auto;
    width: 100%;
  }
}

.content__items-pr .content__img img {
  width: 100%;
}

.content__items-smm {
  margin-top: 59px;
}

@media screen and (max-width: 1460px) {
  .content__items-smm {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-smm {
    margin-top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-smm {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-smm {
    margin-top: 50px;
  }
}

.content__items-smm .content__img {
  width: 644px;
  height: 537px;
}

@media screen and (max-width: 1460px) {
  .content__items-smm .content__img {
    width: 542px;
    height: 452px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-smm .content__img {
    width: 460px;
    height: 384px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-smm .content__img {
    width: 366px;
    height: 305px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-smm .content__img {
    height: auto;
    width: 100%;
  }
}

.content__items-smm .content__img img {
  width: 100%;
}

.content__items-event {
  margin-top: 119px;
}

@media screen and (max-width: 1460px) {
  .content__items-event {
    margin-top: 53px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-event {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-event {
    margin-top: 82px;
  }
}

.content__items-event .content__img {
  width: 644px;
  height: 420px;
}

@media screen and (max-width: 1460px) {
  .content__items-event .content__img {
    width: 542px;
    height: 353px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-event .content__img {
    width: 460px;
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-event .content__img {
    width: 366px;
    height: 238px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-event .content__img {
    height: auto;
    width: 100%;
  }
}

.content__items-event .content__img img {
  width: 100%;
}

.content__items-serm {
  margin-top: 56px;
}

@media screen and (max-width: 1460px) {
  .content__items-serm {
    margin-top: 41px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-serm {
    margin-top: 83px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-serm {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-serm {
    margin-top: 41px;
  }
}

.content__items-serm .content__img {
  width: 626px;
  height: 528px;
}

@media screen and (max-width: 1460px) {
  .content__items-serm .content__img {
    width: 542px;
    height: 456px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-serm .content__img {
    width: 460px;
    height: 387px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-serm .content__img {
    width: 366px;
    height: 308px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-serm .content__img {
    height: auto;
    width: 100%;
  }
}

.content__items-serm .content__img img {
  width: 100%;
}

.content__items-media {
  margin-top: 63px;
}

@media screen and (max-width: 1460px) {
  .content__items-media {
    margin-top: 39px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-media {
    margin-top: 47px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-media {
    margin-top: 50px;
  }
}

.content__items-media .content__img {
  width: 644px;
  height: 482px;
}

@media screen and (max-width: 1460px) {
  .content__items-media .content__img {
    width: 542px;
    height: 405px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-media .content__img {
    width: 470px;
    height: 351px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-media .content__img {
    width: 365px;
    height: 274px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-media .content__img {
    height: auto;
    width: 100%;
  }
}

.content__items-media .content__img img {
  width: 100%;
}

.content__items-consulting {
  margin-top: 77px;
}

@media screen and (max-width: 1460px) {
  .content__items-consulting {
    margin-top: 63px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-consulting {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-consulting {
    margin-top: 50px;
  }
}

.content__items-consulting .content__img {
  width: 641px;
  height: 504px;
}

@media screen and (max-width: 1460px) {
  .content__items-consulting .content__img {
    width: 542px;
    height: 426px;
  }
}

@media screen and (max-width: 1180px) {
  .content__items-consulting .content__img {
    width: 460px;
    height: 362px;
  }
}

@media screen and (max-width: 991px) {
  .content__items-consulting .content__img {
    width: 365px;
    height: 288px;
  }
}

@media screen and (max-width: 767px) {
  .content__items-consulting .content__img {
    height: auto;
    width: 100%;
  }
}

.content__items-consulting .content__img img {
  width: 100%;
}

.content__items-consulting .content__list li {
  margin-bottom: 25px;
}

.content__items-consulting .content__list li::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .content__items-consulting .content__list li {
    padding-left: 0;
  }
}

.content__list {
  color: #3a3131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  letter-spacing: 0.6px;
  max-width: 510px;
}

@media screen and (max-width: 1180px) {
  .content__list {
    max-width: 460px;
  }
}

@media screen and (max-width: 991px) {
  .content__list {
    font-size: 16px;
    letter-spacing: 0.48px;
    max-width: 366px;
  }
}

@media screen and (max-width: 767px) {
  .content__list {
    max-width: 100%;
  }
}

.content__list li {
  margin-bottom: 14px;
  padding-left: 15px;
  position: relative;
}

.content__list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a3131;
  top: 9px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .content__list li::before {
    width: 4px;
    height: 4px;
  }
}

.content__list li:last-child {
  margin-bottom: 0;
}

.content__info {
  margin-left: 53px;
}

@media screen and (max-width: 1460px) {
  .content__info {
    margin-left: 35px;
  }
}

@media screen and (max-width: 1180px) {
  .content__info {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .content__info {
    margin-left: 11px;
  }
}

.content__info span {
  padding-left: 15px;
  color: #47863e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.48px;
  max-width: 489px;
  display: block;
  position: relative;
  margin-top: 25px;
}

@media screen and (max-width: 1180px) {
  .content__info span {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .content__info span {
    margin-top: 20px;
  }
}

.content__info span>span {
  position: absolute;
  top: 0;
  padding: 0;
  left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.showcase-cases {
  background: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .showcase-cases {
    padding-top: 288px;
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-cases .arrow-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -50px;
  }
}

.cases {
  margin-bottom: 50px;
}

.cases__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 34px 40px;
  margin-bottom: 50px;
  margin-top: 50px;
}

@media screen and (max-width: 1460px) {
  .cases__blocks {
    grid-gap: 28px 34px;
  }
}

@media screen and (max-width: 1180px) {
  .cases__blocks {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 24px;
  }
}

@media screen and (max-width: 991px) {
  .cases__blocks {
    margin-top: 72px;
    grid-gap: 17px 18px;
  }
}

@media screen and (max-width: 767px) {
  .cases__blocks {
    margin-top: 50px;
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.cases__data {
  color: #c0c0c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.42px;
  margin-bottom: 10px;
}

.cases__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.cases__img {
  border-radius: 20px;
  background: #eaeaea;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .cases__img {
    max-height: 263px;
  }
}

@media screen and (max-width: 767px) {
  .cases__img {
    max-height: none;
  }

  .cases__img img {
    width: 100%;
  }
}

.cases__info {
  padding: 20px 15px 40px 40px;
  border-radius: 20px;
  background: #f9f9f9;
}

@media screen and (max-width: 1460px) {
  .cases__info {
    padding: 20px 20px 20px 30px;
  }
}

@media screen and (max-width: 1180px) {
  .cases__info {
    padding: 20px 20px 47px 20px;
  }
}

@media screen and (max-width: 991px) {
  .cases__info {
    padding: 20px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .cases__info {
    padding: 20px 20px 20px 30px;
  }
}

.cases__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.cases__tag {
  padding: 7px 31px;
  color: #47863e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.cases__name {
  color: #3a3131;
  font-family: "Ordina", sans-serif, monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
}

.cases__more {
  color: #3a3131;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
  border-radius: 40px;
  border: 1px solid #47863e;
  background: #fff;
  width: 100%;
  max-width: 270px;
  padding: 19px 0 17px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(55, 34, 34, 0.05);
  margin: 0 auto;
  cursor: pointer;
}

.cases .usluga__circle {
  top: auto;
  bottom: 30px;
  right: 30px;
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}

@media screen and (max-width: 1180px) {
  .cases .usluga__circle {
    right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cases .usluga__circle {
    bottom: 26px;
  }
}

.cases .usluga__circle:hover {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.showcase {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .showcase .showcase__items-content {
    padding: 85px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-about .showcase__items-content {
    padding: 139px 0 363px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-services .showcase__items-content {
    padding: 120px 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-pr .showcase__items-content {
    padding: 216px 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-smm .showcase__items-content {
    padding: 192px 0 110px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-cases .showcase__items-content {
    padding: 288px 0 110px;
  }
}

.showcase-news {
  background-image: none;
}

@media screen and (max-width: 767px) {
  .showcase-news {
    margin: 138px auto 0px auto;
    background-image: none !important;
  }
}

@media screen and (max-width: 767px) {
  .showcase-news .showcase__items-content {
    padding: 0;
  }
}

.cases-news {
  margin: 0;
}

.cases-news .cases__blocks {
  margin: 60px 0;
  grid-gap: 67px 40px;
}

@media screen and (max-width: 1460px) {
  .cases-news .cases__blocks {
    grid-gap: 34px;
  }
}

@media screen and (max-width: 1180px) {
  .cases-news .cases__blocks {
    grid-gap: 20px;
    margin: 50px 0;
  }
}

@media screen and (max-width: 991px) {
  .cases-news .cases__blocks {
    grid-gap: 18px;
  }
}

@media screen and (max-width: 767px) {
  .cases-news .cases__blocks {
    grid-gap: 30px;
  }
}

.cases-news .cases__info {
  padding: 20px 40px 20px 40px;
}

@media screen and (max-width: 1460px) {
  .cases-news .cases__info {
    padding: 20px 30px 20px 30px;
  }
}

@media screen and (max-width: 1180px) {
  .cases-news .cases__info {
    padding: 20px 30px 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .cases-news .cases__info {
    padding: 20px 24px 40px 30px;
  }
}

.cases-news .cases__name {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: normal;
}

@media screen and (max-width: 1180px) {
  .cases-news .cases__img img {
    width: 100%;
  }
}

.cases-news .cases-news__title {
  color: #3a3131;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Ordina", sans-serif, monospace;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1180px) {
  .cases-news .cases-news__title {
    margin-bottom: 20px;
  }
}

.showcase-news-second {
  background-image: url(..//img/bg13.png);
}

@media screen and (max-width: 767px) {
  .showcase-news-second .showcase__items-content {
    padding: 233px 0 110px;
  }
}

.showcase-news-second .showcase__title {
  color: #fff;
  max-width: 880px;
}

@media screen and (max-width: 1460px) {
  .showcase-news-second .showcase__title {
    max-width: 745px;
  }
}

@media screen and (max-width: 767px) {
  .showcase-news-second .showcase__title {
    font-size: 24px;
  }
}

.showcase-news-second .showcase__title b {
  color: #fff;
}

.showcase-news-second form p {
  color: #e0e0e0;
}

.news-second {
  color: #3a3131;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.6px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1180px) {
  .news-second {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news-second {
    margin-bottom: 80px;
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

.news-second__top {
  max-width: 872px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1460px) {
  .news-second__top {
    max-width: 926px;
  }
}

@media screen and (max-width: 1180px) {
  .news-second__top {
    max-width: 100%;
  }
}

.news-second__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .news-second__head {
    margin-bottom: 30px;
  }
}

.news-second__head p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news-second__head p {
    margin-bottom: 20px;
  }
}

.news-second__head p:last-child {
  margin-bottom: 0;
}

.news-second__name {
  color: #3a3131;
  font-family: "Ordina", sans-serif, monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
}

.news-second__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .news-second__text {
    gap: 20px;
  }
}

.news-second__list li {
  padding-left: 30px;
  position: relative;
}

.news-second__list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3a3131;
  top: 13px;
  left: 12px;
}

@media screen and (max-width: 991px) {
  .news-second__list li::before {
    width: 4px;
    height: 4px;
  }
}

.news-second__end {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 114px;
  border-radius: 40px;
  background: #f9f9f9;
}

@media screen and (max-width: 1460px) {
  .news-second__end {
    max-width: 1133px;
  }
}

@media screen and (max-width: 1180px) {
  .news-second__end {
    width: 100%;
    position: relative;
    padding: 50px 0;
  }

  .news-second__end::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -2;
    width: 1553px;
    background: #f9f9f9;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1180px) and (max-width: 767px) {
  .news-second__end::before {
    width: calc(100% + 36px);
    left: -18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-radius: 40px;
  }
}

.news-second__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .news-second__bot {
    gap: 30px;
  }
}

.news-second__title {
  color: #47863e;
  font-family: "Ordina", sans-serif, monospace;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-bottom: 50px;
}

.news-second__block p {
  margin-bottom: 30px;
}

.news-second__block p:last-child {
  margin-bottom: 0;
}

.news-second__number {
  padding-left: 30px;
}

@media screen and (max-width: 1180px) {
  .news-second .content__bread {
    display: none;
  }
}

.cases-news-second {
  margin-bottom: 100px;
}

@media screen and (max-width: 1180px) {
  .cases-news-second {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cases-news-second {
    margin-bottom: 80px;
  }
}

.cases-news-second .cases__blocks {
  margin: 0;
}

.case-first {
  background-image: url(..//img/bg17.png);
}

.case-first .showcase__title {
  max-width: 780px;
}

@media screen and (max-width: 1460px) {
  .case-first .showcase__title {
    max-width: 752px;
    margin-bottom: 23px;
  }
}

.case-first .showcase__text {
  max-width: 610px;
}

@media screen and (max-width: 991px) {
  .case-first .showcase__text {
    max-width: 509px;
  }
}

@media screen and (max-width: 767px) {
  .case-first .showcase__items-content {
    padding: 198px 0 110px;
  }
}

.case-first .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 1169px;
}

@media screen and (max-width: 1460px) {
  .case-first .showcase__decor {
    max-width: 990px;
  }
}

@media screen and (max-width: 1180px) {
  .case-first .showcase__decor {
    top: auto;
    bottom: -75px;
    max-width: 700px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .case-first .showcase__decor {
    max-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .case-first .showcase__decor {
    display: none;
  }
}

.case-second .showcase__title {
  max-width: 800px;
}

.case-second .showcase__text {
  max-width: 610px;
}

.case-second .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0;
  bottom: 0;
  max-width: 1169px;
}

@media screen and (max-width: 1460px) {
  .case-second .showcase__decor {
    max-width: 790px;
  }
}

@media screen and (max-width: 1180px) {
  .case-second .showcase__decor {
    top: auto;
    bottom: -75px;
    max-width: 700px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .case-second .showcase__decor {
    max-width: 500px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-second .showcase__decor {
    display: none;
  }
}

.case-third .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0px;
  bottom: 0;
  max-width: 1000px;
}

@media screen and (max-width: 1460px) {
  .case-third .showcase__decor {
    max-width: 790px;
  }
}

@media screen and (max-width: 1180px) {
  .case-third .showcase__decor {
    top: auto;
    bottom: -75px;
    max-width: 700px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .case-third .showcase__decor {
    max-width: 500px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-third .showcase__decor {
    display: none;
  }
}

.case-four .showcase__text {
  max-width: 569px;
}

.case-four .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0px;
  bottom: 0;
  max-width: 900px;
}

@media screen and (max-width: 1460px) {
  .case-four .showcase__decor {
    max-width: 670px;
  }
}

@media screen and (max-width: 1180px) {
  .case-four .showcase__decor {
    top: auto;
    bottom: 0px;
    max-width: 550px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .case-four .showcase__decor {
    max-width: 400px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-four .showcase__decor {
    display: none;
  }
}

.case-five .showcase__text {
  max-width: 569px;
}

.case-five .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0px;
  bottom: 0;
  max-width: 900px;
}

@media screen and (max-width: 1460px) {
  .case-five .showcase__decor {
    max-width: 670px;
  }
}

@media screen and (max-width: 1180px) {
  .case-five .showcase__decor {
    top: auto;
    bottom: 0px;
    max-width: 550px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .case-five .showcase__decor {
    max-width: 400px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-five .showcase__decor {
    display: none;
  }
}

.case-six .showcase__text {
  max-width: 605px;
}

@media screen and (max-width: 991px) {
  .case-six .showcase__text {
    max-width: 450px;
  }
}

.case-six .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 238px;
  bottom: 0;
  max-width: 654px;
}

@media screen and (max-width: 1460px) {
  .case-six .showcase__decor {
    max-width: 570px;
    right: 50px;
  }
}

@media screen and (max-width: 1180px) {
  .case-six .showcase__decor {
    top: auto;
    bottom: 0px;
    max-width: 550px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .case-six .showcase__decor {
    max-width: 400px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-six .showcase__decor {
    display: none;
  }
}

.case-seven .showcase__text {
  max-width: 569px;
}

.case-seven .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0px;
  bottom: 0;
  max-width: 900px;
}

@media screen and (max-width: 1460px) {
  .case-seven .showcase__decor {
    max-width: 670px;
  }
}

@media screen and (max-width: 1180px) {
  .case-seven .showcase__decor {
    top: auto;
    bottom: 0px;
    max-width: 550px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .case-seven .showcase__decor {
    max-width: 400px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-seven .showcase__decor {
    display: none;
  }
}

.case-eight .showcase__text {
  max-width: 569px;
}

.case-eight .showcase__title {
  max-width: 605px;
}

.case-eight .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0px;
  bottom: 0;
  max-width: 900px;
}

@media screen and (max-width: 1460px) {
  .case-eight .showcase__decor {
    max-width: 670px;
  }
}

@media screen and (max-width: 1180px) {
  .case-eight .showcase__decor {
    top: auto;
    bottom: 0px;
    max-width: 550px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .case-eight .showcase__decor {
    max-width: 400px;
    bottom: -50px;
  }
}

@media screen and (max-width: 767px) {
  .case-eight .showcase__decor {
    display: none;
  }
}

.case-nine .showcase__text {
  max-width: 569px;
}

.case-nine .showcase__title {
  max-width: 605px;
}

.case-nine .showcase__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  right: 0px;
  bottom: 0;
  max-width: 900px;
}

@media screen and (max-width: 1460px) {
  .case-nine .showcase__decor {
    max-width: 670px;
  }
}

@media screen and (max-width: 1180px) {
  .case-nine .showcase__decor {
    top: auto;
    bottom: 0px;
    max-width: 550px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .case-nine .showcase__decor {
    max-width: 400px;
    bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .case-nine .showcase__decor {
    display: none;
  }
}

.case-padding .case__info {
  padding-top: 60px;
}

@media screen and (max-width: 1180px) {
  .case-padding .case__info {
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .case-padding .case__info {
    padding: 0;
  }
}

.case {
  color: #3a3131;
  height: 915px;
}

@media screen and (max-width: 1460px) {
  .case {
    height: 801px;
  }
}

@media screen and (max-width: 1180px) {
  .case {
    height: 781px;
  }
}

@media screen and (max-width: 991px) {
  .case {
    height: 732px;
  }
}

@media screen and (max-width: 767px) {
  .case {
    height: auto;
  }
}

.case .content__bread-case {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .case .content__bread-case a {
    font-size: 16px;
  }

  .case .content__bread-case span {
    font-size: 16px;
  }

  .case .content__bread-case div {
    font-size: 16px;
  }
}

.case__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case__logo {
    margin-bottom: 30px;
  }
}

.case__name {
  font-family: "Ordina", sans-serif, monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
}

.case__info {
  max-width: 491px;
}

@media screen and (max-width: 991px) {
  .case__info {
    max-width: 366px;
  }
}

@media screen and (max-width: 767px) {
  .case__info {
    max-width: 100%;
  }
}

.case__blocks {
  position: relative;
}

@media screen and (max-width: 767px) {
  .case__blocks {
    padding-bottom: 655px;
  }
}

.case__img {
  position: absolute;
  top: -349px;
  right: -322px;
}

@media screen and (max-width: 1460px) {
  .case__img {
    max-width: 1027px;
    top: -249px;
    right: -222px;
  }
}

@media screen and (max-width: 1180px) {
  .case__img {
    max-width: 891px;
  }
}

@media screen and (max-width: 991px) {
  .case__img {
    top: -200px;
    right: -285px;
  }
}

@media screen and (max-width: 767px) {
  .case__img {
    min-width: 896px;
    top: auto;
    bottom: -12%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.case__block {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case__block {
    margin-bottom: 26px;
  }
}

.case__block:last-child {
  margin-bottom: 0;
}

.case__block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.48px;
}

.case .news-second__list {
  font-weight: 500;
  line-height: 150%;
}

.case .news-second__list li {
  padding-left: 24px;
  margin-bottom: 10px;
}

.case .news-second__list li:last-child {
  margin-bottom: 0;
}

.case .news-second__list li:before {
  width: 4px;
  height: 4px;
  top: 9px;
}

.case-second {
  font-size: g;
}

.case-second .case__img {
  position: static;
  max-width: 642px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1460px) {
  .case-second .case__img {
    max-width: 560px;
  }
}

@media screen and (max-width: 767px) {
  .case-second .case__img {
    min-width: auto;
    width: 100%;
    max-width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .case-second .case__img img {
    width: 100%;
  }
}

.case-second .case__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .case-second .case__blocks {
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.showcase-news-third {
  background-image: url(..//img/bg18.png);
}

.news-third .news-second__top {
  margin: 0 auto 100px;
}

@media screen and (max-width: 1180px) {
  .news-third .news-second__top {
    margin: 0 auto 50px;
  }
}

.showcase__title h3 {
  color: #47863e;
}

.header__list li a:hover,
.header__burger-drop li a:hover {
  color: #47863e;
}

@media (max-width: 512px) {
  .showcase__title_policy {
    font-size: 21px;
  }

  .showcase-cases_policy {
    margin: 18px auto 10px auto !important;
  }

  .showcase__items_cases_policy {
    height: 170px !important;
  }
}

.policy__list {
  margin-left: 17px;
}

.policy__container {
  padding: 0;
}

/* Тост-уведомления */
.toast-container {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.toast {
  min-width: 320px;
  max-width: 420px;
  background: #1e1e1e;
  color: white;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  pointer-events: all;
  cursor: pointer;
  font-family: "Ordina", sans-serif, monospace;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.toast.success {
  border-left: 5px solid #4ade80;
}

.toast.error {
  border-left: 5px solid #f87171;
}

.toast.warning {
  border-left: 5px solid #fbbf24;
}

.toast-icon {
  font-size: 24px;
}

.toast-close {
  margin-left: auto;
  opacity: 0.7;
  font-size: 20px;
}

.spotlight {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* слой точек */
.spotlight::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: radial-gradient(#47863e 1px, transparent 1px);
  background-size: 8px 8px;

  opacity: 0.35;

  /* начальное затухание справа */
  mask-image: linear-gradient(to left, black 1%, transparent 100%);
  transition: mask-image 0.3s;
}

/* когда курсор внутри блока */
.spotlight.active::before {
  mask-image: linear-gradient(to right, black 10%, black 10%);
}

/* spotlight */
.spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: var(--spot-opacity, 0);
  background: radial-gradient(circle 220px at var(--x, 50%) var(--y, 50%),
      rgba(71, 134, 62, 0.5),
      rgba(71, 134, 62, 0.35) 1%,
      rgba(0, 0, 0, 0) 70%);

  transition: opacity 0.25s;
  pointer-events: none;
}

@media screen and (max-width: 700px) {
  .step-head {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}

.honeycomb {
  width: 100%;
  background-color: #f9f9f9;
  padding: 0 !important;
  margin-bottom: 5px;
}

#honeycomb {
  border-radius: 30px;
}

.honeycomb svg {
  border-radius: 30px;
}

.honeycomb svg polygon {
  fill: transparent;
  stroke: #47863e8c;
  stroke-width: 1.5;
  transition: 0.25s;
  cursor: pointer;
}

.honeycomb svg polygon:hover {
  fill: #46863e8c;
  stroke: #47863e8c;
}

.cases__blocks-news .cases__block {
  position: relative;
}

.cases-news .cases__text_click {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  padding: 20px 55px 20px 40px;
  /* изменил нижний padding с 0 на 20px, чтобы текст не обрезался */
  background-color: #ffffffe7;
  border-radius: 20px;
  border: 1px solid #47863e;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  /* обязательно: padding не будет увеличивать высоту блока */
  overflow-x: hidden;
  /* отключаем горизонтальный скролл */
  overflow-y: auto;
  /* включаем вертикальный скролл */
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;

  /* Поддержка Firefox */
  scrollbar-width: thin;
  scrollbar-color: #47863e transparent;
}

.cases-news .cases__text_click.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* Кастомный скроллбар (Chrome, Safari, Edge) */
.cases-news .cases__text_click::-webkit-scrollbar {
  width: 6px;
}

.cases-news .cases__text_click::-webkit-scrollbar-track {
  background: transparent;
}

.cases-news .cases__text_click::-webkit-scrollbar-thumb {
  background: #47863e;
  border-radius: 10px;
}

.cases-news .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #47863e;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    border 0.3s ease,
    color 0.3s ease;
}

.cases-news .close-btn:hover {
  background-color: #47863e;
  border: 1px solid #fff;
  color: #fff;
  transition:
    background-color 0.3s ease,
    border 0.3s ease,
    color 0.3s ease;
}

.cases__blocks_cases .cases__info {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  /* или твоя высота карточки */
}

.cases__blocks_cases .cases__dropdown {
  position: absolute;
  inset: 0;
  z-index: 5;

  display: flex;
  flex-direction: column;

  padding: 24px 20px 20px;

  background: rgba(255, 255, 255, 0.98);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.3s ease;

  overflow-y: auto;
}

.cases__blocks_cases .cases__block.is-open .cases__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cases__blocks_cases .cases__dropdown-content {
  padding-right: 10px;
  /* чтобы текст не прилипал к scrollbar */
}

.cases__blocks_cases .cases__dropdown-title {
  margin-bottom: 8px;

  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.cases__blocks_cases .cases__dropdown-text {
  font-size: 14px;
  line-height: 1.65;
  color: #3b3b3b;
}

.cases__blocks_cases .cases__dropdown-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;

  width: 32px;
  height: 32px;

  border: none;
  border-radius: 50%;
  background: #f2f2f2;
  cursor: pointer;

  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.cases__blocks_cases .cases__dropdown::-webkit-scrollbar {
  width: 6px;
}

.cases__blocks_cases .cases__dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.cases__blocks_cases .cases__dropdown::-webkit-scrollbar-thumb {
  background: #47863e;
  border-radius: 10px;
}

.cases__blocks_cases .cases__tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.cases__blocks_cases .cases__tab {
  padding: 8px 14px;

  border: 1px solid #d9d9d9;
  background: transparent;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 700;
  color: #555;
  cursor: pointer;

  transition: 0.25s;
}

.cases__blocks_cases .cases__tab:hover {
  border-color: #47863e;
  color: #47863e;
}

.cases__blocks_cases .cases__tab.is-active {
  background: #47863e;
  border-color: #47863e;
  color: #fff;
}

.cases__blocks_cases .cases__tab-pane {
  display: none;
  margin-top: -20px;

  font-size: 14px;
  line-height: 1.65;
  color: #3b3b3b;

  white-space: pre-line;
}

.cases__blocks_cases .cases__tab-pane.is-active {
  display: block;
}

.contacts_page {
  margin-top: 180px;
}

.contacts_map {
  width: 100%;
  min-height: 500px;
  height: 500px;
  border-radius: 30px;
}


.contacts_page .about__blocks {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.contacts_page .about__block {
  flex: 1;
  min-width: 0;
  /* Предотвращает выпадение контента за пределы контейнера */
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.contacts_page .about__block_contacts {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /* justify-content: space-between; */
}

@media (max-width: 768px) {
  .contacts_page .about__blocks {
    flex-direction: column;
  }
}

.about__block_contacts p {
  color: #47863e;
  font-size: 32px;
}


.contacts_page .contacts_p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}


.contacts_page .about__numbers {
  flex-direction: column;
}

.contacts_page .about__number {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .services_wrapper .practices__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 50px;
    grid-gap: 50px;
  }
}

@media screen and (max-width: 1180px) {
  .services_wrapper .showcase__items-content {
    top: 128px;
    height: fit-content;
  }

  .services_wrapper .showcase__items {
    height: 678px;
  }
}


@media screen and (max-width: 670px) {
  .services_wrapper .showcase__items {
    height: fit-content;
  }
}


.showcase__socials img {
  width: 20px;
  height: 20px;
}

.cases__tags .js-case-toggle {
  cursor: pointer;
  color: #47863e;
  background: #fff;
}

.cases__tags .js-case-toggle:hover {
  cursor: pointer;
  color: #fff;
  background: #47863e;
}