@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&family=Mulish:wght@400;500;600;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Mulish';
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
p {
      font-family: "Mulish";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.625;
    text-align: justify;
    color: #000000;
}
h3 {
      font-family: "Mulish";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.15;
    color: #000000;
}
@media (min-width: 1024px) {
  .mdhide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .ldhide {
    display: none;
  }
}
@media (min-width: 768.5px) {
  .mthide {
    display: none;
  }
}
@media (max-width: 768.5px) {
  .lthide {
    display: none;
  }
}
@media (min-width: 425px) {
  .mmobhide {
    display: none;
  }
}
@media (max-width: 425px) {
  .lmobhide {
    display: none;
  }
}
body {
  overflow-x: hidden;
}

body.lock {
  overflow: hidden;
}

.body-bc {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 25;
  display: none;
}

body.lock .body-bc {
  display: block;
}

a,
input,
button {
  cursor: pointer;
}

.container-fullid {
  max-width: 1528px;
  padding: 0 30px;
  margin: 0 auto;
}

.container {
  max-width: 1292px;
  padding: 0 30px;
  margin: 0 auto;
}

.header {
  position: relative;
  z-index: 30;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5px;
  margin-bottom: 4px;
}
.header__top span {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  color: #585858;
}
.header__contact-top {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__call span {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
  color: #FA9431;
  margin-right: 11px;
}
.header__call a {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 26px;
  line-height: 1.56;
  color: #585858;
}
.header__social {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: flex-end;
    padding-right: 20px;
    padding-left: 50px;
}
.header__social a{
    margin-left: 20px;
}
.header__lower {
    height: 59px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FA9431;
    border-radius: 20px;
    z-index: 9999999;
}
.menu {
  width: 100%;
}
#menu-verhnee-menyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 23px;
  gap: 2.5%;
}
#menu-verhnee-menyu li:last-child {
  position: relative;
  cursor: pointer;
  padding-right: 13px;
}
.menu__more:hover {
  border-bottom: 2px solid #FFFFFF;
}
.menu__more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #FFFFFF;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.menu__more.visible::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#menu-verhnee-menyu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu-verhnee-menyu span {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 16px;
  line-height: 2.5;
  color: #FFFFFF;
}
.sub-menu {
  display: none;
  position: absolute;
  right: -8px;
  top: 41px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding-top: 11px;
  padding-left: 20px;
  padding-bottom: 14px;
  width: 176px;
}
.sub-menu li::before {
  content: "";
  display: none;
}
.sub-menu span {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.56;
  color: #000000;
}

.menu-item-has-children  img {
  transform: rotate(180deg);
}

.visible img {
  transform: rotate(0deg);
}

.menu-item-has-children  .sub-menu img {
   transform: rotate(0deg);
}
.sub-menu.visible {
  display: block;
}
#menu-verhnee-menyu .sub-menu span {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
     padding-left: 0px !important; 
}
.contact {
  position: absolute;
  top: 9px;
  right: 8px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
.contact__button {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transition-property: padding;
  transition-property: padding;
}
.contact__button-img {
  width: 40px;
  height: 32px;
  background: #FA9431;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.contact__button span {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 18px;
  line-height: 2.222;
  color: #000000;
}
.contact__menu {
  padding: 12px 18px 14px 23px;
  display: none;
}
.contact__menu li {
  margin-bottom: -4px;
}
.contact__menu span {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 14px;
  line-height: 2.57;
  color: #000000;
}
.contact__menu p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 14px;
  line-height: 2.57;
  color: #000000;
}
.contact__menu a {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 2.57;
  color: #FA9431;
}
.contact.visible .contact__button {
  padding-top: 1px;
  padding-left: 10px;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
  -webkit-transition-property: padding;
  transition-property: padding;
}

.banner {
  background: #F8F8F8;
}
.banner__wrapper {
  max-width: 1550px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -35px;
  padding-top: 35px;
}
.banner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.banner__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 167px;
}
.banner__title h1 {
  font-family: "Jost";
  font-weight: 700;
  font-size: 96px;
  line-height: 1.04;
  color: #000000;
  margin-bottom: 22px;
  margin-left: -2px;
}
.banner__title span {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 18px;
  line-height: 2.444;
  color: #000000;
}
.banner__option {
  padding-left: 17px;
  margin-bottom: 220px;
}
.banner__list {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 18px;
  line-height: 2.444;
  color: #000000;
}
.banner__list li {
  padding-left: 20px;
}
.banner__list li::marker {
  content: url(./img/svg/dots_yellow.svg);
}
.banner__img {
  position: relative;
  width: 50%;
}
.banner__img img:first-child {
  position: absolute;
  left: 42px;
  bottom: -58px;
  width: 118.7%;
  height: 100%;
}
.banner__img img:last-child {
  position: absolute;
  left: 158px;
  bottom: 10px;
}

.view {
    margin-top: -54px;
}
.view__container {
  max-width: 1528px;
  margin: 0 auto;
  overflow: hidden;
}
.view__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 148px 0;
}
.view__sections {
  position: relative;
  z-index: 5;
  max-width: 1234px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
          box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
  border-radius: 20px;
  padding: 9px 0;
  margin-bottom: 161px;
}
.view__sections-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view__tab {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;

    margin: 21px ;
    cursor: pointer;
}
.view__tab img {
  margin-right: 21px;
}
.view__tab span {
  font-family: "Mulish";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}
.view__tab-border {
  height: 90px;
  width: 1px;
  background: rgba(244, 178, 176, 0.8);
}
.view__leaf1 {
  position: absolute;
  top: 24.5%;
  left: -20.2%;
}
.view h2 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 46px;
  line-height: 0.87;
  text-align: center;
  color: #000000;
  margin-bottom: 59px;
}
.view__block {
    position: relative;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.view__item {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  background: #FA9431;
  border-radius: 20px;
  padding: 35px 0 42px 69px;
}
.view__item h3 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.14;
  color: #FFFFFF;
  margin-bottom: 17px;
}
.view__list {
  padding-left: 24px;
  padding-right: 50px;
}
.view__list li {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.8333;
  color: #FFFFFF;
  padding-left: 25px;
}
.view__line {
  line-height: 1.666;
}
.view__list li::marker {
  content: url(./img/svg/dots_white.svg);
}
.view__leaf2 {
  position: absolute;
  top: 62.7%;
  right: -5.8%;
  z-index: 6;
  -webkit-transform: rotate(358deg);
          transform: rotate(358deg);
}

