@font-face {
  font-family: "Xolonium";
  src: local("xolonium"), url("../xolonium/xolonium.woff2") format("woff2"), url("../xolonium/xolonium.woff") format("woff"), url("../xolonium/xolonium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  color: rgb(41, 41, 41);
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 10px;
  background: rgb(76, 135, 75);
}

*::-moz-selection {
  color: white;
  background: rgb(41, 41, 41);
}

*::selection {
  color: white;
  background: rgb(41, 41, 41);
}

html {
  scrollbar-gutter: stable;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  html {
    scrollbar-gutter: unset;
  }
}

body {
  overflow-x: hidden;
  scrollbar-gutter: stable;
}
@media (max-width: 575px) {
  body {
    scrollbar-gutter: unset;
  }
}
body.body-overflow {
  overflow: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: rgb(41, 41, 41);
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  transition: 0.3s;
  opacity: 0.5;
}
@media (max-width: 575px) {
  a:hover {
    opacity: 1;
  }
}

button,
input[type=submit] {
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:hover,
input[type=submit]:hover {
  transition: 0.3s;
  opacity: 0.5;
}
@media (max-width: 575px) {
  button:hover,
  input[type=submit]:hover {
    opacity: 1;
  }
}

.container {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}
@media (max-width: 1550px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }
}

.sd-header {
  position: fixed;
  top: clamp(1.563rem, 1.335rem + 0.97vw, 2.5rem);
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .sd-header {
    top: 10px;
  }
}
.sd-header .container {
  box-sizing: border-box;
  border-radius: 80px;
  background: rgb(255, 255, 255);
  padding: 3px 3px 3px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .sd-header .container {
    padding: 3px 15px;
  }
}
@media (max-width: 575px) {
  .sd-header .container {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.sd-header.white {
  background: white;
  transition: 0.3s;
}
.sd-header.white .container {
  background: none;
  transition: 0.3s;
}

.sd-header__logo {
  display: flex;
  color: rgb(76, 135, 75);
  font-size: clamp(1.125rem, 1.019rem + 0.45vw, 1.563rem);
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}
.sd-header__logo.white {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.sd-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1199px) {
  .sd-header__nav {
    display: none;
  }
}

.sd-header__list {
  list-style-type: none;
  display: flex;
  gap: clamp(1.25rem, 0.643rem + 2.59vw, 3.75rem);
}
@media (max-width: 1550px) {
  .sd-header__list {
    gap: 20px;
  }
}

.sd-header__link {
  font-size: 18px;
}
@media (max-width: 1550px) {
  .sd-header__link {
    font-size: 16px;
  }
}

.sd-header__tel {
  color: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 40px;
  padding: 13px 15px;
  box-shadow: 0px 1px 6px 0px rgba(123, 145, 175, 0.2);
  background: rgb(76, 135, 75);
  text-align: center;
}
@media (max-width: 1199px) {
  .sd-header__tel {
    display: none;
  }
}

.sd-burger-button {
  display: none;
}
@media (max-width: 1199px) {
  .sd-burger-button {
    display: flex;
    align-items: flex-end;
    width: 30px;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    gap: 3px;
    margin-left: auto;
  }
  .sd-burger-button span {
    height: 2px;
    width: 55%;
    border-radius: 1px;
    background: rgb(76, 135, 75);
    transition: 0.3s;
  }
  .sd-burger-button span:nth-child(2) {
    width: 77%;
  }
  .sd-burger-button span:nth-child(3) {
    width: 100%;
  }
}
.sd-burger-button.sd-burger-button-open {
  transition: 0.3s;
}
.sd-burger-button.sd-burger-button-open span {
  transition: 0.3s;
}
.sd-burger-button.sd-burger-button-open span:first-child {
  transform: rotate(45deg);
  margin-top: 1px;
  transition: 0.3s;
  width: 100%;
}
.sd-burger-button.sd-burger-button-open span:nth-child(2) {
  display: none;
}
.sd-burger-button.sd-burger-button-open span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -10px;
  transition: 0.3s;
}
.sd-burger-button.sd-burger-button-open span:not(:last-child) {
  margin-bottom: 5px;
}

.sd-burger {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  top: -200%;
  right: 0;
  transition: 0.5s;
  box-sizing: border-box;
  border-radius: 0px 0px 20px 20px;
  background: rgb(76, 135, 75);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0 40px;
}
@media (max-width: 1199px) {
  .sd-burger {
    display: flex;
  }
}
.sd-burger.open {
  top: 0;
  transition: 0.5s;
}
.sd-burger .b-examples {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sd-burger__links {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.sd-burger__links li {
  border-bottom: 1px solid rgb(255, 255, 255);
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.sd-burger__links li:not(:first-child) {
  padding-top: 15px;
}
.sd-burger__links li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: center;
}

.sd-burger__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 0;
  box-sizing: border-box;
}
.sd-burger__bottom .sd-header__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 40px;
  color: rgb(76, 135, 75);
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 1px 6px 0px rgba(123, 145, 175, 0.2);
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}

.sd-burger__socials {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 80px;
  gap: 10px;
}
.sd-burger__socials li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
}

#modalDialog {
  z-index: 1000;
  border: none;
  background: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: calc(100% - 30px);
  max-width: 893px;
  position: fixed;
  box-shadow: 0 0 14px 9999px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media (max-width: 991px) {
  #modalDialog {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  #modalDialog {
    max-width: 540px;
  }
}

