/*
Theme Name: Huarui
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: Nikolay Gudnev
Author URI: https://vk.com/gudnevkolya
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Version: 1.0
*/

@charset "UTF-8";
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Montserrat";
    src: url("assets/font/Montserrat-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/font/Montserrat-SemiBold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url("assets/font/Montserrat-Light.ttf");
    font-weight: 300;
    font-style: normal;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    background: #3375BE;
}

#wpadminbar {
  z-index: 99999;
}

html {
    font-size: 62.5%;
}
@media only screen and (max-width: 1390px) {
    html {
        font-size: 55%;
    }
}
@media only screen and (max-width: 1200px) {
    html {
        font-size: 50%;
    }
}
@media only screen and (max-width: 830px) {
    html {
        font-size: 45%;
    }
}
@media only screen and (max-width: 600px) {
    html {
        font-size: 40%;
    }
}
@media only screen and (max-width: 470px) {
    html {
        font-size: 35%;
    }
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 1.6rem;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 100vh;
}

#content {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 1.6rem;
    background-color: #FFFFFF;
    width: 100%;
    min-height: 100vh;
    display: none;
}

/* Стили для прелоадера */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.preloader::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    border: 0.6rem solid #F5F5F5;
    border-radius: 50%;
    border-top: 0.6rem solid #3375BE;
    border-bottom: 0.6rem solid #3375BE;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
}

/* Анимация вращения */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.container {
    width: 121.6rem;
    margin: 0 auto;
    padding: 0;
}
@media only screen and (max-width: 600px) {
    .container {
        width: 60rem;
    }
}

.custom-logo {
    height: 10.7rem; 
    width: 27.2rem;
}

.button {
    border-radius: 1rem;
    padding: 1.3rem 8rem 1.4rem;
    width: 36rem;
    height: 5.7rem;
    border: none;
    background-color: #3375BE;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.button:hover {
    background-color: #5B9DE6;
    transform: scale(0.98);
}
@media only screen and (max-width: 1200px) {
    .button:hover {
        background-color: #3375BE;
        transform: scale(1);
    }
}

.button:active {
    transform: scale(0.95);
}

.buttones {
    border-radius: 1rem;
    padding: 1.3rem 8rem 1.4rem;
    width: 36rem;
    height: 5.7rem;
    border: none;
    background-color: #3375BE;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.buttones:hover {
    background-color: #5B9DE6;
}
@media only screen and (max-width: 1200px) {
    .buttones:hover {
        background-color: #3375BE;
    }
}

.buttones:active {
    transform: scale(0.95);
}

iframe {
    width: 100%;
    height: 70rem;
}

.button-tab {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background-color: #3375BE;
    cursor: pointer;
    border-radius: 1rem;
    margin: 0 auto;
    margin-bottom: 6rem;
}

.button2 {
    border-radius: 1rem;
    border: 0.3rem solid #3375BE;
    padding: 1.1rem 8rem 1.4rem;
    width: 36rem;
    height: 5.7rem;
    margin-top: 2rem;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.button2:hover {
    background-color: #3375BE;
    color: #FFFFFF;
    transform: scale(0.98);
}
@media only screen and (max-width: 1200px) {
    .button2:hover {
        background-color: #FFFFFF;
        color: #3375BE;
        transform: scale(1);
    }
}

.button2:active {
    transform: scale(0.95);
}

.error404 {
    width: 42rem;
    height: 36.6rem;
    margin: 8rem auto 0;
}

.error404 img {
    width: 42rem;
    height: 36.6rem;
}

.lazy-load {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1s, transform 0.5s;
}

.lazy-load.visible {
    opacity: 1;
    transform: translateY(0);
}

.header {
  position: sticky;
  height: 12rem;
  top: 0;
  z-index: 100000;
  background-color: #FFFFFF;
}

.header-sticky {
    display: grid;
    grid-template-columns: repeat(12, 8.3rem);
    grid-gap: 2rem;
    height: 11rem;
    align-items: center;
}

.logo {
    display: grid;
    grid-column: 1/2;
}
@media only screen and (max-width: 1200px) {
    .logo {
        display: flex;
        justify-content: center;
    }
}

.logo-center {
    margin: 0 auto;
}

.navigation {
    display: grid;
    grid-column: 6/-1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 5.4rem;
}
@media only screen and (max-width: 1200px) {
    .navigation {
        display: none;
    }
}

.Home:hover {
    color: #3375BE;
}
@media only screen and (max-width: 1200px) {
    .Home:hover {
        color: #6B6B6B;
    }
}

.Products:hover {
    color: #3375BE;
}
@media only screen and (max-width: 1200px) {
    .Products:hover {
        color: #6B6B6B;
    }
}

.AboutUs:hover {
    color: #3375BE;
}
@media only screen and (max-width: 1200px) {
    .AboutUs:hover {
        color: #6B6B6B;
    }
}

.ContactUs:hover {
    color: #3375BE;
}
@media only screen and (max-width: 1200px) {
    .ContactUs:hover {
        color: #6B6B6B;
    }
}

.search-container {
    position: relative;
}

.search-frame {
    position: absolute;
    top: calc(100% + 1.6rem);
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 1.2rem 1.6rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.global-frame {
    position: absolute;
    top: calc(100% + 1.6rem);
    left: 50%;
    width: 16rem;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 1.2rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.search-frame.show {
    opacity: 1;
    pointer-events: all;
}

.global-frame.show {
    opacity: 1;
    pointer-events: all;
}

.global-icon {
    cursor: pointer;
}

.global-icon-1 {
    width: 2.8rem;
    height: 2.8rem;
}

.global-link {
    display: block;
    text-align: center;
    margin: 10px 0;
}

.search-input {
    flex-grow: 1;
    border: none;
    background-color: #F5F5F5;
    color: #6B6B6B;
    padding: 1rem;
    border-radius: 1rem;
    outline: none;
}

/* .search-icon {
    cursor: pointer;
    margin-left: 0.5rem;
    background-color: #FFFFFF;
    transition: transform 0.3s ease;
} */

/* .search-icon.white-bg {
    background-color: #3375BE;
    border-radius: 1rem;
    padding: 0.5rem;
} */

.some-icon {
  cursor: pointer;
}

.search-products {
    position: absolute;
    top: calc(100% - 3rem);
    left: 54%;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 1.2rem 1.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

.search-products.show {
    opacity: 1;
    pointer-events: auto;
}

.search-link {
    margin: 0.5rem 0;
    text-decoration: none;
    color: #6B6B6B;
    text-align: center;
    text-transform: uppercase;
}

.search-link:hover {
    color: #3375BE;
}

.hamburger {
    position: absolute;
    width: 6rem;
    right: 5%;
    top: 35%;
    display: none;
}
.hamburger span {
    height: 0.4rem;
    width: 90%;
    display: block;
    background: #6B6B6B;
    margin-bottom: 0.9rem;
    transition: 1s all;
}
.hamburger span:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .hamburger {
        display: block;
    }
}

.hamburger.active span {
    margin-bottom: -2px;
}
.hamburger.active span:nth-child(1) {
    transform: translateY(5px) rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
    display: none;
}
.hamburger.active span:nth-child(3) {
    transform: translateY(3px) rotate(45deg);
}

.hamburger-btn {
    width: 4rem;
    height: 4rem;
}

.hamburger-search {
    width: 60%;
    margin: 5rem auto;
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 1.2rem 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.hamburger-global {
    width: 40%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 1rem;
    padding: 1.2rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.6rem;
    color: #6B6B6B;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 6rem auto;
    padding: 8rem 0 0;
    text-align: center;
}

.title1 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.6rem;
    color: #6B6B6B;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 4rem auto;
    padding: 8rem 0 0;
    text-align: center;
}

.title2 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.6rem;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 auto 6rem auto;
    padding: 8rem 0 0;
    text-align: center;
}

.title3 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.6rem;
    color: #6B6B6B;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4rem;
    padding: 8rem 0 0;
    text-align: center;
}

.title4 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.6rem;
    color: #6B6B6B;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .title4 {
        width: 45rem;
        margin: 0 auto;
    }
}

