@charset "UTF-8";

* {
  font-family: "Noto Sans", sans-serif;
}

body {
  overflow-x: hidden;
  width: 100dvw;
}

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

body::-webkit-scrollbar-track {
  background: #ffffff;
  /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background-color: #4D68C1;
  /* цвет плашки */
  /* закругления плашки */
  /* padding вокруг плашки */
}

.core_main_page {
  /* overflow-x: hidden;
  width: 100dvw; */
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header {
  background-color: #ffffff;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
}

header .header_block .logo_block img {
  width: 100px;
}

header .header_block_border {
  /* border-bottom: 1px solid #000000; */
  border-bottom: solid 1px rgba(18, 20, 28, 0.2);
  padding: 10px 0;
}

header .header_block_podblock {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  height: 38px;
  overflow: hidden;
}

header .contacts_block {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}

header .contacts_block a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header .contacts_block a svg {
  margin-right: 10px;
  color: #4D68C1;
}

header .header_block_podblock .header_block_podblock_block {
  position: relative;
}

header .header_block_podblock .header_block_podblock_block .header_block_podblock_block_podblock {
  background-color: #ffffff;
  position: absolute;
  border: 0px solid #000000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

header .header_block_podblock .header_block_podblock_block .header_block_podblock_block_podblock .point_block {
  width: 100%;
  white-space: nowrap;
  font-size: 12px;
}

header .header_block_podblock .header_block_podblock_block .header_block_podblock_block_podblock .point_block a {
  width: 100%;
  display: flex;
}

header .header_block_podblock a {
  font-size: 12px;
  padding: 10px 10px;
  transition: 0.3s;
  display: flex;
}

header .header_block_podblock a:hover {
  background-color: #4D68C1;
  color: #ffffff;
}

header a {
  color: #000000;
  transition: 0.3s;
}

header a:hover {
  color: #4D68C1;
}

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

header .header_block .list_block ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header .header_block .list_block ul li {
  margin: 0 10px;
}

.prew_section {
  padding: 125px 0 80px 0;
  height: 100svh;
}

.prew_section .container_prew_corrector {
  height: 100%;
}

.prew_section .container_prew_corrector .row {
  height: 100%;
  display: flex;
  align-items: center;
}

.prew_section .container_prew_corrector .row .title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
}

.prew_section .container_prew_corrector .row .title .title_color {
  color: #4D68C1;
}

.prew_section .container_prew_corrector .row .title .title_color_2 {
  position: relative;
}

.prew_section .container_prew_corrector .row .desc {
  margin: 10px 0 0 0;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}

.prew_section .container_prew_corrector .row .desc .title_color {
  color: #4D68C1;
  font-weight: 500;
}

.prew_section .container_prew_corrector .row .button_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin: 40px 0 0 0;
}

.prew_section .container_prew_corrector .row .button_block .button_block_more {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  right: -80px;
}

.prew_section .container_prew_corrector .row .button_block .button_block_more svg {
  margin: 0 15px 0 0;
}

.prew_section .container_prew_corrector .row .button_block .text {
  font-weight: 700;
}

.prew_section .container_prew_corrector .row .show_modal_button {
  padding: 15px 50px;
  /* background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%); */
  background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%);
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 1000px;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}

.prew_section .container_prew_corrector .row .show_modal_button:hover {
  padding: 15px 60px;
}

.portfolio_section {
  margin: 70px 0 120px 0;
}

.portfolio_section .button_more_block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.portfolio_section .button_more {
  text-align: center;
  margin: 35px 0 0 0;
  border-radius: 10px;
  padding: 10px 30px;
  background-color: #4D68C1;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid #4D68C1;
  cursor: pointer;
}

.portfolio_section .button_more:hover {
  background-color: #ffffff;
  color: #4D68C1;
  padding: 10px 40px;
}

.portfolio_section .portfolio_block_active {
  color: #4D68C1;
  border: 1px solid #4D68C1 !important;
}

.portfolio_section .title_section {
  font-size: 28px;
  line-height: 1;
  text-align: center;
  margin: 0 0 40px 0;
}