#modalDialog[open] {
  animation: modal-in 500ms forwards ease;
}

@keyframes modal-in {
  from {
    translate: 0 -100%;
    opacity: 0;
  }
}
.body-overflow {
  overflow: hidden;
}

.sd-dialog__wrapper {
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  border: 2px solid rgb(76, 135, 75);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  width: 100%;
  transition: 0.5s;
  display: flex;
}

.sd-dialog__visible {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.inline-inner {
  padding: clamp(3.938rem, 3.755rem + 0.78vw, 4.688rem) clamp(0.938rem, -1.49rem + 10.36vw, 10.938rem) clamp(3.438rem, 3.134rem + 1.29vw, 4.688rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.inline-inner h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Xolonium", sans-serif;
}
.inline-inner h3 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.inline-inner .wpcf7 {
  width: 100%;
}
.inline-inner .wpcf7 .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inline-inner .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
}
.inline-inner .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(76, 135, 75);
  border-radius: 10px;
  height: 30px;
  font-size: 15px;
  padding: 0 clamp(0.625rem, 0.549rem + 0.32vw, 0.938rem);
}
.inline-inner .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  opacity: 1;
  color: rgb(41, 41, 41);
}
.inline-inner .wpcf7 .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  opacity: 1;
  color: rgb(41, 41, 41);
}
.inline-inner .wpcf7 .wpcf7-submit {
  border-radius: 80px;
  background: rgb(76, 135, 75);
  height: 50px;
  margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.inline-inner .wpcf7 .sd-form__description {
  font-size: 15px;
  text-align: center;
}
.inline-inner .wpcf7 .sd-form__description a {
  font-size: 15px;
}

.sd-dialog__close {
  cursor: pointer;
  position: absolute;
  top: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  right: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  display: flex;
}
.sd-dialog__close img {
  width: clamp(1.063rem, 0.975rem + 0.44vw, 1.5rem);
  height: clamp(1.063rem, 0.975rem + 0.44vw, 1.5rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.sd-modal-link {
  color: rgb(255, 255, 255);
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  padding: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem) 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(76, 135, 75);
  text-align: center;
}
@media (max-width: 575px) {
  .sd-modal-link {
    width: 100%;
    box-sizing: border-box;
  }
}

.sd-main {
  margin: 20px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(10.375rem, 9.495rem + 3.75vw, 14rem) 0 clamp(4.063rem, 2.773rem + 5.5vw, 9.375rem);
  background-image: url("../img/main.webp");
}
@media (max-width: 1199px) {
  .sd-main {
    margin: 0 0 clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
    border-radius: 0 0 20px 20px;
  }
}
@media (max-width: 575px) {
  .sd-main {
    background-image: url("../img/main-mob.jpeg");
  }
}
.sd-main .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .sd-main .container {
    align-items: center;
  }
}
.sd-main .container h2 {
  color: rgb(76, 135, 75);
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
}
@media (max-width: 575px) {
  .sd-main .container h2 {
    text-align: center;
  }
}
.sd-main .container h1 {
  color: rgb(41, 41, 41);
  font-size: clamp(1.563rem, 1.125rem + 2.19vw, 3.75rem);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-main .container h1 {
    text-align: center;
  }
}
.sd-main .container h3 {
  color: rgb(41, 41, 41);
  font-size: clamp(1rem, 0.697rem + 1.29vw, 2.25rem);
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 1055px;
}
@media (max-width: 575px) {
  .sd-main .container h3 {
    text-align: center;
  }
}

#content {
  display: flex;
}
#content span {
  text-transform: uppercase;
  font-weight: 500;
  animation: 0.3s 0s 1 text normal both running linear;
  display: block;
}

