body {
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #253651;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 60px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}

h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #253651;
  margin-bottom: 15px;
}

.just_txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #5b6e8e;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

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

:root {
  --main-color: #2974ee;
}

.container {
  max-width: 1320px;
  padding: 0 15px;
  margin: 0 auto;
}

.hidden-anim {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transition: 0.8s cubic-bezier(.34, .88, .44, .95);
}

.leftAnim {
  translate: -50px 0;
  transition: 1s;
}

.rightAnim {
  translate: 50px 0;
}

.bottomAnim {
  translate: 0 50px;
}

.topAnim {
  translate: 0 -50px;
}

.scaleAnim {
  scale: 0.1;
}

.scaleAnim07 {
  scale: 0.7;
}

.delay_02 {
  transition-delay: 0.2s;
}

.delay_03 {
  transition-delay: 0.3s;
}

.delay_04 {
  transition-delay: 0.4s;
}

.delay_05 {
  transition-delay: 0.5s;
}

.delay_06 {
  transition-delay: 0.6s;
}

.delay_08 {
  transition-delay: 0.8s;
}

.delay_1 {
  transition-delay: 1s;
}


.show-elements.leftAnim,
.show-elements.rightAnim,
.show-elements.bottomAnim,
.show-elements.topAnim,
.show-elements.scaleAnim,
.show-elements.scaleAnim07 {
  translate: 0;
  visibility: visible;
  opacity: 1;
  scale: 1;
}

.burger_block {
  display: none;
}

.burger-menu-wraper {
  display: none;
  width: 45px;
  height: 27px;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  /* margin-right: 15px; */
}

.mobile_menu .menu-header li {
  width: 100%;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.show-menu span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.show-menu span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.show-menu span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.show-menu span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile_menu {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 200;
  /* background: #fff; */
  transition: 0.4s;
  /* border-bottom: 1px solid lightgray; */
  isolation: isolate;
}

.header:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(17, 17, 17, 0.7) 69%);
  height: 140%;
  transition: 0.2s;
}

.header.sticky:after {
  opacity: 0;
}