.portfolio_section .portfolio_block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px;
  transition: 0.3s;
  border: 1px solid rgb(0, 0, 0, 0.2);
  /* box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16); */
  cursor: pointer;
  position: relative;
}

.portfolio_section .portfolio_block img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio_section .portfolio_block .tag {
  margin: 0 0 20px 0;
}

.portfolio_section .portfolio_block .title {
  font-weight: 700;
  font-size: 20px;
}

.portfolio_section .detail_portfolio_section_block {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px;
  transition: 0.3s;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  position: relative;
  margin: 25px 0 0 0;
}

.portfolio_section .detail_portfolio_section_block .title {
  font-size: 20px;
  color: #4D68C1;
  margin: 0 0 20px 0;
}

.portfolio_section .detail_portfolio_section_block .button {
  margin: 25px 0 0 0;
  text-transform: uppercase;
  padding: 10px 40px;
  border: 1px solid #4D68C1;
  border-radius: 10px;
  display: inline-block;
  transition: 0.3s;
  font-weight: 700;
  cursor: pointer;
  color: #4D68C1;
}

.portfolio_section .detail_portfolio_section_block .button:hover {
  background-color: #4D68C1;
  color: #ffffff;
}

.portfolio_section .image_detail_portfolio {
  height: 100%;
}

.portfolio_section .image_detail_portfolio img {
  background-color: #ffffff;
  border-radius: 20px;
  transition: 0.3s;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top;
}

.col_corrector_image_detail_portfolio {
  margin: 25px 0 0 0;
}

.row_down_portfolio_corrector .portfolio_block {
  margin: 25px 0 0 0;
}

.why_us_section {
  padding: 0px 0 30px 0;
  background-color: #F1F1F1;
}

.why_us_section .why_us_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 40px 0;
}

.why_us_section .why_us_block .text_block {
  margin: 0 0 0 20px;
}

.why_us_section .why_us_block .text_block .title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px 0;
}

.why_us_section .why_us_block .text_block .desc {
  font-size: 16px;
  width: 70%;
}

.why_us_section img {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 1000px;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  object-fit: contain;
  width: 105px;
  height: 105px;
}

.why_us_section .title_section {
  font-size: 28px;
  line-height: 1;
  text-align: left;
  margin: 0 0 20px 0;
  font-weight: 700;
  background-color: #ffffff;
  padding: 20px 30px;
  text-transform: uppercase;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  border-radius: 10px;
  position: relative;
  bottom: 30px;
}

.why_us_section .title_section span {
  font-style: italic;
}

.services_section {
  margin: 90px 0 50px 0;
}

.services_section .all_services_link {
  display: inline-block;
  margin: 50px 0 0 0;
  font-size: 20px;
  color: #4D68C1;
  font-weight: 700;
}

.services_section .block_link_button {
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 30px;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.services_section .block_link_button .title {
  font-weight: 500;
}

.services_section .block_link_button:hover {
  border: 2px solid #4D68C1;
  color: #4D68C1;
}

.services_section .service_detail_block {
  padding: 20px 20px;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  border-radius: 20px;
}

.services_section .service_detail_block .title {
  font-size: 24px;
}

.services_section .service_detail_block .bold_text {
  font-weight: 700;
  margin: 10px 0;
}

.services_section .service_detail_block .desc {
  margin: 0 0 10px 0;
}

.services_section .service_detail_block .price {
  margin: 10px 0 15px 0;
  font-size: 28px;
  color: #4D68C1;
  font-weight: 700;
}

.services_section .service_detail_block .buttons_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.services_section .service_detail_block .buttons_block .button_more {
  padding: 5px 20px;
  border-radius: 10px;
  border: 1px solid #4D68C1;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 15px 0 0;
  cursor: pointer;
  color: #4D68C1 !important;
  transition: 0.3s;
}

.services_section .service_detail_block .buttons_block .button_more:hover {
  padding: 5px 30px;
}

.services_section .service_detail_block .buttons_block .button_application {
  padding: 5px 20px;
  border-radius: 10px;
  color: #ffffff;
  background-color: #4D68C1;
  border: 1px solid #4D68C1;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.services_section .service_detail_block .buttons_block .button_application:hover {
  padding: 5px 30px;
}

.services_section .title_section {
  font-size: 40px;
  line-height: 1;
  text-align: left;
  font-weight: 700;
  margin: 0 0 40px 0;
}

.services_section .point_blocks {
  display: flex;
  flex-direction: column;
}

.services_section .point_blocks .point_block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin: 0 0 15px 0;
  transition: 0.3s;
}