@keyframes text {
  0% {
    transform: translateY(-10px) rotate(0);
    opacity: 0;
  }
}
.sd-problems {
  padding: clamp(1.875rem, 0.737rem + 4.85vw, 6.563rem) 0;
}
.sd-problems .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .sd-problems .container {
    flex-direction: column;
  }
}

.sd-problems__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 973px;
}
.sd-problems__text h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-problems__text h2 {
    text-align: center;
  }
}
.sd-problems__text p {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
}
.sd-problems__text p:not(:last-child) {
  margin-bottom: clamp(0.625rem, 0.549rem + 0.32vw, 0.938rem);
}

.sd-problems__contacts {
  box-sizing: border-box;
  border: 1px solid rgb(227, 229, 229);
  border-radius: 20px;
  padding: 20px 30px;
  background: rgb(255, 255, 255);
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .sd-problems__contacts {
    align-items: center;
  }
}
.sd-problems__contacts p {
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .sd-problems__contacts p {
    text-align: center;
  }
}

.sd-problems__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sd-problems__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2rem, 1.772rem + 0.97vw, 2.938rem);
  height: clamp(2rem, 1.772rem + 0.97vw, 2.938rem);
  border-radius: 50%;
  background: rgb(76, 135, 75);
  flex-shrink: 0;
}
.sd-problems__socials .sd-modal-link {
  border-radius: 40px;
  width: unset;
  box-sizing: border-box;
  padding: 10px 20px;
}

.sd-measures {
  margin: 20px;
  border-radius: 30px;
  background: rgb(248, 250, 250);
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sd-measures {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0;
    border-radius: 20px;
  }
}
.sd-measures .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sd-measures .container h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  max-width: 941px;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-measures .container h2 {
    align-self: center;
    text-align: center;
  }
}

.sd-measures__text {
  font-size: clamp(0.938rem, 0.892rem + 0.19vw, 1.125rem);
  margin-bottom: clamp(1.563rem, 1.335rem + 0.97vw, 2.5rem);
}

