@charset "UTF-8";

/* Подключение шрифта Venryn Sans Black */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansBlackRegular.ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansBlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans Bold */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansBoldRegular.ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans ExtraBold */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansExtraBoldRegular.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansExtraBoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans ExtraLight */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansExtraLightRegular.ttf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans Light */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansLightRegular.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansLightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans Medium */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansMediumRegular.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansMediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans Regular */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansRegular.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansItalic.ttf");
  font-weight: 400;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans SemiBold */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansSemiBoldRegular.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansSemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}

/* Подключение шрифта Venryn Sans Thin */
@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansThin-Regular.ttf");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Venryn Sans";
  src: url("fonts/VenrynSansThin-Italic.ttf");
  font-weight: 100;
  font-style: italic;
}

html {
  width: 100dvw;
}

body {
  font-family: "Venryn Sans", sans-serif !important;
  background-color: #ffffff;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 3px;
  /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background-color: #444444;
}

body::-webkit-scrollbar-thumb {
  background-color: #71C6DC;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}



.main_modal_menu .main_block::-webkit-scrollbar {
  width: 3px;
  /* ширина scrollbar */
}

.main_modal_menu .main_block::-webkit-scrollbar-track {
  background-color: #444444;
}

.main_modal_menu .main_block::-webkit-scrollbar-thumb {
  background-color: #71C6DC;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
}




a {
  font-family: "Venryn Sans", sans-serif !important;
  color: #ffffff;
  text-decoration: none;
}

p {
  font-family: "Venryn Sans", sans-serif !important;
  margin: 0;
}

header .logo {
  width: 30px;
  margin: 0 10px 0 0;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
  z-index: 5000;
}

.main_menu_block_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: #ffffff;
}

.main_menu_block_header .logo_block {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.main_menu_block_header .logo_block a {
  line-height: 1.3;
}

.main_menu_block_header .logo_block .title {
  font-weight: 700;
}

.main_menu_block_header .logo_block .desc {
  opacity: 0.9;
}

.main_menu_block_header .text_link {
  margin: 0 0 0 10px;
}

.main_menu_block_header .logo_block .image_link img {
  width: 45px;
}

.main_menu_block_header .logo_block .image_link svg {
  width: 60px;
  height: 60px;
  color: #71C6DC;
  fill: #71C6DC;
}

.main_menu_block_header .geo_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.main_menu_block_header .geo_block svg {
  width: 24px;
  height: 24px;
}

.main_menu_block_header .geo_block .text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.main_menu_block_header .geo_block .text .main {
  font-weight: 700;
}

.main_menu_block_header .download_block .button {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 1000px;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
}

.main_menu_block_header .download_block .button:hover {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 25px;
}

.main_menu_block_header .icon_block svg {
  /* width: 24px; */
  margin: 0 3px;
  transition: 0.3s;
}

.main_menu_block_header .icon_block {
  padding: 4px;
  border-radius: 1000px;
  border: 1px solid #ffffff;
  width: 35px;
  height: 35px;
  display: flex;
  flex-direction: row;
  margin: 0 3px;
  transition: 0.3s;
  cursor: pointer;
}

.main_menu_block_header .icon_block:hover {
  background-color: var(--color-icon);
  border: var(--color-icon);
}

.main_menu_block_header .icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5px 0 0 0;
}

.main_menu_block_header .online_block .text {
  font-size: 14px;
  text-align: center;
}

.main_menu_block_header .phone_block {
  font-size: 14px;
}

.main_menu_block_header .phone_block .button a {
  color: #71C6DC;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  transition: 0.3s;
  cursor: pointer;
}

.main_menu_block_header .phone_block .button:hover a {
  color: #71C6DC;
  /* text-decoration: underline; */
}

.main_menu_block_header .phone_block .small_text_block p {
  font-size: 14px;
}

.main_menu_block_header .phone_block .phone {
  font-weight: 700;
  font-size: 12px;
}

.main_menu_block_header .phone_block .button {
  font-size: 14px;
}

