body {
  font-family: 'Inter', sans-serif;
  color: #3C3C3B;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-family: "Inter";
}

h2 {
  color: #13100D;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.4s ease;
}

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: #FCCB2D;
}

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

.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;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--main-color);
  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%;
}

.header {
  background-color: transparent;
  display: block;
  padding: 30px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  transition: 0.3s;
}

.header-logo-img {
  width: 100%;
  max-width: 45px;
}

.header:hover {
  background-color: white;
}

.logo_text {
  color: white;
  font-size: 25px;
  font-weight: 500;
  transition: 0.4s;
}

.logo_text span {
  display: block;
  font-size: 10.1px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header:hover .logo_text {
  color: black;
}

.logo_block {
  display: flex;
  align-items: center;
  gap: 17px;
  cursor: pointer;
}


.header.sticky {
  background-color: white;
  padding: 8px 0;
  box-shadow: 0 0px 17px 0 rgba(0, 0, 0, .3);
}

.header.sticky .logo_text {
  color: black;
}

.logo_subtext_en {
  text-align: center;
}

.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

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

.menu-header ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.238px;
  text-transform: uppercase;
  transition: 0.4s;
  position: relative;
  white-space: nowrap;
}

.header:hover .menu-header a {
  color: #13100D !important;
}

.menu-header ul li a:hover {
  color: #D7AE27 !important;
}

.menu-header ul li a:after {
  content: '';
  position: absolute;
  width: 0;
  right: 0;
  bottom: -5px;
  border-top: 2px solid #D7AE27;
  transition: 0.4s;
}

.menu-header ul li a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  border-top: 2px solid #D7AE27;
  transition: 0.4s;
}

.header_right_side {
  display: flex;
  align-items: center;
  gap: 40px;
}

.contact_us {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FCCB2D;
  padding: 0 30px;
  height: 50px;
  color: #13100D;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.238px;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 30px;
  white-space: nowrap;
}

.contact_us:hover {
  background: #D7AE27;
  color: white;
}

.dropdown_lang .dropdown_menu a,
.header_lang__btn span {
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  transition: 0.3s;
}

.header:hover .header_lang__btn span,
.header:hover .dropdown_lang .dropdown_menu a {
  color: #13100D;
}

.header:hover path {
  fill: #13100D;
}

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

.header_lang__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

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

.header.sticky .dropdown_lang .dropdown_menu a,
.header.sticky .header_lang__btn span {
  color: black;
}

.dropdown_lang svg {
  margin-bottom: 5px;
}

.dropdown_lang svg path {
  transition: 0.3s;
}

.header.sticky .dropdown_lang svg path {
  fill: black;
}

.dropdown_lang .dropdown_menu {
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
  position: relative;
  top: 1px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header.sticky .dropdown_lang .dropdown_menu {
  background-color: white;
  border-radius: 8px;
}

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


.dropdown_item.disabled {
  display: none;
}

.dropdown_lang {
  position: relative;
  top: 12px;
}

.top_section {
  height: 100vh;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.top_section:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: black;
  opacity: 0.5;
}

.top_section_slider,
.slick-list,
.slick-track {
  height: 100%;
}

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

.top_section_text {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.top_section_text h1 {
  color: #FFF;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
  translate: 0 95px;
  transition: 0.7s ease-out;
  opacity: 1;
}

.top_section_text h1.show-elements {
  visibility: visible;
  opacity: 1;
  translate: 0 0;
}

.title_wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.top_section_text span {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  display: block;
  transition: 0.8s;
  transition-delay: 0.3s;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 200px;
  right: calc((100% - 1263px) / 2);
  border-radius: 50px;
  border: 1px solid #FFF;
  background: transparent;
  font-size: 0;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: 0.4s;
}

.slick-arrow:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/uploads/2023/11/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.slick-prev {
  right: calc((100% - 1137px) / 2);
  rotate: 180deg;
}

.slick-arrow:hover {
  border: 1px solid #D7AE27;
  background: #D7AE27;
}

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

.about {
  padding: 100px 0;
  background: #F9F7F2;
}

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

.about_side {
  flex-basis: 50%;
}

.about_side img {
  width: 100%;
}

.about_title {
  margin-bottom: 30px;
}

.about_description p {
  color: #3C3C3B;
  font-size: 18px;
  font-weight: 200;
  line-height: 160%;
}

.benefits {
  padding: 100px 0;
  overflow: hidden;
}

.benefits_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -55px;
  row-gap: 60px;
}

.benefits_item {
  flex-basis: 32%;
  display: flex;
  flex-direction: column;
  padding: 0 55px;
  border-right: 1px solid rgba(215, 174, 39, 0.50);
}

.benefits_item:nth-child(3),
.benefits_item:nth-child(5) {
  border-right: unset;
}

.benefits_item:nth-child(2) {
  transition-delay: 0.2s;
}

.benefits_item:nth-child(3) {
  transition-delay: 0.3s;
}

.benefits_item:nth-child(4) {
  transition-delay: 0.4s;
}

.benefits_item:nth-child(5) {
  transition-delay: 0.5s;
}

.benefits_item img {
  height: 60px;
  margin-bottom: 30px;
}

.benefits_item span {
  color: #3C3C3B;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  text-align: beaut;
}

.services {
  padding: 100px 0 110px;
  position: relative;
  isolation: isolate;
}

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

.services_title {
  color: white;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 32px;
  transition: 1.3s;
}

.services_title.show-elements {
  letter-spacing: 2px;
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

.services_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-delay: 0.3s;
  gap: 120px;
}

.services_wrapper.show-elements {
  gap: 40px;
  opacity: 1;
  visibility: visible;
  transition: 1s;
  transition-delay: 0.3s;
}

.services_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: relative;
  isolation: isolate;
}

