/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29.07.2024, 14:54:16
    Author     : Admin
*/
html {
  width: 100%;
  overflow-x: hidden;
}
body {
  background: #fffee7;
}
body {
  width: 100%;
  overflow-x: hidden;
}
div#scrol-top {
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 99;
  display: none;
}
div#scrol-top.fixed {
  display: block;
}
div#scrol-top button.scrolltop {
  background: none;
  padding: 0;
  transform: rotateZ(-90deg);
}
h2 {
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
}

h3 {
  font-family: "Exo 2";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  margin-bottom: 20px;
  color: #1a1a1a;
}
.custom-header {
  background: black;
  color: white;
  position: relative;
  z-index: 99;
}
.custom-header .wrap {
  display: flex;
  padding: 20px 160px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.custom-header .logomenu {
  display: flex;
  max-width: 790px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}
.custom-header .site-branding {
  max-width: 160px;
  width: 100%;
}
.custom-header .navigation-top {
  display: flex;
  max-width: 520px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
}
.custom-header .navigation-top nav {
  width: 100%;
}
.custom-header .menu-top-menu-container .menu {
  display: flex;
  max-width: 520px;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
  margin: 0;
}
.custom-header .menu-top-menu-container .menu li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-header .menu-top-menu-container .menu li.current-menu-item a {
  color: #ffcc01;
}
.custom-header .menu-top-menu-container .menu li a {
  color: #ffffff;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.custom-header .menu-top-menu-container .menu li a:hover {
  color: #ffcc01;
}
.option {
  display: flex;
  max-width: 520px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
}
.online-order-btn2 {
  display: flex;
  width: 250px;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  box-shadow: 6px 6px 20px 0px rgba(255, 236, 65, 0.3);
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}
.online-order-btn2:hover {
  background: var(--colors-btn-btn_default, #fff886);
}
.city-menu {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.city-menu:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_geo.png") no-repeat;
  margin-right: 4px;
}
.city-menu:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_down.png") no-repeat;
  margin-left: 4px;
}
.city-menu > li > a {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}
.city-menu .menu-item-has-children:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 25px;
  display: inline-flex;
  padding: 50px;
  align-items: flex-start;
  gap: 10px;
  z-index: 100;
  right: -24px;
  border-radius: var(--corner_radius-lg, 16px);
  background: var(--colors-background-bg_secondary, #000);
  box-shadow: 0px 0px 5px 0px rgba(255, 204, 1, 0.3);
  color: white;
  list-style: none;
  flex-direction: column;
}
.city-menu .menu-item-has-children {
  position: relative;
}
.city-menu .menu-item-has-children ul.sub-menu a {
  color: white;
}
.city-menu .menu-item-has-children ul.sub-menu a:hover {
  color: #ffcc01;
}
.lang-menu {
  margin: 0;
  list-style: none;
  display: flex;
}
.lang-menu:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_down.png") no-repeat;
  margin-left: 4px;
}
.lang-menu > li > a {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}
.lang-menu .menu-item-has-children:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 25px;
  display: inline-flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 100;
  right: -24px;
  border-radius: var(--corner_radius-lg, 16px);
  background: var(--colors-background-bg_secondary, #000);
  box-shadow: 0px 0px 5px 0px rgba(255, 204, 1, 0.3);
  color: white;
  list-style: none;
}
.lang-menu .menu-item-has-children {
  position: relative;
}
.lang-menu .menu-item-has-children ul.sub-menu a {
  color: white;
}
.first-slide {
  position: relative;
}
.first-slide .wrap {
  display: flex;
  padding: 237px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  position: relative;
}
.first-slide .wrap .rigth {
  position: absolute;
  right: 120px;
  top: 120px;
  z-index: 3;
}
.first-slide .wrap .rigth .infoblock {
  display: inline-flex;
  padding: 15px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  border-radius: var(--corner_radius-sm, 8px);
  background: rgba(240, 243, 248, 0.7);
  box-shadow: 0px 0px 30px 0px rgba(135, 96, 0, 0.2);
  backdrop-filter: blur(1px);
}
.first-slide .wrap .rigth .info_1 {
  left: 266px;
  top: 17px;
}
.first-slide .wrap .rigth .info_2 {
  left: 155px;
  top: 626px;
}
.first-slide .offer {
  display: flex;
  max-width: 654px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
.first-slide .offer h1 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 83.2px */
  margin: 0;
}
.first-slide .offer h1.title-marker span {
  color: #ffcc01;
}
.first-slide .offer p.action {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
  margin: 0;
}
.first-slide .download-application a {
  margin-right: 20px;
}
.first-slide .texture_left {
  display: block;
  width: 700px;
  height: 670px;
  background: url("../img/img_texture_left.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.first-slide .texture_rigth {
  display: block;
  width: 1185px;
  height: 1062px;
  background: url("../img/img_texture_rigth.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
}
.first-slide .texture_pin {
  display: block;
  width: 1118px;
  height: 174px;
  background: url("../img/pin_min.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 25px;
}
.site-footer .wrap {
  display: flex;
  padding: 100px 160px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  background: var(--colors-background-bg_secondary, #000);
}
.site-footer .left-block {
  display: flex;
  max-width: 906px;
  align-items: flex-start;
  gap: 155px;
  flex: 1 0 0;
}
.site-footer .logobtn {
  display: flex;
  width: 250px;
  max-width: 250px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.site-footer a.download {
  display: flex;
  width: 250px;
  height: 70px;
  padding: 13px 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-lg, 16px);
  background: #fff;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.site-footer .navigation-bottom .menu {
  display: flex;
  /* width: 96px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  color: white;
  list-style: none;
}
.site-footer .navigation-bottom .menu li a {
  color: var(--colors-typography-yellow500_text, #ffffff);
  /* 1920px/btn_nav */
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}
.site-footer .navigation-bottom .menu li a:hover {
  color: #ffcc01;
}
.site-footer .navigation-bottom .menu li.current-menu-item a {
  color: #ffcc01;
}
.site-footer .right-block {
  display: flex;
  max-width: 520px;
  align-items: flex-start;
  gap: 124px;
  flex: 1 0 0;
}
.site-footer .right-block .foot-contackt {
  display: flex;
  max-width: 146px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
.site-footer .right-block .foot-contackt a {
  display: flex;
  align-items: center;
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  position: relative;
}
.site-footer .right-block .foot-contackt a.tel {
  padding-left: 28px;
}
.site-footer .right-block .foot-contackt a.tel:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_phone_ligth.png");
  position: absolute;
  left: 0;
  top: -1px;
  margin-right: 4px;
}
.site-footer .right-block .foot-contackt a.instagram {
  padding-left: 28px;
}
.site-footer .right-block .foot-contackt a.instagram:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_instagram_ligth.png");
  position: absolute;
  left: 0;
  top: -1px;
  margin-right: 4px;
}
.site-footer .right-block .foot-contackt a.facebook {
  padding-left: 28px;
}
.site-footer .right-block .foot-contackt a.facebook:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_facebook_ligth.png");
  position: absolute;
  left: 0;
  top: -1px;
  margin-right: 4px;
}
.site-footer .right-block .privacy {
  display: flex;
  max-width: 187px;
  flex-direction: column;
  align-items: flex-start;
  gap: 160px;
  flex: 1 0 0;
}
.site-footer .right-block .privacy .setting {
  display: flex;
  align-items: center;
  gap: 43px;
  align-self: stretch;
}
.site-footer .right-block .privacy .privacy-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.site-footer .right-block .privacy .privacy-intro a {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.advantages_section {
  background: var(--colors-background-bg_secondary, #000);
  position: relative;
}
.advantages_section .frame-bg {
  width: 1920px;
  height: 1053px;
  background: url("../img/frame -advantages.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 28%;
  right: 0;
  z-index: 2;
}
.advantages_section .wrap {
  display: flex;
  height: 945px;
  padding: 200px 160px;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
  gap: 20px;
}
.advantages_section .card_advantage {
  display: flex;
  width: 385px;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
.advantages_section .card_advantage i {
  display: flex;
  width: 120px;
  height: 120px;
  padding: 20px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.advantages_section .card_advantage p {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.advantages_section .card_advantage.card_1 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(145deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
  margin-top: 156px;
}
.advantages_section .card_advantage.card_1 i {
  border-radius: var(--corner_radius-md, 12px);
  box-shadow: 2px 2px 5px 0px #000;
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(145deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
}
.advantages_section .card_advantage.card_2 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(325deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section .card_advantage.card_2 i {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(325deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section .card_advantage.card_3 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(225deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
  margin-top: 80px;
}
.advantages_section .card_advantage.card_3 i {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(225deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section .card_advantage.card_4 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(45deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
  margin-top: 20px;
}
.advantages_section .card_advantage.card_4 i {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0%/16px
      16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0%/16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100%/16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100%/16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(45deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section h2.advantages-title {
  position: absolute;
  top: 0;
  color: white;
  color: var(--colors-typography-white_text, #e7e7e7);
  top: 200px;
  margin: 0;
}
.advantages_section .card_advantage.card_1 {
  margin-top: 256px;
}

.advantages_section .card_advantage.card_2 {
  margin-top: 100px;
}

.advantages_section .card_advantage.card_3 {
  margin-top: 180px;
}

.advantages_section .card_advantage.card_4 {
  margin-top: 120px;
}
#tab-contents .tab-contents {
  display: none;
}
#tab-contents .tab-contents.active {
  display: block;
}
.rates_section {
  position: relative;
}
.rates_section .rates-frame-bg {
  display: block;
  width: 800px;
  height: 100px;
  background: #ffcc01;
  position: absolute;
  right: 184px;
  transform: rotate(29deg);
  top: 356px;
  filter: blur(200px);
  z-index: 0;
}
.rates_section .wrap {
  display: flex;
  padding: 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  background: var(--colors-background-bg_secondary, #000);
}
.rates_section .description {
  display: flex;
  max-width: 1060px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.rates_section .description p {
  max-width: 520px;
  flex: 1 0 0;
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.rates_section h2.advantages-title {
  flex: 1 0 0;
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 00;
}
.rates_section .tarifs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 100px;
  align-self: stretch;
}
.rates_section .head-tabs {
  position: relative;
  z-index: 10;
}
.rates_section .head-tabs nav {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
}
.rates_section .head-tabs li a {
  color: var(--colors-typography-yellow200_text, #fff886);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 23.4px */
  display: flex;
  width: 250px;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-md, 12px);
  border: 1px solid var(--colors-border-border_yellow_200, #fff886);
}
.rates_section .head-tabs li a:hover {
  color: #1c1c1c;
  background-color: #ffcc01;
}
.rates_section .head-tabs li.active a {
  background-color: #ffcc01;
  color: #1c1c1c;
}
.rates_section div#tab-contents {
  display: flex;
  width: 100%;
}
.rates_section .tab-contents {
  display: flex;
  padding: 80px 80px 70px 80px;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  border-radius: var(--corner_radius-lg, 16px);
  background: var(--colors-background-bg_primary, #fffee7);
  width: 100%;
}
.rates_section .tab-contents .price_table {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
.rates_section .tab-contents .imgtitle {
  position: relative;
}
.rates_section .tab-contents .imgtitle:before {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background: #ffcc01;
  display: block;
  bottom: 0;
  position: absolute;
  filter: blur(97px);
}
.rates_section .tab-contents .imgtitle img {
  position: relative;
}
.rates_section .tab-contents .imgtitle h3 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 46.8px */
  margin: 0;
}
.rates_section .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.rates_section .list-line {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
}
.rates_section .list-line svg {
  align-self: center;
  flex-shrink: 0;
}
.rates_section .list-line span {
  display: flex;
  line-height: 1;
}
.rates_section .list-line span.name-uslugi {
  color: var(--colors-typography-gray_700_text, #4f4f4f);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  flex-grow: 0;
}
.rates_section .list-line span.prise {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
  flex-grow: 0;
}
.rates_section .list-line span.bottom_line {
  flex-grow: 3;
  border-bottom: 1px solid #888;
  opacity: 0.5;
}
.rates_section .peculiarities p {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
}
.client_section {
  position: relative;
}
.client_section .frame-pin-client {
  display: block;
  position: absolute;
  width: 746px;
  height: 520px;
  background: url("../img/Frame-pin-client.png") no-repeat;
  background-size: contain;
  top: 0;
  right: 18%;
}
.client_section .frame-bg-client {
  display: block;
  width: 800px;
  height: 100px;
  background: #ffcc01;
  position: absolute;
  left: 0;
  transform: rotate(29deg);
  top: 445px;
  filter: blur(200px);
  z-index: 0;
}
.client_section .wrap {
  display: flex;
  padding: 200px 0px 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
  position: relative;
}
.client_section h2.client-title {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.client_section .content_block {
  display: flex;
  padding-right: 295px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.client_section .description {
  display: flex;
  width: 520px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.client_section .content {
  color: #1d1d1d;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.work_section {
  position: relative;
}
.work_section .frame-work-pin {
  display: block;
  width: 378px;
  height: 766px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/Frame-work-pin.png") no-repeat;
  background-size: contain;
}
.work_section .wrap {
  display: flex;
  padding: 0px 160px 200px 160px;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.work_section .offer {
  display: flex;
  width: 655px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.work_section .offer p {
  margin: 0;
}
.work_section .offer ul {
  gap: 20px;
  display: flex;
  flex-direction: column;
  margin-left: 135px;
  padding-left: 20px;
  list-style-image: url("../img/bullit.png");
  margin-bottom: 0;
}
.work_section .img-block {
  position: relative;
}
.work_section .img-block img {
  position: relative;
}
.work_section .img-block:before {
  display: block;
  width: 800px;
  height: 100px;
  background: #ffcc01;
  position: absolute;
  left: 0;
  transform: rotate(144deg);
  top: 281px;
  filter: blur(200px);
  z-index: 0;
  content: "";
}
.work_section h2.work-title {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.work_section a.orang-btn {
  margin-left: 135px;
}
a.orang-btn {
  display: flex;
  width: 250px;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  box-shadow: 6px 6px 30px 0px rgba(255, 236, 65, 0.5);
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 23.4px */
  z-index: 99;
}
a.orang-btn:hover {
  background: var(--colors-btn-btn_default, #fff886);
}
.bonus_section {
  background: url("../img/bonus_bg.png") no-repeat;
  position: relative;
}
.bonus_section:before {
  content: "";
  display: block;
  width: 800px;
  height: 100px;
  background: #ffcc01;
  position: absolute;
  left: 0;
  transform: rotate(51deg);
  top: 366px;
  filter: blur(80px);
  z-index: 0;
}
.bonus_section .img-mockup {
  width: 385px;
  height: 735px;
  display: block;
  position: absolute;
  background-image: url("../img/img_mockup_bonus.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 18%;
}
.bonus_section .blick1 {
  position: absolute;
  bottom: 0;
  left: 10%;
}
.bonus_section .blick2 {
  position: absolute;
  top: 10%;
  left: 40%;
}
.bonus_section .blick3 {
  position: absolute;
  top: 68%;
  left: 43%;
}
.bonus_section .blick4 {
  position: absolute;
  bottom: -12px;
}
.bonus_section .wrap {
  display: flex;
  padding: 200px 304px 200px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 50px;
  align-self: stretch;
  background-color: #000000c7;
  position: relative;
}
.bonus_section .offer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
}
.bonus_section .discounts {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bonus_section .discounts p.discount {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 122px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bonus_section .discounts p.discount-text {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  max-width: 400px;
}
.bonus_section .discounts p.discount-text span {
  color: #ffcc01;
}
.bonus_section .discounts p {
  margin: 0;
}
.bonus_section .description {
  display: flex;
  max-width: 655px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
.bonus_section .description ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  margin: 0;
  padding-left: 20px;
  list-style-image: url("../img/bullit_discount.png");
}
.map-section {
  overflow: hidden;
  position: relative;
}
.map-section .wrap {
  display: flex;
  padding: 200px 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.map-section .wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  background: #ffcc01;
  transform: rotate(15deg);
  bottom: 167px;
  filter: blur(200px);
  opacity: 0.4;
}
.map-section .wrap img {
  position: relative;
  z-index: 3;
}
.map-section p.infomap1 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  position: absolute;
  top: 200px;
  left: 9%;
  margin: 0;
}
.map-section p.infomap2 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  position: absolute;
  top: 300px;
  right: 15%;
  margin: 0;
}
.top-block {
  position: relative;
}
.top-block .wrap {
  display: flex;
  padding: 100px 160px 0px 160px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.top-block .tecsture1 {
  position: absolute;
  width: 300px;
  height: 100px;
  background: #ffcc01;
  filter: blur(200px);
  bottom: 90px;
}
.top-block .tecsture2 {
  position: absolute;
  width: 300px;
  height: 100px;
  background: #ffcc01;
  filter: blur(200px);
  bottom: 28%;
  right: 10%;
}
.top-block .pin {
  position: absolute;
  width: 547px;
  height: 655px;
  background: url("../img/Frame-partner-pin.png") no-repeat;
  background-size: contain;
  left: 0;
  bottom: -60px;
}
.top-block .ofer {
  display: flex;
  max-width: 655px;
  padding-bottom: 150px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.top-block .ofer .title {
  position: relative;
  width: 100%;
}
.top-block .ofer .title h1 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 83.2px */
  /*display: inline;*/
  margin: 0;
}
.top-block .ofer .title h1 span {
  color: #ffcc01;
}
.top-block .ofer .title a.yellow_btn {
  /*position: absolute;*/
  bottom: 6px;
  right: 0;
}
.top-block .info {
  display: flex;
  padding: 24px 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: var(--corner_radius-sm, 8px);
  background: rgba(240, 243, 248, 0.7);
  box-shadow: 0px 15px 30px 0px rgba(135, 96, 0, 0.1);
  backdrop-filter: blur(1.5px);
}
.top-block .info .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
a.yellow_btn {
  width: 250px;
  height: 60px;
  padding: 18px 20px 22px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  box-shadow: 6px 6px 30px 0px rgba(255, 236, 65, 0.5);
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
  display: inline-block;
  text-align: center;
}
a.yellow_btn:hover {
  background: var(--colors-btn-btn_default, #fff886);
}
.start-work {
  margin-top: -200px;
}
.start-work .wrap {
  display: flex;
  padding: 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}
.start-work h2 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.start-work .content {
  display: flex;
  align-items: center;
  gap: 155px;
  align-self: stretch;
}
.start-work .step_work {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  flex: 1 0 0;
}
.start-work .line {
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  gap: 182px;
}
.start-work .step {
  display: flex;
  align-items: center;
  gap: 20px;
}
.start-work .description {
  display: flex;
  width: 280px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.start-work .description h5 {
  margin: 0;
  color: var(--colors-typography-gray_700_text, #4f4f4f);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  text-transform: inherit;
  letter-spacing: inherit;
}
.start-work .description p {
  margin: 0;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.terms_of_cooperation_section {
  position: relative;
}
.terms_of_cooperation_section:after {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 50px;
  background: #ffcc01;
  right: 19%;
  bottom: 250px;
  transform: rotate(25deg);
  filter: blur(150px);
}
.terms_of_cooperation_section .wrap {
  display: flex;
  padding: 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}
.terms_of_cooperation_section h2 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  align-self: stretch;
  margin: 0;
}
.terms_of_cooperation_section .line {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.terms_of_cooperation_section .line .cooperation_item {
  display: flex;
  /* width: 385px; */
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 0 0 25%;
}
.terms_of_cooperation_section .line .cooperation_item h4 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  margin: 0;
}
.terms_of_cooperation_section .line .cooperation_item p {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.terms_of_cooperation_section .line_offer {
  display: flex;
  justify-content: start;
  align-items: flex-end;
  gap: 155px;
}
.terms_of_cooperation_section .line_offer .line {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 50%;
}
.terms_of_cooperation_section .line_offer .line .cooperation_item {
  flex: 0 0 50%;
}
.terms_of_cooperation_section .line_offer .ofer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  max-width: 480px;
}
.terms_of_cooperation_section .line_offer .ofer p {
  margin: 0;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}
.terms_of_cooperation_section {
  position: relative;
}
.terms_of_cooperation_section:after {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 50px;
  background: #ffcc01;
  right: 19%;
  bottom: 250px;
  transform: rotate(25deg);
  filter: blur(150px);
}
.app_section {
  position: relative;
  background: url("../img/bonus_bg.png") no-repeat;
  background-position: bottom right;
}
.app_section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000c4;
  z-index: 1;
}
.app_section .wrap {
  display: flex;
  padding: 200px 160px 200px 970px;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  align-self: stretch;
  position: relative;
  z-index: 2;
}
.app_section p.info {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.app_section p.info span {
  color: var(--colors-typography-yellow500_text, #ffcc01);
}
.app_section p.decr {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  max-width: 500px;
  align-self: flex-start;
}
.app_section .btn-block {
  align-self: flex-start;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.app_section .img-mockup {
  position: absolute;
  z-index: 2;
  top: -161px;
  left: 11%;
}
.app_section .img-mockup:before {
  content: "";
  display: block;
  position: absolute;
  width: 700px;
  height: 50px;
  background: #ffcc01;
  left: 0;
  top: 395px;
  transform: rotate(25deg);
  filter: blur(150px);
}
.app_section .img-mockup img {
  position: relative;
  z-index: 2;
}
.app_section .img-mockup span.info-fly {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: var(--corner_radius-md, 12px);
  background: rgba(240, 243, 248, 0.9);
  box-shadow: 0px 0px 30px 0px rgba(255, 204, 1, 0.5);
  backdrop-filter: blur(1px);
  position: absolute;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  z-index: 3;
}
.app_section .img-mockup .info1 {
  top: 239px;
  right: -132px;
  max-width: 183px;
}
.app_section .img-mockup .info2 {
  bottom: 371px;
  left: -49px;
}
.app_section .img-mockup .info3 {
  right: -193px;
  max-width: 212px;
  bottom: 176px;
}
a.gplay-download.white {
  display: flex;
  width: 250px;
  height: 70px;
  padding: 13px 29px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-lg, 16px);
  background: #fff;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
a.appstore-download.white {
  display: flex;
  width: 250px;
  height: 70px;
  padding: 9px 33px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-lg, 16px);
  background: #fff;
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.faq_secction {
  position: relative;
}
.faq_secction .wrap {
  display: flex;
  padding: 200px 160px 0px 160px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.faq_secction .title {
  display: flex;
  width: 408px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
}
.faq_secction .title h2 {
  margin: 0;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
}
.faq_secction .title p {
  margin: 0;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  z-index: 999999;
  /* 26px */
}
.faq_secction .frame-faq {
  background: url("../img/Frame-faq.png") no-repeat;
  width: 850px;
  height: 686px;
  position: absolute;
  top: 328px;
  z-index: 1;
}
.faq-accordion {
  display: flex;
  width: 100%;
  max-width: 924px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 3;
}
.faq-accordion .accordion-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.faq-accordion .accordion-item {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: var(--corner_radius-lg, 16px);
  background: var(--colors-background-bg_card, #101010);
  color: white;
}
.faq-accordion .accordion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.faq-accordion .accordion.active svg {
  transform: rotate(180deg);
}
.faq-accordion .accordion .title {
  width: 100%;
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  cursor: pointer;
}
.faq-accordion .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.faq-accordion .panel .panel-body {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  padding-top: 30px;
}
.form-section .wrap {
  display: flex;
  padding: 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.form-section .form-block-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  border-radius: var(--corner_radius-lg, 16px);
  background: var(--colors-background-bg_secondary, #000);
  overflow: hidden;
}
.form-section .form-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex: 1 0 0;
  position: relative;
}
.form-section .form-block .wpcf7-spinner {
  position: absolute;
  right: 0;
}
.form-section .form-block h2 {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.form-section .form-block h2 span {
  color: #ffcc01;
}
.form-section .fields-block {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 50px 20px;
  align-self: stretch;
  flex-wrap: wrap;
}
.form-section .fields-block label {
  display: flex;
  width: 385px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  color: var(--colors-typography-white_text, #e7e7e7);
}
.form-section .fields-block label span.wpcf7-form-control-wrap {
  width: 100%;
}
.form-section .fields-block label select.wpcf7-form-control {
  width: 100%;
}
.form-section .fields-block label input::placeholder {
  color: var(--colors-typography-gray_400_text, #888);
  /* 1920px/caption */
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.form-section .line {
  display: flex;
  width: 655px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 113px;
  flex-wrap: wrap;
}
.form-section .line .wpcf7-list-item {
  margin: 0;
}
.form-section .line input.wpcf7-form-control.wpcf7-submit {
  display: flex;
  width: 250px;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  box-shadow: 6px 6px 20px 0px rgba(255, 236, 65, 0.3);
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
.form-section .line input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--colors-btn-btn_default, #fff886);
}
.form-section .line span.wpcf7-form-control-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-section .line span.wpcf7-form-control-wrap label {
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-section .line span.wpcf7-form-control-wrap label span.wpcf7-list-item-label {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  max-width: 310px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-section .line span.wpcf7-form-control-wrap label input + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #ffcc01;
  border-radius: 4px;
  flex-shrink: 0;
}
.form-section
  .line
  span.wpcf7-form-control-wrap
  label
  input:checked
  + .wpcf7-list-item-label:before {
  background: url("../img/checkbox.png") no-repeat;
}
.form-section .line span.wpcf7-form-control-wrap label input {
  display: none;
}
.form-section form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  flex: 1 0 0;
}
.advantages_section.work-page {
  position: relative;
}
.advantages_section.work-page:after {
  content: "";
  display: block;
  position: absolute;
  width: 900px;
  height: 50px;
  background: #ffcc01;
  right: 0;
  bottom: 400px;
  transform: rotate(25deg);
  filter: blur(150px);
}
.advantages_section.work-page .wrap {
  height: inherit;
  position: relative;
  z-index: 4;
}
.advantages_section.work-page .wrap a.yellow_btn {
  position: absolute;
  top: 340px;
}
.advantages_section.work-page .wrap .left-block {
  flex: 0 0 50%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.advantages_section.work-page .wrap .right-block {
  flex: 0 0 50%;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.advantages_section.work-page .card_advantage {
  display: flex;
  width: 100%;
  max-width: 385px;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.advantages_section.work-page .card_advantage h4 {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  margin: 0;
}
.advantages_section.work-page .card_advantage p {
  margin: 0;
}
.advantages_section.work-page .card_advantage.card_6 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(325deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section.work-page .card_advantage.card_6 i {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(325deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section.work-page .card_advantage.card_5 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(45deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
  margin-top: 20px;
}
.advantages_section.work-page .card_advantage.card_5 i {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(45deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section.work-page .card_advantage.card_4 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(225deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
  margin-top: 80px;
}
.advantages_section.work-page .card_advantage.card_4 i {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(225deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
}
.advantages_section.work-page .card_advantage.card_3 {
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(145deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
  border-radius: 16px;
  margin-top: 156px;
}
.advantages_section.work-page .card_advantage.card_3 i {
  border-radius: var(--corner_radius-md, 12px);
  box-shadow: 2px 2px 5px 0px #000;
  background: radial-gradient(circle at 100% 100%, #101010 0, #101010 15px, transparent 15px) 0% 0% /
      16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 15px, transparent 15px) 100% 0% / 16px 16px
      no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 15px, transparent 15px) 0% 100% / 16px 16px
      no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 15px, transparent 15px) 100% 100% / 16px 16px
      no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 2px) calc(100% - 32px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50% / calc(100% - 32px) calc(100% - 2px) no-repeat,
    repeating-linear-gradient(145deg, #ffcc01 0%, rgba(255, 204, 1, 0) 100%);
}
.advantages_section.work-page .card_advantage.card_3 {
  margin-top: 28px;
}
.advantages_section.work-page .card_advantage.card_4 {
  margin-top: 78px;
}
.advantages_section.work-page .card_advantage.card_5 {
  margin-top: -48px;
}
.advantages_section.work-page .card_advantage.card_1 {
  margin-top: 270px;
}
.advantages_section.work-page .card_advantage.card_2 {
  margin-top: 190px;
}
.contact .wrap {
  display: flex;
  padding: 100px 160px 200px 160px;
  align-items: center;
  gap: 154px;
  align-self: stretch;
}
.contact .ofer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  flex: 1 0 0;
}
.contact .ofer h1 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.contact .info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
.contact .info-block a {
  position: relative;
}
.contact .info-block a.tel {
  padding-left: 28px;
}
.contact .info-block a.tel:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_phone.png");
  position: absolute;
  left: 0;
  top: -1px;
}
.contact .info-block a.instagram {
  padding-left: 28px;
}
.contact .info-block a.instagram:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_instagram.png");
  position: absolute;
  left: 0;
  top: -1px;
}
.contact .info-block a.facebook {
  padding-left: 28px;
}
.contact .info-block a.facebook:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_facebook.png");
  position: absolute;
  left: 0;
  top: -1px;
}
.contact .info-block p {
  margin: 0;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}
.contact .info-block .contacts {
  display: flex;
  align-items: flex-start;
  gap: 106px;
  align-self: stretch;
}
.contact .info-block .contacts .support_sm {
  display: flex;
  width: 164px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.contact .info-block .contacts .support_sm .line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.contact .info-block .contacts .support_sm .line p {
  color: var(--colors-typography-gray_700_text, #4f4f4f);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}
.contact .info-block .contacts .support_sm .line a {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
.contact .info-block .contacts .support_driwers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.contact .info-block .contacts .support_driwers p {
  color: var(--colors-typography-gray_700_text, #4f4f4f);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 26px */
}
.contact .info-block .contacts .support_driwers a {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
.map-wrap {
  position: relative;
  overflow: hidden;
  height: 875px;
}
.map-wrap .map-bg {
  display: block;
  position: absolute;
  width: 1920px;
  height: 875px;
  background: url("../img/map_section_bg.jpg") no-repeat;
  top: 0;
}
.forblock {
  display: flex;
  width: 485px;
  padding: 70px 50px;
  flex-direction: column;
  gap: 31px;
  position: absolute;
  top: 100px;
  left: 100px;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-background-bg_secondary, #000);
  box-shadow: 10px 20px 30px 0px rgba(0, 0, 0, 0.3);
  color: white;
}
.forblock > p {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  margin: 0;
}
.forblock form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.forblock form.wpcf7-form.init label {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.forblock form.wpcf7-form.init textarea.wpcf7-form-control.wpcf7-textarea {
  height: 110px;
  border-radius: var(--corner_radius-sm, 8px);
  background: var(--colors-background-bg_primary, #fffee7);
}
.forblock form.wpcf7-form.init textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.forblock form.wpcf7-form.init input.wpcf7-form-control {
  border-radius: var(--corner_radius-sm, 8px);
  background: var(--colors-background-bg_primary, #fffee7);
}
.forblock form.wpcf7-form.init input.wpcf7-form-control::placeholder {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.forblock form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit {
  display: flex;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  box-shadow: 6px 6px 20px 0px rgba(255, 236, 65, 0.3);
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
.forblock form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit:hover {
  background: var(--colors-btn-btn_default, #fff886);
}
.forblock form.wpcf7-form.init span.wpcf7-spinner {
  position: absolute;
  bottom: 25px;
}
.single .img_tecsture1 {
  position: absolute;
  width: 300px;
  height: 100px;
  background: #ffcc01;
  filter: blur(200px);
  top: 400px;
}
.single .img_tecsture2 {
  display: block;
  position: absolute;
  width: 900px;
  height: 50px;
  background: #ffcc01;
  right: 0;
  top: 1100px;
  transform: rotate(25deg);
  filter: blur(150px);
}
.single_post {
  display: flex;
  padding: 100px 160px 0px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
  position: relative;
  z-index: 3;
}
.single_post .entry-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
}
.single_post .entry-header h1.entry-title {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.single_post .entry-content {
  position: relative;
  width: 100%;
}
.single_post .entry-content .content {
  max-width: 926px;
  flex: 1 0 0;
  margin: auto;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.single_post .entry-content .entry-meta {
  position: absolute;
  top: 0;
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.latest .wrap {
  display: flex;
  padding: 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
}
.latest h2 {
  margin: 0;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
}
.latest .line {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.latest .news {
  display: flex;
  width: 100%;
  max-width: 50%;
  align-items: center;
  gap: 21px;
}
.latest .news img {
  border-radius: 16px;
}
.latest .head {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.latest .head .date_post {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.latest .head .tag_link {
  display: flex;
  padding: 3px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-sm, 8px);
  border: 0.5px solid var(--colors-border-border_gray_400, #888);
}
.latest .head .tag_link a {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.latest .descrition {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.latest .descrition h4 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  margin: 0;
}
.latest .descrition .exept {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.latest .descrition a.reed_more {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
.cat-news {
  display: flex;
  padding: 100px 160px 200px 160px;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  position: relative;
}
.cat-news .texture1 {
  display: block;
  width: 800px;
  height: 100px;
  background: #ffcc01;
  position: absolute;
  left: 100px;
  transform: rotate(29deg);
  top: 500px;
  filter: blur(200px);
  z-index: 0;
}
.cat-news .texture2 {
  display: block;
  width: 800px;
  height: 50px;
  background: #ffcc01;
  position: absolute;
  right: 184px;
  transform: rotate(29deg);
  bottom: 171px;
  filter: blur(200px);
  z-index: 0;
}
.cat-news .texture_pin {
  display: block;
  position: absolute;
  width: 500px;
  height: 498px;
  background: url("../img/Frame_pin_news.png") no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
.cat-news h1.page-title {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
article.first-article {
  display: flex;
  align-items: center;
  gap: 155px;
  align-self: stretch;
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
article.first-article img {
  border-radius: 16px;
}
article.first-article .descrition {
  display: flex;
  max-width: 520px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
article.first-article .descrition .head {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
article.first-article .descrition .date_post {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
article.first-article .descrition .tag_link {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-sm, 8px);
  border: 0.5px solid var(--colors-border-border_gray_400, #888);
}
article.first-article .descrition .tag_link a {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
article.first-article .descrition h2 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 46.8px */
  margin: 0;
}
article.first-article .descrition .exept {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
article.first-article .descrition .exept p {
  margin: 0;
}
article.first-article .descrition a.reed_more {
  display: flex;
  width: 250px;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  box-shadow: 6px 6px 30px 0px rgba(255, 236, 65, 0.5);
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
article.first-article .descrition a.reed_more:hover {
  background: var(--colors-btn-btn_default, #fff886);
}
.line_filer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.line_filer h3 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  margin: 0;
}
.line_filer .filter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.line_filer .filter .-filter-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.line_filer .filter .filer-item a {
  display: flex;
  width: 250px;
  height: 60px;
  padding: 18px 25px 22px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-md, 12px);
  border: 1px solid var(--colors-element-gray_700, #4f4f4f);
}
.line_filer .filter .filer-item a {
  color: var(--colors-typography-gray_700_text, #4f4f4f);
  font-family: "Exo 2";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 23.4px */
  text-transform: inherit !important;
}
.line-maine {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 100px 20px;
  align-self: stretch;
  flex-wrap: wrap;
  position: relative;
}
.line-maine article {
  display: flex;
  align-items: center;
  gap: 21px;
  flex: 1 0 0;
}
.line-maine article img {
  border-radius: 16px;
}
.line-maine article .head {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.line-maine article .head .date_post {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.line-maine article .head .tag_link {
  display: flex;
  padding: 3px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-sm, 8px);
  border: 0.5px solid var(--colors-border-border_gray_400, #888);
}
.line-maine article .head .tag_link a {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
}
.line-maine article .descrition {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.line-maine article .descrition h2 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  margin: 0;
}
.line-maine article .descrition .exept {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
}
.line-maine article .descrition a.reed_more {
  color: var(--colors-typography-gray_400_text, #888);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
}
.archive .page-title span {
  color: #ffcc01;
}
.archive .line_filer .filter .filer-item:first-child a {
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-btn-btn_default, #ffcc01);
  border-color: #ffcc01;
}
.line_filer .filter .filer-item a:hover {
  background: var(--colors-btn-btn_default, #ffcc01);
  border-color: #ffcc01;
}
.online-order {
  position: relative;
}
.online-order .custom-html-widget {
  position: absolute;
  display: none;
}
.online-order .custom-html-widget span.close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.online-order .custom-html-widget a {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  position: relative;
}
.online-order .custom-html-widget a.tel {
  padding-left: 28px;
}
.online-order .custom-html-widget a.tel:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_phone_ligth.png");
  position: absolute;
  left: 0;
  top: -1px;
  margin-right: 4px;
}
.online-order .custom-html-widget.open {
  display: flex;
  width: 320px;
  height: 258px;
  padding: 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
  border-radius: var(--corner_radius-sm, 8px);
  background: var(--colors-background-bg_secondary, #000);
  box-shadow: 0px 0px 5px 0px rgba(255, 204, 1, 0.3);
  right: 0;
  top: 0;
}
.social_button {
  margin-top: 50px;
}
.social_button button#shear {
  background: none;
  padding: 0;
}
@media (min-width: 1920px) {
  .bonus_section {
    background-size: cover;
  }
}
@media (max-width: 1800px) {
  .first-slide .wrap {
    padding: 186px 40px;
  }
  .first-slide .wrap .rigth {
    right: 8%;
    top: 78px;
    max-width: 785px;
  }
  .custom-header .wrap {
    padding: 20px 40px;
  }
  .first-slide .wrap .rigth img {
    width: 100%;
  }
  .first-slide .wrap .rigth .info_2 {
    left: 155px;
    top: 548px;
  }
  .first-slide .offer h1 {
    font-size: 50px;
  }
  .first-slide .offer {
    gap: 30px;
  }
  .advantages_section .wrap {
    padding: 160px 40px;
    height: inherit;
  }
  h2 {
    font-size: 42px;
  }
  .rates_section .wrap {
    padding: 160px 40px;
    gap: 80px;
  }
  .client_section .wrap {
    padding: 160px 40px;
    gap: 80px;
  }
  .client_section h2.client-title {
    font-size: 42px;
  }
  .client_section .content_block {
    padding-right: 10%;
  }
  .client_section .content_block img {
    max-width: 670px;
    width: 50%;
  }
  .work_section .wrap {
    padding: 0px 40px 160px 40px;
  }
  .work_section .img-block img {
    width: 100%;
  }
  .work_section .img-block {
    width: 50%;
  }
  .work_section .frame-work-pin {
    left: -112px;
  }
  .bonus_section .wrap {
    padding: 160px 40px;
  }
  .bonus_section .img-mockup {
    width: 325px;
    height: 620px;
    left: 10%;
  }
  .bonus_section .offer {
    margin-right: 8%;
  }
  .bonus_section .discounts p.discount-text {
    font-size: 42px;
  }
  .bonus_section .blick1 {
    left: 5%;
  }
  .bonus_section .blick2 {
    left: 32%;
  }
  .bonus_section .blick3 {
    left: 35%;
  }
  .map-section .wrap {
    padding: 160px 40px;
  }
  .map-section p.infomap1 {
    font-size: 42px;
  }
  .map-section p.infomap2 {
    font-size: 42px;
    top: 247px;
    right: 12%;
  }
  .site-footer .wrap {
    padding: 80px 40px;
  }
  .site-footer .left-block {
    display: flex;
    max-width: 787px;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    gap: inherit;
  }
  .top-block .wrap {
    padding: 100px 40px 0px 40px;
  }
  .top-block .ofer .title h1 {
    font-size: 50px;
  }
  .start-work .wrap {
    padding: 160px 40px;
    gap: 80px;
  }
  .start-work {
    margin-top: -160px;
  }
  .advantages_section.work-page .wrap .right-block {
    gap: 10px;
  }
  .advantages_section .wrap {
    gap: 10px;
  }
  .advantages_section.work-page .wrap .left-block {
    gap: 10px;
  }
  .terms_of_cooperation_section .wrap {
    padding: 160px 40px;
  }
  .terms_of_cooperation_section h2 {
    font-size: 44px;
  }
  .terms_of_cooperation_section .line .cooperation_item h4 {
    font-size: 24px;
  }
  .terms_of_cooperation_section .line .cooperation_item p {
    font-size: 16px;
  }
  .app_section .wrap {
    padding: 200px 40px 200px 730px;
    align-items: flex-start;
  }
  .app_section p.info {
    font-size: 42px;
    max-width: 533px;
  }
  .app_section .btn-block a.gplay-download.white {
    width: 210px;
    height: 60px;
    padding: 11px 24px;
  }
  .app_section .btn-block a.appstore-download.white {
    width: 210px;
    height: 60px;
    padding: 11px 24px;
  }
  .app_section .img-mockup img {
    width: 450px;
  }
  .app_section .img-mockup {
    top: -65px;
    left: 6%;
  }
  .app_section .img-mockup .info1 {
    top: 187px;
    right: -132px;
  }
  .faq_secction .wrap {
    padding: 160px 40px 0px 40px;
  }
  .faq_secction .title h2 {
    font-size: 42px;
  }
  .faq-accordion .accordion .title {
    font-size: 24px;
  }
  .faq_secction .frame-faq {
    width: 715px;
    height: 686px;
    background-size: contain;
  }
  .form-section .wrap {
    padding: 160px 40px;
  }
  .contact .wrap {
    padding: 100px 40px 160px 40px;
    gap: 0;
  }
  .contact .wrap > img {
    width: 50%;
    max-width: 100%;
  }
  .contact .ofer h1 {
    font-size: 42px;
  }
  .download-application img {
    width: 210px;
    height: 60px;
  }
  .cat-news {
    padding: 80px 40px 160px 40px;
  }
  .cat-news h1.page-title {
    font-size: 42px;
  }
  article.first-article .descrition h2 {
    font-size: 32px;
  }
  article.first-article .descrition .exept {
    font-size: 16px;
  }
  article.first-article .descrition a.reed_more {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  .line_filer .filter .filer-item a {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  .line-maine article img {
    max-width: 325px;
    height: inherit;
  }
  .line-maine article .descrition h2 {
    font-size: 24px;
  }
  .line-maine article .descrition .exept {
    font-size: 16px;
  }
  .online-order-btn2 {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  .single_post {
    padding: 100px 40px 0px 40px;
  }
  .single_post .entry-header img {
    max-width: 100%;
    height: inherit;
  }
  .single_post .entry-header h1.entry-title {
    font-size: 42px;
  }
  .latest .wrap {
    padding: 160px 40px;
    gap: 80px;
  }
  .latest img {
    max-width: 325px;
    height: inherit;
  }
  .latest .descrition h4 {
    font-size: 24px;
  }
  .latest .descrition .exept {
    font-size: 16px;
  }
}
@media (max-width: 1600px) {
  .site-footer .left-block {
    max-width: 700px;
  }
  .map-wrap .map-bg {
    right: -20%;
  }
  .first-slide .wrap .rigth {
    width: 55%;
    right: 0;
  }
  .first-slide .wrap .rigth .info_1 {
    left: 24%;
  }
  .first-slide .wrap .rigth .info_2 {
    top: initial;
    bottom: 16%;
    left: 11%;
  }
  .first-slide .texture_pin {
    width: 60%;
    height: 174px;
    background-size: contain;
  }
  .client_section .download-application img {
    width: 210px;
    max-width: 100%;
  }
  .site-footer a.download {
    width: 210px;
    height: 60px;
  }
  img.qr.code {
    width: 210px;
  }
  .site-footer .right-block {
    max-width: 440px;
    gap: inherit;
    justify-content: space-between;
  }
  .top-block .img-block {
    width: 50%;
  }
  .top-block .img-block img {
    max-width: 100%;
  }
  .start-work .content {
    gap: 50px;
    justify-content: space-between;
    align-items: center;
  }
  .start-work .line {
    justify-content: space-between;
    gap: initial;
  }
  .start-work .step_work {
    gap: 80px;
  }
  .start-work .content > img {
    max-width: 100%;
    max-width: 440px;
  }
  .start-work .description h5 {
    font-size: 24px;
  }
  .start-work .description p {
    font-size: 16px;
  }
  .start-work .step svg {
    height: 80px;
  }
  .advantages_section.work-page .card_advantage {
    box-sizing: border-box;
    max-width: inherit;
    width: 49%;
  }
  .advantages_section.work-page .card_advantage h4 {
    font-size: 24px;
  }
  .advantages_section .card_advantage p {
    font-size: 16px;
  }
  .faq-accordion {
    display: flex;
    max-width: 900px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
  }
  .faq_secction .title {
    display: flex;
    max-width: 440px;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    flex: 1 0 0;
  }
  .faq_secction .frame-faq {
    width: 500px;
  }
  .form-section .form-block-wrap > img {
    width: 42%;
  }
  .form-section .fields-block label {
    flex: 0 0 40%;
    width: inherit;
  }
  .form-section .form-block h2 {
    font-size: 42px;
  }
  .form-section .line input.wpcf7-form-control.wpcf7-submit {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  .form-section .line {
    width: 570px;
  }
  .online-order-btn2 {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  .custom-header .logomenu {
    max-width: 760px;
  }
  .option {
    max-width: 400px;
  }
  .rates_section .head-tabs li a {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  a.orang-btn {
    width: 210px;
    height: 55px;
    padding: 18px 25px 22px 25px;
  }
  .download-application a img {
    width: 210px;
  }
  .single_post .entry-content .content {
    max-width: 785px;
  }
  .single_post .entry-content .entry-meta {
    font-size: 16px;
  }
  .latest h2 {
    font-size: 42px;
  }
  article.first-article img {
    max-width: 45%;
    height: inherit;
  }
  article.first-article {
    gap: 135px;
    padding-bottom: 110px;
  }
  .line-maine {
    gap: 80px 20px;
  }
  .contact .info-block p {
    max-width: 500px;
  }
  .rates_section h2.advantages-title {
    font-size: 42px;
  }
  .work_section h2.work-title {
    font-size: 42px;
  }
  .start-work h2 {
    font-size: 42px;
  }
  .line_filer h3 {
    font-size: 42px;
  }
}
@media (max-width: 1300px) {
  .first-slide .wrap {
    padding: 165px 38px;
  }
  .first-slide .offer h1 {
    font-size: 48px;
  }
  .first-slide .offer p.action {
    font-size: 18px;
    max-width: 500px;
  }
  .download-application img {
    width: 184px;
    height: 55px;
  }
  .custom-header .wrap {
    padding: 15px 38px;
  }
  .custom-header .logomenu {
    max-width: 690px;
  }
  .custom-header .site-branding img {
    max-width: 100%;
    height: inherit;
  }
  .custom-header .menu-top-menu-container .menu {
    max-width: 440px;
    gap: 40px;
  }
  .custom-header .navigation-top {
    max-width: 440px;
  }
  .advantages_section .wrap {
    padding: 160px 38px;
  }
  .advantages_section h2.advantages-title {
    top: 160px;
  }
  .advantages_section .card_advantage {
    width: 286px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .rates_section .wrap {
    padding: 160px 38px;
  }
  .rates_section .description {
    max-width: 840px;
  }
  .rates_section .description p {
    font-size: 16px;
    margin: 0;
  }
  .rates_section .head-tabs li a {
    width: 184px;
    height: 50px;
    padding: 18px 25px 22px 25px;
    font-size: 16px;
  }
  .rates_section .tab-contents {
    padding: 80px 80px 70px 80px;
  }
  .online-order-btn2 {
    width: 184px;
    height: 50px;
  }
  .client_section .wrap {
    padding: 160px 38px;
  }
  .client_section .content_block {
    gap: 80px;
  }
  .client_section .content {
    font-size: 16px;
  }
  .client_section .download-application img {
    width: 184px;
    height: 55px;
  }
  .work_section .wrap {
    padding: 0px 38px 160px 38px;
    align-items: center;
  }
  .work_section .offer {
    font-size: 16px;
    max-width: 43%;
  }
  .bonus_section .wrap {
    padding: 120px 38px;
  }
  .bonus_section .description ul {
    font-size: 16px;
  }
  .bonus_section .offer {
    margin-right: 00;
  }
  .bonus_section .img-mockup {
    width: 286px;
    height: 548px;
    left: 10%;
  }
  .map-section .wrap {
    padding: 160px 38px;
  }
  .map-section .wrap img {
    max-width: 1157px;
  }
  .map-section p.infomap1 {
    left: 38px;
    top: 160px;
  }
  .map-section p.infomap2 {
    top: 220px;
    right: 6%;
  }
  .site-footer a.download {
    width: 184px;
    height: 55px;
    padding: 10px 21px;
  }
  .site-footer a.download > svg {
    width: 142.189px;
    height: 33.855px;
    flex-shrink: 0;
  }
  .site-footer .left-block {
    gap: initial;
    max-width: 700px;
  }
  .site-footer .right-block {
    max-width: 380px;
  }
  .top-block .wrap {
    padding: 70px 38px 0px 38px;
  }
  .top-block .ofer .title h1 {
    font-size: 48px;
  }
  .top-block .ofer .title a.yellow_btn {
    width: 184px;
    height: 50px;
    padding: 15px 0px;
    font-size: 16px;
    right: 32px;
  }
  .start-work .wrap {
    padding: 160px 38px;
  }
  a.yellow_btn {
    width: 184px;
    height: 50px;
    padding: 14px 17px 13px 20px;
    font-size: 16px;
  }
  .advantages_section .wrap {
    padding: 160px 38px;
  }
  .advantages_section.work-page .wrap a.yellow_btn {
    top: 270px;
  }
  .advantages_section.work-page .card_advantage {
    width: 286px;
    padding: 30px;
  }
  .terms_of_cooperation_section .wrap {
    padding: 160px 40px;
    gap: 80px;
  }
  .terms_of_cooperation_section h2 {
    font-size: 42px;
  }
  .terms_of_cooperation_section .line_offer .ofer p {
    font-size: 18px;
  }
  .app_section .wrap {
    padding: 160px 38px 160px 650px;
  }
  .app_section p.decr {
    font-size: 16px;
    margin: 0;
  }
  .app_section .btn-block a.gplay-download.white,
  .app_section .btn-block a.appstore-download.white {
    width: 184px;
    height: 55px;
    padding: 10px 21px;
  }
  .app_section .btn-block a.gplay-download.white svg,
  .app_section .btn-block a.appstore-download.white svg {
    width: 142.189px;
    height: 33.855px;
  }
  .app_section .img-mockup span.info-fly {
    font-size: 16px;
    /* top: 187px; */
    /* right: -132px; */
    /* top: 187px; */
    /* right: -132px; */
  }
  .app_section .img-mockup img {
    width: 383px;
  }
  .app_section .img-mockup .info1 {
    top: 136px;
    right: -132px;
  }
  .app_section .img-mockup .info2 {
    bottom: 215px;
    left: -49px;
  }
  .app_section .img-mockup .info3 {
    right: -193px;
    max-width: 212px;
    bottom: 105px;
  }
  .faq_secction .title p {
    font-size: 18px;
  }
  .form-section .wrap {
    padding: 160px 38px;
  }
  .cat-news {
    padding: 80px 38px 160px 38px;
  }
  article.first-article .descrition {
    max-width: 490px;
    padding-right: 6%;
  }
  article.first-article {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* align-self: stretch; */
    /* gap: initial; */
  }
  article.first-article .descrition a.reed_more {
    width: 184px;
    height: 50px;
    font-size: 16px;
  }
  .line_filer h3 {
    font-size: 42px;
  }
  .line_filer .filter .filer-item a {
    width: 184px;
    height: 50px;
    font-size: 16px;
  }
  .line-maine article img {
    max-width: 286px;
  }
  .line-maine article .descrition .exept p {
    margin: 0;
  }
  .line-maine article .descrition {
    gap: 14px;
  }
  .online-order-btn2 {
    font-size: 16px;
  }
  .single_post {
    padding: 100px 38px 0px 38px;
  }
  .single_post .entry-content .content {
    max-width: 695px;
  }
  .latest img {
    max-width: 286px;
  }
  .latest .descrition {
    gap: 16px;
  }
  .latest .descrition .exept p {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .map-wrap .map-bg {
    right: -45%;
  }
  .first-slide .offer h1 {
    font-size: 42px;
  }
  .first-slide .offer {
    max-width: 465px;
  }
  html {
    width: 100%;
    overflow-x: hidden;
  }
  .first-slide .offer h1 {
    font-size: 42px;
  }
  .first-slide .wrap .rigth {
    top: 0;
  }
  .first-slide .offer {
    max-width: 465px;
  }
  .rates_section .tab-contents {
    padding: 50px 30px;
    gap: 30px;
  }
  .rates_section .wrap {
    padding: 100px 20px;
  }
  .advantages_section .wrap {
    padding: 100px 20px;
  }
  .first-slide .wrap {
    padding: 100px 20px;
  }
  .advantages_section h2.advantages-title {
    font-size: 36px;
    top: 70px;
  }
  .rates_section h2.advantages-title {
    font-size: 36px;
  }
  .client_section .wrap {
    padding: 100px 20px;
  }
  .client_section h2.client-title {
    font-size: 36px;
  }
  .client_section .content_block {
    gap: 50px;
    padding-right: 0;
  }
  .work_section .wrap {
    padding: 0px 20px 100px 20px;
  }
  .bonus_section .wrap {
    padding: 100px 20px;
  }
  .bonus_section .discounts p.discount-text {
    font-size: 36px;
  }
  .bonus_section .discounts p.discount {
    font-size: 108px;
  }
  .bonus_section .img-mockup {
    width: 206px;
    height: 393px;
    left: 40px;
  }
  .map-section .wrap {
    padding: 100px 0;
  }
  .map-section p.infomap1 {
    font-size: 36px;
    top: 45px;
  }
  .map-section p.infomap2 {
    font-size: 36px;
    top: 87px;
  }
  .site-footer .left-block {
    max-width: 53%;
    gap: 15px;
  }
  .top-block .ofer {
    max-width: 440px;
  }
  .top-block .wrap {
    padding: 50px 20px 100px 20px;
  }
  .top-block .ofer .title h1 {
    font-size: 42px;
  }
  .start-work .wrap {
    padding: 50px 20px 100px 20px;
  }
  .top-block .pin {
    width: 224px;
    height: 215px;
    bottom: 126px;
  }
  .start-work .content {
    flex-direction: column;
  }
  .advantages_section.work-page .wrap {
    flex-direction: column;
  }
  .advantages_section.work-page .wrap .left-block {
    /* flex: 0 0 100%; */
    width: 100%;
    gap: 20px 20px;
  }
  .advantages_section.work-page .card_advantage {
    flex: 0 0 48%;
    width: inherit;
  }
  .advantages_section.work-page .wrap .right-block {
    flex: 0 0 100%;
    /* width: 100%; */
    gap: 20px;
    /* justify-content: space-between; */
  }
  .advantages_section h2.advantages-title {
    font-size: 36px;
    top: inherit;
    position: relative;
  }
  .advantages_section.work-page .wrap a.yellow_btn {
    top: inherit;
    position: relative;
  }
  .advantages_section.work-page .card_advantage.card_1 {
    margin: 0;
  }
  .advantages_section.work-page .card_advantage.card_2 {
    margin: 0;
  }
  .advantages_section.work-page .wrap {
    gap: 30px;
  }
  .advantages_section.work-page .card_advantage.card_3 {
    margin: 0;
  }
  .advantages_section.work-page .card_advantage.card_4 {
    margin: 0;
  }
  .advantages_section.work-page .card_advantage.card_5 {
    margin: 0;
  }
  .advantages_section.work-page .card_advantage {
    width: inherit;
    box-sizing: border-box;
  }
  .app_section .wrap {
    padding: 100px 38px 100px 480px;
  }
  .app_section .img-mockup img {
    max-width: 315px;
  }
  .app_section .img-mockup {
    left: 0;
  }
  .app_section .img-mockup .info3 {
    right: -114px;
  }
  .app_section .img-mockup .info2 {
    left: 0;
  }
  .form-section .form-block-wrap {
    gap: 0;
  }
  .form-section .form-block {
    gap: 20px;
  }
  .form-section form.wpcf7-form.init {
    gap: 20px;
  }
  .form-section .fields-block {
    gap: 20px;
  }
  .form-section .form-block-wrap > img {
    width: 36%;
  }
  .form-section .line span.wpcf7-form-control-wrap label span.wpcf7-list-item-label {
    max-width: 250px;
  }
  .form-section .line {
    width: 97%;
    row-gap: 10px;
    justify-content: start;
  }
  .custom-header .wrap {
    padding: 15px 20px;
  }
  .advantages_section .wrap {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .advantages_section .card_advantage {
    width: inherit;
    flex: 0 0 48%;
    float: left;
    box-sizing: border-box;
  }
  .advantages_section .card_advantage.card_1 {
    margin: 0;
  }
  .advantages_section h2.advantages-title {
    width: 100%;
    margin-bottom: 25px;
  }
  .advantages_section .card_advantage.card_3 {
    margin: 0;
  }
  .advantages_section .card_advantage.card_4 {
    margin: 0;
  }
  a.orang-btn {
    width: 213px;
  }
}
@media (min-width: 993px) {
  .custom-header-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .custom-header {
    display: none;
  }
}
@media (min-width: 993px) {
  .custom-header-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .custom-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .for-mobile {
    display: none !important;
  }
}
.site-header {
  display: block;
  position: relative;
  z-index: 99;
}
.custom-header-mobile .wrap {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--colors-background-bg_secondary, #000);
}
.custom-header-mobile .site-branding .custom-logo {
  width: 96px;
  height: 30px;
}
.custom-header-mobile .toogle_menu {
  background: inherit;
  border: inherit;
  padding: initial;
}
.custom-header-mobile .menus-block.opened {
  display: flex;
}
.custom-header-mobile .menus-block {
  display: none;
  position: fixed;
  top: 0;
  padding: 30px 20px 50px 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  background: var(--colors-background-bg_secondary, #000);
  right: 0;
  left: 0;
  bottom: 0;
}
.custom-header-mobile .menus-block .content-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  align-self: stretch;
}
.custom-header-mobile .menu_options {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.custom-header-mobile .menu_options .block {
  display: flex;
  width: 215px;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}
.custom-header-mobile .menu_options .block .loc {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.custom-header-mobile .navigation-top {
  display: flex;
  max-width: 440px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.custom-header-mobile .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.custom-header-mobile .menu li.current-menu-item a {
  color: var(--colors-typography-yellow500_text, #ffcc01);
}
.custom-header-mobile .menu li a {
  color: var(--colors-typography-white_text, #e7e7e7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}
.custom-header-mobile .btn_block {
  display: flex;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  gap: 30px;
}
.custom-header-mobile .btn_block a {
  display: flex;
  width: 210px;
  height: 60px;
  padding: 11px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--corner_radius-md, 12px);
  background: var(--colors-element-white, #fff);
  box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.social .textwidget.custom-html-widget {
  display: flex;
  width: 113px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.social a {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  color: var(--colors-typography-white_text, #e7e7e7);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
}
.social a.instagram:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_instagram_ligth.png");
}
.social a.facebook:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/icon_facebook_ligth.png");
}
@media (max-width: 767px) {
  .custom-header-mobile .city-menu .menu-item-has-children:hover ul.sub-menu {
    align-items: flex-start;
    gap: 40px;
    z-index: 100;
    right: -61px;
    border-radius: var(--corner_radius-lg, 16px);
    background: var(--colors-background-bg_secondary, #000);
    box-shadow: 0px 0px 12px 11px rgba(255, 204, 1, 0.3);
    color: white;
    list-style: none;
  }
  .client_section .content_block img {
    max-width: 100%;
    width: 100%;
  }
  .online-order .custom-html-widget.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    justify-content: center;
    align-items: center;
    background: #000000e0;
  }
  .online-order .custom-html-widget a {
    font-size: 23px;
    align-content: center;
    align-items: center;
  }
  .online-order .custom-html-widget a.tel:before {
    top: 2px;
    left: 0;
  }
  .rates_section .list-line span.prise {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
  }
  .rates_section .list-line span.name-uslugi {
    font-size: 16px;
  }
  .forblock {
    top: -668px;
  }
  .map-wrap {
    overflow: inherit;
    margin-top: 500px;
  }
  .map-bg {
    right: -60%;
  }
  .map-wrap .map-bg {
    right: -400px;
  }
  div#scrol-top.fixed {
    right: 0;
    bottom: 0;
  }
  .first-slide .wrap > div {
    visibility: visible !important;
  }
  .first-slide .wrap {
    padding: 50px 20px 0;
  }
  .first-slide .download-application a {
    margin: 0;
  }
  .download-application {
    display: flex;
    gap: 20px;
  }
  .first-slide .wrap .rigth {
    position: relative;
    width: 100%;
    margin-right: -20px;
    margin-bottom: -50px;
  }
  .first-slide .wrap .rigth .infoblock {
    display: inline-flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .advantages_section .wrap {
    padding: 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  .advantages_section .frame-bg {
    z-index: 0;
    top: 70%;
  }
  .rates_section .wrap {
    padding: 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  .rates_section .description {
    max-width: inherit;
    flex-direction: column;
    gap: 50px;
  }
  .rates_section .head-tabs nav {
    flex-wrap: wrap;
  }
  .rates_section .tab-contents .price_table {
    display: flex;
    /* padding: 50px 30px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
  }
  .client_section .content_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
  }
  .client_section .content_block img {
    /*width: 100%;*/
  }
  .client_section .description {
    width: 100%;
    gap: 30px;
  }
  .work_section .wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    position: relative;
    padding-top: 135px;
  }
  .work_section .offer {
    max-width: inherit;
    width: 100%;
  }
  .work_section .img-block {
    width: 100%;
  }
  .work_section h2.work-title {
    position: absolute;
    top: 0;
  }
  .bonus_section .discounts {
    /* flex-direction: column; */
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  .bonus_section .description {
    max-width: inherit;
    padding-left: 40%;
  }
  .bonus_section .description a.orang-btn {
    align-self: flex-end;
  }
  .bonus_section .img-mockup {
    width: 38%;
    background-position: bottom left;
    left: 20px;
  }
  .bonus_section .blick2 {
    display: none;
  }
  .bonus_section .blick3 {
    display: none;
  }
  .map-section p.infomap2 {
    top: initial;
    bottom: 48px;
  }
  .bonus_section .discounts {
    /* flex-direction: column; */
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
  }
  .bonus_section .description {
    max-width: inherit;
    padding-left: 40%;
  }
  .bonus_section .description a.orang-btn {
    align-self: flex-end;
  }
  .bonus_section .img-mockup {
    width: 38%;
    background-position: bottom left;
    left: 20px;
  }
  .bonus_section .blick2 {
    display: none;
  }
  .bonus_section .blick3 {
    display: none;
  }
  .map-section p.infomap2 {
    top: initial;
    bottom: 48px;
  }
  .site-footer .wrap {
    display: flex;
    padding: 80px 20px;
    flex-direction: column;
    align-items: start !important;
    gap: 50px;
    position: relative;
    height: 700px;
  }
  .site-footer .left-block {
    max-width: inherit;
    display: flex;
    gap: 50px;
    position: relative;
    justify-content: start;
    align-content: start;
    flex-grow: 0;
  }
  .site-footer .logobtn {
    width: 100%;
    max-width: inherit;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .logobtn a.custom-logo-link {
    align-self: stretch;
    width: 100%;
    flex: 0 0 100%;
  }
  img.qr.code {
    display: none;
  }
  .navigation-bottom {
    width: 50%;
    position: absolute;
    right: 0;
    top: calc(100% + 50px);
  }
  .site-footer .right-block .foot-contackt {
    position: absolute;
  }
  .site-footer .right-block .privacy .setting {
    position: absolute;
    top: 100px;
    right: 20px;
  }
  .site-footer .right-block {
    max-width: inherit;
  }
  .site-footer .right-block .privacy .privacy-intro {
    position: absolute;
    bottom: 80px;
  }
  .top-block .wrap > div {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  .top-block .ofer {
    max-width: inherit;
    width: 100%;
  }
  .top-block .wrap {
    flex-direction: column;
    gap: 50px;
  }
  .top-block .img-block {
    width: 100%;
    z-index: 10;
  }
  .top-block .ofer .title a.yellow_btn {
    display: none;
  }
  .start-work {
    margin-top: 0;
  }
  .top-block .img-block a.yellow_btn {
    margin-top: 50px;
    width: 100%;
  }
  .start-work h2 {
    font-size: 36px;
  }
  .start-work .wrap {
    padding: 0px 20px 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  .start-work .line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  .start-work .step_work {
    gap: 50px;
    width: 100%;
  }
  .start-work .step {
    width: 100%;
  }
  .start-work .description {
    width: inherit;
  }
  .start-work .line a.yellow_btn {
    width: 100%;
  }
  .advantages_section.work-page .wrap .left-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .advantages_section.work-page .wrap .right-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .advantages_section.work-page .card_advantage {
    flex: 0 0 100%;
    width: 100%;
  }
  .advantages_section.work-page .wrap {
    position: relative;
    padding: 100px 20px 200px;
  }
  .advantages_section.work-page .wrap a.yellow_btn {
    position: absolute;
    bottom: 100px;
    width: calc(100% - 40px);
    z-index: 20;
  }
  .advantages_section.work-page .wrap .left-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .advantages_section.work-page .wrap .right-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .advantages_section.work-page .card_advantage {
    flex: 0 0 100%;
    width: 100%;
  }
  .advantages_section.work-page .wrap {
    position: relative;
    padding: 100px 20px 200px;
  }
  .advantages_section.work-page .wrap a.yellow_btn {
    position: absolute;
    bottom: 100px;
    width: calc(100% - 40px);
    z-index: 20;
  }
  .terms_of_cooperation_section .wrap {
    padding: 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  .terms_of_cooperation_section .line {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .terms_of_cooperation_section .line_offer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .terms_of_cooperation_section .line_offer a.yellow_btn {
    width: 100%;
  }
  .app_section .wrap {
    padding: 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
  }
  .app_section .img-mockup {
    position: relative;
    width: 315px;
    left: inherit;
    display: block;
  }
  .app_section {
    background-size: cover;
  }
  .faq_secction .wrap {
    padding: 100px 20px 0px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .faq_secction .title {
    gap: 20px;
  }
  .faq-accordion .accordion-container {
    gap: 20px;
  }
  .faq-accordion .accordion-item {
    padding: 30px;
  }
  .form-section .wrap {
    padding: 100px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
  }
  .form-section .form-block-wrap > img {
    width: inherit;
    position: absolute;
    /* display: none; */
    max-width: 100%;
    bottom: 0;
  }
  .form-section .form-block {
    padding: 50px 30px 50px 30px;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex: 1 0 0;
    z-index: 5;
  }
  .form-section form.wpcf7-form.init {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1 0 0;
  }
  .form-section .fields-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
  }
  .form-section .fields-block label {
    flex: 0 0 100%;
    width: 100%;
  }
  .form-section .line {
    width: 100%;
    gap: 50px;
  }
  .form-section .line span.wpcf7-form-control-wrap label span.wpcf7-list-item-label {
    max-width: inherit;
  }
  .form-section .line input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }
  .form-section .form-block-wrap {
    position: relative;
    padding-bottom: 200px;
  }
  .cat-news .texture_pin {
    width: 200px;
    height: 200px;
    right: -77px;
  }
  .cat-news {
    display: flex;
    padding: 50px 20px 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  article.first-article {
    display: flex;
    /* padding: 50px 20px 100px 20px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  article.first-article img {
    max-width: inherit;
    width: 100%;
  }
  article.first-article .descrition a.reed_more {
    width: 100%;
  }
  article.first-article .descrition {
    max-width: inherit;
    padding: 0;
  }
  .line_filer {
    display: flex;
    /* padding: 0px 20px 100px 20px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
  }
  .line_filer .filter {
    flex-wrap: wrap;
  }
  .line_filer .filter .-filter-container {
    flex-wrap: wrap;
  }
  .line-maine {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
  }
  .line-maine article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .line-maine article img {
    max-width: inherit;
    width: 100%;
  }
  .single_post {
    padding: 50px 20px 50px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
  }
  .single_post .entry-content .entry-meta {
    display: none;
  }
  .latest .wrap {
    display: flex;
    padding: 0px 20px 100px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
  }
  .latest .line {
    display: flex;
    /* padding: 0px 20px 100px 20px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
  }
  .latest .news {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    max-width: inherit;
  }
  .latest img {
    max-width: inherit;
    width: 100%;
  }
  .contact .wrap {
    padding: 50px 20px 100px 20px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
  }
  .contact .ofer {
    visibility: visible !important;
    gap: 50px;
  }
  .contact .wrap > img {
    visibility: visible !important;
    width: 100%;
  }
  .map-wrap {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }
  .forblock {
    position: relative;
    left: inherit;
    width: 100%;
    /* margin-bottom: -100px; */
    /* margin-right: 20px; */
    padding: 50px 30px;
  }
}
.entry-meta.for-mobile {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.social_button {
  margin: 0;
}
button#shear2 {
  padding: 0;
  background: 0;
}
@media (max-width: 460px) {
  .rates_section .head-tabs li a {
    width: 150px;
    height: 50px;
    padding: 10px 8px 10px 8px;
  }
  .rates_section .head-tabs nav {
    justify-content: center;
  }
  .online-order-btn2 {
    width: inherit;
  }
  .download-application {
    /*flex-direction: column;*/
    justify-content: center;
    width: 100%;
    align-content: center;
    align-items: center;
    gap: 10px;
  }
  .client_section .content_block img {
    height: initial;
  }
  .download-application a img {
    width: initial;
    height: initial;
    max-width: 100%;
  }
  .first-slide .download-application a {
    flex: 1 0 0;
  }
  .rates_section .tab-contents .imgtitle img {
    max-width: 100%;
  }
  .work_section .frame-work-pin {
    width: 282px;
  }
  .work_section .offer ul {
    margin-left: 70px;
  }
  .work_section a.orang-btn {
    margin-left: 70px;
  }
  .bonus_section .img-mockup {
    width: 30%;
    left: 7px;
  }
  .site-footer .logobtn img {
    max-width: 96px;
    margin-top: 17px;
  }
  .site-footer a.download {
    width: 100%;
  }
  .site-footer .right-block .privacy .privacy-intro {
    bottom: 26px;
  }
  .top-block .info {
    flex-direction: column;
  }
  .app_section p.info {
    font-size: 32px;
  }
  .app_section .btn-block {
    flex-direction: column;
  }
  .app_section .btn-block a.gplay-download.white,
  .app_section .btn-block a.appstore-download.white {
    width: 100%;
  }
  .app_section .img-mockup {
    width: 62%;
  }
  .app_section .img-mockup .info2 {
    right: -132px;
    left: inherit;
  }
  .faq_secction .title {
    max-width: inherit;
    width: inherit;
  }
  .faq_secction .title p {
    max-width: 100%;
    width: 100%;
  }
  .top-block .ofer .title h1 {
    font-size: 40px;
  }
  .start-work h2 {
    font-size: 32px;
  }
  .start-work .description h5 {
    font-size: 22px;
  }
  .advantages_section h2.advantages-title {
    font-size: 32px;
  }
  .advantages_section.work-page .card_advantage h4 {
    font-size: 22px;
  }
  .terms_of_cooperation_section h2 {
    font-size: 32px;
  }
  .terms_of_cooperation_section .line .cooperation_item h4 {
    font-size: 22px;
  }
  .faq_secction .title h2 {
    font-size: 32px;
  }
  .faq-accordion .accordion .title {
    font-size: 22px;
  }
  .faq-accordion .accordion-item {
    padding: 30px 20px;
  }
  .form-section .form-block {
    padding: 50px 20px;
  }
  .form-section .form-block h2 {
    font-size: 32px;
  }
  .first-slide .offer h1 {
    font-size: 40px;
  }
  .rates_section h2.advantages-title {
    font-size: 32px;
  }
  .rates_section .tab-contents {
    padding: 50px 20px;
  }
  .client_section h2.client-title {
    font-size: 32px;
  }
  .work_section h2.work-title {
    font-size: 32px;
  }
  .bonus_section .discounts p.discount-text {
    font-size: 32px;
  }
  .contact .ofer {
    max-width: 100%;
  }
  .contact .info-block .contacts {
    gap: 8px;
  }
  .contact .wrap {
    padding-bottom: 0;
  }
  .forblock {
    padding: 50px 20px;
  }
  .forblock > p {
    font-size: 22px;
  }
  .cat-news h1.page-title {
    font-size: 40px;
  }
  article.first-article .descrition h2 {
    font-size: 30px;
  }
  .line_filer h3 {
    font-size: 32px;
  }
  .single_post .entry-header h1.entry-title {
    font-size: 32px;
  }
  .latest h2 {
    font-size: 36px;
  }
  .latest .descrition h4 {
    font-size: 22px;
  }
  .custom-header-mobile .btn_block {
    flex-direction: column;
  }
  .custom-header-mobile .btn_block a {
    width: 100%;
  }
  .custom-header-mobile .menu_options .block {
    width: inherit;
  }
}
.ofer-exeption {
  position: relative;
  z-index: 10;
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.post-title h1 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
}

.wpcf7-response-output {
  color: #fffee7;
}

.rotate180 {
  rotate: 180deg;
}
/* ================================================================== */
.entry-content {
  margin: 20px;
}
.entry-content p {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

.entry-content h3 {
  font-family: "Exo 2";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.entry-content h1 {
  color: var(--colors-typography-black_text, #1c1c1c);
  font-family: "Exo 2";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

.attention {
  border: 2px solid red;
  padding: 5px;
}
@media (min-width: 1024px) {
  .line-maine article {
    flex: 1 0 48%;
  }
}
@media (max-width: 1023px) {
  .line-maine article {
    flex: 1 0 100%;
  }
}

.work_section .wrap.hidden-exept {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 0 220px; */
}

.wrap.hidden-exept .hidden-block-exept {
  padding: 0 100px;
  max-height: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.wrap.hidden-exept .hidden-block-exept.opened {
  max-height: 2500px;
}

button.open-hidden-block {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_down.png);
  background-repeat: no-repeat;
  margin-left: 4px;
  padding: 19px 13px;
  border-radius: 14px;
  background-position: center;
}
button.open-hidden-block:hover {
  background-image: url(../img/icon_down.png);
  background-repeat: no-repeat;
  margin-left: 4px;
  padding: 19px 13px;
  border-radius: 14px;
  background-position: center;
}
.client_section .wrap.hidden-exept {
  padding: 0px 160px 0px 0px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
}

.client_section .wrap.hidden-exept .hidden-block-exept {
  padding: 0;
}

.dlya_vodiyiv-hidden-block {
  margin-top: 100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 99;
}

.dlya_vodiyiv-hidden-block .wrap.hidden-exept {
  padding: 0 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1100px) {
  .client_section .wrap.hidden-exept {
    padding: 0px 20px;
  }
}
@media (max-width: 768px) {
  .dlya_vodiyiv-hidden-block {
    margin-bottom: -50px;
    margin-top: 50px;
  }

  .wrap.hidden-exept .hidden-block-exept {
    padding: 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .wrap.hidden-exept .hidden-block-exept p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 1em;
  }
  .wrap.hidden-exept .hidden-block-exept p:last-child {
    margin-bottom: 0;
  }

  .dlya_vodiyiv-hidden-block .wrap.hidden-exept {
    padding: 0 30px;
  }
  .client_section .wrap.hidden-exept {
    padding: 0;
  }
  .work_section .wrap.hidden-exept {
    padding: 0 30px 50px 30px;
  }
  .advantages_section .card_advantage.card_1 {
    margin-top: 0px;
  }

  .advantages_section .card_advantage.card_2 {
    margin-top: 0px;
  }

  .advantages_section .card_advantage.card_3 {
    margin-top: 0px;
  }

  .advantages_section .card_advantage.card_4 {
    margin-top: 0px;
  }
}

/* ====================================== */

.rate-description {
  margin-top: 20px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.rates-final-text {
  max-width: 820px;
  margin: 40px auto 0 auto;
  padding: 20px;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #e7e7e7;
  border-radius: 8px;
  text-align: center;
}

/* ====================================== */
/* FAQ Section Styles */
/* ====================================== */

.faq-section {
  background: #fffee7;
  padding: 100px 0;
  position: relative;
}

.faq-section .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 160px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
}

.faq-question {
  padding: 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: none;
  width: 100%;
  text-align: left;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: #f8f9fa;
}

.faq-question h3 {
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #1a1a1a;
  margin: 0;
  flex: 1;
  padding-right: 20px;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffcc01;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease;
  flex-shrink: 0;
  /* Optical centering: font glyph "+" often sits slightly up-left */
  transform: translate(1px, 1px);
}

.faq-item.active .faq-icon {
  background: #1a1a1a;
  color: #ffcc01;
  transform: translate(1px, 1px) rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #f8f9fa;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 0 30px 30px 30px;
}

.faq-answer p {
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #444444;
  margin: 0;
  padding-top: 20px;
}

/* Responsive Design for FAQ */
@media (max-width: 1100px) {
  .faq-section .wrap {
    padding: 0 40px;
  }

  .faq-question h3 {
    font-size: 20px;
  }

  .faq-answer p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-section .wrap {
    padding: 0 20px;
  }

  .faq-question {
    padding: 20px;
  }

  .faq-question h3 {
    font-size: 18px;
    padding-right: 15px;
  }

  .faq-icon {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .faq-item.active .faq-answer {
    padding: 0 20px 20px 20px;
  }

  .faq-answer p {
    font-size: 16px;
    padding-top: 15px;
  }
}
.faq_secction .title {
  display: flex;
  width: 408px;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  z-index: 99999999;
}
