@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular-webfont.woff') format('woff');
  font-weight: 400; /* для обычного шрифта */
  font-style: normal; /* для обычного шрифта */
}

@font-face {
  font-family: 'Gilroy bold';
  src: url('../fonts/gilroy-bold-webfont.woff') format('woff');
  font-weight: 600; /* для полужирного шрифта */
  font-style: normal; /* для полужирного шрифта */
}

@font-face {
  font-family: 'Gilroy semibold';
  src: url('../fonts/gilroy-semibold-webfont.woff') format('woff');
  font-weight: 500; /* для курсивного шрифта */
  font-style: normal; /* для курсивного шрифта */
}
.container, .col-full {
  max-width: 1760px!important;
  margin: 0 auto!important;
  padding: 0 0;
}
.container *,
h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title,
a, li, p, div, span {
  font-family: 'Raleway', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: initial!important;
  text-decoration: none!important;
}
body .container ul {
  margin: 0 0;
  padding: 0 0;
}
body h3 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: initial;
}


.callback__pop_btn {
    background-color: #005EAB;
    font-size: 18px;
    text-align: center;
    padding: 22px 90px;
    border-radius: 13px;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}
.callback__pop_btn:hover {
    transition: 0.3s;
    background-color: #002244;
    cursor: pointer;
    color: #fff;
}
.callback__pop_btn:focus {
  border: none;
  outline: none;
}

