/**
 * Theme Name:  Eletroflex 
 * Description: Tema for eletrisity
 *
 * Theme URI:   URL темы. Пр: http://wordpress.org/themes/twenty
 * Author:      Yevhen
 * Author URI:  https://yevhen
 *
 * Tags:        black, brown, orange
 * Text Domain: eletrisity
 *
 * License:     Лицензия. Пр: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Version:     1.0
 */

 *,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    left: 0;
    right: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    overflow-x: hidden;
    height: 0rem;
}

body._lock {
    overflow: hidden;
}

html {
    height: 100%;
    margin: 0;
  }

@media screen and (max-width: 576px) {
    .splide__slide {
        margin: 0 !important;
        /* width: 100% !important; */
        /* width: calc(96% + 0rem) !important; */
    }
}
 

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    text-decoration: none !important;
    color: black;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

input {
    padding: 8px 12px!important;
    margin-bottom: 10px!important;
}

a:hover { 
    text-decoration: none;
} 

button {
    display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

@media screen and (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.container {
    max-width: 100% !important;
    margin: 0 auto !important;
    position: static !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.site-container {
    max-width: 1200px; /* Ширина сайта (можете изменить) */
    /* height: 42rem; */
    margin: 0 auto; /* Центрирование сайта */
    padding: 0 15px; /* Внутренние отступы для предотвращения обрезания текста */
    overflow-x: hidden; 
}

.wrapper {
    min-height: 6.3rem;
    flex-direction: column;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
  }
  

nav {
    width: 100%;
    height: 3rem;
    top: 0;
    background-color: #252A38;
}

/* @media screen and (max-width: 766px) {
    nav {
        display: none !important;
    }
} */


.nav__header {
    background-color: #252A38;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .nav__header {
        width: 75rem;
    } {
    width: 1200px;
}
}

@media screen and (max-width: 992px) {
    .nav__header {
        width: 100%;
        margin: 0 auto;
    }
}

.header {
    width: 100%;
    height: 6rem;
    z-index: 19900;
    background: #ffffff;
    transition-duration: 0.3s;
    left: 0;
}

.header__container {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    padding: 0px 30px;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
}

.header__logo {
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
}

.menu__list {
    height: 3rem;
    display: flex;
    text-decoration: none;
    top: 0.4rem;
    float: left;
    position: relative;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    z-index: 9000;
    background-color: #ffffff;
}

.menu__list > li {
    position: relative;
    margin: 0px 0px 0px 30px;
}

@media screen and (max-width: 1100px) {
    .menu__list > li {
        margin: 0px 0px 0px 20px;
    }
}

.menu__link {
    font-size: 16px;
    color: #252A38;
    font-weight: bold;
}

.menu__link:hover {
    color: #F47629;
}

.menu__sub-list {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 15px;
    min-width: 200px;
    z-index: 99;
    box-shadow: 0 0 15px -3px gray;
    padding: 15px 10px 15px 20px !important;
}

.menu__sub-list li {
    margin: 0px 0px 10px 0px;
}

.menu__sub-list li:last-child {
    margin: 0;
}

.menu__sub-link {
    color: #000;
}

.menu__sub-link:hover {
    color: #F47629;
    text-decoration: underline;
}

.menu__arrow {
    display: none;
}

/*-------------------------------*/
body._pc .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
}

body._touch .menu__list > li {
    display: flex;
    align-items: center;
}

body._touch .menu__link {
    flex: 1 1 auto;
}

body._touch .menu__arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0px 0px 0px 5px;
    transition: transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
}

body._touch .menu__list > li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
    pointer-events: all;
    z-index: 9;
    margin-top: 0rem;
}

body._touch .menu__list > li._active .menu__arrow {
    transform: rotate(-180deg);
}

/*-------------------------------*/

@media (min-width: 1024px) {
    .menu__list {
        display: flex;
        align-items: center;
    }
    .menu__list > li {
        padding: 10px 0;
    }

    .menu__sub-list {
        transform: translate(0px, 10%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease 0s;
    }

    @keyframes swing {
        15% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }
        30% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        40% {
            -webkit-transform: translateX(6px);
            transform: translateX(6px);
        }
        50% {
            -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
        }
        65% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px);
        }
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }
    
    .swing:hover {
        -webkit-animation: swing 0.3s ease;
        animation: swing 0.3s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        z-index: 9000;
    }
}

@media (max-width: 1024px) {
    .menu__icon {
        z-index: 999999999999;
        display: block;
        position: absolute;
        right: 2rem;
        width: 30px;
        height: 18px;
        cursor: pointer;
        margin-top: -6px;
    }

    .menu__icon span,
    .menu__icon::before,
    .menu__icon::after {
        left: 0;
        position: absolute;
        height: 15%;
        width: 100%;
        transition: all 0.3s ease 0s;
        background-color: #252A38;
    }

    .menu__icon::before,
    .menu__icon::after {
        content: "";
    }

    .menu__icon::before {
        top: 0;
    }

    .menu__icon::after {
        bottom: 0;
    }

    .menu__icon span {
        top: 50%;
        transform: scale(1) translate(0px, -50%);
    }

    .menu__icon._active span {
        transform: scale(0) translate(0px, -50%);
    }

    .menu__icon._active::before {
        top: 50%;
        transform: rotate(-45deg) translate(0px, -50%);
    }

    .menu__icon._active::after {
        bottom: 50%;
        transform: rotate(45deg) translate(0px, 50%);
    }

    .menu__icon._active {
        z-index: 999999;
        position: absolute;
        width: 30px;
        top: 4rem;
        left: 2rem;
        height: 18px;
        cursor: pointer;
    }

     .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.55);
        padding: 100px 30px 30px 30px;
        transition: left 0.5s ease 0s;
        overflow: auto;
        z-index: 9999;
        margin-top: 0.5rem;
    }

    .menu__body._active {
        left: 0;
    }

    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        top: 5rem;
        left: 0;
        height: 70px;
        z-index: 2;
    }

    .menu__list {
        width: 22rem;
        height: 150vw;
        min-height: 150%;
        display: block;
        position: absolute;
        text-decoration: none;
        top: -48px !important;
        float: left;
        font-size: 16px;
        font-family: "Poppins", sans-serif;
        z-index: 9000;
        background-color: #ffffff;
        margin-top: 3rem !important;
        padding: 30px !important;
        padding-top: 6rem !important;
    }

    .menu__list li {
        flex-wrap: wrap;
        top: 3rem;
        margin: 0px 0px 30px 0px;
    }

    .menu__list > li:last-child {
        margin-bottom: 0;
    }

    .menu__list > li._active .menu__sub-list {
        display: block;
    }

    .menu__link {
        font-size: 24px;
    }

    .menu__sub-list {
        position: relative;
        background-color: #fff;
        flex: 1 1 100%;
        margin: 20px 0px 0px 0px;
        display: none;
    }
    .menu__sub-link {
        font-size: 20px;
        color: #000;
    }
}

.form__login {
    width: 100%;
}

.form-label {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #7B7B7B;
}

.link__login {
    width: 100%;
    height: 50px;
    position: relative;
    top: 1rem;
    background-color: #F47629;
    border: 2px solid #F47629;
    border-radius: 5px;
    cursor: pointer;
}

.link__login:hover {
    background-color: #ffffff;
    border: 2px solid #F47629;
}

.link__login p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.link__login:hover p {
    color: #F47629;
}

.link__login i {
    width: 25px;
    font-size: 21px;
    color: #ffffff;
    transform: rotate(25deg);
}

.remove {
    top: 1rem;
}

.link__login:hover i {
    color: #F47629;
}

ul.contact_block {
    display: flex;
    width: 69rem;
    list-style: none;
    margin: 0 auto;
}

@media screen and (max-width: 1450px) {
    ul.contact_block {
        display: flex;
        width: 81%;
        list-style: none;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
    } {
    width: 1200px;
}
}

@media screen and (max-width: 992px) {
    ul.contact_block {
        width: 96%;
        /* margin-left: 2rem; */
    }
}

.nav-item i {
    color: #BBBDC3;
}

.nav-item a {
    color: #BBBDC3;
}

.nav-item a:hover {
    color: #F47629;
}

li.nav-item {
    list-style: none;
    float: left;
    color: white;
    display: block ruby;
}

li.nav-item i:hover {
    color: #F47629;
}

@media screen and (max-width: 1280px) {
    nav {
        top: 0;
    }
}

@media screen and (max-width: 1140px) {
    nav {
        top: 0rem;
    } {
    width: 1024px;
}
}

nav .time {
    max-width: 1170px;
    height: 2rem;
    margin: 0 auto;
}


nav .adress-map {
    width: 25rem;
    font-size: 15px;
    float: left;
    margin-top: 0.7rem;
    color: #BBBDC3;
    font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1280px) {
    nav .adress-map {
        width: 42% !important;
        margin-left: 1rem;
    } {
    width: 1200px;
}
}

nav .adress-map i {
    width: 20px;
    font-size: 16px;
    color: #F47629;
}

nav .clock {
    width: 35rem;
    font-size: 15px;
    float: left;
    margin-top: 0.7rem;
    color: #BBBDC3;
    font-family: "Poppins", sans-serif;
}

nav .clock i {
    width: 20px;
    font-size: 16px;
    color: #F47629;
}

nav .tel {
    width: 30rem;
    font-size: 14px;
    margin-top: 0.8rem;
    color: #F47629;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 1140px) {
    nav .tel {
        width: 25rem;
    } {
    width: 1024px;
}
}

nav .tel i {
    width: 20px;
    font-size: 16px;
    color: #ffffff;
}

nav .cart {
    font-size: 14px;
    float: right;
    margin-top: 0.8rem;
    color: #F47629;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

nav .cart i {
    width: 30px;
    font-size: 20px;
    color: #ffffff;
}

@media screen and (max-width: 1280px) {
    nav .cart i {
        margin-right: 0.5rem;
    }
}

nav .cart :hover {
    color: #F47629;
    text-decoration: none;
}


/*Modal window*/
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    display: none;
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    cursor: default;
}

.overlay:target {
    display: block;
}

/* style modal window */
.popup {
    right: 0;
    left: 0;
    font-size: 14px;
    z-index: 6000;
    margin: 0 auto;
    width: 80rem;
    /* height: 41rem; */
    height: auto;
    min-width: 320px;
    max-width: 600px;
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    transition: -webkit-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.popup__appointment {
    min-height: 35rem;
    position: relative;
    margin-bottom: 6rem;
}

@media screen and (max-width: 776px) {
    .popup {
        width: 90%;
        height: 44rem;
    }
}

.popup .popup__block {
    width: 87%;
    height: auto;
    top: 3rem;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    margin-bottom: 6rem;
}

.popup .popup__block .popup-title {
    font-size: 25px;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
    color: #252A38;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cover {
    width: 100%;
    margin: auto;
    padding-left: 0;
    margin-top: 1.5rem;
}

#contact {
    margin-bottom: 0px;
}

input[type="text"] {
    width: 100%;
    display: block;
}

input[type="email"] {
    width: 100%;
    left: 0;
}

@media screen and (max-width: 776px) {
    input[type="email"] {
        width: 100% !important;
        position: relative !important;
    }
}

/* input[type="phone"] {
    width: 47%;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 776px) {
    input[type="phone"] {
        width: 100%;
        position: relative;
    }
} */

input[type="addres"] {
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 45px;
}

@media screen and (max-width: 776px) {
    input[type="addres"] {
        width: 100%;
        position: relative;
        margin-top: 0rem!important;
    }
}

.custom-select {
    width: 100%;
    color: #7b7b7b;
}

.custom-select .wrap service {
    width: 100%;
}

.custom-select select {
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid rgba(122, 192, 0, 0.15);
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13) !important;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    color: #959595;
    font-size: 16px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
    margin-top: -10px;
}

input[type="service"] {
    width: 100%;
    left: 0;
    position: relative;
    margin-top: 40px;
}

input[type="date"] {
    width: 100%;
    left: 0;
    color: #7b7b7b;
    position: relative;
}

input[type="coment"] {
    width: 100%;
    left: 0;
    position: relative;
}

textarea {
    width: 100%;
    height: 10rem;
}

label {
    color: #7b7b7b;
}

input,
textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: 3px solid rgba(122, 192, 0, 0.15);
    transition: all 0.3s;
    box-shadow: 0 2px 4px rgba(171, 171, 171, 0.13) !important;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    color: #4b4b4b;
    font-size: 16px;
    -webkit-border-radius: 3px;
    margin-bottom: 15px;
    margin-top: -10px;
    background-color: white;
}

.overlay:target + .popup {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    margin-block-start: 50vh;
    transform: translateY(-50%);
}

.close-btn {
    top: 19px;
    right: 14px;
    width: 26px;
    height: 26px;
    position: absolute;
}

.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: #7e7c84;
  transition: background 0.3s;
}

.close-btn::before {
    transform: rotate(45deg);
  }
  
.close-btn::after {
    transform: rotate(-45deg);
}
  
.close-btn:hover::before,
.close-btn:hover::after {
    background-color: #F47629;
}

a.explore {
    width: 170px;
    height: 50px;
    display: block;
    background-color: #F47629;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0.4rem;
    top: 47rem;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #F47629;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    a.explore {
        top: 22rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    a.explore {
        margin-left: 0;
        top: 25rem;
    }
}

a.explore i {
    margin: 0 10px;
    margin-left: 1px;
    -webkit-transform: rotate(360deg);
    transform: rotate(15deg);
}

a.explore:hover {
    font-weight: 600;
    background-color: #fff;
    color: #F47629;
    border: solid 2px #F47629;
}

a.explore:hover i {
    color: #F47629;
}

button.explore {
    width: 170px;
    height: 50px;
    display: block;
    background-color: #F47629;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0.4rem;
    top: 47rem;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #F47629;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;
}