.swiper-measures {
  width: 100%;
  overflow: visible;
}
.swiper-measures .swiper-slide {
  border-radius: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgb(76, 135, 75);
  background: white;
  padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem) clamp(1.25rem, 1.174rem + 0.32vw, 1.563rem);
  transition: 0.3s;
}
@media (max-width: 575px) {
  .swiper-measures .swiper-slide {
    gap: 15px;
  }
  .swiper-measures .swiper-slide div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.swiper-measures .swiper-slide h3 {
  color: rgb(76, 135, 75);
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 175px;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .swiper-measures .swiper-slide h3 {
    margin: 0;
    max-width: 160px;
  }
}
.swiper-measures .swiper-slide.swiper-slide-active, .swiper-measures .swiper-slide:hover {
  transition: 0.3s;
  background: rgb(76, 135, 75);
}
.swiper-measures .swiper-slide.swiper-slide-active h3, .swiper-measures .swiper-slide:hover h3 {
  color: white;
  transition: 0.3s;
}
.swiper-measures .swiper-slide.swiper-slide-active .sd-measures__number, .swiper-measures .swiper-slide:hover .sd-measures__number {
  background: white;
  color: rgb(76, 135, 75);
  transition: 0.3s;
}
.swiper-measures .swiper-slide.swiper-slide-active .sd-measures__card-text, .swiper-measures .swiper-slide:hover .sd-measures__card-text {
  color: white;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .swiper-measures .swiper-slide:hover:not(.swiper-slide-active) {
    transition: unset;
    background: rgb(255, 255, 255);
  }
  .swiper-measures .swiper-slide:hover:not(.swiper-slide-active) h3 {
    color: rgb(76, 135, 75);
    transition: unset;
  }
  .swiper-measures .swiper-slide:hover:not(.swiper-slide-active) .sd-measures__number {
    background: rgb(76, 135, 75);
    color: white;
    transition: unset;
  }
  .swiper-measures .swiper-slide:hover:not(.swiper-slide-active) .sd-measures__card-text {
    color: rgb(76, 135, 75);
    transition: unset;
  }
}

.sd-measures__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
@media (max-width: 991px) {
  .sd-measures__grid {
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.sd-measures__number {
  background: rgb(76, 135, 75);
  color: white;
  width: clamp(1.875rem, 1.587rem + 1.23vw, 3.063rem);
  height: clamp(1.875rem, 1.587rem + 1.23vw, 3.063rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 20px;
  transition: 0.3s;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .sd-measures__number {
    margin: 0;
  }
}

.sd-measures__card-text {
  color: rgb(76, 135, 75);
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  transition: 0.3s;
}

.sd-search {
  padding: clamp(1.875rem, 0.51rem + 5.83vw, 7.5rem) 0;
}
.sd-search .container {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .sd-search .container {
    flex-direction: column;
    position: relative;
  }
}

.sd-search_back {
  margin: 20px 20px 0;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0 clamp(1.25rem, 0.264rem + 4.21vw, 5.313rem);
  overflow: hidden;
  background-image: url("../img/cont.webp");
}
@media (max-width: 1199px) {
  .sd-search_back {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0 0;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .sd-search_back {
    background-image: url("../img/cont-mob.jpeg");
  }
}

.sd-search__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .sd-search__text {
    width: 100%;
    align-items: center;
  }
}
.sd-search__text h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  font-weight: 600;
  max-width: 430px;
  width: 100%;
  align-self: flex-start;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-search__text h2 {
    text-align: center;
    align-self: center;
  }
}
.sd-search__text h3 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  font-weight: 400;
  margin-bottom: clamp(0.938rem, 0.558rem + 1.62vw, 2.5rem);
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .sd-search__text .sd-modal-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 290px;
  }
}

.sd-search__ul {
  list-style-type: none;
  width: 100%;
  max-width: 868px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .sd-search__ul {
    margin-bottom: 90px;
    gap: 0;
  }
}
.sd-search__ul li {
  width: 100%;
  box-sizing: border-box;
  padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  border: 1px solid rgb(76, 135, 75);
  border-radius: 20px;
  background: white;
}
@media (max-width: 1199px) {
  .sd-search__ul li:not(:first-child) {
    margin-top: -10px;
  }
}

.sd-work {
  margin: 20px;
  border-radius: 30px;
  background: rgb(76, 135, 75);
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sd-work {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0;
    border-radius: 20px;
  }
}
.sd-work h2 {
  color: rgb(255, 255, 255);
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  margin-bottom: clamp(1.875rem, 1.496rem + 1.62vw, 3.438rem);
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-work h2 {
    text-align: center;
  }
}

.sd-work__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  grid-row-gap: 40px;
}
@media (max-width: 1199px) {
  .sd-work__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .sd-work__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
}