.maps {
  background: #F8F8F8;
}
.maps__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 39px;
}
.maps__text {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding-right: 14px;
}
.maps__text h2 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 46px;
  line-height: 0.87;
  color: #000000;
  margin-bottom: 6px;
  margin-top: 7px;
}
.maps__text h3 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 28px;
  line-height: 1.43;
  color: #000000;
  margin-bottom: 15px;
}
.maps__text p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  color: #000000;
  padding-right: 26px;
  margin-bottom: 6px;
}
.maps__text button {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
  color: #FFFFFF;
  background: #FA9431;
  border-radius: 15px;
  padding: 3px 56px;
  margin-left: 1.4px;
}
.maps__img {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.maps__img img {
  max-width: 100%;
}

.text__wrapper {
  padding-top: 149px;

}
.text__top h2 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 0.87;
  text-align: center;
  color: #000000;
  margin-bottom: 53px;
}
.text__top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 500px;
}
.text__top-left {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  padding-right: 62px;
  padding-top: 7px;
}
.text__top-left li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 14px;
  padding-top: 14px;
}
.text__top-left a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.778;
  color: #000000;
}
.text__top-left li {
 
}
.text__top-left li:last-child {
  border-bottom: none;

}
.text__top-left li:hover {
  background: #FA9431;
}
.text__top-left li:hover a{
 color: #FFFFFF;
 padding-left: 11px;
}
.text__top-left .active:hover a{
 color: #FFFFFF;
 padding-left: 0px;
}
.text__top-left li.active {
  color: #FFFFFF;
  background: #FA9431;
  padding-left: 11px;
}
.text__top-left li.active a {
  color: #FFFFFF;
}
.text__top-right {
  padding-top: 20px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
.text__top-right .tab {
  display: none;
}
.text__top-right .active {
  display: block;
}
.text__top-right p {
  margin-bottom: 29px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.88;
  text-align: justify;
  color: #000000;
}
.text__center {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.text__car {
  position: absolute;
  left: -46px;
  bottom: 8px;
}
.text__form {
  position: absolute;
  right: 9px;
  bottom: 43px;
  max-width: 760px;
  background: rgba(248, 248, 248, 0.9);
  -webkit-box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.3);
          box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.3);
  border-radius: 20px;
  padding: 40px 70px;
}
.text__form-title {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.43;
  text-align: center;
  color: #000000;
}
.text__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin: 19px 0;
}
.text__form-tel, .text__form-name {
  width: 100%;
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 0px;
  color: #000000;
  padding: 13px 0 13px 17px;
  background: #FFFFFF;
  border-radius: 15px;
}
.text__form-tel {
  padding-left: 27px;
}
.wpcf7-submit {
  width: 100%;
  background: #FA9431;
  border-radius: 15px;
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 2.5;
  color: #FFFFFF;
  padding: 3px 0;
}
.text__bottom {
  padding-top: 124px;
}
.text__bottom h2 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 0.87;
  text-align: center;
  color: #000000;
  margin-bottom: 52px;
}
.text__bottom p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.88;
  text-align: justify;
  color: #000000;
  margin-bottom: 29px;
}

.footer {
  position: relative;
}
.footer__bc {
  position: absolute;
  bottom: 71px;
  width: 100%;
  height: 84%;
  background: #2F2F2F;
}
.footer__wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  padding-top: 22px;
}
.footer__block-contact {
  -webkit-box-flex: 37%;
      -ms-flex: 37%;
          flex: 37%;
}
.footer__block-requirer {
  -webkit-box-flex: 31%;
      -ms-flex: 31%;
          flex: 31%;
  margin-top: 40px;
}
.footer__block-free h4, .footer__block-requirer h4 {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.footer__block-free li, .footer__block-requirer li {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.69;
  color: #FFFFFF;
}
.footer__block-free {
  -webkit-box-flex: 31%;
      -ms-flex: 31%;
          flex: 31%;
  margin-top: 40px;
}
.footer__bottom {
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-info p {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
}
.footer__bottom-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-dev span {
  margin-right: 10px;
}
.footer__bottom-dev img {
  margin-top: -5px;
}

.block-contact__what {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #FA9431;
  margin-bottom: 5px;
}
.block-contact__tel {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 27px;
  color: #FFFFFF;
}
.block-contact__social {
  width: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
  margin-bottom: 34px;
}
.block-contact__contact {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.block-contact__timetable {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}
.block-contact__mail {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}
.block-contact__mail img {
  margin-right: 5px;
}
.block-contact__awards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.block-contact__awards span {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
}

.secondbanner {
  background: #F8F8F8;
  margin-top: -38px;
}
.secondbanner__wrapper {
    max-width: 1528px;
    padding: 100px 0px 0px 149px;
    margin: 0 auto;
    overflow: hidden;
}
.secondbanner__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.secondbanner__text {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin-bottom: 102px;
}
.secondbanner__text h2 {
  font-family: "Jost";
  font-weight: 700;
  font-size: 54px;
  line-height: 1.15;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 66px;
}
.secondbanner__text p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  color: #000000;
  padding-right: 25px;
}
.secondbanner__image {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  position: relative;
}
.secondbanner__image img:first-child {
  position: absolute;
  bottom: -67px;
  width: 80%;
  right: 30px;
}
.secondbanner__image img:last-child {
    position: absolute;
    left: 155px;
    bottom: 0px;
    max-height: 440px;
    object-fit: contain;
}

.block-tabs {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  margin-top: -33px;
  margin-bottom: 119px;
}

.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tab-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.tab-links li {

    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
}

.tab-links img {
    margin-right: 27px;
    max-height: 36px;
}

.tab-links a {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 13px 0;
  background-color: #f1f1f1;
  text-decoration: none;
  font-family: "Mulish";
  font-weight: 500;
  font-size: 16px;
  line-height: 2.25;
  color: #000000;
}

.tab-links li:first-child  {
  border-radius: 20px 0px 0px 0px;
}




.tab-links li {
  overflow: hidden;
  border-right: 1px solid #FA9431;
}

.tab-links li:last-child {
  overflow: hidden;
  border-radius: 0px 20px 0px 0px;
    border-right: none;
}

.tab-links .active a {
  background: #FA9431;
  color: #FFFFFF;
}

.tab-content .tab {
  display: none;
  padding: 10px;
  border-top: 1px solid #FA9431;
  background-color: #f1f1f1;
  border-radius: 0px 0px 20px 20px;
}

.tab-content .active {
  display: block;
  -webkit-box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
          box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
}

.addition__wrapper h3 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 46px;
  line-height: 1.15;
  text-align: center;
  color: #000000;
  margin-bottom: 48px;
}
.addition__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.addition__right, .addition__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.addition__item {
  cursor: pointer;
  padding: 17px 23px 30px 21px;
  text-align: center;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
          box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.15);
  border-radius: 20px;
}