.services_item:before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.20);
  z-index: -1;

}

.services_item img {
  height: 60px;
  filter: brightness(11);
}

.services_item span {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  transition: 0.3s;
}

.services_item:hover img {
  filter: unset;
}

.services_item:hover span {
  color: #13100D;
}

.services_item:hover:before {
  border: 1px solid #FFF;
  background: white;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}


.services_bg_storage,
.services_bg_overload,
.services_bg_cleaning {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
}

.ways {
  padding: 100px 0;
  overflow: hidden;
}

.ways_title {
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 22px;
}

.ways_title.show-elements {
  letter-spacing: 2px;
  opacity: 1;
  visibility: visible;
  transition: 1.3s;
}

.ways_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ways_item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.ways_item:nth-child(2) {
  transition-delay: 0.3s;
}

.ways_item:nth-child(3) {
  transition-delay: 0.6s;
}

.ways_item img {
  width: 100%;
  transition: 0.4s;
}

.ways_item:hover img {
  scale: 1.1;
}

.ways_item span {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 280px;
}

.form {
  padding: 100px 0;
  background-color: #C59F23;
  background-image: url(/wp-content/uploads/2023/11/form-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.form_title {
  color: white;
  margin-bottom: 30px;
}

.form_wrapper {
  display: flex;
  gap: 50px;
}

.form_side {
  flex-basis: 50%;
}

.form_subtitle {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.form_wrapper .wpcf7-text {
  border-radius: 30px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.20);
  height: 50px;
  padding-left: 25px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}

.form_wrapper .wpcf7-text:focus-visible {
  outline: unset;
}

.form_wrapper .wpcf7-text::placeholder {
  color: #F0F0F0;
}

.form_flex_row p {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.wpcf7-submit {
  border-radius: 30px;
  background: #FFF;
  height: 50px;
  padding: 0 30px;
  border: 1px solid white;
  color: #13100D;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.238px;
  text-transform: uppercase;
  margin: 35px auto 0;
  display: block;
  cursor: pointer;
  transition: 0.4s;
}

.wpcf7-submit:hover {
  border: 1px solid white;
  color: white;
  background: transparent;
}

.advant {
  padding: 100px 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.advant:before {
  content: '';
  position: absolute;
  inset: 0;
  background: black;
  opacity: 0;
  transition: 0.4s;
}

.blackBg.advant:before {
  opacity: 0.4;
}

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

.advant_title {
  text-align: center;
  color: white;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
  letter-spacing: 22px;
}

.advant_title.show-elements {
  opacity: 1;
  visibility: visible;
  letter-spacing: 2px;
}

.advant_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  scale: 1.2;
}

.advant_wrapper.show-elements {
  opacity: 1;
  visibility: visible;
  scale: 1;
  transition: 0.8s;
  transition-delay: 0.4s;
}

.advant_item {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.40);
  width: 310px;
  aspect-ratio: 1/1;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  padding: 50px 12px 12px 12px;
  transition: 0.4s;
  position: relative;
  z-index: 5;
}

.advant_item:hover {
  border: 1px solid #FFF;
  background: rgba(19, 16, 13, 0.50);
}

.advant_item img {
  height: 60px;
  filter: brightness(11);
  /* transition: 0.s; */
}

.advant_item:hover img {
  filter: brightness(1);
}

.advant_item span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  text-transform: uppercase;
}

.contacts {
  padding: 75px 0;
  position: relative;
  isolation: isolate;
}

.contact_map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.contact_map iframe {
  width: 100%;
  height: 100%;
}

.contacts_wrapper {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0px 4px 50px 0px rgba(34, 37, 40, 0.13);
  backdrop-filter: blur(15px);
  padding: 60px;
  display: inline-block;
  text-align: justify;
}

.container_contacts {
  padding-left: calc((100vw - 1300px) / 2 + 15px);
  display: inline-block;
}

.contacts_title {
  margin-bottom: 50px;
}

.contact_item {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #3C3C3B;
  font-weight: 400;
  margin-bottom: 40px;
}

.contacts_phone {
  font-size: 25px;
  font-weight: 600;
}

.contacts_mail {
  font-size: 19px;
}

.work_time {
  font-size: 15px;
}

.to_form_btn {
  border-radius: 30px;
  background: #FCCB2D;
  border: 1px solid #FCCB2D;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #13100D;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.238px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 20px;
  transition: 0.3s;
}

.to_form_btn:hover {
  border: 1px solid #cda421;
  color: white;
  background: #cda421;
}

.contacts_soc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.contacts_soc a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #3C3C3B;
  width: 40px;
  height: 40px;
  transition: 0.4s;
}