.header.sticky {
  background: var(--main-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.header.sticky .custom-logo {
  opacity: 0;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s;
  padding: 24px 0;
}

@media (min-width: 992px) {
  .header.sticky .header_wrapper {
    padding: 10px 0;
  }
}

.menu-header ul {
  display: flex;
  align-items: center;
  gap: 50px;
}

.logo_wrapper {
  position: relative;
}

.header_logo_st {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 0.3s;
  opacity: 0;
  width: 244px;
}

.header.sticky .header_logo_st {
  opacity: 1;
}

.menu-header ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  transition: 0.4s;
}

.header.sticky .menu-header ul li a,
.header.sticky .header_lang__btn span {
  color: #fff;
}

.header.sticky .menu-header .sub-menu li a,
.header .menu-header .sub-menu li a {
  color: #000;
}

.header .earth_icon {
  fill: white;
}

.header .arrow_lang {
  stroke: white;
}

.header.sticky .menu-item-has-children a:after {
  filter: invert(1) brightness(11);
}

@media(min-width: 1380px) {
  .menu-header ul li a {
    font-size: 16px;
  }
}

/* .menu-header ul li a:hover {
  color: var(--main-color);
} */

.header_right-side {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (min-width: 992px) {
  .header.sticky .header_num {
    font-size: 20px;
  }
}

.dropdown_lang .dropdown_menu a,
.header_lang__btn span {
  transition: 0.3s;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  padding-right: 0;
}

.dropdown_lang .dropdown_menu a {
  color: #000;
}

.header_lang__btn {
  background: transparent;
  height: auto;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* .header_lang__btn svg {
  position: absolute;
  top: 21px;
  right: 27%;
} */

.dropdown_lang .dropdown_menu a:hover {
  color: var(--main-color);
}

.dropdown_lang .dropdown_menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 23px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: white;
  width: 50px;
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1;
  left: 9px;
  border-radius: 5px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.dropdown_lang.open .dropdown_menu {
  opacity: 1;
  visibility: visible;
}

.dropdown_item.disabled {
  display: none;
}

.dropdown_lang {
  position: relative;
  top: 0;
}

.home_top_slide img {
  width: 100%;
}

.home_top_slide {
  position: relative;
}

@media(max-width: 1570px) {
  .home_top_slide {
    height: 100vh;
  }

  .home_top_slide img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
}

.slick-arrow {
  position: absolute;
  bottom: 30px;
  right: 60px;
  right: calc((100vw - 1320px) / 2 + 15px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0;
  color: transparent;
  width: 54px;
  height: 54px;
  background: var(--main-color);
  z-index: 10;
  transition: 0.4s;
}

.home_top .slick-arrow {
  background: white;
}

.home_top .slick-arrow:hover {
  background: #b1cfff;
}

.slick-arrow:hover {
  background: #5d9aff;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(/wp-content/uploads/2025/07/arrow-white.svg);
  display: block;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.home_top .slick-arrow:before {
  filter: invert(1);
}

.home_top_slide_ibf {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc((100vw - 1320px) / 2 + 15px);
  z-index: 10;
}

.home_top_slide_ibf span,
.home_top_slide_ibf h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 43px;
  line-height: 120%;
  /* text-transform: uppercase; */
  color: #fff;
  display: block;
  margin-bottom: 20px;
  /* max-width: 580px;
    */
  max-width: 740px;
}

.home_top_slide_ibf div {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 25px;
  max-width: 550px;
}

.blue_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  transition: 0.4s;
  border-radius: 35px;
  padding: 0 35px;
  height: 53px;
  border: unset;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.blue_btn_top_mob {
  display: none;
}

.home_top .blue_btn {
  font-size: 18px;
}

.home_top_slide_ibf .blue_btn {
  background: white;
  color: #000;
  margin-top: 10px;
}

.home_top_slide_ibf .blue_btn:hover {
  background: #c3daff;
  color: #000;
}

.blue_btn:hover {
  background: #0842a2;
  color: #fff;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: calc((100vw - 1320px) / 2 + 15px);
  bottom: 50px;
}

.slick-dots button {
  border: unset;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  width: 15px;
  height: 15px;
}

.slick-dots .slick-active button {
  background: transparent;
  border: 3px solid white;
  width: 18px;
  height: 18px;
}

.slick-prev {
  right: calc((100vw - 1176px) / 2 + 15px);
  rotate: 180deg;
}

.whereuse_title {
  text-align: center;
}

.whereuse {
  padding: 70px 0 120px;
}

.whereuse_subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #5b6e8e;
}

.whereuse_wrapper {
  display: flex;
  gap: 60px;
  margin-top: 45px;
}

.whereuse_side {
  flex-basis: 50%;
}

.whereuse_video .video {
  height: 364px;
  border-radius: 15px;
  overflow: hidden;
  position: sticky;
  top: 70px;
}

.video-preview {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.video_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 234px;
  height: 234px;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.video_icon svg {
  position: relative;
  left: 5px;
  top: 3px;
  transition: 0.3s;
}

.video_icon:hover svg {
  scale: 1.1;
}

.whereuse_info_title {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #253651;
  margin-bottom: 20px;
}

.whereuse_info_item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.whereuse_info_item:last-child {
  margin-bottom: 0;
}

.whereuse_info_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background: #eaf2ff;
}

.whereuse_info_item_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #253651;
}

.whereuse_info_item_descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #5b6e8e;
}

.blue_block {
  padding: 60px 0 90px;
  background: #2974ee;
  position: relative;
  margin-top: 50px;
}

.main_home {
  overflow: clip;
}

.blue_block:before {
  content: '';
  position: absolute;
  top: -40px;
  rotate: 3deg;
  z-index: -1;
  width: 110%;
  left: -10px;
  right: 0;
  height: 123px;
  background: var(--main-color);
}

.blue_block:after {
  content: '';
  position: absolute;
  bottom: -40px;
  rotate: 3deg;
  z-index: -1;
  width: 110%;
  left: -10px;
  right: 0;
  height: 123px;
  background: var(--main-color);
}

.blue_block_title {
  color: #fff;
  text-align: center;
}

.blue_block_subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  max-width: 1164px;
  margin: 0 auto;
}

.dostup_section_blocks {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.dostup_section_block {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
}

.dostup_section_block:nth-last-child(-n+2) {
  flex-direction: row-reverse;
}

.dostup_section_block_side {
  flex-basis: 50%;
}

.dostup_section_block_img img {
  width: 100%;
}

.dostup_section_block_title {
  font-weight: 700;
  font-size: 21px;
  line-height: 110%;
  text-align: center;
  color: #253651;
  margin-bottom: 15px;
}

.dostup_section_block_descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #5b6e8e;
}

.dostup_section_block_txt {
  padding: 30px;
}

.blue_block_banner {
  margin-top: 120px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  /* overflow: hidden; */
}

.blue_block_banner_txt {
  flex-basis: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue_block_banner_img {
  flex-basis: 55%;
  background: var(--main-color);
  position: relative;
  border-radius: 8px;
  height: 375px;

}

.blue_block_banner_img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.blue_block_banner_img_robot {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.blue_block_banner_title {
  font-weight: 700;
  font-size: 27px;
  line-height: 110%;
  color: #253651;
  margin-bottom: 15px;
}

.blue_block_banner_descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #5b6e8e;
  margin-bottom: 35px;
}

/* .blue_block_banner_btn {
  background: #0f0;
  color: #fff;
}

.blue_block_banner_btn:hover {
  background: rgb(0, 175, 0);
  color: #fff;
} */

.blue_block_banner_txt_wrapper {
  max-width: 410px;
}

.robot_types_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 25px 0 60px;
  flex-wrap: wrap;
}