.title-1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    color: #6B6B6B;
    font-weight: 400;
    text-decoration: none;
}

.title-2 {
    font-family: "Montserrat", sans-serif;
    font-size: 3.8rem;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
}

.title-3 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    color: #FFFFFF;
    font-weight: 300;
}

.title-4 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: normal;
}

.title-5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #6B6B6B;
    text-decoration: none;
}

.he {
  height: 5rem;
}

.title-6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 8rem;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

.title-7 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.title-8 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.title-9 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 140%;
}

.title-10 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 140%;
    text-transform: uppercase;
    text-align: start;
    color: #6B6B6B;
    margin-bottom: 1rem;
    text-decoration: none;
}

.title-11 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #6B6B6B;
    line-height: 140%;
    padding-top: 2rem;
    text-decoration: none;
}

.title-12 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #6B6B6B;
    line-height: 140%;
    text-decoration: none;
}

.title-13 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #6B6B6B;
    line-height: 140%;
    text-decoration: none;
    text-align: center;
}

.title-14 {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    color: #6B6B6B;
    font-weight: 300;
    text-decoration: none;
}
.title-14:hover {
    font-weight: 500;
    color: #3375BE;
}

.title-15 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    color: #3375BE;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
}

.title-16 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 140%;
    color: #6B6B6B;
    line-height: 140%;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.title-17 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 140%;
    color: #6B6B6B;
    line-height: 140%;
    text-decoration: none;
}

.title-18 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 140%;
  color: #6B6B6B;
  line-height: 140%;
  text-decoration: none;
  text-align: justify;
  text-transform: uppercase;
}

.title-19 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #6B6B6B;
  text-decoration: none;
}

.error-title {
    font-family: "Montserrat", sans-serif;
    font-size: 3.8rem;
    color: #ED5B5B;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-top: 8rem;
}

.error-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 140%;
    text-transform: uppercase;
    color: #6B6B6B;
    text-align: center;
    padding-top: 4rem;
}

.title-hover:hover {
    color: #3375BE;
    font-weight: 600;
}

.text-center {
    text-align: center;
    margin-top: 3rem;
    text-transform: uppercase;
}

.slider {
    width: 100%;
    height: 50rem;
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10rem;
}
@media only screen and (max-width: 830px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 5rem;
    }
    .title-18 {
      padding: 0 8rem;
    }
}

.item-1 {
    width: 100%;
    height: 50rem;
    position: relative;
}

.item__img {
    width: 100%;
    height: 50rem;
    object-fit: cover;
    filter: brightness(0.4);
    z-index: 1;
}