@media screen and (max-width: 991px) {
    button.explore {
        top: 22rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    button.explore {
        margin-left: 0;
        top: 25rem;
    }
}

button.explore i {
    margin: 0 10px;
    margin-left: 1px;
    -webkit-transform: rotate(360deg);
    transform: rotate(15deg);
}

button.explore:hover {
    font-weight: 600;
    background-color: #fff;
    color: #F47629;
    border: solid 2px #F47629;
}

button.explore:hover i {
    color: #F47629;
}


/* .menu {
    width: 1150px;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .menu {
        width: 97%;
        position: absolute;
        height: 6rem;
        margin: 0 auto;
        left: 0;
        right: 0;
    } {
    width: 1200px;
}
}

@media screen and (max-width: 992px) {
    .menu {
        width: 96%;
        margin: 0 auto;
        left: 0;
        right: 0;
    } {
    width: 970px;
}
} */

@media screen and (max-width: 1280px) {
    .menu_fixed {
        width: 99%;
        height: 5rem;
        position: absolute;
        top: -0.5rem;
        left: 0.5rem;
    } {
    width: 1200px; 
}
}

/* .menu-important-links-container {
  height: 3rem;
    display: flex;
    text-decoration: none;
    margin-top: -0.6rem;
    float: right;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    z-index: 9000;
    background-color: #ffffff;
} */

.logo__site a {
    font-size: 40px;
    color: #252A38;
    float: left;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.logo__site i {
    width: 18px;
    font-size: 50px;
    color: #F47629;
    transform: rotate(25deg);
}

/* div.menu-important-links-container {
  display: contents;
}

ul#menu-important-links.menu {
  display: contents;
} */

/* .menu ul li {
  padding: .5rem 1.5rem;
} */

#site__logo:before {
    font-family: FontAwesome;
    content: "\f0e7";
    margin: -14px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 95px;
    color: #F47629;
    font-size: 48px;
    text-shadow:
    -2px -2px 0 white,
     2px -2px 0 white,
    -2px  2px 0 white,
     2px  2px 0 white;

    -moz-transform: rotate(18deg) scaleX(0.6) !important;
    /* Firefox */
    -ms-transform: rotate(18deg) scaleX(0.6) !important;
    /* IE */
    -webkit-transform: rotate(18deg) scaleX(0.6) !important;
    /* Safari, Chrome, iOS */
    -o-transform: rotate(18deg) scaleX(0.6) !important;
    /* Opera */
    transform: rotate(18deg) scaleX(0.6) !important;
}

.content {
    padding: 16px;
}

.sticky {
    height: 6rem;
    position: fixed;
    top: -15px;
    width: 100%
}

.sticky button {
    top: 9px;
}

.menu__link.active,
.menu__sub-link.active {
  color: #F47629; /* подсветка текущей вкладки */
  font-weight: bold;
}

li.active > .menu__link {
  color: #F47629;
}


.sticky ul li {
    top: 15px;
}

.sticky .logo__site {
    margin-top: 10px;
}

.sticky ul {
    height: auto;
    margin-top: -7px;
}

.sticky + .content {
    padding-top: 102px;
}
/* 
.menu ul {
    height: 3rem;
    display: flex;
    text-decoration: none;
    margin-top: 2.4rem;
    float: right;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    z-index: 9000;
    background-color: #ffffff;
}

@media screen and (max-width: 1140px) {
    .menu ul {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu ul {
        display: none;
    } {
    width: 970px;
}
}

.orange {
    color: #F47629;
} */
/* 
.menu ul ul {
    width: 10rem;
    height: 3rem;
    display: none;
    text-decoration: none;
    position: absolute;
    list-style-type: none;
    box-shadow: 0 0 15px -3px gray;
    margin-top: 10px;
}

.menu ul ul li a {
    width: 10rem;
    height: 3rem;
    margin-left: -3rem;
    font-size: 16px;
    top: 10px;
    font-family: "Poppins", sans-serif;
    position: relative;
}

.menu ul li a:hover {
    color: #F47629;
} */

/* .menu ul ul li a:hover {
    -webkit-animation: swing 0.3s ease;
    animation: swing 0.3s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    z-index: 9000;
    color: #F47629;
} */

/* .menu ul li:hover > ul {
    display: inherit;
    position: absolute;
}

.menu ul li {
    list-style-type: none;
    margin-left: 25px;
    /* display: grid; */
/* } */
/* 
@media screen and (max-width: 1140px) {
    .menu ul ul {
        margin-left: 6rem;
        margin-top: -3rem;
    } {
    width: 1024px;
}
}

@media screen and (max-width: 1140px) {
    .menu ul li {
        width: 6rem;
        margin-left: 33px;
    } {
    width: 1024px;
}
}

@media screen and (max-width: 1140px) {
    .menu ul li .down {
        margin-top: -0.7rem;
        padding-left: 0rem;
    } {
    width: 1024px;
}
}

@media screen and (max-width: 1140px) {
    .menu ul li .down a {
        color: #252A38;
    } {
    width: 1024px;
}
}

a {
    font-size: 16px;
    color: #252A38;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 1140px) {
    .menu ul li a {
        color: white;
        line-height: 3rem;
    } {
    width: 1024px;
}
} */

/* 
a:hover {
    color: #F47629;
} */

.button__menu {
    width: 170px;
    height: 50px;
    position: relative;
    margin-left: 2rem;
    top: 2px;
    background-color: #F47629;
    border: 2px solid #F47629;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .button__menu {
        top: 4rem;
        margin-left: 0;
    }
}

.button__menu a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #ffffff;
}

.button__menu i {
    width: 25px;
    font-size: 20px;
    color: #ffffff;
    transform: rotate(13deg);
}

.button__menu:hover i {
    color: #F47629;
}

.button__menu:hover {
    color: #F47629;
    background-color: #ffffff;
    border: 2px solid #F47629;
}

.nav-link {
    width: 5rem;
}

.breadcrumb {
    width: 100%;
    height: 10rem;
    vertical-align: middle;
    position: relative;
    z-index: 0;
    margin-bottom: 5rem;
    overflow: hidden;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/breadcrumb_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 1140px) {
    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: relative;
        margin: 6rem auto;
        margin-right: 0px;
        top: -4rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 6;
        padding-top: 1.5rem;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #252A38;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        background: #252A38;
    }

    #nav-icon3.open ul.nav {
        width: 40rem;
        height: 65rem;
        background-color: #252A38;
        padding-top: 2rem;
        display: block;
        margin-left: -30rem;
        padding-left: 1rem;
        text-align: left;
    }

    ul.nav .underline-one {
        color: #fff;
    }
}

@media screen and (max-width: 991px) {
    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: relative;
        margin: 6rem auto;
        margin-right: 0px;
        top: -4rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 6;
        padding-top: 1.5rem;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #252A38;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #252A38;
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        background: #252A38;
    }

    #nav-icon3.open ul.nav {
        width: 40rem;
        height: 65rem;
        background-color: #252A38;
        padding-top: 2rem;
        display: block;
        margin-left: -30rem;
        padding-left: 1rem;
        text-align: left;
    }

    ul.nav .underline-one {
        color: #fff;
    }
}

@media screen and (max-width: 575px) {
    #nav-icon3 {
        width: 60px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 1rem;
        z-index: 9;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 100%;
        background: #252A38;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 18px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 36px;
    }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        margin-top: 5rem;
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff;
        margin-top: 5rem;
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
        background: #fff;
    }

    #nav-icon3.open ul.nav {
        width: 25.5rem;
        height: 41rem;
        background-color: #252A38;
        padding-top: 4rem;
        display: block;
        margin-top: 1.9rem;
        text-align: left;
        margin-right: -3rem;
    }

    ul.nav .underline-one {
        color: #fff;
    }
}

#primary-menu {
  width: 25.5rem;
  height: 41rem;
  background-color: #252A38;
  padding-top: 4rem;
  display: block;
  margin-top: 1.9rem;
  text-align: left;
  margin-right: -3rem;
}

/*About Us*/
.about__us-about {
    width: 100%;
    height: auto;
    margin-top: 5rem;
}

@media screen and (max-width: 992px) {
    .about__us-about {
        margin-top: 3rem;
    }
}

.about__us {
    width: 100%;
    height: auto;
    margin-bottom: 10rem;
}