.sd-work__card {
  height: auto;
  padding: 6px 30px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sd-work__card:nth-child(1), .sd-work__card:nth-child(2), .sd-work__card:nth-child(4), .sd-work__card:nth-child(5) {
  margin-right: 30px;
  border-right: 1px solid rgb(255, 255, 255);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .sd-work__card:nth-child(2), .sd-work__card:nth-child(4) {
    margin-right: 0;
    border-right: none;
  }
}
@media (max-width: 1199px) {
  .sd-work__card:nth-child(3) {
    margin-right: 30px;
    border-right: 1px solid rgb(255, 255, 255);
  }
}
@media (max-width: 991px) {
  .sd-work__card {
    margin-right: 0 !important;
    border-right: none !important;
    padding: 20px 0;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .sd-work__card:first-child {
    padding-top: 0;
  }
  .sd-work__card:last-child {
    border-bottom: 0;
  }
}
.sd-work__card p {
  color: rgb(247, 249, 249);
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
}
.sd-work__card p:not(:first-child) {
  margin-top: 20px;
}
.sd-work__card span {
  color: rgb(255, 255, 255);
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  margin: 10px 0 20px;
}
@media (max-width: 575px) {
  .sd-work__card .sd-problems__socials {
    align-self: center;
  }
}
.sd-work__card .sd-problems__socials a {
  background: rgb(255, 255, 255);
}

.sd-court {
  margin: 20px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0;
  overflow: hidden;
  background-image: url("../img/sud.webp");
}
@media (max-width: 1199px) {
  .sd-court {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0;
    border-radius: 20px;
    background-position: 10%;
  }
}
@media (max-width: 575px) {
  .sd-court {
    background-image: url("../img/sub-mob.jpeg");
  }
}
.sd-court h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-court h2 {
    text-align: center;
  }
}
.sd-court h3 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  font-weight: 400;
  margin-bottom: clamp(1.875rem, 1.723rem + 0.65vw, 2.5rem);
}
@media (max-width: 575px) {
  .sd-court h3 {
    text-align: center;
  }
}

.sd-court__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .sd-court__grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.sd-court__grid_port {
  grid-template-columns: 1fr;
}

.sd-court__item {
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgb(76, 135, 75);
  border-radius: 20px;
  background: rgb(255, 255, 255);
  padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}
@media (max-width: 991px) {
  .sd-court__item:not(:first-child) {
    margin-top: -10px;
  }
}
.sd-court__item h4 {
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Xolonium", sans-serif;
}
.sd-court__item ol {
  list-style-position: inside;
}
.sd-court__item ol li {
  font-size: clamp(0.938rem, 0.892rem + 0.19vw, 1.125rem);
}

.sd-results {
  margin: 20px;
  border-radius: 30px;
  background: rgb(76, 135, 75);
  padding: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sd-results {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0;
    border-radius: 20px;
  }
}
.sd-results .container {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: stretch;
  grid-gap: 20px;
}
@media (max-width: 1199px) {
  .sd-results .container {
    grid-template-columns: 100%;
    position: relative;
  }
}

.sd-results__heading {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .sd-results__heading {
    align-items: center;
  }
}
.sd-results__heading h2 {
  color: rgb(255, 255, 255);
  font-size: clamp(2rem, 1.9rem + 0.5vw, 2.5rem);
  font-weight: 600;
  max-width: 431px;
  margin-bottom: 20px;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 1199px) {
  .sd-results__heading h2 {
    margin-bottom: 0;
    text-align: center;
    max-width: 100%;
  }
}

.sd-results__buttons {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: rgb(255, 255, 255);
  gap: 15px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .sd-results__buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: space-between;
    height: 29px;
  }
}
@media (max-width: 575px) {
  .sd-results__buttons {
    width: calc(100% - 30px);
  }
}

.sd-results__slider {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  width: 100%;
}

.swiper-results {
  width: 100%;
}
@media (max-width: 1199px) {
  .swiper-results {
    margin-bottom: 70px;
  }
}
.swiper-results .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  height: auto;
}
@media (max-width: 1199px) {
  .swiper-results .swiper-slide {
    align-items: center;
  }
}
.swiper-results .swiper-slide h3 {
  color: rgb(255, 255, 255);
  font-size: clamp(3.75rem, 3.295rem + 1.94vw, 5.625rem);
  font-weight: 700;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 1199px) {
  .swiper-results .swiper-slide h3 {
    text-align: center;
  }
}
.swiper-results .swiper-slide h4 {
  font-size: clamp(1.125rem, 0.64rem + 2.07vw, 3.125rem);
  color: rgb(255, 255, 255);
  font-weight: 600;
}
@media (max-width: 1199px) {
  .swiper-results .swiper-slide h4 {
    text-align: center;
  }
}