.addition__item:hover {

    box-shadow: 0px 8px 24px rgb(129 135 189 / 43%);

}


.addition__item h4 {
  font-family: "Mulish";
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  margin-top: 11px;
  margin-bottom: 21px;
}
.addition__item p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.625;
  text-align: justify;
  color: #000000;
}

.textman__bottom {
  padding: 120px 0 26px 0;
}
.textman__bottom h2 {
  font-family: "Jost";
  font-weight: 500;
  font-size: 46px;
  line-height: 1.217;
  text-align: center;
  color: #000000;
  margin-bottom: 95px;
}
.textman__bottom p {
  font-family: "Mulish";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  color: #000000;
  margin-bottom: 45px;
}
@media (max-width: 1640px) {
  .banner__title {

    margin-top: 127px;
}
.banner__title h1 {
    font-family: "Jost";
    font-weight: 700;
    font-size: 82px;
    line-height: 1.04;
    color: #000000;
    margin-bottom: 22px;
    margin-left: -2px;
}
.banner__img img:first-child {
 
    left: 22px;
    bottom: -58px;
    width: 113.7%;
    height: 100%;
}
.banner__img img:last-child {
 
    left: 134px;
    bottom: -35px;
    width: 39.33vw;
}
}
@media (max-width: 1440px) {
  .container-fullid {
    max-width: 1306px;
  }
  .header__top span {
    font-size: 13.6px;
  }
  .header__call a {
    font-size: 22px;
  }
  .header__top {
    margin-top: 5px;
  }
  .header__social {
    padding-right: 28px;
  }
  .header__lower {
    height: 51px;
  }
  #menu-verhnee-menyu {
    margin-left: 19px;
    gap: 2.5%;
  }
  #menu-verhnee-menyu a {
    margin-top: 3px;
  }
  #menu-verhnee-menyu span {
    font-size: 13.5px;
  }
  .sub-menu span {
    padding-bottom: 5px;
  }
  #menu-verhnee-menyu img {
    margin-right: 10px;
  
  }
