@charset "UTF-8";
@import url("/css/mixins/lists.css");
@import url("/css/mixins/mixins.css");
@import url("/css/mixins/fonts.css");

@import url("/css/politics/politics-container/politics-container.css");

@import url("/css/politics/numeric-list/numeric-list.css");
@import url("/css/politics/numeric-list/__double-nested-list/numeric-list__double-nested-list.css");
@import url("/css/politics/numeric-list/__nested-list-item/numeric-list__nested-list-item.css");
@import url("/css/politics/numeric-list/__nested-list/numeric-list__nested-list.css");

@import url("/css/politics/table/table.css");
@import url("/css/politics/table/__row/table__row.css");
@import url("/css/politics/table/__row-right/table__row-right.css");
@import url("/css/politics/table/__row-left/table__row-left.css");

@import url("/css/politics/requisite/requisite.css");
@import url("/css/politics/requisite/__mail/requisite__mail.css");





* {
  padding: 0;
  margin: 0;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  color: rgb(14, 42, 50);
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: transparent;

}

*::-webkit-scrollbar-track {
  background: rgb(254, 200, 18);
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0
}

*::-webkit-scrollbar-thumb {
  background: rgb(212, 4, 17);
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -ms-border-radius: 0px;
  -o-border-radius: 0
}

*::-moz-selection {
  color: rgb(212, 4, 17);
  background: rgb(254, 200, 18);
}

*::selection {
  color: rgb(212, 4, 17);
  background: rgb(254, 200, 18);
}

* {
  scrollbar-color: rgb(254, 200, 18) transparent;
  scrollbar-width: thin;
}

body {
  overflow-x: hidden;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: rgb(14, 42, 50);
  transition: .25s;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  transition: .25s;
  opacity: 0.5;
}

@media (max-width: 575px) {
  a:hover {
    opacity: 1;
  }
}