.item__title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
    .item__title {
        text-align: center;
        font-size: 3.2rem;
    }
}
@media only screen and (max-width: 830px) {
    .item__title {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 600px) {
    .item__title {
        font-size: 2.4rem;
    }
}

.item__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
    .item__text {
        text-align: center;
        font-size: 2rem;
    }
}
@media only screen and (max-width: 830px) {
    .item__text {
        width: 60rem;
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 830px) {
    .item__text {
        font-size: 1.7rem;
    }
}

.item__button {
    position: absolute;
    top: 70%;
    left: calc(50% - 43rem);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}
@media only screen and (max-width: 1200px) {
    .item__button {
        text-align: center;
        left: 50%;
    }
}

.item__button:active {
    transform: translate(-50%, -50%) scale(0.95);
}

.item-2 {
    width: 100%;
    height: 50rem;
    position: relative;
}

.item-3 {
    width: 100%;
    height: 50rem;
    position: relative;
}

.previous {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2.4rem;
    transition: 0.6s ease;
    text-decoration: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2.4rem;
    transition: 0.6s ease;
    text-decoration: none;
}

.main-products {
    padding-bottom: 10rem;
}
@media only screen and (max-width: 830px) {
    .main-products {
        padding-bottom: 5rem;
    }
}

.main-card {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
    grid-gap: 2rem;
    align-items: center;
}
@media only screen and (max-width: 600px) {
    .main-card {
        width: 55rem;
        margin: 0 auto;
    }
}

.card1, .card2, .card3, .card4, .card5, .card6, .card7, .card8, .card9, .card10, .card11, .card12, .card13, .card14, .card15 {
    display: grid;
    border-radius: 2rem;
    padding: 2.9rem 4.9rem;
    background-color: #F5F5F5;
    cursor: pointer;
    text-decoration: none;
    transition: filter 0.3s ease;
}
.card1:hover, .card2:hover, .card3:hover, .card4:hover, .card5:hover, .card6:hover, .card7:hover, .card8:hover, .card9:hover, .card10:hover, .card11:hover, .card12:hover, .card13:hover, .card14:hover, .card15:hover {
    box-shadow: 0px 0px 20px rgba(51, 117, 190, 0.5);
    filter: brightness(1.05);
}
@media only screen and (max-width: 1200px) {
    .card1:hover, .card2:hover, .card3:hover, .card4:hover, .card5:hover, .card6:hover, .card7:hover, .card8:hover, .card9:hover, .card10:hover, .card11:hover, .card12:hover, .card13:hover, .card14:hover, .card15:hover {
        box-shadow: none;
        filter: brightness(1);
    }
}
@media only screen and (max-width: 830px) {
    .card1, .card2, .card3, .card4, .card5, .card6, .card7, .card8, .card9, .card10, .card11, .card12, .card13, .card14, .card15 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.cardes {
    width: 23.6rem;
    height: 19rem;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.card-button {
    display: block;
    margin: 0 auto;
}

.main-company {
    background-color: #F9F9F9;
    padding-bottom: 10rem;
}
.main-company__title {
    width: 81.7rem;
    margin: 0 auto 6rem auto;
    text-align: center;
}
@media only screen and (max-width: 830px) {
    .main-company {
        padding-bottom: 5rem;
    }
    .main-company__title {
        width: 60rem;
        margin: 0 auto 6rem auto;
        text-align: center;
    }
}

.advantages {
    border-radius: 2rem;
    padding: 1.3rem 10.3rem;
    background-color: #3375BE;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .advantages {
    padding: 1.3rem 5rem;
  }
}
@media only screen and (max-width: 600px) {
  .advantages {
    flex-direction: column;
  }
}

.advantages-card {
  padding: 1rem;
  width: 29.5rem;
  height: 20.3rem;
}
@media only screen and (max-width: 600px) {
  .advantages-card {
    margin: 0 auto;
  }
}

.advantages-title {
  margin: 0 auto 1rem auto;
  transition: 0.5s ease-in-out;
}

.photo-cards {
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
@media only screen and (max-width: 990px) {
  .photo-cards {
    grid-template-columns: repeat(6, auto);
    gap: 2rem;
  }
}

.photo-cards__item1, .photo-cards__item7 {
  width: 100%;
  grid-column: span 8;
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 1200px) {
  .photo-cards__item1, .photo-cards__item7 {
    grid-column: span 12;
  }
}
@media only screen and (max-width: 990px) {
  .photo-cards__item1, .photo-cards__item7 {
    grid-column: span 6;
  }
}

.photo-cards__item2 {
  width: 100%;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 990px) {
  .photo-cards__item2 {
    display: none;
  }
}

.photo-cards__item3 {
  width: 100%;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 990px) {
  .photo-cards__item3 {
    display: none;
  }
}

.photo-cards__item4 {
  width: 100%;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 990px) {
  .photo-cards__item4 {
    display: none;
  }
}

.photo-cards__item6 {
  width: 100%;
  grid-column: span 4;
  overflow: hidden;
  border-radius: 2rem;
}
@media only screen and (max-width: 1200px) {
  .photo-cards__item6 {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 990px) {
  .photo-cards__item6 {
    grid-column: span 3;
  }
}

.photo-cards img {
  transition: transform 0.3s ease;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-cards img:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .photo-cards img:hover {
    transform: scale(1);
  }
}

.frequent-questions {
  background-color: #F9F9F9;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 830px) {
  .frequent-questions {
    padding-bottom: 5rem;
  }
}

.questions {
  width: 100%;
  border-radius: 2rem;
  padding: 4rem 12rem;
  background-color: #FFFFFF;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 830px) {
  .questions {
    padding: 4rem 8rem;
  }
}
@media only screen and (max-width: 600px) {
  .questions {
    padding: 4rem 4rem;
  }
}

.question {
  width: 100%;
  height: 6.1rem;
  margin-bottom: 4rem;
  cursor: pointer;
}
.question:nth-child(6) {
  margin-bottom: 0;
}

.question-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.arrow {
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 400;
  font-size: 2.4rem;
  transition: 0.6s ease;
  transform: rotate(-90deg);
}

.question-line {
  border: 0.1rem solid #9B9B9B;
  width: 100%;
}

.accordion-btn::after {
  --bs-accordion-btn-icon-width: 2rem;
  --bs-accordion-btn-icon-size: 7rem;
  --bs-accordion-btn-icon-color: #6B6B6B;
}

.partner-brands {
  padding-bottom: 10rem;
  width: 100%;
}
@media only screen and (max-width: 830px) {
  .partner-brands {
    padding-bottom: 5rem;
  }
}

.partner-brands__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  gap: 2rem;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 600px) {
  .partner-brands__cards {
    width: 60%;
    margin: 0 auto 4rem;
  }
}

.partner-brands__card {
  border-radius: 2rem;
  width: 100%;
  transition: transform 0.3s ease !important;
}

.partner-brands__card:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .partner-brands__card:hover {
    transform: scale(1);
  }
}

.advantages-bg {
  width: 100%;
  height: 55.7rem;
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .advantages-bg {
    height: 75rem;
  }
}
@media only screen and (max-width: 830px) {
  .advantages-bg {
    height: 125rem;
  }
}

.advantages-huarui {
  display: block;
  position: absolute;
  width: 100%;
  height: 55.7rem;
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1200px) {
  .advantages-huarui {
    height: 75rem;
  }
}
@media only screen and (max-width: 830px) {
  .advantages-huarui {
    height: 125rem;
  }
}

.advantages-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 830px) {
  .advantages-cards {
    flex-direction: column;
    margin-bottom: 3rem;
  }
}

.advantages-item {
  width: 59.8rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .advantages-item {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 830px) {
  .advantages-item {
    margin: 0 auto 3rem;
  }
}

.advantages-item img {
  width: 10.3rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .advantages-item img {
    margin-bottom: 2rem;
  }
}

.advantages-text {
  width: 45.8rem;
  height: 10.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.more-information {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .more-information {
    text-align: center;
  }
}

.information-cards {
  width: 20rem;
  padding-top: 8rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .information-cards {
    width: 30rem;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .information-cards h3 {
    text-align: center;
  }
}

.more {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .more {
    flex-wrap: wrap;
  }
}

.personal-data {
  padding: 3rem 0 5rem 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .personal-data {
    text-align: center;
    margin: 0 auto;
    padding: 6rem 0 3rem 0;
  }
}

@media only screen and (max-width: 600px) {
  .personal-data a {
    text-align: center;
    margin: 0 auto;
  }
}

.footer {
  width: 100%;
  background-color: #F9F9F9;
}

.footer-huarui {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0 3rem 0;
}
@media only screen and (max-width: 600px) {
  .footer-huarui {
    flex-direction: column;
  }
}

.icons-footer {
  width: 24rem;
  height: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media only screen and (max-width: 600px) {
  .icons-footer {
    min-width: 60rem;
    height: 7rem;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 3rem;
  }
}

.icon-footer {
  width: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .icon-footer {
    width: 30%;
    display: none;
  }
}

.icon-footer1 {
  width: 3.8rem;
  height: 3.8rem;
  margin-right: 4rem;
}

.icon-footer2 {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 4rem;
}

.icon-footer3 {
  width: 3.2rem;
  height: 3.2rem;
}

.mail {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .mail {
    flex-direction: column;
    width: 20rem;
    margin-right: 5rem;
  }
}

.mail-footer {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 600px) {
  .mail-footer {
    margin: 0 0 1rem;
  }
}

.phone {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .phone {
    flex-direction: column;
  }
}

.phone-footer {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 2rem;
}
@media only screen and (max-width: 600px) {
  .phone-footer {
    margin: 0 0 1rem;
  }
}

.logo-footer {
  width: 40rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .logo-footer {
    margin-bottom: 5rem;
  }
}

.logo-f {
  width: 30rem;
  height: 11.5rem;
}

.qrCode {
  width: 24rem;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 1200px) {
  .qrCode {
    width: 20rem;
    height: 20rem;
  }
}

@media only screen and (max-width: 1200px) {
  .qrCode img {
    width: 20rem;
    height: 20rem;
  }
}

.title-slider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog-titles {
  margin: 0 auto 4rem auto;
  padding: 8rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-titles1 {
  margin: 8rem 0 4rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-title {
  width: 75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .catalog-title {
    width: 60rem;
  }
}

.catalog-next {
  width: 5rem;
  height: 4rem;
}

.margin-right {
  margin-right: 3rem;
}

.color {
  color: #FFFFFF;
}

.widht {
  font-weight: 500;
}

.font {
  font-size: 2rem;
}

.main-card1 {
  display: grid;
  grid-template-columns: repeat(12, 8.3rem);
  grid-gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.main-card1:last-child {
  margin-bottom: 4rem;
}

.main-card2 {
  display: grid;
  grid-template-columns: repeat(12, 8.3rem);
  grid-gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
.main-card2:last-child {
  margin-bottom: 0;
}

.tabs-product {
  min-width: 28rem;
  display: flex;
  justify-content: center;
}

.numberes {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 1rem;
}

.tab-inactive {
  color: #3375BE;
  border-radius: 1rem;
  border: 0.2rem solid #3375BE;
  width: 8.3rem;
  cursor: pointer;
  text-decoration: none;
  margin-right: 2rem;
}

.tab-inactive.active {
  color: #FFFFFF;
  border-radius: 1rem;
  background-color: #3375BE;
  width: 8.3rem;
  cursor: pointer;
}

.title-width {
  width: 60rem;
}

.main-cardes {
  display: none;
}

.main-cardes.active {
  display: block;
}

.catalog-content {
  display: none;
}

.catalog-content.active {
  display: block;
}

.pop {
  border-radius: 1rem;
  background-color: #3375BE;
  z-index: 1000000000;
}

.ytp-cued-thumbnail-overlay-image {
  z-index: 10000000;
}

.Binzel {
  display: none;
}

.Tweco {
  display: none;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  height: 51.1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 1200px) {
  .card-container {
    height: 100%;
    grid-gap: 6rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.card-photos {
  display: grid;
  grid-column: span 7;
}
@media only screen and (max-width: 1200px) {
  .card-photos {
    grid-column: span 2;
  }
}

.card-photo {
  border-radius: 2rem;
  height: 37.9rem;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 1200px) {
  .card-photo {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 830px) {
  .card-photo {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .card-photo {
    width: 100% !important;
  }
}

.card-photo img {
  height: 32rem;
}

.card-photo:hover {
  box-shadow: 0px 0px 20px rgba(51, 117, 190, 0.5);
  filter: brightness(1.05);
}
@media only screen and (max-width: 1200px) {
  .card-photo:hover {
    box-shadow: none;
    filter: brightness(1);
  }
}

.card-photo-description {
  display: grid;
  grid-column: span 5;
  background-color: #F5F5F5;
  border-radius: 2rem;
  padding: 6.4rem 4.4rem;
  transition: transform 0.3s ease;
}
.card-photo-description__name {
  text-align: center;
  height: 6.4rem;
}
.card-photo-description__buttons {
  height: 13.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .card-photo-description {
    grid-column: span 2;
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 830px) {
  .card-photo-description {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .card-photo-description {
    width: 100% !important;
  }
}

.card-photo-description:hover {
  box-shadow: 0px 0px 20px rgba(51, 117, 190, 0.5);
  filter: brightness(1.05);
}
@media only screen and (max-width: 1200px) {
  .card-photo-description:hover {
    box-shadow: none;
    filter: brightness(1);
  }
}

.card-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .card-flex {
    height: 35rem;
  }
}

.icon-description1 {
  width: 5.4rem;
  height: 5.4rem;
  margin-right: 4rem;
}

.icon-description2 {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 4rem;
}

.icon-description3 {
  width: 4.8rem;
  height: 4.8rem;
  margin-right: 0;
}

.card-photo-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .card-photo-slider {
    width: 65%;
    margin: 2rem auto 0;
  }
}
@media only screen and (max-width: 830px) {
  .card-photo-slider {
    width: 80%;
    margin: 2rem auto 0;
  }
}
@media only screen and (max-width: 600px) {
  .card-photo-slider {
    width: 100% !important;
  }
}

.card-photo-slide-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60rem;
}
.card-photo-slide {
  border-radius: 1.2rem;
  width: 18.6rem;
  height: 11.2rem;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .card-photo-slide-parent {
    width: 50rem;
  }
  .card-photo-slide {
    width: 15rem;
  }
}

.card-photo-slide img {
  width: 12rem;
}

.card-photo-slide:hover {
  box-shadow: 0 0 2rem rgba(51, 117, 190, 0.5);
  filter: brightness(1.05);
}
@media only screen and (max-width: 1200px) {
  .card-photo-slide:hover {
    box-shadow: none;
    filter: brightness(1);
  }
}

.card-photo-slide img {
  width: 10.9rem;
  height: 9rem;
}

.card-previous {
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 500;
  font-size: 2.4rem;
  transition: 0.6s ease;
}

.card-next {
  cursor: pointer;
  color: #6B6B6B;
  font-weight: 500;
  font-size: 2.4rem;
  transition: 0.6s ease;
}

.main-specification {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 830px) {
  .main-specification {
    grid-template-columns: repeat(2, 1fr);
  }
}

.specification-card {
  display: grid;
  grid-column: span 6;
  border-radius: 2rem;
  padding: 3rem 10.5rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specification-card {
    width: 80%;
    grid-column: span 2;
    margin: 0 auto;
  }
}

.specification-card1 {
  display: grid;
  grid-column: span 6;
  border-radius: 2rem;
  padding: 3rem 10.5rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specification-card1 {
    grid-column: span 2;
    width: 80%;
    margin: 0 auto;
  }
}

.specification-mini-card {
  display: grid;
  grid-column: span 4;
  border-radius: 2rem;
  padding: 3rem 5.4rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specification-mini-card {
    grid-column: span 2;
    width: 80%;
    margin: 0 auto;
    padding: 3rem 5.4rem;
  }
}

.specification-mini-card1 {
  display: grid;
  grid-column: span 4;
  border-radius: 2rem;
  padding: 3rem 5.4rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specification-mini-card1 {
    grid-column: span 2;
    width: 80%;
    margin: 0 auto;
    padding: 3rem 5.4rem;
  }
}

.specification-mini-card2 {
  display: grid;
  grid-column: span 4;
  border-radius: 2rem;
  padding: 3rem 5.4rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specification-mini-card2 {
    grid-column: span 2;
    width: 80%;
    margin: 0 auto;
  }
}

.specification-title {
  text-align: center;
  padding-bottom: 1rem;
}

.specification-text {
  text-align: center;
}

.specification-section {
  display: grid;
  grid-column: span 6;
  grid-gap: 2rem;
  align-self: stretch;
}
@media only screen and (max-width: 830px) {
  .specification-section {
    grid-column: span 2;
    width: 80%;
    margin: 0 auto;
    height: 100%;
  }
}

.specification-section img {
  width: 100%;
  height: 100%;
}

.specification-section1 {
  display: grid;
  grid-column: span 6;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 2rem;
  align-self: stretch;
}
@media only screen and (max-width: 830px) {
  .specification-section1 {
    grid-column: span 2;
    width: 80%;
    margin: 0 auto;
    height: 100%;
  }
}

.image-specification {
  display: grid;
  grid-column: span 6;
  border-radius: 2rem;
  transition: transform 0.3s ease !important;
}

.specifications-card {
  display: grid;
  grid-column: span 6;
  border-radius: 2rem;
  padding: 3rem 10.3rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specifications-card {
    padding: 3rem 15rem !important;
  }
}

.specifications-card1 {
  display: grid;
  grid-column: span 6;
  border-radius: 2rem;
  padding: 3rem 10.3rem;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 830px) {
  .specifications-card1 {
    padding: 3rem 15rem !important;
  }
}

.specification-text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  margin-bottom: 0;
}

.specification-card,
.specification-card1,
.specifications-card,
.specifications-card1,
.specification-mini-card,
.specification-mini-card1,
.image-specification,
.specification-mini-card2 {
  transition: transform 0.3s ease;
}

.specification-card:hover,
.specification-card1:hover,
.specifications-card:hover,
.specifications-card1:hover,
.specification-mini-card:hover,
.specification-mini-card1:hover,
.image-specification:hover,
.specification-mini-card2:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 1200px) {
  .specification-card:hover,
.specification-card1:hover,
.specifications-card:hover,
.specifications-card1:hover,
.specification-mini-card:hover,
.specification-mini-card1:hover,
.image-specification:hover,
.specification-mini-card2:hover {
    transform: scale(1);
  }
}

.mr {
  margin-right: 3.3rem;
}

.mr1 {
  margin-right: 1rem;
}

.mr2 {
  margin-right: 1rem;
}

.mb {
  margin-bottom: 4rem;
}

.mb1 {
  margin-bottom: 10rem;
}

.mb2 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 8rem;
}

.mb4 {
  margin-bottom: 2rem;
}

.mb5 {
  margin-bottom: 4rem;
}

.mt {
  margin-top: 5.6rem;
}

.mt2 {
  margin-top: 3rem;
}

.m {
  margin: 0 auto;
}

.pt {
  padding: 2rem;
}

.pt2 {
  padding-top: 0.1rem;
}

.pt3 {
  padding-top: 2rem;
}

.pt4 {
  padding-right: 2rem;
}

.pos {
  position: relative;
}

.specification-flex {
  display: flex;
}

@media only screen and (max-width: 992px) {
  .card-photo-slider {
    width: 70%;
  }

  .card-photo {
    width: 70%;
  }

  .card-photo-description {
    width: 70%;
  }

  .specifications-card {
    padding: 3rem 4rem;
  }

  .specifications-card1 {
    padding: 3rem 4rem;
  }

  .specification-mini-card {
    padding: 3rem 0;
  }

  .specification-mini-card1 {
    padding: 3rem 3rem;
  }

  .fz {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .card-photo-slider {
    width: 90%;
  }

  .card-photo {
    width: 90%;
  }

  .card-photo-description {
    width: 90%;
  }

  .specifications-card {
    padding: 3rem 5rem !important;
  }

  .specifications-card1 {
    padding: 3rem 5rem !important;
  }

  .specification-mini-card {
    padding: 3rem 5rem !important;
  }

  .specification-mini-card1 {
    padding: 3rem 5rem !important;
  }

  .fz {
    font-size: 2.8rem;
    margin: 0;
  }
}
.company-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem;
}

.company-item-card {
  display: grid;
  grid-column: span 5;
  background-color: #F5F5F5;
  color: #6B6B6B;
  border-radius: 2rem;
  padding: 3rem;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .company-item-card {
    grid-column: span 6;
  }
}

.company-item-card:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 1200px) {
  .company-item-card:hover {
    transform: scale(1);
  }
}

.company-item-card1 {
  display: grid;
  grid-column: span 7;
  background-color: #F5F5F5;
  color: #6B6B6B;
  border-radius: 2rem;
  padding: 3rem;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 600px) {
  .company-item-card1 {
    grid-column: span 6;
  }
}

.company-item-card1:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 1200px) {
  .company-item-card1:hover {
    transform: scale(1);
  }
}

.company-item1 {
  background-color: #F5F5F5;
  color: #6B6B6B;
  border-radius: 2rem;
  padding: 3rem;
  margin-bottom: 4rem;
  transition: transform 0.3s ease;
}

.company-item1:hover {
  transform: scale(1.03);
}
@media only screen and (max-width: 1200px) {
  .company-item1:hover {
    transform: scale(1);
  }
}

.photo-cards__item3 {
  width: 39.2rem;
}

.photo-cards__item4 {
  width: 39.2rem;
}

.photo-cards__item5 {
  width: 39.2rem;
}

.enterprise-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .enterprise-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 830px) {
  .enterprise-cards {
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  }
}

.enterprise-cards1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .enterprise-cards1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 830px) {
  .enterprise-cards1 {
    grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  }
}

.enterprise-cards__item,
.enterprise-cards1__item {
  border-radius: 2rem;
  padding: 3rem;
  background-color: #F5F5F5;
}

.enterprise-cards__item img,
.enterprise-cards1__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.enterprise-cards__item:hover img,
.enterprise-cards1__item:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .enterprise-cards__item:hover img,
.enterprise-cards1__item:hover img {
    transform: scale(1);
  }
}

.contact-item {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 830px) {
  .contact-item {
    grid-template-columns: repeat(6, 1fr);
  }
}

.contact-item1 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .contact-item1 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.contact-item-card {
  display: grid;
  grid-column: span 5;
  border-radius: 2rem;
  padding: 3rem;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 830px) {
  .contact-item-card {
    grid-column: span 6;
  }
}

.contact-item-card-logo {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 1200px) {
  .contact-item-card-logo {
    margin: 0 auto;
  }
}

.contact-item-card-logo img {
  width: 7.5rem;
  height: 8rem;
}

.contact-item-card-text {
  text-align: center;
}

.contact-item-card1 {
  display: grid;
  grid-column: span 4;
  border-radius: 2rem;
  padding: 3rem 5rem 4.8rem 5.8rem;
  background-color: #F5F5F5;
  align-content: center;
}
@media only screen and (max-width: 1200px) {
  .contact-item-card1 {
    padding: 3rem 1rem 4.8rem 1rem;
  }
}
@media only screen and (max-width: 830px) {
  .contact-item-card1 {
    grid-column: span 3;
    padding: 3rem 5rem 4.8rem 5.8rem;
  }
}

.contact-item-card2 {
  display: grid;
  grid-column: span 3;
  border-radius: 2rem;
  padding: 3rem 5.9rem 3rem 5.8rem;
  background-color: #F5F5F5;
  align-content: center;
}
@media only screen and (max-width: 1200px) {
  .contact-item-card2 {
    padding: 3rem 1rem 4.8rem 1rem;
  }
}
@media only screen and (max-width: 830px) {
  .contact-item-card2 {
    grid-column: span 3;
    padding: 3rem 5.9rem 3rem 5.8rem;
  }
}

.contact-maps {
  display: grid;
  grid-column: span 6;
  border-radius: 2rem;
  height: 20rem;
}
@media only screen and (max-width: 1200px) {
  .contact-maps {
    grid-column: span 6;
    width: 100%;
    height: 43rem;
  }
}

.contact-message {
  display: grid;
  grid-column: span 3;
}
@media only screen and (max-width: 1200px) {
  .contact-message {
    display: grid;
    grid-column: span 3;
    height: 100%;
  }
}

.contact-message1 {
  display: grid;
  grid-column: span 3;
}
@media only screen and (max-width: 1200px) {
  .contact-message1 {
    display: grid;
    grid-column: span 3;
    height: 100%;
  }
}

.contact-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-items1 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .contact-items1 {
    width: 70%;
  }
}

.contact-items-card {
  border-radius: 2rem;
  padding: 3rem 4rem 3rem 3.8rem;
  background-color: #F5F5F5;
  text-align: center;
  align-content: center;
}

.contact-items-card1 {
  border-radius: 2rem;
  background-color: #F5F5F5;
  padding: 7rem 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .contact-items-card1 {
    display: grid;
    grid-column: span 3;
    padding: 8rem 0 0 0;
  }
}

.contact-item-card,
.contact-item-card1,
.contact-item-card2 {
  transition: transform 0.3s ease;
}

.contact-item-card:hover,
.contact-item-card1:hover,
.contact-item-card2:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .contact-item-card:hover,
.contact-item-card1:hover,
.contact-item-card2:hover {
    transform: scale(1);
  }
}

.contact-items-card,
.contact-items-card1 {
  transition: transform 0.3s ease;
}

.contact-items-card:hover,
.contact-items-card1:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
  .contact-items-card:hover,
.contact-items-card1:hover {
    transform: scale(1);
  }
}

@media only screen and (max-width: 1200px) {
  .contact-item-card-text {
    margin-top: 2rem;
  }
}

.icon-description4 {
  width: 5.4rem;
  height: 5.4rem;
}

.icon-description5 {
  width: 4.8rem;
  height: 4.8rem;
}

.icon-description6 {
  width: 4.8rem;
  height: 4.8rem;
}

.popups {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000000000;
  display: none;
}

.popups.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  padding: 4rem 3.2rem 4rem 3.2rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  text-align: center;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup-content.fadeIn {
  opacity: 1;
  transform: scale(1);
}

.popup-title {
  color: #3375BE;
  font-weight: 500;
  margin-bottom: 3rem;
}

.close-btn {
  text-align: end;
  color: #3375BE;
  cursor: pointer;
  font-size: 3.7rem;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
}

.inp {
  width: 37.3rem;
  height: 4.8rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 1rem 1.2rem;
  border: 0.2rem solid #ccc;
  border-radius: 1rem;
  font-size: 1.7rem;
  box-sizing: border-box;
  color: #6B6B6B;
}

input#message {
  height: auto;
  min-height: 8rem;
  margin-bottom: 3rem;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  height: 6.8rem;
}