/* header */
.header__desktop  .row {
  display: flex;
}
.header__desktop .header__logo {
  width: 30%;
  display: flex;
  align-items: center;
}
.header__desktop .header__logo img {
  max-height: 70px;
  object-fit: contain;
  position: relative;
  top: -15px;
}
.header__desktop .header__nav {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header__desktop .header__nav__adress {
  display: flex;
  align-items: center;
  margin: 30px 0 20px 0;
}
.header__desktop .header__nav__adress img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.header__desktop .header__nav__adress * {
  font-size: 18px;
  color: #000;
  font-family: 'Gilroy', sans-serif;
}
.header__desktop .header__nav__adress .street,
.header__desktop .header__nav__adress .phone {
  padding: 4px 28px;
  border: 1px solid #005EAB;
  border-radius: 10px;
  line-height: 1.7em!important;
}
.header__desktop .header__nav__adress .street {
  margin: 0 20px 0 30px;
}
.header__nav nav {
  width: 100%;
}
.header-menu {
  display: flex;
  justify-content: flex-end;
}
.header-menu li {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
}
.header-menu > li {
  padding: 0 0 50px 0;
}
.header-menu > li:not(:last-child) {
  margin: 0 50px 0px 0;
}
.header-menu > li a {
  font-size: 18px;
  white-space: nowrap;
}
.header-menu > li a:focus {
  outline: none;
  border: none;
}
.header-menu a {
  color: #000;
}
.header-menu a:hover {
  color: #005EAB;
  transition: 0.3s;
}
.header-menu li.menu-item-has-children::after {
  content: '';
  background-image: url(../img/icons/arrow__blue.svg);
  display: inline-block;
  width: 15px;
  height: 7px;
  margin: 0 0 0 7px;
  background-repeat: no-repeat;
  background-size: contain; 
}
.header-menu li.menu-item-has-children:hover::after{
  transition: 0.3s;
  transform: rotate(180deg);
}
.header-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  border: 1px solid #005EAB;
  border-radius: 10px;
  padding: 10px 40px 0 10px;
  top: -999px;
  z-index: 5!important;
  background-color: #fff;
}
.header-menu li.menu-item-has-children:hover .sub-menu {
  top: 40px;
  transition: 0.3s;
}
.header-menu li.menu-item-has-children .sub-menu a {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.header-menu li.menu-item-has-children .sub-menu a::after {
  content: '';
  width: 0;
  left: 0;
}
.header-menu li.menu-item-has-children .sub-menu a:hover::after {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #005EAB;
  transition: 0.2s;
}
.header-menu li.menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
}
.header-wrapper {
  z-index: initial;
}
.header-menu li.menu-item-has-children .sub-menu::before {
  content: '';
  background-image: url(../img/icons/arrow__blue.svg);
  display: inline-block;
  width: 15px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain; 
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(180deg);
}
.header-menu li.menu-item-has-children .sub-menu li:first-child a::after {
  content: none;
}
/* header */
/* mobile__header */
.mobile__header {
  min-width: 100vw;
  position: relative;
  padding: 10px 0 40px 0;
}
.mobile__nav {
  position: absolute;
  right: -9999%;
  top: 0;
  transition: 0.1s;
}
.mobile__header .mobile__logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mobile__header  .row {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.mobile__header .mobile__logo img {
  height: 50px;
  object-fit: contain;
}
.mobile__header .mobile__burger {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  position: absolute;
  right: 10%;
  top: 0;
}
.mobile__header .mobile__burger span {
  width: 20px;
  height: 2px;
  background-color: #005EAB;
  min-width: 20px;
}
.mobile__header .mobile__burger::before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 2px;
  background-color: #005EAB;
  position: absolute;
  top: 25%;
  display: inline-block;
}
.mobile__header .mobile__burger::after {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 2px;
  background-color: #005EAB;
  position: absolute;
  bottom: 25%;
  display: inline-block;
}
.mobile__header.active__nav .mobile__nav {
  position: relative;
  top: -50px;
  right: 13%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 10;
  transition: 0.3s;
  width: 100vw;
  height: 100%;
}
.mobile__header.active__nav .header-menu {
  display: flex;
  flex-direction: column;
  padding: 0 0;
}
.mobile__header.active__nav .header-menu > li a {
  font-size: 16px;
}
.mobile__header.active__nav .close {
  opacity: 1;
  position: absolute;
  top: 5%;
  width: 20px;
  height: 20px;
  right: 10%;
  z-index: 50;
}
.mobile__header.active__nav .close::after {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 2px;
  background-color: #005EAB;
  position: absolute;
  display: inline-block;
  transform: rotate(-45deg);
}
.mobile__header.active__nav .close::before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 2px;
  background-color: #005EAB;
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
}
.mobile__header .mobile__nav_container {
  display: flex;
  flex-direction: column;
  width: 85%;
  border: 1px solid #005EAB;
  border-radius: 10px;
  margin: 0 auto;
  padding: 50px 30px 20px 30px;
  margin-bottom: 20px;
}
.mobile__header .header-menu > li:not(:last-child) {
  margin: 0 0;
  padding: 0 0px 20px 0 ;
}
.mobile__header li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobile__header li a {
  font-size: 16px;
}
.mobile__header li.menu-item-has-children a {
  position: relative;
}
.mobile__header li.menu-item-has-children a::after {
  content: '';
  background-image: url(../img/icons/arrow__blue.svg);
  display: inline-block;
  width: 15px;
  height: 7px;
  margin: 0 0 0 7px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 8px;
}
.mobile__header li.menu-item-has-children .sub-menu li:last-child {
  margin: 0 0;
}
.mobile__header li.menu-item-has-children .sub-menu {
  position: relative;
  top: initial;
  right: initial;
  display: none;
}
.mobile__header li.menu-item-has-children .sub-menu.active {
  display: initial;
  border: none;
  top: 0px;
}
.mobile__header li.menu-item-has-children .sub-menu a:hover::after {
  content: none;
}
.mobile__header li.menu-item-has-children .sub-menu a {
  white-space: initial;
  font-size: 14px;
}
.mobile__header li.menu-item-has-children .sub-menu::before {
  content: none;
}
.mobile__header .header-menu > li {
  padding: 0 0 30px 0;
}
.mobile__nav_adress {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mobile__nav_adress * {
  font-size: 14px;
  
}
.mobile__nav_adress .street,
.mobile__nav_adress .phone {
  display: flex;
  align-items: center;
  font-family: 'Gilroy', sans-serif;
  white-space: nowrap;
}
.mobile__nav_adress .street span,
.mobile__nav_adress .phone a {
  border: 1px solid #005EAB;
  border-radius: 10px;
  padding: 5px 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.mobile__nav_adress .phone a {
  margin: 7px 10px 0 0;
  display: inline-block;
}
.mobile__nav_adress .phone .copy__btn {
  position: relative;
  top: 4px;
}
*.active .copy__btn {
  background-image: url(../img/icons/copy__icon_blue.svg);
}
.mobile__nav_logo {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
.mobile__nav_logo img {
  height: 40px;
  object-fit: contain;
}
.mobile__nav_adress .telegram {
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 25px;
}
/* mobile__header */



/* footer */
.footer {
    margin: 100px 0 0 0;
}
.footer .footer__contacts {
  display: flex;
  margin: 0 0 40px 0!important;
}
.footer .footer__contacts .footer__contacts_map {
  display: flex;
  width: 50%;
}
.footer .footer__contacts .footer__contacts_txt {
  width: 50%;
  padding: 0 0 0 6%;
}
.footer .footer__contacts .footer__contacts_txt * {
  color: #000;
  font-size: 14px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  line-height: initial;
}
.footer .footer__contacts .footer__contacts_txt .subtitle {
  color: #FFA629;
  font-size: 20px;
}
.footer .footer__contacts .footer__contacts_txt h3 {
  margin: 10px 0;
  font-size: 40px;
  font-weight: 600;
}
.footer .footer__contacts .footer__contacts_txt .footer__contacts_links {
  margin: 20px 0 0 0;
}
.footer .footer__contacts .footer__contacts_txt .footer__contacts_links > * {
  display: flex;
  align-items: center;
}
.footer .footer__contacts .footer__contacts_txt .footer__contacts_links .street span,
.footer .footer__contacts .footer__contacts_txt .footer__contacts_links .phone a,
.footer .footer__contacts .footer__contacts_txt .footer__contacts_links .mail a {
  padding: 4px 28px;
  border: 1px solid #005EAB;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0 15px 0;
}
.copy__btn:hover {
  background-color: transparent;
  border: none;
}
.copy__btn:focus {
  outline: none;
  border: none;
}
.footer .footer__contacts .footer__contacts_txt .footer__contacts_links .copy__btn {
  margin: 0 0 0 20px;
  position: relative;
  top: -8px;
}
.footer .footer__contacts .footer__contacts_txt .write_us {
  display: flex;
  align-items: center;
}
.footer .footer__contacts .footer__contacts_txt .write_us .arrow {
  padding: 0 6% 0 4%;
}
.footer .footer__contacts .faq__list {
  margin: 20px 0 -10px 0;
}
.footer .footer__contacts .faq__list .item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.footer .footer__contacts .faq__list .item .btn_open {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0px 0 15px;
  top: -8px;
}
.footer .footer__contacts .faq__list .item .btn_open span {
  width: 10px;
  min-width: 10px;
  height: 1px;
  background-color: #005EAB;
  transform: rotate(30deg);
}
.footer .footer__contacts .faq__list .item .btn_open span:after {
  content: '';
  width: 10px;
  min-width: 10px;
  height: 1px;
  background-color: #005EAB;
  display: inline-block;
  position: absolute;
  left: 74%;
  top: -4px;
  transform: rotate(295deg);
  transition: 0.3s;
  opacity: 1;
}
.footer .footer__contacts .faq__list .item .hidden-content {
  overflow: hidden;
  height: 25px;
  transition: height 0.3s ease-in-out;
  text-overflow: ellipsis;
}
.footer .footer__contacts .faq__list .item.opened .hidden-content {
  height: auto;
}
.footer .footer__contacts .faq__list .item.opened .btn_open {
  transition: 0.3s;
  transform: rotate(180deg);
}
.footer .footer__contacts .faq__list .item p {
  font-size: 14px;
}
.footer .footer__contacts .faq__list .item p:first-child span {
  font-size: 16px;
  font-weight: 600;
}

.footer__form form {
  padding: 0 0;
  margin: 30px 0 0 0;
}
.footer__form .form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 10%;
  grid-row-gap: 45px;
}
.footer__form .form__inputs > * {
  width: 100%;
}
.footer__form h3 {
  width: 50%;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 45px;
}
.footer__form .form__inputs input {
  border-radius: 0!important;
  color: #1E1E1E!important;
  font-size: 16px!important;
  border: none!important;
  border-bottom: 1px solid #005EAB!important;
  font-weight: 400!important;
}
.footer__form .form__inputs input:focus,
.footer__form .form__inputs textarea:focus {
  outline: none;
}
.footer__form .form__inputs textarea {
  border-radius: 0!important;
  color: #1E1E1E!important;
  font-size: 16px!important;
  border: none!important;
  border-bottom: 1px solid #005EAB!important;
  height: 76px;
  overflow: hidden;
  resize: none;
  font-weight: 400!important;
}
.footer__form .form__btn {
  display: flex;
  flex-direction: column;
}
.footer__form .cform_text {
  text-align: left;
  width: 38%;
  color: #6F6F6F;
  font-size: 16px;
  font-weight: 300;
  margin: 20px 0 30px 0;
}
.footer__form .form__btn .btn {
  max-width: 360px;
  background-color: #005EAB;
  font-size: 18px;
  color: #fff;
  border-radius: 13px;
  transition: 0.3s;
  text-transform: initial;
  outline: none;
  box-shadow: none;
}
.footer__form .form__btn .btn:hover {
  transition: 0.3s;
  background-color: #002244;
  color: #fff;
  box-shadow: none;
}
.footer__form .form__btn .btn:focus {
  outline: none;
  border: none;
}
.footer__form .wpcf7-form.sent > .row {
  display: none;
}
.footer__form .sent .wpcf7-response-output {
  border: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5% 0;
  text-align: center;
}

.footer__bottom {
  background-color: #000000;
  padding: 60px 0 20px 0px;
}
.footer__bottom * {
  color: #fff!important;
}
.footer__bottom .footer__logo {
  display: flex;
  flex-direction: column;
}
.footer__bottom .footer__logo a {
  color: #D9D9D9;
}
.footer__bottom .footer__logo .logo {
  margin: 0 0 40px 0;
  max-height: 70px;
}
.footer__bottom .footer__logo .pc {
  margin: 0 0 15px 0;
}
.footer__bottom .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer__bottom .footer__nav {
  display: flex;
  align-items: center;
}
.footer__bottom .footer__nav > nav {
  display: block;
  width: 100%;
}
.footer__bottom .footer__nav li {
  list-style-type: none;
}
.footer__bottom .footer__nav ul {
  padding: 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 45px;
  margin: 0 0;
}
.footer__bottom .footer__nav ul a {
  font-size: 20px;
  white-space: nowrap;
}
.footer__bottom .footer__phone {
  padding: 0 0;
  display: flex;
  margin: 0 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.footer__bottom .footer__phone * {
  font-size: 16px;
}
.footer__bottom .footer__phone .phone {
  margin-bottom: 4%;
}
.footer__bottom .footer__phone .phone a,
.footer__bottom .footer__phone .street span  {
  border: 1px solid #005EAB;
  border-radius: 10px;
  padding: 4px 25px;
  display: inline-block;
  white-space: nowrap;
  font-family: 'Gilroy', sans-serif;
}
.footer__bottom .row > div {
  width: 33%;
}
.footer__form .form__inputs p,
.footer__form .form__inputs p * {
  width: 100%;
  background-color: transparent;
  border-top: none!important;
  box-shadow: none;
}
.footer__form .form__inputs input:focus {
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.form__inputs textarea {
  position: relative;
  top: 0px;
  padding: 0px 0 20px 15px!important;
  line-height: initial!important;
  height: 37px!important;
}
.form__inputs textarea,
.form__inputs input {
  padding: 20px 20px ;
}
/* footer */

#index__title {
  margin: 30px 0 0 0;
}
#index__title .h1__title {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  line-height: initial;
  letter-spacing: initial;
}
.index__h1_subtitle {
  display: block;
  margin: 45px 0 60px 0;
  font-size: 24px;
}
.index__h1_title-orange {
  color: #FFA629;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 60px 0 0 0;
}

#index__advanteges {
  margin: 150px 0 0 0;
  border: 7px solid #FFA629;
  padding: 40px 40px;
  border-radius: 20px;
}
#index__advanteges h3 {
  max-width: 50%;
  margin: 0 0 70px 0;
}
#index__advanteges .item {
  display: flex;
  align-items: center;
  max-width: 100%; 
}
#index__advanteges .item__last {
  margin-left: auto;
  max-width: 100%;
}
#index__advanteges .item__second {
    margin: 0 auto;
}
#index__advanteges .item__container > div {
    display: flex!important;
    justify-content: space-between;
}
#index__advanteges .item__container > div > div {
    width: 30%;
}
#index__advanteges .item__container  {
  margin: 20px 0 0 0;
}
#index__advanteges .item .num {
  font-family: 'Gilroy', sans-serif;
  color: #005EAB;
  font-size: 200px;
  font-weight: 600;
  max-height: 145px;
  line-height: 145px!important;
}
#index__advanteges .item .desc {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
}
#index__advanteges .item .desc .title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
  white-space: nowrap;
}
#index__advanteges .item .desc .txt {
  font-size: 14px;
  max-width: 78%;
}


