/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ALL RULES by MDC */
/* General rules */

html::-webkit-scrollbar {
  width: 0.5vw;
  background-color: #121213;
}

html::-webkit-scrollbar-thumb {
  background-color: #7bb1cd;
  border-radius: 55px;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scrollbar-color: #7bb1cd #121213;
  }
}

a img,
a,
img {
  outline: none !important; /* Убирает обводку */
  border: none !important; /* Убирает рамку, если она есть */
}

img {
  user-select: none !important; /* Запрещает выделение */
  -webkit-user-drag: none !important; /* Отключает перетаскивание на WebKit-браузерах (Chrome, Safari) */
  -moz-user-drag: none !important; /* Отключает перетаскивание на Firefox */
}

a,
p,
span,
div,
h1,
h2,
h3,
h4,
h5 {
  text-decoration: none !important;
}

.spec-line {
  background-color: #5957ba;
  width: 1.5vw;
  height: 0.2vw;
  display: inline-block;
  margin-right: 1.5%;
  border-radius: 55px;
}

.top-title {
  font-family: "Montserrat";
  font-size: 1vw;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #6d6d6d;
}

/* End general */

.calculate-wrapp {
  display: flex;
  width: 100%;
}

.calculate-left {
  width: 60%;
  padding-right: 5%;
}

