:root {
  --white: white;
  --black: #212529;
  --blue: #3eb9c0;
  --white-smoke: #f8f8f8;
  --dim-grey: #4f4f4f;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: #8c8d90;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 140%;
}

.section {
  width: 87em;
  max-width: 87em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.section.bg_main {
  margin-top: 1em;
}

.section.bg_main.mb-10em {
  background-size: cover;
}

.section.pb-100 {
  padding-bottom: 6.25em;
}

.section.bg_footer {
  width: 79.6em;
  height: 40.8em;
  max-height: 40.8em;
  max-width: 79.6em;
  margin-left: auto;
  margin-right: auto;
}

.section.bg_footer.mb-100.display_mob-none {
  width: 90.8em;
  max-width: 100em;
}

.section.mob-mb-20 {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.subtitle {
  color: var(--black);
  margin-top: 1em;
  margin-bottom: 2em;
  font-size: 1.25em;
  line-height: 140%;
}

.num_text {
  color: var(--blue);
  font-size: 1em;
  font-weight: 700;
  line-height: 120%;
}

.btn {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  padding: 1.5em 1.88em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.btn:hover {
  border: 1px solid var(--blue);
  background-color: var(--white-smoke);
  color: var(--blue);
  mix-blend-mode: normal;
}

.btn_text {
  text-decoration: none;
}

.mb-36 {
  margin-bottom: 2.25em;
}

.mb-62 {
  margin-bottom: 3.88em;
}

.mb-40 {
  margin-bottom: 2.5em;
}

.mb-10 {
  margin-bottom: .63em;
}

.mb-16 {
  margin-bottom: 1em;
}

.mb-25 {
  max-width: 12.7em;
  margin-bottom: 1.56em;
}

.mb-100 {
  margin-bottom: 6.25em;
}

.pt-100 {
  padding-top: 6.25em;
}

.mb-50 {
  margin-top: 8em;
  margin-bottom: 3.13em;
  padding-left: 4em;
}

.bg_main {
  width: 87em;
  background-image: url('../images/bg-main.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
}

.navbar {
  padding-top: 3.13em;
}

.navbar.mb-116 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.4em;
  display: flex;
}

.navbar_link-logo {
  width: 8.13em;
  height: 2.5em;
}

.content-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
  padding: 4em;
  display: flex;
}

.content-wrap.display_mob-none {
  padding-top: 4em;
  padding-bottom: 4em;
}

.header_content_wrap-in {
  position: relative;
}

.header_tel-img {
  z-index: 1;
  width: 18.1em;
  max-width: 18.1em;
  display: none;
  position: relative;
}

.header_arrow {
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  display: flex;
}

.arrow {
  width: 2.63em;
  max-width: 2.63em;
}

.desktop_filter_tab-lright {
  flex: 0 auto;
  margin-top: 5.44em;
  margin-bottom: 0;
}

.desktop_filter_tab-left {
  width: 18em;
  max-width: 18em;
}

.btn_container {
  margin-bottom: 2.1em;
}

.tabs-menu {
  display: none;
}

.tab-button {
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  margin-right: 1.25em;
  padding: 1.25em 2.5em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 120%;
}

.tab-button.tab-button-active {
  background-color: var(--blue);
  color: var(--white-smoke);
  border-radius: 100px;
}

.tab-pane {
  padding-top: .69em;
  padding-right: .94em;
}

.desctop_filter_tab {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tab_icon-bg-1 {
  z-index: 2;
  width: 3.75em;
  height: 3.75em;
  max-height: 3.75em;
  max-width: 3.75em;
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tab_img-1 {
  width: 18em;
  height: 36.44em;
  max-height: 36.44em;
  max-width: 18em;
}

.tab_icon {
  width: 1.63em;
  height: 1.63em;
  max-height: 1.63em;
  max-width: 1.63em;
}

.tab_img-2, .tab_img-3, .tab_img-4, .tab_img-5 {
  width: 18em;
  height: 36.44em;
  max-height: 36.44em;
  max-width: 18em;
}

.tel_showdow {
  z-index: 1;
  width: 13.06em;
  height: .44em;
  max-height: .44em;
  max-width: 13.06em;
  filter: blur(13px);
  background-color: rgba(0, 0, 0, .8);
  border-radius: 500em;
  margin-top: -.06em;
  position: absolute;
}

.mt-162 {
  margin-top: 10.13em;
}

.tab_icon-bg-2 {
  z-index: 3;
  width: 3.75em;
  height: 3.75em;
  max-height: 3.75em;
  max-width: 3.75em;
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -.94em;
  right: auto;
}

.tab_icon-2 {
  width: 1.63em;
  height: 1.63em;
  max-height: 1.63em;
  max-width: 1.63em;
}

.mt-156 {
  margin-top: 9.75em;
}

.content_wrap-slider {
  padding-top: .69em;
  padding-left: 5.5em;
  position: relative;
}

.slide-nav {
  display: none;
}

.slider_img-1 {
  background-image: url('../images/slide_img-1.webp');
  background-size: cover;
  margin-right: 18em;
}

.slider {
  width: 18em;
  height: 36.44em;
  max-height: 36.44em;
  max-width: 18em;
  background-color: var(--white-smoke);
}

.slider_content {
  background-color: var(--white-smoke);
}

.slider_img-2 {
  background-image: url('../images/slide_img-2.webp');
  background-position: 0 0;
  background-size: cover;
  margin-right: 18em;
}

.slider_img-3 {
  background-image: url('../images/slide_img-3.webp');
  background-position: 0 0;
  background-size: cover;
  margin-right: 18em;
}

.slider_arrow-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: -2.4em;
}

.tab_icon-bg-3 {
  z-index: 2;
  width: 3.75em;
  height: 3.75em;
  max-height: 3.75em;
  max-width: 3.75em;
  background-color: var(--blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -.94em;
}

.slider_arrow-bg {
  width: 1.6em;
  height: 1.6em;
  max-height: 1.6em;
  max-width: 1.6em;
  background-color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_arrow-bg:hover {
  background-color: #f3f3f3;
}

.slider_arrow-icon {
  width: .4em;
  height: .8em;
  max-height: .8em;
  max-width: .4em;
}

.slider_arrow-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  right: -2.4em;
}

.slider_arrow-icon-2 {
  width: .4em;
  height: .8em;
  max-height: .8em;
  max-width: .4em;
}

.bg_white {
  background-color: var(--white);
}

.line_number {
  width: 40em;
  height: .1em;
  max-height: .1em;
  max-width: 40em;
  min-height: .1em;
  background-image: url('../images/Line-1.svg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.line_number-1 {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 16%;
  right: auto;
}

.line_number-position {
  width: 55.63em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 55.63em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line_number-position.mb-16.display_mob-none {
  width: 60.8em;
  height: 2.4em;
  max-height: 2.4em;
  max-width: 60.8em;
}

.line_number-2 {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 17%;
}

.line_number-3 {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.services_content {
  grid-column-gap: 19em;
  grid-row-gap: 19em;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.services_content-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.align_center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.services_tel-1, .services_tel-2 {
  z-index: 2;
  width: 19.5em;
}

.services_tel-3 {
  z-index: 2;
  width: 19.9em;
}

.bg_footer {
  width: 78.4em;
  height: 35.13em;
  max-height: 35.13em;
  max-width: 78em;
  background-image: url('../images/bg_footer-1.webp');
  background-position: 0 0;
  background-size: cover;
}

.tel_footer {
  z-index: 1;
  width: 12.13em;
  max-width: 12.13em;
}

.mb-117 {
  margin-top: 7.31em;
}

.tel_showdow-header {
  z-index: 1;
  width: 18.81em;
  height: .44em;
  max-height: .44em;
  max-width: 18.81em;
  filter: blur(13px);
  background-color: rgba(0, 0, 0, .8);
  border-radius: 500em;
  margin-top: -.06em;
  position: relative;
}

.content_wrap-2 {
  position: relative;
}

.content_wrap_2-right {
  padding-top: 1.19em;
  position: relative;
}

.footer_content_wrap-left {
  max-width: 36.8em;
  position: relative;
}

.header_video-bg {
  z-index: 2;
  width: 16.3em;
  height: 31.8em;
  max-height: 31.8em;
  max-width: 16.3em;
  min-height: 31.8em;
  min-width: 16.3em;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.header_video {
  z-index: 3;
  width: 17.2em;
  height: 35.7em;
  max-height: 35.7em;
  max-width: 17.2em;
  position: absolute;
  top: .37em;
  bottom: auto;
  left: auto;
  right: 1.2em;
}

.footer_content_wrap-right {
  margin-top: 3.8em;
  position: relative;
}

.excel_tel-img {
  width: 18.1em;
  max-width: 18.1em;
  position: relative;
}

.width-container {
  width: 30.6em;
}

.header_main-mob {
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.main_mob-1 {
  margin-top: 10.67vw;
  margin-bottom: 5.33vw;
}

.main_mob-2 {
  padding-top: 12vw;
}

.bg_mob-header {
  background-color: var(--blue);
  display: none;
}

.main_mob {
  position: relative;
}

.display_desktop-none {
  display: none;
}

.navbar-_mob {
  padding-top: 0;
  display: none;
}

.width-container-2 {
  width: 40.6em;
}

.width_content-filtr {
  width: 32.7em;
  max-width: 32.7em;
}

.excel_width-container {
  width: 35em;
  max-width: 35em;
}

.tab_icon-3 {
  width: 1.63em;
  height: 1.63em;
  max-height: 1.63em;
  max-width: 1.63em;
}

.width_slider-text {
  width: 29em;
  max-width: 29em;
}

.services-content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 8em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.line_number-position-mob {
  width: 2.5em;
  height: 55.63em;
  max-height: 55.63em;
  max-width: 2.5em;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.line_number-mob {
  width: .06em;
  height: 54.44em;
  max-height: 54.44em;
  max-width: .06em;
  background-image: url('../images/Line_mob.svg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.line_number-1-_mob {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.line_number-2-_mob {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}

.line_number-3_mob {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 99%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.services_width-1 {
  max-width: 8em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-2 {
  color: #fff;
  background-color: #3eb9c0;
  border: 1px solid #3eb9c0;
  border-radius: 12px;
  padding: 1.5em 1.88em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.btn-2:hover {
  color: #3eb9c0;
  mix-blend-mode: normal;
  background-color: #f8f8f8;
  border: 1px solid #3eb9c0;
}

.subtitle-2 {
  color: #212529;
  font-size: 1.5em;
  line-height: 140%;
}

.footer_main-mob {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.footer_bg1 {
  width: 94.67em;
  height: 93.33em;
  background-color: #fbfbfb;
  border-radius: 40px;
}

.footer_content1 {
  margin-top: 10.67vw;
  margin-bottom: 5.33vw;
}

.footer_content {
  padding-top: 12vw;
}

.footer_tel {
  position: relative;
}

.footer_bg-2 {
  width: 94.67em;
  height: 186.67em;
  max-height: 186.67px;
  max-width: 94.67em;
  background-image: url('../images/footer_bg-mob-2.webp');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.overflow_hidden {
  overflow: hidden;
}

.img_footer {
  z-index: 1;
  width: 18em;
  max-width: 18em;
  position: relative;
}

.navbar_language-link {
  color: var(--white-smoke);
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

.navbar_language {
  grid-column-gap: .75em;
  align-items: center;
  padding-right: 2em;
  display: flex;
}

.navbar_language--mob {
  padding-right: 2em;
}

.navbar_language-link-mob {
  color: var(--white-smoke);
  font-size: 1em;
}

.overflow_scroll {
  overflow: scroll;
}

.scrol_width {
  width: 350vw;
  grid-column-gap: 4.27em;
  grid-row-gap: 4.27em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.html_video_mob-main {
  display: none;
}

.excel_video-content {
  z-index: 2;
  width: 16.2em;
  height: 35.2em;
  max-height: 35.2em;
  max-width: 16.2em;
  position: absolute;
  top: 1.9em;
  left: 1em;
}

.excel_video-mob {
  z-index: 2;
  width: 17.6em;
  height: 36.5em;
  max-height: 36.5em;
  max-width: 17.6em;
  display: none;
  position: absolute;
  top: 1.4em;
  left: .36em;
}

.btn-_uz {
  width: 17.69em;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  padding: 1.5em 1.88em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.btn-_uz:hover {
  border: 1px solid var(--blue);
  background-color: var(--white-smoke);
  color: var(--blue);
  mix-blend-mode: normal;
}

.btn_text-_uz {
  text-align: center;
  text-decoration: none;
}

.border_tel {
  z-index: 3;
  width: 18em;
  height: 33.2em;
  max-height: 33.2em;
  min-height: 33.2em;
  min-width: 18em;
  position: static;
}

.tel_showdow_serv {
  z-index: 1;
  width: 18.81em;
  height: .44em;
  max-height: .44em;
  max-width: 18.81em;
  filter: blur(13px);
  background-color: rgba(0, 0, 0, .8);
  border-radius: 500em;
  margin-top: -.06em;
  position: relative;
}

.uz_img {
  width: 1.81em;
  max-width: 1.81em;
}

.html_video_mob-uz {
  display: none;
}

.ru_img {
  width: 1.81em;
  max-width: 1.81em;
}

.width-container-2-uz {
  width: 51.6em;
}

.tab_img-1-_uz, .tab_img-2-_uz, .tab_img-3-_uz, .tab_img-4-_uz, .tab_img-5_uz {
  width: 18em;
  height: 36.44em;
  max-height: 36.44em;
  max-width: 18em;
}

.btn_container-_uz {
  width: 26.2em;
  max-width: 26.2em;
  flex-direction: column;
  margin-bottom: 2.1em;
  display: flex;
}

.tab-button_uz {
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  margin-bottom: 1em;
  margin-right: 1.25em;
  padding: 1em 1.1em;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 120%;
}

.tab-button_uz.tab-button-active {
  background-color: var(--blue);
  color: var(--white-smoke);
  border-radius: 100px;
}

.btn_container--uz1 {
  margin-bottom: 0;
}

.width_btn-uz {
  width: 21.2em;
  max-width: 21.2em;
}

.tab_img-1--uz, .tab_img-2-uz, .tab_img-3-uz, .tab_img-4-uz, .tab_img-5--uz {
  width: 18em;
  height: 36.44em;
  max-height: 36.44em;
  max-width: 18em;
}

.excel_video-mob-uz {
  z-index: 2;
  width: 17.6em;
  height: 36.5em;
  max-height: 36.5em;
  max-width: 17.6em;
  display: none;
  position: absolute;
  top: 1.4em;
  left: .36em;
}

.content-wrap-uz {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 5.8em;
  display: flex;
}

.slider_img-1_uz {
  background-image: url('../images/slide_img-1-uz.webp');
  background-size: cover;
  margin-right: 18em;
}

.slider_img-2_uz {
  background-image: url('../images/slide_img-2-uz.webp');
  background-position: 0 0;
  background-size: cover;
  margin-right: 18em;
}

.slider_img-3_uz {
  background-image: url('../images/slide_img-3-uz.webp');
  background-position: 0 0;
  background-size: cover;
  margin-right: 18em;
}

.services_tel-1_uz {
  z-index: 2;
  width: 19.5em;
  max-width: 19.5em;
  position: relative;
}

.services_tel-2_uz {
  z-index: 2;
  width: 19.5em;
  max-width: 19.9em;
  position: relative;
}

.services_tel-3_uz {
  z-index: 2;
  width: 19.5em;
  max-width: 19.5em;
  position: relative;
}

.services_content-_uz {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.line_number-3_mob_uz {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 99%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.line_number-2-_mob_uz {
  width: 2.5em;
  height: 2.5em;
  max-height: 2.5em;
  max-width: 2.5em;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: auto;
}

.btn-mob_uz {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 12px;
  padding: 1.5em 1.88em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.btn-mob_uz:hover {
  border: 1px solid var(--blue);
  background-color: var(--white-smoke);
  color: var(--blue);
  mix-blend-mode: normal;
}

.btn-2_uz {
  color: #fff;
  background-color: #3eb9c0;
  border: 1px solid #3eb9c0;
  border-radius: 12px;
  padding: 1.5em 1.88em;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.btn-2_uz:hover {
  color: #3eb9c0;
  mix-blend-mode: normal;
  background-color: #f8f8f8;
  border: 1px solid #3eb9c0;
}

.h1 {
  max-width: 14.1em;
  color: var(--white);
  font-weight: 500;
}

.scrol_width_uz {
  width: 350vw;
  grid-column-gap: 4.27em;
  grid-row-gap: 4.27em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.line_number-position-mob_uz {
  width: 2.5em;
  height: 55.63em;
  max-height: 55.63em;
  max-width: 2.5em;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.line_number-mob_uz {
  width: .06em;
  height: 54.44em;
  max-height: 54.44em;
  max-width: .06em;
  background-image: url('../images/Line_mob.svg');
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.nav-left {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.logo_wrapper {
  max-width: 6.25em;
}

.text-style-contacts {
  color: #787a88;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-style-contacts:hover {
  color: #999caf;
}

.image-lang {
  width: 1.25em;
  height: 1.25em;
}

.nav-link {
  align-items: flex-start;
  display: flex;
}

.nav-menu {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: center;
  display: flex;
}

.btn_line-mob {
  color: #3eb9c0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3eb9c0;
  border-radius: 32px;
  padding: 1.06em 3.88em;
  font-size: 1em;
  font-weight: 400;
  line-height: 100%;
  transition: color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.btn_line-mob:hover {
  color: #fff;
  background-color: #3eb9c0;
}

.nav-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.nav {
  z-index: 9;
  max-width: 1440px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.language {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-text {
  color: #4d4d4d;
  letter-spacing: .16px;
  padding: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.nav-text:hover {
  color: #767c81;
}

.nav-text.w--current {
  color: #000;
  text-decoration: none;
}

.btn_line-desktop {
  color: #3eb9c0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3eb9c0;
  border-radius: 32px;
  padding: 1.06em 3.88em;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.btn_line-desktop:hover {
  color: #fff;
  background-color: #3eb9c0;
}

.btn-white {
  color: #3eb9c0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #3eb9c0;
  border-radius: 32px;
  padding: 1.25em 3.69em;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.btn-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.btn-white.hide-desk {
  display: none;
}

.mb-2-75em {
  margin-bottom: 2.75em;
}

.bg2-wrapper {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  background-color: #f4f6fc;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.5em;
  padding: 4em;
  display: flex;
}

.bg2-wrapper.mb-12em {
  margin-bottom: 12em;
}

.about-component-1 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-text-wrap {
  width: 40%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-img-wrap {
  background-color: #3eb9c0;
  border-radius: 32px;
  padding: 2em;
  overflow: hidden;
}

.text-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2 {
  margin-bottom: .4em;
}

.btn-green {
  color: #fff;
  text-align: center;
  background-color: #3eb9c0;
  border: 1px solid #3eb9c0;
  border-radius: 32px;
  padding: 1.25em 3.69em;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.btn-green:hover {
  background-color: #3cb1b8;
}

.btn-green.hide-desk {
  display: none;
}

.img-wrap {
  width: 30.6em;
  border-radius: 32px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.about_video {
  z-index: 2;
  width: 16.2em;
  height: 35.2em;
  max-height: 35.2em;
  max-width: 16.2em;
  position: absolute;
  top: .8em;
  left: auto;
}

.about-component-2 {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-wrap {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  flex-direction: row;
  display: flex;
}

.list-img {
  width: 1.5em;
}

.list-content {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feedback-component {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feedback-item-wrap {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.13em;
  display: flex;
}

.feedback-item {
  width: 33%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: row;
  align-items: flex-start;
  padding: 2em;
  display: flex;
}

.feedback-item.hide-desk {
  display: none;
}

.feedback-item.width-50 {
  width: 50%;
}

.feedback-img {
  width: 3em;
  height: 3em;
  border-radius: 100%;
}

.feedback-text {
  color: #4a4a4a;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 140%;
}

.slide-nav-2 {
  display: none;
}

.slide-wrapper {
  padding: 2em;
}

.slide-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-start;
  display: flex;
}

.feedpack-slider {
  background-color: #fff;
}

.arrow-slider {
  width: 1.25em;
  height: 1.25em;
  background-color: #f6f6f6;
  border-radius: 16px;
}

.arrow-icon {
  color: #949494;
  font-size: .7em;
}

.arrow-slider-right {
  width: 1.25em;
  height: 1.25em;
  background-color: #f6f6f6;
  border-radius: 16px;
}

.bg-footer {
  background-image: url('../images/bg-footer.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
}

.text-footer-small {
  color: #828282;
  font-size: .88em;
  line-height: 100%;
}

.section-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.section-2.white-banner.mb-24 {
  border-radius: 40px;
  margin-bottom: 1.5em;
}

.right-content {
  height: 100%;
  grid-column-gap: 8.38em;
  grid-row-gap: 8.38em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.logo_wrapper-fooer {
  max-width: 11.88em;
  min-width: 11.88em;
  padding-left: 0;
}

.contact-text {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-wrap {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.logo-img-footer {
  min-width: 10.2em;
}

.language-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: flex-start;
  display: flex;
}

.footer-text {
  color: #2c2c2c;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 100%;
}

.footer-navigation {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.mb-36-2 {
  margin-bottom: 2.25em;
}

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

.content-wrap-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
  padding: 4em;
  display: flex;
}

.content-wrap-2.display_mob-none {
  padding-top: 4em;
  padding-bottom: 4em;
}

.accent {
  color: var(--blue);
}

.flex-feedback {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  display: flex;
}

.video-wrap {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.qr-wrap {
  width: 13.3em;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.subtitle-small {
  color: #a2a2a2;
  margin-top: 0;
  margin-bottom: 2em;
  padding-left: .9em;
  font-size: 1em;
  line-height: 140%;
}

.services_width-1_uz {
  max-width: 9em;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3em;
  }

  p {
    font-size: 1.8em;
  }

  .subtitle {
    font-size: 1.9em;
  }

  .mb-25 {
    max-width: 18.2em;
  }

  .bg_main {
    max-height: 100%;
    max-width: 100%;
  }

  .header_tel-img {
    width: 17.9em;
    max-width: 17.9em;
  }

  .slider_arrow-left {
    left: -1.3em;
  }

  .slider_arrow-bg {
    width: 1.2em;
    height: 1.2em;
  }

  .slider_arrow-icon {
    width: .3em;
    height: .6em;
  }

  .slider_arrow-right {
    right: -1.3em;
  }

  .slider_arrow-icon-2 {
    width: .3em;
    height: .6em;
  }

  .line_number-1 {
    width: 4em;
    height: 4em;
    max-height: 4em;
    max-width: 4em;
  }

  .line_number-position.mb-16.display_mob-none {
    width: 62.5em;
    height: 2.5em;
    max-height: 2.5em;
    max-width: 62.7em;
    margin-bottom: 1.8em;
  }

  .line_number-2, .line_number-3 {
    width: 4em;
    height: 4em;
    max-height: 4em;
    max-width: 4em;
  }

  .header_video-bg {
    width: 16.6em;
    max-width: 16.6em;
    min-width: 16.6em;
  }

  .services_width-1 {
    max-width: 14em;
  }

  .navbar_language-link {
    font-size: 1.4em;
  }

  .navbar_language-link-mob {
    font-size: 1.2em;
  }

  .excel_video-content {
    width: 16.4em;
    height: 35.6em;
    max-height: 35.6em;
    max-width: 16.4em;
    top: 1.5em;
    left: .8em;
  }

  .excel_video-mob {
    width: 17.6em;
    height: 36.4em;
    max-height: 36.4em;
    max-width: 17.6em;
    top: 1.5em;
    left: .34em;
  }

  .border_tel {
    width: 17.6em;
    height: 33em;
    max-height: 33em;
    min-height: 33em;
    min-width: 17.7em;
  }

  .tel_showdow_serv {
    margin-top: .8em;
  }

  .excel_video-mob-uz {
    width: 17.6em;
    height: 36.4em;
    max-height: 36.4em;
    max-width: 17.6em;
    top: 1.5em;
    left: .34em;
  }

  .h1 {
    font-size: 3.8em;
  }

  .menu-wrap_lotie {
    width: 1.9em;
    height: 1.9em;
    padding: 0;
  }

  .nav-left {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: row;
  }

  .logo_wrapper {
    max-width: 11.6em;
  }

  .text-style-contacts {
    font-size: 1.6em;
  }

  .image-lang {
    width: 2em;
    height: 2em;
  }

  .nav-link {
    background-color: #fff;
    justify-content: center;
    padding-top: 2.7em;
    padding-bottom: 5em;
    display: flex;
  }

  .nav-menu {
    height: 24vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .btn_line-mob {
    margin-top: 0;
    font-size: 1.7em;
    font-weight: 500;
    display: block;
  }

  .nav-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .language {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-text {
    text-align: center;
    font-size: 1.7em;
  }

  .menu-wrap {
    color: var(--black);
    padding: 0;
  }

  .menu-wrap.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .btn_line-desktop {
    display: none;
  }

  .btn-white {
    font-size: 1.6em;
  }

  .about-text-wrap {
    width: 44%;
  }

  .btn-green {
    width: 100%;
    font-size: 1.7em;
  }

  .btn-green.hide-desk {
    display: block;
  }

  .about_video {
    width: 16.4em;
    height: 35.4em;
    max-height: 35.4em;
    max-width: 16.5em;
    top: .6em;
  }

  .feedback-item-wrap {
    flex-direction: column;
  }

  .feedback-item {
    display: none;
  }

  .feedback-item.hide-desk {
    width: 100%;
    display: block;
  }

  .feedback-img {
    width: 7em;
    height: 7em;
  }

  .feedback-text {
    font-size: 1.8em;
  }

  .slide-item {
    width: 95%;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    align-items: center;
  }

  .feedpack-slider {
    height: 14.5em;
  }

  .arrow-slider {
    width: 1.1em;
    height: 1.1em;
    left: -6%;
  }

  .arrow-icon {
    font-size: .5em;
  }

  .arrow-slider-right {
    width: 1.1em;
    height: 1.1em;
    left: auto;
    right: -6%;
  }

  .text-footer-small {
    font-size: 1.5em;
  }

  .section-2.white-banner.mb-24 {
    border-radius: 24px;
  }

  .logo_wrapper-fooer {
    max-width: 14em;
    min-width: 14em;
  }

  .language-wrapper-ru {
    margin-top: 5.6em;
  }

  .footer-wrap {
    justify-content: space-between;
    padding-right: 6.25em;
  }

  .logo-img-footer {
    min-width: 14em;
  }

  .language-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-text {
    font-size: 2.1em;
  }

  .footer-navigation {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .mb-36-2 {
    margin-bottom: 2.5em;
  }

  .flex-feedback, .qr-wrap {
    display: none;
  }

  .subtitle-small {
    font-size: 1.9em;
  }

  .services_width-1_uz {
    max-width: 14em;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 5em;
  }

  h3 {
    font-size: 2.54em;
  }

  p {
    font-size: 3em;
  }

  .section.mob-mb-20 {
    display: block;
  }

  .section.bg-footer {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .subtitle {
    font-size: 3em;
  }

  .num_text {
    font-size: 1.7em;
  }

  .btn {
    border-radius: 9px;
  }

  .btn_text {
    font-size: 1.4em;
  }

  .mb-25 {
    max-width: 100%;
    margin-bottom: 4em;
  }

  .mb-25.display_mob-none {
    width: 100%;
    min-width: 100%;
  }

  .bg_main {
    background-image: url('../images/bg-main-mob.webp');
    background-position: 50% 0;
    background-size: cover;
    border-radius: 20px;
  }

  .content-wrap {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .content-wrap.display_mob-none {
    flex-direction: column;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .header_content_wrap-in {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header_tel-img {
    width: 80%;
    max-width: 80%;
  }

  .desktop_filter_tab-lright {
    margin-bottom: 30px;
  }

  .tab-button {
    font-size: 1.42em;
  }

  .mt-162 {
    margin-top: 8.6em;
  }

  .slider {
    width: 18.7em;
    height: 37.8em;
    max-height: 37.8em;
    max-width: 18.7em;
  }

  .slider_arrow-left {
    left: -1em;
  }

  .slider_arrow-bg {
    width: .8em;
    height: .8em;
  }

  .slider_arrow-icon {
    width: .2em;
    height: .4em;
  }

  .slider_arrow-right {
    right: -1em;
  }

  .slider_arrow-icon-2 {
    width: .2em;
    height: .4em;
  }

  .line_number-1 {
    width: 3em;
    height: 3em;
    max-height: 3em;
    max-width: 3em;
  }

  .line_number-position.mb-16.display_mob-none {
    display: none;
  }

  .line_number-2, .line_number-3 {
    width: 3em;
    height: 3em;
    max-height: 3em;
    max-width: 3em;
  }

  .services_content {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .services_content-1 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .align_center {
    text-align: left;
    font-size: 3.5em;
  }

  .align_center.align_none-mob {
    font-size: 3.4em;
  }

  .services_tel-1, .services_tel-2, .services_tel-3 {
    width: 50em;
    max-width: 50em;
  }

  .footer_content_wrap-left {
    width: 100%;
    max-width: 100%;
  }

  .header_video-bg {
    width: 55em;
    height: 108.3em;
    max-height: 108.3em;
    max-width: 55em;
    min-height: 108.3em;
    min-width: 55em;
    border-radius: 37px;
    overflow: hidden;
  }

  .excel_tel-img {
    z-index: -1;
  }

  .services-content {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .line_number-position-mob.display_desktop-none {
    height: 105.7em;
    max-height: 105.7em;
    margin-right: 0;
    display: block;
  }

  .line_number-mob {
    width: .3em;
    height: 100%;
    max-height: 100%;
    max-width: .3em;
  }

  .line_number-1-_mob {
    width: 6em;
    height: 6em;
    max-height: 6em;
    max-width: 6em;
    left: -50%;
  }

  .line_number-2-_mob {
    width: 6em;
    height: 6em;
    max-height: 6em;
    max-width: 6em;
    top: 95.4%;
    left: -50%;
  }

  .line_number-3_mob {
    width: 6em;
    height: 6em;
    max-height: 6em;
    max-width: 6em;
    left: -50%;
  }

  .services_width-1 {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn-2 {
    border-radius: 9px;
  }

  .navbar_language-link {
    font-size: 1.6em;
  }

  .excel_video-content {
    width: 16.9em;
    height: 35.8em;
    max-height: 35.8em;
    max-width: 16.9em;
    top: 1.7em;
  }

  .excel_video-mob {
    width: 17.7em;
    height: 36.3em;
    max-height: 36.3em;
    max-width: 17.7em;
    top: 1.6em;
  }

  .btn-_uz {
    border-radius: 9px;
  }

  .btn_text-_uz {
    font-size: 1.4em;
  }

  .border_tel {
    width: 60em;
    height: 110em;
    max-height: 110em;
    min-height: 110em;
    min-width: 60em;
  }

  .tel_showdow_serv {
    width: 80%;
    max-width: 80%;
  }

  .btn_container-_uz {
    width: 32em;
    max-width: 32em;
  }

  .tab-button_uz {
    font-size: 1.42em;
  }

  .width_btn-uz {
    width: 24em;
    max-width: 24em;
  }

  .excel_video-mob-uz {
    width: 17.7em;
    height: 36.3em;
    max-height: 36.3em;
    max-width: 17.7em;
    top: 1.6em;
  }

  .btn-mob_uz, .btn-2_uz {
    border-radius: 9px;
  }

  .h1 {
    max-width: 100%;
    text-align: center;
    font-size: 5.3em;
  }

  .nav-left {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
  }

  .logo_wrapper {
    max-width: 18.4em;
  }

  .text-style-contacts {
    font-size: 2.7em;
  }

  .image-lang {
    width: 3.7em;
    height: 3.7em;
  }

  .nav-link {
    padding-top: 7em;
    padding-bottom: 11em;
  }

  .nav-menu {
    height: 34vw;
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .btn_line-mob {
    width: 80%;
    margin-top: 0;
    font-size: 3em;
  }

  .nav-wrapper {
    padding-top: 2.7em;
    padding-bottom: 2.7em;
  }

  .language {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
  }

  .nav-text {
    font-size: 2.8em;
  }

  .menu-wrap.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .btn-white {
    width: 100%;
    font-size: 3em;
  }

  .btn-white.hide-desk {
    display: block;
  }

  .btn-white.hide-mob {
    display: none;
  }

  .mb-2-75em {
    margin-bottom: 0;
  }

  .bg2-wrapper {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
    border-radius: 20px;
  }

  .about-component-1 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about-text-wrap {
    width: 100%;
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .about-img-wrap {
    width: 100%;
    border-radius: 20px;
    padding: 3em;
  }

  .text-flex {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .btn-green {
    font-size: 3em;
    display: block;
  }

  .img-wrap {
    width: 100%;
    border-radius: 20px;
  }

  .about_video {
    width: 52em;
    height: 120.1em;
    max-height: 124.3em;
    max-width: 52em;
    border-radius: 67px;
    top: 1em;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .about-component-2 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .feedback-component {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .feedback-item.hide-desk {
    padding: 4em 0 4em 6.7em;
  }

  .feedback-img {
    width: 8em;
    height: 8em;
  }

  .feedback-text {
    font-size: 3em;
  }

  .slide-wrapper {
    padding: 0;
  }

  .slide-item {
    width: 92%;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    align-items: flex-start;
  }

  .feedpack-slider {
    height: 100%;
  }

  .arrow-slider {
    left: -13%;
  }

  .arrow-slider-right {
    right: -4%;
  }

  .text-footer-small {
    font-size: 2.7em;
  }

  .section-2.white-banner.mb-24 {
    border-radius: 16px;
    margin-bottom: 3em;
  }

  .right-content {
    grid-column-gap: 17.75em;
    grid-row-gap: 17.75em;
  }

  .logo_wrapper-fooer {
    max-width: 24em;
    min-width: 24em;
  }

  .language-wrapper-ru {
    margin-top: 10.5em;
  }

  .footer-wrap {
    grid-column-gap: 8.5em;
    grid-row-gap: 8.5em;
    flex-direction: column;
    align-items: flex-start;
    padding: 6em 0;
  }

  .logo-img-footer {
    min-width: 24em;
  }

  .language-content {
    grid-column-gap: 4.5em;
    grid-row-gap: 4.5em;
  }

  .footer-text {
    font-size: 4em;
  }

  .footer-navigation {
    grid-column-gap: 3.9em;
    grid-row-gap: 3.9em;
  }

  .mb-36-2 {
    margin-bottom: 5em;
  }

  .left-content {
    grid-column-gap: 6.25em;
    grid-row-gap: 6.25em;
  }

  .content-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .content-wrap-2.display_mob-none {
    flex-direction: column;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .subtitle-small {
    font-size: 3em;
  }

  .services_width-1_uz {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8.53vw;
  }

  h2 {
    font-size: 7vw;
  }

  h3 {
    font-size: 6.7vw;
  }

  p {
    font-size: 4.4vw;
  }

  .section {
    width: 100%;
    max-width: 100%;
  }

  .section.bg_main {
    width: 100%;
  }

  .section.bg_main.mb-10em {
    width: 100%;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .section.pb-100 {
    padding-bottom: 5vw;
  }

  .section.pb-100.mob-mb-80 {
    margin-bottom: 1vw;
  }

  .section.bg_mob-header.display_desktop-none {
    display: block;
  }

  .section.bg_mob-header.display_desktop-none.mob-mb-50 {
    margin-bottom: 26vw;
  }

  .subtitle {
    font-size: 4.8vw;
  }

  .num_text {
    font-size: 5vw;
  }

  .btn {
    border-radius: 8px;
    padding: 5.33vw 18.67vw;
    font-size: 4.27vw;
    display: block;
  }

  .btn_text {
    text-align: center;
    font-size: 4vw;
  }

  .mb-36.mob-mb-50 {
    width: 83vw;
  }

  .mb-36.width-container {
    width: 87vw;
  }

  .mb-10.mob-mb-10 {
    margin-bottom: 2.67vw;
  }

  .mb-25 {
    margin-bottom: 4vw;
  }

  .pt-100 {
    padding-top: 21.33vw;
  }

  .mb-50 {
    margin-bottom: 8vw;
    padding-left: 5.33vw;
  }

  .mob-mb-40 {
    margin-bottom: 10.67vw;
  }

  .mob-mb-28 {
    margin-bottom: 7.47vw;
  }

  .mob-mb-50 {
    margin-bottom: 13.33vw;
  }

  .mob-mb-20 {
    margin-bottom: 5.33vw;
  }

  .mob-mb-60 {
    margin-bottom: 16vw;
  }

  .mob-mb-32 {
    margin-bottom: 8.53vw;
  }

  .mob-mb-24 {
    margin-bottom: 6.4vw;
  }

  .mob-mb-16 {
    margin-bottom: 4.27vw;
  }

  .mob-mb-18 {
    margin-bottom: 4.8vw;
  }

  .mob-mb-80 {
    margin-bottom: 21.33vw;
  }

  .navbar.mb-116 {
    padding-top: 12.53vw;
  }

  .navbar_link-logo {
    width: 28vw;
    height: 8vw;
  }

  .content-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-direction: column;
    margin-bottom: 4vw;
    padding: 4vw 5.33vw 6vw;
  }

  .header_content_wrap-in {
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header_tel-img {
    width: 56vw;
    max-width: 56vw;
  }

  .mb-105 {
    margin-top: 10.67vw;
  }

  .header_arrow {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8.5em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .arrow {
    width: 11.47vw;
    max-width: 11.47vw;
  }

  .desktop_filter_tab-lright {
    width: 100%;
    flex-direction: column;
    order: -1;
    margin-bottom: 2vw;
    overflow: hidden;
  }

  .desktop_filter_tab-left {
    width: 87vw;
    max-width: 87vw;
  }

  .btn_container {
    flex-direction: row;
    margin-bottom: 2vw;
    display: flex;
  }

  .tabs-menu {
    display: none;
  }

  .tab-button {
    margin-right: 1.25vw;
    padding: 4vw 6vw;
    font-size: 4vw;
    font-weight: 400;
  }

  .tab-button.tab-button-active {
    margin-right: 2vw;
  }

  .tab-pane {
    text-align: center;
    padding-top: 3vw;
    padding-right: 0;
  }

  .desctop_filter_tab {
    flex-direction: column;
  }

  .tab_icon-bg-1 {
    width: 12vw;
    height: 12vw;
    max-height: 12vw;
    max-width: 12vw;
    right: 13.8vw;
  }

  .tab_img-1 {
    width: 56vw;
    height: auto;
    max-height: none;
    max-width: 56vw;
  }

  .tab_icon {
    width: 6vw;
    height: 7vw;
    max-height: 7vw;
    max-width: 6vw;
  }

  .tab_img-2, .tab_img-3, .tab_img-4, .tab_img-5 {
    width: 56vw;
    height: auto;
    max-height: none;
    max-width: 56vw;
  }

  .mt-162 {
    margin-top: 10.67vw;
  }

  .tab_icon-bg-2 {
    z-index: 5;
    width: 12vw;
    height: 12vw;
    max-height: 12vw;
    max-width: 12vw;
    top: 0%;
    bottom: auto;
    left: 13.8vw;
    right: auto;
  }

  .tab_icon-2 {
    width: 6vw;
    height: 7vw;
    max-height: 7vw;
    max-width: 6vw;
  }

  .mt-156 {
    margin-top: 0;
  }

  .content_wrap-slider {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    padding-left: 0;
    display: flex;
  }

  .slider_img-1 {
    margin-right: 75vw;
  }

  .slider {
    width: 56vw;
    height: 114.3vw;
    max-height: none;
    max-width: 56vw;
  }

  .slider_img-2, .slider_img-3 {
    margin-right: 75vw;
  }

  .slider_arrow-left {
    left: -13.4vw;
  }

  .tab_icon-bg-3 {
    width: 13vw;
    height: 13vw;
    max-height: 13vw;
    max-width: 13vw;
    right: 8.1vw;
  }

  .slider_arrow-right {
    right: -13.4vw;
  }

  .services_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .services_content-1 {
    align-items: flex-start;
    margin-bottom: 9.33vw;
  }

  .align_center {
    text-align: left;
    font-size: 4.4vw;
  }

  .align_center.align_none-mob {
    text-align: left;
    font-size: 4.27vw;
  }

  .services_tel-1, .services_tel-2, .services_tel-3 {
    width: 58vw;
  }

  .tel_showdow-header {
    width: 49vw;
    height: 2vw;
    max-height: 2vw;
    max-width: 67vw;
    border-radius: 500vw;
    margin-top: -2vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .content_wrap_2-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    display: flex;
  }

  .header_video-bg {
    width: 52vw;
    height: 100vw;
    max-height: 100vw;
    max-width: 52vw;
    min-height: 100vw;
    min-width: 52vw;
    border-radius: 10vw;
  }

  .header_video {
    z-index: 2;
    width: 51vw;
    height: 111vw;
    max-height: 111vw;
    max-width: 51vw;
    top: auto;
    right: auto;
  }

  .excel_tel-img {
    width: 56vw;
    max-width: 56vw;
  }

  .header_main-mob {
    display: block;
  }

  .main_mob-1 {
    margin-top: 41vw;
    margin-bottom: 30vw;
  }

  .main_mob-2 {
    padding-top: 13vw;
    padding-bottom: 17vw;
  }

  .bg_mob-header, .main_mob, .display_desktop-none {
    display: block;
  }

  .display_mob-none {
    display: none;
  }

  .navbar-_mob {
    justify-content: space-between;
    align-items: center;
    padding-top: 12vw;
    display: flex;
  }

  .width-container-2 {
    width: 93vw;
  }

  .mob_mt-32 {
    margin-top: 8.53vw;
  }

  .width_content-filtr {
    width: 90vw;
    max-width: 90vw;
  }

  .excel_width-container {
    width: 89vw;
    max-width: 89vw;
  }

  .filter_btn {
    flex-direction: row;
    margin-bottom: 5vw;
    display: flex;
  }

  .tab_icon-3 {
    width: 6vw;
    height: 7vw;
    max-height: 7vw;
    max-width: 6vw;
  }

  .width_slider-text {
    width: 80vw;
    max-width: 80vw;
  }

  .services-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    display: flex;
  }

  .line_number-position-mob.display_desktop-none {
    width: 2.5vw;
    height: 126vw;
    max-height: 126vw;
    max-width: 2.5vw;
    min-height: 126vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line_number-mob {
    width: .53vw;
    max-width: .53vw;
  }

  .line_number-1-_mob {
    width: 10vw;
    height: 10vw;
    max-height: 10vw;
    max-width: 10vw;
    top: -1.4vw;
    left: auto;
  }

  .line_number-2-_mob {
    width: 10vw;
    height: 10vw;
    max-height: 10vw;
    max-width: 10vw;
    top: 94.4%;
    left: auto;
  }

  .line_number-3_mob {
    width: 10vw;
    height: 10vw;
    max-height: 10vw;
    max-width: 10vw;
    top: 93%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .services_width-1 {
    margin-left: 0;
  }

  .btn-2 {
    border-radius: 8px;
    padding: 5.33vw 18.67vw;
    font-size: 4.27vw;
    display: block;
  }

  .subtitle-2 {
    font-size: 4.8vw;
  }

  .footer_bg1 {
    z-index: 1;
    width: 100vw;
    height: 97vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .footer_bg1.display_desktop-none {
    z-index: 3;
  }

  .footer_content1 {
    margin-top: 5vw;
    margin-bottom: 0;
    padding-top: 10.67vw;
    padding-bottom: 1vw;
  }

  .footer_content {
    padding-top: 114vw;
  }

  .footer_tel {
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .width_footer-h2 {
    width: 87vw;
    max-width: 87vw;
  }

  .footer_bg-2 {
    z-index: -1;
    width: 135%;
    height: 276vw;
    max-height: 276vw;
    max-width: 134%;
    margin-top: -101vw;
    margin-left: -17vw;
    margin-right: 0;
    padding-top: 0;
    position: relative;
  }

  .overflow_hidden {
    justify-content: center;
    align-items: center;
  }

  .overflow_hidden.display_desktop-none {
    display: block;
  }

  .img_footer {
    z-index: 2;
    width: 56vw;
    max-width: 56vw;
  }

  .navbar_language--mob {
    grid-column-gap: 3vw;
    align-items: center;
    padding-right: 1vw;
    display: flex;
  }

  .navbar_language-link-mob {
    color: var(--black);
    font-size: 5vw;
    font-weight: 400;
    text-decoration: none;
  }

  .scrol_width {
    width: 224vw;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
  }

  .arrow_bg-mob {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: auto;
    bottom: -9.5vw;
    left: auto;
    right: auto;
  }

  .main_tel-content {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .html_video_mob-main {
    display: block;
  }

  .excel_video-content {
    width: 82vw;
    height: 167vw;
    max-height: 167vw;
    max-width: 82vw;
    border-radius: 11vw;
    display: none;
    top: 4.1vw;
    left: 3.9vw;
  }

  .html_video_mob-excel {
    display: block;
  }

  .excel_video-mob {
    width: 51vw;
    height: 111vw;
    max-height: 111vw;
    max-width: 51vw;
    border-radius: 11vw;
    display: block;
    top: auto;
    left: auto;
  }

  .btn-_uz {
    border-radius: 8px;
    padding: 5.33vw 18.67vw;
    font-size: 4.27vw;
    display: block;
  }

  .btn-_uz.display_mob-none {
    display: none;
  }

  .btn_text-_uz {
    font-size: 4vw;
  }

  .border_tel {
    width: 54vw;
    height: 100vw;
    max-height: 100vw;
    max-width: 54vw;
    min-height: 100vw;
    min-width: 54vw;
  }

  .tel_showdow_serv {
    width: 49vw;
    height: 2vw;
    max-height: 2vw;
    max-width: 49vw;
    margin-top: -2vw;
    margin-left: 6vw;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .uz_img {
    width: 8.8vw;
    max-width: 8.8vw;
  }

  .html_video_mob-uz {
    display: block;
  }

  .ru_img {
    width: 8.8vw;
    max-width: 8.8vw;
  }

  .width-container-2-uz {
    width: 82vw;
  }

  .tab_img-1-_uz, .tab_img-2-_uz, .tab_img-3-_uz, .tab_img-4-_uz, .tab_img-5_uz {
    width: 62.67vw;
    height: auto;
    max-height: none;
    max-width: 62.67vw;
  }

  .btn_container-_uz {
    flex-direction: row;
    margin-bottom: 2vw;
    display: flex;
  }

  .tab-button_uz {
    text-align: center;
    margin-right: 1.25vw;
    padding: 4vw 3vw;
    font-size: 4vw;
    font-weight: 400;
  }

  .tab-button_uz.tab-button-active {
    margin-right: 2vw;
  }

  .btn_container--uz1 {
    flex-direction: row;
    margin-bottom: 2vw;
    display: flex;
  }

  .tab_img-1--uz, .tab_img-2-uz, .tab_img-3-uz, .tab_img-4-uz, .tab_img-5--uz {
    width: 56vw;
    height: auto;
    max-height: none;
    max-width: 56vw;
  }

  .html_video_mob-excel-_uz {
    display: block;
  }

  .excel_video-mob-uz {
    width: 51vw;
    height: 111vw;
    max-height: 111vw;
    max-width: 51vw;
    border-radius: 11vw;
    display: block;
    top: 3.9vw;
    left: auto;
  }

  .content-wrap-uz {
    flex-direction: column;
  }

  .slider_img-1_uz, .slider_img-2_uz, .slider_img-3_uz {
    margin-right: 75vw;
  }

  .services_tel-1_uz, .services_tel-2_uz, .services_tel-3_uz {
    width: 58vw;
    max-width: 58vw;
  }

  .services_content-_uz {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 13vw;
  }

  .line_number-3_mob_uz {
    width: 10vw;
    height: 10vw;
    max-height: 10vw;
    max-width: 10vw;
    top: 95.3%;
    bottom: auto;
    right: auto;
  }

  .line_number-2-_mob_uz {
    width: 10vw;
    height: 10vw;
    max-height: 10vw;
    max-width: 10vw;
    top: 47.4%;
  }

  .btn-mob_uz, .btn-2_uz {
    border-radius: 8px;
    padding: 5.33vw 18.67vw;
    font-size: 4.27vw;
    display: block;
  }

  .h1 {
    font-size: 7vw;
    line-height: 112%;
  }

  .scrol_width_uz {
    width: 259vw;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
  }

  .line_number-position-mob_uz.display_desktop-none {
    width: 2.5vw;
    height: 253vw;
    max-height: 253vw;
    max-width: 2.5vw;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line_number-mob_uz {
    width: .53vw;
    height: 253vw;
    max-height: 253vw;
    max-width: .53vw;
  }

  .filter_btn_uz {
    flex-direction: row;
    margin-bottom: 3vw;
    display: flex;
  }

  .menu-wrap_lotie {
    width: 12vw;
    height: 12vw;
    padding: 1vw;
  }

  .nav-left {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .logo_wrapper {
    max-width: 24vw;
    padding-left: 0;
  }

  .text-style-contacts {
    font-size: 3.73vw;
  }

  .image-lang {
    width: 5vw;
    height: 5vw;
  }

  .nav-link {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 8vw;
    padding-bottom: 0;
  }

  .nav-menu {
    height: 70vw;
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
  }

  .btn_line-mob {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 6.13vw 1vw;
    font-size: 5vw;
    display: flex;
  }

  .nav-wrapper {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .nav {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }

  .nav-text {
    font-size: 5vw;
  }

  .menu-wrap {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-wrap.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .btn-white {
    padding: 6.13vw 1vw;
    font-size: 5vw;
  }

  .bg2-wrapper {
    grid-column-gap: 16vw;
    grid-row-gap: 16vw;
    padding: 6vw 5.33vw;
  }

  .bg2-wrapper.mb-12em {
    margin-bottom: 6vw;
  }

  .about-component-1, .about-text-wrap {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .about-img-wrap {
    border-radius: 16px;
    padding: 5vw;
  }

  .text-flex {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .btn-green {
    padding: 6.13vw 1vw;
    font-size: 5vw;
  }

  .img-wrap {
    border-radius: 16px;
  }

  .about_video {
    width: 51vw;
    height: 110vw;
    max-height: 110vw;
    max-width: 51vw;
    border-radius: 9vw;
  }

  .about-component-2 {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .list-img {
    width: 5vw;
    min-width: 5vw;
  }

  .list-content, .feedback-component {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .feedback-item-wrap {
    width: 100%;
  }

  .feedback-item.hide-desk {
    width: 100%;
    border-radius: 16px;
    padding: 6vw 4vw 6vw 7vw;
  }

  .feedback-text {
    font-size: 3.7vw;
  }

  .slide-item {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .feedpack-slider {
    width: 100%;
    height: auto;
  }

  .arrow-slider {
    width: 10vw;
    height: 10vw;
    left: -13%;
  }

  .arrow-icon {
    font-size: 5vw;
  }

  .arrow-slider-right {
    width: 10vw;
    height: 10vw;
    right: -10%;
  }

  .text-footer-small {
    font-size: 3.73vw;
  }

  .section-2 {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }

  .section-2.white-banner.mb-24 {
    width: 97.87vw;
    border-radius: 16px;
    margin-bottom: 4.27vw;
  }

  .logo_wrapper-fooer {
    max-width: 29.87vw;
    min-width: 29.87vw;
    padding-left: 0;
  }

  .language-wrapper-ru {
    margin-top: 14vw;
  }

  .footer-wrap {
    grid-column-gap: 10.67vw;
    grid-row-gap: 10.67vw;
    padding: 10.67vw 0;
  }

  .logo-img-footer {
    min-width: 29.87vw;
  }

  .language-content {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .footer-text {
    font-size: 5.33vw;
  }

  .footer-navigation {
    grid-column-gap: 4.8vw;
    grid-row-gap: 4.8vw;
  }

  .mb-36-2 {
    margin-bottom: 7.47vw;
  }

  .left-content {
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
  }

  .content-wrap-2 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: column;
    margin-bottom: 4vw;
    padding: 6vw 5.33vw;
  }

  .subtitle-small {
    font-size: 4.8vw;
  }

  .services_width-1_uz {
    margin-left: 0;
  }
}