@media screen and (max-width: 992px) {
    .about__us {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 766px) {
    .about__us {
        width: 100%;
        margin-top: 3.5rem;
        margin-bottom: 0rem;
    }
}

@media screen and (max-width: 575px) {
    .about__us {
        height: auto;
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 2rem;
    }
}

.about__services {
    width: 1200px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

@media screen and (max-width: 766px) {
    .about__services {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .about__services {
        width: 100%;
    }
}

.block__eletric-about {
    width: 53%;
    max-width: 100%;
    right: 0;
    top: 2rem;
    position: absolute;
}

@media screen and (max-width: 766px) {
    .block__eletric-about {
        min-width: 100%;
        position: relative;
        /* margin-left: 3rem; */
    }
}

.block__eletric {
    width: 53%;
    max-width: 100%;
    left: 0;
    /* top: 2rem; */
    position: absolute;
}

@media screen and (max-width: 766px) {
    .block__eletric {
        width: 100%;
        position: relative;
    }
}

.aboutus__images1-about {
    /* width: 50rem; */
    height: 28rem;
    margin-left: -2rem;
    top: 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 766px) {
    .aboutus__images1-about {
        width: 93%;
        margin-left: 1rem;
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .aboutus__images1-about {
        width: 90%;
        margin: auto;
    }
}

.aboutus__images1 {
    width: 100%;
    height: auto;
    left: 1.5rem;
    top: 0;
    position: relative;
}

@media screen and (max-width: 992px) {
    .aboutus__images1 {
        width: 35rem;
    }
}

@media screen and (max-width: 766px) {
    .aboutus__images1 {
        width: 80%;
        height: auto;
        left: 3rem;
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    .aboutus__images1 {
        width: 80%;
        height: auto;
        left: 3rem;
        position: relative;
    }
}

.aboutus__images2-about {
    width: 27rem;
    height: auto;
    /* right: -15rem; */
    float: right;
    top: -9rem;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
    box-shadow: 0 0 20px rgba(48, 52, 66, 0.2);
}

@media screen and (max-width: 1400px) {
    .aboutus__images2-about {
        max-width: 370px;
    }
}

@media screen and (max-width: 1200px) {
    .aboutus__images2-about {
        max-width: 320px;
    }
}

@media screen and (max-width: 766px) {
    .aboutus__images2-about {
        left: -1rem;
    }
}

@media screen and (max-width: 576px) {
    .aboutus__images2-about {
        float: none;
        width: 40%;
        left: 1rem;
        top: -7rem;
    }
}

@media screen and (max-width: 460px) {
    .aboutus__images2-about {
        top: -4rem;
        left: 5px;
    }
}

.aboutus__images2 {
    width: 27rem;
    height: auto;
    left: -6rem;
    top: -14rem;
    margin-bottom: 0;
    position: relative;
}

@media screen and (max-width: 1026px) {
    .aboutus__images2 {
        width: 17rem;
        left: -2rem;
        top: -4rem;
    }
}

@media screen and (max-width: 992px) {
    .aboutus__images2 {
        left: 0;
    }
}

@media screen and (max-width: 766px) {
    .aboutus__images2 {
        width: 45%;
        height: auto;
        top: 0rem;
        margin-bottom: 1.3rem;
        position: relative;
        left: 1rem;
        margin-top: -3rem;
    }
}

@media screen and (max-width: 575px) {
    .aboutus__images2 {
        width: 45%;
        height: auto;
        top: 0rem;
        margin-bottom: 1.3rem;
        position: relative;
        left: 1rem;
        margin-top: -3rem;
    }
}

.block__eletric__service {
    width: 56%;
    height: auto;
    max-width: 100%;
    right: 0;
    top: 3rem;
    position: absolute;
    background-color: white;
}

.block__eletric__service-about {
    width: 90%;
    height: auto;
    max-width: 100%;
    position: relative;
    background-color: white;
}

@media screen and (max-width: 766px) {
    .block__eletric__service-about {
        margin-top: 3rem;
    }
}

@media screen and (max-width: 576px) {
    .block__eletric__service-about {
        margin-top: -3rem;
    }
}

@media screen and (max-width: 460px) {
    .block__eletric__service-about {
        margin-top: -1rem;
    }
}

@media screen and (max-width: 766px) {
    .block__eletric__service {
        width: 100%;
        position: relative;
        top: 1rem;
    }
}

.block__service-about {
    /* width: 40rem; */
    max-width: 100%;
    /* height: 35rem; */
}

.block__service {
    width: 40rem;
    max-width: 100%;
    height: 35rem;
    /* right: 0;
    margin-top: 4.2rem;
    background-color: #ffffff;
    position: absolute; */
}

@media screen and (max-width: 992px) {
    .block__service {
        margin-top: 0rem;
        width: 100%;
        left: 0;
        position: relative;
    }
}

@media screen and (max-width: 766px) {
    .block__service {
        position: relative;
        height: auto;
    }
}

@media screen and (max-width: 575px) {
    .block__service {
        /* margin-top: 30rem;
        width: 34rem;
        left: -76px; */

        width: 38rem;
        position: relative;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        /* top: 29rem; */
    }
}

.block__service-about span {
    font-size: 16px;
    color: #F47629;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-left: 1rem;
    margin-top: -1rem;
}

@media screen and (max-width: 575px) {
    .block__service-about span {
        margin-left: 1rem;
    }
}

.block__service span {
    font-size: 16px;
    color: #F47629;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 4rem 6rem;
    position: absolute;
}

@media screen and (max-width: 1026px) {
    .block__service span {
        /* margin: 2rem 4rem; */
    }
}

@media screen and (max-width: 992px) {
    .block__service span {
        margin-left: 2rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 766px) {
    .block__service span {
        margin: 0rem 6rem;
        margin-left: 1rem;
    }
}

@media screen and (max-width: 575px) {
    .block__service span {
        margin: 0rem 6rem;
        margin-left: 1rem;
    }
}

.service-title-about {
    font-size: 30px;
    color: #252A38;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-left: 1rem;
    margin-top: 1rem;
    width: 45%;
    position: relative;
}

@media screen and (max-width: 766px) {
    .service-title-about {
        width: 100%;
        font-size: 21px;
    }
}

.about__us__service-title {
    font-size: 30px;
    color: #252A38;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
    line-height: 1;
    margin-top: 6rem;
    margin-left: 6rem;
}

@media screen and (max-width: 992px) {
    .about__us__service-title {
        margin: 4rem 0rem 2rem 2rem;
    }
}

@media screen and (max-width: 760px) {
    .about__us__service-title {
        margin: 0rem 0rem 0rem 1rem;
        padding-top: 2rem;
    }
}

@media screen and (max-width: 1026px) {
    .service-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 992px) {
    .service-title {
        margin-left: 2rem;
        font-size: 26px;
        top: -1rem;
        width: 90%;

    }
}

@media screen and (max-width: 766px) {
    .service-title {
        width: 94%;
        font-size: 23px;
        top: 0rem;
        position: relative;
        margin: auto;
    }
}

.block__service-about p {
    font-size: 14px;
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    top: 1rem;
    margin-left: 1rem;
    width: 45%;
    height: auto;
    font-size: 16px;
    position: relative;
}

@media screen and (max-width: 766px) {
    .block__service-about p {
        width: 100%;
    }
}

.block__service p {
    font-size: 14px;
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    top: 1rem;
    margin-left: 6rem;
    width: 79%;
    height: auto;
    font-size: 16px;
    position: relative;
}

@media screen and (max-width: 1026px) {
    .block__service p {
        /* margin: 6.3rem 4rem; */
        width: 86%
    }
}

@media screen and (max-width: 992px) {
    .block__service p {
        width: 90%;
        height: auto;
        top: -1rem;
        left: -4rem;
        /* margin-top: 5.5rem; */
    }
}

@media screen and (max-width: 766px) {
    .block__service p {
        margin-top: 1.5rem;
        margin-left: 5rem;
        width: 94%;
        height: auto;
        font-size: 16px;
    }
}

.block__service ul {
    font-size: 14px;
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 85%;
    height: auto;
    margin-top: 2rem;
    margin-left: 4rem;
}

@media screen and (max-width: 1026px) {
    .block__service ul {
        /* margin: 19rem 2rem; */
    }
}

@media screen and (max-width: 992px) {
    .block__service ul {
        width: 97%;
        margin-left: 0rem;
        margin-top: -1rem;
    }
}

@media screen and (max-width: 766px) {
    .block__service ul {
        width: 100%;
        height: auto;
        margin-left: -1rem;
    }
}

@media screen and (max-width: 576px) {
    .block__service ul {
        margin-left: -1rem;
    }
}


.block__service ul li {
    font-size: 16px;
    color: #252A38;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    list-style-type: none;
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .block__service ul li {
        font-size: 15px;
    } {
    width: 970px;
}
}

.block__service ul li i {
    font-size: 16px;
    color: #F47629;
    font-weight: 400;
    margin-right: 1rem;
}

.skilled-about {
    width: 28rem;
    max-width: 100%;
    height: auto;
    /* left: 6rem; */
    margin-top: 2rem;
    display: flex;
    position: relative;
}

/* @media screen and (max-width: 576px) {
    .skilled-about {
        display: block;
        text-align: center;
        left: 13%;
    }
} */

@media screen and (max-width: 460px) {
    .skilled-about {
        left: 1px;
    }
}

.skilled {
    display: flex;
    min-width: 18rem;
}

@media screen and (max-width: 766px) {
    .skilled {
        display: block;
        min-width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .skilled {
        min-width: 50%;
    }
}

.skilled-number {
    font-size: 40px;
    font-weight: 700;
    padding-left: 1rem;
}

/* @media screen and (max-width: 766px) {
    .skilled {
        min-width: 60%;
    }
} */

.skilled-descript {
    margin-top: 4rem;
    position: relative;
    left: -3rem;
}

@media screen and (max-width: 766px) {
    .skilled-descript {
        width: 99%;
        position: relative;
        left: 1rem;
        margin-top: 0rem;
    }
}

@media screen and (max-width: 576px) {
    .skilled-descript {
        width: 93%;
    }
}

.skilled-about img {
    width: 50%;
    height: 60%;
    margin-top: 1rem;
}

@media screen and (max-width: 766px) {
    .skilled-about img {
        width: 26%;
        height: 40%;

    }
}

@media screen and (max-width: 576px) {
    .skilled-about img {
        width: 5rem;
        height: 5rem;
    }
}

.about__autor {
    width: 28rem;
    max-width: 100%;
    height: auto;
    margin-left: 6rem;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 9rem;
}



@media screen and (max-width: 992px) {
    .about__autor {
        left: -4rem;
        width: 91%;
    }
}

@media screen and (max-width: 766px) {
    .about__autor {
        margin-left: 5rem;
        height: auto;
        width: 22rem;
    }
}

.about__autor img {
    float: left;
    border-radius: 50%;
}

.autor__name {
    font-size: 16px;
    color: #252A38;
    left: 1.5rem;
    top: 0.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    list-style-type: none;
    position: relative;
}

@media screen and (max-width: 992px) {
    .autor__name {
        width: 86%;
    }
}

.autor__text {
    font-size: 16px;
    color: #252A38;
    left: 1.5rem;
    top: 0.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    list-style-type: none;
    position: relative;
}

@media screen and (max-width: 992px) {
    .autor__text {
        width: 94%;
        font-size: 14px;
    }
}

.autor__separation {
    height: 4rem;
    width: 2px;
    background-color: #BBBDC3;
    position: relative;
    left: 18rem;
    margin-top: -3rem;
}

@media screen and (max-width: 992px) {
    .autor__separation {
        left: 62%;
    }
}

@media screen and (max-width: 767px) {
    .autor__separation {
        left: 70%;
    }
}

@media screen and (max-width: 400px) {
    .autor__separation {
        left: 78%;
    }
}

.autor__painting {
    height: auto;
    width: auto;
    position: absolute;
    right: 0rem;
    margin-top: -3.5rem;
}

@media screen and (max-width: 766px) {
    .autor__painting {
        margin-top: 1rem;
        left: 0;
    }
}

@media screen and (max-width: 575px) {
    .autor__painting {
        margin-top: 1rem;
        left: 0;
    }
}

.block__services {
    width: 100%;
    height: 45rem;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 988px) {
    .block__services {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .block__services {
        height: 30rem;
    }
}

@media screen and (max-width: 575px) {
    .block__services {
        display: none;
    }
}

.block__commercial {
    width: 40%;
    height: 45rem;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 0;
    clip-path: polygon(0 0, 80.7% 0%, 90.7% 100%, 0 100%);
    transition-duration: 0.2s;
}

@media screen and (max-width: 992px) {
    .block__commercial {
        height: 30rem;
    } {
    width: 970px;
    }
    .adapting {
        height: 25%;
        top: 15%;
        background: rgb(0 0 0 / 63%);
        margin-inline: auto;
  inset-inline: 0;
    }
}

@media screen and (min-width: 992px) {
    .adapting {
        background: rgb(0 0 0 / 63%);
    }
}

.block__commercial::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(5deg);
}

.block__commercial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__commercial img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    filter: brightness(50%);
}

.block__commercial .logo__post {
    width: 6rem;
    height: 11rem;
    position: absolute;
    left: 37%;
    top: 12rem;
    opacity: 0.4;
    transform: rotate(177deg);
    z-index: 2;
    filter: brightness(100%);
}

@media screen and (max-width: 992px) {
    .block__commercial .logo__post {
        width: 3rem;
        height: 6rem;
        top: 10.5rem;
    } {
    width: 970px;
}
}

.block__commercial:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.block__commercial i {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 38.5%;
    padding: 25px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 22.5rem;
    border: #F47629;
    border-radius: 50%;
    background-color: #F47629;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
    .block__commercial i {
        width: 3rem;
        height: 3rem;
        margin-top: 16rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        margin-left: 38%;
        padding-top: 17px;
    } {
    width: 970px;
}
}

.block__commercial i:hover {
    animation: none;
    color: #F47629;
    background-color: #ffffff;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block__commercial h3 {
    font-size: 36px;
    line-height: 1;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    top: 19rem;
    left: -9%;
    position: absolute;
}

/* @media screen and (min-width: 1600px) {
    .block__commercial h3 {
        padding-left: 31%;
    }
} */

/* @media screen and (min-width: 1281px) {
    .block__commercial h3 {
        padding-left: 23%;
    }
} */

/* @media screen and (max-width: 1280px) {
    .block__commercial h3 {
        padding-left: 21%;
    }
} */

@media screen and (max-width: 992px) {
    .block__commercial h3 {
        font-size: 26px;
        top: 14rem;
        padding-left: 19%;
    } {
    width: 970px;
}
}

.block__commercial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__industrial {
    width: 40%;
    height: 45rem;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0%, 91% 0%, 100% 100%, 9.5% 100%);
    transition-duration: 0.2s;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    .block__industrial {
        height: 30rem;
    } {
    width: 970px;
}
}

.block__industrial::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
   
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(5deg);
}

.block__industrial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__industrial img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    filter: brightness(50%);
}

.block__industrial .logo__post {
    width: 6rem;
    height: 11rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12rem;
    opacity: 0.4;
    transform: rotate(177deg);
    z-index: 2;
    filter: brightness(100%);
}

@media screen and (max-width: 992px) {
    .block__industrial .logo__post {
        width: 3rem;
        height: 6rem;
        top: 10.5rem;
    } {
    width: 970px;
}
}

.block__industrial:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.block__industrial i {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    color: #ffffff;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 22.5rem;
    border: #F47629;
    border-radius: 50%;
    background-color: #F47629;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
    .block__industrial i {
        width: 3rem;
        height: 3rem;
        margin-top: 16rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        padding-top: 17px;
    } {
    width: 970px;
}
}

.block__industrial i:hover {
    animation: none;
    color: #F47629;
    background-color: #ffffff;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block__industrial h3 {
    font-size: 36px;
    line-height: 1;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    top: 19rem;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .block__industrial h3 {
        font-size: 26px;
        top: 14rem;
    } {
    width: 970px;
}
}

.industrial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__resedencial {
    width: 40%;
    height: 45rem;
    right: 0;
    position: absolute;
    top: 0;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 19% 100%);
    transition-duration: 0.2s;
}

@media screen and (max-width: 992px) {
    .block__resedencial {
        height: 30rem;
    } {
    width: 970px;
}
}

.block__resedencial::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
  
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(5deg);
}

.block__resedencial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block__resedencial img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    filter: brightness(50%);
}

.block__resedencial .logo__post {
    width: 6rem;
    height: 11rem;
    position: absolute;
    left: 54%;
    top: 12rem;
    opacity: 0.4;
    transform: rotate(177deg);
    z-index: 2;
    filter: brightness(100%);
}

@media screen and (max-width: 992px) {
    .block__resedencial .logo__post {
        width: 3rem;
        height: 6rem;
        top: 10.5rem;
    } {
    width: 970px;
}
}

.block__resedencial:hover {
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    overflow-x: hidden;
}

.block__resedencial i {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 55.5%;
    padding: 25px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    margin-top: 22.5rem;
    border: #F47629;
    border-radius: 50%;
    background-color: #F47629;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media screen and (max-width: 992px) {
    .block__resedencial i {
        width: 3rem;
        height: 3rem;
        margin-top: 16rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important;
        margin-left: 54%;
        padding-top: 17px;
    } {
    width: 970px;
}
}

.block__resedencial i:hover {
    animation: none;
    color: #F47629;
    background-color: #ffffff;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block__resedencial h3 {
    font-size: 36px;
    line-height: 1;
    width: 22%;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
    top: 19rem;
    left: 46.5%;
    position: absolute;
}

@media screen and (max-width: 992px) {
    .block__resedencial h3 {
        font-size: 26px;
        top: 14rem;
    }
}

.resedencial:hover::before {
    -webkit-animation: shine .85s;
    animation: shine .85s;
    overflow-x: hidden;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.tip-click {
    z-index: 100;
    display: block;
    background: red;
    border-radius: 50%;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    cursor: pointer;
}

.tip {
    position: absolute;
    width: 60%;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    padding: 30px 20px 20px;
    bottom: 4rem;
    text-align: center;
    display: none;
}

.comercial {
    margin-left: 14%;
}

@media screen and (max-width: 992px) {
    .comercial {
        margin-inline: auto;
        inset-inline: 0;
    }
}

.industrial {
    margin-left: 20%;
}

.resedencial {
    margin-left: 32%;
}

.support:focus .tip {
    display: block;
    z-index: 99;
}


/*Electric Help*/
.electric__help {
    width: 100%;
    height: 45rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/bg-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 9rem;
}

@media screen and (max-width: 1280px) {
    .electric__help {
        zoom: 0.8;
    }
}

@media screen and (max-width: 992px) {
    .electric__help {
        zoom: 0.7;
    }
}

@media screen and (max-width: 575px) {
    .electric__help {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 380px) {
    .electric__help {
        height: 55rem;
    }
}

@media screen and (max-width: 766px) {
    .electric__help {
        /* margin-top: 5rem; */
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .electric__help {
        zoom: 0.6;
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

.electric__help-about {
    width: 100%;
    height: 45rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/bg-desktop.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 6rem;
}

@media screen and (max-width: 1280px) {
    .electric__help-about {
        zoom: 0.8;
    }
}

@media screen and (max-width: 992px) {
    .electric__help-about {
        zoom: 0.7;
    }
}

@media screen and (max-width: 575px) {
    .electric__help-about {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 380px) {
    .electric__help-about {
        height: 55rem;
    }
}

@media screen and (max-width: 766px) {
    .electric__help-about {
        /* margin-top: 5rem; */
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 575px) {
    .electric__help-about {
        zoom: 0.6;
        background-size: cover;
        background-position: right center;
        background-repeat: no-repeat;
    }
}

.block__electric {
    width: 72rem;
    max-width: 100%;
    height: 35rem;
    position: relative;
    top: 6rem;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .block__electric {
        margin-left: 2rem;
        width: auto;
    }
}

@media screen and (max-width: 776px) {
    .block__electric {
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    .block__electric {
        height: 45rem
    }
}

.maintenance {
    width: 38rem;
    height: 32rem;
    position: relative;
    top: 0;
    background-color: white;
    left: 0;
}

@media screen and (max-width: 766px) {
    .maintenance {
        width: 95%;
        margin: 0 0 0 23px;
    }
}

@media screen and (max-width: 575px) {
    .maintenance {
        width: 92%;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.maintenance__title {
    width: 60%;
    font-size: 36px;
    line-height: 46px;
    text-align: left;
    color: #252A38;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    position: relative;
    left: 8rem;
    top: 5rem;
}

@media screen and (max-width: 575px) {
    .maintenance__title {
        width: 78%;
        font-size: 37px;
        left: 5rem;
        top: 5.5rem;
    }
}

.maintenance__title:after {
    content: '';
    position: absolute;
    width: 3.5px;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: #F47629;
    margin: 0px 0px 0px -32px;
}

.maintenance span {
    color: #F47629;
}

.maintenance p {
    width: 60%;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-family: "Poppins", sans-serif;
    color: #7B7B7B;
    position: relative;
    left: 6rem;
    top: 6rem;
}

@media screen and (max-width: 1280px) {
    .maintenance p {
        width: 70%;
        font-size: 19px;
    }
}

@media screen and (max-width: 766px) {
    .maintenance p {
        width: 80%;
        font-size: 27px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 575px) {
    .maintenance p {
        width: 89%;
        left: 3rem;
        top: 7rem;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 766px) {
    .row__button {
        position: absolute;
        left: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .row__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        top: 2rem;
        position: relative;
        left: 0;
    }
}

@media screen and (max-width: 400px) {
    .row__button {
        margin-top: -2rem;
    }
}

button.call {
    width: 10rem;
    height: 3rem;
    position: absolute;
    margin-top: -1.5rem;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border: 1px solid #F47629;
    background-color: #F47629;
    color: white;
    font-weight: 600;
    border-radius: 0.2rem;
    top: 24rem;
    left: 6rem;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 766px) {
    button.call {
        width: 15rem;
        height: auto;
        left: 3rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        margin-top: -18rem;
        position: relative;
    }
}

@media screen and (max-width: 575px) {
    button.call {
        width: 15rem;
        height: auto;
        left: 3rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        margin-top: -18rem;
        position: relative;
    }
}

#button__phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin: 0px 5px 0px 0px;
}

button.call:hover {
    font-weight: 600;
    background-color: white;
    color: #F47629;
    border-radius: 0.3rem;
    border: solid 2px #F47629;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}

button.free {
    width: 10rem;
    height: 3rem;
    position: absolute;
    margin-top: -1.5rem;
    display: block;
    border: 1px solid #252A38;
    background-color: #252A38;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: white;
    font-weight: 600;
    border-radius: 0.2rem;
    top: 24rem;
    left: 17rem;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 766px) {
    button.free {
        width: 15rem;
        height: auto;
        left: 20rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        top: 7.5rem;
        position: absolute;
    }
}

@media screen and (max-width: 575px) {
    button.free {
        width: 15rem;
        height: auto;
        left: 20rem;
        padding: 20px 15px 20px 15px;
        font-size: 22px;
        top: 7.5rem;
        position: absolute;
    }
}

@media screen and (max-width: 380px) {
    button.free {
        left: 3rem;
        top: 14rem;
    }
}


#button__bolt:before {
    font-family: FontAwesome;
    content: "\f0e7";
    margin: 0px 5px 0px 0px;
    color: #F47629;
}

button.free:hover {
    font-weight: 600;
    background-color: white;
    color: #F47629;
    text-align: center;
    border-radius: 0.3rem;
    border: solid 2px #F47629;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}

/** Project **/
.all__project {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-top: 7rem;
}

@media screen and (max-width: 575px) {
    .all__project {
        margin-top: 4rem;
    }
}

.all__project-gallery {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-top: 7rem;
}

@media screen and (max-width: 760px) {
    .all__project-gallery {
        margin-top: 4rem;
    }
}

.all__project span {
    /*width: 6rem;*/
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    display: block;
    margin-bottom: 1rem;
}

.all__project-gallery span {
    /*width: 6rem;*/
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    display: block;
    /*position: relative;*/
}

.project-title {
    /*width: 15rem;*/
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    text-align: center;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    margin-bottom: 1rem;
    /*position: relative;*/
}

@media screen and (max-width: 992px) {
    .project-title {
        font-size: 24px;
        line-height: 36px;
    }
}

.all__project-descript {
    width: 28%;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    text-align: center;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 1500px) {
    .all__project-descript {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .project-title {
        top: 0;
    }
}


#mynavtabcontent input {
    display: none;
}

#mynavtabcontent {
    text-align: center;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-top: 2rem;
}

@media screen and (max-width: 992px) {
    #mynavtabcontent {
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    #mynavtabcontent {
        margin-top: 0;
        margin-left: 0;
    }
}

#mynavtabcontent label {
    text-decoration: none;
    /*padding: 7px 7px 7px 7px;*/
    color: #252A38;
    font-size: 14px;
    line-height: 0px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 10px 12px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

#mynavtabcontent label:hover {
    color: #F47629;
    cursor: pointer;
}

#content {
    max-width: 1195px;
    margin: 0 auto;
}

#contents {
    max-width: 1250px;
    margin: 0 auto;
}

#content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-left: -2rem;
}

@media screen and (max-width: 992px) {
    #content ul {
        margin-left: -36px;
    } {
    width: 970px;
}
}

@media screen and (max-width: 575px) {
    #content ul {
        margin-left: -36px;
    }
}

#content ul li {
    /*height: 222px;*/
    /*width: 222px;*/
    margin: 0 10px;
    margin-top: 0.5rem;
    float: left;
    display: flex;
}

#content ul li img {
    max-width: 100%;
    height: 15.2rem;
    vertical-align: middle;
    overflow: hidden;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

@media screen and (max-width: 992px) {
    #content ul li img {
        height: 10rem;
    } {
    width: 970px;
}
}

@media screen and (max-width: 575px) {
    #content ul li img {
        height: 9rem;
    }
}

#content ul li:hover img {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#allcontent, #residencecontent, #industriacontent, #officecontent, #objectcontent {
    display: none;
}