.robot_types_wrapper {
  display: flex;
  align-items: center;
  gap: 90px;
}

.robot_types_models {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 35px 0;
}

.robot_types_models_img img {
  width: 100%;
  height: 111px;
  object-fit: contain;
}

.cnc .robot_types_models_img img {
  height: 68px;
}

.tab-button {
  background: #eaf2ff;
  border-radius: 5px;
  padding: 0 30px;
  height: 58px;
  border: unset;
  transition: 0.3s;
}

.tab-button:hover {
  background: #c6d8f5;
}

.tab-button.active {
  background: var(--main-color);
  color: white;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: flex;
}

.robot_types {
  padding: 120px 0 80px;
}

.robot_types_title {
  text-align: center;
}

.robot_types_slider,
.robot_types_info {
  flex-basis: 50%;
  width: 50%;
}

.robot_types_slider {
  max-width: 600px;
}

.robot_types_slider_item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.robot_types_slider_item span {
  display: block;
  font-weight: 700;
  font-size: 27px;
  color: #253651;
  margin-top: 33px;
  white-space: nowrap;
  text-align: center;
}

.robot_types_slider .slick-arrow {
  bottom: unset;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  background: transparent;
  border: 1px solid var(--main-color);
}

.robot_types_slider .slick-arrow:hover {
  background: var(--main-color);
}

.robot_types_slider .slick-arrow:hover:before {
  filter: invert(1) brightness(11);
}

.robot_types_slider .slick-prev {
  right: unset;
  left: 0;
}

.robot_types_slider .slick-arrow:before {
  background-image: url(/wp-content/uploads/2025/07/blue-arrow.svg);
  width: 9px;
  height: 16px;
}

.robot_types_slider_item_img {
  position: relative;
}

.robot_types_slider_item_img:before,
.robot_types_models_img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  width: 360px;
  height: 360px;
  background: #EAF2FF;
  z-index: -1;
}

.robot_types_models_img {
  position: relative;
  isolation: isolate;
}

.robot_types_models_img:before {
  width: 80px;
  height: 80px;
  transition: 0.4s;
}

.robot_types_models_img:hover:before {
  width: 90px;
  height: 90px;
}

.robot_types_models_name {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #253651;
  margin-top: 10px;
}

.robot_types_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blue_btn_transp {
  background: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.mfp-bg {
  background: #fff;
  opacity: 0.95;
}

.mfp-figure:after {
  background: transparent;
  /* border-radius: 50%;
  width: 630px;
  height: 630px; */
  box-shadow: unset;
}

.mfp-close {
  color: #000;
  font-size: 46px;
  position: fixed;
  top: 50px;
  right: 50px !important;
  filter: invert(1);
}

.mfp-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.mfp-title-name {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.mfp-title-price {
  font-size: 22px;
  color: #0db800;
  font-weight: 700;
}

.robot_types_gray {
  background: #f2f7ff;
}

.robot_types_gray .robot_types_models_img:before {
  background: white;
}

.robot_types_gray .robot_types_slider_item_img:before {
  background: white;
}

.robot_types_60 {
  padding: 60px 0;
}

.optimisation_blocks {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}

.optimisation_block {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-basis: calc(33.9% - 25px);
}

.optimisation_block_icon {
  height: 90px;
  display: flex;
  align-items: center;
}

.optimisation_block_icon svg {
  width: 100%;
}

.optimisation .blue_block_banner_img_robot,
.whywe .blue_block_banner_img_robot {
  bottom: 0;
}

.optimisation {
  padding: 50px 0 74px;
  margin-top: 91px;
  z-index: 100;
}

.awp_series {
  padding-bottom: 160px;
  margin-bottom: -105px;
}

.optimisation_block_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #253651;
  margin-bottom: 5px;
}

.optimisation_block_descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #253651;
}

.optimisation:after {
  bottom: -64px;
}

.ahp_series {
  padding-top: 95px;
}

.cnc .robot_types_slider_item span {
  white-space: unset;
}

.sertificates {
  padding: 125px 0 100px;
}

.sertificates_title {
  text-align: center;
  margin-bottom: 40px;
}

.sertificate_item {
  margin: 0 20px;
}


.sertificate_item img {
  width: 100%;
  height: 370px;
  border-radius: 10px;
}

.sertificates img.mfp-img {
  height: 100vh !important;
}

.whywe:after {
  bottom: -58px;
}

.whywe {
  padding-bottom: 80px;
}

.form_section {
  padding: 80px 0;
}

.form_section_wrapper {
  display: flex;
  gap: 15px;
}

.form_section_side {
  flex-basis: 50%;
}