.services_section .point_blocks .point_block .title {
  font-size: 20px;
  font-weight: 500;
}

.services_section .point_blocks .point_block svg {
  transition: 0.3s;
  /* display: none; */
}

.services_section .point_blocks .point_block_active {
  color: #4D68C1;
}

.services_section .point_blocks .point_block_active svg {
  color: #4D68C1 !important;
}


.way_section {
  padding: 80px 0 0 0;
}

.way_section .title_section {
  font-size: 40px;
  line-height: 1;
  text-align: left;
  margin: 0 0 40px 0;
}

.way_section .title_section span {
  font-weight: 700;
}

.way_section .arrow_step_block {
  height: 50px;
  width: 1px;
  border: 2px dashed #4D68C1;
}

.way_section .step_blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.way_section .step_block {
  padding: 20px 20px;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  border-radius: 20px;
  width: 100%;
}

.way_section .step_block .number_step {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.way_section .step_block .title {
  font-size: 20px;
  font-weight: 700;
  color: #4D68C1;
  margin: 0 0 15px 0;
}

.way_section .step_block .desc {
  font-size: 18px;
  margin: 0 0 15px 0;
  width: 70%;
  line-height: 1.4;
}

.way_section .step_block .time {
  font-size: 14px;
  font-style: italic;
}

.way_section .col_way_section_corrector {
  position: relative;
}

.way_section .box {
  width: 100%;
  top: 90px;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.way_section .box .button_application {
  text-align: center;
  border-radius: 10px;
  padding: 10px 30px;
  background-color: #4D68C1;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid #4D68C1;
  font-size: 14px;
  cursor: pointer;
}

.way_section .box .button_application:hover {
  padding: 10px 50px;
}

.way_section svg {
  scale: 0.8;
}

.reviews_section {
  padding: 120px 0 50px 0;
}

.reviews_section .small_text {
  text-align: center;
}

.reviews_section .small_text a {
  color: #4D68C1;
}

.reviews_section .title_section {
  font-size: 40px;
  text-align: center;
}

.reviews_section .title_section span {
  font-weight: 700;
}

.reviews_section .review_block {
  /* box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16); */
  padding: 15px 20px;
  border-radius: 20px;
  position: relative;
  /* margin: 30px 0 0 0; */
  border: 1px solid rgb(0, 0, 0, 0.2);
  margin: 0 0 1px 0;
}

.reviews_section .ReviewsSwiper {
  margin: 30px 0 0 0;
}

.reviews_section .ReviewsSwiper .button_more {
  color: #212529;
  cursor: pointer;
  transition: 0.3s;
}

.reviews_section .ReviewsSwiper .button_more:hover {
  color: #000000;
}

.reviews_section .review_block .title {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.reviews_section .review_block .desc {
  margin: 0 0 20px 0;
  height: 72px;
}

.reviews_section .review_block .down_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: self-end;
}

.reviews_section .review_block .down_block .author {
  font-size: 12px;
  width: 50%;
  margin: 0 0 10px 0;
  height: 36px;
}

.clients_section .title_section {
  font-size: 28px;
  line-height: 1;
  text-align: left;
  margin: 0 0 40px 0;
}

.clients_section .title_section span {
  font-weight: 700;
}

.clients_section .client_block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px 0;
}

.clients_section .client_block .more_block {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  opacity: 0;
  background-color: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

.clients_section .client_block .more_block .title {
  font-weight: 700;
  margin: 0 0 20px 0;
}

.clients_section .client_block .more_block .text {
  font-size: 14px;
}

.clients_section .client_block .more_block:hover {
  opacity: 1;
}

.clients_section .client_block img {
  width: 50%;
}

.form_section {
  margin: 100px 0;
}

.form_section .title_section {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin: 0 0 60px 0;
}

.form_section .form_block {
  padding: 30px;
  border: double 7px rgba(0, 0, 0, 0.16);
}

.form_section .form_block .text {
  margin: 0px 0 40px 0;
  font-size: 18px;
  font-weight: 300;
}

.form_section .form_block .input_block {
  margin: 0 0 15px 0;
}

.form_section .form_block .input_block input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  padding: 20px 30px;
  border-radius: 1000px;
  font-weight: 300;
}

.form_section .form_block .input_block .input_submit {
  background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%);
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.p-canvas-webgl {
  background-blend-mode: color;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.fixed_modal .up_button {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: #ffffff;
  color: #4D68C1;
  border: 1px solid #4D68C1;
  cursor: pointer;
  transition: 0.3s;
}

.fixed_modal .application_button {
  position: fixed;
  right: 20px;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  background-color: #ffffff;
  color: #4D68C1;
  border: 1px solid #4D68C1;
  cursor: pointer;
  transition: 0.3s;
}

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



.ui-to-top {
  display: none;
}

footer {
  padding: 40px 0;
  background-color: #1B1929;
}

footer * {
  color: #ffffff;
}

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

footer a {
  font-weight: 700;
  font-size: 14px;
}

footer .footer_decoration_line {
  margin: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  width: 100%;
}

footer .footer_networks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer .footer_networks a {
  margin: 0 10px;
}

footer .footer_networks a img {
  width: 30px;
}




#scrollDownIndicator {
  position: absolute;
}

#scrollUpIndicator {
  position: absolute;
}