.swiper-button-prev-results,
.swiper-button-next-results {
  position: unset;
  margin: 0;
  width: clamp(0.688rem, 0.551rem + 0.58vw, 1.25rem);
  height: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
  padding: clamp(0.313rem, 0.237rem + 0.32vw, 0.625rem) 15px;
}
@media (max-width: 1199px) {
  .swiper-button-prev-results,
  .swiper-button-next-results {
    padding: 0 15px;
    width: 11px;
    height: 20px;
  }
}
.swiper-button-prev-results::after,
.swiper-button-next-results::after {
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
  color: rgb(76, 135, 75);
}
@media (max-width: 1199px) {
  .swiper-button-prev-results::after,
  .swiper-button-next-results::after {
    font-size: 20px;
  }
}

.sd-results__text {
  color: rgb(255, 255, 255);
  font-size: clamp(0.938rem, 0.801rem + 0.58vw, 1.5rem);
}
@media (max-width: 1199px) {
  .sd-results__text {
    text-align: center;
  }
}

.swiper-pagination-results {
  position: unset;
  text-align: left;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  display: flex;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .swiper-pagination-results {
    color: rgb(76, 135, 75);
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 3px;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: unset;
    margin-top: 0;
  }
}
.swiper-pagination-results .swiper-pagination-current,
.swiper-pagination-results .swiper-pagination-total {
  color: rgb(255, 255, 255);
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
}
@media (max-width: 1199px) {
  .swiper-pagination-results .swiper-pagination-current,
  .swiper-pagination-results .swiper-pagination-total {
    color: rgb(76, 135, 75);
    font-size: 18px;
  }
}

.sd-advantages {
  padding: clamp(2.5rem, 1.286rem + 5.18vw, 7.5rem) 0;
  overflow: hidden;
}
.sd-advantages .container {
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 250px;
}
@media (max-width: 1199px) {
  .sd-advantages .container {
    flex-direction: column;
  }
}

.sd-advantages__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: clamp(21.875rem, 19.6rem + 9.71vw, 31.25rem);
  width: 100%;
}
@media (max-width: 1199px) {
  .sd-advantages__heading {
    max-width: 100%;
    align-items: center;
    margin-bottom: 30px;
  }
}
.sd-advantages__heading h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 1199px) {
  .sd-advantages__heading h2 {
    text-align: center;
  }
}