[data-name="Message"] {
  height: 11rem;
}


.application-box__personal-data {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 3rem;
  padding-top: 1rem;
}

.application-box__personal-data1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.application-box__personal-data input[type=checkbox] {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  vertical-align: middle;
  cursor: pointer;
}

.application-box__personal-data a {
  vertical-align: middle;
}

.agree {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: #6B6B6B;
  line-height: 140%;
  text-decoration: none;
  cursor: pointer;
}

/* .agree:hover {
  color: #3375BE;
} */
@media only screen and (max-width: 1200px) {
  .agree:hover {
    color: #6B6B6B;
  }
}

.form-check-input {
  margin-top: 0;
}

.error {
  border: 2px solid red;
}

.success-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.success-content {
  text-align: center;
}

.success-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.cookie-container {
  position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  background-color: #FFFFFF;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 1rem #6B6B6B;
  text-align: center;
  z-index: 10000;
  font-size: 1.5rem;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  .cookie-container {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .cookie-container {
    width: 70%;
  }
}

.cookie-container.show {
  opacity: 1;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cookie-container.hide {
  opacity: 0;
  display: none;
}

.cookie__text {
  text-align: start;
  width: 90%;
  margin: 0 auto;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: #6B6B6B;
  line-height: 140%;
  text-decoration: none;
}

.cookie__text span {
  color: #6B6B6B;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.6rem;
}

.buttons-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie__link {
  color: #3375BE;
  text-decoration: none;
  font-size: 1.6rem;
}

.cookie__btn {
  background-color: #3375BE;
  color: #FFFFFF;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 0.5rem;
}

.cookie__btn:hover {
  background-color: #5B9DE6;
  color: #FFFFFF;
  border: none;
  padding: 1rem 4rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .cookie__btn:hover {
    background-color: #3375BE;
    color: #FFFFFF;
    border: none;
    padding: 1rem 4rem;
    cursor: pointer;
    border-radius: 0.5rem;
  }
}

.zoomeds {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(4);
  border-radius: 0.2rem;
  background-color: #FFFFFF;
  box-shadow: 0.1rem 0.1rem 0.4rem 0.4rem rgba(27, 28, 29, 0.3);
  z-index: 100000000;
}

.card-photo-slide.zoomeds {
  width: 18.6rem;
  height: 11.2rem;
  background-color: #F5F5F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .card-photo-slide.zoomeds {
    width: 14rem;
  }
}

.card-photo-slide.zoomeds:hover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(4);
  box-shadow: 0.1rem 0.1rem 0.4rem 0.4rem rgba(27, 28, 29, 0.3);
  filter: none;
}