.sub-menu {
    right: 0px;
    top: 35px;
    padding-top: 7px;
    padding-left: 16px;
    padding-bottom: 7px;
    min-width: 249px;
}
  .contact {
    right: 8px;
    top: 5px;
  }
  .contact__button {
    width: 255px;
  }
  .contact__menu a {
    font-size: 13px;
  }
  .contact__menu span {
    font-size: 11.5px;
  }
  .contact__menu p {
    font-size: 11px;
  }
  .banner__img img:last-child {
    position: absolute;
    left: 134px;
    bottom: -35px;
    width: 38.33vw;
  }
  .banner__img img:first-child {
    bottom: -71px;
    width: 45.4vw;
    left: 36px;
  }
  .banner__title h1 {
    font-size: 82px;
    margin-bottom: 17px;
  }
  .banner__option {
    margin-bottom: 145px;
  }
  .banner__title {
    margin-top: 10.4vw;
    padding-left: 92px;
  }
  .banner__list {
    font-size: 15.3px;
  }
  .banner__list li {
    padding-left: 15px;
  }
  .view {
    margin-top: -29px;
  }
  .view__wrapper {
    margin: 0 auto;
    width: 85%;
    padding: 0px 0 126px 0;
  }
  .view__tab span {
    font-size: 13.5px;
  }
  .view__tab img {
    width: 36px;
    margin-right: 17.5px;
  }
  .view__sections {
    padding: 0px 0;
    margin-bottom: 139px;
  }
  .view h2 {
    font-size: 39px;
    margin-bottom: 50px;
  }
  .view__item h3 {
    font-size: 23.5px;
    margin-bottom: 14px;
  }
  .view__item {
    padding: 30px 0px 35px 59px;
  }
  .view__list li {
    font-size: 15.3px;
    padding-left: 19px;
  }
  .view__leaf1 {
    top: 22.5%;
    left: -23.2%;
  }
  .maps__wrapper {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 33px;
  }
  .maps__text h2 {
    font-size: 39px;
  }
  .maps__text h3 {
    font-size: 24px;
  }
  .maps__text p {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .maps__text button {
    font-size: 13.5px;
    padding: 3px 49px;
  }
  .text__wrapper {
    width: 85%;
    margin: 0 auto;
    padding-top: 128px;
    padding-bottom: 83px;
  }
  .text__top h2 {
    font-size: 39px;
    margin-bottom: 42px;
  }
  .text__top-left a {
    font-size: 14px;
    cursor: pointer;
  }
  .text__top-right p {
    font-size: 13px;
  }
  .text__top-block {
    margin-bottom: 405px;
  }
  .text__bottom h2 {
    font-size: 40px;
    margin-bottom: 44px;
  }
  .text__car {
    left: -30px;
    bottom: -3px;
    width: 54%;
  }
  .text__form {
    right: 3px;
    bottom: 19px;
    max-width: 651px;
    padding: 33px 63px;
  }
  .text__form-title {
    font-size: 23.7px;
  }
  .text__form-input {
    gap: 30px;
    margin: 11px 0;
  }
  .wpcf7-submit {
    font-size: 13.5px;
  }
  .text__bottom p {
    font-size: 13.5px;
    margin-bottom: 25px;
  }
  .footer__bc {
    bottom: 71px;
    width: 100%;
    height: 85%;
  }
  .footer__wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .block-contact__what {
    font-size: 13.5px;
    margin-bottom: 0px;
  }
  .block-contact__tel {
    font-size: 24px;
  }
  .block-contact__contact {
    font-size: 15.3px;
  }
  .block-contact__timetable {
    font-size: 13.5px;
  }
  .block-contact__mail {
    font-size: 13.5px;
    margin-bottom: 18px;
  }
  .block-contact__awards span {
    font-size: 13.5px;
  }
  .footer__block-free h4,
.footer__block-requirer h4 {
    font-size: 15.3px;
    margin-bottom: 9px;
  }
  .footer__block-free li,
.footer__block-requirer li {
    font-size: 13.5px;
  }
  .footer__top {
    padding-top: 25px;
  }
  .block-contact__social {
    margin-bottom: 20px;
  }
  .footer__bottom-info p {
    font-size: 12px;
  }
  .block-contact__awards {
    margin-bottom: 10px;
  }
  .footer__bottom-dev span {
    margin-right: 10px;
    font-size: 13px;
  }
  .footer__bottom-dev img {
    margin-top: -5px;
    width: 40%;
  }
}
@media (max-width: 1265px) {
  #menu-verhnee-menyu {
    gap: 1.5%;
  }
  .banner__title h1 {
    font-size: 63px;
    margin-bottom: 17px;
  }
  .header__top span {
    font-size: 11.9px;
  }
}
@media (max-width: 1024px) {
  .container-fullid {
    max-width: 1306px;
  }
  .header__top span {
    font-size: 10.6px;
    max-width: 260px;
  }
  .header__call span {
    margin-right: 8px;
  }
  .header__call a {
    font-size: 17px;
  }
  .header__top {
    margin-top: 7px;
  }
  .header__social {
    padding-right: 28px;
  }
  .header__social img {
    width: 18px;
  }
  .header__lower {
    height: 40px;
    border-radius: 14px;
  }
  #menu-verhnee-menyu {
    margin-left: 15px;
    gap: 3.7%;
  }
  #menu-verhnee-menyu a {
    margin-top: 3px;
  }
  #menu-verhnee-menyu span {
    font-size: 10.4px;
  }
  .sub-menu span {
    padding-bottom: 0px;
  }
  #menu-verhnee-menyu img {
    margin-right: 8px;
    width: 15px;
  }
  .sub-menu {
    right: 0px;
    top: 27px;
    padding-top: 7px;
    padding-left: 10px;
    padding-bottom: 7px;
    width: 117px;
    border-radius: 12px;
  }
  .contact {
    right: 7px;
    top: 6px;
    border-radius: 9px;
  }
  .contact__button {
    width: 195px;
    padding-left: 5px;
    padding-top: 0px;
  }
  .contact__button-img {
    width: 28px;
    height: 22px;
    border-radius: 8px;
    margin-right: 5px;
  }
  .contact__button span {
    font-size: 12px;
  }
  .contact__menu a {
    font-size: 10.5px;
  }
  .contact__menu span {
    font-size: 10px;
  }
  .contact__menu p {
    font-size: 9px;
  }
  .contact__menu {
    padding: 7px 13px 14px 17px;
    display: none;
  }
  .contact.visible .contact__button {
    padding-top: 2px;
    padding-left: 7px;
  }
  .contact__menu li {
    margin-bottom: -3px;
  }
  .banner__img img:last-child {
    position: absolute;
    left: 103px;
    bottom: -20px;
    width: 84%;
  }
  .banner__img img:first-child {
    bottom: -51px;
    width: 99.5%;
    left: 27.5px;
  }
  .banner__title h1 {
    font-size: 62px;
    margin-bottom: 14px;
  }
  .banner__option {
    margin-bottom: 118px;
  }
  .banner__title {
    margin-top: 110px;
    padding-left: 78px;
  }
  .banner__list {
    font-size: 11.9px;
  }
  .banner__list li {
    padding-left: 7px;
  }
  .view {
    margin-top: -29px;
  }
  .view__wrapper {
    margin: 0 auto;
    width: 85%;
    padding: 0px 0 97px 0;
  }
  .view__tab {
    margin: 0px 0;
  }
  .view__tab span {
    font-size: 10.8px;
  }
  .view__tab-border {
    height: 70px;
  }
  .view__tab img {
    width: 30px;
    margin-right: 12.5px;
  }
  .view__sections {
    margin-bottom: 107px;
  }
  .view h2 {
    font-size: 30.3px;
    margin-bottom: 37px;
  }
  .view__block {
    gap: 10px;
  }
  .view__item h3 {
    font-size: 18.5px;
    margin-bottom: 9px;
  }
  .view__item {
    padding: 24px 0px 25px 50px;
  }
  .view__list li {
    font-size: 12px;
    padding-left: 15px;
  }
  .view__list {
    padding-left: 19px;
    padding-right: 40px;
  }
  .view__leaf1 img,
.view__leaf2 img {
    width: 100%;
  }
  .view__leaf1 {
    width: 49%;
    top: 23.5%;
    left: -19.2%;
  }
  .view__leaf2 {
    width: 49%;
    top: 62%;
    right: -4%;
  }
  .maps__wrapper {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    padding-bottom: 25px;
  }
  .maps__text {
    padding-right: 8px;
    padding-left: 5px;
  }
  .maps__text h2 {
    font-size: 30.3px;
    margin-bottom: 4px;
  }
  .maps__text h3 {
    font-size: 18.5px;
    margin-bottom: 11px;
  }
  .maps__text p {
    font-size: 10.5px;
    margin-bottom: 2px;
  }
  .maps__text button {
    font-size: 10.5px;
    padding: 3px 37px;
    border-radius: 9px;
  }
  .text__wrapper {
    width: 85%;
    margin: 0 auto;
    padding-top: 98px;
    padding-bottom: 83px;
  }
  .text__top h2 {
    font-size: 30.5px;
    margin-bottom: 38px;
  }
  .text__top-left {
    padding-right: 62px;
    padding-top: 0px;
    padding-left: 5px;
  }
  .text__top-left a {
    font-size: 11.5px;
    padding-bottom: 6px;
    cursor: pointer;
  }
  .text__top-right {
    padding-top: 10px;
  }
  .text__top-right p {
    font-size: 14px;
    margin-bottom: 19px;
  }
  .text__top-block {
    margin-bottom: 316px;
  }
  .text__bottom h2 {
    font-size: 30.5px;
    margin-bottom: 35px;
  }
  .text__car {
    left: -22px;
    bottom: -3px;
    width: 54%;
  }
  .text__form {
    right: 6px;
    bottom: 16px;
    max-width: 503px;
    padding: 24px 45px;
  }
  .text__form-title {
    font-size: 18.7px;
  }
  .text__form-input {
    gap: 30px;
    margin: 11px 0;
  }
  .text__form-tel {
    font-size: 11px;
    padding: 10px 0 10px 13px;
    border-radius: 11px;
  }
  .text__form-name {
    font-size: 11px;
    padding: 10px 0 10px 13px;
    border-radius: 11px;
  }
  .text__bottom {
    padding-top: 92px;
  }
  .wpcf7-submit {
    font-size: 10.5px;
    border-radius: 10px;
  }
  .text__bottom p {
    font-size: 10.5px;
    margin-bottom: 20px;
    margin-left: 5px;
  }
  .footer__bc {
    bottom: 65px;
    width: 100%;
    height: 75%;
  }
  .footer__wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .block-contact__what {
    font-size: 10.5px;
    margin-bottom: -7px;
  }
  .block-contact__tel {
    font-size: 18px;
  }
  .block-contact__contact {
    font-size: 12.3px;
  }
  .block-contact__social img {
    width: 13%;
  }
  .block-contact__timetable {
    font-size: 10.5px;
    margin-top: -10px;
  }
  .block-contact__mail {
    font-size: 10.5px;
    margin-bottom: -1px;
  }
  .block-contact__awards span {
    font-size: 10.5px;
  }
  .footer__block-free,