#field__application {
  margin: 150px 0 0 0;
}
#field__application .list {
  max-width: 50%;
  margin: 0 auto;
}
#field__application .list .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
#field__application .list ul {
  margin: 10% 0 0 20%;
  display: flex;
  flex-direction: column;
}
#field__application .list ul li {
  list-style-type: none;
  padding: 0 0 50px 0;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}
#field__application .list ul li::before {
  content: '';
  background-color: #005EAB;
  width: 3px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 15%;
  left: -20%;
  background-size: cover;
}
#field__application .list ul li::after {
  content: '';
  background-color: #005EAB;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  top: 14%;
  left: -22%;
  background-size: cover;
}
#field__application .list ul li:last-child::before {
  content: none;
}


#index__download {
  margin: 8% 0 8% 0;
}
#index__download .download__container {
  padding: 35px;
  border-radius: 20px;
  border: 7px solid #005EAB;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subtitle.orange {
  color: #FFA629;
  font-size: 20px;
  font-family: 'Gilroy', sans-serif;
}
#index__download .download__container h3 {
  margin: 2% 0 5% 0;
}
#index__download .download__container h3 span {
  font-family: 'Gilroy', sans-serif;
  font-size: 33px;
}
#index__download .download__container .txt {
  font-size: 16px;
  font-weight: 600;
}
#index__download .download__container a {
  text-decoration: none;
}
#index__download .download__container .right {
  display: flex;
  align-items: center;
}
#index__download .download__container .size {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 15px;
  font-family: 'Gilroy', sans-serif;
}