.no-scroll {
  overflow: hidden;
}

.blurred-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(50px);
    z-index: 9999999;
    display: none;
}

.blurred-background.visible {
    display: block;
}


#menu-item-36 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #6B6B6B;
  font-weight: 400;
  text-decoration: none;
}

#menu-item-36 a:hover {
  color: #3375BE;
}

@media only screen and (max-width: 1200px) {
  #menu-item-36 a:hover  {
      color: #6B6B6B;
  }
}

#menu-item-31 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #6B6B6B;
  font-weight: 400;
  text-decoration: none;
}

#menu-item-31 a:hover {
  color: #3375BE;
}

@media only screen and (max-width: 1200px) {
  #menu-item-31 a:hover  {
      color: #6B6B6B;
  }
}

#menu-item-37 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #6B6B6B;
  font-weight: 400;
  text-decoration: none;
}

#menu-item-37 a:hover {
  color: #3375BE;
}

@media only screen and (max-width: 1200px) {
  #menu-item-37 a:hover  {
      color: #6B6B6B;
  }
}

#menu-item-40 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #6B6B6B;
  font-weight: 400;
  text-decoration: none;
}

#menu-item-40 a:hover {
  color: #3375BE;
}

@media only screen and (max-width: 1200px) {
  #menu-item-40 a:hover  {
      color: #6B6B6B;
  }
}