.loader_modal {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  background-color: #ffffff;
  z-index: 1000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
  top: 0;
}

.loader_modal img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  z-index: 10000;
  opacity: 0.45;
}



.loader {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(#f07e6e, #4D68C1, #5ad1cd);
  animation: animate 1.2s linear infinite;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#f07e6e, #4D68C1, #5ad1cd);
}

.loader span:nth-child(1) {
  filter: blur(5px);
}

.loader span:nth-child(2) {
  filter: blur(10px);
}

.loader span:nth-child(3) {
  filter: blur(25px);
}

.loader span:nth-child(4) {
  filter: blur(50px);
}

.loader:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #f1f1f1;
  border: solid white 10px;
  border-radius: 50%;
}



.form_modal {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 100000;
  display: none;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 0;
}

.form_modal .content {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  height: 100%;
}

.form_modal .content form {
  margin: 20px 0 0 0;
}

.form_modal .content form input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  padding: 20px 30px;
  border-radius: 1000px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

.form_modal .content form .submit {
  background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%);
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  transition: 0.3s;
}

.form_modal .content form .submit:hover {
  padding: 25px 30px;
}

.form_modal .content .title {
  /* font-size: 24px; */
  font-size: 1.6em;
  text-align: center;
  /* font-weight: 700; */
}

.form_modal .modal_window {
  /* width: 90%; */
  /* height: 95%; */
  height: auto;
  background-color: #ffffff;
  position: relative;
}

.form_modal .close {
  width: 32px;
  height: 32px;
  color: #000000;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}






.parallax_section {
  margin: 100px 0 30px 0;
}

.parallax-container {
  height: 350px;
  overflow: hidden;
  position: relative;
}

.parallax-bg {
  background-image: url('https://vostokt.ru//images/parallax-1.png');
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.parallax_section .content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #ffffff;
}

.parallax_section .content .content_block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.parallax_section .title {
  color: #ffffff;
  font-weight: 700;
  font-size: 34px;
  text-align: right;
  line-height: 1.3;
  margin: 0 0 30px 0;
}

.parallax_section .content .content_block .button {
  padding: 15px 30px;
  background-color: #4D68C1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%);
  border-radius: 1000px;
  cursor: pointer;
  transition: 0.3s;
}

.parallax_section .content .content_block .button:hover {
  padding: 15px 50px;
}































.survey_modal {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  background-color: rgb(0, 0, 0, 0.5);
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  opacity: 1;
}

.survey_modal .content {
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  height: 100%;
}

.survey_modal .content .right_text {
  padding: 40px;
  box-shadow: 0px 0px 16px 0px rgba(18, 20, 28, 0.16);
  /* border-radius: 5px; */
  font-size: 20px;
  height: 100%;
  width: 100%;
}

.survey_modal .content .left_block {
  width: 100%;
}

.survey_modal .content .title {
  font-size: 24px;
  display: inline-block;
  position: relative;
  left: 14px;
  /* font-weight: 700; */
}

.survey_modal .modal_window {
  width: 90%;
  height: 95%;
  background-color: #ffffff;
  position: relative;
  overflow-y: scroll;
}

.survey_modal .close {
  width: 32px;
  height: 32px;
  color: #000000;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}



.survey_modal .step__business-select {
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 100px;
  background: #e3ede3;
  max-width: 520px;
  height: 60px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  /* margin-bottom: 21px; */
  letter-spacing: inherit;
  word-spacing: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: calc(100% - 2em) 1.5em;
  background-size: .85em auto;
  /* background-image: url(../img/bus-arrow.svg); */
  cursor: pointer;
}

.survey_modal .step_1_textarea {
  display: block;
  -webkit-box-shadow: inset 1px 1px 6px rgba(30, 30, 30, .1);
  box-shadow: inset 1px 1px 6px rgba(30, 30, 30, .1);
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  background-color: rgba(255, 255, 255, .5);
  background-color: #fcfbfa;
  padding-left: 24px;
  padding-top: 15px;
  padding-right: 40px;
  min-height: 100px;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 166.666667%;
  width: 100%;
}

.survey_modal .step_1_input {
  width: 100%;
  height: 60px;
  -webkit-box-shadow: inset 1px 1px 6px rgba(30, 30, 30, .1);
  box-shadow: inset 1px 1px 6px rgba(30, 30, 30, .1);
  border-radius: 30px;
  border: 1px solid #dbdbdb;
  background-color: rgba(255, 255, 255, .5);
  background-color: #f9f7f4;
  padding-left: 34px;
}

.survey_modal .step_1_submit {
  /* margin-left: auto; */
  width: 90%;
  height: 75px;
  cursor: pointer;

  margin: 30px 0 0 0;

  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  border-radius: 100px;
  -webkit-box-shadow: inset 0 -1px 2px rgba(135, 198, 185, .4), inset 0 2px 5px rgba(255, 255, 255, .25), inset 0 -1px 5px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(255, 255, 255, .3);
  box-shadow: inset 0 -1px 2px rgba(135, 198, 185, .4), inset 0 2px 5px rgba(255, 255, 255, .25), inset 0 -1px 5px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(255, 255, 255, .3);
  border-radius: 38px;
  background-color: #78b9aa;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6abf5e), to(#abe3a3));
  background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%);
  border: none;
  -webkit-box-shadow: -11px 11px 30px rgba(151, 216, 141, .35), inset 0 -1px 2px rgba(255, 255, 255, .25);
  box-shadow: -11px 11px 30px rgba(151, 216, 141, .35), inset 0 -1px 2px rgba(255, 255, 255, .25);
  border-radius: 38px;
  background-color: rgba(108, 183, 98, .99);
  text-shadow: 0 1px 5px rgba(30, 30, 30, .15);
  z-index: 3;
  line-height: 138.888889%;
  letter-spacing: 1.2px;
}



.survey_modal .title_input {
  font-size: 25px;
  line-height: 160%;
  font-weight: 300;
  margin: 15px 0 10px 0;
  /* margin-bottom: 10px; */
}

.survey_modal .row_survey_modal_corrector {
  margin: 20px 0 20px 0;
}






.survey_modal .step_1 {
  display: none;
}





.survey_modal .modal_window::-webkit-scrollbar {
  width: 4px;
  /* ширина scrollbar */
}

.survey_modal .modal_window::-webkit-scrollbar-track {
  background: #ffffff;
  /* цвет дорожки */
}

.survey_modal .modal_window::-webkit-scrollbar-thumb {
  background-color: #4D68C1;
  /* цвет плашки */
  /* закругления плашки */
  /* padding вокруг плашки */
}



.survey_modal .step__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin-left: 0;
  padding-right: 0;
}