#components {
    margin: 100px 0 0 0;
}
#components .about h3 {
  margin-top: 10px;
}
#components .about .txt {
  font-size: 16px;
  line-height: 30;
  font-weight: 600;
}
#components .about ul {
  margin: 40px 0 65px 20px;
}
#components .about li {
  font-size: 16px;
  margin: 0 0 15px 0;
}
#components .about .arrow {

}
#components .slider .n2-ss-slider-controls {
  width: 100%;
}
#components .slider .n2-ss-slider-controls .n2-ss-widget {
  width: 100%;
}
#components .slider .n2-ss-slider-controls .nextend-bullet-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#components .slider .nextend-bullet-bar > div {
  flex-grow: 1;
  flex-basis: 0;
  background-color: #D9D9D9;
  border-radius: 30px;
}
#components .slider .nextend-bullet-bar > div .n2-active {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #005EAB; /* Цвет, который будет заполняться */
  animation: fillAnimation 21s linear forwards;
}
@keyframes fillAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#components .slider .nextend-bullet-bar > div .n2-bullet:not(.n2-active) {
  background-color: transparent;
}
#components .slider .nextend-bullet-bar > div .n2-bullet {
  margin: 0 0;
}
#components .slider .nextend-bullet-bar > div:not(:last-child) {
    margin: 0 1% 0 0;
}


#equipment {
  margin: 150px 0 0 0;
}
#equipment .about {
  padding: 0 5% 0 0;
}
#equipment h3 {
  margin-top: 10px;
}
#equipment .about .txt {
  font-size: 16px;
  line-height: 26px;
}
#equipment .equipment_img {
  padding: 0 0 0 5%;
}
#equipment .equipment_img > div {
  border-radius: 20px;
}
#equipment .about ul {
  margin: 40px 0 35px 0;
  padding: 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 20px;
}
#equipment .about ul li {
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
#equipment .about ul li::before {
    content: '';
    background-image: url(../img/icons/arrow_orange.svg);
    width: 85px;
    min-width: 85px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
}

#index__faq {
  margin: 10% 0 0 0;
}
#index__faq p {
  font-size: 14px;
  line-height: 24px!important;
}
#index__faq .btn_open {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 30px 0 0;
}
#index__faq .first__faq_list .btn_open span {
  width: 30px;
  height: 1px;
  background-color: #005EAB;
}
#index__faq .first__faq_list .btn_open span::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #005EAB;
  display: inline-block;
  position: absolute;
  left: 0%;
  top: 14px;
  transform: rotate(270deg);
  transition: 0.3s;
  opacity: 1;
}
#index__faq .first__faq_list .item.opened .btn_open span::after {
  opacity: 0;
  transition: 0.3s;
}
#index__faq .first__faq_list .item.opened .hidden-content {
  height: auto;
  display: initial;
}
#index__faq .first__faq_list .item .hidden-content {
  overflow: hidden;
  height: 50px;
  transition: height 0.3s ease-in-out;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index__faq .item {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}
#index__faq .second__faq_list {
  margin: 50px 0 0 0;
}
#index__faq .second__faq_list p {
  margin: 0 0;
}
#index__faq .second__faq_list .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
#index__faq .second__faq_list .item .hidden-content {
  overflow: hidden;
  height: 18px;
  transition: height 0.3s ease-in-out;
  text-overflow: ellipsis;
}
#index__faq .second__faq_list .item.opened .hidden-content {
  height: auto;
}
#index__faq .second__faq_list .btn_open {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0px 0 30px;
}
#index__faq .second__faq_list .btn_open span {
  width: 20px;
  height: 1px;
  background-color: #005EAB;
  transform: rotate(30deg);
}
#index__faq .second__faq_list .btn_open span:after {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #005EAB;
  display: inline-block;
  position: absolute;
  left: 70%;
  top: -9px;
  transform: rotate(295deg);
  transition: 0.3s;
  opacity: 1;
}
#index__faq .second__faq_list .item.opened .btn_open {
  transition: 0.3s;
  transform: rotate(180deg);
  left: 10px;
  top: 0px;
}
#index__faq .second__faq_list {
  counter-reset: item-counter;
}
#index__faq .second__faq_list .item {
  counter-increment: item-counter;
}
#index__faq .second__faq_list .item::before {
  content: counter(item-counter);
  display: inline-block;
  margin-right: 40px;
  font-weight: bold;
  color: #005EAB;
  font-size: 64px;
  line-height: 11px;  
}
#index__faq .about__icon {
  color: #000;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  margin: 45px 0 0 0;
  max-width: 70%;
  line-height: 24px!important;
}
#index__faq .about__icon::before {
  content: '';
  background-image: url(../img/icons/arrow_orange.svg);
  width: 85px;
  min-width: 85px;
  height: 40px;
  min-height: 40px;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 20px 0 0;
  position: relative;
  top: 0;
  background-size: contain;
}
#index__faq .first__faq_list {
  display: flex;
  justify-content: space-between;
  margin: 4% 0 4% 2%;
}
#index__faq .first__faq_list .item {
  width: 40%;
}


#products_list {
  min-height: 210px;
}
#products_list .elementor-accordion-item {
  border: none;
}
.elementor-accordion .elementor-tab-title {
  position: absolute;
  left: 15px;
  top: 0;
}
#products_list .elementor-accordion .elementor-tab-title {
  padding: 0;
}
#products_list .elementor-accordion .elementor-tab-title a {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
}
#products_list .elementor-accordion .elementor-tab-title a:focus {
  outline: none;
}
#products_list .elementor-accordion-item .elementor-active a {
  border-bottom: 3px solid #005EAB;
}
.catalog__pc_title {
  background-color: #005EAB;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 15px;
  width: 200px;
  border-radius: 8px;
  margin: 0 0 30px 0;
}
/* Применяем смещение для первого .title */
.elementor-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-title {
  transform: translateY(0); /* или другое значение смещения */
}
.elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-title {
  transform: translateY(40px); /* или другое значение смещения */
}
.elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-tab-title {
  transform: translateY(80px); /* или другое значение смещения */
}
.elementor-accordion .elementor-accordion-item:nth-child(4) .elementor-tab-title {
  transform: translateY(120px); /* или другое значение смещения */
}
.elementor-accordion .elementor-accordion-item:nth-child(5) .elementor-tab-title {
  transform: translateY(160px); /* или другое значение смещения */
}
.elementor-accordion .elementor-accordion-item:nth-child(6) .elementor-tab-title {
  transform: translateY(200px); /* или другое значение смещения */
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  position: relative;
  left: 20%;
  width: 80%;
  padding: 0 0;
  margin: 0 0;
  border: none;
}
.elementor-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-content {
  transform: translateY(-4%); 
}
.elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-content {
  transform: translateY(-15%); 
}
.elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-tab-content {
  transform: translateY(-15%); 
}
.elementor-accordion .elementor-accordion-item:nth-child(4) .elementor-tab-content {
  transform: translateY(-15%); 
}
.elementor-accordion .elementor-accordion-item:nth-child(5) .elementor-tab-content {
  transform: translateY(-15%); 
}
.elementor-accordion .elementor-accordion-item:nth-child(6) .elementor-tab-content {
  transform: translateY(-15%); 
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content .custom-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.elementor-accordion .custom-posts .custom-post {
  border: 3px solid #005EAB;
  border-radius: 20px;
  padding: 20px 25px 30px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.elementor-accordion .custom-posts .custom-post h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
.elementor-accordion .custom-posts .custom-post .post-excerpt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Gilroy', sans-serif;
}
.elementor-accordion .custom-posts .custom-post .callback__pop_btn {
  padding: 17px 0px;
  margin: 35px 0 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  font-weight: 400;
}
.catalog__title {
  margin: 0 0 10px 0;
}
.catalog__title p {
  font-size: 16px;
  color: #868686;
}
.elementor-accordion .elementor-tab-title > span {
  display: none!important;
}


/* popup */
#pum-261 input {
  border-radius: 0!important;
  color: #1E1E1E!important;
  font-size: 16px!important;
  border: none!important;
  border-bottom: 1px solid #005EAB!important;
  font-weight: 400!important;
}
#pum-261 input:focus,
#pum-261 textarea:focus {
  border: none;
  outline: none;
}
#pum-261 p, #pum-261 p * {
  width: 100%;
  background-color: transparent;
  border-top: none!important;
  box-shadow: none;
}
#pum-261 textarea {
  border-radius: 0!important;
  color: #1E1E1E!important;
  font-size: 16px!important;
  border: none!important;
  border-bottom: 1px solid #005EAB!important;
  height: 50px;
  overflow: hidden;
  resize: none;
  font-weight: 400!important;
}
#pum-261 .callback__pop_btn {
  background-color: #005EAB;
  display: inline-block;
  width: 45%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0 0 0;
  font-weight: 400;
}
#pum-261 h3 {
  padding: 0 30px 0 0 ;
}
#pum-261 .wpcf7-form.sent > .row {
  display: none;
}
#pum-261 .wpcf7-form.sent .wpcf7-response-output {
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
div#popmake-261 {
  box-shadow: none;
  border: none;
}
#pum-261 .pum-close.popmake-close {
  font-size: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 15px;
  top: 15px;
}
#pum-261 .pum-close.popmake-close:focus {
  border: none;
  outline: none;
}
#pum-261 .pum-close.popmake-close::before {
  content: '';
  background-image: url(../img/icons/close.svg);
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* popup */