.swiper-advantages {
  width: 1120px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(25rem, 21.966rem + 12.94vw, 37.5rem);
}
@media (max-width: 1199px) {
  .swiper-advantages {
    position: relative;
    transform: unset;
    width: 100%;
    left: 0;
    margin-bottom: 70px;
    overflow: visible;
  }
}
.swiper-advantages .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  box-sizing: border-box;
  border: 1px solid rgb(76, 135, 75);
  border-radius: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  background: rgb(255, 255, 255);
  padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  transition: 0.3s;
}
@media (max-width: 575px) {
  .swiper-advantages .swiper-slide {
    gap: 15px;
  }
  .swiper-advantages .swiper-slide div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.swiper-advantages .swiper-slide h3 {
  color: rgb(76, 135, 75);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .swiper-advantages .swiper-slide h3 {
    margin: 0;
    max-width: 160px;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}
.swiper-advantages .swiper-slide.swiper-slide-active, .swiper-advantages .swiper-slide:hover {
  transition: 0.3s;
  background: rgb(76, 135, 75);
}
.swiper-advantages .swiper-slide.swiper-slide-active h3, .swiper-advantages .swiper-slide:hover h3 {
  color: white;
  transition: 0.3s;
}
.swiper-advantages .swiper-slide.swiper-slide-active .sd-advantages__number, .swiper-advantages .swiper-slide:hover .sd-advantages__number {
  background: white;
  color: rgb(76, 135, 75);
  transition: 0.3s;
}
.swiper-advantages .swiper-slide.swiper-slide-active .sd-advantages__text, .swiper-advantages .swiper-slide:hover .sd-advantages__text {
  color: white;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .swiper-advantages .swiper-slide:hover:not(.swiper-slide-active) {
    transition: unset;
    background: rgb(255, 255, 255);
  }
  .swiper-advantages .swiper-slide:hover:not(.swiper-slide-active) h3 {
    color: rgb(76, 135, 75);
    transition: unset;
  }
  .swiper-advantages .swiper-slide:hover:not(.swiper-slide-active) .sd-advantages__number {
    background: rgb(76, 135, 75);
    color: white;
    transition: unset;
  }
  .swiper-advantages .swiper-slide:hover:not(.swiper-slide-active) .sd-advantages__text {
    color: rgb(76, 135, 75);
    transition: unset;
  }
}

.sd-advantages__text {
  color: rgb(76, 135, 75);
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  transition: 0.3s;
}

.sd-advantages__number {
  width: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem);
  height: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem);
  background: rgb(76, 135, 75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 20px;
  color: white;
  flex-shrink: 0;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .sd-advantages__number {
    margin: 0;
  }
}

.sd-advantages__buttons {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: rgb(76, 135, 75);
  gap: 15px;
  z-index: 10;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .sd-advantages__buttons {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: space-between;
    height: 29px;
  }
}
@media (max-width: 575px) {
  .sd-advantages__buttons {
    width: calc(100% - 30px);
  }
}

.swiper-button-prev-advantages,
.swiper-button-next-advantages {
  position: unset;
  margin: 0;
  width: clamp(0.688rem, 0.551rem + 0.58vw, 1.25rem);
  height: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
  padding: clamp(0.313rem, 0.237rem + 0.32vw, 0.625rem) 15px;
}
@media (max-width: 1199px) {
  .swiper-button-prev-advantages,
  .swiper-button-next-advantages {
    padding: 0 15px;
    width: 11px;
    height: 20px;
  }
}
.swiper-button-prev-advantages::after,
.swiper-button-next-advantages::after {
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem);
  color: white;
}
@media (max-width: 1199px) {
  .swiper-button-prev-advantages::after,
  .swiper-button-next-advantages::after {
    font-size: 20px;
  }
}

.sd-services {
  margin: 20px;
  border-radius: 30px;
  background: rgb(248, 250, 250);
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sd-services {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0;
    border-radius: 20px;
  }
}
.sd-services .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sd-services .container h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Xolonium", sans-serif;
}
@media (max-width: 575px) {
  .sd-services .container h2 {
    text-align: center;
    align-self: center;
  }
}

.sd-services__text {
  font-size: clamp(0.938rem, 0.892rem + 0.19vw, 1.125rem);
  margin-bottom: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem);
}