.footer__block-requirer {
    margin-top: 33px;
  }
  .footer__block-free h4,
.footer__block-requirer h4 {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .footer__block-free li,
.footer__block-requirer li {
    font-size: 10.5px;
  }
  .footer__top {
    padding-top: 25px;
  }
  .block-contact__social {
    margin-bottom: 18px;
    margin-top: 2px;
  }
  .block-contact__social img {
    width: 25px;
    height: 25px;
  }
  .footer__bottom-info p {
    font-size: 9.2px;
  }
  .block-contact__awards {
    margin-bottom: 5px;
  }
  .footer__bottom-dev span {
    margin-right: 3px;
    font-size: 8.5px;
  }
  .block-contact__awards img {
    width: 29%;
  }
  .footer__bottom-dev img {
    margin-top: -5px;
    width: 40%;
  }
}


.mob_menu {
  display: none;

}
.lthide { cursor:pointer; }

@media (min-width: 768.5px) and (max-width: 991.5px) { 
  .view__tab {
    margin: 0px 0;
    border-left: 1px solid rgba(244, 178, 176, 0.8);
    padding: 21px;
}
.view__sections-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.view__tab:first-child {
  border-left: none;
}
}



@media (max-width: 991.5px) {

.view__tab {
    margin: 0px 0;

}

.view__tab-border {
  display: none;
}

.desk_menu {
  display: none;
}

.mob_menu {
    display: block;
    margin-top: 70px;
}
#menu-mobilnoe-menyu-dlya-shapki {
     padding-left: 0px;
}
.mob_menu a {
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
  .header__social {
    display: none;
  }
  .header__call {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__top {
    width: 100%;
  }
  .header__top span {
    font-size: 10.6px;
    width: 100%;
  }
  .header__contact-top {
    width: 100%;
  }
  .burger-btn {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 19px;
    padding-top: 3px;
    cursor: pointer;
  }
  .burger-btn span {
    width: 18px;
    height: 2px;
    margin-top: 3px;
    background: #FFFFFF;
  }
.closed-btn {
    width: 20%;
    text-align: right;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
}
  .menu {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 88.5vw;
    height: 100%;
    background: #fff;
    padding: 20px 24px;
  }
.menu.active {
    display: block;
    overflow: scroll;
}
  #menu-verhnee-menyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 28px;
    margin-left: 23px;
  }
  #menu-verhnee-menyu span {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.56;
    color: #000000;
  }
  #menu-verhnee-menyu img {
    margin-right: 15px;
  }
  .menu__more {
    display: none;
  }
  .sub-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
.burger-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    position: absolute;
}.header__social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 23px;
    margin-left: 0px;
    z-index: 999999;

    bottom: 0;
}
.head-title {
    font-family: "Mulish";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.64;
    color: #585858;
    width: 70%;
}
  .head-underline {
    display: inline-block;
    height: 2px;
    width: 100%;
    text-align: center;
    background: #D9D9D9;
    margin-top: 27px;
  }
  .menu.active .header__social {
    display: block;
  }
  .header__social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 23px;
    margin-left: 0px;
  }
  .header__social-menu span {
    margin-bottom: 15px;
    font-family: "Mulish";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.64;
    color: #585858;
  }
  .header__social-menu div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  #menu-verhnee-menyu img[src="./img/svg/header/empl_white.svg"] path {
    fill: #FA9431;
  }
  .banner__title h1 {
    font-size: 54px;
  }
  .view__leaf2 {
    top: 70%;
    right: -9.6%;
  }
}
@media (max-width: 885px) {
  .banner__title h1 {
    font-size: 44px;
  }
  .banner__title {
    margin-top: 60px;
    padding-left: 78px;
  }
}
.desk_none {
  display: none;
}
@media (max-width: 768px) {
  .desk_none {
  display: block;
}
.mob_none {
  display: none;
}

.view__sections-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


  .view__tab span {
    font-size: 14.3px;
}
.view__tab {
    width: 50%;
    padding: 5px 10px;
}
.view__tab:first-child {
    margin: 0px 0;
    width: 50%;
    border-bottom: solid 1px #F4B2B0;
    border-right: solid 1px #F4B2B0;
}.view__tab:nth-child(7){
    margin: 0px 0;
    width: 50%;
    border-top: solid 1px #F4B2B0;
    border-left: solid 1px #F4B2B0;
    margin-left: -1px;
    margin-top: -1px;
}

  .container-fullid {
    padding: 0 15px;
  }
  .banner__block {
    padding: 0px 0px;
  }
  .banner__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
  .banner__title {
    margin-top: 23px;
    margin-bottom: 12px;
    padding: 0px;
  }
  .banner__title h1 {
    margin: 0 auto;
    font-size: calc(42px + 22 * ((100vw - 425px) / 343));
    text-align: center;
    color: #000000;
  }
  .banner__option {
    margin-bottom: 50px;
    padding: 30px;
  }
  .banner__list {
    font-size: calc(12px + 4.5 * ((100vw - 425px) / 343));
  }
  .banner__img {
    width: 100%;
    padding: 0 0px;
  }
  .banner__img img:first-child {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 75%;
    position: relative;
    bottom: -10px;
  }
  .banner__img img:last-child {
    width: 70%;
    left: 50%;
    -webkit-transform: translate(-46%, 0);
            transform: translate(-46%, 0);
  }
  .view__wrapper {
    margin: 0 auto;
    padding: 0px 0 37px 0;
    width: 100%;
  }
  .view__sections {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
  .view__tab-separator {
    height: 1px;
    width: 100%;
  }
  .view__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view__leaf1 {
    top: 27.5%;
    left: -19.5%;
  }
  .view__leaf2 {
    top: 85%;
    right: -41px;
  }
  .maps__wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0px 46px 0px;
  }
  .maps__text {
    padding: 0;
  }
  .maps__text h2 {
    text-align: center;
  }
  .maps__text h3 {
    text-align: center;
  }
  .maps__text button {
    width: 100%;
    margin-bottom: 21px;
  }
  .maps__img {
    width: 100%;
    text-align: center;
  }
  .maps__img img {
    max-width: 100%;
    position: relative;
  }
  .text__wrapper {
    width: 100%;
    padding: 42px 0px 0 0px;
  }
  .text__top-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 42px;
  }
  .text__top-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .text__top-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