#menu-menu {
  width: 56rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}

#menu-product-menu {
  margin-bottom: 0;
  padding-left: 0;
}

#menu-item-80 a, #menu-item-81 a, #menu-item-94 a, #menu-item-95 a, #menu-item-96 a, #menu-item-97 a {
  margin: 0.5rem auto;
  text-decoration: none;
  color: #6B6B6B;
  text-align: center;
  text-transform: uppercase;
}

#menu-item-80 a:hover, #menu-item-81 a:hover, #menu-item-94 a:hover, #menu-item-95 a:hover, #menu-item-96 a:hover, #menu-item-97 a:hover{
  color: #3375BE;
}

@media only screen and (max-width: 700px) {
  .pop {
    top: 5rem !important; 
    transform: translate(20rem, 0px) !important;
  }
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .search-form {
    padding: 1rem;
  }
}

.search-form input[type="text"] {
  flex-grow: 1;
  border: none;
  background-color: #F5F5F5;
  color: #6B6B6B;
  padding: 1rem;
  border-radius: 1rem;
  outline: none;
}

.search-form .search-submit {
  cursor: pointer;
  margin-left: 0.5rem;
  background-color: #FFFFFF;
  transition: transform 0.3s ease;
}

.search-icon {
  margin-left: 0;
}