/* faq */
#index__faq:hover,
#index__faq .item {
  cursor: default;
}
#index__faq .first__faq_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 55px;
  margin: 0px 10% 85px 0;
  cursor: default;
}
#index__faq .faq_img {
  padding: 0 0 85px 10%!important;
}
#index__faq .faq_img > div {
  border-radius: 30px;
}
#index__faq .first__faq_list p, .second__faq_list p {
  margin: 0 0;
}
#index__faq .second__faq_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 7%;
}
#index__faq .second__faq_list .btn_open {
  display: none;
}
#index__faq .second__faq_list p {
  display: flex;
  flex-direction: column;
}
#index__faq .about__icon {
  font-size: 16px;
}
#index__faq .first__faq_list .item {
  width: 100%;
}
#index__faq .second__faq_list .item .hidden-content {
  height: initial;
  overflow: initial;
}
#index__faq .about__icon {
  max-width: 100%;
}
#index__faq .youtube__links a {
  display: inline-block;
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #005EAB;
  text-decoration: underline;
}
#index__faq .second__faq_list .item::before {
  line-height: 40px;
}





@media (min-width: 992px) {
  .container, .col-full {
    padding: 0 0!important;
  }
  .row {
    margin: 0 0!important;
  }
  .pc_hide {
    display: none;
  }
  .mobile__header {
    display: none;
  }
  .copy__btn {
    background-image: url(../img/icons/copy__icon.svg);
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    outline: none;
    background-color: transparent;
    border: none;
  }
  .header-menu li.menu-item-has-children .sub-menu li:first-child a {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    cursor: default;
  }
  #index__directions {
    margin: 70px 0 0 0!important;
  }
  body .hide__pc {
    margin: 0 0 0 0!important;
  }
  #index__services .txt {
    margin: 5% 0 0 0;
  }
  .pc__hide {
    display: none;
  }
  .why_txt_block  {
    margin: 30px 0 0 0;
  }
  .why_txt_block p {
    margin: 0 0 30px 0;
    line-height: 24px!important;
  }
  #index__advanteges .item .desc {
    height: 145px;
    justify-content: flex-start;
  }
  #field__application h3 {
    margin-bottom: 50px;
  }
  #field__application .list ul {
    margin-top: 50px;
  }
}

/* @media (min-width: 992px)  */


@media (max-width: 1600px) {
  .container, .col-full {
    max-width: 90%!important;
  }
  #components .about ul {
    margin: 3% 0 -1% 20px;
  }
  #components .about .arrow {
    max-width: 90%;
  }
}
/* @media (max-width: 1600px) */


@media (max-width: 1480px) {
  .elementor-accordion .elementor-accordion-item .elementor-tab-content .custom-posts {
    grid-template-columns: 1fr 1fr;
  }
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    left: 30%;
    width: 70%;
  }
  .elementor-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-content {
    transform: translateY(-2%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(4) .elementor-tab-content {
    transform: translateY(-8%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(6) .elementor-tab-content {
    transform: translateY(-8%);
  }
  #index__title .h1__title {
    font-size: 50px;
  }
  .index__h1_subtitle {
    margin: 35px 0 45px 0;
  }
  #index__advanteges h3 {
    max-width: 70%;
    margin: 0 0 70px 0;
  }
}
/* @media (max-width: 1480px)  */


@media (max-width: 1370px) {
  .header-menu > li a {
    font-size: 18px;
  }
  .header__desktop .header__nav__adress * {
    font-size: 18px;
  }
  #index__advanteges .item__last .desc .txt{
    max-width: 85%;
  }
  #index__faq .faq_img {
    padding: 0 0 85px 0%!important;
  }
}
/* @media (max-width: 1366px)  */