.sd-services__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
  align-items: stretch;
}
@media (max-width: 991px) {
  .sd-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .sd-services__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sd-services__card {
  box-sizing: border-box;
  border: 1px solid rgb(76, 135, 75);
  border-radius: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  background: rgb(248, 250, 250);
  height: auto;
  min-height: clamp(11.563rem, 11.062rem + 2.14vw, 13.625rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .sd-services__card {
    min-height: unset;
    background: rgb(76, 135, 75);
  }
  .sd-services__card:not(:last-child) {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.sd-services__card:hover {
  background: rgb(76, 135, 75);
}
.sd-services__card:hover h3 {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.sd-services__card:hover .sd-advantages__number {
  background: rgb(255, 255, 255);
  color: rgb(76, 135, 75);
  transition: 0.3s;
}
.sd-services__card h3 {
  color: rgb(76, 135, 75);
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .sd-services__card h3 {
    color: rgb(255, 255, 255);
  }
}
.sd-services__card span {
  margin: 10px 0 20px;
  color: rgb(255, 255, 255);
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
}
@media (max-width: 575px) {
  .sd-services__card span {
    color: rgb(41, 41, 41);
    text-align: center;
    align-self: center;
  }
}
.sd-services__card:last-child {
  background: rgb(76, 135, 75);
}
@media (max-width: 575px) {
  .sd-services__card:last-child {
    background: none;
    border: none;
  }
}
.sd-services__card:last-child h3 {
  color: rgb(255, 255, 255);
}
@media (max-width: 575px) {
  .sd-services__card:last-child h3 {
    color: rgb(41, 41, 41);
    text-align: center;
    align-self: center;
  }
}
@media (max-width: 575px) {
  .sd-services__card .sd-problems__socials {
    justify-content: center;
    width: 100%;
  }
}
.sd-services__card .sd-problems__socials a {
  background: rgb(255, 255, 255);
}
@media (max-width: 575px) {
  .sd-services__card .sd-problems__socials a {
    background: rgb(76, 135, 75);
  }
  .sd-services__card .sd-problems__socials a svg path {
    fill: white;
  }
}
@media (max-width: 575px) {
  .sd-services__card .sd-advantages__number {
    background: rgb(255, 255, 255);
    color: rgb(76, 135, 75);
  }
}

.sd-contacts {
  margin: 20px 20px 0;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0 clamp(1.25rem, 0.264rem + 4.21vw, 5.313rem);
  overflow: hidden;
  background-image: url("../img/cont.webp");
}
@media (max-width: 1199px) {
  .sd-contacts {
    margin: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) 0 0;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .sd-contacts {
    background-image: url("../img/cont-mob.jpeg");
  }
}
.sd-contacts .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .sd-contacts .container {
    align-items: center;
  }
}
.sd-contacts h2 {
  font-size: clamp(1.5rem, 1.106rem + 1.68vw, 3.125rem);
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Xolonium", sans-serif;
}
.sd-contacts h3 {
  margin-bottom: 10px;
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 600;
}
.sd-contacts h4 {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  font-weight: 400;
}

.sd-contacts_not-back {
  margin: 0;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(3.125rem, 2.063rem + 4.53vw, 7.5rem) 0 clamp(1.25rem, 0.264rem + 4.21vw, 5.313rem);
  overflow: unset;
  background-image: none;
}
@media (max-width: 1199px) {
  .sd-contacts_not-back {
    margin: 0 0 0;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .sd-contacts_not-back {
    background-image: none;
  }
}

.sd-contacts_flex .container {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: row;
}
@media (max-width: 991px) {
  .sd-contacts_flex .container {
    flex-direction: column;
  }
}
.sd-contacts_flex .container img {
  height: 375px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .sd-contacts_flex .container img {
    width: 100%;
    aspect-ratio: 1/0.9;
    height: unset;
  }
}
.sd-contacts_flex .container h4 {
  font-size: 25px;
}

.sd-contacts__img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sd-contacts__img p {
  margin-top: 15px;
}

.sd-contacts__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.sd-contacts__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .sd-contacts__flex {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sd-contacts__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .sd-contacts__contact {
    align-items: center;
  }
}
.sd-contacts__contact p {
  font-size: 12px;
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}
.sd-contacts__contact:last-child p {
  margin-bottom: 20px;
}
.sd-contacts__contact a {
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 500;
}

.sd-footer {
  padding: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem) 0;
}
.sd-footer .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.938rem, 0.407rem + 2.27vw, 3.125rem);
}
@media (max-width: 991px) {
  .sd-footer .container {
    justify-content: center;
  }
}
.sd-footer .container p,
.sd-footer .container a {
  color: rgba(41, 41, 41, 0.7);
  font-size: 12px;
}
@media (max-width: 991px) {
  .sd-footer .container p {
    display: none;
  }
}

.sd-contacts_req {
  display: none;
}
@media (max-width: 991px) {
  .sd-contacts_req {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 30px;
  }
  .sd-contacts_req p {
    color: rgba(41, 41, 41, 0.7);
    font-size: 12px;
    text-align: center;
  }
}

.fade-in-left {
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.sd-clients {
  padding: clamp(1.875rem, 0.51rem + 5.83vw, 7.5rem) 0;
  overflow: hidden;
}
.sd-clients h2 {
  font-family: "Xolonium", sans-serif;
  font-size: clamp(1.5rem, 1.166rem + 1.42vw, 2.875rem);
  margin-bottom: clamp(1.25rem, 0.492rem + 3.24vw, 4.375rem);
}

.swiper-clients {
  width: 100%;
  overflow: visible;
}
.swiper-clients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.swiper-clients .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */