@font-face {
  font-family: "Corsa Grotesk";
  src: url("../../fonts/CorsaGrotesk-Thin.eot");
  src: local("Corsa Grotesk Thin"), local("CorsaGrotesk-Thin"), url("../../fonts/CorsaGrotesk-Thin.eot?#iefix") format("embedded-opentype"), url("../../fonts/CorsaGrotesk-Thin.woff2") format("woff2"), url("../../fonts/CorsaGrotesk-Thin.woff") format("woff"), url("../../fonts/CorsaGrotesk-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Corsa Grotesk";
  src: url("../../fonts/CorsaGrotesk-Regular.eot");
  src: local("Corsa Grotesk Regular"), local("CorsaGrotesk-Regular"), url("../../fonts/CorsaGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/CorsaGrotesk-Regular.woff2") format("woff2"), url("../../fonts/CorsaGrotesk-Regular.woff") format("woff"), url("../../fonts/CorsaGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.title_14 {
  font-size: 14px;
}
.title_20 {
  font-size: 20px;
}
.title_28 {
  font-size: 28px;
}
.title_32 {
  font-size: 32px;
}
.title_36 {
  font-size: 36px;
}
.title_40 {
  font-size: 40px;
}
.title_64 {
  font-size: 64px;
}
.title_75 {
  font-size: 75px;
}
.title_96 {
  font-size: 96px;
}
.title_128 {
  font-size: 128px;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

* {
  font-family: "Corsa Grotesk", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.container {
  max-width: 1664px;
  width: 81.29%;
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.br {
  display: none;
}

.basic_services {
  margin-top: 3vw;
}
.basic_services_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 4vw;
}
.basic_services_wrapper .title_64 {
  text-align: center;
}
.basic_services_wrapper_blocks {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
}
.basic_services_wrapper_blocks_inf {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.basic_services_wrapper_blocks_inf img {
  width: 100%;
}
.basic_services_wrapper_blocks_inf_text {
  display: flex;
  align-items: flex-end;
  padding: 0.7vw 1vw 0.9vw;
  justify-content: space-between;
}
.basic_services_wrapper_blocks_inf_text_btn {
  background: url("../../img/basic_services/btn3.svg") no-repeat white;
  background-size: cover;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  border: none;
}
.basic_services_wrapper_blocks_inf_text_btn:hover {
  cursor: pointer;
}
.basic_services_wrapper_blocks_inf_text_text {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
}
.basic_services_wrapper_blocks_inf_price {
  position: absolute;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 30px;
  width: 7.5vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27px;
  left: 34px;
}

.services_item_data {
  display: none;
}

.video {
  margin-top: 3vw;
}
.video_wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.video_wrapper h2 {
  text-align: center;
}
.video_wrapper_video {
  width: 100%;
  border-radius: 30px;
}
.video_wrapper_video video {
  width: 100%;
  margin: 0;
  border-radius: 30px;
}

.choice {
  margin-top: 120px;
}
.choice_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 70px;
}
.choice_wrapper_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
.choice_wrapper_text img {
  width: 60%;
}
.choice_wrapper_text_block {
  display: flex;
  flex-direction: column;
  width: 30%;
  border: 2px solid #4c4c4c;
  border-radius: 50px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.block1 {
  position: absolute;
  left: 0;
}

.block2 {
  position: absolute;
  top: 30%;
  left: 0;
}

.block3 {
  position: absolute;
  top: 60%;
  left: 0;
}

.block4 {
  position: absolute;
  bottom: -25%;
  left: 15%;
}

.block5 {
  position: absolute;
  bottom: -25%;
  right: 15%;
}

.block6 {
  position: absolute;
  top: 60%;
  right: 0;
}

.block7 {
  position: absolute;
  top: 30%;
  right: 0;
}

.block8 {
  position: absolute;
  right: 0;
}

.dopService {
  margin-top: 130px;
}
.dopService_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.dopService_wrapper_inf {
  width: 100%;
  display: grid;
  grid-template-columns: 65% 34%;
}
.dopService_wrapper_inf_text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.dopService_wrapper_inf_text_line1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dopService_wrapper_inf_text_line1_text {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 80% 20%;
  align-items: center;
  justify-content: space-around;
  justify-items: start;
}
.dopService_wrapper_inf_text_line1_text_color {
  line-height: 125%;
  font-weight: 700;
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dopService_wrapper_inf_text_line2 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.dopService_wrapper_inf_text_line2_text {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 10px;
}
.dopService_wrapper_inf_text_line2_text div {
  display: flex;
  gap: 25px;
}
.dopService_wrapper_inf_text_line2_table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.dopService_wrapper_inf_text_line2_table_text {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dopService_wrapper_inf_text_line2_table_text_color {
  display: flex;
  gap: 15px;
}
.dopService_wrapper_inf_img {
  display: flex;
  flex-direction: column;
  position: relative;
}
.dopService_wrapper_inf_img_1 {
  position: absolute;
  width: 60%;
  top: 10%;
  right: -18%;
}
.dopService_wrapper_inf_img_2 {
  position: absolute;
  width: 45%;
  top: 0;
}
.dopService_wrapper_inf_img_3 {
  position: absolute;
  width: 55%;
  top: 45%;
}
.dopService_wrapper_inf_img_4 {
  position: absolute;
  width: 25%;
  right: -8%;
  top: 60%;
}
.dopService_wrapper_inf_img_5 {
  bottom: 0;
  right: 0;
  width: 75%;
  position: absolute;
}

.follow {
  animation: follow 10s;
}

@keyframes follow {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.follow2 {
  animation: follow2 12s;
}

@keyframes follow2 {
  0% {
    display: none;
  }
  5% {
    display: block;
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.follow3 {
  animation: follow3 14s;
}

@keyframes follow3 {
  0% {
    display: none;
  }
  10% {
    display: block;
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.follow4 {
  animation: follow4 16s;
}

@keyframes follow4 {
  0% {
    display: none;
  }
  15% {
    display: block;
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.follow5 {
  animation: follow5 25s;
}

@keyframes follow5 {
  0% {
    display: none;
  }
  20% {
    display: block;
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
.workWith {
  margin-top: 3vw;
}
.workWith_wrapper h2 {
  text-align: center;
  margin-bottom: 4vw;
}
.workWith_wrapper_marquee .items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}
.workWith_wrapper_marquee .items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.workWith_wrapper_marquee .item {
  width: 14vw;
}
.workWith_wrapper_marquee .item img {
  width: 93%;
}
.workWith_wrapper_marquee .marquee {
  animation: scroll 60s linear infinite;
}
.workWith_wrapper_marquee .reverse {
  animation-direction: reverse;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.footer {
  background: #000;
  margin-top: 50px;
}
.footer_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
}
.footer_wrapper_text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer_wrapper_text span {
  text-align: start;
  color: #ffffff;
  font-size: 16px;
}
.footer_wrapper_span {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}
.footer_wrapper span {
  color: #ffffff;
}
.footer_wrapper_svg {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 23px 0 10px;
  cursor: pointer;
}

.text {
  position: relative;
}
.text_text {
  display: flex;
  background: linear-gradient(90deg, #2073ef 0%, #003882 100%);
  border-radius: 30px;
  width: 40%;
  color: #fff;
  justify-content: flex-end;
  padding: 0 40px;
  align-items: flex-end;
  position: absolute;
  bottom: -285px;
  left: -15%;
}

.sale {
  margin-top: 220px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  height: 236px;
}
.sale .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
  align-items: flex-end;
}
.sale .container img {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sale .container .sale_wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  gap: 30px;
}

.reviews {
  padding-top: 300px;
}
.reviews_wrapper {
  overflow: hidden;
  margin-top: 48px;
}
.reviews_field {
  display: flex;
}
.reviews_controls {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 23%;
  margin-top: 33px;
}
.reviews_controls .rotate {
  transform: rotate(180deg);
}
.reviews_counter {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.reviews_prev, .reviews_next {
  cursor: pointer;
}
.reviews_indicators {
  display: none;
}
.reviews_slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 10px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}
.reviews_slide_header {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}
.reviews_slide_header .title_14 {
  color: #666;
}
.reviews_slide_header img {
  width: 17%;
}
.reviews_slide_content {
  padding: 0 20px;
}
.reviews_slide_footer {
  padding: 11px 20px;
}
.reviews .title_64 {
  text-align: center;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
}
.header_wrapper_logo {
  width: 10%;
}
.header_wrapper_metla {
  width: 14%;
  height: 120px;
}
.header_wrapper_soc {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.7s;
}
.header_wrapper_soc a:hover {
  transform: scale(1.1);
  transition: 0.7s;
}
.header_wrapper_mail {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.7s;
}
.header_wrapper_mail_img {
  width: 20%;
}
.header_wrapper_mail a {
  margin-bottom: 10px;
}
.header_wrapper_mail a:hover {
  color: #017AF4;
  transition: 0.7s;
}

.header_wrapper_soc_dop {
  display: none;
}

.about {
  margin-top: 150px;
}
.about_wrapper {
  display: grid;
  grid-template-columns: 43% 53%;
  justify-content: space-between;
  justify-items: center;
}
.about_wrapper_block1 {
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  border-radius: 30px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-around;
}
.about_wrapper_block1 span {
  font-weight: 400;
  line-height: 125%;
  color: #fff;
}
.about_wrapper_block1_line {
  height: 4px;
  background: #fff;
  width: 100%;
}
.about_wrapper_block2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  justify-items: center;
  align-items: stretch;
  align-content: stretch;
}
.about_wrapper_block2 img {
  width: 100%;
}
.about_wrapper_block2 .counters_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_wrapper_block2 .counters_item div {
  font-weight: 400;
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq {
  margin-top: 100px;
  position: relative;
}
.faq .faq_wrapper_tabs_blocks_faqRotate {
  position: absolute;
  background: none;
  border: none;
  right: 2%;
  top: 45%;
  transform: rotate(180deg);
}
.faq .faq_wrapper_tabs_blocks_faq {
  position: absolute;
  background: none;
  border: none;
  left: 2%;
  top: 45%;
}
.faq_wrapper_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq_wrapper_tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq_wrapper_tabs_button {
  display: none;
}
.faq_wrapper_tabs_blocks {
  margin-top: 60px;
  margin-bottom: 60px;
}
.faq_wrapper_tabs_blocks_part img {
  width: 100%;
}

.faq_dop {
  background: #093964 !important;
  display: none;
}

.mySwiper {
  display: none;
}

.documents_faq {
  display: none;
}

.our_works {
  padding-top: 6.979vw;
}
.our_works_wrapper {
  margin: 2.083vw auto 0;
  width: 73.906vw;
  overflow: hidden;
}
.our_works_field {
  display: flex;
}
.our_works_slide img {
  width: 100%;
  height: 35.677vw;
}
.our_works_slide .twentytwenty-handle {
  height: 3.125vw;
  width: 3.125vw;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.562vw;
  margin-top: -1.562vw;
  border: none;
  border-radius: 100%;
  box-shadow: none;
  background-color: #0b4da9;
  background-image: url("../icons/divider_arrows.svg");
  background-position: right 50% top 50%;
  background-size: 2.395vw 1.197vw;
  background-repeat: no-repeat;
}
.our_works_slide .twentytwenty-handle span {
  display: none;
}
.our_works_slide .twentytwenty-handle:before, .our_works_slide .twentytwenty-handle:after {
  width: 0.104vw;
  margin-left: -0.052vw;
}
.our_works_slide .twentytwenty-handle:before {
  margin-bottom: 2.708vw;
}
.our_works_slide .twentytwenty-handle:after {
  margin-top: 2.708vw;
}
.our_works_controls {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.our_works_controls img {
  width: 1.458vw;
  height: 2.76vw;
}
.our_works .container {
  position: relative;
}
.our_works .title_64 {
  font-size: 3.333vw;
  text-align: center;
}
.our_works .rotate {
  transform: rotate(180deg);
}
.our_works .mobile {
  display: none;
}

@media (max-width: 992px) {
  .our_works {
    padding-top: 15.015vw;
  }
  .our_works_wrapper {
    display: none;
    margin: 7.207vw auto 0;
    width: 100%;
  }
  .our_works_slide_mobile img {
    height: 83.483vw;
  }
  .our_works_controls {
    display: none;
  }
  .our_works_indicators {
    display: flex;
    justify-content: center;
    margin-top: 7.207vw;
    border-radius: 15.015vw;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
  }
  .our_works_dot {
    height: 2.702vw;
    border-radius: 15.015vw;
    background: #fff;
    cursor: pointer;
  }
  .our_works_active {
    background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  }
  .our_works .title_64 {
    font-size: 7.207vw;
  }
  .our_works .mobile {
    display: block;
  }
}
.first {
  overflow: hidden;
  margin-bottom: -4px;
}
.first h1 {
  text-align: center;
  margin-bottom: 15px;
}
.first h1 b {
  text-align: center;
  background: linear-gradient(138deg, #2073ef 0%, #003882 99.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}
.first_wrapper_block3 {
  margin-bottom: 120px;
}
.first_wrapper_block3 img {
  width: 100%;
}
.first_wrapper_block2 img {
  width: 100%;
}
.first_wrapper_block {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 30px;
}
.first_wrapper_block img {
  width: 40%;
}
.first_wrapper_block_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: -30px;
}
.first_wrapper_block_text_text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
}
.first_wrapper_block_text_text div {
  border: 2px solid #4c4c4c;
  border-radius: 50px;
  padding: 10px;
  width: fit-content;
}
.first_wrapper_block_text_text_anim {
  animation: move 6s ease;
  -webkit-animation: move 6s ease;
}
.first_wrapper_block_text_text_anim2 {
  animation: move 8s ease;
  -webkit-animation: move 8s ease;
}
.first_wrapper_block_text_text_anim3 {
  animation: move 9s ease;
  -webkit-animation: move 9s ease;
}
.first_wrapper_block_text_text_anim4 {
  animation: move 10s ease;
  -webkit-animation: move 10s ease;
}

.btn {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, #2073ef 0%, #003882 100%);
  padding: 18px;
}
.btn_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn_wrapper span {
  width: 70%;
  color: #ffffff;
}

.button {
  border-radius: 50px;
  height: 74px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  text-align: center;
  color: #000;
  border: none;
  padding: 0 30px;
  cursor: pointer;
  transition: 0.7s;
}
.button_dop {
  font-size: 24px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  color: #fff;
  width: 70%;
}

.button:hover {
  transform: scale(1.1);
  transition: 0.7s;
}

@keyframes move {
  0% {
    position: relative;
    left: -200%;
  }
  10% {
    position: relative;
    left: -100%;
  }
  15% {
    position: relative;
    left: -50%;
  }
  20% {
    position: relative;
    left: 0;
  }
  100% {
    left: 0;
  }
}
.formConnection {
  margin-top: 120px;
}
.formConnection_wrapper {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.formConnection_wrapper .formConnection_form {
  width: 65%;
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.formConnection_wrapper .formConnection_form_title {
  font-size: 48px;
}
.formConnection_wrapper .formConnection_form_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 65%;
  /* with floating label */
}
.formConnection_wrapper .formConnection_form_block_chek {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}
.formConnection_wrapper .formConnection_form_block_soc {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.7s;
}
.formConnection_wrapper .formConnection_form_block_soc a:hover {
  transform: scale(1.1);
  transition: 0.7s;
}
.formConnection_wrapper .formConnection_form_block button {
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  border-radius: 50px;
  width: 100%;
  height: 99px;
  color: #fff;
  font-weight: 400;
}
.formConnection_wrapper .formConnection_form_block .text-field__input[type=search]::-webkit-search-decoration,
.formConnection_wrapper .formConnection_form_block .text-field__input[type=search]::-webkit-search-cancel-button,
.formConnection_wrapper .formConnection_form_block .text-field__input[type=search]::-webkit-search-results-button,
.formConnection_wrapper .formConnection_form_block .text-field__input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.formConnection_wrapper .formConnection_form_block .text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}
.formConnection_wrapper .formConnection_form_block .text-field__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}
.formConnection_wrapper .formConnection_form_block .text-field__input:disabled,
.formConnection_wrapper .formConnection_form_block .text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 {
  position: relative;
  width: 100%;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
  border: none;
  border-bottom: 1px solid #bdbdbd;
  line-height: 1.25;
  background: #e5e5e5;
  border-radius: 60px;
  width: calc(100% - 20px);
  height: 73px;
  padding: 0 10px;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:focus {
  outline: 0;
  border-bottom: 1px solid #03a9f4;
  box-shadow: none;
  background-color: #e5e5e5;
  padding: 0 10px;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input::-moz-placeholder {
  color: transparent;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input::placeholder {
  color: transparent;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:focus,
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:not(:placeholder-shown) {
  border-bottom: 1px solid #03a9f4;
}
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
.formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
  transform: scale(0.85) translateY(-0.75rem) translateX(1.15rem);
  color: #03a9f4;
}
.formConnection_wrapper_img {
  width: 49%;
  bottom: 0;
  position: absolute;
  left: -6%;
}

.survey {
  position: relative;
  display: none;
  position: fixed;
  z-index: 14;
  top: 0;
  width: 100%;
  height: 100%;
}
.survey_modal {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.937vw 2.916vw;
  width: 80.618vw;
  max-height: calc(95vh - 0.937vw - 0.937vw);
  border-radius: 1.562vw;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background: #f2fbfa;
}
.survey_modal .survey_wrapper:first-child {
  display: block;
}
.survey_top .title_40 {
  font-size: 2.083vw;
}
.survey_top .title_40 span {
  font-size: 3.333vw;
}
.survey_broom {
  position: absolute;
  top: 0;
  left: 57.708vw;
  width: 11.906vw;
}
.survey_vacuum {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 12.916vw;
}
.survey_close {
  position: absolute;
  top: 1.927vw;
  right: 1.927vw;
  width: 1.562vw;
}
.survey_wrapper {
  display: none;
}
.survey_content {
  display: flex;
  justify-content: space-between;
}
.survey_rooms {
  width: 25vw;
}
.survey_rooms_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.666vw;
  margin-top: 3.489vw;
  width: 100%;
}
.survey_rooms_item {
  width: calc(11.666vw - 4px);
  height: calc(8.593vw - 4px);
  border-radius: 0.52vw;
  background: #fff;
}
.survey_rooms_item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625vw;
  padding: 0 1.25vw;
  height: calc(100% - 4px);
  border: 2px solid #fff;
  border-radius: 0.52vw;
}
.survey_rooms_item > div * {
  text-align: center;
}
.survey_rooms_item > div .title_20 {
  font-size: 1.041vw;
  line-height: 1.041vw;
}
.survey_rooms_item > div .title_96 {
  font-size: 5vw;
  line-height: 5vw;
}
.survey_additionally {
  position: relative;
  z-index: 1;
  width: 46.51vw;
}
.survey_additionally_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.041vw 1.51vw;
  margin-top: 1.562vw;
  width: 100%;
}
.survey_additionally_item {
  width: calc(10.468vw - 4px);
  border-radius: 0.52vw;
}
.survey_additionally_item > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.416vw;
  margin-top: 0.468vw;
  padding: 0 0.729vw;
  height: calc(8.593vw - 4px);
  border: 2px solid #fff;
  border-radius: 0.52vw;
  background: #fff;
}
.survey_additionally_item > div * {
  text-align: center;
}
.survey_additionally_item > div img {
  width: 2.552vw;
  height: 2.552vw;
}
.survey_additionally_item > div .title_20 {
  font-size: 1.041vw;
  line-height: 1.041vw;
}
.survey_additionally_item > p {
  font-size: 1.041vw;
  text-align: center;
}
.survey_form_radio {
  position: absolute;
  visibility: hidden;
}
.survey_form_radio:checked + div {
  border: 2px solid #1966d8;
}
.survey_bottom {
  display: flex;
  gap: 6.666vw;
}
.survey_bottom_left {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  width: 35.416vw;
}
.survey_bottom_left img {
  width: 11.614vw;
}
.survey_bottom_right {
  width: 41.77vw;
}
.survey_bottom_right .title_20 {
  margin-top: 0.677vw;
  padding-left: 2.604vw;
  font-size: 1.041vw;
}
.survey_bottom_right .title_64 {
  margin-top: 1.875vw;
  font-size: 3.333vw;
}
.survey_date {
  display: flex;
  flex-direction: column;
  gap: 2.291vw;
  width: 29.687vw;
}
.survey_date_item {
  display: flex;
  flex-direction: column;
  gap: 1.927vw;
}
.survey_date_bottom {
  display: flex;
  align-items: center;
  gap: 2.916vw;
}
.survey_date_bottom img {
  width: 3.593vw;
  height: 3.593vw;
}
.survey_date input {
  width: 20.261vw;
}
.survey_data {
  width: 31.666vw;
}
.survey_data_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.041vw;
  margin-top: 2.031vw;
}
.survey_data .title_32 {
  text-align: center;
}
.survey_input {
  padding: 0.989vw 1.093vw;
  border: none;
  border-radius: 0.52vw;
  background: #fff;
  font-weight: 400;
  font-size: 1.041vw;
  color: #000;
  outline: none;
}
.survey_input::placeholder {
  font-weight: 400;
  font-size: 1.041vw;
  color: #000;
}
.survey_checkbox {
  position: absolute;
  z-index: -1;
}
.survey_label {
  display: flex;
  align-items: center;
  gap: 0.833vw;
  cursor: pointer;
}
.survey_label .title_14 {
  font-size: 0.729vw;
}
.survey_view {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.989vw;
  height: 0.989vw;
  border: 1px solid rgba(26, 103, 217, 0.3);
  border-radius: 0.104vw;
  background: #fff;
  transition: 0.3s;
}
.survey_icon {
  opacity: 0;
  transition: 0.3s;
  width: 0.677vw;
  height: 0.677vw;
  border-radius: 0.156vw;
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
}
.survey_checkbox:checked + .survey_view .survey_icon {
  opacity: 1;
}
.survey_checkbox:checked + .survey_view {
  border: 1px solid #1a67d9;
}
.survey .grad {
  background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.survey .title_32 {
  font-size: 1.666vw;
}
.survey .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22.968vw;
  border: none;
  border-radius: 2.6vw;
  transition: background-image 0.2s ease-in-out;
  text-align: center;
  font-weight: 400;
  font-size: 1.875vw;
  color: #fff;
  cursor: pointer;
}
.survey .button_shine {
  position: relative;
  padding: 1.197vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(143deg, #2073ef 0%, #003882 100%);
}
.survey .button_shine:hover {
  background-image: linear-gradient(143deg, #003882 0%, #2073ef 100%);
}
.survey .button_shine img {
  position: absolute;
  top: -2.239vw;
  right: -2.447vw;
  width: 7.083vw;
}

@media (max-width: 992px) {
  .survey_modal {
    padding: 7.575vw 6.06vw;
    width: calc(100% - 6.06vw - 6.06vw);
    max-height: calc(95vh - 7.575vw - 7.575vw);
    border-radius: 4.545vw;
  }
  .survey_top .title_40 {
    display: flex;
    flex-direction: column;
    font-size: 4.242vw;
  }
  .survey_top .title_40 span {
    font-size: 7.272vw;
  }
  .survey_broom, .survey_vacuum {
    display: none;
  }
  .survey_close {
    position: absolute;
    top: 4.545vw;
    right: 4.545vw;
    width: 4.545vw;
  }
  .survey_content {
    flex-direction: column;
    gap: 4.545vw;
    margin-top: 3.939vw;
  }
  .survey_rooms {
    width: 100%;
  }
  .survey_rooms_items {
    gap: 4.545vw 5.757vw;
    margin-top: 1.818vw;
  }
  .survey_rooms_item {
    width: calc(40.303vw - 4px);
    height: calc(23.333vw - 4px);
    border-radius: 3.03vw;
  }
  .survey_rooms_item > div {
    gap: 3.939vw;
    padding: 0 6.969vw;
    border-radius: 3.03vw;
  }
  .survey_rooms_item > div .title_20 {
    font-size: 3.636vw;
    line-height: 3.636vw;
  }
  .survey_rooms_item > div .title_96 {
    font-size: 6.06vw;
    line-height: 6.06vw;
  }
  .survey_additionally {
    margin-top: 4.545vw;
    width: 100%;
  }
  .survey_additionally_items {
    gap: 4.545vw 5.757vw;
    margin-top: 1.818vw;
  }
  .survey_additionally_item {
    width: calc(40.303vw - 4px);
    border-radius: 3.03vw;
  }
  .survey_additionally_item > div {
    gap: 1.515vw;
    margin-top: 2.121vw;
    padding: 0 4.545vw;
    height: calc(23.333vw - 4px);
    border-radius: 3.03vw;
  }
  .survey_additionally_item > div img {
    width: 6.666vw;
    height: 6.666vw;
  }
  .survey_additionally_item > div .title_20 {
    font-size: 3.636vw;
    line-height: 3.636vw;
  }
  .survey_additionally_item > p {
    font-size: 3.636vw;
  }
  .survey_bottom {
    flex-direction: column;
    gap: 5.757vw;
  }
  .survey_bottom_left {
    order: 1;
    justify-content: center;
    width: 100%;
  }
  .survey_bottom_left > img {
    display: none;
  }
  .survey_bottom_right {
    width: 100%;
  }
  .survey_bottom_right .title_20 {
    margin-top: 2.727vw;
    padding-left: 0vw;
    font-size: 3.636vw;
    text-align: center;
  }
  .survey_bottom_right .title_64 {
    margin-top: 7.878vw;
    font-size: 7.272vw;
    text-align: center;
  }
  .survey_date {
    gap: 3.03vw;
    width: 100%;
  }
  .survey_date_item {
    gap: 3.333vw;
  }
  .survey_date_bottom {
    gap: 4.242vw;
  }
  .survey_date_bottom img {
    width: 7.575vw;
    height: 7.575vw;
  }
  .survey_date input {
    padding: 2.424vw;
    width: 46.061vw;
  }
  .survey_data {
    width: 100%;
  }
  .survey_data_wrapper {
    gap: 4.545vw;
    margin-top: 6.06vw;
  }
  .survey_data .title_32 {
    text-align: start;
  }
  .survey_input {
    padding: 4.848vw;
    border-radius: 3.03vw;
    font-size: 3.636vw;
  }
  .survey_input::placeholder {
    font-size: 3.636vw;
  }
  .survey_label {
    gap: 4.848vw;
  }
  .survey_label .title_14 {
    font-size: 3.03vw;
  }
  .survey_view {
    min-width: 5.757vw;
    height: 5.757vw;
    border-radius: 0.606vw;
  }
  .survey_icon {
    width: 3.939vw;
    height: 3.939vw;
    border-radius: 0.909vw;
  }
  .survey .title_32 {
    font-size: 4.242vw;
  }
  .survey .button {
    width: 90.87vw;
    border-radius: 15.151vw;
    font-size: 6.06vw;
  }
  .survey .button_shine {
    padding: 3.939vw;
  }
  .survey .button_shine img {
    position: absolute;
    top: -6.666vw;
    right: -7.575vw;
    width: 21.818vw;
  }
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  position: relative;
  margin: auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 40px;
  border-radius: 30px;
  width: 50%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-body {
  padding: 2px 16px;
}

@media (max-width: 992px) {
  .modal-content {
    padding: 25px;
    border-radius: 20px;
    width: 80%;
  }
  .close svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1750px) {
  .title {
    font-size: 22px;
  }
  .title_14 {
    font-size: 14px;
  }
  .title_20 {
    font-size: 19px;
  }
  .title_28 {
    font-size: 26px;
  }
  .title_32 {
    font-size: 30px;
  }
  .title_36 {
    font-size: 34px;
  }
  .title_40 {
    font-size: 36px;
  }
  .title_64 {
    font-size: 59px;
  }
  .title_75 {
    font-size: 69px;
  }
  .title_96 {
    font-size: 88px;
  }
  .title_128 {
    font-size: 117px;
  }
}
@media (max-width: 1600px) {
  .title {
    font-size: 21px;
  }
  .title_14 {
    font-size: 14px;
  }
  .title_20 {
    font-size: 18px;
  }
  .title_28 {
    font-size: 24px;
  }
  .title_32 {
    font-size: 29px;
  }
  .title_36 {
    font-size: 31px;
  }
  .title_40 {
    font-size: 33px;
  }
  .title_64 {
    font-size: 54px;
  }
  .title_75 {
    font-size: 63px;
  }
  .title_96 {
    font-size: 80px;
  }
  .title_128 {
    font-size: 106px;
  }
}
@media (max-width: 1440px) {
  .title {
    font-size: 20px;
  }
  .title_14 {
    font-size: 14px;
  }
  .title_20 {
    font-size: 17px;
  }
  .title_28 {
    font-size: 22px;
  }
  .title_32 {
    font-size: 28px;
  }
  .title_36 {
    font-size: 29px;
  }
  .title_40 {
    font-size: 29px;
  }
  .title_64 {
    font-size: 49px;
  }
  .title_75 {
    font-size: 57px;
  }
  .title_96 {
    font-size: 72px;
  }
  .title_128 {
    font-size: 95px;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 18px;
  }
  .title_14 {
    font-size: 14px;
  }
  .title_20 {
    font-size: 13px;
  }
  .title_28 {
    font-size: 20px;
  }
  .title_32 {
    font-size: 22px;
  }
  .title_36 {
    font-size: 26px;
  }
  .title_40 {
    font-size: 25px;
  }
  .title_64 {
    font-size: 44px;
  }
  .title_75 {
    font-size: 51px;
  }
  .title_96 {
    font-size: 64px;
  }
  .title_128 {
    font-size: 84px;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 16px;
  }
  .title_14 {
    font-size: 12px;
  }
  .title_20 {
    font-size: 15px;
  }
  .title_28 {
    font-size: 18px;
  }
  .title_32 {
    font-size: 25px;
  }
  .title_36 {
    font-size: 24px;
  }
  .title_40 {
    font-size: 21px;
  }
  .title_64 {
    font-size: 37px;
  }
  .title_75 {
    font-size: 45px;
  }
  .title_96 {
    font-size: 56px;
  }
  .title_128 {
    font-size: 73px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 14px;
  }
  .title_14 {
    font-size: 12px;
  }
  .title_20 {
    font-size: 14px;
  }
  .title_28 {
    font-size: 15px;
  }
  .title_32 {
    font-size: 23px;
  }
  .title_36 {
    font-size: 22px;
  }
  .title_40 {
    font-size: 18px;
  }
  .title_64 {
    font-size: 30px;
  }
  .title_75 {
    font-size: 39px;
  }
  .title_96 {
    font-size: 48px;
  }
  .title_128 {
    font-size: 64px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 10px;
  }
  .title_14 {
    font-size: 12px;
  }
  .title_20 {
    font-size: 12px;
  }
  .title_28 {
    font-size: 12px;
  }
  .title_32 {
    font-size: 20px;
  }
  .title_36 {
    font-size: 20px;
  }
  .title_40 {
    font-size: 14px;
  }
  .title_64 {
    font-size: 22px;
  }
  .title_75 {
    font-size: 32px;
  }
  .title_96 {
    font-size: 40px;
  }
  .title_128 {
    font-size: 48px;
  }
}
@media (max-width: 1840px) {
  .basic_services_wrapper_blocks {
    width: 100%;
  }
  .basic_services_wrapper_blocks_inf_text {
    padding: 0.7vw 1vw 0.9vw;
  }
  .basic_services_wrapper_blocks_inf_text_btn {
    height: 70px;
    width: 70px;
  }
  .basic_services_wrapper_blocks_inf_price {
    width: 7.5vw;
    height: 2vw;
    top: 27px;
    left: 34px;
  }
}
@media (max-width: 1600px) {
  .basic_services_wrapper_blocks {
    width: 100%;
  }
  .basic_services_wrapper_blocks_inf_text {
    padding: 0.7vw 1vw 0.9vw;
  }
  .basic_services_wrapper_blocks_inf_text_btn {
    height: 65px;
    width: 65px;
  }
  .basic_services_wrapper_blocks_inf_price {
    width: 7.5vw;
    height: 2vw;
    top: 27px;
    left: 34px;
  }
}
@media (max-width: 1480px) {
  .basic_services_wrapper_blocks {
    width: 100%;
  }
  .basic_services_wrapper_blocks_inf_text {
    padding: 0.7vw 1vw 0.9vw;
  }
  .basic_services_wrapper_blocks_inf_text_btn {
    height: 50px;
    width: 50px;
  }
  .basic_services_wrapper_blocks_inf_price {
    width: 9.5vw;
    height: 3vw;
    top: 27px;
    left: 34px;
  }
}
@media (max-width: 1320px) {
  .basic_services_wrapper_blocks_inf_text_btn {
    height: 5.1vw;
    width: 5.1vw;
  }
}
@media (max-width: 1200px) {
  .basic_services_wrapper_blocks {
    width: 100%;
  }
  .basic_services_wrapper_blocks_inf_text {
    padding: 0.7vw 1vw 0.9vw;
  }
  .basic_services_wrapper_blocks_inf_text_btn {
    height: 45px;
    width: 45px;
  }
  .basic_services_wrapper_blocks_inf_price {
    width: 10.5vw;
    height: 3vw;
    top: 27px;
    left: 34px;
  }
}
@media (max-width: 992px) {
  .basic_services {
    margin-top: 21px;
  }
  .basic_services_wrapper {
    gap: 21px;
  }
  .basic_services_wrapper .title_64 {
    text-align: center;
    width: 80%;
  }
  .basic_services_wrapper_blocks {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .basic_services_wrapper_blocks_inf_text {
    display: flex;
    align-items: flex-end;
    padding: 13px 20px 20px;
    justify-content: space-between;
  }
  .basic_services_wrapper_blocks_inf_text_btn {
    background-image: url("../../img/basic_services/btn3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    width: 44px;
  }
  .basic_services_wrapper_blocks_inf_text_btn:hover {
    animation: swing step-end;
  }
  .basic_services_wrapper_blocks_inf_text_text {
    width: 80%;
    gap: 2px;
  }
  .basic_services_wrapper_blocks_inf_price {
    top: 16px;
    left: 16px;
    border-radius: 30px;
    width: 123px;
    height: 31px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .basic_services {
    margin-top: 21px;
  }
  .basic_services_wrapper {
    gap: 21px;
  }
  .basic_services_wrapper .title_64 {
    text-align: center;
    width: 80%;
  }
  .basic_services_wrapper_blocks {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .basic_services_wrapper_blocks_inf_text {
    display: flex;
    align-items: flex-start;
    padding: 13px 10px 10px;
    width: 94%;
  }
  .basic_services_wrapper_blocks_inf_text_btn {
    background-image: url("../../img/basic_services/btn3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 44px;
    width: 44px;
  }
  .basic_services_wrapper_blocks_inf_text_btn:hover {
    animation: swing step-end;
  }
  .basic_services_wrapper_blocks_inf_text_text {
    width: 80%;
    gap: 2px;
  }
  .basic_services_wrapper_blocks_inf_price {
    top: 16px;
    left: 16px;
    border-radius: 30px;
    width: 123px;
    height: 31px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .video {
    margin-top: 50px;
  }
  .video_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .video_wrapper h2 {
    text-align: center;
  }
  .video_wrapper_video {
    width: 100%;
    border-radius: 30px;
  }
  .video_wrapper_video video {
    width: 100%;
    margin: 0;
    border-radius: 30px;
  }
}
@media (max-width: 992px) {
  .workWith_wrapper_marquee .item {
    width: 27vw;
  }
  .workWith {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .footer {
    margin-top: 30px;
  }
  .footer_wrapper span {
    font-size: 10px;
  }
  .footer_wrapper_text {
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .footer_wrapper_svg {
    align-items: center;
  }
  .footer_wrapper_svg span {
    font-size: 10px;
  }
  .footer_dop {
    display: none;
  }
}
@media (max-width: 992px) {
  .reviews {
    padding-top: 50px;
  }
  .reviews_wrapper {
    margin-top: 19px;
  }
  .reviews_prev, .reviews_next {
    cursor: pointer;
  }
  .reviews_indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 19px;
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.84);
    list-style: none;
  }
  .reviews_dot {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: rgba(217, 217, 217, 0.84);
    cursor: pointer;
  }
  .reviews_active {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
  }
  .reviews_controls, .reviews_counter {
    display: none;
  }
  .reviews_slide {
    max-height: 336px;
    gap: 17px;
  }
  .reviews_slide_header {
    padding: 15px 18px 0 18px;
  }
  .reviews_slide_header img {
    width: 11%;
  }
  .reviews_slide_content {
    padding: 0 18px;
  }
  .reviews_slide_footer {
    padding: 11px 18px;
  }
}
@media (max-width: 480px) {
  .reviews_slide_header img {
    width: 17%;
  }
}
@media (max-width: 1440px) {
  .header_wrapper {
    display: flex;
    justify-content: space-between;
  }
  .header_wrapper_logo {
    width: 8%;
  }
  .header_wrapper_metla {
    width: 14%;
    height: 100px;
  }
}
@media (max-width: 1115px) {
  .header_wrapper {
    display: flex;
    justify-content: space-between;
  }
  .header_wrapper_logo {
    width: 8%;
  }
  .header_wrapper_metla {
    width: 12%;
    height: 80px;
  }
  .header_wrapper_soc {
    gap: 0;
  }
  .header_wrapper_soc img {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .header {
    margin-top: 10px;
  }
  .header_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header_wrapper_logo {
    display: none;
  }
  .header_wrapper_metla {
    display: none;
  }
  .header_wrapper_soc {
    display: none;
  }
  .header_wrapper_mail {
    gap: 5px;
    justify-content: flex-start;
  }
  .header_wrapper_mail_img {
    width: 10%;
  }
  .header_wrapper_mail_img2 {
    width: 15%;
  }
  .header_wrapper_mail a {
    margin-bottom: 0;
  }
  .header_wrapper_soc_dop {
    display: flex;
  }
  .header_wrapper_soc_dop img {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .about {
    margin-top: 50px;
  }
  .about_wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .text {
    position: relative;
  }
  .text_text {
    width: 48%;
    color: #fff;
    justify-content: flex-end;
    padding: 0 18px;
    align-items: flex-end;
    position: absolute;
    bottom: -91px;
    left: -8%;
  }
  .sale {
    margin-top: 70px;
    height: fit-content;
  }
  .sale .container {
    position: static;
    flex-direction: column;
  }
  .sale .container img {
    width: 100%;
    position: static;
  }
  .sale .container .sale_wrapper {
    padding-top: 30px;
    gap: 15px;
  }
}
@media (max-width: 1350px) {
  .dopService {
    margin-top: 130px;
  }
  .dopService_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .dopService_wrapper_inf_img {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .dopService_wrapper_inf_img_1 {
    position: absolute;
    width: 70%;
    top: 18%;
    right: -18%;
  }
  .dopService_wrapper_inf_img_2 {
    position: absolute;
    width: 50%;
    top: 0;
  }
  .dopService_wrapper_inf_img_3 {
    position: absolute;
    width: 63%;
    top: 49%;
  }
  .dopService_wrapper_inf_img_4 {
    position: absolute;
    width: 36%;
    right: -8%;
    top: 68%;
  }
  .dopService_wrapper_inf_img_5 {
    bottom: 0;
    right: 0;
    width: 86%;
    position: absolute;
  }
}
@media (max-width: 992px) {
  .dopService {
    margin-top: 50px;
  }
  .dopService_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .dopService_wrapper_inf {
    width: 100%;
    display: flex;
  }
  .dopService_wrapper_inf_img {
    display: none;
  }
  .dopService_wrapper_inf_text_line1_text {
    grid-template-columns: 70% 25%;
  }
}
@media (max-width: 480px) {
  .dopService_wrapper_inf_text_line2_table_text_color {
    display: flex;
    gap: 10px;
  }
}
@media (max-width: 1600px) {
  .choice {
    margin-top: 120px;
  }
  .choice_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 70px;
  }
  .choice_wrapper_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .choice_wrapper_text img {
    width: 58%;
  }
  .choice_wrapper_text_block {
    display: flex;
    flex-direction: column;
    width: 35%;
    border: 2px solid #4c4c4c;
    border-radius: 50px;
    padding: 8px 14px 8px 25px;
  }
  .block1 {
    position: absolute;
    left: 0;
  }
  .block2 {
    position: absolute;
    top: 35%;
    left: 0;
  }
  .block3 {
    position: absolute;
    top: 70%;
    left: 0;
  }
  .block4 {
    position: absolute;
    bottom: -33%;
    left: 10%;
  }
  .block5 {
    position: absolute;
    bottom: -33%;
    right: 10%;
  }
  .block6 {
    position: absolute;
    top: 70%;
    right: 0;
  }
  .block7 {
    position: absolute;
    top: 35%;
    right: 0;
  }
  .block8 {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 1450px) {
  .choice_wrapper_text_block {
    padding: 14px 14px 14px 25px;
  }
  .block1 {
    position: absolute;
    left: 0;
    top: -5%;
  }
  .block2 {
    position: absolute;
    top: 31%;
    left: 0;
  }
  .block3 {
    position: absolute;
    top: 67%;
    left: 0;
  }
  .block4 {
    position: absolute;
    bottom: -38%;
    left: 10%;
  }
  .block5 {
    position: absolute;
    bottom: -38%;
    right: 10%;
  }
  .block6 {
    position: absolute;
    top: 67%;
    right: 0;
  }
  .block7 {
    position: absolute;
    top: 31%;
    right: 0;
  }
  .block8 {
    position: absolute;
    right: 0;
    top: -5%;
  }
}
@media (max-width: 1290px) {
  .choice_wrapper_text_block {
    padding: 14px;
  }
  .choice_wrapper_text_block {
    width: 40%;
  }
  .block1 {
    position: absolute;
    left: 0;
    top: -10%;
  }
  .block2 {
    position: absolute;
    top: 29%;
    left: 0;
  }
  .block3 {
    position: absolute;
    top: 67%;
    left: 0;
  }
  .block4 {
    position: absolute;
    bottom: -42%;
    left: 5%;
  }
  .block5 {
    position: absolute;
    bottom: -42%;
    right: 5%;
  }
  .block6 {
    position: absolute;
    top: 67%;
    right: 0;
  }
  .block7 {
    position: absolute;
    top: 29%;
    right: 0;
  }
  .block8 {
    position: absolute;
    right: 0;
    top: -10%;
  }
}
@media (max-width: 992px) {
  .choice {
    margin-top: 50px;
  }
  .choice_wrapper {
    gap: 20px;
  }
  .choice_wrapper_text {
    gap: 20px;
    position: static;
  }
  .choice_wrapper_text_block {
    padding: 14px;
  }
  .block1 {
    position: static;
    margin-left: -20%;
    width: 70%;
    border-radius: 20px;
  }
  .block2 {
    position: static;
    margin-right: -20%;
    width: 70%;
    border-radius: 20px;
  }
  .block3 {
    margin-left: -20%;
    position: static;
    width: 70%;
    border-radius: 20px;
  }
  .block4 {
    margin-right: -20%;
    position: static;
    width: 70%;
    border-radius: 20px;
  }
  .block5 {
    margin-left: -20%;
    position: static;
    width: 70%;
    border-radius: 20px;
  }
  .block6 {
    margin-right: -20%;
    position: static;
    width: 70%;
    border-radius: 20px;
  }
  .block7 {
    margin-left: -20%;
    position: static;
    width: 70%;
    border-radius: 20px;
  }
  .block8 {
    margin-right: -20%;
    position: static;
    width: 70%;
    border-radius: 20px;
  }
}
@media (max-width: 992px) {
  .faq_wrapper_tabs {
    display: none;
  }
  .mySwiper {
    display: inline;
  }
  .mySwiper img {
    width: 100%;
  }
  .documents_faq {
    display: inline;
  }
  .faq {
    margin-top: 50px;
  }
  .faq .documents_indicators {
    margin-top: 0;
  }
  .faq .faq_wrapper_tabs_blocks_part_inf {
    margin-bottom: 10px;
  }
}
@media (max-width: 1600px) {
  .header_wrapper_metla {
    width: 12%;
    height: 72px;
  }
  .header_wrapper_logo {
    width: 5%;
  }
  .btn {
    padding: 10px;
  }
  .button {
    height: 62px;
  }
}
@media (max-width: 1440px) {
  .first_wrapper_block3 {
    margin-bottom: 70px;
  }
  .first_wrapper_block3 img {
    width: 100%;
  }
  .first_wrapper_block_text_text div {
    padding: 8px;
  }
  .btn {
    padding: 10px;
  }
  .button {
    height: 54px;
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .first {
    overflow: hidden;
    margin-top: 15px;
  }
  .first h1 {
    text-align: start;
    margin-bottom: 0;
    font-size: 32px;
  }
  .first_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }
  .first_wrapper_block3 {
    display: none;
  }
  .first_wrapper_block2 {
    position: relative;
    right: -110px;
  }
  .first_wrapper_block2 img {
    width: 80%;
    position: relative;
    top: -170px;
    right: -45px;
  }
  .first_wrapper_block img {
    width: 25%;
  }
  .first_wrapper_block_text {
    margin-top: -15px;
    gap: 10px;
  }
  .first_wrapper_block_text_text div {
    padding: 8px;
  }
  .btn {
    padding: 10px;
    margin-top: -174px;
  }
  .btn_wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .btn_wrapper span {
    width: 110%;
    color: #ffffff;
  }
  .button {
    height: 47px;
    padding: 0 20px;
    width: 90%;
    font-size: 17px;
  }
  .button_dop {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .consult_modal, .team_modal {
    padding: 16px 15px;
    width: calc(100% - 30px);
    max-width: none;
    height: calc(65vh - 32px);
    max-height: none;
  }
  .consult_close, .team_close {
    top: 17px;
    right: 17px;
  }
  .consult_wrapper, .team_wrapper {
    padding: 17px 16px;
    height: calc(100% - 34px);
  }
  .consult_image, .team_image {
    right: 6%;
    bottom: -4px;
    width: 17.62%;
  }
  .consult_content, .team_content {
    padding-top: 33px;
    width: 100%;
  }
  .consult_form, .team_form {
    margin-top: 20px;
    width: 100%;
  }
  .consult_form_input, .team_form_input {
    height: 24px;
  }
  .consult_label, .team_label {
    width: 100%;
  }
  .consult .title_24, .team .title_24 {
    margin-top: 3px;
  }
  .consult .title_24, .consult .title_40, .team .title_24, .team .title_40 {
    text-align: center;
  }
  .consult .button, .team .button {
    width: 100%;
  }
}
@media (max-width: 1755px) {
  .formConnection {
    margin-top: 120px;
  }
  .formConnection_wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .formConnection_wrapper .formConnection_form {
    width: 65%;
    padding: 30px 10px;
    gap: 15px;
  }
  .formConnection_wrapper .formConnection_form_title {
    font-size: 42px;
  }
  .formConnection_wrapper .formConnection_form_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 65%;
  }
  .formConnection_wrapper .formConnection_form_block_soc {
    display: flex;
    gap: 23px;
  }
  .formConnection_wrapper .formConnection_form_block button {
    background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
    border-radius: 50px;
    width: 100%;
    height: 85px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    line-height: 1.25;
    background: #e5e5e5;
    border-radius: 60px;
    width: calc(100% - 20px);
    height: 65px;
    padding: 0 10px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:focus {
    outline: 0;
    border-bottom: 1px solid #03a9f4;
    box-shadow: none;
    background-color: #e5e5e5;
    padding: 0 10px;
  }
  .formConnection_wrapper_img {
    width: 49%;
    bottom: 0;
    position: absolute;
    left: -6%;
  }
  .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
  .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    transform: scale(0.85) translateY(-1rem) translateX(1.15rem);
    color: #03a9f4;
    font-size: 10px;
  }
}
@media (max-width: 1550px) {
  .formConnection {
    margin-top: 120px;
  }
  .formConnection_wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .formConnection_wrapper .formConnection_form {
    width: 69%;
    padding: 30px 10px;
    gap: 15px;
  }
  .formConnection_wrapper .formConnection_form_title {
    font-size: 38px;
  }
  .formConnection_wrapper .formConnection_form_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 65%;
  }
  .formConnection_wrapper .formConnection_form_block_soc {
    display: flex;
    gap: 18px;
  }
  .formConnection_wrapper .formConnection_form_block button {
    background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
    border-radius: 50px;
    width: 100%;
    height: 65px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    line-height: 1.25;
    background: #e5e5e5;
    border-radius: 60px;
    width: calc(100% - 20px);
    height: 55px;
    padding: 0 10px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:focus {
    outline: 0;
    border-bottom: 1px solid #03a9f4;
    box-shadow: none;
    background-color: #e5e5e5;
    padding: 0 10px;
  }
  .formConnection_wrapper_img {
    width: 49%;
    bottom: 0;
    position: absolute;
    left: -6%;
  }
}
@media (max-width: 1440px) {
  .formConnection {
    margin-top: 120px;
  }
  .formConnection_wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .formConnection_wrapper .formConnection_form {
    width: 70%;
    padding: 20px 10px;
    gap: 15px;
  }
  .formConnection_wrapper .formConnection_form_title {
    font-size: 34px;
  }
  .formConnection_wrapper .formConnection_form_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 65%;
  }
  .formConnection_wrapper .formConnection_form_block_soc {
    display: flex;
    gap: 18px;
  }
  .formConnection_wrapper .formConnection_form_block button {
    background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
    border-radius: 50px;
    width: 100%;
    height: 65px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    line-height: 1.25;
    background: #e5e5e5;
    border-radius: 60px;
    width: calc(100% - 20px);
    height: 55px;
    padding: 0 10px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input:focus {
    outline: 0;
    border-bottom: 1px solid #03a9f4;
    box-shadow: none;
    background-color: #e5e5e5;
    padding: 0 10px;
  }
  .formConnection_wrapper_img {
    width: 49%;
    bottom: 0;
    position: absolute;
    left: -6%;
  }
  .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
  .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    transform: scale(0.85) translateY(-1rem) translateX(1.15rem);
    color: #03a9f4;
    font-size: 10px;
  }
}
@media (max-width: 1320px) {
  .formConnection {
    margin-top: 120px;
  }
  .formConnection_wrapper {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .formConnection_wrapper .formConnection_form {
    width: 71%;
    padding: 20px 10px;
    justify-content: center;
    gap: 15px;
  }
  .formConnection_wrapper .formConnection_form_title {
    font-size: 30px;
  }
  .formConnection_wrapper .formConnection_form_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 60%;
  }
  .formConnection_wrapper .formConnection_form_block .title {
    font-size: 16px;
  }
  .formConnection_wrapper .formConnection_form_block_soc {
    display: flex;
    gap: 18px;
  }
  .formConnection_wrapper .formConnection_form_block button {
    background: linear-gradient(143deg, #2073ef 0%, #003882 100%);
    border-radius: 50px;
    width: 100%;
    height: 65px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    line-height: 1.25;
    background: #e5e5e5;
    border-radius: 60px;
    width: calc(100% - 20px);
    height: 55px;
    padding: 0 10px;
  }
  .formConnection_wrapper_img {
    width: 49%;
    bottom: 0;
    position: absolute;
    left: -6%;
  }
}
@media (max-width: 1200px) {
  .formConnection_wrapper .formConnection_form {
    width: 71%;
    padding: 10px 5px;
    gap: 10px;
  }
  .formConnection_wrapper .formConnection_form_title {
    font-size: 28px;
  }
  .formConnection_wrapper .formConnection_form_block {
    gap: 10px;
    width: 60%;
  }
  .formConnection_wrapper .formConnection_form_block .title {
    font-size: 14px;
  }
  .formConnection_wrapper .formConnection_form_block_soc {
    gap: 12px;
  }
  .formConnection_wrapper .formConnection_form_block button {
    width: 100%;
    height: 60px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
    height: 50px;
    padding: 0 10px;
  }
  .formConnection_wrapper_img {
    width: 49%;
    bottom: 0;
    position: absolute;
    left: -6%;
  }
}
@media (max-width: 992px) {
  .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
  .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    transform: scale(0.85) translateY(-1rem) translateX(1.15rem);
    color: #03a9f4;
    font-size: 10px;
  }
  .formConnection {
    margin-top: 50px;
  }
  .formConnection_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .formConnection_wrapper .formConnection_form {
    width: 90%;
    padding: 10px 5px;
    gap: 10px;
  }
  .formConnection_wrapper .formConnection_form_title {
    font-size: 24px;
  }
  .formConnection_wrapper .formConnection_form_block {
    gap: 10px;
    width: 98%;
  }
  .formConnection_wrapper .formConnection_form_block .title {
    font-size: 12px;
  }
  .formConnection_wrapper .formConnection_form_block_soc {
    gap: 12px;
  }
  .formConnection_wrapper .formConnection_form_block button {
    width: 100%;
    height: 60px;
  }
  .formConnection_wrapper .formConnection_form_block .text-field_floating-3 .text-field__input {
    height: 50px;
    padding: 0 10px;
  }
  .formConnection_wrapper_img {
    width: 80%;
    position: static;
  }
}
@media (max-width: 768px) {
  .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
  .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    transform: scale(0.85) translateY(-1rem) translateX(1.15rem);
    color: #03a9f4;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .text-field_floating-3 .text-field__input:focus ~ .text-field__label,
  .text-field_floating-3 .text-field__input:not(:placeholder-shown) ~ .text-field__label {
    transform: scale(0.85) translateY(-1rem) translateX(1.15rem);
    color: #03a9f4;
    font-size: 10px;
  }
}
.hide {
  display: none;
}

.show {
  display: block;
}

.flex {
  display: flex;
}

.trans-5 {
  transition: 0.5s all;
}
.formActive{
  display: block;
  position: static;
}
.formActive__wrapper{
  overflow-y: hidden;
  overflow-x: hidden;
  position: static;
  transform: translate(0%, 0%);
  max-height: none;
}
.survey_rooms_items__v2{
  display: flex;
  justify-content: center;
}
.logo_2{
  max-height: 180px;
  width: auto;
}
/*# sourceMappingURL=style.css.map */