.text__top-right label {
  display: block;
  padding-bottom: 14px;
  padding-top: 14px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.778;
  color: #000000;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.text__top-right label:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.text__top-right label.active {
  background: #FA9431;
  color: #FFFFFF;
  margin: 0 -30px;
  padding: 14px 30px;
}
.text__top-right input:checked {
  background: #FA9431;
}
.text__top-right .panel {
  height: 0;
  visibility: hidden;
  opacity: 1;
background: #FFF;
    color: #212121;
    line-height: 1.2;
}
.vis {
  padding-bottom: 15px;
}

.text__top-right .panel {
  display: none;
}

.text__top-right .vis {
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 18px;
}
.text__top-right .tab {
  display: block;
}
  .text__center {
    padding-bottom: 120px;
  }
  .text__car {
    max-width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 5;
  }
  .text__form {
    max-width: 100%;
    position: relative;
    height: 284px;
    padding: 24px 20px;
  }
  .text__form-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.text__form-input input {
    padding-left: 26px;
    width: 100%;
    min-height: 30px;
}
  .text__form-title span {
    text-align: center;
    width: 100%;
  }
  .text__form-title {
    display: inline-block;
    width: 100%;
  }
  .text__bottom {
    padding-top: 42px;
  }
  .text__bottom p:last-child {
    margin-bottom: 40px;
  }
  .footer__wrapper {
    padding: 0 0px 12px 0px;
    margin: 0;
    width: 100%;
  }
  .footer__bc {
    bottom: 100px;
    height: 91%;
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 38px;
    gap: 44px;
  }
  .block-contact__what {
    text-align: center;
  }
  .block-contact__timetable {
    text-align: center;
  }
  .block-contact__social {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .footer__bottom-info {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .footer__bottom-dev {
    margin-top: 8px;
    padding-bottom: 12px;
  }
  .footer__block-requirer,
.footer__block-free {
    margin-top: 0;
  }
  .block-contact__awards img {
    width: 80%;
  }
  .block-contact__awards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .block-contact__mail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 19px;
  }
}
@media (max-width: 650px) {
  .menu-image-title-after img {
    width: 25px;
    margin-right: 10px;
    height: 25px;
    padding-right: 0;
}
  .contact__button {
    width: 260px;
  }
  .view__leaf1 {
    top: 29.5%;
    left: -19.5%;
  }
  .view__leaf2 {
    top: 87%;
    right: -33px;
  }
  .view__item {
    padding-left: 35px;
  }
}
@media (max-width: 425px) {
  .header__top {
    margin-bottom: -2px;
  }
  .header__call {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -3px;
  }
  .header__call span {
    font-size: 14.5px;
    margin-left: -5px;
    margin-right: 7px;
  }
  .header__call a {
    font-size: 16px;
  }
  .header__lower {
    height: 53px;
    border-radius: 21px;
  }
  .contact {
    right: 7px;
    top: 7px;
    border-radius: 15px;
  }
  .contact__button {
    width: 204px;
    padding: 3px 0 4px 13px;
  }
  .contact__button-img {
    width: 31px;
    height: 25px;
    border-radius: 8px px;
    margin-right: 8px;
  }
  .contact__button span {
    font-size: 14.5px;
  }
  .banner__title {
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
  }
.banner__title h1 {
    font-size: 42px;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 7px;
}
  .banner__option {
    padding-left: 13px;
    margin-bottom: 122px;
    padding: 0 0 0 15px;
  }
  .banner__list {
    font-size: 16.5px;
  }
  .banner__list li {
    padding-left: 7px;
    margin-bottom: -5px;
  }
  .banner__img {
    width: 100%;
    padding: 0 0px;
  }
  .banner__img img:first-child {
    bottom: 55px;
    width: 86%;
  }
  .banner__img img:last-child {
    position: absolute;
    bottom: 35px;
    width: 83%;
  }
  .view {
    margin-top: -111px;
  }
.view__sections {
    margin-bottom: 55px;
    padding: 10px;
}
  .view__tab {
    margin: 22px 0;
  }
  .view__tab span {
    font-size: 14.3px;
  }
  .view h2 {
    font-size: 35px;
    margin-bottom: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .view__block {
    gap: 20px;
  }
  .view__item h3 {
    font-size: 20.5px;
    margin-bottom: 4px;
    margin-left: 20px;
  }
  .view__item {
    padding: 30px 5px 25px 5px;
  }
  .view__list {
    padding-left: 19px;
    padding-right: 0px;
  }
  .view__list li {
    font-size: 14.5px;
    padding-left: 11px;
    margin-bottom: -6px;
  }
  .view__list li::marker {
    content: url(./img/svg/dots_mobile.svg);
  }
  .view__leaf1 {
    width: 111%;
    top: 23.7%;
    left: -42.6%;
  }
  .view__leaf2 {
    width: 150%;
    top: 79.5%;
    right: -15%;
  }
  .maps__wrapper {
    padding: 25px 0px 32px 0px;
  }
  .maps__text h2 {
    font-size: 35.3px;
    margin-bottom: 13px;
    text-align: center;
    padding: 0px;
  }
  .maps__text h3 {
    font-size: 20.5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 5px;
  }
  .maps__text p {
    font-size: 14.5px;
    margin-bottom: 20px;
    padding-right: 0;
    line-height: 1.65;
  }
  .maps__text button {
    width: 100%;
    margin-bottom: 21px;
    font-size: 14px;
    padding: 6px 37px;
    border-radius: 15px;
  }
  .text__wrapper {
    padding: 42px 0px 0 0px;
    width: 100%;
  }
  .text__top-block {
    margin-bottom: 51px;
  }
  .text__top h2 {
    font-size: 35.5px;
    margin-bottom: 15px;
    padding: 0px;
    line-height: 1.2;
  }
  .text__top-left {
    padding: 0;
  }
  .text__top-right p {
    font-size: 14px;
  }
  .text__top-left a {
    font-size: 16px;
  }
  .text__top-left li {
    padding-bottom: 0px;
    padding-top: 5px;
  }
  .text__center {
    padding-bottom: 70px;
    margin-bottom: 53px;
  }
  .text__form {
    height: 342px;
  }
  .text__form-title {
    font-size: 24px;
  }
  .text__form-input {
    gap: 18px;
    margin: 25px 0 17px 0;
  }
  .text__form-tel,
.text__form-name {
    font-size: 15px;
    padding: 12px 0 12px 13px;
    border-radius: 11px;
    padding-left: 34px;
  }
  .wpcf7-submit {
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 0;
  }
  .text__car {
    bottom: -50px;
    width: 100%;
  }
  .text__bottom h2 {
    font-size: 32px;
    margin-bottom: 9px;
    line-height: 1.3;
  }
  .text__bottom p {
    font-size: 14.5px;
    margin-bottom: 20px;
    margin-left: 0px;
    line-height: 1.67;
  }
  .footer__bc {
    bottom: 99px;
    height: 90%;
  }
  .footer__top {
    padding-top: 31px;
    gap: 40px;
    margin-bottom: 33px;
  }
  .block-contact__what {
    font-size: 16.5px;
    margin-bottom: 6px;
  }
  .block-contact__tel {
    font-size: 24px;
  }
  .block-contact__social {
    margin-bottom: 35px;
    margin-top: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
  .block-contact__social img {
    width: 90%;
  }
  .block-contact__contact {
    font-size: 14px;
  }
  .block-contact__timetable {
    font-size: 14.5px;
    margin-top: -5px;
  }
  .block-contact__awards span {
    font-size: 16.5px;
  }
  .block-contact__awards img {
    width: 45%;
  }
  .footer__block-free h4,
.footer__block-requirer h4 {
    font-size: 16.5px;
    margin-bottom: 18px;
    margin-top: 0px;
  }
  .footer__block-free li,
.footer__block-requirer li {
    font-size: 14.5px;
    line-height: 1.9;
  }
  .footer__bottom-info p {
    font-size: 12.4px;
  }
  .footer__bottom-dev span {
    margin-right: 12px;
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .contact__button-img {
    display: none;
  }
  .header__contact {
    max-width: 140px;
  }
  .contact__button {
    padding-top: 0px;
    padding-left: 5px;
    width: 170px;
  }
  .contact__menu {
    padding: 0px 5px 5px 5px;
  }
  .contact.visible .contact__button {
    padding-top: 0px;
    padding-left: 5px;
  }
  .header__call span {
    font-size: 10.5px;
  }
  .header__call a {
    font-size: 14px;
  }
  .banner__list {
    font-size: 14.5px;
  }
  .view__tab img {
    width: 25px;
    margin-right: 12.5px;
}
.view__tab {
    width: 50%;
    padding: 5px 3px;
}
.view__tab {
    margin: 12px 0;
}
.view__sections {
    margin-bottom: 55px;
    padding: 10px 0;
}
.view__tab img {

    margin-right: 6px;
    margin-left: 5px;
}
  .view__tab span {
    font-size: 11.3px;
}

  .maps__text h2 {
    font-size: 36px;
  }
  .maps__text h3 {
    font-size: 22px;
  }
  .maps__text button {
    font-size: 14px;
    padding: 3px 0px;
  }
  .text h2 {
    font-size: 36px;
  }
  .text__top-left a {
    font-size: 13px;
  }
  .text__form-title {
    font-size: 24px;
  }
  .text__form-input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .text__form-input::-moz-placeholder {
    font-size: 12px;
  }
  .text__form-input:-ms-input-placeholder {
    font-size: 12px;
  }
  .text__form-input::-ms-input-placeholder {
    font-size: 12px;
  }
  .text__form-input::placeholder {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .banner__title h1 {
    font-size: 36px;
  }
  .view {
    margin-top: -85px;
  }
  .view__leaf1 {
    top: 31.7%;
  }
  .view__leaf2 {
    top: 91.5%;
    right: -20%;
  }
  .footer__bc {
    height: 94%;
  }
  .block-contact__tel {
    font-size: 20px;
  }
}
@media (max-width: 1440px) {
  .secondbanner__wrapper {
    padding: 55px 0px 0px 198px;
  }
  .secondbanner__text h2 {
    font-size: calc(35.5px + 10.5 * ((100vw - 1024px) / 416));
    margin-bottom: 10px;
    margin-top: 73px;
  }
  .secondbanner__text p {
    font-size: 13.5px;
    padding-right: 57px;
  }
  .secondbanner__image img:first-child {
    bottom: -39px;
    width: 75%;
    right: 97px;
  }
  .secondbanner__image img:last-child {
    left: 4px;
    bottom: 15px;
    width: 102%;
  }
  .tabs {
    width: 85%;
    margin: 0 auto;
  }
  .block-tabs {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: -46px;
    margin-bottom: 99px;
  }
  .tab-links a {
    padding: 10px 0;
    font-size: 14px;
  }
  .tab-links img {
    margin-right: 25px;
    width: 28px;
  }
  .addition__wrapper {
    width: 85%;
    margin: 0 auto;
  }
  .addition__wrapper h3 {
    font-size: 39px;
    margin-bottom: 48px;
  }
  .addition__item {
    padding: 1px 21px 30px 19px;
  }
  .addition__item img {
    vertical-align: top;
    width: 17%;
  }
  .addition__item h4 {
    font-size: 13.5px;
    margin-top: 11px;
    margin-bottom: 19px;
  }
  .addition__item p {
    font-size: 12.5px;
  }
  .textman__bottom {
    padding: 65px 0 0px 0;
  }
  .textman__bottom h2 {
    margin-bottom: 70px;
  }
  .textman__bottom h2 {
    font-size: 39px;
    margin-bottom: 48px;
  }
  .textman__bottom p {
    font-size: 12.5px;
  }
}
@media (max-width: 1024px) {
  .secondbanner__wrapper {
    padding: 34px 0px 0px 108px;
  }
  .secondbanner__text {
    margin-bottom: 67px;
  }
  .secondbanner__text h2 {
    font-size: calc(26px + 9.5 * ((100vw - 768px) / 256));
    margin-bottom: 6px;
  }
  .secondbanner__text p {
    font-size: 10.5px;
    padding-right: 22px;
  }
  .secondbanner__image img:first-child {
    bottom: -44px;
    width: 79%;
    right: 30px;
  }
  .secondbanner__image img:last-child {
    left: 28px;
    bottom: 1px;
    width: 106%;
  }
  .block-tabs {
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: -22px;
    margin-bottom: 75px;
  }
  .tab-links img {
    margin-right: 25px;
    width: 23px;
  }
  .tab-links a {
    padding: 8px 0;
    font-size: 10px;
  }
  .addition__wrapper h3 {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .addition__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .textman__bottom h2 {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .textman__bottom p {
    font-size: 12.5px;
  }
}
@media (max-width: 768px) {
  .view__block {

    z-index: 8;

}
    .view__leaf2 {
display: none;
  }
  .view__list li {
    line-height: 1.2;
    padding-bottom: 10px;
    padding-top: 10px;
}
  .secondbanner__wrapper {
    padding: 50px 30px 0 30px;
  }
  .secondbanner__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .secondbanner__text h2 {
    text-align: center;
    font-size: calc(36px + 10 * ((100vw - 425px) / 343));
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .secondbanner__text p {
    font-size: 13.5px;
    padding-right: 0px;
  }
  .secondbanner__image {
    margin-top: -15px;
	display: none;  
  }
  .secondbanner__image img:first-child {
    width: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .secondbanner__image img:last-child {
    position: relative;
  }
  .secondbanner__text {
    margin-bottom: 0;
  }
  .secondbanner__text h2 {
    text-align: center;
  }
  .block-tabs {
    margin: 10px 0 0 0;
    padding: 0px;
  }
  .tabs {
    width: 100%;
    margin: 0 auto;
  }
  .tab-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-links li:first-child {
    border-radius: 20px 20px 0px 0px;
    border-right: none;
    border-bottom: 1px solid #FA9431;
  }
  .tab-links li:last-child {
    border-radius: 0px;
    border-left: none;
    border-top: 1px solid #FA9431;
  }
  .tab-links li {
    width: 100%;
  }
  .addition__wrapper {
    width: 100%;
    padding-top: 50px;
  }
  .addition__wrapper h3 {
    font-size: calc(32px + 8 * ((100vw - 425px) / 343));
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  #menu-mobilnoe-menyu-dlya-shapki span {
    display: inline-block;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}
 .block-tabs .tab-content #tab-1 {
    padding: 0;
}

  .addition__left,
.addition__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 425px) {
  .secondbanner__image {
    margin-top: 15px;
	display: none;
  }
  .secondbanner__image img:last-child {
    width: 83%;
  }
  .secondbanner__image img:last-child {
    width: 95%;
  }
  .textman__bottom h2 {
    margin-bottom: 60px;
  }
  .textman__bottom {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 320px) {
  .tab-links a {
    font-size: 14px;
    line-height: 27px;
  }
  .tab-links img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
  .addition__wrapper h3 {
    font-size: 30px;
  }
}
footer a{
 color: #fff !important;
}
footer a:hover {
 color: #999 !important;
}
.tab-links .active  img {
    filter: invert(1);
}
.tab-content .tab {
    padding: 20px;
}

.tab-content ul {
  padding-left: 30px;
}

.tab-content li {
  list-style: circle;
      font-family: "Mulish";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.625;
    text-align: justify;
    color: #000000;
}



.view .view__list li {
  cursor: pointer;
}
.view .view__list li:hover {
    color: #ffffff;
    opacity: 0.7;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fa9431;
    border-radius: 5px;
    padding: 5px 10px;
}

/*страница 404*/
.error {
  margin: 0 auto;
  padding: 68px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error img {
  max-width: 100%;
}
.error h3 {
  font-family: 'Mulish';
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-top: -18px;
  margin-bottom: 25px;
}
.error a {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.444;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  color: #000000;
}
@media (max-width: 425px) {
  .error h3 {
    font-size: 24px;
  }
  .error a {
    font-size: 16px;
  }
}

/*попап "Связаться с нами"*/
.dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F8F8F8;
  box-shadow: 0px 8px 24px rgba(129, 135, 189, 0.3);
  border-radius: 20px;
  max-width: 522px;
  width: 100%;
  position: relative;
  padding: 28px 28px 36px 28px;
  margin: 0 auto;
  margin-bottom: 20px;
}

  .dialog h3 {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 28px;
    line-height: 1.43;
    text-align: center;
    color: #000000;
    margin-bottom: 22px;
  }

  .dialog__close {
    position: absolute;
    top: 14px;
    right: 25px;
    font-size: 29px;
  }

  .dialog__form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .dialog__form input {
    background: #FFFFFF;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 9px;
    padding: 20px;
  }

  .dialog__form input::placeholder {
    font-family: 'Mulish';
    font-weight: 400;
    font-size: 14px;
    line-height: 0;
    color: #000000;
  }

  .dialog__form button {
    background: #FA9431;
    border-radius: 15px;
    width: 100%;
    padding: 7px 0px;
    text-align: center;
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 16px;
    line-height: 2.5;
    color: #FFFFFF;
  }
  .popup-one {
  display: none;
}

.popup-one__wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 522px;
  width: 100%;
  z-index: 60;
}

.popup-one.pop__active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 60;
}
.textman__bottom ul li {
    list-style: disc;
}
.textman__bottom ul {
    margin-left: 15px;
}

.text__form a {
    font-family: "Jost";
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 0.87;
    text-align: center;
    color: #000000;
    margin-bottom: 52px;
    font-size: 30px;
    margin-bottom: 44px;
}



@media (max-width: 625px) {

.text__form a {
    font-family: "Jost";
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 0.87;
    text-align: center;
    color: #000000;
    margin-bottom: 52px;
    font-size: 25px;
    margin-bottom: 44px;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.desk_none .text__center {
    width: 100%;
    height: 220px;
    position: relative;
    z-index: 5;
}
.desk_none .text__bottom {
    padding-top: 72px;
}
}