@media (max-width: 1280px) {
  .header__desktop .header__logo {
    width: 20%;
  }
  .header__desktop .header__nav {
    width: 80%;
  }
  .header-menu > li:not(:last-child) {
    margin: 0 30px 0px 0;
  }

}
/* @media (max-width: 1280px) */

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
    width: 100vw;
  }
  .row {
    margin: 0 0;
  }
  body h3 {
    font-size: 20px;
  }
  .mb_hide {
    display: none;
  }
  body .hide__mob {
    margin: 0 0 0 0!important;
  }
  .header__desktop {
    display: none;
  }
  .header-menu li.menu-item-has-children::after {
    content: none;
  }
  .copy__btn {
    background-image: url(../img/icons/copy__icon.svg);
    width: 17px;
    min-width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    outline: none;
    background-color: transparent;
    border: none;
  }
  .row.centered > div {
      padding: 0 0;
  }
  .vc_section .vc_row {
    margin: 0 0;
  }


  .footer .footer__contacts {
    flex-wrap: wrap;
  }
  .footer .footer__contacts .footer__contacts_map {
    order: 2;
    width: 100%;
  }
  .footer .footer__contacts .footer__contacts_txt {
    order: 1;
    width: 100%;
    padding: 0 0;
    margin-bottom: 60px;
  }
  .footer .footer__contacts .footer__contacts_txt * {
    font-size: 12px!important;
    line-height: 16px;
  }
  .footer .footer__contacts .footer__contacts_txt .write_us .arrow {
    max-height: 25px;
    object-fit: contain;
  }
  .footer .footer__contacts .footer__contacts_txt .write_us .tg__icon {
    max-height: 25px;
  }
  .footer .footer__contacts .footer__contacts_txt .write_us svg {
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
  }
  h3 {
    font-size: 20px;
  }
  .footer__form h3 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form__btn p  {
    display: flex;
    justify-content: center;
  }
  .footer__form .form__inputs {
    grid-row-gap: 0;
  }
  .footer__form .form__inputs p {
    margin: 0 0 15px 0;
  }
  .footer__form .form__inputs {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
  }
  .footer__form .form__inputs input {
    padding: 0 10px 10px 10px!important;
    margin: 0 0 20px 0!important;
    font-size: 12px!important;
  }
  .footer__form .form__inputs textarea {
    height: 35px;
    padding: 0 10px 10px 10px!important;
    margin: 0 0 15px 0!important;
    font-size: 12px!important;
  }
  .footer__form .cform_text {
    width: 100%;
    margin: 0 0 25px 0;
    font-size: 11px;
  }
  .footer__form .form__btn .btn {
    font-size: 16px;
  }
  .footer__bottom .row {
    flex-wrap: wrap;
  }
  .footer__bottom .footer__logo .logo {
    margin: 0 0 30px 0;
  }
  .footer__bottom .footer__logo .logo img {
    max-height: 65px;
  }
  .footer__bottom .footer__nav ul a {
    font-size: 16px;
    white-space: initial;
  }
  .footer__bottom .footer__nav ul {
    grid-row-gap: 20px;
    margin: 20px 0;
  }
  .footer__bottom .footer__phone * {
    font-size: 14px;
  }
  .footer__bottom .footer__phone .phone a, 
  .footer__bottom .footer__phone .street span {
    white-space: initial;
  }
  .footer__bottom .footer__phone {
    align-items: flex-start;
    margin: 20px 0 30px 0;
  }
  .footer__bottom .footer__phone .phone {
    order: 2;
    margin-bottom: initial;
    margin-top: 4%;
  }
  .footer__bottom .footer__phone .street {
    order: 1;
  }
  .footer__bottom_links {
    display: flex;
    flex-direction: column;
  }
  .footer__bottom_links {
    margin-bottom: 30px;
  }
  .footer__bottom_links a {
    margin: 0 0 0px 0;
    font-size: 10px;
    color: #D9D9D9!important;
  }
  .footer__bottom .row > div {
    width: 100%;
  }


  .index__h1 {
    text-align: center;
  }
  h1.h1__title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    letter-spacing: initial;
    line-height: 1.3em!important;
  }
  .index__h1_subtitle {
    display: block;
    margin: 20px 0 20px 0;
    font-size: 14px;
  }
  .callback__pop_btn {
    font-size: 16px;
    padding: 18px 0px;
    white-space: nowrap;
    width: 80%;
  }
  .index__h1_title-orange {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  #index__advanteges {
    margin: 70px 0 0 0;
    border: 1.5px solid #FFA629;
    padding: 15px 20px;
    border-radius: 20px;
  }
  #index__advanteges h3 {
    max-width: 100%;
    margin: 0 0 0px 0;
  }
  #index__advanteges .item__container > div > div {
    width: 100%;
  }
  #index__advanteges .item {
    max-width: 100%;
  }
  #index__advanteges .item__last {
    max-width: 100%;
  }
  #index__advanteges .item .num {
    font-size: 128px;
    line-height: 130px!important;
    min-width: 60px;
    text-align: center;
  }
  #index__advanteges .item .desc .title {
    font-size: 16px;
    margin: 0 0 15px 0;
    white-space: initial;
  }
  #index__advanteges .item .desc .txt {
    font-size: 12px;
    max-width: 75%;
  }
  #field__application h3 {
    max-width: 75%;
  }
  #field__application .list .title {
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
    max-width: 80%;
    line-height: 20px!important;
  }
  #field__application .list {
    max-width: 100%;
  }
  #field__application .list ul {
    margin: 10% 0 0 40%;
  }
  #field__application .list ul li {
    font-size: 14px;
    padding: 0 0 40px 0;
  }
  #field__application .list ul li::before {
    width: 1.5px;
  }
  #field__application .list ul li::after {
    width: 9px;
    height: 9px;
    top: 10%;
  }
  #index__download .download__container {
    border: 1.5px solid #005EAB;
    padding: 20px 10px;
    flex-direction: column;
  }
  .subtitle.orange {
    font-size: 10px;
    margin-bottom: 10px;
  }
  #index__download .download__container .txt {
    font-size: 12px;
  }
  #index__download .download__container a {
    margin: 30px 0 0 0;
    width: 75%;
    text-align: center;
  }
  #index__download .download__container .right {
    flex-direction: column;
    width: 100%;
  }
  #index__download .download__container .size {
    margin: 15px 0 0 0;
    font-size: 12px;
  }

  /* products */
  .elementor-accordion .elementor-accordion-item .elementor-tab-content .custom-posts {
    grid-template-columns: 1fr;
  }
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    left: 0;
    width: 100%;
  }
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    min-height: initial;
    margin-bottom: 0px;
  }
  
  .elementor-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-content {
    transform: translateY(0%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-content {
    transform: translateY(0%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-tab-content {
    transform: translateY(0%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(4) .elementor-tab-content {
    transform: translateY(0%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(5) .elementor-tab-content {
    transform: translateY(0%);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(6) .elementor-tab-content {
    transform: translateY(0%);
  }
  /* ----------- */
  .elementor-accordion .elementor-accordion-item.active:nth-child(1) .elementor-tab-content {
    transform: translateY(2%);
  }
  .elementor-accordion .elementor-accordion-item.active:nth-child(2) .elementor-tab-content {
    transform: translateY(11%);
  }
  .elementor-accordion .elementor-accordion-item.active:nth-child(3) .elementor-tab-content {
    transform: translateY(24%);
  }
  .elementor-accordion .elementor-accordion-item.active:nth-child(4) .elementor-tab-content {
    transform: translateY(8%);
  }
  .elementor-accordion .elementor-accordion-item.active:nth-child(5) .elementor-tab-content {
    transform: translateY(12%);
  }
  .elementor-accordion .elementor-accordion-item.active:nth-child(6) .elementor-tab-content {
    transform: translateY(8%);
  }
  .elementor-accordion .elementor-accordion-item:not(.active) .elementor-tab-content,
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    transition: 0s!important;
    height: initial!important;
  }
  .catalog__pc_title {
    width: 100%;
    position: relative;
    font-size: 14px;
  }
  .catalog__pc_title span {
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
  }
  .catalog__pc_title span::before {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #fff;
    top: -7px;
    right: 0;
    display: inline-block;
    position: absolute;
  }
  .catalog__pc_title span::after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #fff;
    bottom: -7px;
    right: 0px;
    display: inline-block;
    position: absolute;
  }
  .catalog__pc_title.active span {
    background-color: transparent;
  }
  .catalog__pc_title.active span::after{
    transform: rotate(45deg);
    bottom: 0;
  }
  .catalog__pc_title.active span::before{
    transform: rotate(-45deg);
    top: 0;
  }
  #products_list .elementor-accordion .elementor-tab-title a {
    font-size: 12px;
  }
  .elementor-accordion .elementor-accordion-item:nth-child(1) .elementor-tab-title {
    transform: translateY(0px);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(2) .elementor-tab-title {
    transform: translateY(0px);
    right: 5%;
    left: initial;
  }
  .elementor-accordion .elementor-accordion-item:nth-child(3) .elementor-tab-title {
    transform: translateY(30px);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(4) .elementor-tab-title {
    transform: translateY(30px);
    right: 5%;
    left: initial;
  }
  .elementor-accordion .elementor-accordion-item:nth-child(5) .elementor-tab-title {
    transform: translateY(60px);
  }
  .elementor-accordion .elementor-accordion-item:nth-child(6) .elementor-tab-title {
    transform: translateY(60px);
    right: 5%;
    left: initial;
  }
  #products_list .elementor-accordion-item:not(.active) .elementor-tab-title {
    display: none;
  }
  .elementor-accordion .custom-posts .custom-post {
    padding: 15px 20px 15px 20px;
  }
  .elementor-accordion .custom-posts .custom-post h3 {
    font-size: 16px;
    margin: 0 0 25px 0;
  }
  .elementor-accordion .custom-posts .custom-post .post-excerpt {
    font-size: 12px;
  }
  /* products */
  #equipment .about ul {
    grid-template-columns: 1fr;
    margin: 20px 0 20px 0;
    grid-row-gap: 10px;
  }
  #components .about .txt {
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0 20px 0;
  }
  #components .about li {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  #equipment .about .txt {
    font-size: 10px;
    margin: 20px 0 0 0;
    line-height: 14px!important;
  }
  #equipment .about ul li {
    font-size: 12px;
    align-items: center;
  }
  #index__faq .first__faq_list {
    flex-direction: column;
    margin: 4% 0 0% 2%;
  }
  #index__faq .first__faq_list .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #index__faq .first__faq_list .item .hidden-content {
    height: 40px;
    -webkit-line-clamp: 3;
  }
  #index__faq p {
    font-size: 11px;
  }
  #index__faq .first__faq_list .btn_open span {
    width: 17px;
  }
  #index__faq .first__faq_list .btn_open span::after {
    width: 17px;
  }
  #index__faq .second__faq_list {
    margin: 25px 0 0 0;
  }
  #index__faq .second__faq_list .item {
    margin-bottom: 30px;
  }
  #index__faq .second__faq_list .item::before {
    margin-right: 20px;
    font-size: 36px;
    top: -3px;
    position: relative;
  }
  #index__faq .second__faq_list .btn_open {
    margin: 0 0px 0 15px;
  }
  #index__faq .second__faq_list .btn_open span {
    width: 15px;
  }
  #index__faq .second__faq_list .btn_open span:after {
    width: 15px;
    left: 70%;
    top: -7px;
  }
  #equipment .callback_container {
    display: flex;
    justify-content: center;
  }
  #index__faq p span {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  #index__faq .second__faq_list .item .hidden-content {
    height: 28px;
  }
  .why_txt_block p {
    font-size: 11px!important;
    margin-bottom: 23px;
  }
  #index__faq .about__icon {
    font-size: 10px;
    font-size: 10px;
    max-width: 100%;
    margin: 20px 0 0 0;
  }
  #index__faq {
    margin: 70px 0 0 0;
  }
  #equipment .about ul li::before {
    background-position: center;
  }
  .catalog__title p {
    font-size: 12px;
  }
  #components .about ul {
    margin: 20px 0 -1% 20px;
  }
  #equipment,
  #field__application,
  #components {
    margin: 70px 0 0 0;
  }
  #pum-261 .pum-close.popmake-close::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
  #pum-261 .callback__pop_btn {
    width: 65%;
  }
  #pum-261 .cform_text {
    font-size: 11px!important;
  }
  #pum-261 .pum-close.popmake-close {
    right: 0px;
    top: 3px;
  }
  #pum-261 .wpcf7-form .row > p {
    display: none;
  }
  #pum-261 .wpcf7-form,
  #pum-261 .wpcf7-form .row .btn__container p {
    margin: 0 0;
  }
  .elementor-accordion .custom-posts .custom-post .callback__pop_btn {
    width: 80%;
  }
  #index__download .download__container h3 {
    text-align: center;
  }
  #index__download .download__container .subtitle.orange {
    text-align: center;
  }
  #components {
    margin-top: calc(100px + 20%);
  }
  .field__application_img {
    margin: 30px 0;
  }
  #index__download .download__container h3 span {
    font-family: 'Gilroy', sans-serif;
    font-size: 15px;
  }
  #index__faq .second__faq_list .item::before {
    line-height: 24px;
  }
  #index__faq .second__faq_list {
    grid-template-columns: 1fr;
    grid-column-gap: 7%;
  }
  #index__faq.mb_hide {
    margin: 0 0!important;
  }
  #index__faq .vc_column-inner {
    padding: 0 0;
  }
  #index__faq .second__faq_list .item .hidden-content {
    height: initial;
  }
  #index__faq .youtube__links a {
    font-size: 14px;
    margin: 25px 0 0px 0;
  }
}