.survey_modal .step__checkbox label {
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.survey_modal .step__checkbox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  -webkit-transition: .2s;
  transition: .2s;
}



.survey_modal .input_block_final {
  width: 100%;
  padding: 15px 0;
  position: relative;
}

.survey_modal .input_block_final .text {
  width: 100%;
  font-size: 15px;
  border-radius: 44px;
  border: 1px solid #dbdbdb;
  background-color: #fcfbfa;
  height: 5em;
  font-weight: 300;
  color: #292929;
  -webkit-box-shadow: inset .09333em .09333em .4em 0 rgba(30, 30, 30, .1);
  box-shadow: inset .09333em .09333em .4em 0 rgba(30, 30, 30, .1);

  outline: none;
  padding: 0 30px;

}

.survey_modal .input_block_final .submit {
  top: 50%;
  right: 0;
  position: absolute;
  width: 50%;
  font-size: 15px;
  border-radius: 44px;
  border: 1px solid #dbdbdb;
  background-color: #fcfbfa;
  height: 5em;
  font-weight: 300;
  color: #292929;
  background-image: linear-gradient(to top, #6abf5e 0, #abe3a3 100%);
  transform: translate(0%, -50%);
  outline: none;

  font-size: 14px;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;

  letter-spacing: 1.2px;

}


















@supports (-webkit-appearance: none) or (-moz-appearance: none) {

  .survey_modal input[type='checkbox'],
  input[type='radio'] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, 0.3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  .survey_modal input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }

  .survey_modal input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }

  .survey_modal input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  .survey_modal input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  .survey_modal input[type='checkbox']:disabled+label,
  input[type='radio']:disabled+label {
    cursor: not-allowed;
  }

  .survey_modal input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }

  .survey_modal input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  .survey_modal input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }

  .survey_modal input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }

  .survey_modal input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }

  .survey_modal input[type='checkbox']+label,
  input[type='radio']+label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  .survey_modal input[type='checkbox']:not(.switch) {
    border-radius: 7px;
  }

  .survey_modal input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }

  .survey_modal input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }

  .survey_modal input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }

  .survey_modal input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  .survey_modal input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }

  .survey_modal input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  .survey_modal input[type='radio'] {
    border-radius: 50%;
  }

  .survey_modal input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }

  .survey_modal input[type='radio']:checked {
    --s: 0.5;
  }
}

.survey_modal ul {
  margin: 12px;
  padding: 0;
  list-style: none;
  width: 100%;
  /* max-width: 320px; */
}

.survey_modal ul li {
  margin: 16px 0;
  position: relative;
  display: flex;
  flex-direction: row;
}

.survey_modal ul li label {
  margin: 0 0 0 10px;
}


.survey_modal .step_line_progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #6abf5e;
  width: 16.66666%;
  transition: 0.3s;
}



header .header_mobile_block_menu {
  display: none;
}

.mobile_menu_block {
  display: none;
}




.prew_section .d_none_desktop_mobile_block {
  display: none;
}

.show_mobile_menu_js {
  cursor: pointer;
}

.PortfolioSwiper .swiper-button-next {
  position: relative;
  right: 30px;
}

.PortfolioSwiper .swiper-button-prev {
  position: relative;
  left: 30px;
}



.portfolio_section .container_corrector {
  position: relative;
}

.portfolio_section .swiper_button_next_1 {
  right: -40px;
}