.header_modal {
  width: 100dvw;
  top: 0;
  z-index: 9300;
  width: 100%;
  height: 0px;
  position: fixed;
  background-color: #2C2C2C;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: 0 0 1px 0 #ffffff;
  background: linear-gradient(135deg, #444444, #2C2C2C, #2C2C2C, #444444);
  /* background-image: url(/images/MVulMV_UGsY.jpg);
  background-size: cover;
  background-color: rgb(0, 0, 0, 0.8);
  background-blend-mode: color; */
  /* border-bottom: 1px solid rgb(255,255,255,0.1); */
}

.header_modal img {
  width: 15px;
  margin: 0 10px 0 0;
}

.header_modal .header_modal_title {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.header_modal .header_modal_title:hover {
  color: #ffffff;
}

.podmenu_menu_block_header_modal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.podmenu_menu_block_header_modal .menu_point {
  padding: 8px 10px;
}

.podmenu_menu_block_header_modal a {
  /* text-transform: uppercase; */
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}

.podmenu_menu_block_header_modal a:hover {
  color: #71C6DC;
}

.podmenu_menu_block_header {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.podmenu_menu_block_header .menu_point {
  padding: 15px 10px;
}

.podmenu_menu_block_header a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.podmenu_menu_block_header a:hover {
  color: #71C6DC;
}

#prew_section_bcg {
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  /* left: 50%;
  top: 50%; */
  top: 0;
  background: linear-gradient(135deg, #000000, #2C2C2C, #2C2C2C, #444444);
  /* transform: translate3d(-50%, -40%, 0); */
  z-index: 1200;
  opacity: 0.92;
}

#prew_section_img {
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  /* left: 50%;
  top: 50%; */
  top: 0;
  background-image: url(https://avatars.mds.yandex.net/i?id=b3509808cdaa88b1d6febeb63037c22e_l-3807742-images-thumbs&n=13);
  background-position: center;
  background-size: cover;
  background-blend-mode: color;
  /* transform: translate3d(-50%, -40%, 0); */
  z-index: 1100;
}

.prew_section {
  height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background-color: #000000; */
  width: 100dvw;
  position: relative;
  z-index: 1300;
}

canvas {
  display: block;
}

.prew_section .title_text_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.prew_section .title_text_block .title {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 1.1;
  font-weight: 500;
}

.prew_section .title_text_block .description {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  margin: 20px 0 0 0;
}

.prew_section .title_text_block .button {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  margin: 20px 0 0 0;
  padding: 20px 20px;
  border: 1px solid #000000;
  border-radius: 1000px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #ffffff;
  color: #000000;
}

.prew_section .title_text_block .button:hover {
  padding: 20px 30px;
  background-color: #000000;
  color: #ffffff;
}

.prew_section .image_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.prew_section .image_block svg {
  height: 350px;
  fill: #71C6DC;
}

.prew_section .title {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}

.prew_section .title_prew_block .blocks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.prew_section .title_prew_block .block p {
  color: #ffffff;
  font-size: 14px;
}

.prew_section .title_prew_block .block svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.prew_section .title_prew_block .button {
  margin: 30px 0 0 0;
  padding: 20px 30px;
  border-radius: 1000px;
  border: 1px solid #71C6DC;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  background-color: #71C6DC;
  color: #000000;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1;
}

.prew_section .title_prew_block .button:hover {
  padding: 20px 45px;
  /* box-shadow: 0 0 10px 0px #71C6DC; */
}

.prew_section .title_prew_block .button a {
  color: #000000;
}

.prew_section .container_corrector {
  position: relative;
  top: 20px;
  /* top: 5px; */
}

.prew_section .title_prew_block .accent {
  color: #71C6DC;
}

.wrap {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 30px;
}

.wrap #earth {
  transform: scale(1.15);
}

.graticule {
  fill: none;
  stroke: #777;
  stroke-opacity: 0.2;
  stroke-width: 0.5px;
  pointer-events: none;
}

.land {
  /* fill: #737368; */
  opacity: 0.9;
  fill: #71C6DC;
}

.right_block {
  position: relative;
  z-index: 3000;
}

.ClientsSwiper .swiper-slide {
  height: 30dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ClientsSwiper .slide_block {
  width: 100%;
  height: 100px;
  /* border: 1px solid #444444; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 30px; */
  cursor: pointer;
  transition: 0.3s;
}

.ClientsSwiper .slide_block:hover img {
  box-shadow: 0 0 5px 0 #71C6DC;
}

.ClientsSwiper .slide_block:hover .title {
  color: #71C6DC;
}

.ClientsSwiper .slide_block .title {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  /* height: 36px !important; */
  color: #ffffff;
  transition: 0.3s;
  line-height: 1.2;
  text-transform: uppercase;
}

.ClientsSwiper .slide_block img {
  width: 100px;
  height: 100px;
  /* height: 70px; */
  margin: 0 0 15px 0;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: 0.3s;
  padding: 10px;
}

.clients_section {
  padding: 70px 0 0 0;
}

.clients_section .title_section {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #71C6DC;
  font-weight: 300;
  font-size: 34px;
  /* margin: 0 0 50px 0; */
}

.clients_section .clients_section_block {
  background-color: #ffffff;
  position: relative;
  bottom: 18dvh;
  z-index: 2000;
  padding: 40px 50px;
  box-shadow: 0 0 20px 0 #71C6DC;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(135deg, #444444, #2C2C2C, #2C2C2C, #444444);
}

.ClientsSwiper .swiper-pagination {
  position: relative;
  top: 5px;
  z-index: 2100;
}

.ClientsSwiper .slide_block .button {
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border: 1px solid #71C6DC;
  border-radius: 1000px;
  color: #71C6DC;
  opacity: 0.9;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}

.ClientsSwiper .slide_block .button:hover {
  color: #000000;
  background-color: #71C6DC;
  opacity: 1;
}

.ClientsSwiper .slide_block .text_block {
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ClientsSwiper .slide_block .text_block .text_block_corrector {
  height: 36px;
  display: flex;
  align-items: center;
}

.clients_section {
  /* background-color: #444444; */
  background: linear-gradient(180deg, #444444, #2C2C2C, #2C2C2C);
  /* background: linear-gradient(135deg, #444444, #2C2C2C, #2C2C2C, #444444); */
}

.top_secrives_section {
  background-color: #444444;
  background: linear-gradient(0deg, #444444, #2C2C2C, #2C2C2C);
  /* background: linear-gradient(135deg, #444444, #2C2C2C, #2C2C2C, #444444); */
  padding: 0px 0 70px 0;
}

.top_secrives_section .title_section {
  color: #71C6DC;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #71C6DC;
  font-weight: 300;
  font-size: 34px;
  /* margin: 0 0 50px 0; */
}

.top_secrives_section .TopServicesSwiper .slide_block {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px 30px;
  border-radius: 10px;
}

.top_secrives_section .TopServicesSwiper .slide_block:hover {}

.top_secrives_section .TopServicesSwiper .bcg_1 {
  background-image: url(https://avatars.mds.yandex.net/get-altay/2447509/2a0000017609d8c7098cc855d792acd01416/XXL_height);
  background-position: center;
  background-blend-mode: color;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  /* background: linear-gradient(180deg, #444444, #2C2C2C); */
}

.top_secrives_section .TopServicesSwiper .slide_block:hover .bcg_1 {
  background-color: rgb(0, 0, 0);
}

.top_secrives_section .TopServicesSwiper .bcg_2 {
  background-image: url(https://avatars.mds.yandex.net/get-altay/2447509/2a0000017609d8c7098cc855d792acd01416/XXL_height);
  background-position: center;
  background-blend-mode: multiply;
  background-size: cover;
  background-color: rgb(229, 223, 70);
  transition: 0.3s;
  /* background: linear-gradient(135deg, #E5DF46, #E5DF46); */
}

.top_secrives_section .TopServicesSwiper .bcg_3 {
  background: linear-gradient(135deg, #EFFBF9, #EFFBF9);
}

.top_secrives_section .TopServicesSwiper .dark_bcg {
  color: #ffffff;
}

.top_secrives_section .TopServicesSwiper .dark_light {
  color: #000000;
}

.top_secrives_section .TopServicesSwiper .dark_bcg .title {
  color: #ffffff;
}

.top_secrives_section .TopServicesSwiper .dark_light .title {
  color: #000000;
}

.top_secrives_section .TopServicesSwiper .slide_block .title_block p {
  margin: 0 0 15px 0;
}

.top_secrives_section .TopServicesSwiper .slide_block {
  border: 1px solid #71C6DC;
}

.top_secrives_section .TopServicesSwiper .slide_block .title_block {
  width: 100%;
}

.top_secrives_section .TopServicesSwiper .slide_block .title_block .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  /* height: 53px; */
  height: 105px;
}

.top_secrives_section .TopServicesSwiper .slide_block .title_block .description {
  font-size: 14px;
}

.top_secrives_section .TopServicesSwiper .slide_block .title_block .button {
  /* background-color: #71C6DC; */
  border: 1px solid #71C6DC;
  color: #71C6DC;
  padding: 5px 20px;
  border-radius: 1000px;
  margin: 10px 0 0 0;
  display: inline-flex;
  font-weight: 300;
  font-size: 12px;
  transition: 0.3s;
}

.top_secrives_section .TopServicesSwiper .slide_block:hover .title_block .button {
  background-color: #71C6DC;
  color: #000000;
  padding: 5px 30px;
}

.quest_section {
  background-color: #444444;
  padding: 100px 0 100px 0;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
  background-image: url(https://avatars.mds.yandex.net/i?id=e49a50e9503b89a6ae9baf67bd313d49_l-5254427-images-thumbs&n=13);
}

.quest_section .photo {
  height: 500px;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  /* background: linear-gradient(135deg, rgb(0,0,0,0), #71C6DC); */
}

.quest_section .photo_bcg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(254, 150, 101, 0.3));
  /* opacity: 0.3; */
  height: 100%;
  padding: 30px;
}

.quest_section .photo .name_block {
  position: absolute;
  bottom: 30px;
  /* padding: 30px; */
  color: #ffffff;
}

.quest_section .photo .name_block .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.quest_section .photo .online {
  background-color: #71C6DC;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px 20px;
  display: inline-flex;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.quest_section .title {
  font-size: 34px;
  margin: 0 0 30px 0;
  color: #71C6DC;
  font-weight: 300;
}

.quest_section .quest_block {
  background-color: #181818;
  height: 100%;
  border-radius: 10px;
  padding: 30px 50px;
  position: relative;
  background-color: #ffffff;
  position: relative;
  z-index: 2000;
  padding: 40px 50px;
  /* box-shadow: 0 0 10px 0 #71C6DC; */
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(135deg, #2C2C2C, #2C2C2C, #2C2C2C, #2C2C2C);
}

.quest_section .quest_block .progressbar {
  width: 100%;
  padding: 5px 5px;
  height: 30px;
  border-radius: 5px;
  background-color: #444444;
  position: relative;
}

.quest_section .quest_block .progressbar .text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin: 0;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #ffffff;
}

.quest_section .quest_block .progressbar .progressbar_in {
  background-color: #71C6DC;
  width: 17%;
  height: 100%;
  border-radius: 5px;
  background-size: cover;
  background: repeating-linear-gradient(var(--angle), #71C6DC, #71C6DC, #71C6DC, #71C6DC, #71C6DC, #444444, #444444, #444444, #444444, #444444 var(--d));
  background-size: calc(var(--d) / sin(var(--angle))) 100%;
  animation: AnimationName 1s linear infinite reverse;
  transition: 0.3s;
  max-width: 100%;
}

@keyframes AnimationName {
  0% {
    background-position: calc(var(--d) / sin(var(--angle))) 0;
  }
}

/* background: repeating-linear-gradient(-60deg, #71C6DC 0, #71C6DC 5px, transparent 5px, transparent 10px);
    animation: moveBackground 1000s linear infinite;
}

@keyframes moveBackground {
    0% {
        background-position: 10px;
      }
  } */
.quest_section .quest_block .quest_text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
}

.quest_section .quest_block .quest_text .quest_podblock {
  background-color: #71C6DC;
  color: #000000;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: 500;
}

.quest_section .quest_block .quest_text .text {
  font-size: 24px;
  margin: 0 0 0 15px;
  font-weight: 300;
  color: #ffffff;
}

.quest_section .quest_block .answers_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.quest_section .quest_block .answers_block .answer_block {
  height: 180px;
  width: 180px;
  border-radius: 10px;
  background-color: #444444;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 15px 0 0;
  transition: 0.3s;
  cursor: pointer;
}

.quest_section .quest_block .answers_block .answer_block:hover {
  box-shadow: 0 0 5px 0 #71C6DC;
}

.quest_section .quest_block .answers_block .answer_block .check {
  width: 0;
}

.quest_section .quest_block .answers_block .active_answer_block {
  /* border: #71C6DC 2px solid; */
  background-color: #71C6DC;
}

.quest_section .quest_block .answers_block .active_answer_block .text {
  color: #000000 !important;
  font-weight: 500 !important;
  box-shadow: 0 0 10px 0 #71C6DC !important;
}

.quest_section .quest_block .answers_block .answer_block .text {
  font-size: 20px;
  color: #71C6DC;
  font-weight: 300;
  transition: 0.3s;
}

.quest_section .quest_block .answers_block .answer_block:hover .text {
  transform: scale(1.05);
}

.quest_section .quest_block .prew_next_button_block {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.quest_section .quest_block .prew_next_button_block p {
  color: #000000;
  font-weight: 300;
  padding: 5px 20px;
  background-color: #71C6DC;
  border: 1px solid #71C6DC;
}

.quest_section .quest_block .prew_next_button_block .prew_button {
  position: absolute;
  /* bottom: 20px; */
  left: 0;
  background-color: #444444;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.quest_section .quest_block .prew_next_button_block .prew_button:hover {
  background-color: #71C6DC;
  color: #000000;
  padding: 5px 30px;
}

.quest_section .quest_block .prew_next_button_block .next_button {
  position: absolute;
  /* bottom: 20px; */
  right: 100px;
  border-radius: 1000px;
  cursor: pointer;
  transition: 0.3s;
}

.quest_section .quest_block .prew_next_button_block .next_button:hover {
  padding: 5px 30px;
}

.services_section {
  /* background-color: #444444; */
  padding: 70px 0 0 0;
  background: linear-gradient(180deg, #444444, #2C2C2C, #2C2C2C, #2C2C2C);
}

.services_section .service_block {
  border: 1px solid #71C6DC;
  padding: 30px;
  /* background-color: #181818; */
  border-radius: 20px;
  height: 350px;
  position: relative;
  margin: 0 0 30px 0;
  /* background-color: rgba(0, 0, 0, 0.85); */
  background-color: rgba(0, 0, 0, 0.75);
  /* background-image: url(/images/MVulMV_UGsY.jpg) !important; */
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  transition: 0.3s;
  cursor: pointer;
}

.services_section .service_block:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
  /* background-color: rgba(254, 150, 101, 1); */
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px 0 rgba(254, 150, 101, 0.5) !important;
}

.services_section .service_block .title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.services_section .service_block .description {
  color: #000000;
  opacity: 0.6;
  font-size: 16px;
  color: #ffffff;
}

.services_section .service_block:hover .button {
  padding: 10px 30px;
  background-color: #71C6DC;
  color: #000000;
  font-weight: 700;
}

.services_section .service_block .button {
  position: absolute;
  bottom: 25px;
  padding: 10px 20px;
  /* background-color: #71C6DC; */
  border: 1px solid #71C6DC;
  color: #71C6DC;
  font-size: 12px;
  border-radius: 1000px;
  transition: 0.3s;
  cursor: pointer;
}

.services_section .service_block .button:hover {
  padding: 10px 30px;
  background-color: #71C6DC;
  color: #000000;
  font-weight: 700;
}

.services_section .title_section {
  margin: 0 0 30px 0;
  color: #71C6DC;
  /* font-weight: 500; */
  font-size: 34px;
}

.steps_section {
  background-color: #444444;
}

.steps_section .step_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
  background-color: #2C2C2C;
  border-radius: 20px;
  padding: 30px 30px;
}

.steps_section .step_block .number {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
}

.steps_section .step_block .title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.steps_section .step_block .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.steps_section .step_block .step_podblock_img img {
  width: 100px;
  margin: 0 0 0 50px;
}

.steps_section .step_block .step_podblock_img svg {
  width: 100px;
  margin: 0 0 0 50px;
  color: #71C6DC;
}

.steps_section .title_block {
  position: sticky;
  top: 150px;
  margin: 70px 0 0 0;
  /* height: 100px; */
}

.steps_section .title_block .title {
  font-size: 38px;
  font-weight: 700;
  color: #71C6DC;
  position: relative;
  z-index: 1000;
}

.steps_section .title_block .desc {
  font-size: 28px;
  font-weight: 300;
  color: #71C6DC;
  position: relative;
  z-index: 1000;
}

.steps_section .title_block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
  position: absolute;
  bottom: -70px;
  left: 30px;
  z-index: 900;
  opacity: 0.1;
}

.description_section {
  padding: 70px 0 70px 0;
  background-color: #444444;
}

.description_section .description_section_block {
  background-color: #2C2C2C;
  color: #ffffff;
  padding: 50px 50px;
  border-radius: 10px;
}

.description_section .description_section_correcor .title {
  font-size: 40px;
  font-weight: 700;
}

.description_section .description_section_correcor ul {
  margin: 20px 0 40px 0;
  padding: 0;
}

.description_section .description_section_correcor ul li p {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 10px 0;
}

.description_section .description_section_correcor .button {
  background-color: #71C6DC;
  color: #000000;
  display: inline-flex;
  padding: 10px 25px;
  border-radius: 1000px;
  margin: 0 15px 0 0;
  font-weight: 300;
  cursor: pointer;
  transition: 0.3s;
}

.description_section .description_section_correcor .button:hover {
  padding: 10px 35px;
  box-shadow: 0 0 5px 0 #71C6DC;
}

.description_section .description_section_correcor .button_none_bcg {
  display: inline-flex;
  padding: 10px 25px;
  border-radius: 1000px;
  margin: 0 20px 0 0;
  border: 1px solid #71C6DC;
  color: #71C6DC;
  font-weight: 300;
  cursor: pointer;
  transition: 0.3s;
}

.description_section .description_section_correcor .button_none_bcg:hover {
  padding: 10px 35px;
  box-shadow: 0 0 5px 0 #71C6DC;
  background-color: #71C6DC;
  color: #000000;
}

.description_section .description_section_correcor .buttons {
  display: flex;
  flex-direction: row;
}

.description_section .image_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.description_section .image_block .image {
  color: #71C6DC;
  width: 150px;
}

.ComandsSwiper .slide_block {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.ComandsSwiper .slide_block .plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #71C6DC;
  color: #000000;
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.ComandsSwiper .slide_block:hover .plus {
  width: 45px;
  height: 45px;
  box-shadow: 0 0 5px 0 #71C6DC;
}

.ComandsSwiper .slide_block .bcg_dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 30px;
  color: #ffffff;
}

.ComandsSwiper .slide_block:hover .bcg_dark {
  opacity: 1;
}

.comands_section {
  padding: 0 0 100px 0;
  background-color: #444444;
}

.comands_section .title_section {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #71C6DC;
  font-weight: 300;
  font-size: 34px;
}

.desc_why_block {
  /* background-color: #2C2C2C; */
  background-color: rgba(0, 0, 0, 0.8);
  padding: 50px 40px;
  border-radius: 10px;
  background-image: url(https://avatars.mds.yandex.net/get-altay/1348156/2a00000164f798a3dfe166af7f587514f194/XXL_height);
  background-size: cover;
  background-blend-mode: color;
}

.desc_why_section {
  background-color: #444444;
}

.desc_why_section p {
  line-height: 1.1;
}

.desc_why_section .right_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.desc_why_section .numbers_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.desc_why_section .numbers_block .number_block {
  color: #ffffff;
  margin: 0 0 50px 0;
}

.desc_why_section .numbers_block .number_block .title {
  font-size: 36px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.desc_why_section .numbers_block .number_block .text {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  /* margin: 0 -2px 0 0; */
}

.desc_why_section .numbers_block .number_block .desc {
  font-size: 14px;
  font-weight: 300;
}

.desc_why_section .numbers_block .number_block .title .number {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  font-size: 50px;
}

.desc_why_section .right_block .all_about_company {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.desc_why_section .right_block .all_about_company .text_block {
  text-align: end;
  color: #ffffff;
  font-size: 12px;
}

.desc_why_section .right_block .all_about_company .text_block .title {
  font-size: 14px;
}

.desc_why_section .right_block .all_about_company .arrow_block {
  width: 60px;
  height: 60px;
  background-color: #71C6DC;
  color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  margin: 0 0 0 20px;
  transition: 0.3s;
  cursor: pointer;
}

.desc_why_section .right_block .all_about_company .arrow_block:hover {
  box-shadow: 0 0 5px 0 #71C6DC;
  transform: scale(1.1);
}

.desc_why_section .right_block .all_about_company .arrow_block svg {
  width: 20px;
  height: 20px;
}

.desc_why_section .desc_why_block .text_block_left .title {
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  margin: 0 0 30px 0;
}

.desc_why_section .desc_why_block .text_block_left .desc {
  font-weight: 300;
  color: #ffffff;
  font-size: 24px;
  width: 70%;
  margin: 0 0 30px 0;
}

.desc_why_section .desc_why_block .text_block_left .small_desc {
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  width: 80%;
  margin: 0 0 30px 0;
}

.FAO_section {
  padding: 60px 0 0 0;
  background-color: #444444;
}

.FAO_section .title_section {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #71C6DC;
  font-weight: 300;
  font-size: 34px;
}

.form_section {
  padding: 70px 0 0 0;
  background-color: #444444;
}

.form_section .form_section_block {
  padding: 60px 50px;
  /* background-color: #444444; */
  border-radius: 10px;
  /* background-position: bottom -50px right -50px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: color;
}

.form_section .title {
  font-size: 50px;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.form_section .form_section_block .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
}

.form_section .form_section_block .input_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 0 0;
}

.form_section .form_section_block .input_block .block {
  margin: 0 30px 0 0;
  padding: 10px 30px;
  border-radius: 1000px;
  outline: none;
  border: 0;
}

.form_section .form_section_block .input_block .phone {
  width: 250px;
}

.form_section .form_section_block .input_block .submit {
  border: 1px solid #71C6DC;
  color: #71C6DC;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: 0.3s;
}

.form_section .form_section_block .input_block .submit:hover {
  background-color: #71C6DC;
  color: #000000;
  padding: 10px 40px;
  box-shadow: 0 0 5px 0 #71C6DC;
}

.form_section .form_section_block .agreement {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
}

.form_section .form_section_block .agreement .text {
  margin: 0 0 0 10px;
  font-weight: 300;
}

.form_section .form_section_block .agreement a {
  color: #71C6DC;
  transition: 0.3s;
}

.form_section .form_section_block .agreement a:hover {
  text-decoration: underline;
}

.news_section {
  /* padding: 70px 0 50px 0; */
  background-color: #444444;
}

.news_section .title_section {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 300;
  font-size: 34px;
  color: #71C6DC;
}

.news_section .new_block {
  width: 95%;
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  background-blend-mode: color;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

.news_section .new_block:hover {
  box-shadow: 0 0 5px 0 #71C6DC;
}

.news_section .new_block .new_block_bcg_dark {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: 0.3s;
}

.news_section .new_block:hover .new_block_bcg_dark {
  opacity: 1;
}

.news_section .new_block .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 10px 0;
}

.news_section .new_block .button {
  color: #71C6DC;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.news_section .new_block .new_block_text_block {
  position: relative;
  z-index: 1100;
}

.news_section .more_button_block {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 30px 0 40px 0;
}

.news_section .more_button {
  padding: 10px 30px;
  background-color: #71C6DC;
  color: #000000;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  border-radius: 1000px;
  transition: 0.3s;
  cursor: pointer;
}

.news_section .more_button:hover {
  padding: 10px 50px;
  box-shadow: 0 0 0px 0 #71C6DC;
}

footer {
  background-color: #2C2C2C;
  padding: 50px;
}

footer .logo {
  width: 40px;
}

footer .decoration_line {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin: 30px 0 30px 0;
}

footer .social_blocks {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

footer .social_blocks .social_blocks_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 0 0;
}

footer .social_blocks .social_blocks_icons svg {
  color: #ffffff;
  width: 28px;
  height: 28px;
}

footer .social_blocks .social_blocks_icons .icon_block {
  margin: 0 10px 0 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 1000px;
}

footer .title {
  font-weight: 700;
}

footer a {
  font-size: 12px;
  font-weight: 300;
}

.swiper-pagination-bullet-active {
  background-color: #71C6DC !important;
}

.TopServicesSwiper .swiper-pagination {
  position: relative;
  top: 6px;
}

.steps_section {
  padding: 100px 0;
}

.ComandsSwiper .swiper-pagination {
  position: relative;
  top: 6px;
}

.accordion-button:focus {
  box-shadow: none;
}

.FAO_section .accordion-button {
  background-color: #2C2C2C;
  color: #EFFBF9;
  font-weight: 300;
  /* border: 1px solid #ffffff; */
}

.FAO_section .accordion-item {
  border: 1px solid #444444 !important;
}

.FAO_section .accordion-body {
  background-color: #2C2C2C;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 20px;
  /* padding: 0 16px 20px 16px; */
}

.FAO_section .accordion-button::after {
  color: #ffffff !important;
  display: none;
}

.FAO_section accordion-collapse {
  /* border: 1px solid #ffffff; */
}

.FAO_section .accordion-button:not(.collapsed) {
  box-shadow: 0 0 0px 0 #444444;
}

.check {
  cursor: pointer;
  position: relative;
  bottom: 5px;
  margin: 0 0 0 0px;
  /* margin: auto; */
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}

.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34, 50, 84, 0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #c8ccd4;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}

.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}

.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}

.check:hover:before {
  opacity: 1;
}

.check:hover svg {
  stroke: var(--accent-color, #71C6DC);
}

#cbx2:checked+.check svg {
  stroke: var(--accent-color, #71C6DC);
}

#cbx2:checked+.check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}

#cbx2:checked+.check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}

.modal_fixed {
  position: fixed;
  transform: translate(0%, -50%);
  top: 50%;
  right: 0;
  z-index: 9000;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  /* width: 0; */
}

.modal_fixed .block_icon {
  padding: 10px 0;
  border-bottom: 1px solid #71C6DC;
  border-top: 1px solid #71C6DC;
  border-left: 1px solid #71C6DC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  margin: 0 0 5px 0;
  width: 0px;
  transition: 0.3s;
  cursor: pointer;
}

.modal_fixed .block_icon:hover {
  background-color: #71C6DC;
}

.modal_fixed .block_icon:hover .icon {
  color: #000000;
}

.modal_fixed .block_icon:hover .text {
  color: #000000;
}

.modal_fixed .block_icon:hover svg {
  color: #000000;
}

.modal_fixed .block_icon .icon {
  color: #71C6DC;
  /* font-size: 14px; */
  /* font-weight: 700; */
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.modal_fixed .block_icon .text {
  color: #71C6DC;
  font-size: 10px;
  text-align: center;
  font-weight: 300;
  line-height: 1.1;
  margin: 5px 0 0 0;
}

.modal_fixed .block_icon svg {
  color: #71C6DC;
  width: 16px;
  height: 16px;
}

.modal_fixed .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal_fixed .close {
  color: #71C6DC;
  margin: 0 0 6px 0;
  /* padding: 5px; */
  border: 1px solid #71C6DC;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  transition: 0.3s;
  cursor: pointer;
}

.modal_fixed .close svg {
  width: 12px;
  height: 12px;
}

.modal_fixed .close:hover {
  background-color: #71C6DC;
}

.modal_fixed .close:hover svg {
  color: #000000;
}

.modal_form {
  position: fixed;
  width: 0dvw;
  height: 100%;
  /* background-color: #2C2C2C; */
  z-index: 15000;
  box-shadow: 0 0 2px 0 #ffffff;
  background: linear-gradient(135deg, #444444, #2C2C2C, #2C2C2C, #444444);
  /* background-color: rgb(0, 0, 0, 0.8); */
  background-blend-mode: color;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: 0.5s;
}

.modal_form .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  cursor: pointer;
}

.modal_form .content form {
  padding: 40px;
  color: #ffffff;
}

.modal_form .content form .input_block {
  margin: 0 0 30px 0;
}

.modal_form .content form .title_input_block {
  margin: 0 0 5px 0;
  font-weight: 300;
}

.modal_form .content form input {
  width: 40%;
  background-color: #444444;
  outline: none;
  border: none;
  border-radius: 100px;
  padding: 5px 10px;
  color: #ffffff;
}

.modal_form .content form textarea {
  width: 40%;
  background-color: #444444;
  outline: none;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  color: #ffffff;
}

.modal_form .content form select {
  width: 40%;
  background-color: #444444;
  outline: none;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  color: #ffffff;
}

.modal_form .content form .title {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.modal_form .content form .input_block .submit {
  border: 1px solid #71C6DC;
  color: #71C6DC;
  font-weight: 500;
  background-color: #2C2C2C;
  padding: 10px 10px;
  transition: 0.3s;
}

.modal_form .content form .input_block .submit:hover {
  background-color: #71C6DC;
  color: #000000;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.next_button_not_active {
  color: #2C2C2C !important;
  background-color: #434343 !important;
  border: 1px solid #434343 !important;
  cursor: default !important;
}

.next_button_not_active:hover {
  padding: 5px 20px !important;
}

.prew_section_services {
  height: 100dvh;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  /* background-color: #000000; */
  width: 100dvw;
  position: relative;
  z-index: 1300;
}

.prew_section_services .menu_block {
  position: fixed;
  top: 0;
  left: 8dvw;
  display: flex;
  flex-direction: row;
}

.prew_section_services .menu_block .menu_block_level_2 {
  background-color: #2C2C2C;
  width: 25dvw;
  height: 100dvh;
  padding: 40px 0px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.prew_section_services .menu_block .menu_block_level_2 .menu_block_level_2_main_podblock_2_icons .icons_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.prew_section_services .menu_block .menu_block_level_2 .menu_block_level_2_main_podblock_2_icons .icons_block .icon_block {
  margin: 0 10px 0 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 1000px;
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.prew_section_services .menu_block .menu_block_level_2 .menu_block_level_2_main_podblock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.prew_section_services .menu_block .menu_block_level_2 .menu_block_level_2_main_podblock .menu_points_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.prew_section_services .menu_block .menu_block_level_2 .menu_block_level_2_main_podblock .menu_points_block .menu_point_block {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
  margin: 0 0 20px 0;
}

.prew_section_services .menu_block .menu_block_level_2 .menu_block_level_2_main_podblock .title_menu {
  color: #ffffff;
  font-weight: 300;
  font-size: 30px;
  margin: 0 0 20px 0;
}

.prew_section_services .left_part_menu {
  background-color: #444444;
  position: relative;
  z-index: 10000000;
  height: 100%;
  width: 10dvw;
}

.left_part_prew_section_services {
  width: 100dvh;
  height: 8dvw;
  background-color: #444444;
  /* transform: rotate(90deg); */
  position: fixed;
  top: 50%;
  left: 4dvw;
  transform: translate(-50%, -50%) rotate(270deg);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  z-index: 10000;
}

.left_part_prew_section_services .points_menu_block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.left_part_prew_section_services .points_menu_block .point_menu_block {
  margin: 0 10px;
}

.left_part_prew_section_services .points_menu_block .point_menu_block .point_menu {
  font-size: 50px;
  font-weight: 300;
}

.left_part_prew_section_services p {
  color: #ffffff;
}

.left_part_prew_section_services .left_small_text_block {
  font-size: 12px;
  font-weight: 300;
}

.left_part_prew_section_services .logo_block {
  transform: rotate(90deg);
}

.left_part_prew_section_services .logo_block img {
  width: 40px;
}

.header_services_corrector {
  position: relative !important;
}

.prew_services_main_section {
  position: relative;
  z-index: 1500;
  width: 100dvw;
  height: 100%;
}

.prew_services_main_section .right_bcg {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #2C2C2C;
  height: 100%;
  width: 40%;
}

.prew_services_main_section .left_bcg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 60%;
}

.prew_services_main_section .left_block {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prew_services_main_section .ServicesNewsMainSwiper {
  width: 100%;
  height: 100%;
}

.prew_services_main_section .ServicesNewsMainSwiper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prew_services_main_section .ServicesNewsMainSwiper .swiper-slide .slide_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.prew_services_main_section .ServicesNewsMainSwiper .swiper-slide .slide_block .title {
  position: absolute;
  top: 50px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  width: 60%;
  line-height: 1.1;
}

.prew_services_main_section .ServicesNewsMainSwiper .swiper-slide .slide_block img {
  width: 150px;
  position: absolute;
  top: 50px;
  opacity: 0.3;
}

.prew_section_services_2 {
  height: auto !important;
}

.prew_section_services_2 .title_prew_block {
  position: relative;
  top: 60px;
}

.prew_section_services_2 .right_bcg {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  right: 0;
  bottom: 0;
  position: absolute;
}

.prew_section_services_2 .right_block {
  width: 100%;
  padding: 30px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.prew_section_services_2 .right_block .title_block {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.prew_section_services_2 .right_block .point_block {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 300;
}

.prew_section_services_2 .container_corrector {
  height: 100%;
}

.prew_section_services_2 .container_corrector .row {
  height: 100%;
}

.prew_section_services_2 .container_corrector .row .col_corrector_left {
  display: flex;
  align-items: flex-start;
  margin: 50px 0 0 0;
}

.prew_section_services_2 .container_corrector .row .col_corrector_right {
  display: flex;
  align-items: flex-start;
  margin: 50px 0 0 0;
}

.header_services_corrector {
  position: relative !important;
}

/*# sourceMappingURL=main.css.map */



.modal_fixed_left {
  color: #ffffff;
  position: fixed;
  transform: translate(-0%, -50%);
  top: 50%;
  left: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal_fixed_left .menu_block {
  height: 140px;
  width: 40px;
  /* border: 1px solid #71C6DC; */
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  border-top: 1px solid #71C6DC;
  border-right: 1px solid #71C6DC;
  border-bottom: 1px solid #71C6DC;
}

.modal_fixed_left .menu_block:hover {
  background-color: #71C6DC;
}

.modal_fixed_left .menu_block_active {
  background-color: #71C6DC;
}

.modal_fixed_left .close {
  color: #71C6DC;
  margin: 0 0 6px 0;
  /* padding: 5px; */
  border: 1px solid #71C6DC;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  right: 2px;
}

.modal_fixed_left .close svg {
  width: 12px;
  height: 12px;
}

.modal_fixed_left .close:hover {
  background-color: #71C6DC;
  color: #000000;
}




.modal_fixed_left .burger {
  position: relative;
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: block;
  transform: scale(0.5);
}

.modal_fixed_left .burger input {
  display: none;
}

.modal_fixed_left .burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #71C6DC;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.modal_fixed_left .menu_block:hover .burger span {
  background: #000000;
}

.modal_fixed_left .menu_block_active .burger span {
  background: #000000;
}

.modal_fixed_left .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.modal_fixed_left .burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.modal_fixed_left .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.modal_fixed_left .burger input:checked~span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.modal_fixed_left .burger input:checked~span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.modal_fixed_left .burger input:checked~span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}













.modal_mobile_menu .burger {
  position: relative;
  width: 40px;
  height: 30px;
  background: transparent;
  cursor: pointer;
  display: block;
  transform: scale(0.7);
}

.modal_mobile_menu .burger input {
  display: none;
}

.modal_mobile_menu .burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #71C6DC;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
}

.modal_mobile_menu .menu_block:hover .burger span {
  background: #000000;
}

.modal_mobile_menu .menu_block_active .burger span {
  background: #000000;
}

.modal_mobile_menu .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.modal_mobile_menu .burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.modal_mobile_menu .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.modal_mobile_menu .burger input:checked~span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.modal_mobile_menu .burger input:checked~span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.modal_mobile_menu .burger input:checked~span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 28px;
  left: 5px;
}


















.main_modal_menu {
  width: 100dvw;
  height: 100dvh;
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: -100dvw;
  z-index: 9500;
}

.main_modal_menu .main_block {
  width: 100dvw;
  height: 100dvh;
  background-color: #2C2C2C;
  overflow-y: auto;
  transition: 0.3s;
}

.main_modal_menu .main_block .menu_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.main_modal_menu .main_block .main {
  padding: 60px 30px;
}

.main_modal_menu .main_block .menu_block .title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 25px 0;
  line-height: 1.1;
}

.main_modal_menu .main_block .menu_block .link {
  margin: 0 0 25px 0;
  font-size: 16px;
  color: rgb(255, 255, 255, 0.8);
  line-height: 1.1;
}

.main_modal_menu .main_block .icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 25px 0;
}

.main_modal_menu .main_block .icons .icon {
  /* background-color: #71C6DC; */
  border-radius: 1000px;
  border: 1px solid #71C6DC;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.3s;
}

.main_modal_menu .main_block .icons .icon:hover {
  background-color: #71C6DC;
}

.main_modal_menu .main_block .icons .icon svg {
  color: #71C6DC;
  transition: 0.3s;
}

.main_modal_menu .main_block .icons .icon:hover svg {
  color: #000000;
}

.main_modal_menu .main_block .appcional_info_block {
  color: rgb(255, 255, 255, 0.5);
  margin: 0 0 15px 0;
}

.main_modal_menu .main_block .privacy_text {
  font-size: 14px;
  color: rgb(255, 255, 255, 0.3);
  margin: 0 0 55px 0;
}

.main_modal_menu .main_block .author_privacy_text {
  font-size: 14px;
  color: rgb(255, 255, 255, 0.3);
}









.animated_element_show_top {
  transition: 0.8s;
  top: -50px;
  opacity: 0;
}

.animated_element_show_top_active {
  position: relative;
  top: 0px;
  opacity: 1;
}




















































.animated_element_show_top {
  transition: 0.8s;
  top: -50px;
  opacity: 0;
}

.animated_element_show_top_active {
  position: relative;
  top: 0px;
  opacity: 1;
}





.light_checkbkox_block_corrector {
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin: 0 0 25px 0;
  padding: 5px 15px 5px 10px;
  border-radius: 1000px;
  border: 1px solid #71C6DC;
  cursor: pointer;
  transition: 0.3s;
}

.light_checkbkox_block_corrector:hover {
  background-color: #71C6DC;
}

.light_checkbkox_block_corrector .text {
  margin: 0 0 0 8px;
  color: #71C6DC;
  transition: 0.3s;
}

.light_checkbkox_block_corrector:hover .text {
  color: #ffffff;
}

.light_checkbkox {
  /* position: absolute; */
  /* top: 10px; */
  /* right: 1%; */
  /* z-index: 9400; */
}


/* From Uiverse.io by Type-Delta */
/* a clone from joshwcomeau.com 
 * but this version runs on pure CSS
 */

.light_checkbkox .themeToggle {
  color: #71C6DC;
  opacity: 1;
  width: 25px;
  transition: 0.3s;
}

.light_checkbkox_block_corrector:hover .light_checkbkox .themeToggle {
  color: #ffffff;
}

.light_checkbkox .st-sunMoonThemeToggleBtn {
  position: relative;
  cursor: pointer;
}

.light_checkbkox .st-sunMoonThemeToggleBtn .themeToggleInput {
  opacity: 0;
  width: 100%;
  aspect-ratio: 1;
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
  transform: rotate(40deg);
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunMoon {
  transform-origin: center center;
  transition: inherit;
  transform: scale(1);
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunRay {
  transform-origin: center center;
  transform: scale(0);
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg mask>circle {
  transition: transform 0.64s cubic-bezier(0.41, 0.64, 0.32, 1.575);
  transform: translate(0px, 0px);
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunRay2 {
  animation-delay: 0.05s !important;
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunRay3 {
  animation-delay: 0.1s !important;
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunRay4 {
  animation-delay: 0.17s !important;
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunRay5 {
  animation-delay: 0.25s !important;
}

.light_checkbkox .st-sunMoonThemeToggleBtn svg .sunRay5 {
  animation-delay: 0.29s !important;
}

.light_checkbkox .st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg {
  transform: rotate(90deg);
}

.light_checkbkox .st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg mask>circle {
  transform: translate(16px, -3px);
}

.light_checkbkox .st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg .sunMoon {
  transform: scale(0.55);
}

.light_checkbkox .st-sunMoonThemeToggleBtn .themeToggleInput:checked+svg .sunRay {
  animation: showRay1832 0.4s ease 0s 1 forwards;
}

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

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



.press_center_section .back_button {
  background-color: #2C2C2C;
  color: #71C6DC;
  padding: 10px 20px;
  font-weight: 300;
  border-radius: 10px;
  display: inline-block;
  margin: 20px 0 0px 0;
  border: 1px solid #71C6DC;
  transition: 0.3s;
  cursor: pointer;
}

.press_center_section .back_button:hover {
  background-color: #71C6DC;
  color: #000000;
}





#authMessage {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%,0);
}


.bcg_navbar_two {
  background-color: rgb(0, 0, 0, 0) !important;
}



































































.loading_modal .demo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
}

.loading_modal {
  display: flex;
  justify-content: center;
  align-items: center;

}

.loading_modal_img {
  position: absolute;
  width: 100px;
  transform: scale(1.5);
  /* transform: translate(-50%, -50%); */
}


.loading_modal .circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.loading_modal .circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid rgba(113, 198, 220, 0.7);
  border-right: none;
  border-top: none;
  backgroudn-clip: padding;
  box-shadow: inset 0px 0px 10px rgba(113, 198, 220, 0.15);
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loading_modal .circle:nth-of-type(0) {
  transform: rotate(0deg);
}

.loading_modal .circle:nth-of-type(0) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.loading_modal .circle:nth-of-type(1) {
  transform: rotate(70deg);
}

.loading_modal .circle:nth-of-type(1) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.loading_modal .circle:nth-of-type(2) {
  transform: rotate(140deg);
}

.loading_modal .circle:nth-of-type(2) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.loading_modal .demo {
  -webkit-animation: spin 5s infinite linear;
  animation: spin 5s infinite linear;
}



























.loading_modal {
  position: fixed;
  top: 0;
  left: 0dvw;
  z-index: 20000;
  width: 100dvw;
  height: 100dvh;
  background-color: #2C2C2C;
  overflow: hidden;
  transition: 0.5s;
}





.loading_modal .demo {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
}

.loading_modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_modal_img {
  position: absolute;
  width: 70px;
  /* transform: translate(-50%, -50%); */
}


.loading_modal .circle {
  width: 100%;
  height: 100%;
  position: absolute;
}

.loading_modal .circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 5px solid rgba(113, 198, 220, 0.7);
  border-right: none;
  border-top: none;
  backgroudn-clip: padding;
  box-shadow: inset 0px 0px 10px rgba(113, 198, 220, 0.15);
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.loading_modal .circle:nth-of-type(0) {
  transform: rotate(0deg);
}

.loading_modal .circle:nth-of-type(0) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.loading_modal .circle:nth-of-type(1) {
  transform: rotate(70deg);
}

.loading_modal .circle:nth-of-type(1) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.loading_modal .circle:nth-of-type(2) {
  transform: rotate(140deg);
}

.loading_modal .circle:nth-of-type(2) .inner {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}


.loading_modal .demo {
  -webkit-animation: spin 5s infinite linear;
  animation: spin 5s infinite linear;
}



.df {
  display: flex;
}

.jc {
  justify-content: center;
}

.js {
  justify-content: flex-start;
}

.je {
  justify-content: flex-end;
}

.jb {
  justify-content: space-between;
}

.ja {
  justify-content: space-around;
}

.als {
  align-items: flex-start;
}

.alc {
  align-items: center;
}

.ale {
  align-items: flex-end;
}

.fdr {
  flex-direction: row;
}

.fdc {
  flex-direction: column;
}










.ymaps-layers-pane {
  filter: invert(100%);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}










.services_detail_section {
  background-color: #2C2C2C;
  padding: 190px 0 50px 0;
}

.services_detail_section p {
  margin: 0;
}

.services_detail_section ul {
  padding: 0;
  margin: 0;
}

.services_detail_section .services_detail_left_block {
  /* background-color: #2C2C2C; */
  width: 100%;
  position: sticky;
  top: 50px;
}

.services_detail_section .services_detail_left_block .point_block .title {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.5;
  /* margin: 0 0 20px 0; */
  margin: 0 0 15px 0;
  line-height: 1.1;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}

.services_detail_section .services_detail_left_block .point_block:hover .title {
  opacity: 1;
}

.services_detail_section .services_detail_left_block .active .title {
  opacity: 1;
}

.services_detail_section .detail_service_info_block .title {
  color: #ffffff;
  text-align: center;
  font-size: 34px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  line-height: 1.2;
}

.services_detail_section .back_button {
  background-color: #2C2C2C;
  color: #71C6DC;
  padding: 10px 20px;
  font-weight: 300;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 30px 0;
  border: 1px solid #71C6DC;
  transition: 0.3s;
  cursor: pointer;

}

.services_detail_section .back_button:hover {
  background-color: #71C6DC;
  color: #000000;
}

.services_detail_section .detail_service_info_block .content {
  color: #ffffff;
}


.services_detail_section .services_detail_left_block .point_block .title_section {
  color: #ffffff;
  cursor: default;
  font-size: 24px;
  opacity: 1;
  display: block;
  color: #71C6DC;
}




.clients_detail_section_corrector {
  padding: 190px 0 30px 0;
}

.clients_detail_section_corrector .logo {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  /* box-shadow: 0 0 5px 0 #71C6DC; */
  padding: 0px;
  margin: 20px 0 0 0;
  object-fit: contain;
  object-position: center;
  /* background-color: ; */
}

.clients_detail_section_corrector .logo_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 80px;
  margin: 0 0 30px 0;
}

.clients_detail_section_corrector .title_client_detail_text {
  margin: 15px 0 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  color: #71C6DC;
  text-transform: uppercase;
  text-align: center;
}


.press_center_section_detail_corrector {
  color: #ffffff;
}

.press_center_section_detail_corrector .image img {
  width: 100%;
  border-radius: 10px;
}

.press_center_section_detail_corrector .title {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.3;
}

.press_center_section_detail_corrector .small_info_block .date {
  margin: 15px 0 0 0;
}

.press_center_section_detail_corrector .content {
  /* margin: 40px 0 0 0; */
  margin: 10px 0 0 0;
  color: #ffffff;
}

/* 
background-color: #2C2C2C;
color: #71C6DC;
padding: 10px 20px;
font-weight: 300;
border-radius: 10px;
display: inline-block;
margin: 0 0 30px 0;
border: 1px solid #71C6DC;
transition: 0.3s;
cursor: pointer; */



.about_section {
  color: #ffffff;
}

.modal_mobile_menu {
  display: none;
}

.content img {
  border-radius: 10px;
}



.main_modal_menu .close_button_mobile {
  display: none;
  transition: 0.3s;
}

.back_button {
  text-align: center;
}

footer ul {
  /* margin: 0; */
  padding: 0;
}

.logo {
  fill: #71C6DC;
  width: 60px;
  height: 60px;
}




.storage_section {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  z-index: 3000;
}















.lawyers_section_detail_corrector {
  padding: 190px 0 30px 0;
  background-color: #2C2C2C;
}

.lawyers_section_detail_corrector .lawyer_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 25px 0;
  background-blend-mode: color;
  position: relative;
  /* background: linear-gradient(90deg, #000000, #2C2C2C); */
}

.lawyers_section_detail_corrector .lawyer_block_bcg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(180deg, rgb(0, 0, 0, 0.0), rgb(0, 0, 0, 0.0), #71C6DC);
  transition: 0.3s;
}

.lawyers_section_detail_corrector .lawyer_block .name_block .name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.lawyers_section_detail_corrector .lawyer_block .name_block_detail_corrector .name {
  text-align: start;
}

.lawyers_section_detail_corrector .lawyer_block .name_block_detail_corrector {
  padding: 10px 30px !important;
}

.lawyers_section_detail_corrector .lawyer_block .name_block .desc {}

.lawyers_section_detail_corrector .lawyer_block .name_block {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  padding: 30px;
  transition: 0.3s;
  width: 100%;
}

.lawyers_section_detail_corrector .lawyer_block:hover .name_block {
  bottom: 15px;
}

.lawyers_section_detail_corrector .lawyer_block {
  border: 1px solid #2C2C2C;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}

.lawyers_section_detail_corrector .lawyer_block:hover {
  box-shadow: 0 0 10px 0 rgb(254, 150, 101, 0.7);
}

.lawyers_section_detail_corrector .lawyer_block:hover .lawyer_block_bcg {
  opacity: 0.5;
}

.lawyers_section_detail_corrector .lawyer_block .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: 0.3s;
  opacity: 0;
}

.lawyers_section_detail_corrector .lawyer_block .buttons .button {
  font-size: 14px;
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  background-color: #2C2C2C;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px 0 0 0;
  border-radius: 10px;
}

.lawyers_section_detail_corrector .lawyer_block .buttons .button span {
  font-weight: 300;
}


.lawyers_section_detail_corrector .lawyer_block:hover .buttons {
  opacity: 1;
}


.lawyers_section_detail_corrector .lawyer_block .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #71C6DC;
  color: #000000;
  font-size: 12px;
  /* width: 100%;
  height: 100%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 500;
  z-index: 100;
  border: 1px solid #71C6DC;
  transition: 0.3s;
  opacity: 0;
}

.lawyers_section_detail_corrector .lawyer_block:hover .more {
  opacity: 1;
}

.lawyers_section_detail_corrector .lawyer_block:hover .more:hover {
  /* background-color: #2C2C2C; */
  /* color: #71C6DC; */
}

.lawyers_section_detail_corrector .lawyer_block_corrector {
  /* margin: 0 !important; */
  cursor: default;
}

.lawyers_section_detail_corrector .logo_block {
  top: 50px;
}

.lawyers_section_detail_corrector .lawyer_block .name_block {
  bottom: 10px;
}

.lawyers_section_detail_corrector .lawyer_block:hover .name_block {
  bottom: 10px;
}







/* 
.top_secrives_section {
  padding: 190px 0 0 0 !important;
} */

/* .services_section {
  padding: 30px 0 30px 0;
} */

.form_section {
  padding: 70px 0 70px 0;
}

.form_section .form_section_block {
  border: 1px solid #71C6DC;
  box-shadow: 0 0 2px 0 #71C6DC;
}

.services_detail_section .service_block {
  height: 250px !important;
}



.press_center_section_detail_corrector {
  background-color: #2C2C2C;
  padding: 190px 0 30px 0;
}

.press_center_section_detail_corrector .new_block {
  margin: 0 0 50px 0;
  cursor: pointer;
}

.press_center_section_detail_corrector .new_block .image img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.3s;
  border: 3px solid rgb(0, 0, 0, 0);
}

.press_center_section_detail_corrector .new_block:hover img {
  border: 3px solid #71C6DC;
}

.press_center_section_detail_corrector .new_block .text {
  margin: 0 0 0 35px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

.press_center_section_detail_corrector .new_block .text .title {
  color: #ffffff;
  font-size: 30px;
  transition: 0.3s;
  line-height: 1.1;
  margin: 0 0 5px 0;
}

.press_center_section_detail_corrector .new_block:hover .text .title {
  color: #71C6DC;
}

.press_center_section_detail_corrector .new_block .text .desc {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
  transition: 0.3s;
}

.press_center_section_detail_corrector .new_block:hover .text .desc {
  color: #71C6DC;
}

.press_center_section_detail_corrector .new_block:hover .text {
  left: 20px;
}

.press_center_section_detail_corrector .new_block .text>div {
  margin: 20px 0 0 0;
  transition: 0.3s;
}

.press_center_section_detail_corrector .new_block .text>div p {
  color: #ffffff;
  opacity: 0.3;
  transition: 0.3s;
}

.press_center_section_detail_corrector .new_block:hover .text>div p {
  color: #71C6DC;
  opacity: 0.5;
  /* transition: 0.3s; */
}



.about_section {
  padding: 190px 0 30px 0;
  background-color: #2C2C2C;
}








/* 
.top_secrives_section {
  padding: 190px 0 0 0 !important;
} */

.services_detail_section {
  padding: 30px 0 30px 0;
}

.form_section {
  padding: 70px 0 70px 0;
}

.form_section .form_section_block {
  border: 1px solid #71C6DC;
  box-shadow: 0 0 2px 0 #71C6DC;
}

.services_detail_section .service_block {
  height: 250px !important;
}







.services_detail_section {
  padding: 190px 0 30px 0 !important;
}

.services_detail_section .service_block {
  height: auto !important;
  /* background-color: rgb(0, 0, 0, 0.9) !important; */
  background-color: #2C2C2C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.services_detail_section .service_block .service_block_podblock {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 0 0 20px 0;
  width: 100%;
}

.services_detail_section .service_block_podblock .logo_certificates {
  width: 70px !important;
  height: 70px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  border-radius: 1000px;
}

.services_detail_section .service_block .service_block_podblock .logo_certificates {
  width: 10px;
  height: 10px;
}

.services_detail_section .service_block .title {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

.services_detail_section .service_block .scan {
  border-radius: 10px;
  width: 100% !important;
}

.services_section_list .service_block {
  height: 250px;
}





.clients_list_section {
  padding: 170px 0 30px 0 !important;
  background-color: #2C2C2C;
}

.clients_list_section .client_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 0 50px 0;
  position: relative;

}

.clients_list_section .client_block:hover {}

.clients_list_section .client_block .logo {
  border-radius: 10px;
  width: 100%;
  height: 100px;
  object-fit: contain;
  text-align: center;
  transition: 0.3s;
  padding: 10px;
}

.clients_list_section .client_block:hover .logo {
  box-shadow: 0 0 10px 0 #71C6DC;
}


.clients_list_section .client_block .text {
  text-align: center;
  color: #ffffff;
  margin: 15px 0 0 0;
  line-height: 1.2;
  font-size: 20px;
  transition: 0.3s;
  font-weight: 300;
}

.clients_list_section .client_block:hover .text {
  color: #71C6DC;
}

.clients_list_section .title_section {
  color: #71C6DC;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #71C6DC;
  font-weight: 300;
  font-size: 34px;
  margin: 0 0 40px 0;
}

.clients_list_section .client_block .more_button {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55px;
  background-color: #71C6DC;
  border-radius: 10px;
  padding: 5px 15px;
  transition: 0.3s;
  opacity: 0;
}

.clients_list_section .client_block:hover .more_button {
  top: 52px;
  opacity: 1;
}

.clients_detail_section_corrector .logo_block .back_button {
  position: relative;
  top: 5px;
}







.contacts_section {
  padding: 190px 0 30px 0;
  background-color: #2C2C2C;
}

.contacts_section iframe {
  border-radius: 10px;
}

.contacts_section .contacts_block {
  color: #ffffff;

}

.contacts_section .contacts_block .contact_block {
  margin: 0 0 20px 0;
}

.contacts_section .contacts_block .contact_block .title {
  font-size: 20px;
}

.contacts_section .contacts_block .contact_block .value {
  color: #71C6DC;
}
































@media (max-width:767px) {
  .prew_section .title_prew_block .button {
    text-align: center;
  }

  header {
    /* display: none; */
  }

  html {
    overflow-x: hidden;
  }

  .prew_section .title {
    font-size: 34px;
  }

  .modal_fixed_left {
    display: none;
  }

  .prew_section .title_prew_block .block p {
    text-align: center;
  }

  .prew_section .title_prew_block .blocks .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .prew_section .container_corrector .title_prew_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .prew_section .title_prew_block .button {
    font-size: 12px;
    padding: 15px 30px;
  }

  .prew_section {
    top: 10dvh;
  }

  .modal_fixed {
    display: none;
  }

  .d_none_mobile {
    display: none;
  }

  .quest_section .quest_block .quest_text {
    flex-direction: column;
  }

  .quest_section .quest_block .quest_text .text {
    line-height: 1.2;
    margin: 15px 0 0 0px;
  }

  .quest_section .quest_block .answers_block {
    flex-direction: column;
  }

  .quest_section .quest_block .answers_block .answer_block {
    height: 80px;
    margin: 0 0 15px 0;
  }

  .quest_section .quest_block {
    padding: 40px 50px 70px 50px;
  }

  .quest_section .title {
    line-height: 1.2;
  }

  .quest_section .quest_block .progressbar .text {
    transform: translate(-50%, 50%);
    width: 100%;
    font-size: 10px;
  }

  .steps_section .step_block .step_podblock_img svg {
    width: 80px;
    margin: 0 0 0 0px;
  }

  .steps_section .step_block .title {
    font-size: 22px;
  }

  .steps_section .step_block {
    margin: 0 0 30px 0;
  }

  .description_section .description_section_correcor .title {
    font-size: 34px;
    line-height: 1.2;
  }

  .description_section .description_section_correcor .buttons {
    flex-direction: column;
  }

  .description_section .description_section_correcor .button {
    text-align: center;
    margin: 0 0 20px 0;
    display: block;
  }

  .description_section .description_section_correcor .button_none_bcg {
    text-align: center;
    line-height: 1.2;
    margin: 0;
    justify-content: center;
  }

  .desc_why_section .desc_why_block .text_block_left .small_desc {
    width: 100%;
  }

  .desc_why_section .desc_why_block .text_block_left .desc {
    width: 100%;
    font-size: 20px;
  }

  .desc_why_section .desc_why_block .text_block_left .title {
    font-size: 32px;
  }

  .FAO_section .title_section {
    line-height: 1.2;
  }

  .form_section .form_section_block {
    padding: 40px 30px;
  }

  .form_section .title {
    font-size: 24px;
  }

  .form_section .form_section_block .input_block {
    flex-direction: column;
  }

  .form_section .form_section_block .input_block .block {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .form_section .form_section_block .agreement .text {
    line-height: 1.2;
    font-size: 14px;
  }

  .form_section .form_section_block .agreement {
    margin: 10px 0 0 0;
  }

  .description_section .description_section_block {
    padding: 40px 30px;
  }

  .news_section .new_block {
    width: 100%;
    height: 200px;
    margin: 0 0 30px 0;
  }

  .news_section .more_button_block {
    margin: 0 0 40px 0;
  }

  .prew_section .title_prew_block .button:hover {
    padding: 20px 35px;
  }

  .services_section .service_block .title {
    font-size: 20px;
  }

  .services_detail_section .detail_service_info_block .title {
    text-align: start;
  }

  .clients_list_section .title_section {
    text-align: center;
  }

  .podmenu_menu_block_header {
    display: none;
  }

  .main_menu_block_header .text_link {
    margin: 0;
  }

  .main_menu_block_header .logo_block .desc {
    display: none;
  }

  .main_menu_block_header .geo_block {
    display: none;
  }

  .main_menu_block_header .download_block .button {
    display: none;
  }

  .main_menu_block_header .online_block {
    display: none;
  }

  .main_menu_block_header .phone_block {
    display: none;
  }

  .press_center_section_detail_corrector .new_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new_block .text .title {
    font-size: 24px !important;
  }

  .new_block .text {
    margin: 15px 10px 0 10px !important;
  }

  .new_block .text .desc {
    display: none;
  }

  .press_center_section_detail_corrector .title {
    font-size: 24px;
  }

  .press_center_section_detail_corrector .image img {
    margin: 15px 0 0 0;
  }

  .press_center_section_detail_corrector .content {
    margin: 10px 0 0 0;
  }

  .lawyers_section .lawyer_block {
    height: 200px !important;
  }

  .lawyers_section_detail_corrector .lawyer_block_corrector {
    height: 400px !important;
  }

  .contacts_section .contacts_block {
    margin: 10px 0 0 0;
  }

  .contacts_section .contacts_block .contact_block {
    text-align: center;
  }

  .form_section {
    padding: 30px 0 30px 0 !important;
  }

  .wrap {
    top: 35px;
  }

  .top_secrives_section .title_section {
    line-height: 1.2;
  }

  .modal_mobile_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    width: 100%;
    /* background-color: #2C2C2C; */
    background: linear-gradient(135deg, #444444, #2C2C2C, #2C2C2C, #444444);
    position: fixed;
    bottom: 0;
    z-index: 9400;
    box-shadow: 0 0 2px 0 #71C6DC;
    padding: 0 30px;
    color: #ffffff;
  }

  .modal_mobile_menu .menu_icon {
    color: #ffffff;
  }

  .modal_mobile_menu .logo img {
    height: 40px;
  }

  .description_section {
    padding: 0px 0 50px 0 !important;
  }

  .steps_section {
    padding: 50px 0 10px 0 !important;
  }

  .news_section {
    padding: 10px 0 20px 0;
  }

  .desc_why_block {
    padding: 40px 30px;
  }

  .comands_section {
    padding: 0 0 50px 0;
  }

  .top_secrives_section {
    padding: 0px 0 50px 0;
  }

  .main_modal_menu .main_block .main {
    padding: 0 20px !important;
  }

  .main_modal_menu .main_block .menu_block .title {
    font-size: 30px;
  }

  .main_modal_menu .main_block .menu_block .link {
    margin: 0 0 15px 0;
    font-size: 14px;
    display: inline-block;
  }

  .main_modal_menu .main_block {
    padding: 40px 0 40px 0;
  }

  .main_modal_menu .close_button_mobile svg {
    width: 20px;
    height: 20px;
  }

  .main_modal_menu .close_button_mobile {
    display: flex;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #71C6DC;
    border-radius: 10px;
    padding: 5px;
  }

  section {
    margin: -1px 0 0 0;
  }

  .light_checkbkox_block_corrector .text {
    font-size: 14px;
  }

  .main_modal_menu .main_block .menu_block .title {
    margin: 0 0 15px 0;
  }


  .modal_form .content form input {
    width: 100%;
  }

  .modal_form .content form textarea {
    width: 100%;
  }

  .modal_form .content form select {
    width: 100%;
  }

  .press_center_section .back_button {
    width: 100%;
  }

  .services_detail_section {
    padding: 90px 0 30px 0 !important;
  }

  .services_detail_section .detail_service_info_block .title {
    font-size: 28px;
  }

  .services_detail_section .detail_service_info_block .title {
    margin: 0 0 20px 0;
  }

  .about_section {
    padding: 90px 0 30px 0 !important;
  }

  .clients_list_section {
    padding: 90px 0 30px 0 !important;
  }

  .services_section {
    padding: 90px 0 30px 0 !important;
  }

  .press_center_section {
    padding: 90px 0 30px 0 !important;
  }

  .lawyers_section {
    padding: 90px 0 30px 0 !important;
  }

  .clients_detail_section_corrector .logo_block {
    margin: 0;
  }

  .services_detail_section .detail_service_info_block .title {
    text-align: center;
    margin: 0;
  }

  .contacts_section {
    padding: 90px 0 30px 0 !important;
  }

  footer .logo {
    display: none;
  }

  footer .decoration_line {
    display: none;
  }

  footer .title_li {
    margin: 10px 0 0 0;
  }

  footer ul {
    margin: 0;
  }

  footer {
    padding: 50px 30px 100px 30px;
  }

  footer .social_blocks .text {
    margin: 0 0 5px 0;
  }

  .content img {
    width: 100% !important;
  }

  .services_detail_section .detail_service_info_block .title {
    margin: 0 0 20px 0;
  }
}



.reg_section {
  height: 100dvh;
  position: relative;
  z-index: 1500;
  color: #ffffff;
}

.reg_section form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reg_section .form_block {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reg_section .text {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 14px;
  display: none;
}

.reg_section .input_block {
  margin: 10px 0 0 0;
}

.reg_section input {
  border-radius: 10px;
  border: 1px solid #71C6DC;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 10px 10px;
  outline: none;
  color: #71C6DC;
  font-size: 14px;
  width: 300px;
  text-align: center;
}

.reg_section .submit {
  background-color: #71C6DC;
  color: #000000;
  cursor: pointer;
  transition: 0.3s;
}

.reg_section .submit:hover {
  background-color: rgb(0, 0, 0, 0.9);
  color: #71C6DC;
}

.reg_section .title {
  font-size: 24px;
  font-weight: 300;
}

.reg_section .buttons {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 300px;
}

.reg_section .button {
  align-items: center;
  border-radius: 10px;
  border: 1px solid #71C6DC;
  background-color: rgb(0, 0, 0, 0.6);
  padding: 10px 10px;
  outline: none;
  color: #71C6DC;
  font-size: 14px;
  width: 49%;
  margin: 10px 0 0 0;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.reg_section .button:hover {
  background-color: #71C6DC;
  color: #000000;
}