#all:checked ~ #content div:nth-child(1), #all:checked ~ #content div:nth-child(2), #residence:checked ~ #content div:nth-child(3), #industria:checked ~ #content div:nth-child(4), #office:checked ~ #content div:nth-child(5), #object:checked ~ #content div:nth-child(6) {
    display: block;
}

#all1:checked ~ #content #def, #all:checked ~ #content #def, #residence:checked ~ #content #def, #industria:checked ~ #content #def, #office:checked ~ #content #def, #object:checked ~ #content #def {
    display: none;
}

.project {
    max-width: 1233px;
    margin: 0 auto;
}

.project ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    margin-left: -2rem;
}

@media screen and (max-width: 992px) {
    .project ul {
        margin-left: -36px;
    }
}

@media screen and (max-width: 575px) {
    .project ul {
        margin-left: -36px;
    }
}

.project ul li {
    margin: 0 10px;
    margin-top: 0.5rem;
    float: left;
    display: flex;
}

.project ul li img {
    max-width: 100%;
    height: 22.3rem;
    vertical-align: middle;
    overflow: hidden;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

.project ul li:hover img {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#allcontent, #residencecontent, #industriacontent, #officecontent, #objectcontent {
    display: none;
}

#all:checked ~ .project div:nth-child(1), #all:checked ~ .project div:nth-child(2), #residence:checked ~ .project div:nth-child(3), #industria:checked ~ .project div:nth-child(4), #office:checked ~ .project div:nth-child(5), #object:checked ~ .project div:nth-child(6) {
    display: block;
}

#all1:checked ~ .project #def, #all:checked ~ .project #def, #residence:checked ~ .project #def, #industria:checked ~ .project #def, #office:checked ~ .project #def, #object:checked ~ .project #def {
    display: none;
}

.pictures {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin-bottom: -1em;
    display: contents;
}

.pictures:before a {
    display: none;
}