.portfolio_section .swiper_button_prev_1 {
  left: -40px;
}

.portfolio_section_swiper_corrector {
  position: relative;
}

.swiper_pagination_2 {
  display: none;
}


.services_section .point_blocks .point_block svg {
  width: 25px;
  color: #212529;
}

.services_section .point_blocks .point_block {
  justify-content: flex-start;
}

.services_section .point_blocks .point_block .arrow {
  margin: 0 0 0 10px;
}

.swiper_pagination_1 {
  display: none;
}

.d_none_desktop {
  display: none;
}



.swiper_button_next_2 {
  display: none;
}

.swiper_button_prev_2 {
  display: none;
}




.form_message_line {
  position: fixed;
  z-index: 1000000;
  bottom: 30px;
  /* right: 0; */
  width: 0%;
  transition: 0.5s;
  overflow: hidden;
}

.form_message_line .form_message_line_block {
  background-color: #6abf5e;
  padding: 10px 50px;
  border-radius: 0 100px 100px 0;
  width: 100%;
}

.form_message_line .form_message_line_block p {
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}




@media(max-width:767px) {

  .services_section .point_blocks .point_block svg {
    display: flex;
  }

  .swiper_button_next_1 {
    display: none;
  }

  .swiper_button_prev_1 {
    display: none;
  }

  .swiper_button_next_2 {
    display: none;
  }

  .swiper_button_prev_2 {
    display: none;
  }

  .header_desctop_section {
    /* display: none; */
  }

  .prew_section .container_prew_corrector .row .button_block .button_block_more {
    display: none;
  }

  .prew_section .container_prew_corrector .row .title {
    font-size: 48px;
  }

  .prew_section .container_prew_corrector .row .show_modal_button {
    font-size: 14px;
    padding: 15px 25px;
  }

  header .header_block_podblock {
    display: none;
  }

  .prew_section .d_none_desktop_mobile_block {
    display: block;
  }

  .prew_section .d_none_mobile {
    display: none;
  }

  .portfolio_section .d_none_mobile {
    display: none;
  }

  .d_none_desktop {
    display: flex;
  }

  .d_none_mobile {
    display: none;
  }


  .prew_section {
    padding: 55px 0 80px 0;
  }

  .prew_section .container_prew_corrector .row .button_block {
    margin: 25px 0 0 0;
  }

  .why_us_section .why_us_block {
    flex-direction: column;
  }

  .why_us_section .why_us_block .text_block {
    margin: 0;
  }

  .why_us_section .why_us_block .text_block .desc {
    width: 100%;
  }

  .why_us_section .why_us_block .text_block .title {
    text-align: center;
  }

  .why_us_section .why_us_block .text_block .desc {
    text-align: center;
  }

  .why_us_section .why_us_block .text_block {
    margin: 20px 0 10px 0;
  }

  .parallax_section .content .content_block {
    width: 100%;
  }

  .parallax_section .title {
    font-size: 20px;
  }

  .parallax_section .content .content_block .button {
    text-align: center;
    font-size: 16px;
  }

  .way_section .d_none_mobile {
    display: none;
  }

  .reviews_section .title_section {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 25px 0;
  }

  footer .footer_block {
    flex-direction: column;
  }

  footer a {
    margin: 0 0 10px 0;
  }

  .form_section .title_section {
    margin: 0 0 40px 0;
  }

  .form_section {
    margin: 40px 0;
  }

  .form_section .form_block {
    padding: 20px;
  }

  .form_section .form_block .input_block input {
    padding: 15px 25px;
  }

  .form_section form .small_text {
    font-size: 12px;
    text-align: center;
  }

  .form_section .form_block .input_block .input_submit {
    font-size: 12px;
  }

  .form_section .form_block .text {
    margin: 0 0 35px 0;
    text-align: center;
  }

  .parallax-bg {
    background-blend-mode: color;
    background-color: rgb(0, 0, 0, 0.3);
  }

  .header_block .list_block {
    display: none;
  }

  .header_block .contacts_block {
    display: none;
  }

  header .header_mobile_block_menu {
    display: flex;
    position: relative;
    right: 5px;
  }

  header .header_mobile_block_menu svg {
    height: 32px;
    width: 32px;
  }

  .mobile_menu_block {
    display: flex;
    height: 100dvh;
    width: 0dvw;
    background-color: rgb(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100;
    transition: 0.5s;
    overflow: hidden;
  }

  .mobile_menu_block .menu {
    height: 100%;
    width: 90%;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
  }

  .mobile_menu_block .menu .close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
  }

  .mobile_menu_block .menu .logo_block img {
    width: 100px;
  }

  .mobile_menu_block .menu .contacts_block {
    position: absolute;
    bottom: 20px;
  }

  .mobile_menu_block .menu .menu_list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    height: 75dvh;
    overflow-y: scroll;
  }

  .mobile_menu_block .menu .menu_list .main_link_menu {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 700;
  }

  .mobile_menu_block .menu .menu_list .small_link_menu {
    margin: 0 0 15px 0;
    font-size: 14px;
    position: relative;
    left: 20px;
  }

  .portfolio_section .detail_portfolio_section_block .button {
    width: 100%;
    text-align: center;
    color: #4D68C1;
  }

  .services_section .point_blocks .point_block .title {
    font-size: 20px;
    font-weight: 500;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px 15px;
    width: 80%;
    border-radius: 10px;
  }

  .form_modal .content {
    padding: 30px 20px;
    font-size: 13px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .form_modal .content form input {
    margin: 0 0 10px 0;
  }

  .form_modal .content form .small_text {
    font-size: 10px;
  }

  .reviews_section .review_block .down_block {
    flex-direction: column;
  }

  .reviews_section .review_block {
    border-radius: 0;
  }

  .swiper_button_next_2 {
    display: none;
  }

  .swiper_button_prev_2 {
    display: none;
  }

  .reviews_section .review_block .down_block .author {
    width: 100%;
  }

  .form_modal .content .title {
    line-height: 1.2;
    margin: 0 0 5px 0;
    width: 90%;
    text-align: start;
    align-items: flex-start;
  }

  .form_modal .content form input {
    padding: 12px 30px;
  }

  .form_modal .content form {
    margin: 12px 0 0 0;
  }

  .row_mobile_reverse_corrector {
    flex-direction: column-reverse;
  }

  .prew_anime_block {
    margin: 0 0 5px 0;
  }

  .prew_section {
    padding: 45px 0 30px 0;
  }

  .fixed_modal .application_button {
    right: 10px;
    width: 40px;
    height: 40px;
    bottom: 80px;
  }

  .fixed_modal .up_button {
    right: 10px;
    width: 40px;
    height: 40px;
    bottom: 25px;
    right: 15px;
  }

  .prew_section .container_prew_corrector .row .button_block {
    display: inline-block;
  }

  .point_block_active .title {
    color: #212529;
  }

  .reviews_section .ReviewsSwiper {
    overflow: visible;
  }

  .swiper_pagination_2 {
    bottom: -30px !important;
    display: inline-block;
  }

  .services_section .all_services_link {
    margin: 20px 0 0 0;
  }

  .PortfolioSwiper {
    overflow: visible;
  }

  .portfolio_section .detail_portfolio_section_block {
    margin: 45px 0 0 0;
  }

  .swiper_pagination_1 {
    bottom: -28px !important;
    display: inline;
  }

  .fixed_modal {
    display: none;
  }

  .prew_section .container_prew_corrector .row {
    justify-content: center;
  }

  .core_main_page {
    overflow-x: hidden;
    width: 100dvw;
  }

  .parallax_section .title {
    text-align: center;
  }

  .loader_modal {
    display: none;
  }

  .header_mobile_block_menu {
    display: none;
  }

}


.id_elem_header_class_active {
  background-color: #4D68C1;
  color: #ffffff;
}

.mobile_icon_whatsapp {
  width: 50px;
  margin: 0 0 0 50px;
}