.form_section_i {
  background: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
}

.form_section_i img {
  border-radius: 15px;
  /* width: 100%; */
}

.form_section_f {
  background: white;
  border-radius: 15px;
  padding: 35px;
}

.form_title p {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #253651;
}

.form_subtitle p {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #253651;
}

.form_wrap>p {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.form_wrap_popup>p {
  margin-bottom: 0;
  gap: 15px;
}

.wpcf7-form-control {
  border: 1px solid #dee1ff;
  border-radius: 15px;
  padding: 0 25px;
  height: 58px;
  color: #253651;
}

select.wpcf7-form-control {
  height: 58px !important;
  padding-left: 21px;
}

.select_form_wrapper {
  display: block;
}

.select_form_wrapper_bottom {
  margin-top: 15px;
}

.select_form_wrapper .select_form_wrapp_title {
  display: block;
  margin-bottom: 5px;

}

.wpcf7-form-control::placeholder,
.select_form_wrapper .select_form_wrapp_title {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #253651;
  opacity: 0.5;
}

.wpcf7-submit {
  background: var(--main-color);
  background: #00d400;
  border-radius: 55px;
  padding: 0 30px;
  height: 58px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  margin-top: 23px;
  position: relative;
  left: 50%;
  translate: -50% 0;
  transition: 0.3s;
  border: unset;
}

.wpcf7-submit:hover {
  background: #00ba00;
  border: unset;
  color: #fff;
}

.seo_wrapper {
  margin-top: 120px;
}

.seo_block {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.seo_block:nth-child(even) {
  flex-direction: row-reverse;
}

.seo_block_side {
  flex-basis: 50%;
}

.seo_block_side img {
  width: 100%;
  border-radius: 12px;
}

.seo_block_title {
  margin-bottom: 20px;
}

.seo_block_descr p {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #253651;
}

.mfp-title-weight {
  color: #000;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
}

footer {
  padding: 60px 0;
  background: var(--main-color);
}

.footer_content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer_social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.footer_menu_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  display: block;
  margin-bottom: 25px;
}

.menu-footer ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.menu-footer ul li {
  margin-bottom: 12px;
}

.footer_menu_pages .menu-footer ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 210px;
  column-gap: 35px;
}

.footer_menu_contact_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #4792ff;
  border-radius: 15px;
  padding: 20px 25px;
}

.footer_menu_contact_wrapper a {
  transition: 0.3s;
}

.footer_menu_contact_wrapper a:hover {
  color: #0f0;
}

.footer_contact_item {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.footer_contact_item_phone {
  font-size: 23px;
}

.footer_contact_item_mail {
  font-size: 21px;
}

.footer_content_bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer_content_bottom span,
.footer_content_bottom a {
  /* font-style: italic; */
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #fff;
}

.moda_overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: 0.3s;
}

.moda_overlay.show {
  opacity: 0.5;
  visibility: visible;
}

.modal_block {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: white;
  border-radius: 15px;
  padding: 80px 60px 60px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  scale: 0.2;
  max-width: 660px;
}

.modal_block.show {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.modal_block_close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
}

.modal_block_close:hover {
  background: #0d59d6;
}

.modal_block .form_title p {
  margin-bottom: 35px;
}

.modal_block .wpcf7-form-control {
  margin-bottom: 15px;
  max-width: 100%;
  margin: 0 auto 15px;
}