.search-form .search-submit {
  background-color: #3375BE;
  border-radius: 1rem;
  padding: 0.5rem;
  border: none
}

.gtranslate_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.gtranslate_wrapper img {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
}

#menu-hamburger {
  margin: 2rem auto;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 45rem;
}

#menu-item-131 a, #menu-item-132 a, #menu-item-133 a, #menu-item-134 a, #menu-item-135 a, #menu-item-136 a, #menu-item-137 a, #menu-item-138 a, #menu-item-139 a {
  text-decoration: none;
  font-size: 2.4rem;
  color: #6B6B6B;
  font-weight: 400;
  text-transform: uppercase;
} 

.ot {
  padding: 3rem 7rem;
}
.opa {
  padding: 3rem 5rem;
}

.wpcf7-list-item {
  margin-left: 0;
}

#popmake-2024 {
  padding: 4rem 3.2rem 4rem 3.2rem !important;
  background-color: #FFFFFF;
  border-radius: 2rem !important;
  text-align: center !important;
  position: fixed !important;
  min-width: 20% !important;
}

.wpcf7-not-valid-tip {
  text-align: center !important;
}

.wpcf7-form p span {
  width: 100% !important;
  margin: 0 auto !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item label {
  padding: 0 2rem !important;
}

#pum_popup_title_2024 {
  margin-bottom: 3rem !important;
}

.wpcf7-response-output {
  max-width: 37rem !important;
  margin: 0 auto !important;
  border-radius: 1rem !important;
}

.pum-title {
  font-size: 3.2rem !important;
}