.calculate-right {
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e7e7e7;
  border-radius: 15px;
  margin-left: 5%;
  width: 40%;
  padding: 3% 3% 3% 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.irs--flat .irs-line {
  top: 1.5vw;
  height: 1vw;
  background-color: #e1e4e9;
  border-radius: 55px;
}

.irs--flat .irs-handle > i:first-child {
  display: none;
}

.irs--flat .irs-handle {
  cursor: pointer;
  top: 1.2vw;
  width: 1.6vw;
  height: 1.6vw;
  background-color: #5753c2;
  border: solid 2px #ffffff;
  border-radius: 55px;
}

.irs--flat .irs-bar {
  top: 1.5vw;
  height: 1vw;
  background-color: #5753c2;
  border-radius: 55px 0 0 55px !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 3.3vw;
  padding: 0px;
  color: #141414;
  font-family: "Jost";
  font-size: 1vw;
  font-weight: 600;
  line-height: 1;
  text-shadow: none;
  background-color: transparent;
  border-radius: 0px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  line-height: 1.333;
  text-shadow: none;
  padding: 0.35vw 0.9vw 0.25vw 0.9vw;
  background-color: #5753c2;
  border-radius: 55px;
  font-family: "Jost";
  font-size: 0.9vw;
  top: -1vw;
  font-weight: 500;
}

.from-to {
  display: flex;
  width: 98%;
  margin-left: 1%;
  justify-content: space-between;
  font-size: 0.95vw;
  font-family: "Jost";
  font-weight: 600;
  margin-top: 1%;
  margin-bottom: 5%;
}

.rs-to {
  width: 33%;
  text-align: right;
}

.rs-from {
  width: 33%;
  text-align: left;
}

.rs-s {
  width: 34%;
  text-align: center;
  font-size: 1.1vw;
  color: #b9b9b9;
}

.title-left {
  color: #171717;
  font-family: "Jost", Sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 9%;
}

.start-calc {
  background-color: #5957ba;
  font-family: "Jost", Sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  border-radius: 55px 55px 55px 55px;
  width: auto;
  display: inline-block;
  padding: 1% 4% 1% 4%;
  color: white;
  transition: 0.3s;
  cursor: pointer;
}

.start-calc:hover {
  background-color: #4b49af;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #5957ba;
}

.right-subtitle {
  background-color: #eeede9;
  border-radius: 55px;
  padding: 1.5% 6% 2% 6%;
  font-family: "Jost";
  font-size: 1.1vw;
  font-weight: 500;
  color: #404040;
}

.right-first,
.right-second {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-double {
  display: flex;
  flex-direction: row;
  width: 100%;
  column-gap: 1%;
  margin-top: 4%;
  margin-bottom: 4%;
}

.real-txt {
  font-family: "Jost";
  font-size: 1vw;
  font-weight: 600;
  margin-top: 3%;
  color: #5c5c5c;
}

.right-benefits {
  display: flex;
  background-color: #9ad3cc;
  width: 100%;
  border-radius: 15px;
  margin-top: auto;
  padding: 2% 5% 2% 5%;
  font-family: "Jost";
}

.right-double .right-subtitle {
  padding: 2% 15% 2.5% 15%;
}

.right-benefits {
  display: flex;
  background-color: #9ad3cc;
  color: rgb(43, 43, 43);
  width: 100%;
  border-radius: 15px;
  margin-top: auto;
  padding: 2% 5% 2% 5%;
  font-family: "Jost";
  margin-top: 2%;
}

.benefit {
  display: flex;
  align-items: center;
  column-gap: 3%;
  font-size: 0.95vw;
  width: 100%;
  font-weight: 500;
}

.benefit img {
  width: 1.2vw;
  height: 1.2vw;
}

.calculate-wrapp {
  display: flex;
  width: 100%;
  align-items: center;
}

/* Elementor changes */

a.elementor-item.menu-link {
  transition: 0.6s !important;
}

/* End changes */

span.span-f {
  color: #5957ba;
  font-size: 2vw;
  font-weight: 700;
}

/* Reviews owl */

.current-review {
  background-color: white;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
  width: 30%;
  border: solid 1px #ebebeb;
  padding: 2% 2% 2% 2.5%;
  position: relative;
  height: 26vw;
  display: flex;
  flex-direction: column;
}

img.review-img {
  position: absolute;
  width: 5vw;
  top: -9%;
  left: 7%;
}

a.ancor-review {
  background-color: #a28268;
  border-radius: 55px;
  padding: 1.5% 4%;
  position: absolute;
  top: 5%;
  right: 5%;
  color: white;
  font-size: 0.8vw;
  font-family: "Montserrat";
  font-weight: 500;
  transition: 0.3s;
}

.review-name {
  font-size: 1vw;
  margin-top: 12%;
  font-weight: 700;
  font-family: "Montserrat";
  color: #060606;
}

.review-text {
  font-size: 0.9vw;
  font-weight: 400;
  margin-top: 1%;
  font-family: "Montserrat";
  color: black;
  max-height: 15vw;
  overflow: auto;
  padding-right: 10%;
}

.review-text::-webkit-scrollbar {
  width: 0.2vw;
  background-color: #f0f0f0;
}

.review-text::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 55px;
}

@-moz-document url-prefix() {
  .review-text {
    scrollbar-width: thin;
    scrollbar-color: #d7d7d7 #ededed;
  }
}

.review-bottom-wrapp {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  font-family: "MONTSERRAT";
  font-size: 0.8vw;
  font-weight: 600;
  color: #2d2d2d;
  column-gap: 3%;
  flex-wrap: wrap;
  row-gap: 0.5vw;
}

.review-item-bottom.item-1 {
  background-image: url(/wp-content/uploads/2024/10/ri1.png);
  background-size: 1vw;
  background-repeat: no-repeat;
  padding-left: 1.4vw;
  background-position: left center;
}

.review-item-bottom.item-2 {
  background-image: url(/wp-content/uploads/2024/10/ri2.png);
  background-size: 0.9vw;
  background-repeat: no-repeat;
  padding-left: 1.25vw;
  background-position: left center;
}

.review-item-bottom.item-3 {
  background-image: url(/wp-content/uploads/2024/10/ri3.png);
  background-size: 1vw;
  background-repeat: no-repeat;
  padding-left: 1.3vw;
  background-position: left center;
}

/* End reviews */

/* PERSPECTIVE */

.owl-perspective {
  width: 100%;
  display: flex;
  justify-content: center;
}

.perspetcive-product {
  display: flex
;
  flex-direction: row;
  position: relative;
  width: 96%;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
}

.left-part {
  width: 40%;
  background-image: url(/wp-content/uploads/2024/12/prs-fon.jpg);
  height: 22vw;
  display: flex
;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

img.perspective-img {
  transition: 0.3s;
  will-change: transform;
}

img.perspective-img:hover {
 transform: translateY(10px);
}

img.perspective-img.specimg01 {
  width: 28vw;
  margin-right: -6%;
  margin-top: -2%;
}

.right-part {
  display: flex
;
  width: 60%;
  margin-left: 6%;
  flex-direction: column;
  font-family: "Golos Text";
}

.pr-title {
  font-size: 1.6vw;
  font-weight: 600;
  margin-bottom: 6%;
  line-height: 0;
  margin-top: 1.5%;
  color: #393939;
}

.pr-text {
  font-size: 0.85vw;
  margin-bottom: 4%;
  color: #767676;
  font-weight: 300;
  line-height: 1.3vw;
  padding-right: 12%;
}

.pr-facts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.pr-fact {
  width: 33%;
  height: 4vw;
  display: flex;
  flex-direction: row;
  column-gap: 5%;
}

.img-pr-fact {
  background-color: #f5f5f5;
  width: 17%;
  height: 2vw;
  border-radius: 55px;
}

.pr-info {
  display: flex;
  flex-direction: column;
  width: 85%;
}

.title-pr-fact {
  font-size: 0.9vw;
  font-weight: 500;
  color: #444444;
}

.text-pr-fact {
  font-size: 0.8vw;
  color: #7b7b7b;;
  font-weight: 400;
  line-height: 1.1vw;
}

img.nav-right-arrow {
  position: absolute;
  width: 2vw;
  top: 49%;
  right: -3%;
  opacity: 0.5;
  transition: 0.3s;
  will-change: transform;
  cursor: pointer;
}

img.nav-left-arrow {
  position: absolute;
  width: 2vw;
  top: 49%;
  left: -4%;
  opacity: 0.5;
  transform: rotate(180deg);
  transition: 0.3s;
  will-change: transform;
  cursor: pointer;
}

img.nav-right-arrow:hover {
  opacity: 0.9;
  transform: translateX(10px);
}

img.nav-left-arrow:hover {
  opacity: 0.9;
  transform: translateX(-10px) rotate(180deg);
}

.s-line {
  background-color: #7bb1cd;
  width: 4vw;
  height: 0.4vw;
  border-radius: 55px;
}

.pr-btn {
  font-family: 'Golos Text';
  color: #444444;
  margin-top: 2%;
  font-size: 1vw;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

span.arrow-line {
  font-size: 1.1vw;
  margin-left: 1%;
}

.pr-btn:hover {
  transform: translateX(10px);
}

/* END PERSPECTIVE */


/* USAGE */
.usage-item {
  background-color: #d8d8d8cf;
  height: 5vw;
  display: flex
;
  align-items: center;
  border: solid 2px #e2e2e26e;
  backdrop-filter: blur(10px);
  margin: 5% 1% !important;
  border-radius: 15px;
  cursor: pointer;
  flex-direction: row;
  transition: 0.3s;
  justify-content: center;
  padding: 0% 10% 0% 8%;
}

img.usage-img {
  width: 30% !important;
}

.usage-title {
  font-family: 'Golos Text';
  font-size: 0.8vw;
  font-weight: 500;
  color: #222222;
  margin-left: 5%;
  line-height: 1.1vw;
  width: 80%;
}

.usage-item.active-item {
  background-color: white;
  border: solid 2px #7bb1cd;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.usage-item:hover {
  background-color: white;
  border: solid 2px #7bb1cd;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.wrapper-zone {
  height: 55vh;
  position: relative;
}

.usage-wrapper {
  display: flex
;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 55vh;
  position: absolute;
  top: 0;
  background-color: #ffffff59;
  backdrop-filter: blur(15px);
  border-radius: 15px;
  border: solid 1px white;
  width: 100%;
  padding: 3% 7% 3% 7%;
  transition: 0.4s;
}

.left-zone {
  width: 55%;
  display: flex
;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-right: 10%;
}

.right-zone {
  display: flex
;
  flex-direction: column;
  width: 45%;
}

.fact-in-usage {
  display: flex
;
  margin-bottom: 4%;
}

.fact-in-usage.last-fact {
  margin-bottom: 0%;
}

img.fact-img-usage {
  background-color: #7bb1cd;
  width: 1.9vw;
  height: 1.9vw;
  padding: 1.6%;
  border-radius: 55px;
  display: flex
;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  margin-right: 1vw;
}


.text-usage-fact {
  color: #efefef;
  font-family: 'Golos Text';
  font-weight: 400;
  text-align: left;
  line-height: 1.3vw;
  padding-right: 5%;
  font-size: 0.9vw;
}

.in-usage-title {
  font-family: 'Golos Text';
  font-size: 2vw;
  font-weight: 800;
  color: white;
}

.usage-content {
  font-size: 0.9vw;
  font-family: 'Golos Text';
  color: #ffffff;
  line-height: 1.4vw;
  margin-top: 2%;
}

.all-usage {
  padding: 5vh 11% 10vh 11%;
  background-size: cover;
  background-position: center;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  height: 110vh;
  background-attachment: fixed;
  position: relative;
  transition: background-image 0.3s ease-in-out;
}

.small-main-title-usage {
  text-align: center;
  color: #dedede;
  font-size: 1.1vw;
  font-family: 'Golos Text';
  font-weight: 100;
  margin: -4% 0% -0.5% 0%;
  padding-top: 3%;
}

.title-main-usage {
  text-align: center;
  color: white;
  font-size: 2.2vw;
  font-family: 'Golos Text';
  font-weight: 700;
  margin-bottom: 3%;
}

.owl-usage {
  height: 15vh;
}

.mode-1 {
  background-image: url(/wp-content/uploads/2024/12/p11.jpg);
}

.mode-2 {
  background-image: url(/wp-content/uploads/2025/01/p31.jpg);
}

.mode-3 {
  background-image: url(/wp-content/uploads/2025/01/p40.jpg);
}

.mode-4 {
  background-image: url(/wp-content/uploads/2025/01/p60.jpg);
}

.mode-5 {
  background-image: url(/wp-content/uploads/2024/12/P2.jpg);
}

.mode-6 {
  background-image: url(/wp-content/uploads/2025/01/d32d.jpg);
}

.mode-7 {
  background-image: url(/wp-content/uploads/2025/01/d34.jpg);
}

.mode-8 {
  background-image: url(/wp-content/uploads/2025/01/sdf54.jpg);
}

.mode-9 {
  background-image: url(/wp-content/uploads/2025/01/D43d.jpg);
}

.mode-10 {
  background-image: url(/wp-content/uploads/2025/01/p50.jpg);
}

.hidden-wrapper {
  display: none;
  transform: translateX(-150vw);
}

img.usage-nav-right {
  width: 1.8vw;
  position: absolute;
  top: calc(50% - 0.9vw);
  right: -3.5vw;
  opacity: 0.5;
  transition: 0.3s;
}

img.usage-nav-left {
  width: 1.8vw;
  position: absolute;
  top: calc(50% - 0.9vw);
  left: -3.5vw;
  opacity: 0.5;
  transition: 0.3s;
}

img.usage-nav-left:hover, img.usage-nav-right:hover {
  opacity: 1;
}


/* END USAGE */

/* FACTS */

.facts-wrapp {
  display: flex
;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  user-select: none !important;
}

.facts-left, .facts-right {
  width: 50%;
  position: relative;
  display: flex
;
  flex-direction: column;
}

.fact-wrapp {
  display: flex
;
  position: relative;
  background-color: #f6f6f6;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  will-change: transform;
  cursor: pointer;
}

.fact-wrapp.fact1 {
  width: 65%;
  align-self: center;
  height: 8vw;
  margin-right: 15%;
}

.fact-wrapp.fact2 {
  width: 105%;
  margin-top: 12%;
  margin-left: -5%;
  height: 9vw;
  background-color: #7bb0cc;
}

.fact-wrapp.fact3 {
  margin-top: 11%;
  width: 93%;
  align-self: flex-end;
  margin-right: 5%;
  height: 7.5vw;
}

.fact-wrapp.fact4 {
  width: 85%;
  margin-top: -10%;
  margin-bottom: 12%;
  margin-left: -10%;
  height: 7.7vw;
}

img.fact-img.fimg4 {
  width: 4.25vw;
  margin: -8% 0% -3% 0%;
}

img.fact-img.fimg5 {
  width: 4vw;
  margin: -6% 0% 0% 0%;
}

img.fact-img.fimg3 {
  width: 4vw;
  margin: -6% -5% -1% 0%;
}

img.fact-img.fimg2 {
  width: 4.5vw;
  opacity: 1;
  margin: -4% 0% -1% 0%;
}

img.fact-img.fimg6 {
  width: 4.25vw;
  margin: -8% 0% -3% 0%;
}

.fact-wrapp.fact5 {
  height: 8vw;
  margin-left: 15%;
  margin-bottom: 15%;
  width: 80%;
}

.fact-wrapp.fact6 {
  width: 75%;
  margin-top: 1%;
  margin-left: 10%;
  height: 7.5vw;
}

.fact-front {
  display: flex
;
  flex-direction: column;
  align-items: center;
}

img.fact-img {
  width: 3.5vw;
  margin-top: -3%;
  margin-bottom: 3%;
  opacity: 0.7;
}

.fact-low-text {
  font-family: 'Golos Text';
  font-size: 0.75vw;
  font-weight: 300;
  color: #565656;
  line-height: 1em;
}

.fact-big-text {
  font-family: 'Golos Text';
  font-size: 0.8vw;
  font-weight: 600;
  color: #444444;
  margin-top: 1%;
}

.fact-big-text.white-mode {
  color: white;
}

.fact-low-text.white-mode {
  color: white;
}

/* HOVER RULES */

.fact-wrapp.fact6:hover {
  transform: translateY(10px);
}
.fact-wrapp.fact5:hover {
  transform: translateX(10px);
}
.fact-wrapp.fact4:hover {
  transform: translateY(-10px);
}
.fact-wrapp.fact3:hover {
  transform: translateX(10px);
}
.fact-wrapp.fact2:hover {
  transform: translateX(-10px);
}
.fact-wrapp.fact1:hover {
  transform: translateX(-10px);
}

.fact-wrapp:hover .fact-back {
  display: flex !important
;
}

.fact-wrapp:hover .fact-front {
  display: none !important
;
}

.fact-back {
  width: 100%;
  height: 100%;
  padding: 8% 11%;
  display: flex
;
  justify-content: center;
  align-items: center;
  font-family: 'Golos Text';
  font-size: 0.7vw;
  color: #4b4b4b;
  line-height: 1vw;
  text-align: center;
  background-color: #7bb0cc;
  color: white;
  border-radius: 15px;
}

.fact-back:hover .in-text {
  opacity: 1;
}

.in-text {
  opacity: 0;
  transition: 0.5s;
}

.catalog-all {
  width: 81%;
  margin-left: 9%;
  display: flex
;
  flex-direction: column;
  margin-top: 2%;
  font-family: 'Golos Text';
  color: black;
}

.catalog-title {
  font-size: 1.8vw;
  font-weight: 800;
  color: #3b3b3b;
}

.catalog-bar {
  margin: 1% 0% 3% 0%;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 1vw;
  margin-left: -0.5%;
}

.bar-element {
  background-color: #ffffff;
  margin: 0.5%;
  padding: 0.8% 2% 0.8% 2%;
  border-radius: 55px;
  cursor: pointer;
  transition: background-color 0.3s;
  border: solid 1px #9b9b9b;
}

.bar-element:hover {
  background-color: #efefef;
}

.bar-element.back {
  background-color: #efefef;
  background-image: url(/wp-content/uploads/2025/01/arb.svg);
  background-size: 1.5vw;
  background-repeat: no-repeat;
  background-position: 0.7vw center;
  font-weight: 600;
  color: #5e5e5e;
  border-color: #e2dddd;
  padding: 0.8% 1.4vw 0.8% 2.9vw;
}

.bar-element.back:hover {
  background-color: #e5e5e5;
}

.hidden-bar {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  height: 0;
}


a.catalog-element {
  display: flex
;
  width: 48%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  margin: 1% 1%;
  border: solid 1px #ededed !important;
  transition: border-color 0.3s;
  cursor: pointer;
}


a.catalog-element:hover {
  border-color: #d4d4d4 !important;
}

img.left-product-img {
  width: 100%;
}

.catalog-zone {
  margin: -1% -2% 10% -2%;
}

.right-product {
  width: 60%;
}

.left-product {
  width: 45%;
  padding: 5%;
  display: flex
;
  justify-content: center;
  align-items: center;
}

.right-product {
  width: 60%;
  font-family: 'Golos Text';
  padding: 5% 5% 2% 2%;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  will-change: transform;
}

.right-product-title {
  font-size: 1.3vw;
  font-weight: 600;
  color: #3d3d3d;
  will-change: transform;
}

.right-product-desc {
  font-size: 0.75vw;
  line-height: 1.2vw;
  color: #a3a3a3;
  margin-top: 1%;
  will-change: transform;
}

.right-profuct-more {
  font-size: 0.85vw;
  opacity: 0;
  transition: 0.3s;
  font-weight: 500;
  color: #5d5959;
  margin-top: 2%;
}

span.ar-car {
  font-size: 1vw;
  font-weight: 500;
  margin-left: 1%;
  line-height: 0;
}

a.catalog-element:hover .right-profuct-more {
opacity: 1;
}

a.catalog-element:hover .right-product {
  transform: translateY(-2%);
  }
  
  .catalog-element.no-product {
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    margin-top: 3%;
    font-size: 1.3vw;
    font-weight: 700;
    color: #c5c5c5;
}

span.low-no {
  font-size: 1vw;
  font-weight: 300;
}

/* Для планшета: от 768px включительно до 1024px включительно */
@media (min-width: 768px) and (max-width: 1024px) {
  .catalog-title {
    font-size: 3vw;
    font-weight: 800;
    color: #3b3b3b;
    margin-bottom: 2%;
}

.catalog-bar {
  margin: 1% 0% 7% 0%;
  border-bottom: solid 1px #e7e7e7;
  padding-bottom: 1vw;
  margin-left: -0.5%;
}

.right-product-title {
  font-size: 2vw;
  font-weight: 600;
  color: #3d3d3d;
  will-change: transform;
}

.right-product-desc {
  font-size: 1.5vw;
  line-height: 2vw;
  color: #a3a3a3;
  margin-top: 1%;
  will-change: transform;
}

a.catalog-element {
  min-height: 35vw;
}

.catalog-element.no-product {
  width: 100%;
  display: flex
;
  flex-direction: column;
  align-items: center;
  margin-top: 3%;
  font-size: 3.3vw;
  font-weight: 700;
  color: #c5c5c5;
}

span.low-no {
  font-size: 3vw;
  font-weight: 300;
}

.pr-title {
  font-size: 2vw;
}

.pr-text {
  font-size: 1.2vw;
  line-height: 1.7vw;
}

.pr-facts {
  display: none;
}

a.pr-btn {
  font-size: 1.3vw;
}
.usage-title {
  font-family: 'Golos Text';
  font-size: 1.2vw;
}

.in-usage-title {
  font-size: 3vw;
}

.usage-content {
  font-size: 1.2vw;
  line-height: 1.6vw;
}

.text-usage-fact {
  font-size: 1.2vw;
  line-height: 1.7vw;
}

.usage-item {
  height: 11vw;
}
}

/* Для телефона: до 767px */
@media (max-width: 767px) {
  .s-line {
    background-color: #7bb1cd;
    width: 25vw;
    height: 2vw;
    border-radius: 55px;
  }

  .catalog-title {
    font-size: 5vw;
    line-height: 6vw;
    margin-top: 5%;
    margin-bottom: 7%;
    font-weight: 700;
}

.bar-element {
  font-size: 3.5vw;
  margin-right: 2%;
  margin-bottom: 3%;
  padding: 1.8% 6% 1.8% 6%;
}

.bar-element.back {
  background-color: #efefef;
  background-image: url(/wp-content/uploads/2025/01/arb.svg);
  background-size: 6.5vw;
  background-repeat: no-repeat;
  background-position: 0.7vw center;
  font-weight: 600;
  color: #5e5e5e;
  border-color: #e2dddd;
  padding: 1.8% 4.4vw 1.8% 9.9vw;
}

.catalog-element.no-product {
  width: 100%;
  display: flex
;
  flex-direction: column;
  align-items: center;
  margin-top: 3%;
  font-size: 3.5vw;
  font-weight: 700;
  color: #c5c5c5;
}

span.low-no {
  font-size: 3vw;
  font-weight: 300;
}

a.catalog-element {
  display: flex
;
  width: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  margin: 3% 0%;
  border: solid 1px #ededed !important;
  transition: border-color 0.3s;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2vw;
}

.right-product-title {
  font-size: 5vw;
  font-weight: 600;
  color: #3d3d3d;
  will-change: transform;
}

.left-product {
  width: 100%;
  padding: 5%;
  display: flex
;
  justify-content: center;
  align-items: center;
}

.right-product-desc {
  font-size: 3.5vw;
  line-height: 4.2vw;
  color: #797979;
  margin-top: 1%;
  will-change: transform;
}

.right-product {
  width: 75%;
  font-family: 'Golos Text';
  padding: 5% 5% 2% 2%;
  display: flex
;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  will-change: transform;
}

img.left-product-img {
  width: 81%;
}

.right-profuct-more {
  font-size: 3.85vw;
  opacity: 0;
  transition: 0.3s;
  font-weight: 500;
  color: #5d5959;
  margin-top: 2%;
}

.perspetcive-product {
  display: flex
;
  flex-direction: column;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
}

.left-part {
  width: 100%;
  background-image: url(/wp-content/uploads/2024/12/prs-fon.jpg);
  height: 60vw;
  display: flex
;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}

img.perspective-img.specimg01 {
  width: 71vw;
  margin-right: -6%;
  margin-top: -2%;
}

.right-part {
  display: flex
;
  width: 100%;
  margin-left: 0%;
  flex-direction: column;
  font-family: "Golos Text";
  margin-top: 10%;
  align-items: center;
}

.pr-title {
  font-size: 5vw;
}

.pr-text {
  font-size: 3.5vw;
  text-align: justify;
  margin-top: 7%;
  line-height: 4.5vw;
  padding: 0%;
}

a.pr-btn {
  font-size: 4vw;
  display: flex
;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.pr-facts {
  display: none;
}

span.arrow-line {
  font-size: 4vw;
}

img.nav-left-arrow {
  position: absolute;
  width: 8vw;
  top: 44%;
  left: -4%;
  opacity: 0.5;
  transform: rotate(180deg);
  transition: 0.3s;
  will-change: transform;
  cursor: pointer;
}

img.nav-right-arrow {
  position: absolute;
  width: 8vw;
  top: 44%;
  right: -3%;
  opacity: 0.5;
  transition: 0.3s;
  will-change: transform;
  cursor: pointer;
}

.all-usage {
  padding: 3vh 4% 3vh 4%;
  background-size: cover;
  background-position: center;
  display: flex
;
  flex-direction: column;
  justify-content: flex-start;
  height: 105vh;
  background-attachment: fixed;
  position: relative;
  transition: background-image 0.3s ease-in-out;
}

.right-zone {
  display: none;
}

.left-zone {
  width: 100%;
  display: flex
;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-right: 0%;
}

.in-usage-title {
  font-family: 'Golos Text';
  font-size: 7vw;
  font-weight: 800;
  color: white;
  margin-bottom: 5%;
  line-height: 7.5vw;
  margin-bottom: 8%;
}

.usage-content {
  font-size: 3.7vw;
  font-family: 'Golos Text';
  color: #ffffff;
  line-height: 6vw;
  margin-top: 2%;
}

.usage-wrapper {
  display: flex
;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 70vh;
  position: absolute;
  top: 0;
  background-color: #ffffff59;
  backdrop-filter: blur(15px);
  border-radius: 15px;
  border: solid 1px white;
  width: 100%;
  padding: 7% 10% 7% 10%;
  transition: 0.4s;
}

.small-main-title-usage {
  text-align: center;
  color: #dedede;
  font-size: 4.1vw;
  font-family: 'Golos Text';
  font-weight: 100;
  margin: 0% 0% -0.5% 0%;
  padding-top: 3%;
}

.title-main-usage {
  text-align: center;
  color: white;
  font-size: 7.2vw;
  font-family: 'Golos Text';
  font-weight: 700;
  margin-bottom: 4%;
  margin-top: -2%;
}

.usage-item {
  background-color: #d8d8d8cf;
  height: 11vh;
  display: flex
;
  align-items: center;
  border: solid 2px #e2e2e26e;
  backdrop-filter: blur(10px);
  margin: 5% 7% !important;
  border-radius: 15px;
  cursor: pointer;
  flex-direction: row;
  transition: 0.3s;
  justify-content: center;
  padding: 0% 10% 0% 8%;
}

.usage-title {
  font-family: 'Golos Text';
  font-size: 4vw;
  font-weight: 500;
  color: #222222;
  margin-left: 5%;
  line-height: 5.1vw;
  width: 80%;
}

img.usage-nav-left {
  width: 5vw;
  position: absolute;
  top: calc(50% - 0.9vw);
  left: -1vw;
  opacity: 0.5;
  transition: 0.3s;
}

img.usage-nav-right {
  width: 5vw;
  position: absolute;
  top: calc(50% - 0.9vw);
  right: -1vw;
  opacity: 0.5;
  transition: 0.3s;
}

.elementor-1023 .elementor-element.elementor-element-4ce0dbe {
  background-color: #ffffffeb !important;
}

}