button {
  border: none;
  background: none;
  cursor: pointer;
  transition: .25s;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:hover {
  transition: .25s;
  opacity: 0.5;
}

.container {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

@media (max-width: 1550px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1400px) {
  .container {
    /* max-width: 1140px; */
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .sd-header__tel-lang {}

}

@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-h2 {
  /* font-size: clamp(1.5rem, 2.5rem + .5vw, 2.5rem); */
  /* font-size: clamp(18px, 3vw, 40px); */

  font-weight: 600;
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .sd-h2 {
    text-align: center;
    align-self: center;
  }
}

.sd-h2::after {
  content: "";
  height: 31px;
  width: 3px;
  margin-left: 40px;
  margin-top: 6px;
  background-color: rgb(212, 4, 17);
}

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

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgb(254, 200, 18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader img {
  width: clamp(7.313rem, 5.477rem + 7.83vw, 14.875rem);
  animation-name: logo;
  animation-duration: 7s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.preloader-remove {
  display: none;
}

@keyframes logo {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.4);
  }

  100% {
    transform: scale(1);
  }
}

.sd-header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  /* height: 73px; */
  background: rgb(255, 255, 255);
  /* margin-bottom: var(--headerHeight); */
}

@media (max-width: 1199px) {
  .sd-header {
    background: rgb(254, 200, 18);
    height: 55px;
  }
}

.sd-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  height: 100%;
  position: relative;
}

.sd-header .container nav {
  height: 100%;
  display: flex;
  align-items: center;
}

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

.sd-header .container nav a {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1rem;
}

.sd-header .container nav a:hover {
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-header .container nav a:not(:first-child) {
  padding-left: clamp(0.938rem, -0.625rem + 2.08vw, 1.875rem);
}

.sd-header .container nav a:not(:last-child) {
  padding-right: clamp(0.625rem, -1.458rem + 2.78vw, 1.875rem);
}

.sd-header .container nav a:not(:last-child)::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 31px;
  width: 1px;
  background-color: rgb(212, 4, 17);
}

.sd-header .container nav div {
  position: relative;
  height: 100%;
}

/* .sd-header .container nav select {
  font-size: 1rem;
  padding-left: clamp(0.938rem, -0.625rem + 2.08vw, 1.875rem);
  border: none;
  background: transparent;
}

.sd-header .container nav select:hover {
  color: rgb(212, 4, 17);
}

.sd-header .container nav select option {
  font-size: 1rem;
} */

.sd-header__services {
  display: flex;
  min-height: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
}

.sd-header__services::after {
  display: flex;
  padding-bottom: 4px;
  margin-left: 10px;
  content: url("data:image/svg+xml,%3Csvg width='6.661133' height='3.832520' viewBox='0 0 6.66113 3.83252' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Стрелка 1 (Граница)' d='M3.62 2.33L5.8 0.14C6 -0.05 6.31 -0.05 6.51 0.14C6.71 0.34 6.71 0.65 6.51 0.85L3.68 3.68C3.48 3.88 3.17 3.88 2.97 3.68L0.14 0.85C-0.05 0.65 -0.05 0.34 0.14 0.14C0.34 -0.05 0.65 -0.05 0.85 0.14L3.03 2.33L3.62 2.33Z' fill='%23000' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.sd-header__services:hover::after {
  content: url("data:image/svg+xml,%3Csvg width='6.661133' height='3.832520' viewBox='0 0 6.66113 3.83252' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Стрелка 1 (Граница)' d='M3.62 2.33L5.8 0.14C6 -0.05 6.31 -0.05 6.51 0.14C6.71 0.34 6.71 0.65 6.51 0.85L3.68 3.68C3.48 3.88 3.17 3.88 2.97 3.68L0.14 0.85C-0.05 0.65 -0.05 0.34 0.14 0.14C0.34 -0.05 0.65 -0.05 0.85 0.14L3.03 2.33L3.62 2.33Z' fill='%23B01616' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.sd-header__logo-div {
  width: clamp(15.063rem, 7.146rem + 10.56vw, 19.813rem);
}

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

.sd-header__logo {
  background: rgb(254, 200, 18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: clamp(0.938rem, 0.71rem + 0.97vw, 1.275rem);
  transition: .25s;
}

@media (max-width: 1199px) {
  .sd-header__logo {
    position: unset;
    padding: 0;
  }
}

.sd-header__logo img {
  width: clamp(7.75rem, 5.732rem + 8.61vw, 12rem);
  transition: .25s;
}

.sd-header__logo.small {
  transition: .25s;
  height: 100%;
  box-sizing: border-box;
}

.sd-header__logo.small img {
  height: 50px;
  transition: .25s;
}

/* .sd-header__tel-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
  height: 100%;
 padding: 10px 0 10px clamp(0.938rem, 0.558rem + 1.62vw, 2.5rem);
} */

.sd-header__tel-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
  height: 100%;
  padding: 10px 40px 10px clamp(0.938rem, 0.558rem + 1.62vw, 2.5rem);
  background: rgb(212, 5, 18);
}

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

.sd-header__tel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sd-header__tel-lang {
  font-size: 1rem;
  padding-left: clamp(0.938rem, -0.625rem + 2.08vw, 1.875rem);
  border: none;
  background: transparent;
  color: white;
  transform: translateX();
}

.sd-header__tel-lang:hover {
  color: rgb(254, 200, 18);
}

.sd-header__tel-lang-option {
  font-size: 1rem;
}

.sd-header__tel-box .sd-modal-link {
  color: rgb(255, 255, 255);
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  text-align: center;
}

.sd-header__tel-box .sd-modal-link:hover {
  opacity: 1;
  color: rgb(254, 200, 18);
}

.sd-header__tel {
  display: flex;
  color: rgb(255, 255, 255);
  font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}

.sd-header__tel:hover {
  opacity: 1;
  color: rgb(254, 200, 18);
}

.sd-burger-button {
  display: none;
  width: 24px;
  height: 24px;
  flex-direction: column;
  transition: .25s;
  gap: 2px;
  justify-content: center;
  /* pointer-events: none; */
}

@media (max-width: 1199px) {
  .sd-burger-button {
    display: flex;
  }



}

.sd-burger-button:hover {
  opacity: 1;
}

.sd-burger-button span {
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: rgb(212, 4, 17);
  transition: .25s;
}

.sd-burger-button-open {
  transition: .25s;
}

.sd-burger-button-open span:first-child {
  transform: rotate(45deg);
  margin-top: 1px;
  transition: .25s;
}

.sd-burger-button-open span:nth-child(2) {
  display: none;
}

.sd-burger-button-open span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -5px;
  transition: .25s;
}

.sd-burger-button-open span:not(:last-child) {
  margin-bottom: 0;
}

.sd-catalog {
  position: fixed;
  top: var(--headerHeight);
  width: 100%;
  margin-top: -100%;
  transition: .25s;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 10;
}

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

.sd-catalog .container {
  display: block;
}

.sd-catalog:hover {
  margin-top: 0;
  max-height: 100vh;
  overflow-y: auto;
}

.sd-catalog__wrapper {
  /* margin-top: 76px; */
  border-top: 1px solid #FFF;
  background: #fff;
  padding: 58px 0 50px;
}

.b-catalog_open {
  margin-top: 0;
  transition: .25s;
}

@media (max-width: 1199px) {
  .b-catalog_open {
    margin-bottom: 0;
  }
}

.b-catalog__grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  display: grid;
  width: 100%;
}

.b-catalog__grid ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.b-catalog__grid ul li {
  width: 100%;
}

.b-catalog__grid ul li:not(:last-child) {
  margin-bottom: 20px;
}

.b-catalog__grid ul li h3 {
  font-size: 18px;
  font-weight: 500;
}

.b-catalog__grid ul li a {
  font-size: 16px;
}

.b-catalog__grid ul li a:hover {
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-burger {
  position: fixed;
  z-index: 99;
  max-width: 575px;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  top: 0;
  left: -200%;
  transition: .25s;
  padding: 72px 0 50px;
  box-sizing: border-box;
  background: #fff;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sd-burger.open {
  left: 0;
  transition: .25s;
}

.sd-burger ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.sd-burger ul li {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.sd-burger ul li select {
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.sd-burger ul li a {
  font-size: 16px;
  font-weight: 500;
}

.sd-burger .sd-modal-link {
  border-radius: 2px;
  background: rgb(212, 4, 17);
  width: calc(100% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto 20px;
  padding: 11px;
  box-sizing: border-box;
}

.details,
.details-sub {
  display: flex;
  flex-direction: column;
}

.summary,
.summary-sub {
  width: 100%;
  position: relative;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
}

.summary::after,
.summary-sub::after {
  margin-left: 10px;
  margin-top: -2px;
  content: url("data:image/svg+xml,%3Csvg width='10.000000' height='6.000000' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Стрелка 1 (Граница)' d='M5.43 3.64L8.71 0.23C9.01 -0.08 9.47 -0.08 9.77 0.23C10.07 0.54 10.07 1.02 9.77 1.33L5.53 5.76C5.23 6.07 4.76 6.07 4.46 5.76L0.22 1.33C-0.08 1.02 -0.08 0.54 0.22 0.23C0.52 -0.08 0.98 -0.08 1.28 0.23L4.56 3.64L5.43 3.64Z' fill='%23B01616' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.summary-sub {
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
}

.summary-open {
  color: rgb(212, 4, 17);
}

.summary-open::after {
  transform: translateY(3px) rotate(180deg);
  transition: .25s;
}

.sub-menu,
.sub-sub-menu {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  font-size: 15px !important;
  font-weight: 500;
  display: flex;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.details-open {
  height: unset;
  opacity: 1;
  visibility: visible;
  transition: .25s;
  padding: 10px 20px;
}

.details-open:nth-child(2) {
  padding-top: 20px;
}

.sub-sub-menu {
  font-size: 15px;
  font-weight: 400 !important;
  text-align: left;
  width: 100%;
  padding: 0 0;
}

.sub-sub-menu.details-open {
  padding: 7.5px 0;
}

.sub-sub-menu.details-open:nth-child(2) {
  padding-top: 15px;
}

.sd-burger__tel {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}

.sd-burger__socials {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sd-burger__socials a {
  width: 40px;
  height: 40px;
  display: flex;
}

.sd-burger__socials a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sd-main {
  height: 100dvh;
  min-height: 400px;
  max-height: 1080px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (hover: hover) {
  .sd-main:not(.sd-main_about) {
    background-attachment: fixed;
  }
}

.sd-main .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
}

@media (max-width: 575px) {
  .sd-main .container {
    align-items: center;
  }
}

.page-badge {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: clamp(14px, 3vw, 24px);
  margin-bottom: 10px;
}


.sd-main h2 {
  color: rgb(255, 255, 255);
  font-size: clamp(1rem, 1.5rem + .5vw, 1.5rem);
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .sd-main h2 {
    text-align: center;
  }
}

.page-title {
  color: rgb(255, 255, 255);
  /* font-size: clamp(35px, 5vw, 60px); */
  font-weight: 700;
  margin-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2rem);
}

@media (max-width: 575px) {
  .sd-main h1 {
    text-align: center;
  }
}

.sd-main h1.h1-60 {
  font-size: clamp(1.875rem, 1.42rem + 1.94vw, 3.75rem);
}

.sd-main h3 {
  color: rgb(255, 255, 255);
  font-size: clamp(1.45rem, 1.45rem + 0.5vw, 1.75rem);
  font-weight: 500;
}

@media (max-width: 575px) {
  .sd-main h3 {
    text-align: center;
    margin-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
  }
}

.sd-main_about {
  height: unset;
  padding: 0;
}

.sd-main_about .container {
  position: relative;
  padding: clamp(4.25rem, 8.25rem + .5vw, 8.25rem) 12px;
}

.sd-main_about .sd-main__buttons {
  position: absolute;
  left: 0;
  bottom: -27px;
}

@media (max-width: 575px) {
  .sd-main_about .sd-main__buttons {
    position: unset;
  }
}

.sd-main_internet {
  background-position: center right;
  background-size: contain;
}

@media (max-width: 575px) {
  .sd-main_internet {
    background-position: bottom right;
  }
}

.sd-main_internet h1,
.sd-main_internet h2,
.sd-main_internet .sd-main__bread a,
.sd-main_internet .sd-main__bread span {
  color: rgb(14, 42, 50);
}

.sd-main__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 575px) {
  .sd-main__buttons {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
}

.sd-main__calculator,
.sd-main__tracking {
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 2vw, 20px);
  background: rgb(212, 4, 17);
  padding: 1rem clamp(1rem, 3rem + .5vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-main__calculator:hover,
.sd-main__tracking:hover {
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-main__tracking {
  background: rgb(254, 200, 18);
  color: rgb(14, 42, 50);
}

.sd-main__tracking:hover {
  background: rgb(212, 4, 17);
  color: rgb(254, 200, 18);
  opacity: 1;
}

#modalDialog {
  z-index: 1000;
  border: none;
  background: none;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: calc(100% - 30px);
  max-width: 625px;
  position: fixed;
  box-shadow: 0 0 14px 9999px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 0;
  top: -100%;
  margin: 0;
  border: 1px solid rgb(212, 4, 17);
}

#modalDialog[open] {
  animation: modal-in 500ms forwards ease;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes modal-in {
  from {
    translate: 0 -100%;
    opacity: 0;
  }
}

.body-overflow {
  overflow: hidden;
}

.sd-dialog__wrapper {
  overflow: hidden;
  z-index: 1;
  background: #FFF;
  width: 100%;
  transition: .25s;
  display: flex;
}

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

.sd-dialog__grid {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
}

.sd-dialog__grid .modal__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: clamp(9.938rem, -0.896rem + 14.44vw, 16.438rem);
}

.inline-inner {
  padding: clamp(1.875rem, 1.354rem + 0.69vw, 2.188rem) clamp(1.25rem, -6.042rem + 9.72vw, 5.625rem) clamp(1.875rem, -0.208rem + 2.78vw, 3.125rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.inline-inner h2 {
  font-size: clamp(1rem, 0.583rem + 0.56vw, 1.25rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.inline-inner .wpcf7 {
  width: 100%;
}

.inline-inner form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.inline-inner form .wpcf7-form-control-wrap {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid rgb(14, 42, 50);
  padding: 10px 0;
  background: none;
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem);
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
  opacity: 1;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
  opacity: 1;
}

.inline-inner form .wpcf7-form-control-wrap:has(.wpcf7-checkbox) {
  margin-top: clamp(0.313rem, -0.208rem + 0.69vw, 0.625rem);
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox {
  border: none;
  padding: 0;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox label {
  display: flex;
  align-items: flex-start;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: clamp(0.75rem, 0.438rem + 0.42vw, 0.938rem);
  font-weight: 300;
  position: relative;
  padding-left: clamp(1rem, -0.146rem + 1.53vw, 1.688rem);
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label a {
  font-size: clamp(0.75rem, 0.438rem + 0.42vw, 0.938rem);
  font-weight: 300;
  text-decoration: underline;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: clamp(0.688rem, 0.063rem + 0.83vw, 1.063rem);
  height: clamp(0.688rem, 0.063rem + 0.83vw, 1.063rem);
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgb(14, 42, 50);
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.inline-inner form .wpcf7-form-control-wrap .wpcf7-checkbox input:checked+.wpcf7-list-item-label::before {
  background-image: url("data:image/svg+xml,%3Csvg width='6.000000' height='5.000000' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M1.95 3.72L0.58 2.24L0 2.88L1.95 5L6 0.63L5.41 0L1.95 3.72Z' fill='%230e2a32' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}

.inline-inner form .sd-button {
  margin-top: clamp(0.313rem, -1.25rem + 2.08vw, 1.25rem);
  width: 100%;
  box-sizing: border-box;
  padding: clamp(0.688rem, 0.479rem + 0.28vw, 0.813rem);
  background: rgb(212, 4, 17);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: clamp(0.938rem, 0.417rem + 0.69vw, 1.25rem);
  text-align: center;
  cursor: pointer;
  transition: .25s;
  border: none;
}

.inline-inner form .sd-button:hover {
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
  transition: .25s;
}

.sd-dialog__close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 13px;
  display: flex;
  z-index: 1;
}

.sd-dialog__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sd-services {
  padding: clamp(3.125rem, 2.518rem + 2.59vw, 5.625rem) 0 clamp(1.563rem, 1.259rem + 1.29vw, 2.813rem);
  overflow: hidden;
}

.sd-services .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd-services__text {
  padding-left: 78px;
  margin-bottom: clamp(0.625rem, 0.322rem + 1.29vw, 1.5rem);
  /* font-size: 14px; */
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-size: clamp(14px, 3vw, 18px);

}

@media (max-width: 1199px) {
  .sd-services__text {
    /* font-size: 16px; */
    padding-left: 0;
  }
}

.sd-services__text span {
  color: rgb(212, 4, 17);
}

.sd-services__wrapper {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(0.938rem, 0.786rem + 0.65vw, 1.563rem);
}

@media (max-width: 1199px) {
  .sd-services__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .sd-services__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10px;
  }
}

.sd-services__card {
  width: 100%;
  height: clamp(8.75rem, 6.914rem + 7.83vw, 16.313rem);
  background: #FFF;
  position: relative;
  padding: clamp(0.625rem, 0.246rem + 1.62vw, 2.188rem) clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem) clamp(1.25rem, 1.174rem + 0.32vw, 1.563rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .sd-services__card {
    border: 2.5px solid rgb(212, 4, 17);
    border-top: none;
  }
}

.sd-services__card::after {
  position: absolute;
  top: 0;
  left: 0;
  transition: .25s;
  transform: scale(0);
  transform-origin: 0 0;
  content: "";
  background: url("../images/serv-namber.png") no-repeat center;
  background-size: contain;
  height: clamp(2.938rem, 2.3rem + 2.72vw, 5.563rem);
  width: clamp(3.563rem, 2.774rem + 3.37vw, 6.813rem);
}

@media (max-width: 1199px) {
  .sd-services__card::after {
    transform: scale(1);
  }
}

.sd-services__card:hover {
  opacity: 1;
}

.sd-services__card:hover .sd-services__card-number {
  color: #FFF;
  transition: .25s;
}

.sd-services__card:hover::after {
  transform: scale(1);
  transition: .25s;
}

.sd-services__card h3 {
  /* font-size: clamp(0.938rem, 0.831rem + 0.45vw, 1.375rem); */
  font-size: 14px;
  font-weight: 500;
  max-width: 65%;
  z-index: 1;
}

.sd-services__card::before {
  content: "";
  background: url("../images/serv-card-border.png") no-repeat center bottom;
  background-size: contain;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  position: absolute;
  top: -2.5px;
  left: -2.5px;
  z-index: -1;
}

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

.sd-services__card img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 75%;
}

.sd-services__card-number {
  font-size: clamp(0.938rem, 0.786rem + 0.65vw, 1.5rem);
  z-index: 1;
  transition: .25s;
}

@media (max-width: 1199px) {
  .sd-services__card-number {
    color: #FFF;
  }
}

.sd-services__link {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  margin-top: clamp(0.938rem, 0.255rem + 2.91vw, 3.75rem);
  align-self: center;
  padding: 1rem 86px;
  box-sizing: border-box;
  border-radius: 2px;
  background: rgb(212, 4, 17);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .sd-services__link {
    width: 100%;
  }
}

.sd-services__link:hover {
  opacity: 1;
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
}

.sd-question {
  padding: clamp(1.563rem, 1.259rem + 1.29vw, 2.813rem) 0 clamp(3.125rem, 2.518rem + 2.59vw, 5.625rem);
}

.sd-question .container {
  display: flex;
  flex-direction: column;
}

.sd-question__details {
  box-sizing: border-box;
  padding: clamp(0.625rem, 0.397rem + 0.97vw, 1.563rem) clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
  border: 1px solid #FFF;
  border-radius: 2px;
  transition: .25s;
  border-right: 1px solid rgb(212, 5, 18);
  border-bottom: 1px solid rgb(212, 5, 18);
}

.sd-question__details:not(:last-child) {
  margin-bottom: 10px;
}

.sd-question__details.active {
  border: 1px solid rgb(212, 5, 18);
  transition: .25s;
}

.sd-question__details-button {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  transition: .25s;
  /* font-size: 14px; */
  /* font-size: clamp(1rem, 1.5rem + 0.5vw, 1.5rem); */
  font-weight: 500;
}

/* .sd-question__details-button::after {
  content: "";
  background: url("../images/svg/+.svg") no-repeat center;
  width: clamp(1.688rem, 1.566rem + 0.52vw, 2.188rem);
  height: clamp(1.688rem, 1.566rem + 0.52vw, 2.188rem);
  transition: .25s;
  flex-shrink: 0;
} */

/* .sd-question__details-button.active {
  transition: .25s;
} */

/* .sd-question__details-button.active::after {
  transform: rotate(180deg);
  transition: .25s;
  background: url("../images/svg/-.svg") no-repeat center;
} */

.sd-question__details-box {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
}

.sd-question__details-box.active {
  height: unset;
  opacity: 1;
  visibility: visible;
  transition: .25s;
  padding-top: 10px;
}

.sd-map {
  background: rgb(247, 247, 247);
  height: 100vh;
}

@media (max-width: 991px) {
  .sd-map {
    height: unset;
  }
}

.sd-map__box {
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .sd-map__box {
    height: unset;
    padding-bottom: 336px;
  }
}

.sd-map__box .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.sd-map__box .sd-map__map-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media (max-width: 991px) {
  .sd-map__box .sd-map__map-box {
    height: 336px;
    bottom: 0;
    top: auto;
    width: 100%;
  }
}

.sd-map__map {
  width: 100%;
  height: 100%;
  display: none;
}

.sd-map__map.active {
  display: block;
}

.sd-map__list {
  width: 50%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* padding: clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem) 20px clamp(2.5rem, 1.59rem + 3.88vw, 6.25rem) 0; */
}

@media (max-width: 991px) {
  .sd-map__list {
    width: 100%;
    padding: 40px 0 40px;
  }
}

#myUL {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  list-style-type: none;
  width: 100%;
  height: auto;
  /* list-style-type: none;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px; */
}

@media (max-width: 991px) {
  #myUL {
    max-height: 455px;
    padding-right: 10px;
  }
}

.sd-map__country-button {
  box-sizing: border-box;
  border: 1px solid rgb(243, 243, 243);
  border-radius: 2px;
  background: rgb(255, 255, 255);
  padding: 30px clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
}

@media (max-width: 767px) {
  .sd-map__country-button {
    padding: 15px;
  }
}

.sd-map__country-button:not(:last-child) {
  margin-bottom: 10px;
}

.sd-map__country-button.active {
  border: 1px solid rgb(212, 4, 17);
}

.sd-map__country-row {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.sd-map__country-row label {
  font-size: clamp(0.813rem, 0.782rem + 0.13vw, 0.938rem);
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

.sd-map__country-row p {
  font-size: 1rem;
  display: block;
}

.sd-map__country-row p:not(:last-child) {
  margin-bottom: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
}

.sd-map__country-row a {
  font-size: 1rem;
  display: block;
}

.sd-map__country-row a:not(:last-child) {
  margin-bottom: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
}

.details-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem);
  /* cursor: pointer; */
}

.details-button::after {
  content: "";
  background: url("../images/svg/+.svg") no-repeat center;
  width: clamp(1.688rem, 1.566rem + 0.52vw, 2.188rem);
  height: clamp(1.688rem, 1.566rem + 0.52vw, 2.188rem);
  transition: .25s;
  flex-shrink: 0;
}

.details-button.active {
  transition: .25s;
  margin-bottom: 15px;
}

.details-button.active::after {
  transform: rotate(180deg);
  transition: .25s;
  background: url("../images/svg/-.svg") no-repeat center;
}

.details-box {
  height: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .details-box {
    flex-direction: column;
  }
}

.details-box.active {
  height: unset;
  transition: .25s;
  transform: scaleY(1);
}

.sd-map__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 65px;
}

@media (max-width: 767px) {
  .sd-map__buttons {
    flex-direction: column-reverse;
    margin-top: 15px;
    padding: 0;
  }
}

.sd-map__buttons .sd-modal-link {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 10px 15px;
  background: rgb(212, 4, 17);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .sd-map__buttons .sd-modal-link {
    box-sizing: border-box;
    width: 100%;
  }
}

.sd-map__buttons .sd-modal-link:hover {
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-map__buttons p {
  font-size: clamp(0.813rem, 0.782rem + 0.13vw, 0.938rem);
  margin-bottom: 10px;
}

.sd-map__buttons-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: -31px;
  margin-right: -10px;
  background-color: #FFF;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .sd-map__buttons-socials {
    padding: 0;
    margin: 0;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .sd-map__buttons-socials .sd-burger__socials a {
    width: 30px;
    height: 30px;
  }
}

.balloon h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: clamp(0.625rem, 0.563rem + 0.31vw, 0.938rem);
}

.balloon__grid {
  display: grid;
  grid-template-columns: 70px 180px;
  grid-column-gap: 0;
  grid-row-gap: 15px;
  width: 250px;
}

.balloon__grid p {
  font-size: 12px;
  line-height: 100%;
}

.balloon__grid .balloon__address,
.balloon__grid a {
  font-size: 12px;
  line-height: 130%;
}

.sd-news {
  padding: clamp(3.438rem, 2.755rem + 2.91vw, 6.25rem) 0 clamp(2.188rem, 1.353rem + 3.56vw, 5.625rem);
}

.sd-news .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd-news__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .sd-news__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sd-news__card {
  display: block;
}

.sd-news__card:hover {
  opacity: 1;
}

.sd-news__card:hover span {
  color: rgb(212, 4, 17);
}

.sd-news__card img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  height: auto;
  margin-bottom: 12px;
}

@supports (aspect-ratio: 16/9) {
  .sd-news__card img {
    aspect-ratio: 16/9;
  }
}

@supports not (aspect-ratio: 16/9) {
  .sd-news__card img {
    height: 100%;
    padding-top: calc(calc(9 / 16 * 100%));
  }
}

.sd-news__card p {
  font-size: clamp(0.813rem, 0.782rem + 0.13vw, 0.938rem);
  font-weight: 300;
  margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
}

.sd-news__card h3 {
  /* font-size: clamp(1rem, 1.25rem + 0.5vw, 1.25rem); */
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
}

.sd-news__card h4 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
  font-size: 13px;
}

.sd-news__card span {
  margin-top: auto;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.sd-news__card span::after {
  margin-left: 5px;
  display: flex;
  height: 18px;
  content: url("data:image/svg+xml,%3Csvg width='20.000000' height='20.000000' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='Прямоугольник 250' rx='10.000000' width='20.000000' height='20.000000' fill='%23D40411' fill-opacity='1.000000'/%3E%3Cpath id='Прямоугольник 251 (Граница)' d='M10.26 6.26C10 6 9.59 6 9.33 6.26C9.07 6.52 9.07 6.93 9.33 7.19L11.89 9.76C11.93 9.79 11.95 9.83 11.97 9.87C11.98 9.91 11.99 9.95 11.99 10C11.99 10.04 11.98 10.08 11.97 10.12C11.95 10.16 11.93 10.2 11.89 10.23L9.33 12.8C9.07 13.06 9.07 13.47 9.33 13.73C9.59 13.99 10 13.99 10.26 13.73L12.83 11.16C12.91 11.08 12.99 10.99 13.05 10.89C13.1 10.8 13.15 10.71 13.19 10.62C13.23 10.52 13.26 10.42 13.28 10.32C13.3 10.22 13.31 10.11 13.31 10C13.31 9.88 13.3 9.77 13.28 9.67C13.26 9.57 13.23 9.47 13.19 9.37C13.15 9.28 13.1 9.19 13.05 9.1C12.99 9 12.91 8.91 12.83 8.83L10.26 6.26Z' fill='%23FEC812' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.sd-news__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: clamp(0.313rem, 0.237rem + 0.32vw, 0.625rem);
}

.sd-news__pagination a {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: max-content;
  box-sizing: border-box;
}

@media (max-width: 575px) {
  .sd-news__pagination a {
    width: unset;
  }
}

.sd-news__pagination a:hover svg path {
  fill: rgb(212, 4, 17);
  transition: .25s;
}

.sd-news__link {
  color: rgb(255, 255, 255);
  font-size: clamp(14px, 2vw, 20px);

  font-weight: 500;
  text-align: center;
  padding: clamp(0.625rem, 0.504rem + 0.52vw, 1.125rem) 58px;
  background: rgb(212, 4, 17);
  align-self: center;
  border-radius: 2px;
}

@media (max-width: 575px) {
  .sd-news__link {
    width: 100%;
    box-sizing: border-box;
  }
}

.sd-news__link:hover {
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-footer {
  background: rgb(247, 247, 247);
  padding: 30px 0 clamp(1.25rem, 0.264rem + 4.21vw, 5.313rem);
}

@media (max-width: 1199px) {
  .sd-footer {
    padding: 0 0 0;
  }
}

.sd-footer__main .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .sd-footer__main .container {
    align-items: center;
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .sd-footer__main {
    margin-bottom: 35px;
    padding: 7px 0;
    background: rgb(254, 200, 18);
  }
}

.sd-footer__logo-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd-footer__logo {
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: rgb(254, 200, 18);
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .sd-footer__logo {
    padding: 0;
    background: none;
    margin: 0;
  }


}

.sd-footer__logo img {
  display: flex;
}

@media (max-width: 1199px) {
  .sd-footer__logo img {
    width: 120px;
  }
}

.sd-footer__logo:hover {
  opacity: 1;
}

.sd-footer__links {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

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

.sd-footer__links a {
  color: rgba(14, 42, 50, 0.7);
  font-size: clamp(0.813rem, 0.797rem + 0.06vw, 0.875rem);
}

.sd-footer__links a:hover {
  color: rgb(212, 4, 17);
}

.sd-footer__links_mob {
  display: none;
}

@media (max-width: 1199px) {
  .sd-footer__links_mob {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    background: #FFF;
    padding: 5px;
    margin-top: clamp(1.25rem, 0.264rem + 4.21vw, 5.313rem);
  }
}

.sd-footer__nav {
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
}

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

.sd-footer__nav a {
  height: 100%;
  display: flex;
  position: relative;
  align-items: center;
  font-size: clamp(16px, 1.5vw, 22px);
}

.sd-footer__nav a:hover {
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-footer__nav a:not(:first-child) {
  padding-left: clamp(0.938rem, -0.625rem + 2.08vw, 1.875rem);
}

.sd-footer__nav a:not(:last-child) {
  padding-right: clamp(0.938rem, -0.625rem + 2.08vw, 1.875rem);
}

.sd-footer__nav a:not(:last-child)::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 31px;
  width: 1px;
  background-color: rgb(212, 4, 17);
}

.sd-footer__nav_mob {
  display: none;
}

@media (max-width: 1199px) {
  .sd-footer__nav_mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    width: 100%;
    margin-top: 25px;
  }

  .sd-footer__nav_mob a {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px !important;
  }

  .sd-footer__nav_mob a::before {
    display: none;
  }
}

.sd-footer__number-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sd-footer__number-box .sd-modal-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 13px 15px;
  background: rgb(212, 4, 17);
}

.sd-footer__number-box .sd-modal-link:hover {
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
  opacity: 1;
}

@media (max-width: 1199px) {
  .sd-footer__number-box .sd-modal-link {
    font-size: 14px;
    padding: 0;
    background: none;
    color: rgb(212, 4, 17);
  }
}

.sd-footer__tel {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .sd-footer__tel {
    font-size: 15px;
    margin-bottom: 5px;
    color: rgb(212, 4, 17);
  }
}

.sd-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.sd-footer__contacts span {
  font-size: clamp(0.875rem, 0.86rem + 0.06vw, 0.938rem);
  margin-bottom: 10px;
}

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

.sd-footer__contacts a {
  font-size: 24px;
  font-weight: 500;
}

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

.sd-footer__contacts a:hover {
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-footer__contacts a:not(:last-child) {
  margin-bottom: 20px;
}

.sd-footer__contacts p {
  font-size: 18px;
}

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

.sd-footer__contacts p:not(:last-child) {
  margin-bottom: 20px;
}

.sd-footer__contacts .sd-map__buttons-socials {
  background: none;
  padding: 0;
  margin: 0;
  font-size: clamp(5px, 1vw, 18px);
}

@media (max-width: 575px) {
  .sd-footer__contacts .sd-map__buttons-socials {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .sd-footer__contacts .sd-map__buttons-socials span {
    margin: 0;
  }
}

.sd-footer__contacts .sd-map__buttons-socials span {
  display: block;
}

.sd-footer__contacts .sd-map__buttons-socials a {
  margin: 0;
  display: flex;
}

.sd-footer__contacts .sd-map__buttons-socials a:hover {
  opacity: 0.5;
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 10px;
  column-gap: 5px;
  overflow-x: auto;
  scrollbar-width: thin;
}



.sd-main__bread {
  width: 100%;
  margin-bottom: 24px;
}

.sd-main__bread a {
  color: rgb(255, 255, 255);
  font-size: clamp(13px, 3vw, 16px);
  /* font-size: 16px; */
}

.sd-main__bread a:hover {
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-main__bread span {
  /* width: 100%; */
  /* margin-left: 5px; */
  white-space: nowrap;
  color: rgb(255, 255, 255);
  /* font-size: 16px; */
  font-size: clamp(13px, 3vw, 16px);

}



.sd-about {
  background: rgb(247, 247, 247);
  padding: clamp(3.125rem, 2.215rem + 3.88vw, 6.875rem) 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .sd-about .container {
    display: flex;
    flex-direction: column;
  }
}

.sd-about .container img {
  margin: 0 0 0 clamp(-17.938rem, -22.291rem + 18.58vw, 0rem);
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .sd-about .container img {
    float: unset;
    margin-left: 0;
    width: 100%;
    margin-right: 0;
    order: 1;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.sd-about .container p {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
}

.sd-about .container p span {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  color: rgb(212, 4, 17);
}

.sd-about .container p a {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  color: rgb(212, 4, 17);
}

.sd-about .container p:not(:last-child) {
  margin-bottom: clamp(.85rem, 2vw, 1rem);
}

.sd-services-all__russia {
  padding: clamp(3.438rem, 2.603rem + 3.56vw, 6.875rem) 0 clamp(2.188rem, 1.808rem + 1.62vw, 3.75rem);
}

.sd-services-all__russia h2 {
  font-size: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
  font-weight: 600;
  padding-bottom: 6px;
  padding-right: clamp(0.625rem, 0.488rem + 0.58vw, 1.188rem);
  border-right: 2px solid rgb(209, 18, 41);
  border-bottom: 2px solid rgb(209, 18, 41);
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: clamp(1.25rem, 0.947rem + 1.29vw, 2.5rem);
}

@media (max-width: 575px) {
  .sd-services-all__russia h2 {
    width: 100%;
  }
}

.sd-services-all__russia ul {
  list-style-type: none;
  /* list-style-position: inside; */
  padding-left: clamp(0.625rem, 0.17rem + 1.94vw, 2.5rem);
}

.sd-services-all__russia ul li {
  display: flex;
  align-items: flex-start;
}

.sd-services-all__russia ul li:not(:last-child) {
  margin-bottom: clamp(0.625rem, 0.397rem + 0.97vw, 1.563rem);
}

.sd-services-all__russia ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: rgb(176, 22, 22);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: clamp(0.313rem, 0.282rem + 0.13vw, 0.438rem);
  flex-shrink: 0;
}

.sd-services-all__russia ul li a {
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
}

.sd-services-all__russia ul li a:hover {
  opacity: 1;
  color: rgb(212, 4, 17);
}

.sd-services-all__world {
  background: rgb(247, 247, 247);
  padding: clamp(2.188rem, 1.657rem + 2.27vw, 4.375rem) 0;
}

.sd-services-all__world .container {
  display: flex;
  justify-content: center;
}

.sd-services-all__world .container h2 {
  color: rgb(33, 36, 41);
  font-size: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
}

.sd-services-all__world-wrapper {
  max-width: 100%;
}

.sd-services-all__russia-info {
  padding: clamp(2.188rem, 1.657rem + 2.27vw, 4.375rem) 0;
}

.sd-services-all__russia-info h2 {
  color: rgb(33, 36, 41);
  font-size: clamp(1.125rem, 0.943rem + 0.78vw, 1.875rem);
  display: flex;
  align-items: center;
}

.sd-service {
  padding: clamp(3.438rem, 2.603rem + 3.56vw, 6.875rem) 0;
  background: rgb(247, 247, 247);
}

.sd-service .container {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

.sd-service__nav {
  max-width: 400px;
  width: 100%;
  background-color: #FFF;
  position: sticky;
  top: 85px;
  box-sizing: border-box;
  border: 1px solid rgb(227, 227, 227);
  border-radius: 2px;
  padding: 16px;
  flex-shrink: 0;
}

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

.sd-service__nav ul {
  list-style-type: none;
}

.sd-service__nav ul:not(:last-child) {
  margin-bottom: 30px;
}

.sd-service__nav ul li:first-child {
  margin-bottom: 20px;
}

.sd-service__nav ul li:not(:last-child) {
  margin-bottom: 10px;
}

.sd-service__nav ul h3 {
  font-size: 18px;
  font-weight: 500;
}

.sd-service__nav ul a {
  font-size: 16px;
  padding-left: 20px;
  display: flex;
}

.sd-service__nav ul a:hover {
  color: rgb(212, 4, 17);
  opacity: 1;
}

.sd-service__text {
  display: flex;
  flex-direction: column;
  gap: clamp(2.188rem, 2.112rem + 0.32vw, 2.5rem);
  width: 100%;
}

.sd-service__text h2 {
  /* font-size: clamp(1.563rem, 1.335rem + 0.97vw, 2.5rem); */
}

.sd-service__text h2:not(:last-child) {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}

.sd-service__text h3 {
  /* font-size: clamp(1.25rem, 1.022rem + 0.97vw, 2.188rem); */
}

.sd-service__text h3:not(:last-child) {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}

.sd-service__text img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sd-service__text img:not(:last-child) {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}

.sd-service__text p {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-weight: 500;
}

.sd-service__text p span,
.sd-service__text p a {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-weight: 500;
  color: rgb(212, 4, 17);
}

.sd-service__text p:not(:last-child) {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}

.sd-service__text ul {
  /* list-style-position: inside; */
}

.sd-service__text ul:not(:last-child) {
  margin-bottom: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}

.sd-service__text ul li {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-weight: 500;
}

.sd-service__text ul li span,
.sd-service__text ul li a {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-weight: 500;
  color: rgb(212, 4, 17);
}

.sd-service__text-box {
  width: 100%;
}

.sd-service__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 767px) {
  .sd-service__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.sd-service__grid a {
  font-size: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
  color: rgb(14, 42, 50);
}

.sd-service__grid a:hover {
  opacity: 1;
  color: rgb(209, 18, 41);
}

.sd-table {
  padding: clamp(3.438rem, 2.907rem + 2.27vw, 5.625rem) 0;
}

.sd-table .container {
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  padding-bottom: 10px;
}

.sd-table__row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem) clamp(0.625rem, 0.322rem + 1.29vw, 1.875rem);
  box-sizing: border-box;
  min-width: 800px;
}

.sd-table__row:nth-child(odd) {
  border-radius: 2px;
  background: rgb(247, 247, 247);
}

.sd-table__row:first-child .sd-table__column {
  font-weight: 500;
}

.sd-table__row:first-child .sd-table__column:not(:last-child) {
  border-right: 1px solid rgb(212, 5, 18);
}

.sd-table__column {
  font-size: clamp(0.938rem, 0.786rem + 0.65vw, 1.563rem);
  padding-right: clamp(0.625rem, 0.322rem + 1.29vw, 1.875rem);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.sd-table__column:not(:first-child) {
  padding-left: clamp(0.625rem, 0.322rem + 1.29vw, 1.875rem);
}

.sd-logo {
  padding: clamp(3.125rem, 1.684rem + 6.15vw, 9.063rem) 0 clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  overflow: hidden;
  background: rgb(247, 247, 247);
}

.swiper-logo {
  overflow: visible;
  width: 100%;
  align-items: stretch;
}

.swiper-logo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.swiper-logo .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sd-benefits {
  padding: clamp(3.438rem, 2.603rem + 3.56vw, 6.875rem) 0;
}

.sd-benefits .container {
  display: flex;
  flex-direction: column;
}

.sd-benefits .container h2 {
  margin-bottom: clamp(1.563rem, 0.88rem + 2.91vw, 4.375rem);
}

.sd-benefits_gray {
  background: rgb(247, 247, 247);
}

.sd-benefits_gray .sd-benefits__grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(1.25rem, 1.098rem + 0.65vw, 1.875rem);
}

@media (max-width: 1199px) {
  .sd-benefits_gray .sd-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .sd-benefits_gray .sd-benefits__grid {
    grid-template-columns: 1fr;
  }
}

.sd-benefits__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(1.25rem, 0.795rem + 1.94vw, 3.125rem);
}

@media (max-width: 1199px) {
  .sd-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .sd-benefits__grid {
    grid-template-columns: 1fr;
  }
}

.sd-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .sd-benefits__item {
    flex-direction: row;
    align-items: flex-start;
  }
}

.sd-benefits__item h3 {
  font-weight: 600;
  /* font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem); */
  margin-bottom: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
}

.sd-benefits__item p {
  /* font-size: 1rem; */
}

.sd-benefits__item-img {
  width: clamp(3.125rem, 2.442rem + 2.91vw, 5.938rem);
  height: clamp(3.125rem, 2.442rem + 2.91vw, 5.938rem);
  margin-bottom: 30px;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .sd-benefits__item-img {
    margin-right: 18px;
    margin-bottom: 0;
  }
}

.sd-benefits__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sd-new {
  padding: clamp(3.438rem, 2.603rem + 3.56vw, 6.875rem) 0;
  background: rgb(247, 247, 247);
  overflow: hidden;
}

.sd-new .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sd-new p {
  align-self: flex-start;
  font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem);
  font-weight: 500;
}

.sd-new p:not(:last-child) {
  margin-bottom: clamp(0.938rem, 0.786rem + 0.65vw, 1.563rem);
}

.swiper-new {
  overflow: visible;
  width: 100%;
  margin-top: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
}

.swiper-new a {
  width: 100%;
  display: flex;
  height: 100%;
  cursor: zoom-in;
}

.swiper-new a:hover {
  opacity: 1;
}

.swiper-new a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-pagination-new {
  position: unset;
  display: flex;
  justify-content: center;
  margin-top: clamp(0.938rem, 0.71rem + 0.97vw, 1.875rem);
}

.swiper-pagination-new .swiper-pagination-bullet {
  width: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
  height: clamp(0.625rem, 0.473rem + 0.65vw, 1.25rem);
  box-sizing: border-box;
  border: 1px solid rgb(209, 18, 41);
  opacity: 1;
  background: transparent;
}

.swiper-pagination-new .swiper-pagination-bullet-active {
  background: rgb(209, 18, 41);
}

.sd-info {
  padding: clamp(3.438rem, 2.603rem + 3.56vw, 6.875rem) 0;
}

.sd-info .sd-benefits__grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  .sd-info .sd-benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .sd-info .sd-benefits__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.sd-info__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.938rem, 0.862rem + 0.32vw, 1.25rem);
  font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
  font-weight: 600;
}

.sd-info__item img {
  width: clamp(1.25rem, 0.795rem + 1.94vw, 3.125rem);
  flex-shrink: 0;
}

.sd-grey-text {
  padding: clamp(1.875rem, 1.572rem + 1.29vw, 3.125rem) 0;
  background: rgb(247, 247, 247);
}

.sd-grey-text p {
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  font-weight: 500;
}

.sd-grey-text p span {
  font-size: clamp(0.938rem, 0.922rem + 0.06vw, 1rem);
  font-weight: 500;
  color: rgb(209, 18, 41);
}

.sd-grey-text p:not(:last-child) {
  margin-bottom: 10px;
}

.sd-content {
  padding: clamp(3.125rem, 2.215rem + 3.88vw, 6.875rem) 0;
}

.content :is(p, span, a, ul li, ol li i, em) {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-weight: 400;
}

.content :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  margin-bottom: clamp(.55rem, .55rem + 0.5vw, .75rem);
}

.content h1 {
  /* font-size: clamp(1.75rem, 1.75rem + 0.5vw, 2rem); */
}

.content h2 {
  /* font-size: clamp(1.55rem, 1.55rem + 0.5vw, 1.75rem); */
}

.content h3 {
  font-size: clamp(1.45rem, 1.45rem + 0.5vw, 1.55rem);
}

.content h4 {
  font-size: clamp(1.35rem, 1.35rem + 0.5vw, 1.45rem);
}

.content h5 {
  font-size: clamp(1.25rem, 1.25rem + 0.5vw, 1.35rem);
}

.content h6 {
  font-size: clamp(1.15rem, 1.15rem + 0.5vw, 1.25rem);
}

.content a {
  text-decoration: underline;
}

.content :is(p, ol, ul, p:not(last-child), ol:not(:last-child, ul:not(:last-child))) {
  margin-bottom: clamp(.5rem, 2vw, .85rem);
}

.content :is(span, a) {
  color: rgb(212, 4, 17);
}

.content :is(strong, b) {
  /* font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem); */
  font-weight: 600;
}

.content :is(em, i) {
  font-style: italic;
}

.content :is(ol, ul) {
  /* list-style-position: inside; */
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-left: 8px;
}

.input-wrp {
  display: block;
  appearance: none;
}

.label {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.input-wrp input[type="text"],
.input-wrp input[type="tel"],
.input-wrp input[type="email"],
.input-wrp input[type="number"],
.input-wrp textarea {
  display: block;
  appearance: none;
  outline: none;
  padding: 12px;
  background-color: white;
  border: 1px solid rgb(14, 42, 50);
  transition: .25s ease-in-out;
}

@media (hover: hover) {

  .input-wrp input[type="text"],
  .input-wrp input[type="tel"],
  .input-wrp input[type="email"],
  .input-wrp input[type="number"],
  .input-wrp textarea {
    border-color: #fec812;
  }
}

.nostyle-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nostyle-a {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

.nostyle-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.details-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  max-width: 590px;
}

.details-container__current {
  grid-column: span 3 / span 3;
  background-color: white;
  padding: 20px;
  border: 1px solid red;
  font-size: 14px;
}

.details-container__fo-select {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  grid-row-start: 2;
  background-color: white;
  padding: 20px;
  /* text-align: center; */
  height: 60px;
  border: 1px solid transparent;
}

.details-container__select-city {
  text-align: center;
  /* font-size: 16px; */
}

.details-container__header {
  line-height: 0px;
  margin-bottom: 30px;
  font-size: 16px;
}

.details-container__details {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  padding-bottom: 10px;
}

@media (max-width: 517px) {
  .details-container__details {
    padding-bottom: 35px;
  }
}


.detail-container__tel-wrapp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.detail-container__detail-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 45px;
}

.details-container__details-links {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  bottom: -21px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  right: 10px;
}

.details-container__call-me {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 10px 15px;
  background: rgb(212, 4, 17);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}


.details-container__call-me:hover {
  background: rgb(254, 200, 18);
  color: rgb(212, 4, 17);
  opacity: 1;
}

.details-container--active {
  border: 1px solid red;
}

.calc-page {}