*{
padding: 0;
margin: 0;
font-family: 'Inter', Arial, Helvetica, sans-serif;
}
button{
text-wrap: nowrap;
cursor: pointer;
}
:root{
--color-general: #FFCD00;  --send-order_padding: 20px 30px;
--send-order_border: 2px solid rgba(254, 205, 6, 0.8);
--send-order_border-radius: 3px;
--send-order_background: transparent;
--send-order_text-size: 20px;
--send-order_text-weight: 700;
--send-order_text-color: rgba(254, 205, 6, 0.8); --send-order_text-color-hover: #000;
--send-order_background-hover: var(--color-general);
--color_button-hover: rgba(254, 205, 6, 0.8);    --height-icon: 60px; }
.con{
display: flex;
justify-content: center;
}
.container {
max-width: 1750px;
width: 100%;
} #header {
height: 120px;
background: #000000e3;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 9999;
backdrop-filter: blur(10px);
}
.main-navigation a {
display: block;
text-decoration: none;
color: #ffffff;
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}
.main-navigation ul {
display: flex;
gap: 20px;
}
.menu-item-has-children::after {
content: "";
position: absolute;
top: calc(50% - 6px);
right: -13px;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
width: 8px;
height: 8px;
transform: rotate(135deg);
}
.main-navigation {
display: flex;
height: 100%;
align-items: center;
}
.menu-menu-1-container {
height: 100%;
align-items: center;
display: flex;
}
.main-navigation ul ul a {
width: fit-content;
}
.main-navigation ul ul a {
width: fit-content;
padding: 5px;
text-wrap: nowrap;
}
.sub-menu {
padding: 10px;
border-radius: 3px;
width: fit-content;
flex-wrap: wrap;
background: rgba(0, 0, 0, 0.92); }
.menu {
height: 100%;
}
.menu-top-container {
display: flex;
align-items: center;
height: 100%;
}
.main-navigation li {
position: relative;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.menu-item-has-children:hover {
.menu-item-has-children::after {
content: "";
position: absolute;
top: calc(50% - 7px);
right: -15px;
border-top: 2px solid #d30a0a;
border-right: 2px solid #ffffff;
width: 8px;
height: 8px;
transform: rotate(0deg);
}
}
.main-navigation ul {
display: flex;
gap: 30px;
margin: 0; align-items: center;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
left: 0;
}  .button-send_order {
background: var(--send-order_background);
padding: var(--send-order_padding);
border: var(--send-order_border);
border-radius: var(--send-order_border-radius);
font-size: var(--send-order_text-size);
font-weight: var(--send-order_text-weight);
color: var(--send-order_text-color);
text-transform: uppercase;
height: fit-content;
transition: all 0.3s ease-in-out;
}
.button-send_order:hover{
background: var(--send-order_background-hover);
color: var(--send-order_text-color-hover);
}
.header {
justify-content: space-between;
height: 120px;
align-items: center;
position: fixed;
z-index: 99;
}
.logo-top {
width: 157px;
height: 110px;
background-repeat: no-repeat;
}
.contacts-top-con{
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin: 0;
}
.contacts_link {
display: flex;
align-items: center;
justify-content: flex-start;
text-decoration: none;
font-style: normal;
gap: 5px;
}
.contacts_link-phone {
margin: 0;
font-size: 24px;
font-weight: 500;
text-decoration: none;
color: #fff;
}  .header_first {
height: 1080px;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
}
.header_first-title {
font-size: 64px;
color: var(--color-general);
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
text-align: center;
}
.header_first-subtitle {
font-size: 24px;
font-weight: 400;
color: rgb(255 255 255 / 80%);
text-transform: uppercase;
}
.header_first-con {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
gap: 40px;
}
.header_first-suptitle {
color: #fff;
text-transform: uppercase;
font-weight: 600;
letter-spacing: calc(1em / 14);
margin-bottom: 30px;
margin-top: 220px;
}
.header_first-subtitle {
font-size: 22px;
font-weight: 400;
color: rgb(255 255 255 / 80%);
text-transform: uppercase;
width: 890px;
text-align: center;
}
.header_first-calculation-button {
padding: 20px 90px;
border-radius: 3px;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
color: #000;
background: var(--color-general);
border: var(--send-order_border);
transition: all 0.3s ease-in-out;
&:hover{
background: #000;
color: var(--color_button-hover);
}
}
.header_first-calculation-txt {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
text-align: right;
width: 54%;
line-height: 30px;
}
.header_first-calculation {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
margin-top: 30px;
}
.header_first-advantages {
display: flex;
justify-content: space-between;
align-items: center;
gap: 70px;
margin-top: 30px;
}
.header_first-advantages-inner_left {
width: 140px;
height: 160px;
background-repeat: no-repeat !important;
background-size: contain !important;
position: relative;
min-width: 150px;
}
.header_first-advantages-inner_img {
width: 110px;
height: 120px;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: calc(50% - var(--height-icon));
left: 0px;
}
.header_first-advantages-item {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.header_first-advantages-inner_right {
display: flex;
flex-direction: column;
color: #fff;
width: 100%;
height: 90%;
justify-content: flex-start;
}
.header_first-advantages-inner_right-top {
font-size: 48px;
font-weight: 700;
letter-spacing: 4px;
margin-bottom: 25px;
}
.header_first-advantages-inner_right-bottom {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.2px;
} .menu_mobile {
display: none;
}
.menu_con {
display: none;
}
.menu_con2 {
display: none;
}   .title-con{
font-size: 42px;
font-weight: 800;
text-transform: uppercase;
margin-block: 50px 80px;
position: relative;
letter-spacing: 0.2px;
&::after{
content: "";
position: absolute;
bottom: -15px;
right: 0;
left: calc(50% - 40%);
width: 80%;
height: 3px;
background: var(--color-general);
}
}
.types_lighting-item{
background: url(https://jivosvet.ru/wp-content/themes/store-wp/assets/styles/assets/img/types-lighting1.png);
}
.types_lighting-item-button-light{
display: none;
transition: all 0.3s ease;
}
.types_lighting-item-button,
.types_lighting-item-button-light{
transition: all 0.3s ease;
}
.types_lighting-item-desc{
display: none;
font-size: 20px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
text-align: center;
}
.types_lighting-item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; background-size: cover;
width: 100%;
height: 520px;
padding: 30px;
gap: 30px;
text-decoration: none;
border-radius: 4px;
position: relative;
transition: all 0.3s ease;
&:hover{
justify-content: flex-start;
transition: all 0.3s ease;
box-shadow: inset 0px -1px 200px 200px #000;
.types_lighting-item-title {
margin-top: 50px;
transition: all 0.3s ease;
}
.types_lighting-item-button-light{
display: block;
transition: all 0.3s ease;
}
.types_lighting-item-button{
display: none;
transition: all 0.3s ease;
}
.types_lighting-item-title::before{
top: 30px;
left: calc(50% - 40%);
width: 80%;
}
.types_lighting-item-title::after{
bottom: 30px;
left: calc(50% - 40%);
width: 80%;
}
.types_lighting-item-desc{
display: block;
}
}
}
.types_lighting-item-title::before {
content: "";
position: absolute;
top: 200px;
left: calc(50% - 30%);
width: 60%;
height: 2px;
background: var(--color-general);
transition: all 0.3s ease;
}
.types_lighting-item-title::after {
content: "";
position: absolute;
bottom: 200px;
left: calc(50% - 30%);
width: 60%;
height: 2px;
background: var(--color-general);
transition: all 0.3s ease;
}
.types_lighting-con {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
width: 100%;
height: 100%;
margin-bottom: 40px;
}
.types_lighting-item-title {
font-size: 32px;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
color: #fff;
text-align: center;
letter-spacing: 0.2px;
transition: all 0.3s ease-in-out;
}
.types_lighting-item-button,
.types_lighting-item-button-light {
position: absolute;
bottom: 50px;
}
.types_lighting-item-button svg{
width: 109px;
height: 100px;
}
.types_lighting-item-button-light svg {
width: 127px;
margin-left: -15px;
}  .portfolio-advantages {
display: grid;
grid-template-columns: repeat(4, 1fr);
margin-bottom: 0px;
gap: 20px;
margin-top: 40px;
}
.portfolio-advantages-item {
display: flex;
flex-direction: column;
width: 100%;
height: 280px;
justify-content: center;
align-items: center;
background: rgba(36, 36, 36, 0.9);
border-radius: 4px;
border: 4px solid var(--color-general);
position: relative;
gap: 20px;
}
.portfolio-advantages-title {
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
text-align: center;
margin-top: 50px;
letter-spacing: 0.2px;
}
.portfolio-advantages-desc{
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
text-align: center;
letter-spacing: 0.2px;
}
.portfolio-advantages-img {
position: absolute;
top: calc(0% - 80px);
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 160px;
height: 160px;
}                                                    .slider {
--value: 50%;
position: relative;
width: 100%;
height: 800px;
border: 2px solid var(--color-general);
border-radius: 4px;
}
.slider__img {
position: absolute;
top: 0;
max-width: none;
height: 100%;
object-fit: cover;
}
.slider__img--before {
left: 0;
width: var(--value);
object-position: left;
}
.slider__img--after {
right: 0;
width: calc(100% - var(--value));
object-position: right;
}
.slider__range-visible {
position: absolute;
top: 0;
left: var(--value);
width: 6px;
height: 100%;
background-color: var(--color-general);
transform: translateX(-50%);
pointer-events: none;
&::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 65px;
height: 65px;
background-color: currentColor;
background-image: url(https://jivosvet.ru/wp-content/themes/store-wp/assets/styles/assets/img/arrows-slider.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border-radius: 50%;
transform: translate(-50%, -50%);
border: 2px solid var(--color-general);
}
}
.slider__range-js {
position: absolute;
margin: 0;
cursor: pointer;
opacity: 0;
inset: 0;
}
.slider__range-js {
position: absolute;
margin: 0;
opacity: 0;
inset: 0;
&:hover {
cursor: col-resize;
& + .slider__range-visible {
color: #4f4f4f;
}
}
&:active {
& + .slider__range-visible {
color: #888888;
}
}
&:focus-visible {
& + .slider__range-visible {
outline: auto;
&::before {
outline: auto;
}
}
}
} .portfolio-img {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
width: 100%;
margin-bottom: 50px;
}
.type-img {
border-radius: 4px;
border: 3px solid var(--color-general);
height: 600px;
width: 100%;
object-fit: cover;
}
.portfolio-button {
padding: 25px 50px;
border-radius: 3px;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
color: #000;
background: var(--color-general);
border: var(--send-order_border);
transition: all 0.3s ease-in-out;
margin-bottom: 50px;
text-decoration: none;
&:hover{
background: #000;
color: var(--color_button-hover);
}
}  .timer__items {
display: flex;
font-size: 48px;
gap: 30px;
}
.timer__item {
position: relative;
min-width: 60px;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 15px;
text-align: center;
}
.timer__item::before {
content: attr(data-title);
display: block;
position: absolute;
left: 50%;
top: -25px;
transform: translateX(-50%);
font-size: 24px;
text-transform: uppercase;
color: #fff;
}
.timer__item:not(:last-child)::after {
content: ':';
position: absolute;
right: -23px;
font-size: 70px;
color: #ffffff;
}
.timer__item:last-child::after {
content: "";
background: url(//jivosvet.ru/wp-content/themes/store-wp/assets/styles/assets/img/santa.png);
position: absolute;
right: 97px;
font-size: 70px;
width: 140px;
height: 180px;
background-repeat: no-repeat;
background-size: cover;
bottom: -178px;
}
.timer__item {
margin: 0;
font-size: 128px;
font-weight: 700;
color: #fff;
background: linear-gradient(0deg, #861831, #AC2243);
border-radius: 30px;
box-shadow: 0px 0px 20px 5px #00000021;
height: 250px;
width: 250px;
display: flex;
justify-content: center;
align-items: center;
line-height: 0;
padding: 0;
}
.timer__days {
min-width: 250px;
min-height: 250px;
width: fit-content;
height: fit-content;
padding-inline: 40px;
background: #ffffff;
color: #A01F3D;
} .timer-con {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 30px;
}
.title_timer-con {
margin-bottom: 10px;
letter-spacing: 1px;
}
.timer {
margin-top: 80px;
margin-bottom: 80px;
}
.subtitle-con {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 0.2px;
width: 50%;
text-align: center;
}
.contacts-con-inner-soc {
display: flex;
gap: 10px;
align-items: center;
width: 100%;
}
.contacts-con-inner-item {
font-size: 20px;
font-weight: 600;
color: #fff;
}
.contacts-con-inner-items {
display: flex;
flex-direction: column;
width: 100%;
}
#map {
width: 500px; height: 300px; padding: 0; margin: 0;
outline: 0;
}
.contacts-con-inner {
display: flex;
justify-content: space-between;
width: 100%;
height: fit-content;
outline: 0;
}
.contacts-con-inner {
display: flex;
justify-content: space-between;
width: 100%;
height: fit-content;
gap: 50px;
margin-top: 30px;
margin-bottom: 150px;
outline: 0;
}
.contacts-con-inner-map {
width: 100%;
height: 100%;
border-radius: 4px;
outline: 0;
div{
aspect-ratio: 2;
}
}
.logo-footer {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.logo-footer > span {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
color: #fff;
}
.footer {
background: #000;
position: relative;
padding-block: 30px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.hr-footer {
position: absolute;
top: 0;
left: 0;
width: 100%;
right: 0;
margin-left: auto;
margin-right: auto;
background: hsla(48, 99%, 51%, 0.6);
height: 2px;
margin-bottom: 0;
}
.footer-inner-con{
justify-content: space-between;
align-items: center;
}
.main-navigation li > a {
cursor: pointer;
}
.head-scroll {
background: #0A0A0B;
}
.types-first_con {
margin-top: 200px;
display: flex;
flex-direction: column;
margin-bottom: 200px;
}
.types-first-inner_con{
display: flex;
justify-content: center;
gap: 50px;
}
.breadcrumbs{
font-size: 14px;
font-weight: 500;
color: #000;
.breadcrumbs__current {
color: #727272;
}
a{
text-decoration: none;
color: #000;
}
}
.hr-types-lighting{
width: 100%;
height: 2px;
background: var(--color-general);
margin-top: 25px;
margin-bottom: 80px;
}
.types-img {
width: 660px;
height: 660px;
background-repeat: no-repeat;
background-size: 100%;
object-fit: cover;
border-radius: 5px;
border: 2px solid var(--color-general);
}
.types-img-mobile{
background-repeat: no-repeat;
background-size: 100%;
object-fit: cover;
border-radius: 5px;
border: 2px solid var(--color-general);
margin-bottom: 20px;
}
.types-title {
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
color: #000;
margin-bottom: 15px;
}
.types-subtitle {
font-size: 20px;
font-weight: 400;
color: #000;
}
.title-hr {
width: 100px;
height: 4px;
margin-bottom: 30px;
}
.title-work-list {
font-size: 18px;
color: #000;
font-weight: 500;
margin-bottom: 10px;
}
.types-description > ul {
margin: 0;
list-style-position: inside;
}
.types-description {
display: flex;
flex-direction: column;
}
.title-work-list-item {
position: relative;
margin-left: 10px;
}
.title-work-list-item::before {
content: "";
width: 6px;
height: 6px;
background: #000;
position: absolute;
background-repeat: no-repeat;
background-size: cover;
border-radius: 100%;
top: 6px;
left: -10px;
}
.types-list-con {
display: flex;
flex-direction: column;
gap: 15px;
}
.work-list-atten {
font-size: 16px;
font-weight: 300;
color: #000;
border: 1px solid #bd2727;
margin-block: 20px;
border-radius: 2px;
padding: 5px;
}
.types-button {
display: flex;
gap: 15px;
align-items: center;
}
.types-button > button {
padding: 25px 50px;
border-radius: 3px;
border: 2px solid rgba(0, 0, 0, 0.8);
color: rgba(0, 0, 0, 0.8);
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
background: var(--color-general);
transition: all 0.3s ease-in-out;
&:hover{
background: #1A1A1A;
color: #fff;
border: 2px solid var(--color-general);
}
}
.types-button > span {
font-size: 16px;
color: #000;
font-weight: 400;
width: 600px;
}
.line-head {
background: url(//jivosvet.ru/wp-content/themes/store-wp/assets/styles/assets/img/line-head.svg);
position: absolute;
bottom: 0;
width: 100%;
height: 85px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.header_first-types {
height: 100%;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
}
.types-img {
width: 560px;
height: 560px;
}
.types-first-inner_con {
gap: 30px;
}
.types-button > span {
width: 500px;
}
.types-img-mobile{
display: none;
}
.menu-footer-container .menu .sub-menu {
bottom: 100%;
top: auto;
}
.menu-footer-container {
height: 10%;
}
.gallery {
padding-bottom: 50px;
} .main_block_tabs {
width: 100%;
margin-top: 100px;
}
.menu_tabs {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.active_tabs {
color: rgb(255 255 255 / 80%);
background: #000000db;
cursor: pointer;
font-size: 18px;
border-radius: 4px;
border: 2px solid var(--color-general);
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
padding: 23px 40px;
transition: all 0.3s ease-in-out;
}
.active_tabs:hover {
color: rgba(0, 0, 0, 0.8);
background: var(--color-general);
border: 2px solid var(--color-general);
} .video-gallery {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 5px;
margin-bottom: 50px;
}
.video-gallery > video{
border-radius: 4px;
border: 2px solid var(--color-general);
height: 100%;
}   .to-d{
position: relative;
width: 70px;
height: 60px;
}
.to-d img {
position: absolute;
top: 0px;
margin-left: auto;
margin-right: auto;
}
.header_first-portfolio{
height: 1080px;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
}
.header_first-con-portfolio {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
}
.header_first-portfolio-txt {
font-size: 17px;
width: 47%;
color: #fff;
font-weight: 600;
text-transform: uppercase;
text-align: right;
}
.header_first-portfolio-subtitle {
font-size: 20px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
text-align: center;
}
.materials-title {
font-size: 64px;
text-align: center;
font-weight: 800;
text-transform: uppercase;
color: var(--color-general);
}
.materials-subtitle {
font-size: 20px;
color: #fff;
text-transform: uppercase;
font-weight: 500;
text-align: center;
} .tabs * {
box-sizing: border-box;
}
.tabs {
position: relative;
margin: 0;
}
.tabs:after{
display:table;
content:"";
clear:both;
}
.tabs .tab .tab-toggle {
display: flex;
border: 2px solid #ffcd00;
padding: 10px 10px 10px 40px;
border-radius: 4px;
margin-bottom: 8px;
position: relative;
outline: none;
width: 100%;
background: #000000db;
line-height: 1.2;
margin-left: 0;
align-items: center;
cursor: pointer;
color: #fff;
}
.tabs .tab .tab-toggle .tab-nums  {
padding: 0 10px 0 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 16px 0 0 16px;
}
.tabs .tab .tab-toggle .tab-nums .tab-num  {
color: #337AB7;
font-size: 18px;
font-weight: bold;
border-radius: 50%;
background: #FFF;
border: 3px solid #337AB7;
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
margin-left: -20px;
position: relative;
z-index: 1;
}
.tabs .tab .tab-toggle .tab-nums .tab-tab  {
padding: 0 12px 0 24px;
margin-left: -20px;
font-size: 13px;
font-weight: bold;
border: 2px solid #BFE2FF;
background: #BFE2FF;
color: #337AB7;
border-radius: 0 22px 22px 0;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
}
.tabs .tab .tab-toggle .tab-name {
padding: 6px 0;
text-align: left;
text-transform: uppercase;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.3px;
}
.tabs .tab .tab-toggle:after {
content: "";
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='320' height='207' viewBox='0 0 320 207' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M143.05 199.55L7.05 63.55C-2.35 54.15 -2.35 38.95 7.05 29.65L29.65 7.05C39.05 -2.35 54.25 -2.35 63.55 7.05L159.95 103.45L256.35 7.05C265.75 -2.35 280.95 -2.35 290.25 7.05L312.85 29.65C322.25 39.05 322.25 54.25 312.85 63.55L176.85 199.55C167.65 208.95 152.45 208.95 143.05 199.55Z' fill='white'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
position: absolute;
width: 15px;
height: 15px;
display: block;
left: 10px;
top: calc(50% - 15px);
transform: rotate(0deg) translateY(-50%);
}
.tabs .tab .tab-toggle.active {
color: #ffffff;
background-color: #ffcd00;
cursor: default;
border: 2px solid var(--color-general);
}
.tabs .tab .tab-toggle.active .tab-nums .tab-num  {
color: #FFF;
background: #337AB7;
}
.tabs .tab .tab-toggle.active .tab-nums .tab-tab  {
border: 2px solid #337AB7;
background: #337AB7;
color: #FFF;
}
.tabs .tab .tab-toggle.active .tab-name {
color: #000000;
}
.tabs .tab .tab-toggle.active:after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='320' height='207' viewBox='0 0 320 207' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M143.05 199.55L7.05 63.55C-2.35 54.15 -2.35 38.95 7.05 29.65L29.65 7.05C39.05 -2.35 54.25 -2.35 63.55 7.05L159.95 103.45L256.35 7.05C265.75 -2.35 280.95 -2.35 290.25 7.05L312.85 29.65C322.25 39.05 322.25 54.25 312.85 63.55L176.85 199.55C167.65 208.95 152.45 208.95 143.05 199.55Z' fill='black'/%3e%3c/svg%3e");
}
.tabs .tab .tab-toggle.active:after {
color: #8099c2;
transform: rotate(180deg) translateY(50%);
}
.tabs .content {
overflow: hidden;
padding: 0;
transition: opacity 0.4s;
visibility: hidden;
opacity: 0;
padding: 0 0 10px 0;
max-height: 0;
}
.tabs .content.active {
max-height: 5000px;
visibility: visible;
opacity: 1;
}
@media screen and (min-width: 992px) {
.tabs {
position: relative;
transition: all 0.5s;
}
.tabs .tab {
float: right;
clear: right;
width: 35%;
}
.tabs .tab .tab-toggle {
text-align: right;
}
.tabs .tab .tab-toggle:after {
transform: rotate(90deg) translateX(50%);
}
.tabs .tab .tab-toggle.active:after {
transform: rotate(90deg) translateX(50%) translateY(0);
}
.tabs .content {
position: absolute;
left: 0;
top: 0;
width: 60%;
opacity: 0;
padding: 0 0 30px 40px;
transition: opacity 0.4s;
}
.tabs .content.active {
opacity: 1;
padding: 20px;
}
} .content-p, .content-p-video{
display: flex;
flex-direction: column;
align-items: center;
}
.tabs {
width: 100%;
margin-bottom: 50px;
}
.content.active {
border-radius: 4px;
border: 2px solid var(--color-general);
background: #000000c9;
padding-bottom: 50px;
}
.materials-con{
min-height: 800px;
}
.materials-tab-title {
color: #fff;
font-size: 32px;
text-transform: uppercase;
text-align: center;
font-weight: 700;
margin-bottom: 15px;
}      .content > div {
display: grid; gap: 10px;
margin-top: 30px;
grid-template-columns: repeat(3, 1fr);
}
.content > div > img {
width: 100%;
height: 450px;
background-size: cover;
object-fit: cover;
}
.materials-tab-desc {
font-size: 18px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
text-align: center;
margin-bottom: 30px;
}
.content.active {
display: flex;
flex-direction: column;
}
.footer-about {
width: 100%;
height: 22px;
display: flex;
justify-content: center;
align-items: center; }
.footer-about > span {
color: #ffffff9c;
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
}
.hr-footer2{
width: 100%;
height: 1px;
background: rgba(254, 205, 6, 0.6);
margin-block: 15px;
}
.line-vert {
width: 2px;
height: 80%;
margin-inline: 10px;
background: #919191;
}
.contacts-con-head {
margin-top: 200px;
gap: 50px;
}
.contacts-title-con {
font-size: 42px;
font-weight: 800;
text-transform: uppercase;
margin-block: 0px 30px;
position: relative;
letter-spacing: 0.2px;
&::after{
content: "";
position: absolute;
bottom: -15px;
right: 0;
left: 0;
width: 100px;
height: 3px;
background: var(--color-general);
}
}
.contacts-left {
width: 50%;
}
.contacts-video {
width: 50%;
}
.contact-desc {
font-size: 22px;
font-weight: 400;
color: #000;
text-wrap-style: pretty;
}
.contacts-video-con {
border-radius: 4px;
border: 2px solid var(--color-general);
}
.header-contacts{
height: 100%;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
padding-bottom: 50px;
}
.portfolio-img-inner {
border: 2px solid var(--color-general);
}
.gallery div a .portfolio-img-inner {
border: 2px solid var(--color-general);
}
.contacts-video > img {
border-radius: 4px;
border: 2px solid var(--color-general);
}
.owl-stage {
display: flex;
align-items: center;
}
.owl-nav {
position: absolute;
width: 100%;
display: flex;
justify-content: space-between;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
height: fit-content;
}
.owl-nav > button > svg {
width: 60px;
height: 60px;
}
.owl-nav > button > svg > path {
fill: var(--color-general);
}
.owl-prev {
margin-left: -70px;
}
.owl-next {
margin-right: -70px;
}
#slider {
margin-bottom: 50px;
}
.partners-form{
width: 50%;
display: flex;
justify-content: center;
}
.partners-form-con > p {
display: flex;
flex-direction: column;
gap: 20px;
border: 2px solid var(--color-general);
border-radius: 4px;
padding: 15px;
}
.partners-form-con > p > span {
text-transform: uppercase;
font-size: 20px;
font-weight: 600;
color: #000;
text-align: center;
}
#name-partner, #phone-partner, #type-partner {
width: 100%;
height: 45px;
font-size: 15px;
padding-left: 15px;
border: 2px solid rgba(0, 0, 0, 0.11);
border-radius: 4px;
}
#name-partner:focus, #phone-partner:focus, #type-partner:focus{
outline: 2px solid var(--color-general);
border: none;
}
#desc-partner{
width: 100%;
height: 70px;
padding-left: 15px;
border: 2px solid rgba(0, 0, 0, 0.11);
border-radius: 4px;
}
#desc-partner:focus{
outline: 2px solid var(--color-general);
border: none;
}
#send-partner{
width: 100%;
height: 60px;
background: var(--color-general);
border: 2px solid var(--color-general);
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.2px;
border-radius: 4px;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
#send-partner:hover{
background: #000;
border: 2px solid var(--color-general);
color: #fff;
}
.wpcf7-not-valid-tip {
width: fit-content;
font-size: 12px;
margin-top: 5px;
}
.partners-form-con {
width: 500px;
box-shadow: 0 0 15px 0 #ffcd0045;
}
.wpcf7-response-output {
margin: 0 !important;
width: 500px;
}
.slide {
display: flex;
justify-content: center;
}
.partners-slider{
position: relative;
}
.partners-slider::before {
content: "";
width: 100%;
height: 2px;
bottom: 2px;
background: var(--color-general);
margin-left: 0;
margin-right: 0;
left: 0;
right: 0;
position: absolute;
}
.order-popup-container {
position: fixed;
top: 0;
bottom: 0;
z-index: 999999;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
background: #000000cc;
display: none;
align-items: center;
justify-content: center;
}
.popup-form-con > p {
display: flex;
flex-direction: column;
width: 500px;
gap: 20px;
}
.popup-form-con > p > span {
font-size: 24px;
color: #000;
text-transform: uppercase;
font-weight: 600;
text-align: center;
margin-bottom: 15px;
}
#order-name, #order-phone, #order-type{
width: 100%;
height: 45px;
border-radius: 4px;
border: none;
outline: 2px solid rgba(0, 0, 0, 0.15);
color: #000;
padding-left: 15px;
}
.order-send{
width: 100%;
height: 70px;
border-radius: 4px;
background: var(--color-general);
border: 2px solid var(--color-general);
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.2px;
cursor: pointer;
transition: all 0.3s ease-in-out;
&:hover{
background: #000;
color: #fff;
border: 2px solid var(--color-general);
}
}
.popup-form-con {
padding: 30px;
border-radius: 4px;
background: #fff;
}
div#wpcf7-f1021-o2 {
position: relative;
}
.order-popup-container > div > div > form > .wpcf7-response-output {
position: absolute;
bottom: 20px;
width: 90%;
margin-left: auto !important;
margin-right: auto !important;
left: 0;
right: 0;
}
.close-popup {
position: absolute;
right: 5px;
z-index: 9999999;
top: 5px;
width: 35px;
height: 35px;
border: none;
outline: 0;
background: transparent;
}
.close-popup > svg {
width: 30px;
height: 30px;
} .acor-container .acor-body {
width: 100%;
margin: 0 auto;
height: 0;
color: rgba(0, 0, 0, 0);
background-color: #fff;
line-height: 20px;
padding: 0 30px;
box-sizing: border-box;
transition: color 0.5s, padding 0.5s;
overflow: hidden;
font-size: 20px;
font-weight: 300;
}
.acor-container .acor-body p {
margin: 0 0 10px;
}
.acor-container label {
cursor: pointer;
background-color: hsl(0deg 0% 100% / 85%);
display: block;
padding: 35px 40px;
width: 100%;
color: #000;
font-weight: 400;
box-sizing: border-box;
z-index: 100;
font-size: 24px;
margin: 0 0 5px;
transition: color .35s;
border-radius: 4px 4px 4px 4px;
}
.acor-container label:hover {
color: rgba(0, 0, 0, 0.89);
}
.acor-container input{
display: none;
}
.acor-container label:before {
content: '\276F';
float: right;
}
.acor-container input:checked + label {
background-color: #fff;
color: #000;
}
.acor-container input:checked + label:before {
transition: transform .35s;
transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
height: auto;
margin-top: -7px;
color: #000;
padding: 20px 40px 10px;
} .faq-con {
display: flex;
width: 100%;
justify-content: space-between;
align-items: flex-start;
gap: 60px;
margin-bottom: 50px;
}
.acor-container {
width: 65%;
}
.faq-form {
width: 35%;
}
.contacts::before {
content: "";
width: 100%;
height: 3px;
position: absolute;
background: var(--color-general);
}
.faq-form-con {
padding: 50px 100px;
}
.faq-form-con > p{
display: flex;
flex-direction: column;
gap: 15px;
}
#faq-name, #faq-phone {
width: 100%;
height: 60px;
border: none;
border-radius: 4px;
background: hsl(0deg 0% 100% / 80%);
outline: 2px solid #76031E;
padding-left: 15px;
}
#faq-question{
width: 100%;
height: 100px;
border: none;
border-radius: 4px;
background: hsl(0deg 0% 100% / 80%);
outline: 2px solid #76031E;
padding-left: 15px;
}
.faq-form > div > form > .wpcf7-response-output {
color: #fff;
font-size: 15px;
text-align: center;
margin-left: auto !important;
margin-right: auto !important;
left: 0;
right: 0;
position: relative;
bottom: 15px;
}
.faq-form-con > p > span > span {
color: #fff;
font-size: 18px;
}
.faq-img {
width: 115px;
height: 180px;
position: absolute;
right: -40px;
top: -40px;
}
.policy {
margin-top: 150px;
}
@media screen and (max-width: 1536.9px) {
:root{
--send-order_padding: 15px 20px;
--send-order_text-size: 18px;
--height-icon: 50px;
}
.container {
max-width: 1436px;
width: 100%;
} .logo-top {
width: 137px;
height: 100px;
}
.header {
height: 90px;
}
#header {
height: 90px;
}
.main-navigation ul {
gap: 25px;
}
.contacts_link-phone {
font-size: 20px;
}
.contacts_link-img {
width: 25px;
height: 25px;
}
.main-navigation a {
font-size: 15px;
}
.header_first-suptitle {
font-size: 22px;
margin-top: 120px;
margin-bottom: 25px;
}
.header_first-subtitle {
font-size: 22px;
}
.header_first-calculation-txt {
font-size: 20px;
width: 47%;
}
.header_first-calculation-button {
padding: 15px 50px;
font-size: 20px;
}
.header_first-advantages-inner_right-bottom {
font-size: 12px;
letter-spacing: 0.2px;
line-height: 15px;
}
.header_first-con {
gap: 30px;
}
.header_first-title {
font-size: 54px;
}
.header_first-calculation,
.header_first-advantages{
margin-top: 0;
}
.header_first-advantages{
gap: 50px;
}
.header_first-advantages-inner_left {
width: 120px;
height: 140px;
min-width: 140px;
}
.header_first-advantages-inner_img {
width: 90px;
height: 100px;
top: calc(50% - var(--height-icon));
}
.header_first {
height: 750px;
}
.to-d {
height: 0px;
}
.to-d img {
top: 20px;
}
.types_lighting-item-title {
font-size: 28px;
}
.types_lighting-item-desc {
font-size: 18px;
}
.portfolio-advantages-title {
font-size: 18px;
}
.portfolio-advantages-desc {
font-size: 14px;
}
.types-button > button {
padding: 20px 40px;
}
.types-button > span {
width: 100%;
font-size: 14px;
}
.menu_tabs > a {
padding: 20px 25px;
}
.main_block_tabs {
margin-top: 10px;
}
.header_first-portfolio {
height: 790px;
}
.materials-title {
font-size: 54px;
}
.materials-subtitle {
font-size: 18px;
margin-bottom: 30px;
}
.materials-tab-desc {
font-size: 14px;
margin-bottom: 20px;
}
.content > div {
margin-top: 10px;
}
.materials-tab-title {
font-size: 28px;
}
.tabs .tab .tab-toggle .tab-name {
font-size: 14px;
}
.content > div > img {
height: 400px;
}
.type-img {
height: 400px;
}
.owl-next {
margin-right: 0;
}
.owl-prev {
margin-left: 0;
}
.slide {
display: flex;
width: 100%;
justify-content: center;
}
.faq-form-con {
padding: 50px 50px;
}
.wpcf7-response-output {
margin: 0 !important;
width: 460px;
}
.slider {
height: 600px;
}
}
@media (max-width: 1440.9px){
.container {
max-width: 1340px;
}
:root {
--send-order_padding: 13px 17px;
--send-order_text-size: 16px;
--height-icon: 40px;
}
.logo-top {
width: 117px;
height: 90px;
}
.header_first {
height: 900px;
}
.header_first-suptitle {
margin-top: 130px;
}
.header_first-con {
gap: 50px;
}
.header_first-advantages-inner_img {
width: 80px;
height: 80px;
}
.header_first-advantages-inner_left {
width: 110px;
height: 130px;
min-width: 130px;
}
.header_first-advantages {
gap: 30px;
}
.header_first-advantages-inner_right-top {
font-size: 38px;
margin-bottom: 20px;
}
.header_first-calculation-txt {
width: 50%;
}
.types_lighting-item {
height: 350px;
padding: 20px;
gap: 20px;
}
.types_lighting-item-title {
font-size: 24px;
}
.types_lighting-item-desc {
font-size: 14px;
}
.types_lighting-item-button,
.types_lighting-item-button-light {
position: absolute;
bottom: 20px;
}
.types_lighting-item-button svg {
width: 79px;
height: 70px;
}
.types_lighting-item-button-light svg {
width: 87px;
margin-left: -15px;
}
.portfolio-advantages-title {
font-size: 16px;
}
.portfolio-advantages-desc {
font-size: 12px;
}
.portfolio-advantages-item {
height: 220px;
}
.portfolio-advantages-img {
top: calc(0% - 65px);
width: 130px;
height: 130px;
}
.portfolio-advantages {
margin-top: 30px;
}
.timer__item {
font-size: 92px;
}
.timer__days {
min-width: 190px;
min-height: 190px;
padding-inline: 40px;
width: fit-content;
}
.timer__item {
height: 190px;
width: 190px;
}
.subtitle-con {
font-size: 16px;
}
.timer__item::before {
font-size: 20px;
}
.timer__item::before {
left: 50%;
top: -25px;
}
.timer__item:last-child::after {
right: 67px;
width: 110px;
height: 140px;
bottom: -138px;
}
.portfolio-button {
padding: 20px 30px;
font-size: 16px;
}
.logo-footer > span {
font-size: 14px;
}
.header {
height: 80px;
}
#header {
height: 80px;
}
.types-title {
font-size: 28px;
}
.types-subtitle {
font-size: 16px;
}
.work-list-atten {
font-size: 14px;
}
.title-work-list {
font-size: 16px;
}
.types-button > button {
font-size: 16px;
}
.types-first_con {
margin-top: 150px;
margin-bottom: 150px;
}
.header_first-portfolio {
height: 900px;
}
.main_block_tabs {
margin-top: 110px;
}
.header_first-portfolio-txt {
font-size: 15px;
}
.header_first-portfolio-subtitle {
font-size: 18px;
}
.materials-title {
font-size: 48px;
}
.materials-subtitle {
font-size: 16px;
margin-bottom: 30px;
}
.footer-about > span {
font-size: 14px;
}
.line-vert {
height: 65%;
}
.faq-form-con {
padding: 40px 50px;
}
.acor-container label {
padding: 25px 30px;
font-size: 22px;
}
.wpcf7-response-output {
width: 390px;
}
.slider {
height: 590px;
}
}
@media (max-width: 1366.9px){
}
@media (max-width: 1280.9px) {
.container {
max-width: 1200px;
width: 100%;
}
:root {
--send-order_padding: 10px 15px;
--send-order_text-size: 16px;
--height-icon: 40px;
}
.header_first {
height: 720px;
}
.header_first-calculation-txt {
width: 51%;
font-size: 16px;
line-height: 20px;
}
.header_first-calculation-button {
padding: 13px 30px;
font-size: 16px;
}
.header_first-subtitle {
font-size: 18px;
}
.header_first-suptitle {
margin-top: 120px;
font-size: 20px;
margin-bottom: 0;
}
.header_first-title {
font-size: 48px;
}
.header_first-advantages-inner_left {
width: 100px;
height: 120px;
min-width: 120px;
}
.header_first-advantages-inner_right-bottom {
font-size: 10px;
letter-spacing: 0.2px;
line-height: 13px;
}
.contacts_link-phone {
font-size: 16px;
}
.logo-top {
width: 107px;
height: 80px;
} .main-navigation a {
font-size: 13px;
} .contacts_link-img {
width: 20px;
height: 20px;
}
.header_first-calculation-button {
padding: 10px 30px;
}
.header_first-con {
gap: 40px;
}
.subtitle-con {
width: 60%;
}
.logo-footer > span {
font-size: 12px;
}
.header {
height: 80px;
}
#header {
height: 80px;
}
.types-img {
width: 460px;
height: 460px;
}
.types-title {
font-size: 22px;
}
.types-subtitle {
font-size: 14px;
}
.title-hr {
margin-bottom: 20px;
margin-top: 10px;
}
.types-button > button {
padding: 15px 40px;
}
.types-button > button {
font-size: 14px;
}
.types-button > span {
font-size: 12px;
}
.header_first-portfolio-txt {
font-size: 14px;
}
.main_block_tabs .menu_tabs a {
font-size: 14px;
}
.menu_tabs > a {
padding: 15px 20px;
}
.header_first-portfolio {
height: 730px;
}
.main_block_tabs {
margin-top: 50px;
}
.header_first-portfolio-subtitle {
font-size: 16px;
}
.materials-title {
font-size: 38px;
}
.materials-subtitle {
font-size: 14px;
margin-bottom: 30px;
}
.materials-tab-title {
font-size: 20px;
}
.materials-tab-desc {
font-size: 12px;
}
.tabs .tab .tab-toggle .tab-name {
font-size: 12px;
}
.content > div > img {
height: 350px;
}
.type-img {
height: 300px;
}
.contacts-title-con {
font-size: 32px;
}
.contact-desc {
font-size: 18px;
}
.contacts-con-head {
margin-top: 150px;
}
.slider {
height: 500px;
}
}
@media (max-width: 1024.9px) {
:root {
--send-order_padding: 7px 10px;
--send-order_text-size: 12px;
--height-icon: 40px;
}
.container {
max-width: 974px;
width: 100%;
}
.header_first {
height: 768px;
}
.header_first-title {
font-size: 38px;
}
.header_first-calculation-txt {
font-size: 14px;
}
.logo-top {
width: 87px;
height: 65px;
}
.contacts_link-phone {
font-size: 14px;
} .main-navigation ul {
gap: 15px;
}
.menu-item-has-children::after {
content: "";
position: absolute;
top: calc(50% - 5px);
right: -8px;
border-top: 2px solid #ffffff;
border-right: 2px solid #ffffff;
width: 5px;
height: 5px;
transform: rotate(135deg);
}
.main-navigation a {
font-size: 11px;
} .types_lighting-item-title {
font-size: 18px;
}
.title-con {
font-size: 28px;
font-weight: 800;
text-transform: uppercase;
margin-block: 30px 40px;
position: relative;
letter-spacing: 0.2px;
}
.portfolio-button {
padding: 15px 20px;
font-size: 14px;
text-align: center;
}
.portfolio-img {
margin-bottom: 0px;
}
.portfolio-advantages-title {
font-size: 14px;
}
.portfolio-advantages-img {
top: calc(0% - 50px);
width: 100px;
height: 100px;
}
.portfolio-advantages-item {
height: 180px;
}
.portfolio-advantages-desc {
font-size: 10px;
}
.timer-con {
gap: 0;
}
.subtitle-con {
font-size: 14px;
}
.timer__item {
height: 120px;
width: 120px;
font-size: 58px;
}
.contacts-con-inner-item {
font-size: 16px;
}
.contacts-con-inner {
flex-direction: column-reverse;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.contacts-con-inner-items {
justify-content: center;
align-items: center;
}
.contacts-con-inner-item {
font-size: 14px;
text-align: center;
}
.logo-footer > span {
font-size: 10px;
}
.header {
height: 60px;
}
#header {
height: 60px;
}
.types-img {
width: 360px;
height: 360px;
}
.types-title {
font-size: 20px;
}
.title-work-list {
font-size: 14px;
}
.title-work-list-item {
font-size: 14px;
}
.work-list-atten {
font-size: 10px;
}
.types-button > span {
font-size: 10px;
}
.types-button > button {
font-size: 12px;
}
.header_first-portfolio-txt {
font-size: 12px;
width: 50%;
}
.header_first-subtitle {
font-size: 14px;
width: 50%;
}
.main_block_tabs .menu_tabs a {
font-size: 12px;
}
.menu_tabs > a {
padding: 15px 15px;
}
.header_first-portfolio-subtitle {
font-size: 14px;
}
.materials-title {
font-size: 32px;
}
.timer__days {
min-width: 120px;
min-height: 120px;
padding-inline: 40px;
width: fit-content !important;
}
.content > div > img {
height: 300px;
}
.materials-tab-desc {
font-size: 10px;
}
.materials-tab-title {
font-size: 18px;
}
.tabs .content {
width: 62%;
}
.materials-con {
min-height: 640px;
}
.header_first-suptitle {
margin-top: 120px;
}
.content > div {
grid-template-columns: repeat(2, 1fr);
}
.footer-about > span {
font-size: 11px;
}
.line-vert {
height: 55%;
}
.contacts-title-con {
font-size: 28px;
}
.contact-desc {
font-size: 18px;
}
.contacts-title-con {
font-size: 22px;
}
.contact-desc {
font-size: 16px;
}
.wpcf7-response-output {
width: 300px;
}
.faq-form-con {
padding: 30px 30px;
}
.faq-con {
margin-top: 20px;
gap: 20px;
}
.acor-container label {
padding: 20px 20px;
font-size: 18px;
}
.slider {
height: 340px;
}
}
@media (max-width: 850.9px) {
:root{
--height-icon: 25px;
--send-order_mobile_padding: 15px 60px;
--send-order_mobile_text-size: 12px;
}
.container {
max-width: 720px;
width: 100%;
}
.header {
height: 70px;
}
#header {
height: 70px;
}
.main-navigation {
display: none;
}
.header_first-title {
font-size: 32px;
}
.header_first-subtitle {
font-size: 16px;
width: 680px;
}
.header_first-con {
gap: 30px;
}
.header_first-advantages-inner_left {
width: 70px;
height: 80px;
min-width: 70px;
}
.header_first-advantages-inner_img {
width: 45px;
height: 50px;
top: calc(50% - var(--height-icon));
}
.header_first-advantages-inner_right-bottom {
font-size: 10px;
letter-spacing: 0.1px;
line-height: 12px;
}
.header_first-advantages-inner_right-top {
font-size: 22px;
margin-bottom: 10px;
letter-spacing: 2px;
}
.header_first-calculation-txt {
width: 57%;
font-size: 12px;
line-height: 15px;
}
.header_first-suptitle {
margin-top: 140px;
}
.header_first {
height: 650px;
}
.header_first-advantages {
gap: 10px;
}
.header_first-calculation-button {
padding: 7px 20px;
}
.header_first-calculation {
gap: 15px;
}
.menu-toggle {
background: transparent;
border: none;
outline: 0;
}
.menu-toggle2 {
background: transparent;
border: none;
outline: 0;
}
.menu-toggle svg {
width: 40px;
height: 30px;
}
.menu-toggle2 svg {
width: 40px;
height: 30px;
}
.menu-item {
position: relative;
} .menu-item-has-children::after {
top: 3px;
right: 10px;
}
.menu_mobile {
display: block;
}
.sub-menu{
display: none;
}
.menu-item-has-children:hover{
.sub-menu{
display: block;
}
}
.menu_con {
position: fixed;
top: 0;
right: 0;
}
.menu_con {
display: none;
}
.menu {
width: 300px;
height: 100vh;
margin: 0;
padding: 15px;
background: rgba(0, 0, 0, 0.97);
padding-top: 90px;
display: flex;
flex-direction: column;
gap: 10px;
}
.menu-close svg {
width: 40px;
height: 40px;
}
.menu-close2 svg {
width: 40px;
height: 40px;
}
.menu-close {
position: absolute;
top: 20px;
right: 25px;
z-index: 99999;
background: #000000;
border: none;
outline: 0;
}
.menu-close2 {
position: absolute;
top: 20px;
right: 25px;
z-index: 99999;
background: #000000;
border: none;
outline: 0;
}
.menu > li > a {
color: aliceblue;
text-decoration: none;
font-size: 16px;
text-transform: uppercase;
font-weight: 600;
}
.sub-menu > li > a {
font-size: 14px;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
}
.menu {
position: fixed;
right: 0;
top: 0;
backdrop-filter: blur(4px);
z-index: 9999;
}
.contacts_link-img {
width: 30px;
height: 30px;
}
.menu_con {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: 300px;
justify-content: center;
align-items: flex-end;
}
.mobile-contacts {
position: relative;
z-index: 9999;
width: 100%;
display: flex;
flex-direction: column;
padding-inline: 15px;
margin-block: 60px;
gap: 20px;
}
.mobile-contacts-top-con {
display: flex;
justify-content: center;
gap: 10px;
}
.mobile-contacts_link-img {
width: 40px;
height: 40px;
}
.mobile-contacts_link-img {
width: 40px;
height: 40px;
}
.contacts_link-phone { }
.mobile_button{
padding: var(--send-order_mobile_padding);
}
.contacts_link-img {
width: 30px;
height: 30px;
}
.menu-toggle {
display: flex;
justify-content: center;
align-items: center;
}
.menu-toggle2 {
display: flex;
justify-content: center;
align-items: center;
}
.contacts-top-con {
margin-left: 200px;
} .types_lighting-con {
grid-template-columns: repeat(1, 1fr);
}
.title-con {
font-size: 28px;
margin-block: 20px 30px;
}
.types_lighting-item-title {
font-size: 24px;
}
.timer__days {
min-width: 120px;
min-height: 120px;
padding-inline: 25px;
width: fit-content;
}
.timer__item:last-child::after {
right: 34px;
width: 70px;
height: 90px;
bottom: -89px;
}
.types-first_con {
margin-top: 110px;
margin-bottom: 110px;
}
.types-img {
width: 260px;
height: 260px;
}
.types-first-inner_con {
gap: 15px;
}
.types-title {
font-size: 16px;
}
.types-subtitle {
font-size: 14px;
}
.title-work-list {
font-size: 14px;
}
.types-list-con {
gap: 10px;
}
.title-work-list-item {
font-size: 14px;
}
.types-button > button {
padding: 12px 20px;
}
.hr-types-lighting {
margin-top: 15px;
margin-bottom: 30px;
}
.header_first-portfolio-txt {
font-size: 14px;
width: 56%;
}
.main_block_tabs .menu_tabs a {
font-size: 14px;
}
.menu_tabs > a {
padding: 12px 12px;
}
.header_first-portfolio-subtitle {
font-size: 14px;
width: 58%;
}
.active_tabs {
font-size: 14px;
padding: 18px 20px;
}
.tabs .tab .tab-toggle:after {
top: calc(50% - 0px);
}
.materials-tab-title {
font-size: 16px;
margin-top: 15px;
}
.tabs .content {
width: 100%;
}
.tab {
margin-top: 10px;
}
.type-img {
height: 250px;
}
.contacts-con-head {
flex-direction: column;
}
.contacts-left {
width: 100%;
}
.contacts-video {
width: 100%;
}
.contacts-title-con {
font-size: 20px;
}
.contacts-con-head {
margin-top: 120px;
gap: 20px;
}
.contact-desc {
font-size: 14px;
}
.partners-form {
width: 100%;
}
.wpcf7-response-output {
width: 100%;
}
.policy {
margin-top: 70px;
}
}
@media (max-width: 470px) {
:root {
--send-order_mobile_padding: 15px 60px;
--send-order_mobile_text-size: 12px;
}
.container {
max-width: 370px;
width: 100%;
}
.header_first-title {
font-size: 24px;
text-align: center;
line-height: 25px;
margin-top: 30px;
}
.header_first-subtitle {
font-size: 12px;
width: 100%;
}
.header_first-calculation {
flex-direction: column-reverse;
gap: 20px;
margin-top: 10px;
}
.header_first-calculation-txt {
width: 100%;
font-size: 14px;
line-height: 14px;
text-align: center;
}
.header_first-calculation-button {
padding: 15px 90px;
font-size: 16px;
width: 100%;
}
.header_first-suptitle {
font-size: 12px;
letter-spacing: 0.1px;
margin-top: 0;
}
.header_first {
height: 100vh;
}
.header_first-advantages {
flex-direction: column;
width: 100%;
}
.to-d {
height: 0px;
top: -50px;
}
.to-d > img {
width: 30px;
height: 20px;
}
.menu_con {
flex-direction: column;
align-items: center;
justify-content: flex-end;
height: 100vh;
width: 300px;
}
.mobile-contacts {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
padding-inline: 15px;
margin-block: 60px;
gap: 20px;
}
.mobile-contacts-top-con {
display: flex;
justify-content: center;
gap: 10px;
}
.mobile-contacts_link-img {
width: 40px;
height: 40px;
}
.mobile-contacts_link-img {
width: 40px;
height: 40px;
}
.contacts_link-phone { }
.mobile_button{
padding: var(--send-order_mobile_padding);
}
.contacts_link-img {
width: 30px;
height: 30px;
}
.logo-top {
margin-left: -10px;
}
.menu-close {
right: 15px;
}
.menu-close svg {
width: 30px;
height: 30px;
}
.menu-close2 {
right: 15px;
}
.menu-close2 svg {
width: 30px;
height: 30px;
}
.to-d > img {
position: relative;
top: 20px;
left: 20px;
animation: to-d 3s infinite linear;
}
.contacts-top-con {
margin-left: 0;
}
@keyframes to-d {
0%{
top: 20px;
}
50%{
top: 70px;
}
100%{
top: 20px
}
}
.title-con {
font-size: 20px;
margin-block: 20px 30px;
text-align: center;
&::after {
content: "";
position: absolute;
bottom: -15px;
right: 0;
left: calc(50% - 40%);
width: 80%;
height: 2px;
background: var(--color-general);
}
}
.types_lighting-item-title {
font-size: 16px;
}
.types_lighting-item-desc {
font-size: 10px;
font-weight: 400;
}
.types_lighting-item {
height: 250px;
padding: 10px;
gap: 10px;
}
.types_lighting-item-title::before {
top: 160px;
}
.types_lighting-item-title::after {
bottom: 160px;
}
.types_lighting-item-button svg {
width: 49px;
height: 40px;
}
.types_lighting-item-button-light svg {
width: 57px;
margin-left: -15px;
}
.header_first-advantages{
margin-top: 30px;
}
.header_first-suptitle {
margin-top: 90px;
}
.portfolio-advantages {
margin-top: 50px;
grid-template-columns: repeat(1, 1fr);
gap: 55px;
}
.portfolio-advantages-item {
height: 150px;
gap: 15px;
border: 2px solid var(--color-general);
padding: 10px;
}
.image-comparison__slider::before {
top: calc(50% - 30px);
left: -30px;
width: 60px;
height: 60px;
border: 2px solid var(--color-general);
background-size: 60%;
}
.portfolio-button {
width: 100%;
}
#header {
height: 80px;
}
.image-comparison {
border: 2px solid var(--color-general);
}
.type-img {
border: 2px solid var(--color-general);
}
.portfolio-img{
gap: 5px;
}
.header_first-con {
gap: 15px;
}
.subtitle-con {
font-size: 12px;
letter-spacing: 0.1px;
font-weight: 500;
line-height: 13px;
width: 80%;
margin-top: 0;
}
.timer__item {
height: 60px;
width: 60px;
font-size: 28px;
border-radius: 10px;
}
.timer__days {
min-width: 60px;
min-height: 60px;
padding-inline: 13px;
width: fit-content;
}
.timer__item:not(:last-child)::after {
right: -11px;
font-size: 30px;
top: 25px;
}
.timer__item::before {
left: 50%;
top: -10px;
font-size: 10px;
}
.timer {
margin-top: 35px;
}
.timer__items {
gap: 15px;
}
.types-first-inner_con {
flex-wrap: wrap;
}
.types-img {
width: 100%;
height: fit-content;
}
.hr-types-lighting {
margin-top: 10px;
margin-bottom: 20px;
}
.types-img{
display: none;
}
.types-img-mobile{
display: block;
}
.types-button {
flex-direction: column;
}
.types-button > button {
width: 100%;
}
.types-button > span {
font-size: 12px;
text-align: center;
}
.menu_tabs > a {
padding: 10px 10px;
}
.menu_tabs {
gap: 5px;
}
.header_first-portfolio-subtitle {
font-size: 14px;
width: 100%;
text-align: center;
}
.header_first-portfolio-txt {
font-size: 14px;
width: 100%;
text-align: center;
}
.header_first-con-portfolio {
gap: 15px;
}
.header_first-portfolio {
height: 600px;
}
.title-con.title_timer-con {
margin-top: 20px;
}
.video-gallery {
grid-template-columns: repeat(1, 1fr);
gap: 5px;
margin-bottom: 20px;
}
.materials-title {
font-size: 24px;
margin-top: 30px;
}
.materials-subtitle {
font-size: 12px;
margin-bottom: 30px;
}
.active_tabs {
font-size: 12px;
padding: 12px 15px;
}
.main_block_tabs {
margin-top: 20px;
}
.tab {
margin-top: 5px;
}
.tabs .content {
padding: 0;
}
.content > div {
flex-direction: column;
}
.content > div > img {
height: fit-content;
width: 100%;
}
.content > div {
grid-template-columns: repeat(1, 1fr);
}
.type-img {
height: 200px;
}
.footer-about {
flex-direction: column;
gap: 1px;
margin-top: 10px;
}
.partners-form-con {
width: 100%;
}
.popup-form-con > p {
width: 100%;
gap: 10px;
}
.popup-form-con {
padding: 10px;
height: 100%;
padding-top: 120px;
}
.popup-form-con > p > span {
font-size: 18px;
}
.acor-container {
width: 100%;
}
.faq-form {
width: 100%;
}
.faq-con {
margin-top: 20px;
gap: 50px;
}
.faq-img {
width: 75px;
height: 120px;
right: 0px;
top: -50px;
}
.acor-container label {
padding: 10px 10px;
font-size: 14px;
}
.acor-container input:checked + label + .acor-body {
padding: 10px 10px 10px;
}
.acor-container .acor-body {
font-size: 14px;
}
.faq-con {
flex-direction: column;
}
.slider__range-visible {
&::before {
width: 45px;
height: 45px;
}
}
.slider {
height: 170px;
}
.logo-footer > span {
font-size: 8px;
}
}
@media (max-width: 375.9px) {
:root {
--button_padding: 10px 10px;
}
.container {
max-width: 340px;
width: 100%;
}
.header_first-subtitle {
font-size: 10px;
width: 330px;
}
.header_first-calculation-txt {
width: 100%;
font-size: 10px;
}
.header_first-con {
gap: 15px;
}
.header > .button-send_order {
display: none;
}
.contacts-top-con {
margin-left: 60px;
gap: 15px;
}
.types_lighting-item {
&:hover {
.types_lighting-item-title {
margin-top: 35px;
transition: all 0.3s ease;
font-size: 14px;
}
}
}
.types_lighting-item-button,
.types_lighting-item-button-light {
position: absolute;
bottom: 10px;
}
.types_lighting-con {
gap: 10px;
}
.title-con {
font-size: 16px;
}
.types_lighting-item-title {
font-size: 14px;
}
.portfolio-img {
gap: 5px;
}
.portfolio-button {
width: 100%;
font-size: 12px;
text-align: center;
}
.main_block_tabs .menu_tabs a {
font-size: 8px;
}
.main_block_tabs {
margin-top: 10px;
}
}