.contacts_soc a:hover {
  background: #696969;
}

.footer {
  padding-top: 35px;
  background: #1E2023;
  position: relative;
  border-top: 5px solid #FCCB2D;
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 33px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.menu-footer ul {
  display: flex;
  align-items: center;
  gap: 100px;
}

.menu-footer ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.272px;
  text-transform: uppercase;
  transition: 0.3s;
}

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

.footer_content_bottom {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8C8C8C;
  font-size: 14px;
  font-weight: 400;
}

.footer_content_bottom a {
  transition: 0.3s;
}

.footer_content_bottom a:hover {
  color: white;
}

.toTop {
  position: absolute;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.50);
}

.toTop svg {
  transition: 0.3s;
}

.toTop:hover svg {
  translate: 0 -4px;
}

.form_ankor {
  padding-top: 70px;
  margin-top: -70px;
}

.form,
.services,
.about {
  overflow: hidden;
}

.mobile_menu {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
}


.wpcf7 form.sent .wpcf7-response-output {
  background-color: white;
  border: unset;
  border-radius: 20px;
}

.page-404 {
  background-image: url(/wp-content/uploads/2023/11/404-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
}

.page-404-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.page-404-text-under {
  color: #FFF;
  font-size: 60px;
  font-weight: 500;
  line-height: 130%;
  margin-top: 64px;
}

.link-to-home {
  height: 50px;
  border-radius: 30px;
  background: #FCCB2D;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #13100D;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.238px;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 50px;
}

.link-to-home:hover {
  background: white;
}

.top_404 svg {
  width: 100%;
}

.top_section .show_mob_hide_desktop {
  display: none;
}





/* @media (min-width: 992px) { */
.hidden-anim {
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
}

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

.rightAnim {
  translate: 50px 0;
}

.bottomAnim {
  translate: 0 50px;
}

.topAnim {
  translate: 0 -50px;
}

.scaleAnim {
  scale: 0.1;
}

.delay_03 {
  transition-delay: 0.3s;
}

.delay_05 {
  transition-delay: 0.5s;
}

.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 {
  translate: 0;
  visibility: visible;
  opacity: 1;
  scale: 1;
}

/* } */











@media (max-width: 1330px) {
  .slick-arrow {
    right: 15px;
  }

  .slick-prev {
    right: 80px;
  }

  .container_contacts {
    padding: 0 15px;
  }
}

@media (max-width: 1025px) {
  .logo_text {
    font-size: 20px;
  }

  .contact_us {
    padding: 0 22px;
  }

  .header_right_side {
    gap: 22px;
  }

  .header_wrapper {
    gap: 25px;
  }

  .advant_wrapper {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: unset;
  }

  .advant_item {
    flex-basis: 48.9%;
    padding-top: 80px;
  }
}


@media (max-width: 992px) {

  /* .slider_item_video {
    display: none !important;
  } */

  .top_section_slider video {
    height: 100%;
  }

  .header:hover .logo_text {
    color: white;
  }

  .header.sticky .logo_text {
    color: black;
  }

  .header:has(.show-menu) .logo_text {
    color: black;
  }

  .menu-header {
    display: none;
  }

  .header_right_side {
    display: none;
  }

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

  .burger_block {
    display: block;
  }

  .top_section_text h1 {
    font-size: 55px;
    translate: 0 65px;
  }

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

  .benefits_item {
    flex-basis: 49%;
  }

  .services_wrapper {
    flex-wrap: wrap;
  }

  h2 {
    font-size: 38px;
  }

  .ways_item span {
    font-size: 20px;
  }



  .contact_item {
    margin-bottom: 22px;
  }

  .contacts_wrapper {
    padding: 45px;
  }

  .contacts_title {
    margin-bottom: 35px;
  }

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

  .menu-footer ul {
    gap: 80px;
  }

  .toTop {
    bottom: 96px;
  }

  .mobile_menu {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    top: 0;
    z-index: 300;
    height: 700px;
    padding-top: 200px;
    translate: 0 -150%;
    transition: 0.5s ease;
  }

  .header:hover {
    background: transparent;
  }

  .header.sticky {
    background-color: white;
  }

  .header.sticky {
    padding: 30px 0;
  }

  .mobile_menu.show-menu {
    translate: 0 0;
  }

  .logo_wrapper {
    z-index: 301;
  }

  .burger_block {
    position: relative;
    z-index: 301;
  }

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

  .mobile_menu .menu-header ul {
    flex-direction: column;
  }

  .mobile_menu .menu-header a {
    color: black !important;
    font-size: 22px;
  }

  .mobile_menu .header_right_side {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .contact_us {
    height: 60px;
    font-size: 22px;
  }

  .dropdown_lang .dropdown_menu a,
  .header_lang__btn span {
    color: black;
  }

  .lang_list {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .lang_list a {
    font-size: 22px;
  }
}

@media (max-width: 500px) {

  .top_section .show_mob_hide_desktop {
    display: block;
  }

  .top_section .hide_mob_show_desktop {
    display: none;
  }

  .top_404 {
    padding: 0 15px;
  }

  .page-404-text-under {
    font-size: 30px;
  }

  .header-logo-img {
    max-width: 35px;
  }

  .logo_text span {
    font-size: 6px;
  }

  .logo_text {
    font-size: 16px;
  }

  .about_ankor,
  .services_ankor,
  .adwant_ankor {
    padding-top: 60px;
    margin-top: -60px;
  }

  .wpcf7-submit {
    width: 100%;
  }

  .ways_ankor {
    padding-top: 70px;
    margin-top: -70px;
  }

  .contacts_ankor {
    padding-top: 50px;
    margin-top: -50px;
  }

  .wpcf7-spinner {
    display: none;
  }

  .menu-footer ul {
    flex-direction: column;
    gap: 35px;
  }

  .footer_content_bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .toTop {
    bottom: 118px;
  }

  .top_section_text h1 {
    font-size: 28px;
    translate: 0 33px;
  }

  .top_section_text span {
    font-size: 15px;
  }

  .slick-arrow {
    top: 145px;
  }

  .ways_wrapper {
    flex-direction: column;
  }

  .benefits_wrapper {
    flex-direction: column;
    margin: 0;
    row-gap: 50px;
  }

  .benefits_item {
    padding: 0;
  }

  .contacts_wrapper {
    padding: 30px;
    width: 100%;
  }

  .contacts_title {
    margin-bottom: 26px;
    text-align: center;
  }

  .header {
    padding: 20px 0;
  }

  .header.sticky {
    padding: 20px 0;
  }

  .mobile_menu {
    padding-top: 135px;
    height: 548px;
  }

  .mobile_menu .menu-header a {
    font-size: 18px;
  }

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

  .contact_us {
    font-size: 18px;
  }

  .lang_list a {
    font-size: 18px;
  }

  h2 {
    font-size: 24px;
  }

  .about,
  .benefits,
  .services,
  .ways,
  .form,
  .advant {
    padding: 50px 0;
  }

  .services_title {
    margin-bottom: 44px;
  }

  .ways_title {
    margin-bottom: 40px;
  }

  .about_title {
    margin-bottom: 20px;
  }

  .about_description p {
    font-size: 16px;
  }

  .benefits_item {
    border-right: unset;
  }

  .benefits_item img {
    margin-bottom: 13px;
  }

  .form_wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .form_title {
    margin-bottom: 22px;
  }

  .form_subtitle {
    font-size: 16px;
  }

  .form_flex_row p {
    flex-direction: column;
  }

  .advant_item {
    flex-basis: 100%;
    padding-top: 90px;
  }

  .advant_title {
    margin-bottom: 45px;
  }

  .contacts {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 50px 0 0;
    gap: 20px;
  }

  .contact_map {
    position: relative;
    height: 400px;
  }

  /* .contacts_phone {
    font-size: 20px;
  }

  .contacts_mail {
    font-size: 16px;
  } */
}

@media (max-width: 321px) {
  .work_time {
    font-size: 11px;
  }

  .contacts_phone {
    font-size: 16px;
  }

  .contacts_mail {
    font-size: 14px;
  }

  .advant_item {
    gap: 15px;
  }

  .advant_item span {
    font-size: 12px;
  }
}

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