.pictures img {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.photo ul li {
    float: left;
    /*width: 33.333333%;*/
    padding: 10px;
    box-sizing: border-box;
    text-transform: capitalize;
}

.photo ul li img {
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.photo ul li a:hover {
    opacity: 0.5;
}

.photo ul li a {
    display: block;
    position: relative;
}

.photo ul li a:after {
    content: '';
    background: transparent url(../img/icons/eye-icon.png) no-repeat center;
    width: 52px;
    height: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
}

.photo ul li:hover > a:after {
    visibility: visible;
}

.photo ul li figcaption {
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

#gallery {
    max-width: 1250px;
    margin: 0 auto;
    margin-bottom: 60px;
}

#gallery:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.full {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 8%;
    background: #CCC center no-repeat;
    background: rgba(0, 0, 0, 0.48) center no-repeat;
    background-size: contain;
    background-origin: content-box;
    z-index: 7;
}

.full:after {
    display: none;
}

a:focus + .full {
    display: none;
}

.fixed-language-switcher {
    position: fixed;
    bottom: 162px;
    right: 57px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .flag-btn {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s;
  }
  
  .flag-btn:hover {
    transform: scale(1.1);
  }

.marker-about {
    position: relative;
    left: -3rem;
    opacity: 0.08;
    top: 2.5rem;
}

@media screen and (max-width: 575px) {
    .marker-about {
        left: 2rem;
        position: absolute;
        top: -5rem;
    }
}

/*Certificates*/
.certificates {
    height: auto;
    margin-top: 9rem;
}

@media screen and (max-width: 992px) {
    .certificates {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 760px) {
    .certificates {
        margin-bottom: 6rem;
    }
}

.certificat__img {
    width: 83vw;
    height: 63rem;
    left: 0;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/06/certified-electrical.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: top center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .certificat__img {
        height: 72%;
    }
}

@media screen and (max-width: 760px) {
    .certificat__img {
        width: 100%;
        height: 60%;
    }
}

.certificate_block_right {
    width: 58%;
    /* height: 35.4rem; */
    position: absolute;
    top: 2rem;
    right: 0px;
    background-color: white;
}

@media screen and (max-width: 760px) {
    .certificate_block_right {
        width: 97%;
        position: relative;
        top: 12rem;
    }
}

.certificate_block_content {
    width: 75%;
    margin: 4rem 0rem 0rem 5rem;
}

@media screen and (max-width: 992px) {
    .certificate_block_content {
        width: 90%;
        margin: 0rem 0rem 0rem 3rem;
        padding-top: 1rem;
    }
}

.certificate__top {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-top: 2rem;
}

.certificate-title {
    width: 95%;
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 1rem 0rem 1rem 0rem;
}

@media screen and (max-width: 992px) {
    .certificate-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.section__certificate {
    width: 87rem;
    max-width: 100%;
    height: 44rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .section__certificate {
        height: 41rem;
    }
}

@media screen and (max-width: 760px) {
    .section__certificate {
        height: 39rem;
    }
}

/* @media screen and (max-width: 575px) {
    .section__certificate {
        height: 47rem;
    }
} */

.certificate_block_right p {
    width: 90%;
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.certificate-gallery {
    display: flex;
    gap: 20px;
    margin-left: 5rem;
    /* flex-wrap: wrap; */
    margin-right: 1rem;
    margin-top: 20px;
    margin-bottom: 10rem;
  }

  @media screen and (max-width: 992px) {
    .certificate-gallery {
        margin-left: 3rem;
    }
}

  
.cert-thumb {
    width: 100%;
    height: 8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: transform 0.2s ease;
}

@media screen and (max-width: 992px) {
    .cert-thumb {
        height: 8rem;
    }
}

@media screen and (max-width: 575px) {
    .cert-thumb {
        height: 6rem;
    }
}

.cert-thumb:hover {
    transform: scale(1.05);
}


/* Ограничивает высоту и убирает переполнение */
.lb-image {
    max-height: 50vh !important;
    object-fit: contain !important;
    margin-top: 0 !important;
}

/* Special Offers */
.special__offers {
    width: 80rem;
    max-width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 7rem;
    margin-bottom: 7rem;
}

@media screen and (max-width: 992px) {
    .special__offers {
        margin-top: 4rem;
    }
  }

.offers__descript {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.offers__descript span {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.offers__descript h3 {
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.offers__descript p {
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding-bottom: 9px;
    color: #7B7B7B;
    text-align: center;
}

/* Djob Price */
.djob__price {
    width: 75rem;
    max-width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 7rem;
}

@media screen and (max-width: 575px) {
    .djob__price {
        margin-top: 2rem;
    }
}

.djob__price__descript {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    
}

.djob__price__descript span {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.djob__price__descript h3 {
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.djob__price__descript p {
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding-bottom: 9px;
    color: #7B7B7B;
    text-align: center;
}

.djob__price thead {
    background-color: #f47629;
    color: white;
}

.djob__price tr:nth-child(even) {
    background-color: #f8f8fa; /* Светло-серый фон */
}

.djob__price table {
    position: relative;
    width: 100% !important;
    top: 2rem !important;
}

.djob__price tr {
    height: 3rem !important;
}

.djob__price td {
    height: 3rem !important;
    padding: 0rem 3rem 0rem 1.5rem !important;
    color: #7b7b7b;
    font-size: 17px;
}

.djob__price th,
.djob__price td {
  white-space: nowrap;
  padding: 0.75rem;
}

/*Service*/
.service {
    width: 75rem;
    max-width: 100%;
    height: auto;
    top: 9rem;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 992px) {
    .service {
        top: 4rem;
    }
}

@media screen and (max-width: 760px) {
    .service {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 460px) {
    .service {
        margin-bottom: 6rem;
    }
}

.service__img {
    width: 62%;
    max-width: 100%;
    height: 46rem;
    left: 30px;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/07/grgrrtg-img05.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: top center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .service__img {
        height: 72%;
    }
}

@media screen and (max-width: 760px) {
    .service__img {
        width: 100%;
        height: 60%;
        left: 0;
    }
}

.service_block_right {
    width: 48%;
    height: auto;
    position: absolute;
    top: 2rem;
    right: 0;
    background-color: white;
}

@media screen and (max-width: 992px) {
    .service_block_right {
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 760px) {
    .service_block_right {
        width: 97%;
        position: relative;
        top: 12rem;
        padding-bottom: 0rem;
    }
}

.service_block_content {
    width: 84%;
    margin: 4rem 0rem 0rem 5rem;
}

@media screen and (max-width: 992px) {
    .service_block_content {
        width: 90%;
        margin: 0rem 0rem 0rem 3rem;
        padding-top: 1rem;
    }
}

@media screen and (max-width: 760px) {
    .service_block_content {
        margin: 0rem 0rem 0rem 1rem;
    }
}

.service__top {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-top: 2rem;
}

.service-title {
    /* width: 133%; */
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 1rem 0rem 1rem 0rem;
}

@media screen and (max-width: 992px) {
    .service-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.section__service {
    width: 87rem;
    max-width: 100%;
    height: 44rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .section__service {
        height: 41rem;
    }
}

@media screen and (max-width: 760px) {
    .section__service {
        height: 39rem;
    }
}

.gallery-portfolio {
    width: 31%;
}

@media screen and (max-width: 760px) {
    .gallery-portfolio {
        width: 47%;
    }
}


/* .gallery-portfolio img {
    width: 25rem;
    height: auto;
}

.gallery-portfolio img:hover {
    content: "\f06e";
    ont-family: "Font Awesome 6 Free";
    color: #fff;
    font-size: 33px;
    display: block;
    filter: brightness(40%);
} */

/* .gallery-portfolio img::before {
    content: "\f06e";
    font-family: "FontAwesome";
    color: #fff;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/07/layout053451-img06.jpg);
} */
 

/* .gallery-portfolio img::before {
    content: "\f06e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    font-size: 33px;
    color: #fff;
    position: absolute;
  } */

  /* .gallery-portfolio img::before {
    content: "\f06e"; 
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    pointer-events: none; 
  } */
  
  /* Показывать иконку при наведении на .gallery-wrapper */
  /* .gallery-portfolio img:hover .gallery-portfolio img::before {
    transform: translate(-50%, -50%) scale(1);
  } */

  .gallery-wrappers {
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    /* width: 32%; */
  }

  @media screen and (max-width: 760px) {
    .gallery-wrappers {
        min-width: 47%;
    }
}

  .gallery-wrapper {
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    /* width: 32%; */
  }
  
  .gallery-item a,
  .gallery-portfolio a {
    display: block;
    position: relative;
  }
  
  .gallery-item img,
  .gallery-portfolio img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
  }
  
  .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; /* 💡 позволяет кликать по <a> */
  }
  
  .gallery__icon::before {
    content: "\f06e";
    font-family: "FontAwesome";
    font-size: 33px;
    color: #fff;
    transform: scale(0);
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover img,
  .gallery-portfolio:hover img {
    transform: scale(1.05); /* 🔍 Немного увеличивается */
  }

  .gallery-item:hover .overlay,
  .gallery-portfolio:hover .overlay {
    opacity: 1;
  }
  
  .gallery-item:hover .gallery__icon::before,
  .gallery-portfolio:hover .gallery__icon::before {
    transform: scale(1);
  }
  
  

/* .gallery-portfolio img::before {
    content: "\f06e";
    font-family: "FontAwesome";
    color: #fff;
} */

.all__project-service {
    width: 100%;
    height: auto;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
}

.all__project-service span {
    /*width: 6rem;*/
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    display: block;
    /*position: relative;*/
}

.service_block_right p {
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.service-today {
    height: auto;
    margin-left: 5rem;
    /* flex-wrap: wrap; */
    margin-right: 1rem;
    margin-top: 20px;
    margin-bottom: 2rem;
}

@media screen and (max-width: 992px) {
    .service-today {
        margin-left: 3rem;
    }
}

@media screen and (max-width: 760px) {
    .service-today {
        margin-left: 1rem;
    }
}

.service-today span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #303442;
    padding-bottom: 4px;
}

.phone-number {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #f47629;
    padding-bottom: 4px;
    margin-top: 0.5rem;
}

.service-item {
    width: calc(31.333% - 10px);
  }

  @media screen and (max-width: 760px) {
    .service-item {
        width: 45%;
    }
}

@media (max-width: 575px) {
    .service-item {
        width: 90%;
    }
  }

  .service-item img {
    width: 100%;
    height: auto;
    display: block;
}

.service-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 33px;
    flex-wrap: wrap;
    justify-content: center;
}

.service__block-items {
    width: 90%;
    height: auto;
    background-color: white;
    padding: 2rem 2rem 0px 1rem;
    margin-top: -4rem;
    position: relative;
    z-index: 2;
}

.service__block-items p {
    color: #797979;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/* Our Service */
.our__service {
    width: 75rem;
    max-width: 100%;
    height: auto;
    top: 4rem;
    margin: auto;
    position: relative;
}

@media screen and (max-width: 992px) {
    .our__service {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 760px) {
    .our__service {
        margin-bottom: 9rem;
    }
}

@media screen and (max-width: 490px) {
    .our__service {
        margin-bottom: 13rem;
    }
}

.our__service__img {
    width: 60rem;
    max-width: 100%;
    height: 51rem;
    right: 30px;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/07/layout053451-img06.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: top center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
    .our__service__img {
        height: 72%;
    }
}

@media screen and (max-width: 760px) {
    .our__service__img {
        width: 100%;
        height: 60%;
    }
}

.our__service_block_right {
    width: 57%;
    height: auto;
    position: absolute;
    top: 2rem;
    left: -8%;
    background-color: white;
    padding-left: 3%
}

@media screen and (max-width: 760px) {
    .our__service_block_right {
        width: 97%;
        top: 12rem;
    }
}

.our__section__service {
    /* width: 87rem; */
    max-width: 100%;
    height: 44rem;
    position: relative;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .our__section__service {
        height: 41rem;
    }
}

@media screen and (max-width: 760px) {
    .our__section__service {
        height: 39rem;
    }
}

.our__service_block_content {
    margin: 4rem 0rem 0rem 5rem;
}

@media screen and (max-width: 760px) {
    .our__service_block_content {
        margin: 4rem 0rem 0rem 3.5rem;
    }
}

@media screen and (max-width: 560px) {
    .our__service_block_content {
        margin: 4rem 0rem 0rem 3rem;
    }
}

@media screen and (max-width: 560px) {
    .our__service_block_content {
        margin: 4rem 0rem 0rem 2.5rem;
    }
}

.our__service_block_right ul {
    padding: 0;
}

.our__service_block_right li {
    list-style: none;
    font-size: 18px;
    line-height: 2;
}

.our__service_block_right .fa {
    color: #f47629;
    font-size: 16px;
    list-style: none;
    padding-right: 10px;
}

ul.wp-block-list li {
    text-align: left;
    font-size: 18px;
    line-height: 2;
}

ul.wp-block-list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #f47629;
    top: 6px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    padding-right: 10px;
}




/*Reasons*/
.reasons {
    position: relative;
    width: 95%;
    max-width: 80rem;
    height: auto;
    right: 0;
    /* top: -4rem; */
    text-align: center;
    left: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 50;
    margin-bottom: 8rem;
}

/* @media screen and (max-width: 883px) {
    .reasons {
        height: 78rem;
    }
} */

/* @media screen and (max-width: 760px) {
    .reasons {
        height: 83rem;
        z-index: 0;
    }
} */

@media screen and (max-width: 460px) {
    .reasons {
        top: 5rem;
        margin-bottom: 11rem;
    }
}

.reasons__block {
    width: 100%;
    height: auto;
    display: flex;
    gap: 50px;
    margin-top: 2rem;
    justify-content: center;
}

@media screen and (max-width: 1060px) {
    .reasons__block {
        flex-wrap: wrap;
    }
}

.reasons span {
    font-size: 16px;
    line-height: 26px;
    color: #f47629;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.reasons h3 {
    margin-top: 1rem;
    font-size: 36px;
    line-height: 46px;
    color: #303442;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .reasons h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

.reasons p {
    font-size: 16px;
    line-height: 27px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    padding-bottom: 9px;
}

.reasons__block-emergency {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
        max-width: 33.33333%; */
        width: 26rem;
}

@media (max-width: 500px) {
    .reasons__block-emergency {
        width: 100%;
    }
}

.reasons__block-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.value__indent {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 170px;
    line-height: 46px;
    color: #e0e1e4;
    position: absolute;
    top: 50%;
    left: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wrapper-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 0 20px rgba(48, 52, 66, 0.05);
    box-shadow: 0 0 20px rgba(48, 52, 66, 0.05);
    background-color: #ffffff;
    min-height: 182px;
    margin-left: 40px;
    padding: 27px 35px 27px 25px;
    text-align: left;
    position: relative;
}

.icon__hours {
    font-size: 38px;
    line-height: 34px;
    color: #f47629;
    width: 56px;
    min-width: 56px;
    position: relative;
    top: 6px;
}

.icon__hours::before {
    content: "\e923"; /* Юникод (обрати внимание на обратный слеш) */
  font-family: 'Material Symbols Outlined';
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;  
}

.icon__calculador {
    font-size: 38px;
    line-height: 34px;
    color: #f47629;
    width: 56px;
    min-width: 56px;
    position: relative;
    top: 6px;
}

.icon__calculador::before {
    content: "\ea5f"; /* Юникод (обрати внимание на обратный слеш) */
  font-family: 'Material Symbols Outlined';
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;  
}

.icon__sale {
    font-size: 38px;
    line-height: 34px;
    color: #f47629;
    width: 56px;
    min-width: 56px;
    position: relative;
    top: 6px;
}

.icon__sale::before {
    content: "\eb58"; /* Юникод (обрати внимание на обратный слеш) */
  font-family: 'Material Symbols Outlined';
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;  
}


.reasons__block-emergency i {
    font-size: 30px;
    color: #F47629;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.reasons__emergency-title {
    font-size: 24px;
    line-height: 34px;
    color: #303442;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 0 0 8px 0;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .reasons__emergency-title {
        font-size: 21px;
        line-height: 31px;
    }
}

.reasons__emergency-descriptions {
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 500px) {
    .reasons__emergency-descriptions {
        width: 60%;
    }
  }

  .reasons__content {
    display: block;
  }

  .bg-marker {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 30px;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/06/services-bg.png);
    background-position: 0 top;
    background-repeat: no-repeat;
    width: 52px;
    height: calc(100% - 60px);
}

/*Statistic*/
.statistic {
    height: 45rem;
    background-color: #252A38;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 7rem;
}

/* @media screen and (max-width: 992px) {
    .statistic {
        height: 70rem;
    } {
    width: 970px;
}
} */

@media screen and (max-width: 766px) {
    .statistic {
        height: 79rem;
    }
}

@media screen and (max-width: 575px) {
    .statistic {
        height: 79rem;
    }
}

.section__static {
    width: 87rem;
    max-width: 100%;
    height: 50rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;

    /* width: 87rem;
    height: 50rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; */
}

@media screen and (max-width: 992px) {
    .section__static {
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .section__static {
        width: 100%;
    }
}


@media screen and (max-width: 575px) {
    .section__static {
        width: 100%;
    }
}


.section__static span {
    width: 8rem;
    height: 1rem;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #F47629;
    left: 8rem;
    position: absolute;
    top: 6rem;
}

.block__center {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 1200px) {
    .section__static span {
        left: 5rem;
    }
}

@media screen and (max-width: 1020px) {
    .section__static span {
        left: 1.5rem;
    }
}


@media screen and (max-width: 992px) {
    .section__static span {
        left: 1.5rem;
    }
}

@media screen and (max-width: 766px) {
    .section__static span {
        top: 4rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .section__static span {
        top: 4rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.statistic-title {
    width: 19rem;
    height: 5rem;
    font-size: 36px;
    line-height: 46px;
    color: white;
    text-align: left;
    left: 8rem;
    font-weight: 600;
    top: 8rem;
    font-family: "Poppins", sans-serif;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .statistic-title {
        left: 5rem;
    }
}

@media screen and (max-width: 1020px) {
    .statistic-title {
        left: 1.5rem;
        font-size: 27px;
    }
}

@media screen and (max-width: 992px) {
    .statistic-title {
        width: 16rem;
        font-size: 23px;
        line-height: 30px;
    }
}

@media screen and (max-width: 766px) {
    .statistic-title {
        width: 17rem;
        font-size: 23px;
        top: 6rem;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .statistic-title {
        width: 17rem;
        font-size: 23px;
        top: 6rem;
    }
}

.statistic img {
    left: 10.5rem;
    top: 8rem;
    opacity: .08;
    position: absolute;
}

@media screen and (max-width: 1020px) {
    .statistic img {
        left: 4.5rem;
    }
}

@media screen and (max-width: 992px) {
    .statistic img {
        left: 3.5rem;
        top: 8rem;
        height: 5rem;
        opacity: .08;
        position: absolute;
    }
}

@media screen and (max-width: 766px) {
    .statistic img {
        top: 2rem;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .statistic img {
        top: 2rem;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.resedent__item {
    width: 15rem;
    height: 5rem;
    top: 7rem;
    left: 38%;
    position: absolute;
    color: white;
}

@media screen and (max-width: 992px) {
    .resedent__item {
        width: 17%;
        left: 36%;
    }
}

@media screen and (max-width: 766px) {
    .resedent__item {
        width: 12rem;
        height: 4rem;
        top: 10rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .resedent__item {
        width: 12rem;
        height: 4rem;
        top: 10rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}


.value__resedencial {
    font-size: 42px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: left;
    max-width: 165px;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .value__resedencial {
        font-size: 30px;
        line_heigh: 14px;
    }
}

@media screen and (max-width: 766px) {
    .value__resedencial {
        font-size: 34px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .value__resedencial {
        font-size: 34px;
        text-align: center;
    }
}

.resedent-deskription {
    font-size: 18px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .resedent-deskription {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .resedent-deskription {
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .resedent-deskription {
        font-size: 15px;
        text-align: center;
    }
}


.comercial__item {
    width: 15rem;
    height: 5rem;
    top: 7rem;
    left: 56%;
    position: absolute;
    color: white;
}

@media screen and (max-width: 992px) {
    .comercial__item {
        width: 17%;
        height: 4rem;
        left: 57%;
    }
}

@media screen and (max-width: 766px) {
    .comercial__item {
        width: 12rem;
        height: 4rem;
        top: 16rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .comercial__item {
        width: 12rem;
        height: 4rem;
        top: 16rem;
        text-align: center;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
}

.value__comercial {
    font-size: 42px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: left;
    max-width: 165px;
    margin: 0 auto;
}

@media screen and (max-width: 1020px) {
    .value__comercial {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .value__comercial {
        font-size: 30px;
        line_heigh: 14px;
    }
}

@media screen and (max-width: 766px) {
    .value__comercial {
        font-size: 34px;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .value__comercial {
        font-size: 34px;
        text-align: center;
    }
}

.comercial-deskription {
    font-size: 18px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .comercial-deskription {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .comercial-deskription {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .comercial-deskription {
        font-size: 15px;
        text-align: center;
    }
}

.industrial__item {
    width: 15rem;
    height: 5rem;
    top: 7rem;
    left: 74%;
    position: absolute;
    color: white;
}

@media screen and (max-width: 992px) {
    .industrial__item {
        width: 17%;
        height: 4rem;
        left: 78%;
    }
}

@media screen and (max-width: 766px) {
    .industrial__item {
        width: 12rem;
        height: 4rem;
        top: 22rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .industrial__item {
        width: 12rem;
        height: 4rem;
        top: 22rem;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.value__industrial {
    font-size: 42px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-align: left;
    max-width: 165px;
    margin: 0 auto;
}

@media screen and (max-width: 1020px) {
    .value__industrial {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .value__industrial {
        font-size: 30px;
        line_heigh: 14px;
    }
}

@media screen and (max-width: 766px) {
    .value__industrial {
        font-size: 34px;
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    .value__industrial {
        font-size: 34px;
        text-align: center;
    }
}

.industrial-deskription {
    font-size: 18px;
    line-height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .industrial-deskription {
        font-size: 15px;
    }
}

@media screen and (max-width: 766px) {
    .industrial-deskription {
        font-size: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .industrial-deskription {
        font-size: 15px;
        text-align: center;
    }
}

.color__background {
    width: 52vw;
    position: absolute;
    left: 0;
    height: 35.4rem;
    background-color: white;
    margin-top: 24rem;
}

@media screen and (max-width: 992px) {
    .color__background {
      display: none;
    } {
    width: 970px;
}
}

.stat__img {
    width: 100vw;
    height: 72rem;
    right: 0;
    margin-top: 26rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/box03.jpg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: left;
    zoom: 0.6;
    background-size: cover;
    background-position: right center; /* фокус на правую часть */
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .stat__img {
        height: 66rem;
    }
}

@media screen and (max-width: 992px) {
    .stat__img {
        right: 0;
        width: 70%;
        height: 49rem;
    }
}

@media screen and (max-width: 766px) {
    .stat__img {
        width: 100%;
        margin-top: 86.5rem;
    }
}

/* @media screen and (max-width: 575px) {
    .stat__img {
        left: 0;
        width: 100%;
        height: 16rem;
        top: 56rem;
        z-index: 1;
        background-size: cover;
    }
} */

.static__slider {
    width: 54rem;
    height: 35.4rem;
    position: absolute;
    top: 24rem;
    left: -55px;
    background-color: white;
}

@media screen and (max-width: 1200px) {
    .static__slider {
        width: 60%;
    }
}

@media screen and (max-width: 1020px) {
    .static__slider {
        margin-left: 1.5rem;
    }
}

@media screen and (max-width: 992px) {
    .static__slider {
        top: 18rem;
        height: 27rem;
        width: 56%;
        left: -24px;
    }
}

@media screen and (max-width: 766px) {
    .static__slider {
        top: 30rem;
        width: 96%;
        height: 22rem;
    }
}

/* @media screen and (max-width: 575px) {
    .static__slider {
        top: 30rem;
        width: 100%;
        left: -22px;
    }
} */

.fade {
    width: 50rem;
    height: 30rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.vart {
    flex: 0 0 auto;
    width: 66.66666667%;
    position: relative;
}

.vart:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background-color: #dee2e6;
    top: 0;
}

.slider-title1 {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.stat__emergen {
    width: 21rem;
    top: 13rem;
    left: 52rem;
    background-color: #F47629;
    position: absolute;
    -webkit-box-shadow: 0 0 50px rgb(48 52 66 / 20%);
    box-shadow: 0 0 50px rgb(48 52 66 / 20%);
}

@media screen and (max-width: 1200px) {
    .stat__emergen {
        left: 95%;
    }
}

@media screen and (max-width: 992px) {
    .stat__emergen {
        top: 25rem;
        left: 0;
        z-index: 1;
    }
}

@media screen and (max-width: 766px) {
    .stat__emergen {
        top: 48rem;
    }
}

/* @media screen and (max-width: 575px) {
    .stat__emergen {
        top: 39rem;
        left: 0;
    }
} */

.emergen-title {
    width: 90%;
    font-size: 24px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
    margin-top: 2rem;
    color: white;
    text-align: left;
    margin-left: 2rem;
}

.emergen__description {
    width: 90%;
    font-size: 16px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0;
    margin-top: 1rem;
    color: white;
    text-align: left;
    margin-left: 2rem;
}

.emergen__tel {
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 2rem;
    text-align: left;
    color: white;
    margin-bottom: 2rem;
}

.baza {
    height: 100%;
    display: flex;
    margin-left: 8rem;
    justify-content: center;
    margin-top: 3rem;
}

@media screen and (max-width: 1020px) {
    .baza {
       margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .baza {
        height: 100%;
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .baza {
        height: 100%;
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
}

/* @media screen and (max-width: 575px) {
    .baza {
        height: 100%;
        padding: 0;
        margin: 1rem 0;
        width: 100%;
    }
} */

.slick-slider {
    min-width: 0;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    align-items: flex-start;
}

.slider__2 {
    position: relative;
}

/* @media screen and (max-width: 767px) {
    .slider__2 {
        padding: 0px 40px;
    }
} */

.slider__2 .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.slider__2 .slick-arrow.slick-prev {
    left: 0;
    opacity: 0;
    background: url("http://zornet.ru/CSS-ZORNET/Kodak_saita/Asvaged/dekulased/long-arrow-left.png") 0 0 / 100% no-repeat;
}

.slider__2 .slick-arrow.slick-next {
    right: 0;
    opacity: 0;
    background: url("http://zornet.ru/CSS-ZORNET/Kodak_saita/Asvaged/dekulased/long-arrow-right.png") 0 0 / 100% no-repeat;
}

.slider__2 .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.moving_slayd {
    width: 60rem !important;
    height: 30rem;
    margin-top: 2rem;
    position: relative;
}

@media screen and (max-width: 992px) {
    .moving_slayd {
        margin-top: 2rem;
    } {
    width: 970px;
}
}


.moving_slayd i {
    font-size: 70px;
    color: #F47629;
    position: absolute;
    top: 0;
    left: 3rem;
    z-index: 10000;
}

@media screen and (max-width: 992px) {
    .moving_slayd i {
        font-size: 30px;
        top: 8px;
        left: 3rem;
    }
}

@media screen and (max-width: 575px) {
    .moving_slayd i {
        font-size: 27px;
        left: 1rem;
    }
}

.moving_slayd img {
    left: 4rem;
    top: 1rem;
    border-radius: 50%;
    opacity: 1;
}

@media screen and (max-width: 992px) {
    .moving_slayd img {
        left: 2rem;
        top: 1rem;
        width: 5rem;
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 575px) {
    .moving_slayd img {
        left: 1rem;
        width: 4rem;
        height: auto;
    }
}

.block__one {
    width: 45rem;
    height: 30rem;
    left: 13.5rem;
    position: relative;
    top: -2rem;
}

@media screen and (max-width: 992px) {
    .block__one {
        left: 9.5rem;
        width: 30rem;
    }
}

@media screen and (max-width: 850px) {
    .block__one {
        left: 8rem;
    }
}

/* @media screen and (max-width: 575px) {
    .block__one {
        left: 0;
    }
} */

.block__one p {
    width: 23rem;
    font-size: 14px;
    line-height: 27px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #7B7B7B;
    margin-top: 1rem;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .block__one p {
        width: 41%;
    }
}

@media screen and (max-width: 992px) {
    .block__one p {
        width: 29rem;
        font-size: 14px;
        margin-left: -12rem;
        padding-left: 4rem;
    }
}

@media screen and (max-width: 850px) {
    .block__one p {
        margin-left: -10rem;
        padding-left: 3.5rem;
    }
}

@media screen and (max-width: 766px) {
    .block__one p {
        width: 39rem;
        font-size: 17px;
        margin-left: -11rem;
        padding-left: 4rem;
        font-weight: 300;
    }
}

@media screen and (max-width: 575px) {
    .block__one p {
        width: 95%;
        font-size: 14px;
    }
}

.block__one span {
    width: 15rem;
    font-size: 16px;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #252A38;
    margin: 0;
    position: absolute;
    top: 18rem;
    left: 1px;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .block__one span {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 992px) {
    .block__one span {
        margin-top: -2rem;
        margin-left: -8rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 850px) {
    .block__one span {
        padding-left: -6.5rem;
    }
}

@media screen and (max-width: 766px) {
    .block__one span {
        margin-top: -3rem;
        margin-left: -7rem;
        
    }
}

.blocket-title {
    width: 25rem;
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-top: 1rem;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .blocket-title {
        width: 39%;
        font-size: 36px;
        line-height: 31px;
    }
}

/* @media screen and (max-width: 1020px) {
    .blocket-title {
        width: 50%;
        font-size: 25px;
        line-height: 31px;
    }
} */

@media screen and (max-width: 992px) {
    .blocket-title {
        width: 59%;
        font-size: 26px;
    }
}

@media screen and (max-width: 766px) {
    .blocket-title {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .blocket-title {
        width: 68%;
        font-size: 23px;
        margin-left: -2rem;
        margin-top: 0;
    }
}


.testemonia {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin-top: 2rem;
}

@media screen and (max-width: 992px) {
    .testemonia {
        font-size: 12px;
    }
}

@media screen and (max-width: 766px) {
    .testemonia {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .testemonia {
        width: 50%;
        margin-left: -2rem;
    }
}

/*Option*/
.option {
    height: 45rem;
    background-image: url(https://eletroflex.com/wp-content/uploads/2025/04/box01-bg02-desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center top;
    display: -ms-flexbox;
    
    margin-top: 7rem;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .option {
        zoom: 0.8;
    }
}

@media screen and (max-width: 730px) {
    .option {
        zoom: 0.6;
    }
}

.option__section {
    width: 92rem;
    max-width: 100%;
    height: 45rem;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box__deckription {
    width: 35rem;
    height: 32rem;
    position: absolute;
    top: 6.5rem;
    right: 13%;
    background-color: white;
}

@media screen and (max-width: 1280px) {
    .box__deckription {
        right: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .box__deckription {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        top: 3rem;
    }
}

.box__deckription a.explore {
    width: 170px;
    height: 50px;
    /* position: absolute; */
    margin-top: 2rem;
    display: block;
    background-color: #F47629;
    color: white;
    font-size: 15px;
    border-radius: 0.4rem;
    /* top: 24.5rem;
    left: 5rem; */
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    border: solid #F47629 2px;
    text-align: center;
}

@media screen and (max-width: 760px) {
    .box__deckription a.explore {
        /* width: 200px;
        height: 54px;
        font-size: 19px;
        margin-top: 1rem; */
        margin-left: -2rem;
    }
}

@media screen and (max-width: 575px) {
    .box__deckription a.explore {
        /* width: 245px;
        height: 73px;
        font-size: 22px;
        margin-top: 0rem;
        left: 3.5rem;
        padding: 4px 0px 0px 0px; */
        margin-left: 0rem;
    }
}

.box__deckription a.explore i {
    margin: 14.5px 9px;
    margin-left: 1px;
    color: white;
}

.box__deckription a.explore:hover {
    font-weight: 600;
    background-color: white;
    color: #F47629;
    border-radius: 0.3rem;
    border: solid 2px #F47629;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.box__deckription a.explore:hover i {
    color: #F47629;
}

.box__on {
    width: 30rem;
    height: 30rem;
    position: absolute;
    top: 3.8rem;
    left: 5rem;
}

@media screen and (max-width: 575px) {
    .box__on {
        width: 85%;
        top: 3rem;
        left: 3.5rem;
    }
}

.box__on p {
    width: 24rem;
    height: auto;
    color: #7b7b7b;
    position: relative;
    text-align: left;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    top: 1rem;
}

@media screen and (max-width: 760px) {
    .box__on p {
        width: 29rem;
        font-size: 21px;
        left: -2rem;
    }
}

@media screen and (max-width: 575px) {
    .box__on p {
        width: 100%;
        font-size: 24px;
        line-height: 37px;
        margin-top: 0rem;
        left: 0rem;
    }
}

.box-title {
    width: 21rem;
    font-size: 2.3rem;
    line-height: 50px;
    font-weight: 600;
    color: #252A38;
    font-family: "Poppins", sans-serif;
    left: 2rem;
    position: relative;
    text-align: left;
}


@media screen and (max-width: 760px) {
    .box-title {
        width: 21rem;
        font-size: 2rem;
        left: 0rem;
    }
}

@media screen and (max-width: 576px) {
    .box-title {
        left: 2rem;
    }
}

.box-title span {
    font-size: 2.3rem;
    color: #F47629;
}

.box-title:after {
    content: '';
    position: absolute;
    width: 5px;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: #F47629;
    margin: 0px 0px 0px -32px;
}

#circle {
    width: 6rem;
    height: 6rem;
    font-size: 6rem;
    color: #F47629;
    margin: 0 auto;
    left: 13%;
    margin-left: 5rem;
    right: 0;
    transform: translate(0, 50%);
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
    top: 16rem;
    border: #F47629;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
    background-color: white;
}

@media screen and (max-width: 1140px) {
    #circle {
        left: 5%;
    }
}

@media screen and (max-width: 575px) {
    #circle {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 34rem;
    }
}

#circle:hover {
    animation: none;
    color: #fff;
    background-color: #F47629;
    cursor: pointer;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.video-banner {
    display: block;
}

@media screen and (min-width: 641px) {
    .video-banner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    }
}

.video-banner .video-banner-i {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.video-banner-headline {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    line-height: 1.0em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.045em;
}

@media screen and (min-width: 641px) {
    .video-banner-headline {
        left: 2em;
        bottom: 2.75em;
        font-size: 1.5em;
        line-height: 1.5em;
    }
}

.video-banner-icon-play {
    position: absolute;
    left: 50%;
    top: 50%;

    display: block;
    width: 2.5em;
    height: 2.5em;

    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.0);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.0);
    transform: translateX(-50%) translateY(-50%) scale(1.0);

    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

@media screen and (min-width: 641px) {
    .video-banner-icon-play {
        width: 4.5em;
        height: 4.5em;
    }
}

.video-banner-icon-play:hover {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
    -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);

    backgound: #330099;
}

.content {
    display: block;
    min-height: 100vh;
    max-width: 40rem;
    margin: 2.5rem auto;
    padding: 1.5rem;
}

@media screen and (min-width: 641px) {
    .content {
        margin: 5.75rem auto;
        padding: 2.5rem;
    }
}

.content h1,
.content h2,
.content p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #0D013D;
}

.content h1 {
    font-size: 3.25em;
    font-weight: 200;
    line-height: 1.0em;

    margin: 0 0 0.5rem 0;
}

@media screen and (min-width: 641px) {
    .content h1 {
        font-size: 4em;
    }
}

.content h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.155em;

    margin-top: 3em;
}

/* buttons */
.content .button-group {
    margin-top: 1em;
}

.content .button {
    display: inline-block;
    padding: 1em 2em;
    min-width: 8em;
    text-align: center;
    font-weight: 900;
    text-decoration: none;
    border-radius: 1.5em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);

    /* button theme - secondary is default */
    background: #f0f0f0;
    color: #2B2B2B;

    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.content .button ~ .button {
    margin-left: 0.5em;
}

.content .button:hover {
    background: #e5e5e5;
}

/* primary button overrides */
.content .button.primary {
    background: #E50055;
    color: #fff;
}

.content .button.primary:hover {
    background: #9D00E5;
}


/* video thumbnail grid */
.content .video-thumb-grid {
    position: relative;
    font-size: 0;
    /* collapse the white-space */
    width: calc(100% + 2rem);
    margin: 0 -1rem;
}

.content .video-thumb {
    display: inline-block;
    vertical-align: top;

    text-decoration: none;

    /* calculate the width, gutters, and aspect ratio */
    width: calc((100% - 4rem) / 2);
    height: 0;
    padding-top: calc(((100% - 4rem) / 2) * 0.5625);
    /* 16:9 calc */

    margin: 1rem 1rem;
    /* gutters */

    overflow: hidden;
    /* clipping */

    position: relative;
    /* enable positioning for inner content */

    font-size: 1rem;
    /* reset the font size */

    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.0);

    -webkit-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.content .video-thumb:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}

.content .video-thumb i {
    display: block;
    width: 100%;
    height: 100%;

    /* position inside the 16:9 container */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    /* clipping for source images that are letterboxed */
    object-fit: cover;
    object-position: 50% 50%;

    background: #2b2b2b;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.65);
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0.0;

    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(14, 13, 20, 0.69);
    /* overlay color */

    opacity: 0.0;

    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;

    margin: 0 auto;

    overflow-y: visible;

    background: #000;

    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);
    /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media screen and (min-aspect-ratio: 16/9) {
    .video-modal-content {
        width: 50rem;
        height: 30rem;
        /* height: calc(100vh - 10em); */
        padding-top: 0;
        /* padding-left: calc((100vh - 10em) * 1.7778); */
        /* 16:9 calc */
    }
}

/* Mobile Layout Tweaks - side margins reduced */
@media screen and (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);
        /* 16:9 calc */
    }
}

/* modal close button */
.close-video-modal {
    top: -29px;
    width: 26px;
    height: 26px;
    position: absolute;
}

.close-video-modal::before,
.close-video-modal::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 20px;
  background-color: white;
  transition: background 0.3s;
}

.close-video-modal::before {
    transform: rotate(45deg);
  }
  
.close-video-modal::after {
    transform: rotate(-45deg);
}
  
.close-video-modal:hover::before,
.close-video-modal:hover::after {
    background-color: #F47629;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
    opacity: 1.0;

    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
    opacity: 1.0;
}

.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}

/*Main*/
.main {
    width: 75rem;
    height: 35rem;
    margin: 0 auto;
    max-width: 100%;
    /* margin-top: 8rem; */
    margin-bottom: 8rem;
}

@media screen and (max-width: 1200px) {
    .main {
        width: 64rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 766px) {
    .main {
        height: 68rem;
    }
}

/* @media screen and (max-width: 575px) {
    .main {
        width: 25rem;
        height: 96rem;
        margin-left: 1rem;
    }
} */

.news {
    margin: 0 auto;
    position: relative;
}

.marker {
    position: absolute;
    left: 6rem;
    opacity: 0.08;
    top: 29.5rem;
}

@media screen and (max-width: 575px) {
    .marker {
        left: 2rem;
    }
}

.latest__news {
    width: 20rem;
    left: 0;
}

@media screen and (max-width: 766px) {
    .latest__news {
        width: 100%;
    }
}


.latest__news img {
    position: relative;
    left: -4rem;
    opacity: 0.08;
    top: 5.5rem;
}

.latest__cat {
    width: 20rem;
    height: 1rem;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: left;
    display: block;
    margin-left: 2rem
}

.latest-title {
    width: 20rem;
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-top: 1rem;
    text-align: left;
    position: relative;
    margin-left: 2rem
}

.latest-title:after {
    content: '';
    position: absolute;
    width: 19rem;
    bottom: 0;
    height: 1px;
    left: 0%;
    background-color: #a0a0a0;
    margin: 0px 0px -209px 3px;
}

.postnewsone {
    width: 20rem;
    height: 13rem;
    top: 2rem;
    left: 0;
    text-align: left;
    margin-left: 2rem;
    padding-top: 2rem;
}

@media screen and (max-width: 766px) {
    .postnewsone {
        width: 91%;
    }
}

.postnewsone date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.postnewsone .news-title {
    width: 25rem;
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 6px 0 12px 2rem;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
}

@media screen and (max-width: 1040px) {
    .news-title a {
        font-size: 20px;
    }
}

.news-title:after {
    content: '';
    position: absolute;
    width: 3.5px;
    bottom: 0;
    height: 100%;
    left: 0;
    background-color: #F47629;
    margin: 0px 0px 0px -32px;
}

.postnewsone a {
    text-decoration: none;
    color: #252A38;
}

.postnewsone a:hover {
    color: #F47629;
}

.postnewsone p {
    color: #a0a0a0;
    position: relative;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    width: 20rem;
    text-align: left;
}

.tire {
    width: 20rem;
    height: 1px;
    margin-top: 2rem;
    border: solid #a0a0a0 1px;
    background-color: #a0a0a0;
    opacity: 0.3;
}

.right-block {
    width: 51rem;
    height: 0rem;
    position: relative;
    top: -35.5rem;
    right: 0;
    left: 21.5rem;
}

@media screen and (max-width: 1040px) {
    .right-slider {
        width: 61%;
        height: 0rem;
        position: relative;
        top: -35.5rem;
        right: 0;
        left: 23.5rem;
    }
}

@media screen and (max-width: 995px) {
    .right-slider {
        max-width: 100%;
    }
}

@media screen and (max-width: 985px) {
    .right-slider {
        width: 58%;
    }
}

@media screen and (max-width: 908px) {
    .right-slider {
        width: 55%;
    }
}

@media screen and (max-width: 895px) {
    .right-slider {
        width: 53%;
    }
}

@media screen and (max-width: 800px) {
    .right-slider {
        width: 50%;
    }
}

@media screen and (max-width: 766px) {
    .right-slider {
        width: 95%;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    } 
}

.right-slider {
    display: none;
}

@media screen and (max-width: 1040px) {
    .right-slider {
        display: block;
    }
}

.splide__pagination {
    top: 102%;
}

@media screen and (max-width: 1040px) {
    .splide__pagination {
        top: 33rem;
    }
}

.splide__track {
    height: 36rem;
}

.postnewsthree {
    width: 23rem;
    height: 20rem;
    margin: 11px;
    float: right;
    margin-top: 86px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .postnewsthree {
        width: 18rem;
    }
}

@media screen and (max-width: 1040px) {
    .postnewsthree {
        width: 96%;
    }
}

@media screen and (max-width: 1200px) {
    .right-block {
        left: 13.5rem;
    }
}

@media screen and (max-width: 1040px) {
    .right-block {
        display: none;
    }
}

/* @media screen and (max-width: 575px) {
    .right-block {
        width: 51rem;
    height: 0;
    position: relative;
    right: 0;
    float: left;
    display: contents;
    }
} */

.postnewsthree img {
    width: 100%;
    height: 17rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

@media screen and (max-width: 766px) {
    .postnewsthree img {
        height: 19rem;
        top: -84px;
    }
}

.postnewsthree .news__content {
    width: 20rem;
    height: 15rem;
    position: absolute;
    top: 13rem;
    background-color: white;
    padding-top: 2rem;
    padding-left: 1rem;
}

@media screen and (max-width: 1200px) {
    .postnewsthree .news__content {
        width: 15rem;
    }
}

@media screen and (max-width: 1040px) {
    .postnewsthree .news__content {
        width: 90%;
    }
}

@media screen and (max-width: 766px) {
    .postnewsthree .news__content {
        top: 9rem;
    }
}

.postnewsthree date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.postnewsthree .news-title {
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 6px 0 12px 2rem;
    font-size: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.postnewsthree .news-title a {
    text-decoration: none;
    color: #252A38;
}

@media screen and (max-width: 1040px) {
    .postnewsthree .news-title a {
        font-size: 20px;
        max-width: 80%;
    }
}

.postnewsthree .news-title:hover {
    color: #F47629;
}

.postnewsthree p {
    color: #a0a0a0;
    position: relative;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

@media screen and (max-width: 1040px) {
    .postnewsthree p {
        max-width: 80%;
    }
}


.postnewsthree .read {
    width: 25rem;
    height: 1rem;
    color: #252A38;
    position: absolute;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    display: block;
    left: 16px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
    margin-top: 1rem;
    top: 5.5rem;
}

@media screen and (max-width: 1200px) {
    .postnewsthree .read {
        top: 7rem;
    }
}

@media screen and (max-width: 1040px) {
    .postnewsthree .read {
        top: 7rem;
    }
}

.postnewsthree .read a {
    text-decoration: none;
    color: #252A38;
}

.postnewsthree .read a:hover {
    color: #F47629;
}

.news__content {
    width: 37rem;
    height: 30rem;
    position: absolute;
    top: 20rem;
    background-color: white;
    padding-top: 4rem;
    padding-left: 2rem;
}

.news__content date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.news-title {
    width: 25rem;
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 6px 0 12px 3rem;
    font-size: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.news-title a {
    text-decoration: none;
    color: #252A38;
}

.news-title a:hover {
    color: #F47629;
}

.news-title p {
    color: #a0a0a0;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}


.read {
    width: 25rem;
    height: 1rem;
    color: #252A38;
    position: absolute;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-top: 7rem;
    font-size: 16px;
    display: block;
    left: 0;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
    margin-top: 16rem;
}

.read a {
    text-decoration: none;
    color: #252A38;
}

.read a:hover {
    color: #F47629;
}

.postnewsfour8 {
    width: 42rem;
    height: 20rem;
    top: 0;
    position: absolute;
    left: 80rem;
    text-align: left;
}

.postnewsfour8 img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.news__content {
    width: 37rem;
    height: 30rem;
    position: absolute;
    top: 20rem;
    background-color: white;
    padding-top: 4rem;
    padding-left: 2rem;
}

.news__content date {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    left: 0;
    top: 5rem;
    display: block;
}

.news-title {
    width: 25rem;
    color: #252A38;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 6px 0 12px 3rem;
    font-size: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.news-title a {
    text-decoration: none;
    color: #252A38;
}

.news-title a:hover {
    color: #F47629;
}

.news-title p {
    color: #a0a0a0;
    position: relative;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
}

.read {
    width: 25rem;
    height: 1rem;
    color: #252A38;
    position: absolute;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding-top: 7rem;
    font-size: 14px;
    display: block;
    left: 20px;
    line-height: 26px;
    max-width: 263px;
    text-align: left;
    margin-top: 16rem;
}

.read a {
    text-decoration: none;
    color: #252A38;
}

.read a:hover {
    color: #F47629;
}

.scroll {
    width: 5.3rem;
    height: 5.3rem;
    position: fixed;
    bottom: 4.3rem;
    right: 2.4rem;
    padding-top: 1.5rem;
    background-color: white;
    border-radius: 50%;
    opacity: 0.1;
}

#scroll_top {
    width: 4rem;
    height: 4rem;
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 10000;
    padding-top: 1rem;

    background-color: #F47629;
    border-radius: 50%;
    opacity: 10;
    box-shadow: 0 0 0 rgb(204 169 44 / 40%);
    animation: pulse 2s infinite;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

#scroll_top i {
    width: 100%;
    height: 100%;
    font-size: 35px;
    z-index: 50;
    color: white;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

#scroll_top i:hover {
    color: #F47629;
}

#scroll_top:hover {
    background-color: white;
}

/*Brands*/
.brands {
    width: 95rem;
    height: 10rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
}

@media screen and (max-width: 575px) {
    .brands {
        width: 28rem;
    }
}

.brands:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #a0a0a0;
    border: solid #a0a0a0 1px;
    opacity: 0.3;
    left: 0;
}

.brands__colect {
    width: 75%;
    height: 5rem;
    padding-top: 2rem;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
}

@media screen and (max-width: 575px) {
    .brands__colect {
        padding-top: 1rem;
        margin-left: 1rem;
    }
}

.logo01 img,
.logo02 img,
.logo03 img,
.logo04 img,
.logo05 img,
.logo06 img {
    max-width: 100%;
    height: auto;
    margin-right: 2rem;
}

.logo06 img:last-child {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .osnovaniye_brand {
        padding: 50px 10px;
    }
}


@media screen and (max-width: 900px) {
    .logo04 {
        margin-top: 4rem;
        position: absolute;
        width: 28%;
    }
}

@media screen and (max-width: 900px) {
    .logo05 {
        width: 26%;
        margin-left: 27%;
        margin-top: 4rem;
        position: absolute;
    }
}

@media screen and (max-width: 900px) {
    .logo06 {
        width: 26%;
        margin-left: 51%;
        margin-top: 4rem;
        position: absolute;
    }
}

/*--------------------------------------------------------------------------------------*/
/*Footer*/
footer {
    height: 39rem;
    top: 11rem;
    margin: 0 auto;
    position: relative;
    background-color: #252A38;
}

@media screen and (max-width: 760px) {
    footer {
        height: 75rem;
    }
}

.footer__block {
    position: absolute;
    width: 80rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #252A38;
}

@media screen and (max-width: 1280px) {
    .footer__block {
        width: 100%;

    }
}

.descriptio {
    position: absolute;
    width: 35rem;
    height: 25rem;
    left: 0;
    margin-left: 4rem;
    top: 0;
}

@media screen and (max-width: 760px) {
    .descriptio {
        top: 5rem;
        width: 84%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.descriptio p {
    position: absolute;
    width: 28rem;
    height: 147px;
    top: 8rem;
    text-align: left;
    left: 17rem;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 170%;
    color: #bbbdc3;
}

@media screen and (max-width: 1200px) {
    .descriptio p {
        top: 13rem;
        left: 0;
    }
}

@media screen and (max-width: 760px) {
    .descriptio p {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 380px) {
    .descriptio p {
        top: 10rem;
    }
}

.footer__logo {
    width: 25rem;
    position: absolute;
    height: 3.2rem;
    left: 0;
    top: 8rem;

    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 32px;
    color: white;
}

@media screen and (max-width: 760px) {
    .footer__logo {
        width: 12rem;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 380px) {
    .footer__logo {
        top: 6rem;
    }
}

.footer__logo a {
    font-size: 40px;
    color: white;
    float: left;
    padding-left: 1.3rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

@media screen and (max-width: 760px) {
    .footer__logo a {
        font-size: 32px;
    }
}

#logo__bolt:before {
    font-family: FontAwesome;
    content: "\f0e7";
    height: 3.2rem;
    left: 0;
    top: 17px;
    position: absolute;

    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 32px;

    color: #F47629;
    -moz-transform: rotate(18deg) scaleX(0.6) !important;
    /* Firefox */
    -ms-transform: rotate(18deg) scaleX(0.6) !important;
    /* IE */
    -webkit-transform: rotate(18deg) scaleX(0.6) !important;
    /* Safari, Chrome, iOS */
    -o-transform: rotate(18deg) scaleX(0.6) !important;
    /* Opera */
    transform: rotate(18deg) scaleX(0.6) !important;
}

.categorys {
    position: absolute;
    width: 24rem;
    left: 2rem;
    top: 19rem;
}

@media screen and (max-width: 760px) {
    .categorys {
        width: 50%;
        left: -0.6rem;
        top: 25rem;
    }
}

@media screen and (max-width: 380px) {
    .categorys {
        left: -1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .footer__logo a {
        top: 22rem;
    }
}

ul.category__tags {
    max-width: 21rem;
    height: 14.7rem;
    top: 0;
    position: absolute;
}

ul.category__tags li {
    max-width: 20rem;
    top: 2.5rem;
    white-space: nowrap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: white;
}

ul.category__tags a {
    height: 2.5rem;
    position: relative;
    left: 4rem;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
    display: flex;
    color: white;
}

ul.category__tags a:hover {
    color: #F47629;
}

ul.category__tags li i {
    width: 10px;
    height: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #F47629;
    position: absolute;
    justify-content: center;
    left: -30px;
    top: 4px;
}

ul.category__tags1 {
    max-width: 24rem;
    height: 14.7rem;
    top: 0;
    position: absolute;
    left: 10rem;
}

ul.category__tags1 li {
    max-width: 20rem;
    top: 2.5rem;
    white-space: nowrap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: white;
}

ul.category__tags1 li a {
    height: 2.5rem;
    position: relative;
    left: 4rem;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
    display: flex;
    color: white;
}

ul.category__tags1 a:hover {
    color: #F47629;
}

ul.category__tags1 li i {
    width: 10px;
    height: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #F47629;
    position: absolute;
    justify-content: center;
    left: -30px;
    top: 4px;
}

.adress__company {
    width: 17rem;
    height: 10rem;
    top: 19rem;
    left: 28rem;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .adress__company a {
        top: 22rem;
    }
}

@media screen and (max-width: 760px) {
    .adress__company {
        width: 50%;
        top: 37rem;
        left: 1.5rem;
    }
}

.adress__company ul.adress {
    max-width: 40rem;
    height: 14.7rem;
    top: 0;
    position: absolute;
}

.adress__company ul li {
    max-width: 12rem;
    top: 0;
    white-space: nowrap;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 200%;
    color: #bbbdc3;
    position: relative;
    text-align: left;
}

#marker:before {
    font-family: FontAwesome;
    content: "\f041";
    margin: 0px 15px 0px 0px;
    color: #F47629;
}

#clock:before {
    font-family: FontAwesome;
    content: "\f017";
    margin: 0px 15px 0px 0px;
    color: #F47629;
}

#phones:before {
    font-family: FontAwesome;
    content: "\f095";
    margin: 0px 15px 0px 0px;
    color: #F47629;
}

.google__map {
    width: 32%;
    height: 15rem;
    right: 5rem;
    top: 16rem;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .google__map {
        width: 30%;
        height: 11rem;
        top: 7rem;
    }
}

@media screen and (max-width: 800px) {
    .google__map {
        width: 24%;
    }
}

@media screen and (max-width: 760px) {
    .google__map {
        width: 80%;
        height: 18rem;
        top: 49rem;
        left: 0;
    }
}

.google__map img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}

.forma__header {
    position: relative;
    width: 72rem;
    height: 7rem;
    right: 0;
    top: -112px;
    left: 0;
    margin: 0 auto;
    background-color: #252A38;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
    .forma__header {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .forma__header {
        top: 0;
    }
}

@media screen and (max-width: 760px) {
    .forma__header {
        height: 17.5rem;
    }
}

.forma__header p {
    width: 350px;
    height: 42px;
    left: 0;
    top: 12rem;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.forma__title-header {
    width: 21rem;
    height: 3rem;
    top: -3rem;
    text-align: center;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 3rem;
    color: white;
    position: absolute;
    background-color: #F47629;
    border-radius: 20px 20px 0 0;
}

.getservice {
    width: 170px;
    height: 50px;
    margin-left: 1rem;
    margin-top: -10px;
    background-color: #F47629;
    border: 2px solid #F47629;
    border-radius: 5px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 760px) {
    .getservice {
        width: 100%;
        margin-left: 0;
    }
}


.getservice i {
    margin-right: 10px;
    font-size: 17px;
    color: white;
    transform: rotate(13deg);
}

.getservice:hover i {
    color: #F47629;
}

.getservice:hover {
    color: #F47629;
    background-color: #ffffff;
    border: 2px solid #F47629;
}

.getservice__name {
    margin-right: 1rem;
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__name {
        width: 100%;
    }
}

.getservice__email {
    margin-right: 1rem;
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__email {
        width: 48%;
    }
}

.getservice__phone {
    margin-right: 1rem;
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__phone {
        margin-left: 51.9%;
        width: 48%;
        margin-top: -3.5rem;
    }
}

.getservice__date {
    width: 12rem;
}

@media screen and (max-width: 760px) {
    .getservice__date {
        width: 100%;
        margin-bottom: 1.3rem;
    }
}

.forma__footer {
    position: relative;
    width: 72rem;
    height: 7rem;
    right: 0;
    top: -3.5rem;
    left: 0;
    margin: 0 auto;
    background-color: #F47629;
}

@media screen and (max-width: 1280px) {
    .forma__footer {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .forma__footer {
        height: 14rem;
    }
}

.forma__footer p {
    width: 350px;
    height: 42px;
    left: 0;
    top: 12rem;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

forma {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}

@media screen and (max-width: 1140px) {
    forma {
        width: 92%;
    }
}

@media screen and (max-width: 992px) {
    forma {
        width: 97%;
    }
}

.formas {
    width: 63%;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 1260px) {
    .formas {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .formas {
        width: 80%;
    }
}

@media screen and (max-width: 760px) {
    .formas {
        width: 100%;
    }
}


.forma-title {
    width: 24rem;
    height: 3rem;
    top: -3rem;
    text-align: center;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 3rem;
    color: white;
    position: absolute;
    background-color: #252A38;
    border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 380px) {
    .forma-title {
        width: 100%;
        height: auto;
        /* top: -5rem; */
    }
}

.subscribe_form {
    position: absolute;
    width: 16rem;
    height: 3.2rem;
    left: 0;
    top: -3rem;
    right: 0;
    background-color: white;
}

#asd_subscribe_form {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 2rem;
}

.submit_groups {
    width: 100%;
    position: relative;
    border-radius: 5px;
    justify-content: center;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 7.5rem;
}

@media screen and (max-width: 1280px) {
    .submit_groups {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit_groups {
        display: block;
        top: 1.7rem;
    }
}

@media screen and (max-width: 760px) {
    #contactforms {
        padding-top: 1.5rem;
    }
}


//---Gallery-----------------------------
.gallery-filters {
    margin-bottom: 20px;
    text-align: center;
  }
  .filter-button {
    margin: 0 8px;
    padding: 8px 16px;
    cursor: pointer;
  }
  .filter-button.active {
    background: #007bff;
    color: white;
  }
  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .gallery-item {
    width: 31%;
}

  @media screen and (max-width: 776px) {
    .gallery-item {
        width: 45%;
    }
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}
  
.acf-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }
  .acf-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  .acf-gallery img:hover {
    transform: scale(1.05);
  }
  .gallery-filters {
    text-align: center;
    margin-bottom: 20px;
  }
  .filter-button {
    background: #eee;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.3s;
  }
  .filter-button.active,
  .filter-button:hover {
    background: #F47629;
    color: #fff;
  }
  
  .gallery-grid {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
  }
  .gallery-item img {
    width: 100%;
    /* border-radius: 10px; */
  }
    

.custom-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 15px;
  }
  .custom-gallery img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  .custom-gallery img:hover {
    transform: scale(1.03);
  }
  
//--------------------------------------------------------
input.invalid, textarea.invalid {
    border: 1px solid #e74c3c !important;
    background-color: #fff6f6 !important;
  }

  .is-invalid {
    border: 1px solid red;
    background-color: #fff0f0;
  }

.submit_group {
    width: 100%;
    position: relative;
    border-radius: 5px;
    top: 2rem;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1280px) {
    .submit_group {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit_group {
        display: block;
    }
}

.submit_group_contact {
    width: 100%;
    position: relative;
    border-radius: 5px;
    top: 2rem;
    display: flex;
    margin: 0 auto;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1280px) {
    .submit_group_contact {
        width: 88%;
    }
}

@media screen and (max-width: 760px) {
    .submit_group_contact {
        display: block;
        top: -1rem;
    }
}

.subscribe {
    width: 392px;
    height: 50px;
    margin-left: 0.5rem;
    background-color: #252A38;
    border: 2px solid #252A38;
    border-radius: 5px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

@media screen and (max-width: 760px) {
    .subscribe {
        width: 100%;
        margin-left: 0;
    }
}

.subscribe i {
    margin-right: 10px;
    font-size: 17px;
    color: #F47629;
}

.subscribe:hover {
    color: #F47629;
    background-color: #ffffff;
    border: 2px solid #F47629;
}

.subscribe__name {
    margin-right: 2.5rem;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .subscribe__name {
        margin-right: 0;
    }
}

.subscribe__email {
    margin-right: 2rem;
    width: 100%;
}

@media screen and (max-width: 760px) {
    .subscribe__email {
        margin-right: 0;
    }
}

::-webkit-input-placeholder {
    color: #888;
}

.forma__footer input[name="asd_email"] {
    font: normal 18px/31px "Roboto Condensed", Arial;
    width: 25rem;
    height: 3rem;
    color: #888;
    margin: 0;
    padding: 4px 25px;
    position: relative;
    text-decoration: none;
    outline: 0 none;
    border-radius: 5px;
    border: solid #fff 1px;
}


input[name="asd_submit"] {
    width: 11rem;
    height: 3rem;
    padding: 2px 10px;
    padding-left: 2rem;
    right: 0;
    position: absolute;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    border: 0 none;
    color: white;
    top: 0;
    font-weight: 600;
    cursor: pointer;
    background: #252A38;
    left: 26.5rem;
    border-radius: 5px;
}

.forma__footer input :hover {
    color: #F47629;
    background: white;
}


.forma__footer input[name="asd_submit"]:active {
    background: #888;
}

.reserved {
    width: 80rem;
    max-width: 100%;
    height: 5rem;
    top: 33rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 760px) {
    .reserved {
        width: 100%;
        top: 68rem;
    }
}

.block__social {
    width: 8rem;
    height: 2rem;
    right: 4rem;
    position: absolute;
}

@media screen and (max-width: 760px) {
    .block__social {
        width: 8rem;
        height: 0rem;
        margin: auto;
        left: 0;
        right: 0;
    }
}

.reserved p {
    width: 22rem;
    text-align: left;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 32px;
    margin-left: 5rem;
    color: #bbbdc3;
    margin-top: 1rem;
}

@media screen and (max-width: 760px) {
    .reserved p {
        width: 22rem;
        text-align: center;
        margin-left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    .reserved p {
        width: 100%;
        text-align: center;
    }
}

ul.social {
    display: flex;
    right: 0;
    margin-top: -2rem;
}

@media screen and (max-width: 760px) {
    ul.social {
        margin-top: 1rem;
    }
}

ul.social li {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: white;
    top: 0;
    margin: 0 5px;
}

ul.social li:hover {
    background-color: #F47629;
}

ul.social li i {
    color: #252A38;
    margin-top: 6px;
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
}

/*Acordeon*/
.acor-container {
    display: none;
    width: 100%;
}

.acor-container .acor-body {
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #f6f6f7;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acor-container .acor-body p {
    margin: 0 0 10px;
    color: #7c7c7c;
    font-size: 16px;
}

.acor-container .acor-body p i {
    color: #F47629;
    margin-right: 10px;
}

.acor-container label {
    cursor: pointer;
    display: block;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    transition: color .35s;
    position: absolute;
    width: 55%;
    /* right: 0; */
    margin-top: -2.5rem;
    /* top: -0.6rem; */
    /* margin-right: 3rem; */
    /* left: 91%; */
}

.acor-container label:hover {
    color: #FFF;
}

.acor-container input {
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}

.acor-container input:checked + label {
    color: #FFF;
    top: 5.2rem;
}

.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
    margin-top: -32px;
}

.acor-container input:checked + label + .acor-body {
    height: auto;
    color: #000;
    padding: 20px 30px 10px;
}

@media screen and (max-width: 1280px) {
    .acor-container {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .acor-container {
        display: none;
    } {
    width: 970px;
}
}

@media screen and (max-width: 760px) {
    .acor-container {
        display: block;
    }
}

@media screen and (max-width: 760px) {
    .clock {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    .tel {
        display: none;
    }
}


/*Acordeon Forms*/
.acordeon-container {
    display: block;
    width: 100%;
}

.acordeon-container .acor-body {
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #BFE2FF;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

.acordeon-container .acor-body p {
    margin: 0 0 10px;
    color: #7c7c7c;
    font-size: 14px;
}

.acordeon-container .acor-body p i {
    color: #F47629;
    margin-right: 10px;
}

.acordeon-container label {
    cursor: pointer;
    display: block;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    transition: color .35s;
    position: absolute;
    width: 1rem;
    /*left: 0;*/
    right: 0;
    /*margin: 0 auto;*/
    margin-top: -2.5rem;
    margin-right: 3rem;
}

.acordeon-container label:hover {
    color: #FFF;
}

.acordeon-container input {
    display: none;
}

.acordeon-container label:before {
    content: '\276F';
    float: right;
}

.acordeon-container input:checked + label {
    color: #FFF;
    top: 5.2rem;
}

.acordeon-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
    margin-top: -2.3rem;
}

.acordeon-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}

@media screen and (max-width: 1280px) {
    .acordeon-container {
        display: none;
    } {
    width: 1200px;
}
}

@media screen and (max-width: 992px) {
    .acordeon-container {
        display: none;
    } {
    width: 970px;
}
}

@media screen and (max-width: 760px) {
    .acordeon-container {
        display: block;
    }
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    top: -23px;
    height: 3.2rem;
}

/*Block Contact*/
.block__contact {
    margin-top: -1rem;
}

.contact__block {
    width: 100%;
    height: auto;
    /* top: 0; */
    /* position: absolute; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contact__block-address {
    /* width: 20rem; */
    height: 13rem;
}

@media (max-width: 500px) {
    .contact__block-address {
        width: 100%;
    }
}


.contact__block-address i {
    font-size: 30px;
    color: #F47629;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.contact__block-address-title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 4rem;
}

.contact__block-address-descriptions {
    width: 14rem;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 4rem;
    margin-top: -3rem;
    margin-left: 5.5rem;
}

@media (max-width: 500px) {
    .contact__block-address-descriptions {
        width: 60%;
    }
  }

.contact__block-hours {
    /* width: 20rem; */
    height: 13rem;
}

@media (max-width: 500px) {
    .contact__block-hours {
        width: 100%;
    }
}

.contact__block-hours i {
    font-size: 30px;
    color: #F47629;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.contact__block-hours-title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 4rem;
}

.contact__block-hours-descriptions {
    width: 16rem;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 4rem;
    margin-top: -3rem;
    margin-left: 6.2rem;
}

@media (max-width: 500px) {
    .contact__block-hours-descriptions {
        width: 60%;
    }
  }

.contact__block-phone {
    /* width: 20rem; */
    height: 13rem;
}

@media (max-width: 500px) {
    .contact__block-phone {
        width: 100%;
    }
}

.contact__block-phone i {
    font-size: 30px;
    color: #F47629;
    margin-right: 10px;
    top: 4px;
    position: relative;
}

.contact__block-phone-title {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 4rem;
}

.contact__block-phone-descriptions {
    width: 17.5rem;
    font-size: 16px;
    line-height: 26px;
    color: #7B7B7B;
    font-weight: 100;
    text-align: left;
    font-family: "Poppins", sans-serif;
    margin: 4rem;
    margin-top: -3rem;
    margin-left: 6.2rem;
}

@media (max-width: 500px) {
    .contact__block-phone-descriptions {
        width: 60%;
    }
  }

.block__contact span {
    font-size: 16px;
    line-height: 26px;
    color: #F47629;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    display: block;
}

.contact-title {
    font-size: 36px;
    line-height: 46px;
    color: #252A38;
    text-align: center;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    margin-bottom: 1rem;
}

@media (max-width: 575px) {
    .contact-title {
        font-size: 32px;
    }
  }

.contact-descript {
    width: 50%;
    font-size: 14px;
    line-height: 26px;
    color: #7B7B7B;
    text-align: center;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .contact-descript {
        width: 80%;
    }
}


/*Contact Forma*/
.contact__form {
    position: relative;
    width: 80rem;
    max-width: 100%;
    height: auto;
    right: 0;
    top: -4rem;
    /* padding-top: 20rem; */
    left: 0;
    margin: 0 auto;
    background-color: white;
    z-index: 50;
}

@media screen and (max-width: 1260px) {
    .contact__form {
        width: 90%;
        height: 64rem;
    }
}

@media screen and (max-width: 883px) {
    .contact__form {
        height: 78rem;
    }
}

@media screen and (max-width: 760px) {
    .contact__form {
        height: 83rem;
        z-index: 0;
    }
}

@media screen and (max-width: 575px) {
    .contact__form {
        height: 90rem;
        z-index: 0;
    }
}

.container-contact {
    height: auto;
    width: 100%;
    margin-top: 5rem;
}

.grid-wrapper {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.getform__name {
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 760px) {
    .getform__name {
        width: 100%;
    }
}

.getform__email {
    width: 49%;
    /* margin-top: 3.4rem;
    margin-right: 1rem; */
}

@media screen and (max-width: 760px) {
    .getform__email {
        width: 100%;
    }
}

.getform__phone {
    width: 49%;
    float: right;
    /* margin-top: 3.4rem; */
    position: absolute;
    right: 0;
}

@media screen and (max-width: 760px) {
    .getform__phone {
        width: 100%;
        float: none;
        position: relative;
        top: 0;
    }
}

.getform__date {
    width: 100%;
    /* margin-top: 7.3rem;
    position: absolute; */
}

@media screen and (max-width: 760px) {
    .getform__date {
        width: 100%;
    }
}

.getform {
    width: 170px;
    height: 50px;
    margin-top: 3rem;
    display: block;
    background-color: #F47629;
    border: 2px solid #F47629;
    border-radius: 5px;
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.getform i {
    margin-right: 10px;
    font-size: 17px;
    color: white;
    transform: rotate(13deg);
}

.getform:hover i {
    color: #F47629;
}

.getform:hover {
    color: #F47629;
    background-color: #ffffff;
    border: 2px solid #F47629;
}

.bginfo {
    color: #7B7B7B;
    background-color: #252A38;
    font-family: "Poppins", sans-serif;
}

.card-header p {
    color: #BBBDC3;
}


@media screen and (max-width: 575px) {
    .adapting {
        width: 80%;
        height: 25%;
        top: 7%;
        font-size: 18px;
        margin-inline: auto;
        inset-inline: 0;
        background: rgb(0 0 0 / 63%);
        padding-top: 15px;
    }

    @media screen and (min-width: 575px) {
        .adapting {
            top: 13%;
        }
    }
}

* {
    /* outline: 1px solid red; */
  }
  


  