/* Подключение шрифтов */
/* Fira Sans */
@font-face {
  font-family: "FiraSans-Light";
  src: url("/fonts/FiraSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;}
@font-face {
  font-family: "FiraSans-Medium";
  src: url("/fonts/FiraSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;}
@font-face {
  font-family: "FiraSans-MediumItalic";
  src: url("/fonts/FiraSans-MediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;}
@font-face {
  font-family: "FiraSans-Regular";
  src: url("/fonts/FiraSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;}
@font-face {
  font-family: "FiraSans-SemiBold";
  src: url("/fonts/FiraSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;}
/* Goldman */
@font-face {
  font-family: "Goldman-Regular";
  src: url("/fonts/Goldman-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;}

/* Основные переменные */
:root {
  /* Цвета текстов и акцентные цвета */
  --stress-color: #009999;
  --stress-color-hover: #00AAAA;
  --dark-text: #1E1E1E;
  --light-text: #C0C0C0;
  --gray-text: #6F7074;
  --up-title-text: #FBFBFB;
  --preim-num-color: #3F4044;
  /* Цвета задних фонов */
  --main-bg-color: #16171B;
  --up-head-bg-color: #202125;
  --dowm-head-bg-color: #25262B;
  --section-bg-color: #1B1D22;
  --main-card-bg-color: #202125;
  --slide-card-bg-color: #24262D;
  --icon-bg-color:  #25262A;
  /* Тень */
  --main-shadow: 0px -2px 21px 0px rgba(0, 0, 0, 0.13);
  /* Цвета полей форм */
  --input-bg-color: #FFF;
  --input-placeholder-text: #D3D3D3;
  /* Футер */
  --footer-bg-color: #0F0F12;
  --footer-main-txt-color: #727273;
  --footer-second-txt-color: #2E2E38;
}
/* Стилизация скролла */
#scrollStyle::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: var(--section-bg-color);
}

#scrollStyle::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--slide-card-bg-color);
}

#scrollStyle::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.007);
  border-radius: 10px;
  background-color:  var(--section-bg-color);
}
/* Стилизация кнопки наверх */
.btn-up {
  position: fixed;
  background-color: var(--stress-color);
  right: 20px;
  bottom: 20px;
  border-radius: 22px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}
.btn-up::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}
.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: var(--stress-color-hover); /* цвет заднего фона при наведении */
  }
}
/* Отключение всех отступов */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "FiraSans-Regular", sans-serif;
  background: var(--main-bg-color);

}
.wrapper {
  margin: 0 200px;
}
/* Стилизация верхней шапки */
.up_head {
  background-color: var(--up-head-bg-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 0px;
}
.up_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .mobile {
  display: none;
}
header .menu_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .menu_content .menu_btn {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--stress-color);
  border-radius: 100%;
}
header .menu_content .menu_btn div {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--light-text);
  -webkit-transition: o.3s;
  -o-transition: o.3s;
  transition: o.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

header .menu_btn div:nth-child(1) {
  top: 11px;
  left: 8px;
}
header .menu_btn div:nth-child(2) {
  top: 19px;
  left: 8px;
}
header .menu_btn div:nth-child(3) {
  bottom: 11px;
  left: 8px;
}

header .menu_btn.active div:nth-child(1) {
  top: 19px;
  left: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu_btn.active div:nth-child(2) {
  display: none;
}
header .menu_btn.active div:nth-child(3) {
  top: 19px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Стилизация элементов внутри верхней шапки */
.up_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.up_item .icon {
  background-color: var(--icon-bg-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  border-radius: 100px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.up_item .up_text .title {
  color: var(--up-title-text);
  font-family: "FiraSans-Medium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}
.up_item .up_text .other {
  color: var(--gray-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.up_item .up_text .title  a{
  color: var(--up-title-text);
}
.up_item .up_text .other a {
  color: var(--gray-text);
}
.up_item .up_text .title  a:hover,
.up_item .up_text .other a:hover {
  color: var(--stress-color);
}
.up_item a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* Стилизация нижней части шапки */
.down_head {
  background-color: var(--dowm-head-bg-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0;
}
.down_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.down_content ol  {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.down_content ol li a {
  text-decoration: none;
  color: var(--gray-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.down_content ol li a:hover {
  color: var(--stress-color);
}

/* Стилизация кнопки */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background: var(--stress-color);
  border: 0px;
  outline: 0px;

  color: var(--up-title-text);
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: var(--stress-color-hover);
}

/* Стилизации главной секции */
.main_section {
  min-height: 800px;
  background-image: url(/image/photo/main-bg.webp);
  background-size: 101% 810px;
  background-position-x: center;
  margin-bottom: 130px;
}
.main_content {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Стилизация эффекта стекла */
.glass_form {
  background: rgba(255, 255, 255, 0.40);
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  backdrop-filter: blur(12.5px);
  -webkit-backdrop-filter: blur(12.5px);
}

/* Основные стили формы */
.form_send {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 60px;
  border-radius: 30px;
  max-width: 569px;
}
.form_send h2 {
  color: var(--stress-color);
  text-align: center;
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.form_send p {
  color: var(--dark-text);
  text-align: center;
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.form_send .input_shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.form_send .input_shell label{
  color: var(--dark-text);
  font-family: "FiraSans-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form_send .input_shell input {
  border-radius: 10px;
  background: var(--input-bg-color);
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;

  color: var(--dark-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form_send .input_shell input::-webkit-input-placeholder{
  color: var(--input-placeholder-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_send .input_shell input::-moz-placeholder{
  color: var(--input-placeholder-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_send .input_shell input:-ms-input-placeholder{
  color: var(--input-placeholder-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_send .input_shell input::-ms-input-placeholder{
  color: var(--input-placeholder-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_send .input_shell input::placeholder{
  color: var(--input-placeholder-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form_send .input_shell input:focus{
  border: 2px solid var(--stress-color);
}

/* Стилизвция чекбокса */
.chexbox-main {
  color: var(--dark-text);

  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
.chexbox-main a {
  color: var(--stress-color);
}
.custom-checkbox {
  display: none;
}
.custom-checkbox:checked + .form-modal-deal::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-modal-deal {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-modal-deal::before {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--input-bg-color);
  border-radius: 5px;
  border: 1px solid var(--stress-color);
  background: var(--input-bg-color);
  margin-right: 20px;
}
.form-modal-deal.error::before {
  border: 1px solid red;
}
.form-modal-deal::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: var(--stress-color);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
}
.form_send .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* Стилизация элементов внутри основного блока  */
.main_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 30px 6px 30px;
  max-width: 800px;
  border-radius: 30px;
}
.main_text h1 {
  color: var(--dark-text);
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.main_text h2 {
  color: var(--dark-text);
  font-family: "FiraSans-Medium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.main_text p {
  color: var(--dark-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.main_text .stressColor {
  color: var(--stress-color);
}
.main_text .italicText {
  font-family: "FiraSans-MediumItalic", sans-serif;
}

/* Стилизация секции "Наш метод" */
.section {
  margin-bottom: 130px;
}
.section_stylization {
  position: relative;
}
.section_stylization::before,
.section_stylization::after {
  content: "";
  background-image: url(/image/svg/logo-women.svg);
  position: absolute;
  z-index: -1;
}
.section_stylization::before {
  background-size: 260px 500px;
  width: 260px;
  height: 500px;
  top: 0px;
  left: 0px;
}
.section_stylization::after {
  background-size: 309px 709px;
  width: 309px;
  height: 709px;
  bottom: -369px;
  right: 0px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.section h3 {
  color: var(--light-text);
  font-family: "FiraSans-Medium", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 44px;
}
.section_method_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
/* Стилизация контента в секции нещ метод */
.method_text p {
  color: var(--light-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
.method_preim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}
.preim_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
}
.preim_item .num {
  color: var(--stress-color);
  font-family: "Goldman-Regular", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.preim_item .txt {
  color: var(--light-text);
  font-family: "FiraSans-Light", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 116.4%; /* 16.296px */
}
.method_image {
  max-width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.method_image .img{
  width: calc(100% / 2 - 10px);
  overflow: hidden;
  border-radius: 15px;
}
.method_image .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* Стилизация секции Почему выбирают нас */
.section_preim_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.section .form_send {
  background-color: var(--up-head-bg-color);
}
.section .form_send p,
.section .form_send label,
.section .form_send .chexbox-main {
  color: var(--light-text);
}
.preim_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  max-width: 750px;
}
.preim_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.preim_block_item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preim_block_item .title .num{
  width: 60px;
  height: 60px;
  background-color: var(--up-head-bg-color);
  color: var(--preim-num-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Goldman-Regular", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 15px;
}
.preim_block_item .title h4 {
  color: var(--stress-color);
  font-family: "FiraSans-Medium", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preim_block_item .body p{
  color: var(--light-text);
  font-family: "FiraSans-Light", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
/* Секция мы в ассоциации */
.section_association {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0px;
  background-color: var(--section-bg-color);
  background-image: url(/image/svg/line-block.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}
.association_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.association_logo img {
  width: 365px;
  height: 186px;
}
.association_text {
  color: var(--light-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 620px;
}
/* Секция с персоналом */
.staff_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_item {
  width: calc(100% / 3 - 74px);
  padding: 30px 30px 24px 30px;
  background-color: var(--main-card-bg-color);
  border-radius: 15px;
}
.staff_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 16px;
}
.staff_title img {
  border-radius: 100px;
  width: 110px;
  height: 110px;
}
.staff_info h4 {
  color: var(--light-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.staff_info p {
  color: var(--stress-color);
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.staff_body p {
  color: var(--light-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* Секция слайдер */
.section_slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0px;
  background-color: var(--section-bg-color);
}
.splide__slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: var(--slide-card-bg-color);
  border-radius: 30px;
  margin-right: 2rem;
}
.splide__slide img {
  border-radius: 15px;
  overflow: hidden;
  margin: 40px 40px 30px 40px;
  max-width: 414px;
  min-height: 379px;
  -o-object-fit: cover;
  object-fit: cover;
}
.splide__slide .slide_info {
  text-align: center;
  padding: 16px 0px;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.splide__slide .slide_info h5 {
  color: var(--light-text);
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.splide__slide .slide_info p {
  color: var(--light-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.splide__pagination {
  display: none;
}
.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: url(/image/svg/slide-btn.svg);
  border: 0;
  border-radius: 0%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 1;
  width: 64px;
  height: 60px;
}
.splide__arrow--prev {-webkit-transform: scale(-1, 1);-ms-transform: scale(-1, 1);transform: scale(-1, 1);}
.splide__arrow svg {display: none;}
.splide__track {
  margin-left: 130px;
  margin-right: 130px;
}
/* Секция контакты */
.contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form_with_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 30px;
}
.form_inputs {
  max-width: 450px;
}
.form_map iframe{
  width: 434px;
  height: 100%;
  border-radius: 15px;
}
.contact_info {
  background-color: var(--up-head-bg-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 30px;
  max-width: 490px;
}
.contact_info h3 {
  text-align: center;
}
.contact_info p,
.other_info a {
  color: var(--light-text);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;

}
.contact_info > p, .other_info  {
  margin-bottom: 24px;
}
.other_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.other_info .icon svg {
  width: 18px;
  height: 18px;
}
/* Footer */
footer {
  background: var(--footer-bg-color);
}
.up_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0px;
}
.up_footer p, .up_footer a,
.up_footer .other_info p, .up_footer .other_info a {
  color: var(--footer-main-txt-color);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.up_footer h5 {
  color: var(--light-text);
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.up_footer ol {
  list-style-type: none;
}
.up_footer li {
  margin-bottom: 8px;
}
.up_footer_logo {
  max-width: 520px;
}
.up_footer_logo img {
  margin-bottom: 24px;
}
.down_footer {
  border-top: 1px solid var(--footer-second-txt-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
}
.down_footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.down_footer_content .polit p,
.down_footer_content .polit a {
  color: var(--footer-second-txt-color);
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}
.down_footer_content .polit a {-webkit-text-decoration-line: underline;text-decoration-line: underline;}


/* Модальное окно - стилизация */
.hystmodal__window {
  background: none;
  width: 800px;
}
.modal_body {
  box-sizing: border-box;
  padding: 30px;
  background: var(--up-head-bg-color);
  color: var(--light-text);
  border-radius: 30px;
}
.hystmodal__close:focus {
  outline: none;
  outline-offset: none;
}
.modal_body h5 {
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 44px;
}
.modal_body h6 {
  font-family: "FiraSans-SemiBold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.modal_body p {
  font-family: "FiraSans-Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;

}
.modal_body .point {
  margin-bottom: 50px;
}
@media (max-width: 767px){
  .hystmodal__close {
    top: 40px;
    right: 20px;
    width: 24px;
    height: 24px;
    background-image: none;
}
  .close_icon {position: relative;}
  .hystmodal__close span {
    width: 24px;
    height: 2px;
    border-radius: 100px;
    background-color: var(--input-bg-color);
    position: absolute;
    top: -2px;
    left: -6px;
  }
  .hystmodal__close .close_icon span:nth-child(1) {
    transform: rotate(45deg);
  }
  .hystmodal__close .close_icon span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .modal_body {
    padding: 20px;
    border-radius: 0px;
}
}
/* ADAPTIVE */
/* VER 1680px */
@media screen and (max-width: 1680px) {
  .wrapper {
    margin: 0 144px;
  }
  .main_text {
    max-width: 700px;
  }
  .contact_info {
    max-width: 430px;
  }
  .up_footer_logo {
    max-width: 346px;
  }
  .method_image {
    max-width: 690px;
  }
}

/* VER 1600px */
@media screen and (max-width: 1600px) {
  .form_send {
    max-width: 35em;
  }
  .form_with_map {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .main_text {
    max-width: 620px;
  }
  /* .contact_content {
    flex-direction: column;
  } */
}

/* VER 1536px */
@media screen and (max-width: 1536px) {
  .wrapper {
    margin: 0 130px;
  }
  .splide__slide img {
    max-width: 370px;
    min-height: 360px;
  }
  .splide__track {
    margin-left: 101px;
    margin-right: 101px;
  }
  .form_inputs {
    max-width: 560px;
  }
  .form_with_map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: min-width;
  }
  .contact_info {
    max-width: 520px;
  }
  .form_map iframe {
    width: 100%;
    height: 300px;
  }
  .main_text {
    max-width: 590px;
  }
  .form_send {
    max-width: 34em;
  }
  .contact_content > form,
  .contact_content > div {
    max-width: calc(100% / 2 - 10px) !important;
  }
  .preim_block {
    max-width: 600px;
  }
  .section_method_content {
    gap: 60px;
  }
}

/* VER 1440px */
@media screen and (max-width: 1440px) {
  .wrapper {
    margin: 0 100px;
  }
  .form_send {
    max-width: 33em;
  }
  .method_image {
    max-width: 620px;
  }
  .up_footer p {
    font-size: 14px;
  }
  .splide__slide img {
    margin: 30px 30px 20px 30px;
  }
  .splide__slide .slide_info h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .logo img {
    width: 280px;
    height: 39px;
  }
  .section_stylization::after {
    bottom: -280px;
  }
  .association_text {
    font-size: 20px;
    max-width: 495px;
  }
}

/* VER 1408px */
@media screen and (max-width: 1408px) {
  .up_footer_logo img {
    width: 320px;
    height: 90px;
  }
}

/* VER 1400px */
@media screen and (max-width: 1400px) {
  .main_content {
    gap: 40px;
  }
}

/* VER 1368px */
@media screen and (max-width: 1368px) {
  .up_content > div:nth-child(2) {
    display: none;
  }
  .method_image {
    max-width: 550px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .method_image .img {
    height: 130px;
  }
  .staff_item {
    width: calc(100% / 2 - 70px);
  }

  .form_send {
    max-width: 30em;
  }
  .main_text h1 {
    font-size: 32px;
  }
  .main_text h2 {
    font-size: 18px;
  }
  .main_text p {
    font-size: 16px;
  }
  .association_logo img {
    width: 290px;
    height: 186px;
  }
}

/* VER 1280px */
@media screen and (max-width: 1280px) {
  .preim_block {
    max-width: 420px;
  }
  .wrapper {
    margin: 0 80px;
  }
  .main_text {
    max-width: 460px;
  }
}

/* VER 1080px */
@media screen and (max-width: 1080px) {
  .main_section {
    min-height: 1200px;
    background-size: 250% 1200px;
    margin-bottom: 100px;
  }
  .main_content {
    min-height: 1190px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main_text {
    max-width: 100%;
  }
  .form_send {
    max-width: 100%;
  }
  .section_method_content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .method_image {
    max-width: 100%;
  }
  .method_image .img {
    height: 185px;
  }
  .association_logo img {
    width: 230px;
    height: 110px;
  }
}

/* VER 1024px */
@media screen and (max-width: 1024px) {
  .staff_content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .staff_item {
    min-width: 420px;
  }
  .wrapper {
    margin: 0 50px;
  }
  .section_slide {
    padding: 70px 0px 140px;
  }
  .splide__arrow {
    top: 550px;
  }
  .splide__track {
    margin-left: 0px;
    margin-right: 0px;
  }
  .splide__slide img {
    max-width: 310px;
    min-height: 270px;
  }
  .contact_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact_content > form, .contact_content > div {
    width: 100% !important;
    max-width: none !important;
  }
  .form_inputs {
    max-width: none;
  }
  .up_footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .up_footer_contact {
    max-width: 260px;
  }
  .up_footer .other_info p {
    text-align: left;
  }

}

/* VER 960px */
@media screen and (max-width: 960px) {
  .section_preim_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
  .preim_block {
    max-width: none;
  }
  .up_content > div:nth-child(3) {
    display: none;
  }
}

/* VER 854px */
@media screen and (max-width: 854px) {}

/* VER 800px */
@media screen and (max-width: 800px) {
  body.lock {
    overflow: hidden;
  }
  header .pc {
    display: none;
  }
  header .mobile {
    position: fixed;
    display: block;
    background-color: var(--up-head-bg-color);
    width: 100%;
    z-index: 5;
  }
  header {
    overflow-y: scroll;
  }
  header .pc.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 6;
    top: 75px;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
  header .pc.active .down_head {
    height: 306px;
  }
  header .pc.active .up_head {
    height: 100%;
    overflow-y: scroll;
}
  header .pc.active .down_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
  }
  header .pc.active .down_content ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 0;
  }
  header .pc.active .up_content {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }

  header .pc.active .up_content .up_text .icon {
    padding-top: 10px;
  }
  header .pc.active .up_content > div:nth-child(1) {
    display: none;
  }
  header .pc.active .up_content > div:nth-child(2) {
    display: block;
    width: 100%;
  }
  header .pc.active .up_content > div:nth-child(3) {
    display: block;
  }
  header .pc.active .up_content > div:nth-child(4) {
    display: block;
  }
  .down_content nav,   .down_content nav ol,   
  .down_content nav ol li {
    width: 100%;
  }
  .down_content ol {
    gap: 5px;
  }
  .down_content ol li {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 15px;
    background-color: var(--up-head-bg-color);
  }
  header .pc.active .up_content > div:nth-child(2), 
  header .pc.active .up_content > div:nth-child(3), 
  header .pc.active .up_content > div:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% / 2 - 25px);
  }
  .section_stylization::before,
  .section_stylization::after {
    display: none;
  }
  .association_text {
    font-size: 18px;
    max-width: 230px;
  }
  .splide__slide .slide_info h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .splide__slide .slide_info p {
    font-size: 16px;
  }
  .splide__slide img {
    max-width: 260px;
    min-height: 240px;
  }
  .splide__arrow {
    top: 500px;
}
}

/* VER 768px */
@media screen and (max-width: 768px) {}

/* VER 720px */
@media screen and (max-width: 720px) {}

/* VER 704px */
@media screen and (max-width: 704px) {}

/* VER 640px */
@media screen and (max-width: 640px) {
  .wrapper {
    margin: 0 30px;
  }
  .main_section {
    min-height: 1400px;
    background-size: 490% 1400px;
    margin-bottom: 100px;
  }
  .main_content {
    min-height: 1400px;
  }
  .section h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .section_method_content {
    gap: 40px;
  }
  .method_image {
    max-width: 100%;
    gap: 10px;
  }
  .method_image .img {
    height: 120px;
    width: calc(100% / 2 - 5px);
  }
  .preim_block_item .title .num {
    width: 50px;
    height: 50px;
    font-size: 38px;
  }
  .association_text {
    max-width: 100%;
  }
  .splide__arrow {
    top: 460px;
  }
  .down_footer_content {
    gap: 30px;
    flex-direction: column;
  }
}

/* VER 560px */
@media screen and (max-width: 560px) {
  header .pc.active .up_content > div:nth-child(2), 
  header .pc.active .up_content > div:nth-child(3), 
  header .pc.active .up_content > div:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% / 1);
  }
  .logo img {
    width: 220px;
    height: 40px;
  }
  .form_send {
    padding: 30px 30px;
  }
  .splide__slide {
    margin-right: 1rem;
  }
  .splide__slide img {
    margin: 20px 20px 20px 20px;
  }
  .form_send h2,.main_text h1 {
    font-size: 28px;
  }

  .form_send p {
    font-size: 16px;
  }
  .preim_block_item .title h4 {
    font-size: 22px;
  }
}

/* VER 500px */
@media screen and (max-width: 500px) {
  .wrapper {
    margin: 0 20px;
  }
  .main_text p {
    font-size: 14px;
  }
  .main_text h2 {
    font-size: 16px;
  }
  .main_section {
    min-height: 1400px;
    background-size: 490% 1400px;
    margin-bottom: 80px;
  }
  .section {
    margin-bottom: 80px;
  }
  .association_content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .contact_info p, .other_info a {
    font-size: 14px;
  }
  .up_footer p, .up_footer a, .up_footer .other_info p, .up_footer .other_info a {
    font-size: 16px;
  }
  .preim_item {
    width: calc(100% / 1 - 0px);
  }
  .staff_item {
    min-width: 310px;
  }
  .staff_title {
    gap: 20px;
  }
  .staff_title img {
    width: 80px;
    height: 80px;
  }
  .staff_info h4 {
    font-size: 16px;
  }
  .staff_info p {
    font-size: 14px;
  }
  .main_content {
    min-height: 1300px;
  }
  .main_section {
    min-height: 1300px;
  }
  .modal_body h5 {
    font-size: 28px;
  }
  .modal_body h6 {
    font-size: 16px;
  }
  .modal_body p {
    font-size: 14px;
  }
}

/* VER 400px */
@media screen and (max-width: 400px) {
  .form_send h2, .main_text h1 {
    font-size: 24px;
}
.main_text {
  padding: 20px 20px 0px 20px;
}
.form_send p {
  font-size: 14px;
}
.section h3 {
  font-size: 26px;
}
.method_image .img {
  height: 120px;
  width: calc(100% / 1 - 0px);
}
.method_text p {
  font-size: 14px;
}
.preim_item .num {
  font-size: 22px;
}
.preim_block_item .title h4 {
  font-size: 18px;
}
.preim_block_item .body p {
  font-size: 14px;
}
.preim_block_item .title .num {
  width: 40px;
  height: 40px;
  font-size: 28px;
  border-radius: 8px;
}
.association_text {
  font-size: 16px;
  padding: 0px 10px;
}
.splide__arrow {
  background-size: 44px 40px;
  width: 44px;
  height: 40px;
}
.splide__arrow {
  top: 450px;
}
.section_slide {
  padding: 70px 0px 120px;
}
.contact_info {
  padding: 20px;
}
.form_send {
  padding: 20px 20px;
}
.up_footer p, .up_footer a, .up_footer .other_info p, .up_footer .other_info a {
  font-size: 14px;
}
.up_footer h5 {
  font-size: 20px;
  margin-bottom: 16px;
}

}

/* VER 352px */
@media screen and (max-width: 352px) {
  .section .form_send {
    background-color: var(--main-bg-color);
}
.form_send {
  padding: 0px 0px;
}
.glass_form {
  padding: 20px !important;
}
.form_send h2, .main_text h1 {
  font-size: 20px;
}
.main_text h2 {
  font-size: 14px;
}
.main_text p {
  font-size: 12px;
}
.form_send p {
  font-size: 12px;
  margin-bottom: 20px;
}
.form_send .input_shell label {
  font-size: 14px;
}
.chexbox-main {
  font-size: 14px;
  margin-bottom: 20px;
}
.main_content {
  min-height: 1100px;
}
.main_section {
  min-height: 1100px;
  background-size: 490% 1100px;
}
.up_footer_logo img {
  width: 220px;
  height: 62px;
}
.down_footer_content .polit p, .down_footer_content .polit a {
  text-align: center;
}
.staff_body p {
  font-size: 12px;
}
}

/* VER 320px */
@media screen and (max-width: 320px) {
  .modal_body h5 {
    font-size: 20px;
  }
}


@supports (-webkit-touch-callout: none) {
  .glass_form {
    background: rgba(255, 255, 255, 0.40);
    -webkit-box-shadow: var(--main-shadow);
    box-shadow: var(--main-shadow);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
  }
}





