.modal_block .wpcf7-submit {
  margin-top: 25px;
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-not-valid {
  border: 1px solid red;
}

.sub-menu {
  position: absolute;
  top: 70px;
  background: white;
  z-index: 200;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 12px !important;
  column-gap: 40px !important;
  align-items: flex-start !important;
  padding: 20px 30px;
  border-radius: 5px;
  height: 174px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  translate: 0 20px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

.header.sticky .sub-menu {
  top: 62px;
}

.sub-menu a {
  white-space: nowrap;
}

@media(min-width: 992px) {
  .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }
}

.menu-item-has-children {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.menu-item-has-children>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-item-has-children a:after {
  content: '';
  width: 10px;
  height: 6px;
  background-image: url(/wp-content/uploads/2025/07/menu-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  rotate: 180deg;
  transition: 0.3s;
  filter: invert(1) brightness(11);
}

.menu-item-has-children:hover a:after {
  rotate: 0deg;
}

img.mfp-img {
  height: 75vh !important;
  margin-top: -50px;
  object-fit: cover;
  padding: 0;
  border-radius: 10px;
}

.mfp-arrow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--main-color) !important;
  opacity: 1 !important;
  right: 20px;
}

.mfp-arrow-left {
  right: unset;
  left: 20px;
  rotate: 180deg;
}

.mfp-arrow:after {
  display: none;
}

.mfp-arrow:before {
  border: unset;
  margin-top: 0;
  margin-left: 0;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(/wp-content/uploads/2025/07/arrow-white.svg);
  display: block;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-layer iframe {
  width: 100%;
  /* height: 100%; */
}

.robot_types_wrapper .video-preview {
  height: 533px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.robot_types_wrapper .video:has(iframe) .video-preview {
  display: none;
}

.robot_types_wrapper .video-layer {
  display: flex;
  align-items: center;
}

.robot_types_wrapper .video-layer:has(iframe) {
  height: 533px;
}

.robot_types_wrapper .video-layer iframe {
  border-radius: 15px;
}

.home_top_slide_img_m {
  display: none !important;
}

.page_in {
  padding-top: 90px;
  position: relative;
  isolation: isolate;
}

.thx_bg {
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}

.thx_bg1 {
  top: 0;
  left: 0;
}

.thx_bg2 {
  bottom: -150px;
  left: 10%;
}

.thx_bg3 {
  bottom: -245px;
  right: 0;
}

.thx_wrapper {
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thx_title {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #253651;
  margin: 35px 0 15px;
}

.thx_subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #253651;
}

.link-to-home {
  background: #2974ee;
  border-radius: 37px;
  padding: 0 30px;
  height: 58px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  display: none;
}

.link-to-home:hover {
  background: #0842a2;
  color: #fff;
}

.page-template-page-thanks footer,
.error404 footer {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.page-template-page-thanks .menu-header ul li a,
.error404 .menu-header ul li a {
  color: #000;
}

.page-template-page-thanks .menu-item-has-children a:after,
.error404 .menu-item-has-children a:after {
  filter: unset;
}

.page-template-page-thanks .dropdown_lang .dropdown_menu a,
.page-template-page-thanks .header_lang__btn span,
.error404 .dropdown_lang .dropdown_menu a,
.error404 .header_lang__btn span {
  color: #000;
}

.page-template-page-thanks .header_lang__btn svg,
.error404 .header_lang__btn svg {
  filter: invert(1);
}

.page-template-page-thanks .header.sticky .header_lang__btn svg,
.error404 .header.sticky .header_lang__btn svg {
  filter: unset;
}

.page-template-page-thanks .page_in,
.error404 .page_in {
  overflow: hidden;
}

.bg_404 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.link-to-home-404 {
  display: flex;
}

.title_404 {
  background: #fff;
  border-radius: 15px;
  padding: 0 30px;
  height: 86px;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-align: center;
  color: #253651;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.err_icon {
  position: relative;
  bottom: -43px;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.mfp-bottom-bar {
  margin-top: 0 !important;
}


.header_mob_btn {
  display: none;
}


.privacy-policy main {
  padding-top: 120px;
}

.privacy-policy main h1 {
  text-align: center;
  margin-bottom: 20px;
}

.privacy-policy .entry-content {
  margin-bottom: 50px;
}

.privacy-policy ol {
  padding-left: 18px;
  margin-top: 25px;
  margin-bottom: 5px;
}

html:not(:has(.home)) header {
  background: var(--main-color);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}

html:not(:has(.home)) header:after {
  opacity: 0;
}

html:not(:has(.home)) .custom-logo {
  display: none;
}

html:not(:has(.home)) .header_logo_st {
  display: block;
  opacity: 1;
  position: unset;
}














































































@media(max-width: 1280px) {
  .home_top_slide_ibf {
    left: 15px;
  }

  .slick-dots {
    left: 15px;
  }

  .home_top .slick-arrow {
    right: 15px;
  }

  .home_top .slick-prev {
    right: 80px;
  }
}

@media(max-width: 1025px) {

  .home_top_slide_ibf span,
  .home_top_slide_ibf h1 {
    font-size: 42px;
    max-width: 455px;
  }

  .custom-logo {
    width: 245px;
  }

  .menu-header ul,
  .header_right-side {
    gap: 34px;
  }

  .whereuse_video .video {
    height: 265px;
  }

  .video_icon {
    width: 185px;
    height: 185px;
  }

  .dostup_section_block_txt {
    padding: 0 15px;
  }

  .dostup_section_block_title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .dostup_section_block_descr {
    font-size: 13px;
  }

  .dostup_section_blocks {
    gap: 17px;
    margin-top: 35px;
  }

  .blue_block_banner {
    margin-top: 60px;
  }

  .robot_types_wrapper {
    gap: 40px;
  }

  .robot_types_models_img img {
    height: 85px;
  }

  .robot_types_models_name {
    font-size: 12px;
  }

  .robot_types_models {
    grid-template-columns: repeat(4, 1fr);
  }

  .form_section_i img {
    width: 100%;
  }

  .form_section_f {
    padding: 15px;
  }

  .form_subtitle {
    margin-bottom: 15px;
  }

  .form_title p {
    line-height: 115%;
    font-size: 31px;
  }

  .form_subtitle p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .wpcf7-form-control {
    height: 48px;
  }

  .seo_block {
    gap: 35px;
    margin-bottom: 45px;
  }

  .seo_block:last-child {
    margin-bottom: 0;
  }

  .footer-logo-wrapper img {
    width: 190px;
  }

  .footer_content {
    gap: 34px;
  }

  .footer_menu_pages .menu-footer ul {
    height: auto;
  }

  .footer_contact_item_phone {
    font-size: 19px;
  }

  .menu-footer ul li {
    margin-bottom: 8px;
  }

  .footer_menu_title {
    margin-bottom: 18px;
  }
}

@media(max-width: 992px) {

  .modal_block {
    padding: 60px 30px 45px 30px;
  }

  .footer_content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header_logo_st {
    width: auto;
  }

  .dropdown_lang {
    display: none;
  }

  .custom-logo {
    width: auto;
  }

  .home_top_slide {
    height: 88vh;
  }

  .home_top_slide_ibf span,
  .home_top_slide_ibf h1 {
    font-size: 33px;
    max-width: 580px;
  }

  .whereuse {
    padding: 35px 0 60px;
  }

  h2 {
    font-size: 28px;
  }

  .whereuse_info_item_icon {
    width: 58px;
    min-width: 58px;
    height: 58px;
  }

  .whereuse_info_item {
    margin-bottom: 18px;
    gap: 15px;
  }

  .whereuse_info_item_descr {
    line-height: 130%;
  }

  .whereuse_wrapper {
    gap: 34px;
    margin-top: 35px;
  }

  .menu-header {
    display: none;
  }

  .burger_block {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    top: 2px;
  }

  .burger-menu-wraper {
    display: block;
  }

  .menu-item-has-children {
    position: relative;
  }

  .submenu_btn {
    width: 22px;
    height: 14px;
    /* border: 1px solid red; */
    background-image: url(/wp-content/uploads/2025/07/menu-arrow.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    rotate: 180deg;
    transition: 0.3s;
    position: absolute;
    top: 8px;
    right: 0;
  }

  .menu-item-has-children:has(.openSub) .submenu_btn {
    transform: scale(-1);
  }

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

  .mobile_menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* justify-content: space-between; */
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    translate: 0 -120%;
    z-index: 50;
    background-color: white;
    position: fixed;
    inset: 0;
    padding: 100px 15px 100px;
    /* background-image: url(/wp-content/uploads/2023/10/mobile-menu-bg.svg); */
    /* background-repeat: no-repeat;
    background-size: cover; */
    overflow: auto;
    height: 100vh;
  }



  .menu-item-has-children a:after {
    display: none;
  }

  .menu-header ul {
    gap: 22px;
  }

  .lang_switcher_mob .lang_list {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .current-lang a {
    font-weight: 700;
  }

  .mobile_menu.show-menu {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }

  .mobile_menu .menu-header {
    display: block;
  }

  .logo_wrapper,
  .burger-menu-wraper {
    position: relative;
    z-index: 55;
  }

  .menu-header ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* align-items: center; */
  }

  .sub-menu {
    top: 10px !important;
    position: relative;
    translate: 0 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    box-shadow: unset;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 30px;
  }

  .openSub.sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: 370px;
    padding: 20px 30px;
  }

  .menu-item-has-children a {
    justify-content: space-between;
  }

  #nav-icon3.show-menu span {
    background: #000;
  }

  .menu-header ul li a {
    font-size: 20px;
    color: #000;
  }

  .whereuse_video .video {
    height: 220px;
    top: 105px;
  }

  .video_icon {
    scale: 0.6;
  }

  .blue_block {
    padding: 25px 0 45px;
  }

  .robot_types {
    padding: 98px 0 70px;
  }

  .tab-button {
    height: 48px;
  }

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

  .robot_types_slider,
  .robot_types_info {
    flex-basis: 100%;
    width: 100%;
  }

  .robot_types_models {
    grid-template-columns: repeat(5, 1fr);
  }

  .robot_types_slider_item span {
    margin-top: 15px;
  }

  .robot_types_tabs {
    margin-bottom: 30px;
  }

  .robot_type_descr,
  .robot_type_title {
    text-align: center;
  }

  .robot_types_btns {
    justify-content: center;
  }

  .robot_types_models_img img {
    height: 130px;
  }

  .dostup_section_block {
    height: 220px;
  }

  .dostup_section_block_img {
    height: 100%;
  }

  .dostup_section_block_img img {
    height: 100%;
    object-fit: cover;
  }

  .blue_block_banner_img {
    height: 285px;
  }

  .blue_block_banner_title {
    font-size: 22px;
  }

  .blue_block_banner {
    gap: 34px;
  }

  .blue_block_banner_btn {
    white-space: nowrap;
  }

  .blue_block_banner_img_robot {
    bottom: 0;
  }

  .robot_types_gray {
    padding-top: 60px;
  }

  .robot_types_gray .robot_types_wrapper {
    flex-direction: column;
  }

  .h_series {
    padding-top: 60px;
  }

  .awp_series {
    padding-bottom: 115px;
  }

  .robot_types_models_name {
    font-size: 14px;
    line-height: 133%;
  }

  .blue_btn_mob {
    min-height: 45px;
    background: #00ca00;
    font-size: 21px;
    font-weight: 500;
  }

  .optimisation_block_icon img {
    width: 40px;
    height: 40px;
  }

  .optimisation_block_icon {
    height: 45px;
  }

  .optimisation_block {
    padding: 15px;
    gap: 10px;
    justify-content: flex-start;
  }

  .optimisation_blocks {
    gap: 15px;
    margin-top: 35px;
  }

  .optimisation:after {
    bottom: -40px;
  }

  .scara {
    padding-top: 60px;
  }

  .cnc {
    padding-top: 60px;
  }

  .sertificates {
    padding-bottom: 60px;
  }

  .form_section_wrapper {
    flex-direction: column;
  }

  .form_section_f {
    padding: 55px 15px;
  }

  .seo_wrapper {
    margin-top: 60px;
  }

  .footer_contact_item_phone {
    font-size: 18px;
  }

  .mfp-arrow-left {
    rotate: 0deg;
    top: 51%;
  }

  .mfp-arrow-left:before {
    rotate: 180deg;
  }

  .mfp-title {
    padding-right: 0 !important;
  }

  .header_logo_st {
    opacity: 1;
  }

  header:has(.show-menu) .header_logo_st {
    opacity: 0 !important;
  }

  .header.sticky .custom-logo {
    opacity: 1;
  }

}

@media(max-width: 600px) {

  .header_logo_st {
    width: 245px;
  }

  .footer_content {
    flex-direction: column;
    align-items: center;
  }

  .menu-footer ul a {
    display: block;
    text-align: center;
  }

  .footer_menu_title {
    text-align: center;
  }

  .custom-logo {
    width: 245px;
  }

  .home_top_slide_ibf span,
  .home_top_slide_ibf h1 {
    font-size: 30px;
    max-width: 100%;
    text-align: center;
  }

  .home_top_slide_ibf div {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 35px;
  }

  .home_top_slide_ibf {
    left: 50%;
    translate: -50% 0;
    top: 140px;
    width: 100%;
    padding: 0 15px;
  }

  .home_top_slide_ibf .blue_btn {
    position: relative;
    left: 50%;
    translate: -50% 0;
  }

  .slick-dots {
    bottom: 25px;
  }

  .home_top .slick-arrow {
    width: 42px;
    height: 42px;
    bottom: 12px;
  }

  .blue_btn {
    height: 45px;
    padding: 0 20px;
  }

  .robot_types_btns .blue_btn_transp {
    width: 235px;
  }

  .robot_type_descr {
    font-size: 16px;
    text-align: left;
  }

  h2 {
    font-size: 24px;
  }

  .home_top_slide img {
    object-position: 6% 0;
  }

  .whereuse_wrapper {
    flex-direction: column;
  }

  .whereuse_wrapper {
    gap: 25px;
    margin-top: 23px;
  }

  .dostup_section_blocks {
    grid-template-columns: repeat(1, 1fr);
  }

  .dostup_section_block {
    height: 249px;
  }

  .video-layer iframe {
    height: 220px;
  }

  .blue_block_banner {
    flex-direction: column;
    margin-top: 35px;
  }

  .blue_block_banner_img {
    min-height: 192px;
    width: 100%;
  }

  .blue_block_banner_img_robot {
    bottom: 0;
  }

  .blue_btn.blue_block_banner_btn {
    font-size: 12px;
  }

  .blue_block_banner_descr {
    margin-bottom: 20px;
  }

  .robot_types_tabs {
    gap: 13px;
  }

  .robot_types_slider_item_img {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 30px;
  }

  .robot_types .slick-slide img {
    width: 70%;
  }

  .robot_types_slider_item_img:before {
    width: 250px;
    height: 250px;
  }

  .robot_types_models {
    grid-template-columns: repeat(3, 1fr);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .robot_types_model_item {
    flex-basis: calc(33.33% - 14px);
  }


  .robot_types_btns {
    flex-direction: column;
  }

  .tab-button {
    width: 300px;
  }

  .robot_types_btns button {
    width: 235px;
  }

  .modal_block {
    width: 93%;
    padding: 55px 35px 35px 35px;
  }

  .form_title p {
    font-size: 24px;
  }

  .modal_block_close {
    width: 35px;
    height: 35px;
  }

  .optimisation_block {
    flex-basis: 100%;
  }

  .optimisation .blue_block_banner {
    flex-direction: column-reverse;
  }

  .sertificate_item {
    margin: 0 8px;
  }

  .sertificates_wrapper a img {
    width: 100%;
    height: auto;
  }

  .seo_block,
  .seo_block:last-child {
    flex-direction: column;
    gap: 20px;
  }

  .mfp-close {
    top: 16px;
    right: 17px !important;
  }

  .footer_content_bottom {
    flex-direction: column;
  }

  img.mfp-img {
    height: auto !important;
    width: 80%;
    object-fit: cover;
  }

  .dostup_section {
    padding-bottom: 20px;
  }

  #products {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .robot_types_gray {
    padding-top: 45px;
  }

  .optimisation:after {
    bottom: -15px;
  }

  .mfp-title-weight {
    white-space: unset;
  }

  .robot_types_wrapper .video-preview,
  .robot_types_wrapper .video-layer:has(iframe) {
    height: 355px;
  }

  .home_top_slide_img_m {
    display: block !important;
  }

  .home_top_slide_img_d {
    display: none !important;
  }

  .header.sticky .menu-header ul li a {
    color: #000;
  }

  .thx_title {
    font-size: 27px;
  }

  .thx_bg3 {
    display: none;
  }

  .thx_bg1 {
    top: -47px;
  }

  .page-template-page-thanks #nav-icon3 span,
  .error404 #nav-icon3 span {
    background: #000;
  }

  .page-template-page-thanks .sticky #nav-icon3 span,
  .error404 .sticky #nav-icon3 span {
    background: #fff;
  }

  .page-template-page-thanks .sticky:has(.show-menu) #nav-icon3 span,
  .error404 .sticky:has(.show-menu) #nav-icon3 span {
    background: #000;
  }

  .page-template-page-thanks .header_logo_st,
  .error404 .header_logo_st {
    opacity: 0;
  }

  .page-template-page-thanks .custom-logo,
  .error404 .custom-logo {
    opacity: 1;
  }

  .err_icon img {
    width: 65%;
    margin: 0 auto;
    display: block;
  }

  .err_icon {
    bottom: -25px;
  }

  .title_404 {
    font-size: 27px;
  }

  .thx_wrapper {
    padding: 0 15px;
  }

  .sticky .header_wrapper {
    padding: 12px 0;
  }

  .mobile_menu .footer_social {
    justify-content: center;
  }

  .mobile_menu .footer_social svg {
    width: 47px;
    height: 47px;
  }

  .blue_btn_top_desk {
    display: none;
  }

  .blue_btn_top_mob {
    display: flex;
    position: absolute;
    bottom: 110px;
    left: 50%;
    translate: -50% 0 !important;
    width: 70%;
    background: white;
    color: #0355ac;
  }

  .header_mob_btn {
    display: flex;
  }

  /* .header_mob_btn svg {
    filter: invert(1);
  } */

  .header_btn {
    font-size: 20px;
    padding-bottom: 3px;
  }

  .header_mob_btn_in svg {
    width: 30px;
    height: 30px;
  }

  .header_mob_btn_in {
    display: flex;
    align-items: center;
  }

  .header_mob_btn_modal {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;

    translate: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 12px;

    top: 70px;
    right: 15px;
  }

  .header_mob_btn_modal_num_title {
    color: white;
    font-size: 15px;
    margin-bottom: 7px;
    text-align: center;
    font-family: var(--exo2);
  }

  .header_mob_btn_modal_drop_title {
    margin-top: 15px;
  }

  .header_mob_btn_modal_drop {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
  }

  .header_mob_btn_modal_drop svg {
    width: 48px;
    height: 48px;
  }

  .header_mob_btn_modal_drop .header_soc {
    width: 48px;
    height: 48px;
  }

  .header_mob_btn_modal_num {
    font-family: var(--exo2);
    background: var(--green-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 19px;
  }

  .header_mob_btn_modal.open {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
  }

  .form_wrap_popup>p {
    gap: 0;
    flex-direction: column;
  }

}

@media(max-width: 320px) {
  .custom-logo {
    width: 210px;
    /* opacity: 0; */
  }

  .header_logo_st {
    width: 210px;
  }

  .mobile_menu .footer_social svg {
    width: 35px;
    height: 35px;
  }

  .dostup_section_block {
    height: 270px;
  }

  .menu-header ul {
    gap: 3px;
  }

  .blue_block_banner_txt_wrapper {
    max-width: 256px;
  }

  .blue_block_banner_btn {
    font-size: 11px;
  }

  .footer_contact_item_mail {
    font-size: 16px;
  }

  .footer_contact_item_phone {
    font-size: 16px;
  }

  .blue_btn.blue_block_banner_btn {
    font-size: 10px;
    padding: 0 10px;
  }

  .robot_types_slider_item span {
    white-space: unset;
  }
}