@font-face {
    font-family: 'Montserrat';
    src: url('/templates/css/fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/templates/css/fonts/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    color: #2E2F30;
    background: #F7F7F7;
    letter-spacing: -0.02em;
}

a {
    color: #2E2F30;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}
a:focus-visible {
    outline: 0;
}
a:hover,
a:active {
    color: #489D52;
}

form label a {
    color: #6494E2;
}

div {
    box-sizing: border-box;
}
button {
    font-family: Montserrat;
}
.content {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

.container {
    width: 100%;
    padding: 0 80px;
    padding-top:60px;
    padding-bottom:60px;
}

.btn {
    font-family: Montserrat;
    font-style: normal;
    background: #489D52;
    color: #ffffff;
    border: 1px solid #489D52;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 51px;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    transition: 0.25s;
    height: 64px;
}

.btn:hover {
    background: #fff;
    border: 1px solid #489D52;
    color: #2E2F30;
}

.btn2 {
   font-family: Montserrat;
    font-style: normal;
    /* background: #489D52; */
    color: #489D52;
    border: 1px solid #489D52;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
	padding: 5px 30px 5px 30px;
    align-items: center; 
    cursor: pointer;
    font-size: 14px;
    line-height: 140%;
    font-weight: 600;
    transition: 0.25s;
    height: 48px;
}

.btn.button-transparent {
    background: #ffffff;
    color: #2E2F30;
    border-color: #489D52;
}

.btn.button-transparent:hover {
    background: #fff;
    color: #2E2F30;
}
.form_section form .col .inp-row label::before {
    border: 1px solid #489D52;
}
input[type="text"], .pricelist-section-form input[type="email"] {
    outline: none;
    padding: 19px;
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    color: #757575;
    background: #EDF1F6;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    margin-bottom: 18px;
    height: 64px;
}

input[type="text"]:focus,
input[type="text"]:focus-visible,
.pricelist-section-form input[type="email"]:focus, .pricelist-section-form input[type="email"]:focus-visible {
    outline: none;
    background: #ffffff;
    color: #2E2F30;
    border: 1px solid #2E2F30;
}

input[type="checkbox"] {
    outline: none;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.error {
    position: relative;
}

.error input[type="text"], .error input[type="email"] {
    background: #F9E7E5;
    border: 1px solid #F9E7E5;
    margin-bottom: 35px;
}

.error:after {
    content: attr(data-error);
    position: absolute;
    top: 70px;
    left: 0;
    color: #ff0000;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
}

.custom-checkbox {
    display: none;
}

.custom-checkbox+label:before {
    content: "";
    display: block;
    box-sizing: border-box;
    float: left;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin-top: -3px;
    margin-right: 14px;
    border: 1px solid #2E2F30;
    border-radius: 4px;
    color: #2E2F30;
}

.custom-checkbox:checked+label:before {
    background-image: url('/templates/images/catalog/view/theme/siled/img/checked.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

#top {
    background: #489D52;
    font-size: 16px;
    line-height: 160.4%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 36px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#top .marquee-part {
    margin-right: 100px;
    display: inline-block;
}

#header-top {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    background-color: #fff;
    border-bottom: 1px solid #E5EBF2;
}


@media screen and (min-width: 1280px) {
#header-top {
	height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    background-color: #fff;
    border-bottom: 1px solid #E5EBF2;
	
	position: sticky;
    top: 0;
    z-index: 999;
}
}

@media screen and (max-width: 1279px) {
#header-top {
	height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    background-color: #fff;
    border-bottom: 1px solid #E5EBF2;
	
	position: sticky;
    top: 0;
    z-index: 9998;
}
}





#header-logo {
    display: flex;
    align-items: center;
    width: auto;
}

.header-logo-text {
    color: #757575;
    font-size: 12px;
    line-height: 150%;
    margin-left: -2px; 
}

@media screen and (max-width: 480px) {
.header-logo-text {
visibility: hidden;
display: none;
}
}


#header-links {
    width: 100%;
}

#header-links>ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 16px;
    line-height: 1;
    padding-left: 0;
    align-items: center;
}

#header-links>ul li {
    position: relative;
}
#header-links>ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

#header-links>ul li a:hover {
    color: #489D52;
}

#header-links>ul li a img {
    margin-right: 12px;
}

#header-links .phone-link {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
}

#header-links .phone-link,
#header-links .email-link,
#top-links .email-link,
.mobile_menu_phone,
#mobile_menu_popup .email-link a {
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
}

.header-social a {
    text-decoration: none;
    margin-left: 20px;
}
.header-social a:hover path, .footer_social a:hover path {
    fill: #489D52;
}
.header-bottom {
    height: 70px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 145.4%;
    padding: 0 80px;
    position: relative;
    display: none;
}

.header-bottom > .content {
    height: 70px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 145.4%;
    padding: 0 80px;
    position: relative;
}
.header-bottom .btn {
    padding: 9px 15px;
    line-height: 120%;
    height: 40px;
}

.header-menu {
    width: 52%;
}

.header-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}

.header-cart,
.header_account {
    display: flex;
    align-items: center;
}

.header-cart svg,
.header_account svg {
    margin-right: 12.5px;
}

.header-category-menu {
    height: 70px;
    display: flex;
    align-items: center;
}

.header-category-menu a {
    display: flex;
    align-items: center;
}

.header-category-menu a svg {
    margin-right: 10px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 100%;
    height: 420px;
    width: 100%;
    left: 0;
    top: 70px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    flex-direction: column;
    justify-content: space-between;
}

.header-category-menu:hover .dropdown-menu {
    display: flex;
}

.dropdown-menu-top {
    position: relative;
    padding: 0 80px;
    height: 290px;
}

.dropdown-menu-top li {
    width: 300px;
}

.dropdown-menu-top ul {
    position: unset;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 25%;
    height: 100%;
}

.dropdown-menu-top>ul>li>a {
    width: 190px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    line-height: 145.4%;
    margin-bottom: 23px;
}

.dropdown-menu-top>ul>li>a svg path {
    stroke: #2E2F30;
}

.dropdown-menu-top>ul>li>a:hover svg path {
    stroke: #489D52;
}

.sub-menu-dropdown {
    display: none;
    position: absolute;
    width: 71%;
    right: 0;
    top: calc(50% - 69px);
}

.sub-menu-dropdown.always-open {
    display: flex;
}

.header-category-sub-menu:hover .sub-menu-dropdown {
    display: flex;
}

.sub-menu-dropdown>a {
    position: relative;
    margin-right: 34px;
}

.sub-menu-dropdown>a:last-child {
    margin-right: 0;
}

.sub-menu-dropdown>a img {
    max-width: 240px;
    max-height: 135px;
    border: 2px solid transparent;
}

.sub-menu-dropdown>a:hover img {
    border: 2px solid #FFFFFF;
    box-shadow: 0px 8px 19px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.sub-menu-dropdown>a span {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-weight: 600;
    font-size: 16px;
}

.dropdown-menu-bottom {
    display: flex;
    justify-content: center;
    padding-bottom: 63px;
}

.dropdown-menu-bottom .btn {
    width: 210px;
    height: 64px;
    padding: 0;
}

.main-banner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.main-banner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    position: absolute;
    height: 100%;
    padding: 0 0 170px 100px;
    width: 50%;
    justify-content: center;
}

.main-banner-left .main-banner-title {
    display: block;
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
    color:#FFF;
}

.main-banner-left .main-banner-sub-title {
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 145.4%;
}

.main-banner-left .btn {
    width: 305px;
    height: 64px;
    padding: unset;
    background-color: #489D52;
    border-color: #489D52;
    color: #fff;
}

.main-banner-left .main-banner-sub-title a:link {
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 145.4%;
	color: #ffffff;
}

.main-banner-left .main-banner-sub-title a:hover {
    display: block;
    font-weight: normal;
    font-size: 25px;
    line-height: 145.4%;
	color: #489D52;
}

.main-banner-right {
    width: 100%;
}

.main-banner-right img {
    width: 100%;
}

.main-banner-bottom {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}
#production .block {
    padding-top: 0;
}
#production .block > div {
    padding-top: 60px;
}
.main-banner-bottom>div, .production_lamps > div {
    background: #FFFFFF;
    border-radius: 10px;
    width: 237px;
    height: 64px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 121%;
}

.main-banner-bottom>div:last-child, .production_lamps > div:last-child {
    margin-right: 0;
}

.main-banner-bottom>div img, .production_lamps > div img {
    margin-right: 12px;
	/*margin-right: 28px;*/
}

.category-grid-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
    margin-bottom: 40px;
}

.category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-grid>div {
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
}

/*.category-grid>div:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
}*/

div[class*=columns-] {
    position: relative;
    margin-bottom: 20px;
}

.columns-1 {
    width: calc(25% - 15px);
}

.columns-2 {
    width: calc(50% - 10px);
}

.category-grid img {
    object-fit: cover;
    height: 100%;
}

.category-grid img.on-default {
    opacity: 1;
}

.category-grid img.on-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.category-grid>div:hover img.on-default {
    opacity: 0;
    transition: 0.5s;
}

.category-grid>div:hover img.on-hover {
    opacity: 1;
    transition: 0.5s;
}

.category-grid-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 120.4%;
    position: absolute;
    bottom: 24px;
    left: 21px;
}

.category-grid-item-title span {
    font-weight: normal;
    line-height: 145.4%;
    margin-left: 16px;
}

.project-section-background {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: 0;
    margin-top: -100px;
}
.project-section-background2 {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: 0; 
}

.project-section {
    display: flex;
    justify-content: space-between;
}

.project-section>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin: 100px auto; */
}

.project-section-left {
    width: 60%;
}

.project-section-right {
    width: 40%;
}

.project-section-left img {
    /* padding: 42px 0; */
    width: 100%;
    height: auto;
}

.project-section-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-section-form input[type="text"],
.project-section-form button,
.project-section-form label {
    width: 100%;
    max-width: 440px;
}

.agree-checkbox,
.subscribe-checkbox {
    margin-top: 19px;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
}
.project-section .agree-checkbox, .project-section .subscribe-checkbox, 
.pricelist-section .agree-checkbox, .pricelist-section .subscribe-checkbox, 
.white-popup .agree-checkbox, .white-popup .subscribe-checkbox {
     margin-top: 0px;
     margin-bottom: 19px;
}
.project-section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 108.4%;
    margin-bottom: 25px;
}

.project-section-description {
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
    margin-bottom: 25px;
}

.video-section iframe {
    width: 100%;
    height: 720px;
}

.gif-section {
    height: 718px;
    background-color: #fff;
    background-image: url(../img/color.gif);
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 560px;
    margin-top: 100px;
}

@media screen and (min-width: 980px) {
.gif-section2 {
   height: 718px;
    background-color: #fff;
   background-image: url(../img/mokap.png);
    background-position-x: 940px;
    background-position-y: -51px;
    background-repeat: no-repeat;
    background-size: 710px; 
    margin-top: 102px;
}

}

.gif-section-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 136px;
    padding-left: 122px;
    width: 100%;
    max-width: 700px;
}

@media screen and (max-width: 640px) {
.gif-section-description2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-left: 40px;
	padding-bottom: 40px;
    width: 100%;
    max-width: 700px;
}
}

@media screen and (min-width: 641px) {
.gif-section-description2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 110px;
    padding-left: 90px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 700px;
}
}

.gif-section-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
    margin-bottom: 40px;
}

.gif-section-title2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 110.4%;
    margin-bottom: 40px;
}

.gif-section-text {
    font-weight: normal;
    font-size: 25px;
    line-height: 145.4%;
    margin-bottom: 40px;
}

.gif-section-text2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
    margin-bottom: 40px;
}

.gif-section-color {
    width: 269px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
}

@keyframes sbs-anim {
    0% {
        opacity: 0;
        transform: translateX(0px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: ease-out;
    }
    1% {
        opacity: 0;
        transform: translateX(-1px)translateY(0px)rotate(0deg)scale(1, 1);
        animation-timing-function: ease-out;
    }
    100% {
        opacity: 1;
        transform: translateX(-1px)translateY(0px)rotate(0deg)scale(1, 1);
    }
}

.gif-section-color img {
    margin-right: 25px;
    animation: sbs-anim 25s infinite linear;
    backface-visibility: hidden;
    width: 50px;
    height: 50px;
}

.gif-section-color2 img {
    margin-right: 25px; 
    backface-visibility: hidden;
    width: 150px;
    height: 50px;
}

.pref {
    margin-top: -111px;
}

.pref-section {
    display: flex;
    justify-content: space-between;
}

.pref-section>div {
    margin-right: 44px;
}

.pref-section>div:last-child {
    margin-right: 0;
}

.pref-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
    max-width: 33%;
}

.pref-item img {
    margin-bottom: 29px;
}

.pref-item-title,
.pref-item-bottom .pref-bottom-big {
    font-weight: 600;
    font-size: 30px;
    line-height: 108.4%;
    margin-bottom: 15px;
}

.pref-item-text,
.pref-item-bottom {
    font-weight: normal;
    font-size: 16px;
    line-height: 160.4%;
    margin-bottom: 15px;
}

.pref-bottom-big {
    margin-right: 18px;
}

.conditions-section-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 28px;
    padding-top: 60px
};

.conditions-section {
    display: flex;
    flex-direction: column;
}

.condition-item {
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 55px;
}

.condition-item img {
    width: 75px;
    height: 75px;
}

.condition-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 108.4%;
}

.condition-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
    width: 40%;
}

.calc-section {
    background-color: #ffffff;
    box-shadow: 0px 3.65016px 19.1633px rgba(0, 0, 0, 0.03);
    padding: 75px 0;
    margin-top: 80px;
}

.calc-form {
    display: flex;
    flex-direction: column;
}

.calc-header {
    display: flex;
}

.calc-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 108.4%;
    width: 100%;
    max-width: 334px;
    margin-right: 32px;
}

.calc-description {
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
    width: 100%;
    max-width: 495px
}

.calc-inputs {
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.calc-inputs>* {
    width: calc(33% - 25px);
}

.calc-inputs input[type="text"] {
    width: 100%;
}

.calc-inputs button {
    height: 64px;
}

.calc-checkbox {
    display: flex;
    flex-direction: column;
}

.calc-checkbox label {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #757575;
}

.calc-checkbox>div:last-child {
    margin-top: 18px;
}

.project-list-section {
    margin-top: 100px;
}

.project-list-header {
    display: flex;
    margin-bottom: 40px;
}

.project-list-title {
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
}

.project-list-header a {
    margin-left: 60px;
    height: 64px;
    padding: 21px 61px;
}

.project-list-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-list-body>div {
    margin-bottom: 33px;
}

.pl-column-2,
.pl-column-1 {
    position: relative;
    border-radius: 10px;
}
.pl-column-1:first-child {
    margin-bottom: 33px;
}
.pl-column-2 #carousel3:after,
.pl-column-1:after {
    content: "";
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.49%, rgba(0, 0, 0, 0.83) 100%);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.project-list-body .pl-column-1-rows-2:after {
    content: unset;
}
.project-list-body div>span {
    font-size: 18px;
    line-height: 108.4%;
    font-weight: normal;
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: 34px;
    color: #FFFFFF;
}

.project-list-body div.pl-column-2 span {
    font-size: 30px;
    line-height: 108.4%;
}

.project-list-body .pl-rows-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pricelist-section-background {
    height: 849px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: 0;
    margin-top: 0px;
}

.pricelist-section {
    display: flex;
    justify-content: space-between;
}

.pricelist-section>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricelist-section-left {
    width: 60%;
    position: relative;
}

.pricelist-section-right {
    width: 40%;
}

.pricelist-section-left img {
    width: 100%;
    /* max-width: 688px; */
}

.pricelist-section-left img.pricelist-download-icon {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 141px;
    height: 75px;
}

.pricelist-section-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricelist-section-form input[type="text"],
.pricelist-section-form input[type="email"],
.pricelist-section-form button,
.pricelist-section-form label {
    width: 100%;
    max-width: 440px;
}

.pricelist-checkbox {
    margin-top: 19px;
}

.pricelist-section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 108.4%;
    margin-bottom: 25px;
}

.pricelist-section-description {
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
    margin-bottom: 25px;
}


/*----*/

.mobile_top,
.mobile_header_bottom {
    display: none;
}

.header-category-menu:hover .dropdown-menu {
    background-color: #F7F7F7;
    box-shadow: 0px 20px 20px rgb(0 0 0 / 8%);
}


.main-banner-left>span {
    margin-bottom: 7%;
}

.pl-column-2 {
    width: calc((((100% - 66px) / 3) *2) + 33px);
}

.project-list-body>.pl-column-1 {
    width: calc((100% - 66px) / 3);
}

.condition_item_top {
    display: flex;
    align-items: center;
    width: 33.3%;
    justify-content: space-between;
}
.mobile_container_conditions {
    display: none;
}

.condition-title {
    width: calc(100% - 75px);
    text-align: center;
}

.btn_mobile {
    display: none;
}

.project-list-body>div,
.project-list-body>div {
    border-radius: 10px;
}
.project-list-body>div img,
.project-list-body>div img {
    border-radius: 10px;
}

#footer {
    background-color: #ECF0F3;
}

.footer {
    position: relative;
    padding: 57px 80px 70px;
    display: flex;
    color: #757575;
    font-size: 18px;
    justify-content: space-between;
}

.footer span {
    line-height: 26px;
}

.footer_block_left {
    min-width: 10%
}

.footer_block_left {
    font-size: 16px;
}

.footer_logo_block {
    display: flex;
    margin-bottom: 18px;
}

.footer_logo_block .text_logo {
    font-size: 12px;
    max-width: 35px;
    margin-left: 10px;
    line-height: 16px;
}

.production_warranty,
.footer_left_bottom {
    display: flex;
    flex-direction: column;
}

.footer_left_bottom {
    position: absolute;
    left: 80px;
    bottom: 97px;
}

.footer_links>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.footer_links>ul li {
    width: 33%;
    color: #757575;
    list-style-type: none;
    margin-bottom: 18px;
}

.footer a {
    color: #489d52;
    font-size: 14px;
    line-height: 23px;
}

.footer a:hover {
    color: #489D52;
}

.footer .footer_social a {
    border-bottom: none;
}
.footer .footer_social a:hover {
    border-bottom: none;
}
.footer_block_right {
    max-width: 320px;
}

.footer_block_right>div {
    margin-bottom: 18px;
}

.footer_block_right .footer_phone {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-right: 5px;
}

.footer_phone a {
    color: #000;
    white-space: nowrap;
}

.footer_social svg {
    margin-left: 15px;
    width: 28px;
    height: 28px;
    margin-bottom: -5px;
}

.footer_connection {
    display: flex;
    align-items: center;
}

.regarding_metro_station {
    display: flex;
    align-items: center;
}

.regarding_metro_station .pink {
    font-size: 12;
    color: #fff;
    background-color: #F3ACB0;
    border-radius: 4px;
    margin: -2px 15px 0 5px;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.btn_map button {
    width: 230px;
    height: 64px;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.footer_block_right .footer_connection {
    margin-bottom: 19px;
}

.footer_social {
    display: flex;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 31px 36px;
    width: 370px;
    margin: 20px auto;
    border-radius: 25px;
}

.white-popup span {
    line-height: 21.5px;
}

.white-popup_top {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 33px;
}

.white-popup input,
.white-popup .white-popup_content button {
    width: 100%;
    height: 64px;
}

.white-popup .mfp-close {
    top: -50px;
    right: -15px;
    color: #fff !important;
    opacity: 1;
    font-size: 30px;
}

.white-popup .agree-checkbox {
    color: #757575;
}

.white-popup .agree-checkbox a {
    color: #78aaf5;
}

#success_popup {
    padding: 55px 36px;
}

#success_popup .white-popup_top span {
    font-size: 30px;
    line-height: 32.5px;
}

#success_popup .white-popup_top {
    text-align: center;
}

#success_popup .success_text {
    margin-bottom: 50px;
    font-size: 16px;
    display: block;
}

#success_popup .mfp-close {
    display: none;
}

#success_popup .btn.mfp-close,
#map_popup .btn.mfp-close {
    display: block;
    background-color: #489D52;
    position: relative;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}

#map_popup.white-popup {
    max-width: 800px;
    width: 80%;
    padding: 0;
}

#map_popup .btn.mfp-close {
    width: 223px;
    height: 64px;
    position: absolute;
    top: calc(100% - 104px);
    left: calc(50% - 111.5px);
}

#map_popup .ymaps-2-1-79-map,
#map_popup .ymaps-2-1-79-inner-panes {
    border-radius: 25px;
}

/*.main-banner-right .swiper-container {
    z-index: -1;
}*/

.project-list-body .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.gif-section-color img {
    margin-right: 0;
}

.gif-section-color>span {
    margin-left: 25px;
}

.scroll_top {
    display: none;
    position: fixed;
    right: 50px;
    top: 63px;
    z-index: 1000;
}

.scroll_top_btn {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	
	margin-top: 25px;
}

.scroll_top_active {
    display: block;
}

.scroll_top_btn:hover {
    background-color: #00C200;
    border-color: #00C200;
}

.scroll_top_btn:hover svg path {
    stroke: #fff;
}

.carousel3,
.pl-column-2 .swiper-button-next,
.pl-column-2 .swiper-button-prev {
    display: none;
}

.project-list-section .swiper-button-next {
    background-image: url(../img/img_next.png);
}

.project-list-section .swiper-button-prev {
    background-image: url(../img/img_prev.png);
}

.project-list-section .swiper-button-next,
.project-list-section .swiper-button-prev {
    background-size: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2E2F30;
    opacity: 0.5;
}

.project-list-section .swiper-pagination {
    bottom: 20px;
    width: 100%;
}

.project-list-section .swiper-pagination>span {
    left: 0;
    top: 0;
    bottom: 0;
}

.project-list-section .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 0.5;
    width: 5px;
    height: 5px;
    margin-left: 13.5px;
    background: url(../img/Ellipse_6.png) no-repeat;
}

.project-list-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: url(../img/pgn_active.png) no-repeat;
    margin-bottom: -4.2px;
    width: 18px;
    height: 18px;
}

#mobile_menu_popup .mfp-close,
#mobile_category_popup .mfp-close {
    display: none;
}

#mobile_menu_popup .mfp-close.btn_close,
#mobile_category_popup .mfp-close.btn_close {
    display: block;
    position: absolute;
    background: url(../img/close_delete.png) no-repeat;
    background-position: center
}


/*Р°РЅРёРјР°С†РёСЏ РІСЂР°С‰РµРЅРёСЏ РЅР°С‡Р°Р»Рѕ*/

.gif-section-color img {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 25s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(720deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Р°РЅРёРјР°С†РёСЏ РІСЂР°С‰РµРЅРёСЏ РєРѕРЅРµС†*/


@media screen and (max-width: 1292px) {
    #mobile_menu_popup {
        height: 100%;
        background: #fff;
        padding: 70px 20px 150px;
        font-size: 18px;
    }
    .mobile_menu_title {
        font-weight: 600;
        line-height: 115.9%;
        padding: 0 0 20px;
    }
    #mobile_menu_popup .mfp-close.btn_close {
        display: none;
    }
    #mobile_menu_popup li {
        list-style-type: none;
        margin-bottom: 8px;
        display: flex;
        flex-wrap: wrap;
    }
    #mobile_menu_popup ul {
        padding-left: 0;
    }
    .mobile_menu ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mobile_menu ul li {
        width: 100%;
    }
    .mobile_menu button {
        padding: 20px;
        margin: 0 18px 22px 0;
    }
    .mobile_menu button.btn_child {
        background: #E5EBF2;
        color: #2E2F30;
        border: 1px solid #E5EBF2;
    }
    .mobile_menu button:hover, .mobile_menu button.btn_child:hover {
        background: #00C597;
        border: 1px solid #00C597;
        color: #fff;
    }
    #mobile_menu_popup .mobile_menu>ul {
        margin-bottom: 10;
    }
    .mobile_menu_phone {
        font-size: 25px;
        font-weight: 600;
    }
    .mobile_menu_social {
        display: flex;
    }
    .mobile_menu_social>a {
        margin-left: 25px;
    }
    /*.mobile_menu_catalog_content {
        display: none;
    }*/
    #mobile_menu_popup .email-link {
        font-size: 25px;
        margin-bottom: 32px;
    }
    #mobile_menu_popup .mobile_menu_phone {
        margin-bottom: 15px;
    }
    #mobile_menu_popup, #mobile_category_popup {
        line-height: 145.4%;
    }
    .mobile_menu_catalog_content {
        margin-bottom: 30px;
    }
    .mobile_menu > ul {
        margin-bottom: 30px;
    }
    .mobile_menu_phone {
        line-height: 115.9%;
    }
    #mobile_menu_popup {
        height: 100vh;
        overflow: auto;
    }
}

@media screen and (max-width: 1080px) {
    #cart-total>span {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .calc-checkbox label {
        font-size: 10px;
    }
    #header-links .phone-link,
    #header-links>ul,
    .category-grid-item-title,
    .pref-item-text,
    .condition-text,
    .main-banner-bottom>div, .production_lamps > div {
        font-size: 14px;
    }
    .header-bottom,
    .dropdown-menu-top>ul>li>a,
    .project-section-description,
    .gif-section-text,
    .calc-description,
    .pricelist-section-description {
        font-size: 16px;
    }
    .main-banner-left .main-banner-sub-title,
    .condition-title {
        font-size: 18px;
    }
    .project-section-title,
    .pref-item-title,
    .pref-item-bottom .pref-bottom-big,
    .calc-title,
    .pricelist-section-title {
        font-size: 25px;
    }
    .main-banner-left .main-banner-title,
    .category-grid-title,
    .gif-section-title,
    .conditions-section-title,
    .project-list-title {
        font-size: 30px;
    }
    #top {
        font-size: 12px;
        height: 25px;
    }
    #top .marquee-part {
        margin-right: 50px;
    }
    #header-top,
    .header-bottom,
    .dropdown-menu-top,
    .main-banner-bottom,
    .container {
        padding: 0 40px;
    }
    #header-logo {
        width: auto;
    }
    .header-menu {
        width: 57%;
    }
    .header-cart svg,
    .header_account svg {
        margin-right: 7px;
    }
    .header_account svg {
        margin-left: 5px;
    }
    #account-enter {
        display: none;
    }
    .dropdown-menu {
        height: unset;
    }
    .dropdown-menu-top {
        height: unset;
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .dropdown-menu-top ul {
        width: 20%;
    }
    .dropdown-menu-top li {
        width: 100%;
    }
    .dropdown-menu-top>ul>li>a {
        width: 100%;
    }
    .sub-menu-dropdown {
        width: calc(80% - 60px);
        right: 40px;
    }
    .sub-menu-dropdown>a {
        margin-right: 20px;
        width: calc((100% - 40px) / 3);
    }
    .sub-menu-dropdown>a:nth-last-child {
        margin-right: 0px;
    }
    .sub-menu-dropdown>a img {
        max-width: 100%;
    }
    .dropdown-menu-bottom {
        padding-bottom: 30px;
    }
    .header-bottom>a .btn {
        height: 40px;
        width: 232px;
        text-align: center;
    }
    .main-banner-left {
        padding: 0 0 0 40px;
        padding-bottom: 5%;
    }
    .main-banner-left .btn {
        max-width: 90%;
    }
    .category-grid-title {
        margin-bottom: 28px;
        padding-top: 40px;
    }
    .category-grid img.on-default,
    .category-grid img.on-hover {
        width: 100%;
        height: 100%;
    }
    .category-grid .columns-1 img.on-default,
    .category-grid .columns-1 img.on-hover {
        width: calc(100% + 5px);
    }
    .category-grid-item-title {
        left: 14.5px;
        bottom: 10.5px;
    }
    .project-section-background {
        margin-top: -160px;
    }
    .project-section>div {
        margin: 30px auto;
    }
    .project-section-title {
        margin-bottom: 21px;
    }
    .project-section-description {
        margin-bottom: 21px;
    }
    .video-section iframe {
        height: 51vw;
    }
    .gif-section {
        margin-top: 50px;
        height: 586px;
        background-size: 428px;
    }
    .gif-section-description {
        padding-top: 96px;
        padding-left: 95px;
    }
    .gif-section-title {
        margin-bottom: 20px;
    }
    .gif-section-description {
        max-width: 50%;
    }
    .pref-item {
        width: calc((100% - 40px) / 3);
    }
    .pref-section>div {
        margin-right: unset;
    }
    .conditions-section-title {
        padding-top: 35px;
        line-height: 108.4%;
    }
    .condition-item {
        padding: 50px 30px;
    }
    .condition-text {
        padding-left: 10px;
    }
    .condition-item .btn {
        white-space: nowrap;
    }
    .calc-section {
        margin-top: 30px;
        padding: 50px 0 30px;
    }
    .calc-inputs {
        margin-top: 36px;
    }
    .calc-form {
        margin-bottom: 0;
    }
    .calc-checkbox>div:last-child {
        margin-top: 14px;
    }
    .project-list-section {
        margin-top: 50px;
    }
    .project-list-title {
        display: flex;
        align-items: center;
    }
    .project-list-header {
        margin-bottom: 28px;
    }
    .project-list-section>.container {
        margin-bottom: 30px;
    }
    .pricelist-section-background {
        margin-top: 0;
    }
    .pricelist-section-title {
        /* margin-bottom: 21px;
        margin-top: 55px; */
    }
    .pricelist-section-description {
        margin-bottom: 21px;
    }
    .pricelist-section {
        margin-bottom: 30px;
    }
    .footer {
        font-size: 14px;
        padding: 47px 40px 18px;
    }
    .footer_block_left {
        font-size: 12px;
    }
    .footer_left_bottom {
        left: 40px;
        bottom: 45px;
    }
    .footer_block_right {
        max-width: 300px;
    }
    .footer_block_right .footer_phone {
        font-size: 18px;
    }
    .scroll_top {
        right: 10px;
        top: unset;
        bottom: 65px;
    }
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 767px) {
    .project-section-left img {
        padding:0px;
    }
    .category-grid-item-title,
    .agree-checkbox,
    .subscribe-checkbox {
        font-size: 10px;
    }
    #mobile_cart_total {
        font-size: 11px;
    }
    .main-banner-bottom>div, .production_lamps > div,
    .condition-text {
        font-size: 12px;
    }
    .project-section-description,
    .gif-section-text,
    .gif-section-color,
    .pref-item-text,
    .project-list-body div.pl-column-2 span,
    .calc-description,
    .pricelist-section-description {
        font-size: 14px;
    }
    .main-banner-left .main-banner-sub-title {
        font-size: 16px;
    }
    .mobile_menu_title,
    .main-banner-left .main-banner-title,
    .category-grid-title,
    .project-section-title,
    .gif-section-title,
    .pref-item-title,
    .conditions-section-title,
    .calc-title,
    .project-list-title,
    .pricelist-section-title {
        font-size: 25px;
    }
    
    .mobile_menu_title br,
    .main-banner-left .main-banner-title br,
    .category-grid-title br,
    .project-section-title br,
    .gif-section-title br,
    .pref-item-title br,
    .conditions-section-title br,
    .calc-title br,
    .project-list-title br,
    .pricelist-section-title br {
        display:none;
    }
    .container,
    .mobile_top,
    .mobile_header_bottom,
    .main-banner-bottom {
        padding: 0 20px;
    }
    .mobile_top {
        display: flex;
        height: 50px;
        justify-content: space-between;
        background: #fff;
    }
    .mobile_top_logo {
        display: flex;
        align-items: center;
    }
	
	
	.main-banner-left .main-banner-sub-title a:link {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 145.4%;
	color: #2E2F30;
}

.main-banner-left .main-banner-sub-title a:hover {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 145.4%;
	color: #2E2F30;
}
	
	
    .mobile_header_social {
        display: flex;
        align-items: center;
    }
    .mobile_header_social>a {
        margin-left: 30px;
    }
    .svg_block {
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mobile_cart_total {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 5px;
        height: 17px;
        width: 17px;
        background: #489D52;
        border-radius: 50%;
        color: #fff;
        right: -2px;
        top: -3px;
    }
    #mobile_category_popup {
        height: 100%;
        background: #fff;
        padding: 20px;
        font-size: 18px;
    }
    #mobile_category_popup .mfp-close.btn_close {
        top: 11px;
        right: 5px;
    }
    #mobile_category_popup li {
        list-style-type: none;
        margin-bottom: 18px;
    }
    #mobile_category_popup ul {
        padding-left: 0;
    }
    .header-cart svg,
    .header_account svg {
        margin-right: 0;
    }
    .main-banner {
        flex-direction: column;
    }
    .main-banner>div {
        width: 100%;
    }
    .main-banner .main-banner-left {
        order: 1;
        padding: 21.5px 20px 15px;
    }
    .main-banner .main-banner-right {
        order: 0;
    }
    .main-banner-bottom {
        order: 2;
        position: relative;
        bottom: 0;
        flex-wrap: wrap;
    }
    .main-banner-left>span {
        margin-bottom: 15px;
    }
    .main-banner-left .btn {
        max-width: unset;
    }
    .main-banner-bottom>div, .production_lamps > div {
        margin-right: 0;
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
    .main-banner-bottom>div img, .production_lamps > div img {
        width: 40px;
    }
    .category-grid-title {
        margin-top: 15.5px;
        margin-bottom: 15px;
        padding-top: 30px;
    }
    .columns-2 {
        width: 100%;
    }
    .carousel3,
    .pl-column-2 .swiper-button-next,
    .pl-column-2 .swiper-button-prev {
        display: block;
    }
    .columns-1 {
        width: calc(50% - 8px);
    }
    div[class*=columns-] {
        margin-bottom: 16px;
    }
    .category-grid {
        padding-bottom: 16px;
    }
    .project-section {
        flex-direction: column;
    }
    .project-section-background {
        margin-top: 0;
    }
    .project-section>div {
        margin: 0px auto;
        width: 100%;
    }
    .btn {
        width: 100%;
    }
    .video-section {
        margin-top: 15px;
    }
    .gif-section {
        margin-top: 0;
        background-size: 55%;
        height: auto;
    }
    .gif-section-description {
        max-width: unset;
        padding-left: 0;
        padding-top: 50%;
    }
    .gif-section-title {
        margin-bottom: 14px;
    }
    .gif-section-text {
        margin-bottom: 15px;
    }
    .pref {
        margin-top: 0;
        padding-top: 40px;
        background-color: #fff;
    }
    .pref-section {
        flex-direction: column;
    }
    .pref-item {
        max-width: unset;
        width: 100%;
        margin-bottom: 25px;
    }
    .pref-item img {
        margin-bottom: 20px;
    }
    .conditions-section {
        background-color: #fff;
        margin-left: -20px;
        margin-right: -20px;
    }
    .project-list-section>.container {
        margin-bottom: 35px;
    }
    .mobile_container_conditions {
        display: block;
        margin-bottom: 56px;
    }
    .condition-item {
        padding: 25px 20px;
        flex-direction: column;
        box-shadow: unset;
        margin-bottom: 0;
    }
    .condition_item_top {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .condition-title {
        text-align: left;
        width: unset;
        margin-left: 20px;
    }
    .condition-item img {
        width: 55px;
        height: 55px;
    }
    .condition-text {
        width: 100%;
        margin-bottom: 20px;
    }
    .condition-item .popup_btn {
        width: 100%;
    }
    .calc-section {
        padding: 33px 0 30px;
    }
    .calc-header {
        flex-direction: column;
    }
    .calc-title {
        margin-bottom: 13px;
    }
    .calc-inputs {
        flex-direction: column;
    }
    .calc-inputs>* {
        width: 100%;
    }
    .calc-inputs button {
        margin-bottom: 18px;
    }
    .project-list-section {
        margin-top: 33px;
    }
    .project-list-section .container {
        padding: 0;
    }
    .project-list-header {
        margin-bottom: 22px;
    }
    .project-list-header>.btn {
        display: none;
    }
    .pl-column-2 {
        width: 100%;
    }
    .project-list-body>.pl-column-1 {
        display: none;
    }
    .project-list-body>div,
    .project-list-body>div {
        margin-bottom: 17px;
    }
    .project-list-body div>span {
        color: #2E2F30;
        position: relative;
        bottom: 0;
        left: 20px;
        top: 17px;
    }
    .btn_mobile {
        display: block;
        margin: 30px auto 0;
        width: calc(100% - 40px);
        text-align: center;
    }
    .pricelist-section {
        margin-bottom: 0;
        flex-direction: column;
    }
    .pricelist-section-left {
        width: 100%;
    }
    .pricelist-section-right {
        width: 100%;
    }
    .pricelist-section-background {
        height: 857px;
    }
    #footer {
        padding-bottom: 61px;
    }
    .footer {
        flex-wrap: wrap;
        padding: 50px 20px 20px;
    }
    .footer>div {
        width: 100%;
    }
    .footer_left_bottom {
        left: 20px;
    }
    .footer_block_left {
        margin-bottom: 30px;
        order: 0;
    }
    .footer_logo_block {
        width: 50%;
    }
    .footer_block_center {
        order: 2;
        margin-top: 8px;
    }
    .footer_links>ul {
        padding-left: 0;
    }
    .footer_links>ul li {
        width: 50%;
    }
    .footer_block_right {
        max-width: none;
        order: 2;
    }
    .btn_map button {
        width: 100%;
    }
    #map_popup.white-popup {
        width: 100%;
        height: 100vh;
        margin-top: 0;
        margin-bottom: 0;
    }
    .google-map-borders {
        height: 100%;
    }
    .scroll_top {
        bottom: unset;
        top: 90px;
        right: 20px;
    }
    #map_popup .white-popup {
        margin: 0;
        border-radius: 0;
    }
    #map_popup .ymaps-2-1-79-map,
    #map_popup .ymaps-2-1-79-inner-panes {
        border-radius: 0px;
    }
    .mfp-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #map {
        height: 100% !important;
    }
    .white-popup {
        max-width: 90%;
    }
    .footer_social svg {
        width: 24px;
        height: 24px;
        margin-bottom: -5px;
    }
    #mobile_menu_popup li {
        margin-bottom: 10px;
    }
    .mobile_menu button.btn {
        padding: 13px 20px;
        margin: 0 18px 16px 0 !important;
        height: 48px;
        width: auto;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1160px) {
    #header-logo {
        width: 25%;
    }
    .main-banner-left .main-banner-title {
        font-size: 40px;
        line-height: 90%;
    }
    .main-banner-left .btn {
        max-width: 90%;
    }
}

@media screen and (min-width: 920px) and (max-width: 1024px) {
    .main-banner-bottom>div:nth-child(1),
    .main-banner-bottom>div:nth-child(2),
    .production_lamps > div:nth-child(1), .production_lamps > div:nth-child(2) {
        padding-right: 38px;
    }
}

@media screen and (min-width: 768px) and (max-width: 850px) {
    #header-top #header-logo svg {
        width: 80px;
    }
    #header-top .header-social {
        display: flex;
    }
    .header-social a {
        margin-left: 5px;
    }
    .header-bottom>a .btn {
        width: auto;
    }
    .category-grid-item-title span {
        white-space: nowrap;
        margin-left: 0;
        padding-right: 20px;
    }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .footer_social svg {
        margin-left: 15px;
        margin-right: 0px;
    }
}


ul.breadcrumb {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    margin: 0;
}
ul.breadcrumb li a {
    font-weight: normal;
    font-size: 18px;
    line-height: 145.4%;
}
ul.breadcrumb li:last-child a {
    color: #757575;
    pointer-events: none;
}
ul.breadcrumb li {
    margin-right: 5px;
}
ul.breadcrumb li a:before {
    content: '/';
    margin: 0 6px 0 2px;
    display: inline-block;
    vertical-align: middle;
}
ul.breadcrumb li:first-child a:before {
    display: none;
}
#product-product > .row {
    padding: 60px 0;
}
.card .similar-item .heading {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#order_popup .amount {
    min-width: 145px;
    width: 145px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 18px;
}
#order_popup .amount button {
    cursor: pointer;
    font-size: 20px;
    background: #fff;
    border: 1px solid #ccc;
}

#order_popup .amount button, #order_popup .amount input {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#order_popup .amount input {
    border: none;
    padding: 0;
    font-size: 18px;
    color: #2e2f30;
    background: #edf1f6;
}
#cart_success_popup .white-popup_top {
    text-align: center;
}
#cart_success_popup .white-popup_top span {
    font-size: 30px;
    line-height: 32.5px;
}
#cart_success_popup .success_text {
    margin-bottom: 50px;
    font-size: 16px;
    display: block;
}
#cart_success_popup .mfp-close {
    display: none;
}
#cart_success_popup .btn.mfp-close, #map_popup .btn.mfp-close {
    display: block;
    background-color: #489D52;
    position: relative;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}
.popular .container-1, .blogs .container-1 {
    overflow: hidden;
    padding-bottom: 5px;
}

.block {
    background: #fff;
    /* padding-top: 60px; */
}
.block h1 {
    margin-top: 0;
}
.container.block {
    padding-top:60px;
    padding-bottom:40px;
}
#affilate .content_top, #affilate .tab-pane, .our_partners_bottom , .production_lamps, .types_lamps {
    margin-bottom: 60px;
}
#about_us .project-list-section {
    padding-bottom: 50px;
    margin-top: 0;
}
.production_lamps {
    display: flex;
    justify-content: center;
}
.production_lamps > div {
    border: 1px solid #CCCCCC;
}
.our_partners, .about_us_top, #information-contact .panel-body, #affilate #content,
#blogs .block, .btn_show_all, #production {
    font-size: 18px;
    line-height: 26px;
}
.delivery_container .delivery_block {
    font-size: 18px;
    line-height: 145.4%;
}
.our_partners_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px !important;
    flex-wrap: wrap;
}
.our_partners_top h2 {
    margin-bottom: 20px;
}
.our_partners_top .block_first {
    width: 35%;
    padding-right: 80px;
}
.our_partners_top .block_second {
    width: 43%;
    padding-right: 80px;
    line-height: 141.4%;
    font-size: 19.18px;
}
.our_partners_top .block_last {
    width: 22%;
}
.our_partners_top .popup_btn {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_partners_container {
    display: flex;
    justify-content: center;
}
.our_partners_bottom {
    justify-content: center;
    display: flex;
    width: 1504px;
}
.slideshow.swiper-viewport {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.our_partners_carousel {
    width: 100%;
}
.our_partners .our_partners_border {
    margin-right: 40px;
    width: 100%;
    height: 346px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    padding: 20px;
}
.about_us_top {
    padding-bottom: 20px;
}
.about_us_top > div {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.about_us_top > div > div:first-child {
    padding-right: 15px;
}
.about_us_top > div > div:last-child {
    padding-left: 15px;
}
.about_us_top .about_us_top_text, .specialists_production .block_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_us_top .about_us_top_img, .specialists_production .specialists_production_img {
    width: 50%;
}
.about_us_top img, .specialists_production img {
    width: 100%;
    border-radius: 10px;
}
.delivery_container .delivery_block {
    padding-bottom: 20px;
    display: flex;
}
.delivery_block.delivery_block_xs {
    display: none;
}
.delivery_container .delivery_text {
    position: relative;
    margin-bottom: 40px;
}
.delivery_container .delivery_left {
    margin-right: 99px;
}
.delivery_container .delivery_left .delivery_text {
    padding-left: 70px;
}
.delivery_container .delivery_text > div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 49px;
    height: 49px;
    border: 1px solid #489D52;
    border-radius: 50%;
    left: 0;
    font-size: 16px;
    line-height: 160.4%;
}
#information-contact .panel-default {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
#information-contact .panel-map {
    width: 60%;
    border-radius: 10px;
    overflow: hidden;
}
#information-contact .panel-body {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 60px;
    color: #757575;
}
#information-contact .panel-body .row > div {
    margin-bottom: 23px;
}
#information-contact .panel-body a {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 30px;
    line-height: 32.52px;
}
#information-contact .panel-body a:hover {
    color: #489D52;
    border-bottom: 1px solid #489D52;
}
#information-contact .panel-body .footer_social a {
    border-bottom: none;
    color: #2E2F30;
}
#information-contact .panel-body .footer_social svg {
    width: 40px;
    height: 40px;
}
#contact_map {
    width: 100%;
    height: 441px;
}
#information-contact address {
    max-width: 316px;
    font-style: inherit;
}
#information-contact .ymaps-2-1-79-balloon__layout {
    border-radius: 7px;
}
#information-contact .ymaps-2-1-79-balloon {
    box-shadow: none;
}
#information-contact .ymaps-2-1-79-balloon__close {
    display: none;
}
#information-contact .ymaps-2-1-79-balloon__content {
    padding: 0 5px;
    margin-right: 0px;
}
#information-contact .ymaps-2-1-79-balloon__content #id_164810485841996407314 {
    height: unset;
}
#information-contact .ymaps-2-1-79-balloon-content__footer {
    
}
#affilate .block {
    padding-top: 40px;
}
#affilate .content_top, #affilate .tab-pane {
    display: flex;
    flex-wrap: wrap;
}
#affilate .block_first, #affilate .block_second {
    width: 50%;
}
#affilate .block_text {
    max-width: 1201px;
}
#affilate .block_second .block_text {
    font-weight: 600;
    max-width: 380px;
    margin-left: 20px;
}
#affilate .content_top .block_second {
    
}
#affilate .production_lamps {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
}
#affilate .production_lamps > div {
    margin-right: 0;
    border: none;
    padding-right: 0;
    padding-top: 0;
    max-width: 50%;
    height: 107px;
}
#affilate .production_lamps > div img {
    margin-right: 20px;
}
#affilate .tab-pane {
    display: none;
    padding-bottom: 40px;
    flex-direction: column;
}
#affilate .tab-pane > div {
    display: flex;
    flex-wrap: wrap;
    background-color: #F6F7F8;
    border-radius: 0px 12px 12px 12px;
}
#affilate .tab-pane.active {
    display: flex;
}
/*#affilate .content_tabs .block_second {
    padding-left: 20px;
}
#affilate .content_tabs .block_second .popup_btn button {
    margin-left: 20px;
}
#affilate .content_tabs .block_second .popup_btn {
    display: block;
    max-width: 280px;
}
#affilate .content_tabs .block_second .block_text {
    max-width: unset;
    margin-bottom: 35px;
}*/
#affilate .tab-pane nav {
    display: flex;
}
#affilate .content_tabs .nav-tabs {
    display: flex;
}
#affilate .content_tabs .nav-item {
    width: 400px;
    height: 130px;
    background: #ECF0F3;
    font-size: 30px;
    line-height: 108.4%;
    font-weight: 600;
    letter-spacing: -0.02em;
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    padding-left: 24px;
    cursor: pointer;
}
#affilate .content_tabs .nav-item:first-child {
    border-radius: 12px 0 0 0;
}
#affilate .content_tabs .nav-item:last-child {
    border-radius: 0 12px 0 0;
}
#affilate .content_tabs .nav-item:hover {
    color: #489D52
}
#affilate .content_tabs .nav-item.active {
    background-color: #F6F7F8;
}
#affilate .content_tabs .nav-item img, #affilate .content_tabs .nav-item svg {
    margin-right: 20px;
}
.container-1 {
    max-width: unset !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    padding-top:60px !important;
    padding-bottom:60px !important;
}
.content {
    max-width: unset !important;
}
.header-bottom {
    padding: 0;
}
.main-banner-bottom {
    justify-content: center;
}
.category-grid img {
    height: 100%;
    width: 100%;
}
.blogs_row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blog_col_1 {
    width: 100%;
}
.blog_col_2 {
    width: calc(100% / 2);
}
.blog_col_3 {
    width: calc(100% / 3);
}
.blog_col_4 {
    width: calc(100% / 4);
}
#special_category .blogs_block .item_row_1, #news_category .blogs_block .item_row_1 {
    width: calc(100% / 2) !important;
}
.blogs_block .blog-item .product-image {
    border-radius: 10px;
    width: 100%;
}
.blogs_block .blog-item .blog_img {
    margin-bottom: 15px;
}
.blogs_block .blog-name,  .btn_show_all {
    border-bottom: 1px solid #ccc;
}
.blogs_btn_show {
    display: flex;
    justify-content: center;
}
.btn_show_all {
    color: #489D52;
    margin-bottom: 40px;
}
.btn_show_all.btn_hide, .amount__remove.btn_hide, .amount_fake_btn.btn_hide {
    display: none;
}
.popular .swiper-slide .heading {
    text-decoration: none !important;
}
.popular .swiper-slide .heading a, .blog_product_related .heading a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 145.4%;
}
#blogs .popular {
    display: none;
}
.other_blogs.block {
    margin-top: 60px;
    padding-bottom: 60px;
}
.production_other_blogs {
    background-color: #F7F7F7;
    padding-top: 1px;
}
.projects.other_blogs .swiper-slide img {
    height: unset;
}
.other_blogs .swiper-slide img, .projects.other_blogs .swiper-slide img, .blogs_block .blog-item img.product-image {
    width: 103%;
    margin-left: -1.5%;
    margin-bottom: -1%;
    margin-right: -1%;
    margin-top: -1%;
    border-radius: 10px;
    -webkit-transition: -webkit-filter .3s linear,-webkit-transform .3s linear;
    transition: -webkit-filter .3s linear,-webkit-transform .3s linear;
    transition: filter .3s linear,transform .3s linear;
    transition: filter .3s linear,transform .3s linear,-webkit-filter .3s linear,-webkit-transform .3s linear;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}
.other_blogs .swiper-slide img:hover, .blogs_block .blog-item img.product-image:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
}
.other_blogs .swiper-slide > a, .blogs_block .blog-item .blog_img {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.other_blogs .swiper-slide .heading {
    margin: 0;
    padding: 30px;
}
.projects .swiper-slide .heading {
    text-decoration: none !important;
}
.projects .swiper-slide .heading a {
    font-size: 18px;
    line-height: 145.4%;
    border-bottom: 1px solid #ccc;
}
.other_blogs .swiper-slide:hover .heading a {
    color: #489D52;
}
.swiper-sld .swiper-button-next, .swiper-sld .swiper-button-prev, button.swiper_btn {
    width: 60px;
    height: 60px;
    margin-top: 0;
    top: calc(50% - 30px);
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.swiper-sld .swiper-button-next, .swiper-sld .swiper-button-prev {
    width: 80px;
    height: 80px;
    top: calc((50% - 40px) + 52px);
}
.swiper-sld .swiper-button-prev {
    left: 70px;
}
.swiper-sld .swiper-button-next {
    right: 70px;
}
.other_blogs .container-1 {
    overflow: hidden;
}
.blog-gallery {
    display: flex;
    flex-wrap: wrap;
}
.blog-gallery .tn-atom.t-zoomable {
    position: relative;
}
.blog-gallery .tn-atom.t-zoomable:before{
    display: block;
    padding-top: calc(9 / 16 * 100%);
    content: "";
}
.blog-gallery .tn-atom.t-zoomable img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-descr {
    padding-bottom: 50px;
} 
.blog-descr img {
    border-radius: 10px;
}
.blog-descr ul {
    padding-left: 19px;
}
.blog-descr ul li {
    margin-bottom:10px;
}
#production .blog-list-section {
    margin-top: 0;
}

.specialists_production > div {
    display: flex;
    flex-wrap: wrap;
}
#production .blog-section>div {
    margin: 0px auto 60px;
}
.specialists_production > div > div:first-child {
    padding-right: 20px;
}
.specialists_production > div > div:last-child {
    padding-left: 20px;
}
.specialists_production_body .block_text {
    padding-left: 20px;
}
.specialists_production_body .specialists_production_img {
    padding-right: 20px;
}
.specialists_production h2 {
    margin-bottom: 25px;
}
.specialists_production .block_text, .specialists_production .specialists_production_img {
    margin-bottom: 35px;
}
.advantages, .why_we_block > div  {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}
.advantages_block {
    display: flex;
    width: calc(50% - 20px); 
    margin-bottom: 50px;
}
.advantages_block img {
    width: 75px;
    height: 75px;
    margin-right: 40px;
}
.advantages_block svg {
    max-width: 75px;
    margin-right: 40px;
}
.advantages_block span {
    max-width: calc(100% - 115px);
}
.advantages h3 {
    margin: 0 0 15px;
    font-size: 25px;
}
.why_we_block {
    margin-bottom: 30px;
}
.why_we_block .why_we_top {
    font-size: 25px;
    line-height: 145.4%;
    margin-bottom: 20px;
}
.why_we_block .why_we_top > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why_we_block .why_we_top svg {
    margin-right: 25px;
}
.why_we_block .why_we_top > div > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
.why_we_block .block_1 svg {
    width: 174px;
}
.why_we_block .block_2 svg {
    width: 105px;
}
.why_we_block .block_3 svg {
    width: 141px;
}
.why_we_block .block_4 svg {
    width: 174px;
}
.why_we_block .block_5 svg {
    width: 387px;
}
.why_we_block .block_6 svg {
    width: 115px;
}
.why_we_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why_we_bottom > div {
    margin-bottom: 30px;
}
.why_we_bottom img {
    width: 100%;
    border-radius: 10px;
}
.why_we_bottom .img_full {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.why_we_bottom .img_half {
    width: calc(50% - 15px);
}
.categories .model-item {
    width: calc(100% / 4 - 18px);
}
@media screen and (min-width: 1280px) {
    .pricelist-section-right {
        /* margin-left: 60px; */
    }
}
@media screen and (min-width: 1025px) {
    .blogs_block.container-1 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .blogs_block .blog-item {
        padding: 0 25px;
        margin-bottom: 50px;
    }
    .advantages {
        margin-bottom: 20px;
    }
    .blogs_block .item_row_1 .blog-name {
        font-size: 25px;
        line-height: 145.4%;
    }
    .pricelist-section-left img {
        /* max-width: unset; */
    }
    .pricelist-section-left img.pricelist-download-icon {
        width: 25.5%;
        height: auto;
        right: 3.6%;
        bottom: 6%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container-1 {
        /* padding: 0 40px !important; */
    }
    #affilate .production_lamps > div img {
        margin-right: 2.5vw;
    }
    .blogs_block.container-1 {
        padding-left: 22.5px !important;
        padding-right: 22.5px !important;
    }
    .blogs_block .blog-item {
        padding: 0 17.5px;
        margin-bottom: 30px;
    }
    .blogs_block .item_row_1 .blog-name {
        font-size: 18px;
        line-height: 145.4%;
    }
}
@media screen and (max-width: 1024px) {
    .block {
        padding-top: 40px;
    }
    .our_partners_top {
        margin-bottom: 40px !important;
        font-size: 16px;
    }
    .our_partners_top .block_second, .about_us_top, #affilate #content, #blogs .block, .btn_show_all, #production {
        font-size: 16px;
    }
    .our_partners_top .block_first {
        padding-right: 10px;
    }    
    .our_partners_top .block_second {
        padding-right: 10px;
    }
    .our_partners_carousel {
        width: 1090px;
    }
    .our_partners .our_partners_border {
        margin-right: 30px;
        width: 250px;
        height: 250px;
    }
    .about_us_top .about_us_top_text, .specialists_production .block_text {
        width: 45%;
    }
    .about_us_top .about_us_top_img, .specialists_production .specialists_production_img {
        width: 55%;
    }
    .slideshow.swiper-viewport {
        margin-bottom: 40px;
        width: 100%;
        overflow: hidden;
    }
    .delivery_container .delivery_block {
        flex-wrap: wrap;
    }
    .delivery_container .delivery_left {
        margin-right: 0;
    }
    #information-contact .panel-default {
        padding-bottom: 50px;
    }
    #information-contact .panel-body {
        font-size: 14px;
        padding-left: 50px;
    }
    #information-contact .panel-body a {
        font-size: 18px;
        line-height: 21.67px;
    }
    #contact_map {
        height: 369px;
    }
    #information-contact .panel-body .footer_social svg {
        width: 32px;
        height: 32px;
    }
    #affilate .content_tabs .nav-item {
        width: 278.5px;
        height: 95.9px;
        margin-right: 20px;
        padding-right: 10px;
    }
    #affilate .content_tabs .nav-item img, #affilate .content_tabs .nav-item svg {
        width: 65px;
        margin-right: 20px;
    }
    .btn_show_all {
        margin-bottom: 30px;
    }
    .other_blogs.block {
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .blog-descr {
        padding-bottom: 40px;
    }
    .specialists_production h2 {
        margin-bottom: 20px;
    }
    .advantages h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }
    .advantages_block {
        margin-bottom: 40px;
    }
    .advantages_block img {
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }
    .advantages_block svg {
        max-width: 60px;
        margin-right: 30px;
    }
    .advantages_block span {
        max-width: calc(100% - 90px);
    }
    .advantages {
        line-height: 145.4%;
    }
    .why_we_block .why_we_top > div > div {
        margin-bottom: 30px;
    }
    .why_we_block .block_1 svg {
        width: 127px;
    }
    .why_we_block .block_2 svg {
        width: 82px;
    }
    .why_we_block .block_3 svg {
        width: 107px;
    }
    .why_we_block .block_4 svg {
        width: 131px;
    }
    .why_we_block .block_5 svg {
        width: 278px;
    }
    .why_we_block .block_6 svg {
        width: 81px;
    }
    .why_we_block .why_we_top {
        font-size: 18px;
    }
    .why_we_bottom > div {
        margin-bottom: 20px;
    }
    .why_we_bottom .img_half {
        width: calc(50% - 10px);
    }
    .popular .swiper-slide .heading a {
        font-size: 14px;
        line-height: 163.9%;
    }
    .projects.other_blogs .swiper-slide img, .blogs_block .blog-item img.product-image {
        width: auto;
    }
    .other_blogs .swiper-slide > a, .blogs_block .blog-item .blog_img {
        justify-content: center;
    }
    #affilate .tab-pane .block_text p:last-child {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .container-1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .block {
        padding-top: 30px;
    }
    #about_us .production_lamps {
        flex-wrap: wrap;
        margin-bottom: 40px;
        justify-content: space-between;
    }
    .main-banner-bottom {
        justify-content: space-between;
    }
    #about_us .pricelist-section-title {
        margin-top: 40px;
    }
    #about_us .blog-list-section {
        padding-bottom: 40px;
    }
    .project-list-body .blog_name {
        bottom: -30px;
        top: unset;
        position: absolute;
    }
    .our_partners_top {
        margin-bottom: 30px !important;
        font-size: 14px;
    }
    .our_partners_top .block_second, .about_us_top, #affilate #content, #blogs .block, .btn_show_all, #production {
        font-size: 14px;
    }
    .delivery_container .delivery_block {
        font-size: 12px;
        line-height: 150%;
    }
    .our_partners_top > div {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .our_partners_top .block_first {
        order: 0;
    }
    .our_partners_top .block_last {
        order: 2;
    }
    .our_partners_top .block_second {
        order: 1;
    }
    .our_partners_top .block_last .popup_btn {
        width: 230px;
    }
    .our_partners_carousel {
        width: 589px;
    }
    .our_partners .our_partners_border {
        margin-right: 15px !important;
        width: 136px;
        height: 136px;
    }
    .about_us_top {
        padding-bottom: 0;
    }
    .about_us_top .about_us_top_text, .about_us_top .about_us_top_img, .specialists_production .block_text, 
    .specialists_production .specialists_production_img {
        width: 100%;
    }
    .specialists_production .block_text, .specialists_production .specialists_production_img {
        margin-bottom: 20px;
    }
    .about_us_top .about_us_top_text {
        order: 1;
    }
    .about_us_top .about_us_top_img {
        order: 0;
        margin-bottom: 20px;
    }
    .about_us_top > div > div, .specialists_production > div, .specialists_production > div > div {
        padding: 0px !important;
    }
    .specialists_production h2 {
        margin-bottom: 0;
    }
    .blog-list-body .blog_name {
        position: absolute;
        top: unset;
        bottom: -27px;
    }
    .delivery_container .delivery_block {
        display: none;
        padding-bottom: 0;
    }
    .delivery_container .delivery_block.delivery_block_xs {
        display: flex;
    }
    #information-information .catalog_info {
        display: none;
    }
    #information-contact .panel-default {
        padding-bottom: 30px;
    }
    #information-contact .panel-body {
        padding-left: 0px;
    }
    #information-contact .panel-map, #information-contact .panel-body {
        width: 100%;
    }
    #information-contact .panel-body {
        order: 0;
    }
    #information-contact .panel-map {
        order: 1;
    }
    #contact_map {
        height: 250px;
    }
    #affilate .block_first, #affilate .block_second {
        width: 100%;
    }
    .slideshow.swiper-viewport, #affilate .production_lamps, #affilate .content_tabs .block_text, 
    .delivery_container .delivery_text, #affilate .content_top, #affilate .tab-pane {
        margin-bottom: 30px;
    }
    #affilate .production_lamps > div {
        height: 80px;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    #affilate .block_second .block_text {
        margin-left: 0;
    }
    #affilate .content_tabs .block_second .popup_btn button {
        margin-left: 0px;
    }
    #affilate .content_tabs .block_second .popup_btn {
        max-width: unset;
    }
    #affilate .content_tabs .block_second {
        padding-left: 0px;
    }
    #affilate .content_tabs .nav-item {
        font-size: 10px;
    }
    #affilate .content_tabs .nav-item {
        width: 50%;
        height: 60px;
        padding: 0 10px;
        margin-right: 16px;
        line-height: 15px;
    }
    #affilate .content_tabs .nav-item img, #affilate .content_tabs .nav-item svg {
        width: 40px;
        margin-right: 10px;
    }
    .blogs_block .blog-item, #special_category .blogs_block .item_row_1, #news_category .blogs_block .item_row_1 {
        width: 100% !important;
    }
    .blogs_block .blog-item {
        margin-bottom: 30px;
    }
    #blogs .popular {
        display: block;
    }
    .other_blogs .swiper-slide {
        width: 287px;
    }
    .other_blogs.block {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .other_blogs .swiper-button-next, .popular .swiper-button-next, .swiper-sld .swiper-button-prev {
        display: none;
    }
    .blog-descr {
        padding-bottom: 30px;
    }
    #production .blog-section .blog-section-left {
        margin-bottom: 0;
    }
    .specialists_production_top .block_text {
        order: 1;
    }
    .specialists_production_top .specialists_production_img {
        order: 0;
    }
    .advantages {
        font-size: 12px;
        line-height: 150%;
    }
    .advantages h3 {
        font-size: 16px;
    }
    .advantages_block {
        margin-bottom: 40px;
        width: 100%;
    }
    .advantages_block img {
        width: 45px;
        height: 45px;
        margin-right: 20px;
    }
    .advantages_block svg {
        max-width: 45px;
        margin-right: 20px;
    }
    .advantages_block span {
        max-width: calc(100% - 65px);
    }
    .why_we_block .why_we_top {
        margin-bottom: 15px;
    }
    .why_we_block .why_we_top > div {
        width: 100%;
    }
    .why_we_block .why_we_top > div > div {
        margin-bottom: 25px;
    }
    .why_we_block .why_we_top {
        font-size: 16px;
        line-height: 160.4%;
    }
    .why_we_block .why_we_top svg {
        margin-right: 20px;
    }
    .why_we_block .block_1 svg {
        width: 68px;
    }
    .why_we_block .block_2 svg {
        width: 55px;
    }
    .why_we_block .block_3 svg {
        width: 75px;
    }
    .why_we_block .block_4 svg {
        width: 88px;
    }
    .why_we_block .block_5 svg {
        width: 192px;
    }
    .why_we_block .block_6 svg {
        width: 53px;
    }
    .why_we_bottom .img_full {
        display: flex;
        justify-content: center;
    }
    .why_we_bottom .img_full img {
        width: 145%;       
    }
    .why_we_bottom .img_half {
        width: 100%;
    }
    .why_we_block {
        margin-bottom: 20px;
    }
}
.blog_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

.blog-descr .blog-text {
    width: calc(50% - 60px);
    font-size: 18px;
    line-height: 145.4%;
}
.blog-descr .blog-img {
    width: 50%;
}
.blog-descr .blog-img img {
    width: 100%;
    border-radius: 10px;
}
.blog_content .blog_socials {
    display: flex;
    margin-top: 25px;
    align-items: center;
}
.blog_content .blog_socials span {
    margin-right: 18px;
    color: #757575;
}
.blog_content .blog_socials img {
    margin-right: 18px;
    width: 40px;
    hyphens: 40px;
}
.blog_product_related {
    padding-bottom: 60px;
}
.blog_product_related .product_related_block {
    width: 25%;
    padding: 20px; 
    margin-bottom: 20px;
}
.blog_product_related .products_related {
    display: flex;
    flex-wrap: wrap;
}
.blog_product_related img {
    width: 100%;
}
.product_related_block.related_block_hide {
    display: none;
}
.block_btn_hide {
    display: none;
}
#special .card-price__current {
    font-size: 25px;
}
.news_date_added {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #CCCCCC;
    font-size: 18px;
    line-height: 145.4%;
}
#news .blog_descr_top .blog-text {
    padding-top: 36px;
}
@media screen and (min-width: 1025px) {
    .blog_product_related .container-1 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    #special .blog_product_related .cart__add:hover {
        background-color: #489D52;
        color: #fff;
    }
    #special .blog_product_related .cart__add {
        display: inline-block;
        text-align: center;
        border: 1px solid #489D52;
        padding: 14px 26px;
        background-image: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    #common-home .form_section {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1024px) {
    .blog_content .blog-text {
        width: calc(45% - 45px);
        font-size: 16px;
        line-height: 160.4%;
    }
    .blog_content .blog-img {
        width: 55%;
    }
    .blog_product_related .product_related_block {
        width: calc(100% / 3);
        padding: 17.5px; 
    }
    .blog_product_related {
        padding-bottom: 40px;
    }
    #special .card-price__current {
        font-size: 16px;
        line-height: 120.4%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
    .blog_product_related .container-1 {
        padding-left: 22.5px !important;
        padding-right: 22.5px !important;
    }
}
@media screen and (max-width: 767px) {
    .blog_content .blog-text {
        width: 100%;
        order: 1;
    }
    .blog_content .blog-img {
        width: 100%;
        order: 0;
    }
    .blog_content .blog_socials span {
        display: none;
    }
    .blog_product_related .product_related_block {
        width: 100%;
        padding: 20px; 
    }
    .blog_product_related .product_related_block {
        width: 50%;
        padding: 8px; 
    }
    .blog_product_related .container-1 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .blog_product_related {
        padding-bottom: 20px;
    }
    .news_date_added {
        position: relative;
    }
    .blog_descr_top .blog-text, .blog_descr_top .blog-img {
        width: 100%;
    }
}
.categories_top {
    display: flex;
    align-items: center;
}
.categories_title {
    margin-left: 10px;
}
.categories_title h2 {
    margin-bottom: 10px;
}
.categories h2 span {
    color: #489D52;
}
.categories_content {
    display: flex;
    justify-content: space-between;
}

.categories_top .card-filter__open {
    margin-bottom: 10px;
}
.categories .model-item img {
    /*height: 220px;*/
}
.reset_filter {
    display: none;
    cursor: pointer;
}
.categories .card-filter .dropdown:not(.dp_active) .dropdown-content .inp-checkbox input:checked~.reset_filter {
    display: inline-block;
    color: #489D52;
}
.categories .card-filter .dropdown:not(.dp_active) .dropdown-content .inp-checkbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-modifications-wrap .card-table tbody tr:hover, #product-product .card-table tbody tr:hover {
    background: #EDF1F6;
    cursor: pointer;
}
.card .similar-item img {
    border-radius: 10px;
    margin-bottom: 12px;
}
.card .similar-item .heading {
    text-decoration: none !important;
    border-bottom: 1px solid #ccc;
    line-height: 130% !important;
}
@media screen and (min-width: 1281px) {
    .categories .model-item {
        width: calc(100% / 4 - 18px);
        margin-right: 30px;
    }
    .card-modifications-wrap .model-wrap {
        width: calc(100% - 315px);
    }
    .card-modifications-wrap .inp-checkbox label {
        font-size: 14px;
        line-height: 150%;
        width: 100%;
        padding-right: 25px;
        box-sizing: border-box;
    }
    .card-modifications-wrap .card-table {
        width: calc(100% - 315px);
    }
    .cart .cart-left {
        right: 80px;
    }
    .cart .container-1 {
        padding-right: 500px !important;
    }
    #apply_filter {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
    .categories .card-modifications-wrap.filter_active .card-filter,
    .categories .card-modifications-wrap.filter_active .card-filter .dropdown.dp_active {
        background-color: #fff;
    }
    .card .similar-item:last-child {
        display: none;
    }
}
@media screen and (min-width: 767px) and (max-width: 1280px) {
    .categories .model-item {
        width: calc(100% / 3 - 16px);
        margin-right: 20px;
    }
    .categories .model-item:nth-of-type(4n+4) {
        margin-right: 00px;
    }
    .categories .model-item:nth-of-type(3n+3) {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    .card-modifications-wrap .model-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #filter_attributes .dropdown-btn::after {
        display: none;
    }
    #filter_attributes .dropdown-btn {
        margin-bottom: 20px;
    }
    .categories_top {
        flex-direction: column;
        align-items: unset;
    }
    .categories h2 {
        font-size: 18px;
        line-height: 120.4%;
    }
    .categories_top .categories_title {
        order: 0;
    }
    .categories_top .card-filter__open {
        order: 1;
        width: 130px;
    }
    .card-modifications-wrap .inp-checkbox label {
        font-size: 16px;
        line-height: 160.4%;
    }
    .categories .model-item {
        width: calc(100% / 2 - 12px);
    }
}
input, textarea {
    font-family: 'Montserrat';
}

/*-----СЃС‚РёР»Рё blog description----------*/
.blog_descr_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.blog_descr_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    align-items: center;
}
.main_description p {
    color: #000000;
    font-size: 16px;
    font-family: 'SuisseIntl',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .main_description p.blog-heading {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .tn-elem__2499194631604655734953 {
    position: relative;
    padding-bottom: 30px;
  }
  .blog-gallery > div {
    width: calc(50% - 10px) !important;
    margin-bottom: 20px;
    border-radius: 10px;
    background-position: center center;
    /* max-height: 350px; */
    overflow: hidden;
  }
  .blog-gallery > div:nth-child(odd) {
    margin-right: 20px;
  }
  .blog-gallery {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-gallery-full > div {
    width: 100% !important;
    margin-bottom: 20px;
    border-radius: 10px;
    background-position: center center;
  }
  .blog-gallery-full > div:nth-child(odd) {
    margin-right: 0px;
  }
  .blog-gallery-full > div img, .blog-gallery > div img, .blog-min-img img {
    width: 100%;
    border-radius: 10px;
  }
  .blog-gallery-full {
    display: flex;
    flex-wrap: wrap;  
  }
  .blog-text {
    width: 50%;
  }
  .blog-min-img {
    width: 50%;
  }
  .blog-content-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
 @media (max-width: 1024px) {
  .blog-gallery > div {
    margin-bottom: 0px;
  }
  .blog-gallery-full > div {
  }
  .blog-content-top {
    margin-bottom: 40px;
  }
  .blog-text {
    width: 45%;
  }
  .blog-min-img {
    width: 55%;
  }
  .blog_descr_top {
    margin-bottom: 40px;
    }
    .blog_descr_bottom {
        display: none;
    }
 }
  @media (max-width: 1200px) {
    .tn-elem__2499194631604655734953 {
      left: auto !important;
      margin: auto;
      margin-bottom: 100px;
    }
  }
  @media (max-width: 767px) {
    .main_thumb img {
      max-width: 100%;
    }
    .blog-gallery > div {
      width: 100% !important;
      margin-bottom: 20px;
    }
    .blog-gallery > div:last-child {
      margin-bottom: 0px;
    }
    .blog-gallery > div:nth-child(odd) {
      margin-right: 0px;
    }
    .blog-gallery-full > div {
    }
    .blog-content-top {
      margin-bottom: 30px;
    }
    .blog-text {
      width: 100%;
      order: 1;
    }
    .blog-min-img {
      width: 100%;
      margin-bottom: 20px;
      order: 0;
    }
    .blog_descr_top {
    margin-bottom: 30px;
    }
  }

  /*  /СЃС‚РёР»Рё blog description*/

.project-list-body .swiper-container .swiper-slide img {
    margin-bottom: -7px;
}
.project-list-body .swiper-container .swiper-slide img {
    margin-bottom: -7px;
    width: 103%;
    margin-left: -1%;
    margin-right: -1.5%;
    margin-top: -1%;
    -webkit-transition: -webkit-filter .3s linear,-webkit-transform .3s linear;
    transition: -webkit-filter .3s linear,-webkit-transform .3s linear;
    transition: filter .3s linear,transform .3s linear;
    transition: filter .3s linear,transform .3s linear,-webkit-filter .3s linear,-webkit-transform .3s linear;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}
.pl-column-2:hover .swiper-viewport img, .pl-column-1:hover .swiper-viewport img, 
.project-list-body .pl-column-1-rows-2 .pl-column-1:hover .swiper-viewport img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transform: scale(1);
    transform: scale(1);
    will-change: transform;
}
.project-list-body .pl-column-1-rows-2:hover .swiper-viewport img {
    -webkit-filter: unset;
    filter: unset;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    will-change: unset;
}
.project-list-body .swiper-viewport {
    border-radius: 10px;
    overflow: hidden;
}
.project-list-body > div:hover {
    cursor: pointer;  
}
.project-list-body .pl-column-1-rows-2:hover {
    cursor: none;
}
.project-list-body .pl-column-1-rows-2:hover .blog_name {
    color: #fff;
}
.project-list-body .pl-column-1-rows-2 .pl-column-1:hover {
    cursor: pointer; 
}
.project-list-body > div:hover .blog_name, .project-list-body .pl-column-1-rows-2 .pl-column-1:hover .blog_name, 
.blogs_block .blog-item:hover .blog-name, .card-filter__reset:hover {
    color: #489D52;
}
.swiper-sld .swiper-button-prev.swiper-button-disabled, .swiper-sld .swiper-button-next.swiper-button-disabled {
    display: none;
}
/*#cart_success_popup .btn.mfp-close, */
#map_popup .btn.mfp-close {
    position: absolute;
    top: unset;
    bottom: 25px;
    margin-bottom: 0;
}
.main-banner-bottom>div svg, .production_lamps > div svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.condition-item svg {
    max-width: 75px;
}
.form_section {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.form_section .inp-wrap label, .cart .inp-wrap label {
    font-size: 16px;
    line-height: 160.4%;
    color: #757575;
    top: 19.2px !important;
}
.cart #simplecheckout_comment.inp-wrap textarea {
    padding-top: 35px;
}
.form_section .inp-wrap.active label, .form_section .inp-wrap input:focus~label,
.cart .inp-wrap.active label, .cart .inp-wrap input:focus~label,
.cart .inp-wrap.active label, .cart .inp-wrap textarea:focus~label  {
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.form_section .inp-wrap.file label, #individual_lamp_form .inp-wrap.file label {
    font-size: 16px !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    left: 0 !important;
    top: 0!important;
    overflow: hidden;
    position: relative !important;
    box-sizing: border-box;
    display: flex !important;
}
.form_section .inp-wrap.file label:before, #individual_lamp_form .inp-wrap.file label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 0%;
    border-radius: 8px;
    background-color: #489D52;
    z-index: 1;
}
.form_section .inp-wrap.file label.file_loading10:before, #individual_lamp_form .inp-wrap.file label.file_loading10:before {
    left: -90%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading20:before, #individual_lamp_form .inp-wrap.file label.file_loading20:before {
    left: -80%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading30:before, #individual_lamp_form .inp-wrap.file label.file_loading30:before {
    left: -70%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading40:before, #individual_lamp_form .inp-wrap.file label.file_loading40:before {
    left: -60%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading50:before, #individual_lamp_form .inp-wrap.file label.file_loading50:before {
    left: -50%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading60:before, #individual_lamp_form .inp-wrap.file label.file_loading60:before {
    left: -40%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading70:before, #individual_lamp_form .inp-wrap.file label.file_loading70:before {
    left: -30%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading80:before, #individual_lamp_form .inp-wrap.file label.file_loading80:before {
    left: -20%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading90:before, #individual_lamp_form .inp-wrap.file label.file_loading90:before {
    left: -10%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading100:before, #individual_lamp_form .inp-wrap.file label.file_loading100:before {
    left: 0%;
    height: 100%;
}
.file_uploaded {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

}
.form_section .inp-wrap.file.active label {
    border: 1px solid #ccc;
    background: #edf1f6;
}
.form_section .inp-wrap.file.active label > svg {
    margin-left: 20px;
}
.form_section .inp-wrap.file.active .clear_inp_file {
    width: 40px;
    height: 40px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    cursor: pointer;
    z-index: 3;
}
.popular .swiper-slide .card-price {
    height: 31px;
}
.card__text > *, .card__text > * > *, .blog-descr p, .blog-descr span, .blog-descr h2 {
    font-family: Montserrat !important;
}
#information-contact .form_section {
    margin-bottom: 60px;
}
.path nav a:last-child {
    pointer-events: none;
}
.no_scroll {
    overflow: hidden;
    height: 100%;
}
@media (min-width: 1500px) {
    .pricelist-section-right {
        padding-right: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .project-list-body>.pl-column-1 {
        width: calc((100% - 40px) / 3);
    }
    .pl-column-2 {
        width: calc((((100% - 40px) / 3) *2) + 20px);
    }
    .project-list-body .blog_name {
        font-size: 14px;
        line-height: 163.9%;
        left: 24px;
        bottom: 19px;
    }
    .main-banner-bottom>div svg, .production_lamps > div svg {
        margin-right: 2.5vw;
    }
    .form_section .inp-wrap.file.active label > svg {
        margin-left: 10px;
    }
    .form_section .inp-wrap.file.active .clear_inp_file {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0px;
    }
}
@media (max-width: 1024px) {
    .project-list-body>div, .pl-column-1:first-child {
        margin-bottom: 20px;
    }
    #information-contact .form_section {
        margin-bottom: 50px;
    }
    #map_popup.white-popup {
        width: 90%;
    }
}
@media (min-width: 768px) {
    .pl-column-2 .swiper-container {
        width: 102%;
    }
    #map_popup.white-popup {
        max-width: 1070px;
    }
    #map {
        height: 584px !important;
    }
}
.our_partners_carousel_xs {
    display: none;
}
@media (max-width: 767px) {
    #common-home {
        display: flex;
        flex-direction: column;
    }
    #common-home .main-banner {
        /* order: 0; */
    }
    #common-home > .container:nth-child(2) {
        /* order: 1; */
    }
    #common-home > .container:nth-child(3)  {
        /* order: 2; */
    }
    #common-home > .container:nth-child(4) {
        /* order: 3; */
    }
    #common-home .gif-section {
        /* order: 4; */
    }
    #common-home .container.pref {
        /* order: 5; */
    }
    #common-home .form_section {
        /* order: 6; */
    }
    #common-home .project-list-section {
        /* order: 7; */
    }
    #common-home .container_conditions {
        /* order: 8; */
        margin-bottom: 56px;
    }
    #common-home .pricelist_section_block {
        /* order: 9; */
    }
    .project-list-body .swiper-viewport, .project-list-body>div img, .project-list-body>div img {
        border-radius: unset;
    }
    .pricelist-section-form input[type="text"], .pricelist-section-form input[type="email"], .pricelist-section-form button, .pricelist-section-form label {
        max-width: unset;
    }
    .pricelist_section_block {
        padding-bottom: 27px;
    }
    .project-list-section > .container-1 {
        padding: 0 !important;
    }
    .project-list-title {
        padding-left: 20px;
    }
    .our_partners_top .our_partners_carousel_xs {
        display: block;
        width: calc(100% + 40px) !important;
        max-width: calc(100% + 40px) !important;
        margin-left: -20px;
    }
    .our_partners_carousel {
        width: 100%;
        min-width: 589px;
    }
    .our_partners_carousel_md {
        display: none;
    }
    #mobile_menu_popup, #mobile_category_popup {
        line-height: 145.4%;
    }
    .mobile_menu_catalog_content {
        margin-bottom: 30px;
    }
    .mobile_menu > ul {
        margin-bottom: 30px;
    }
    .mobile_menu_phone {
        line-height: 115.9%;
    }
    .main-banner-bottom>div svg, .production_lamps > div svg {
        max-width: 40px;
        margin-right: 3vw;
    }
    .mobile_header_bottom a.mobile_header_btn_activ span {
        color: #489D52;
    }
    .mobile_header_bottom a:hover svg path, .mobile_header_bottom a.mobile_header_btn_activ svg path {
        fill: #489D52;
    }
    .mobile_header_bottom a.mobile_header_catalog:hover svg path, .mobile_header_bottom .mobile_header_catalog.mobile_header_btn_activ svg path {
        fill: #489D52;
        stroke: #489D52;
    }
    .mobile_header_bottom a.header-cart:hover svg path, .mobile_header_bottom .mobile_header_btn_activ.header-cart svg path {
        fill: #fff;
        stroke: #489D52;
    }
    .mobile_header_menu.mobile_header_btn_activ {
        display: none;
    }
    #mobile_menu_popup {
        height: 100vh;
        overflow: auto;
    }
    .card-order__btn {
        font-weight: 600;
    }
    #cart_success_popup .btn.mfp-close, #map_popup .btn.mfp-close {
        bottom: 60px;
    }
    #information-contact .form_section {
        margin-bottom: 40px;
    }
    .form_section form .inp-wrap, .form_section form .btn, .form_section form .col {
        width: 100%;
        margin-bottom: 18px;
    }
}
.not_index {
    z-index: 0;
}
.categories .model-item {
  /*   border: 1px solid #ccc;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent; */
    margin-right: 0px;
    margin-bottom: 0;
    padding-bottom: 12px;
}
/* .categories .model-item:nth-child(4n+4) {
    border-right: 1px solid #ccc;
}
.categories .model-item:last-child {
    border-right: 1px solid #ccc;
}
.categories .model-item:nth-child(1), .categories .model-item:nth-child(2), .categories .model-item:nth-child(3), .categories .model-item:nth-child(4) {
    border-top: 1px solid #ccc;
} */
.categories .model-item h3, .categories .model-item p {
    /* padding: 0px 16px; */
}
.categories .model-item img {
    /*border-bottom: 1px solid #ccc;*/
    /* border-radius: unset; */
}
/* .categories .model-item:hover {
    border-top: 1px solid #489D52;
    border-right: 1px solid #489D52;
    border-color: #489D52;
} */
.categories .model-item:hover img {
    /*border-bottom: 1px solid #489D52; */
}
.model-item img {
    height: auto;
}
@media (max-width:1280px) {
    .categories .model-item:nth-of-type(3n+3) {
        margin-right: 0;
    }
}
/* @media (max-width: 768px) {
    .categories .model-item:nth-child(2n+2) {
        border-right: 1px solid #ccc;
    }
} */
.form_section .col .inp-row input:checked~label::before {
    background-position-y: 6px;
}
.cart-data .form-group.col.row-customer_register {
    width: 48%;
}
.cart-data .row-customer_register .inp-row {
    text-align: left;
}
.cart-data .inp-row input {
    display: none;
}
.cart-data .inp-row label a {
    color: #6494E2;
    text-transform: lowercase;
}
.promotion_period {
    color: #757575;
}
.descr_text_hide {
    height: 275px;
    overflow: hidden;
}
.descr_text_show {
    height: auto;
}
.expand_collapse {
    margin-top: 5px;
}
.expand_collapse a {
    color: #489D52;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 3px;
}
.categories .model-wrap .model-item img {
    height: unset;
}
.categories .model-item .heading {
    font-size: 18px;
    line-height: 120.4%;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0;
}
.categories .model-item .total_products {
    font-size: 16px;
    line-height: 160.4%;
    margin-top: 2px;
    margin-bottom: 0px;
}

.no_scroll .mfp-ready, .no_scroll body {
    height: 100% !important;
}
.container.container_video_section {
    position: relative;
}
.video-section-background {
    height: 35%;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: -1;
    left: 0;
    margin-top: -100px;
}
.categories .dropdown-content, .card .card-filter .dropdown-content {
    margin-right: 8px;
    /* max-height: 190px;
    overflow-y: auto; */
    padding-bottom: 20px;
    padding-top:5px;
}
.path .heading a:hover {
    color: #489D52;
}
.product_descr .card__text {
    height: auto;
}
.product_descr .card__text.text_hide {
    height: 205px;
    overflow: hidden;
}
.product_specifications tr.tr_hide {
    display: none;
}
.error:after {
    font-size: 12px;
}
.col .error:after {
    font-size: 12px;
    top: 35px;
}
.agree-checkbox.error:after {
    top: 35px;
}
.agree-checkbox.error {
    margin-bottom: 40px;
}
#simplecheckout_cart .cart-track-item.done:hover .circle {
    background-image: unset;
    -webkit-filter: unset;
    filter: unset;
    border-color: #489D52;
    color: #489D52;
}
#simplecheckout_cart .cart-track-item.done:hover .text {
    color: #489D52;
}
#simplecheckout_cart .cart-track::after {
    width: 45%;
    left: unset;
    right: 5%;
}

#simplecheckout_cart .cart-track::before {
    width: 45%;
    left: 5%;
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 24px;
    z-index: -1;
}
.amount .amount_fake_btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: default;
    color: #ccc;
}
form .inp-wrap input, .pricelist-section-form input[type="email"] {
    padding: 20px 20px 0;
    width: 100%;
}
form .inp-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
}
.white-popup form .inp-wrap {
    width: 100%;
}
form .inp-wrap label {
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    left: 20px;
    top: 19.2px;
    font-size: 16px;
    line-height: 160.4%;
    color: #757575;
    width: unset;
}
form .inp-wrap input:focus~label, form .inp-wrap.active label {
    font-size: 12px;
    line-height: 150%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.card-table td:last-child {
    width: 125px !important;
}*/
@media (max-width: 1024px) {
    .video-section-background {
        margin-top: -160px;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .header-social {
        min-width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header-bottom > .content {
        padding: 0 40px;
        font-size: 16px;
        line-height: 160.4%;
    }
}
@media (max-width: 767px) {
    .amount .amount_fake_btn {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 767px) {
    .categories .model-item .heading {
        font-size: 12px;
        line-height: 121%;
    }
    .categories .model-item .total_products {
        font-size: 12px;
        line-height: 150%;
    }
    .video-section-background {
        margin-top: 0px;
    }
    .container.container_video_section {
        padding-right: 0;
        padding-left: 0;
    }
    .product_descr .card__text.text_hide {
        height: 185px;    }
}

/* new menu */
.dropdown-menu {
    height: fit-content;
}
.dropdown-menu-top {
    display: flex;
    justify-content: space-between;
    padding: 40px 80px;
    overflow: hidden;
    height: fit-content;
}
.dropdown-menu-top > div {
    width: 50%;
    height: auto;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dropdown-menu-top > div:hover {
    border-color: #489D52;
}
.dropdown-menu-top > div:hover a {
    color: #489D52;
}
.dropdown-menu-top > div > p {
    padding: 0 20px;
}
.dropdown-menu-top img {
    width: 100%;
    height: auto;
}
.inp-radio input:disabled + label {
    color: #ccc;
}
@media screen and (min-width: 992px) {
    .card-model .card-img {
        width: 54%;
        max-width: 540%;
    }

    .card-model .card-title {
        width: 46%;
    }

    .card-swiper {
        height: auto !important;
    }

    .card-swiper .swiper-slide img {
        height: auto !important;
    }
    .card-model .card-swiper .swiper-slide img {
        height: 100% !important;
    }
}
@media screen and (min-width: 1281px) {
    .model.categories .card-modifications-wrap {
        position: relative;
    }
    /*
    .model.categories .card-modifications-wrap .card-filter {
        position: sticky;
        top: 25px;
        max-height: calc(100vh - 25px);
        overflow: auto;
        width: 285px;
        padding-right: 15px;
    }
    .model.categories .card-modifications-wrap .card-filter::-webkit-scrollbar {
        width: 4px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .model.categories .card-modifications-wrap .card-filter::-webkit-scrollbar-thumb {
        background: #ccc;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .model.categories .card-modifications-wrap .card-filter::-webkit-scrollbar-track {
        right: 10px;
        background: #edf1f6;
    }*/
}
#production .project-section>div {
    margin: 0 auto;
}
.tablesorter-header-inner .card__sort {
    position: absolute;
    top: 0;
    z-index: 0;
    display:none;
}
.tablesorter-header-inner {
    cursor:pointer;
    position: relative;
}
.tablesorter-header-inner:hover {
    color: #489D52;
}
.tablesorter-bootstrap{width:100%}.tablesorter-bootstrap tfoot td,.tablesorter-bootstrap tfoot th,.tablesorter-bootstrap thead td,.tablesorter-bootstrap thead th{font:14px/20px Arial,Sans-serif;font-weight:700;padding:4px;margin:0 0 18px;background-color:#eee}.tablesorter-bootstrap .tablesorter-header{cursor:pointer}.tablesorter-bootstrap .sorter-false{cursor:default}.tablesorter-bootstrap .tablesorter-header.sorter-false i.tablesorter-icon{display:none}.tablesorter-bootstrap .tablesorter-header-inner{position:relative;padding:4px 18px 4px 4px}.tablesorter-bootstrap .sorter-false .tablesorter-header-inner{padding:4px}.tablesorter-bootstrap .tablesorter-header i.tablesorter-icon{font-size:11px;position:absolute;right:2px;top:50%;margin-top:-7px;width:14px;height:14px;background-repeat:no-repeat;line-height:14px;display:inline-block}.tablesorter-bootstrap .bootstrap-icon-unsorted{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAA20lEQVR4AWJABpKSkoxALCstLb0aUAsZaCAMhVEY6B0amx8YZWDDEDSBa2AGe7XeIiAAClYwVGBvsAcIllsf/mvcC9DgOOd8h90fxWvngVEUbZIkuWRZZlE8eQjcisgZMM9zi+LJ6ZfwegmWZflZDugdHMfxTcGqql7TNBlUB/QObtv2VBSFrev6OY7jngzFk9OT/fn73fWYpqnlXNyXDMWT0zuYx/Bvel9ej+LJ6R08DMOu67q7DkTkrSA5vYPneV71fX/QASdTkJwezhs0TfMARn0wMDDGXEPgF4oijqwM5YjNAAAAAElFTkSuQmCC)}.tablesorter-bootstrap .bootstrap-icon-white.bootstrap-icon-unsorted{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAe0lEQVR4AbXQoRWDMBiF0Sh2QLAAQ8SxJGugWSA6A2STW1PxTsnB9cnkfuYvv8OGC1t5G3Y0QMP+Bm857keAdQIzWBP3+Bw4MADQE18B6/etRnCV/w9nnGuLezfAmXhABGtAGIkruvk6auIFRwQJDywllsEAjCecB20GP59BQQ+gtlRLAAAAAElFTkSuQmCC)}.tablesorter-bootstrap>tbody>tr.odd>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.odd:hover~tr.tablesorter-hasChildRow.odd~.tablesorter-childRow.odd>td{background-color:#f9f9f9}.tablesorter-bootstrap>tbody>tr.even:hover>td,.tablesorter-bootstrap>tbody>tr.hover>td,.tablesorter-bootstrap>tbody>tr.odd:hover>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.even:hover~.tablesorter-childRow.even>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.odd:hover~.tablesorter-childRow.odd>td{background-color:#f5f5f5}.tablesorter-bootstrap>tbody>tr.even>td,.tablesorter-bootstrap>tbody>tr.tablesorter-hasChildRow.even:hover~tr.tablesorter-hasChildRow.even~.tablesorter-childRow.even>td{background-color:#fff}.tablesorter-bootstrap .tablesorter-processing{background-image:url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=);background-position:center center!important;background-repeat:no-repeat!important}.tablesorter-bootstrap>tbody>tr.odd td.primary{background-color:#bfbfbf}.tablesorter-bootstrap>tbody>tr td.primary,.tablesorter-bootstrap>tbody>tr.even td.primary{background-color:#d9d9d9}.tablesorter-bootstrap>tbody>tr.odd td.secondary{background-color:#d9d9d9}.tablesorter-bootstrap>tbody>tr td.secondary,.tablesorter-bootstrap>tbody>tr.even td.secondary{background-color:#e6e6e6}.tablesorter-bootstrap>tbody>tr.odd td.tertiary{background-color:#e6e6e6}.tablesorter-bootstrap>tbody>tr td.tertiary,.tablesorter-bootstrap>tbody>tr.even td.tertiary{background-color:#f2f2f2}.tablesorter-bootstrap>.caption{background-color:#fff}.tablesorter-bootstrap .tablesorter-filter-row input.tablesorter-filter,.tablesorter-bootstrap .tablesorter-filter-row select.tablesorter-filter{width:98%;margin:0;padding:4px 6px;color:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:height .1s ease;-moz-transition:height .1s ease;-o-transition:height .1s ease;transition:height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled{background-color:#eee;color:#555;cursor:not-allowed;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;box-sizing:border-box;transition:height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row{background-color:#efefef}.tablesorter-bootstrap .tablesorter-filter-row td{background-color:#efefef;line-height:normal;text-align:center;padding:4px 6px;vertical-align:middle;-webkit-transition:line-height .1s ease;-moz-transition:line-height .1s ease;-o-transition:line-height .1s ease;transition:line-height .1s ease}.tablesorter-bootstrap .tablesorter-filter-row.hideme td{padding:2px;margin:0;line-height:0}.tablesorter-bootstrap .tablesorter-filter-row.hideme *{height:1px;min-height:0;border:0;padding:0;margin:0;opacity:0}.tablesorter .filtered{display:none}.tablesorter-bootstrap .tablesorter-pager select{padding:4px 6px}.tablesorter-bootstrap .tablesorter-pager .pagedisplay{border:0}.tablesorter-bootstrap tfoot i{font-size:11px}.tablesorter .tablesorter-errorRow td{text-align:center;cursor:pointer;background-color:#e6bf99}
#kits .card__sort::after {
    top: 4px;
}
#kits .tablesorter-headerDesc .card__sort::after {
    transform: rotate(180deg);
}
#kits .tablesorter-header-inner {
    font-weight: 600;
    font-size: 16px;
}
.card-table #kits tbody td {
    font-size: 14px;
}
/* .card-table #kits tbody td:last-child {
    font-size: 12px;
} */
.card-table #kits thead td:last-child, .card-table #kits thead td:first-child {
    width: unset;
    max-width: unset;
}
#production_individual_lamp {
    padding-bottom: 60px;
    overflow: hidden;
}
#production_individual_lamp .inp-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
}
#production_individual_lamp .inp-wrap input {
    padding: 20px 20px 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    width: 100%;
    height: 64px;
    font-size: 17px;
    margin: 0;
    background: #edf1f6;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#production_individual_lamp .inp-wrap input#pil_form-comment {
    height: 148px;
}
#production_individual_lamp .inp-wrap:focus-within input {
    background-color: #fff;
}
#production_individual_lamp .category-grid-title {
    margin-top: 0;
}
#production_individual_lamp form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#production_individual_lamp .form_left {
    width: 300px;
}
#production_individual_lamp .form_middle, #production_individual_lamp .form_right {
    width: calc(((100% - 4%) - 300px) / 2);
}
#production_individual_lamp .col {
    margin-bottom: 20px;
}
#production_individual_lamp .col .inp-row {
    margin-bottom: 18px;
    position: relative;
}
#production_individual_lamp .inp-row input {
    display: none;
}
#production_individual_lamp .col .inp-row label {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 40px;
    position: relative;
}
#production_individual_lamp .col .inp-row label::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #2E2F30;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
}
#production_individual_lamp .col .inp-row input:checked~label::before {
    background-image: url('/templates/images/catalog/view/theme/siled/img/checked.svg');
}
#pil_form-submit {
    width: 100%;
}
#production_individual_lamp .lamp_format > span {
    display: block;
    margin: 30px 0 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120.4%;
    letter-spacing: -0.02em;
}
#production_individual_lamp .lamp_format.col .inp-row {
    margin-bottom: 15px;
}
#production_individual_lamp .lamp_format.col .inp-row label {
    font-size: 16px;
    line-height: 150%;
    padding-top: 1px;
}
#production_individual_lamp .inp-radio:last-child, #production_individual_lamp .col .inp-row:last-child {
    margin-bottom: 0px;
}
#production_individual_lamp .inp-radio label {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
}
#production_individual_lamp .inp-wrap.file input {
    display: none;
}
#production_individual_lamp .inp-wrap.file label {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: 64px;
    padding: 0;
    line-height: 100%;
}
#production_individual_lamp .inp-wrap.file.active .clear_inp_file {
    width: 40px;
    height: 40px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    cursor: pointer;
    z-index: 3;
}
#production_individual_lamp .inp-wrap.file label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 0%;
    border-radius: 8px;
    background-color: #489D52;
    z-index: 1;
}
#production_individual_lamp .inp-wrap.file.active label > svg {
    margin-left: 20px;
}
.form_section .inp-wrap.file label, #production_individual_lamp .inp-wrap.file label {
    color: #2E2F30;
}
.main-banner-left a.btn_to_il_form {
    margin-top: 18px;
}
#individual_lamp_slider {
    /* margin-bottom: 40px; */
}

#individual_lamp_slider .slider_block_text img {
    /* width: 54px;
    height: 54px; */
    margin-bottom: 20px;
}
#individual_lamp_slider .slider_block_text {
    width: 351px;
    height: 260px;
    padding: 0 10px;
}
#individual_lamp_slider .slider_block_text > div {
    padding: 20px;
    border-radius: 10px;
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
}

#individual_lamp_slider .slider_block_text .slider_text {
    width: 291px;
}
#individual_lamp_slider .slider_block_img {
    width: 280px;
    height: 260px;
    padding: 0 10px;
}
#individual_lamp_slider .slider_block_img > div {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F5F5F5;
}
#individual_lamp_slider .slider_block_img img {
    width: 100%;
}
#individual_lamp_slider .slider_block_img > div:hover {
    border: 1px solid #489D52;
}
/*#production_individual_lamp .slick-list {
    overflow: unset;
}
#production_individual_lamp .slick-track {
    height: auto;
}*/
#individual_lamp_slider .slider_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 120.4%;
    letter-spacing: -0.02em;
}
#individual_lamp_slider .slider_text span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
    line-height: 150%;
}
.individual_lamp_slider_mob {
    display: none;
}
#production_individual_lamp .slick-arrow {
    display: none !important;
}
.form_section .inp-wrap.file label, #production_individual_lamp .inp-wrap.file label {
    font-size: 16px !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    transform: unset !important;
    left: 0 !important;
    top: 0!important;
    overflow: hidden;
    position: relative !important;
    box-sizing: border-box;
    display: flex !important;
}
.form_section .inp-wrap.file label:before, #production_individual_lamp .inp-wrap.file label:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 0%;
    border-radius: 8px;
    background-color: #489D52;
    z-index: 1;
}
.form_section .inp-wrap.file label.file_loading10:before, #production_individual_lamp .inp-wrap.file label.file_loading10:before {
    left: -90%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading20:before, #production_individual_lamp .inp-wrap.file label.file_loading20:before {
    left: -80%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading30:before, #production_individual_lamp .inp-wrap.file label.file_loading30:before {
    left: -70%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading40:before, #production_individual_lamp .inp-wrap.file label.file_loading40:before {
    left: -60%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading50:before, #production_individual_lamp .inp-wrap.file label.file_loading50:before {
    left: -50%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading60:before, #production_individual_lamp .inp-wrap.file label.file_loading60:before {
    left: -40%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading70:before, #production_individual_lamp .inp-wrap.file label.file_loading70:before {
    left: -30%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading80:before, #production_individual_lamp .inp-wrap.file label.file_loading80:before {
    left: -20%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading90:before, #production_individual_lamp .inp-wrap.file label.file_loading90:before {
    left: -10%;
    height: 100%;
}
.form_section .inp-wrap.file label.file_loading100:before, #production_individual_lamp .inp-wrap.file label.file_loading100:before {
    left: 0%;
    height: 100%;
}
#product-product .card-img a.thumbnail {
    display: inline-block;
}
#header-links>ul li a.mobile_header_menu_close {
    display: none;
}
#individual_lamp_slider .owl-stage-outer {
    overflow: visible;
}
.our_partners_swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

#individual_lamp_slider div.scrollableArea *
{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
        block of code. It's just a nice feature that prevent the images from
        accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#individual_lamp_slider_mob div.scrollableArea *
{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    /* If you don't want the images in the scroller to be selectable, try the following
        block of code. It's just a nice feature that prevent the images from
        accidentally becoming selected/inverted when the user interacts with the scroller. */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.card-img .card-swiper .swiper-slide img, .card-img .card-swiper .swiper-slide {
    border-radius: 10px;
}
@media screen and (min-width: 981px) {
    #product-product .card-img {
        width: 54%;
    }
    .card-img .card-swiper .swiper-slide img, .card-img .card-swiper .swiper-slide {
        border-radius: 15px;
    }
}

@media screen and (max-width: 767px) {
    .project-section {
        /* margin-bottom: 40px; */
    }
    #production_individual_lamp {
        /* margin-top: 30px; */
        padding-bottom: 22px;
    }
    #production_individual_lamp .category-grid-title {
        padding-top: 40px;
    }
    .individual_lamp_slider {
        display: none;
    }
    .individual_lamp_slider_mob {
        display: block;
    }
    #individual_lamp_slider_mob {
        margin-bottom: 20px;
    }
    #individual_lamp_slider_mob .slider_block_img {
        width: 130px !important;
        height: 120px;
        padding: 0 5px;
    }
    #individual_lamp_slider_mob .slider_block_img img {
        width: 100%;
    }
    #individual_lamp_slider_mob .slider_block_img > div {
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #F5F5F5;
        width: 100%;
        height: 100%;
    }
    .pil_top_mob {
        margin-bottom: 5px;
    }
    .pil_top_text {
        display: flex;
        margin-bottom: 25px;
        letter-spacing: -0.02em;
        font-weight: 600;
        font-size: 18px;
        line-height: 120.4%;
    }
    .pil_top_text span {
        font-weight: 400;
        font-size: 14px;
        line-height: 163.9%;
        display: block;
        width: 100%;
    }
    .pil_top_text img {
        width: 40px;
        height: 40px;
    }
    .pil_top_text > div {
        width: calc(100% - 40px);
        padding-left: 18px;
    }
    #production_individual_lamp .category-grid-title {
        margin-bottom: 30px;
    }
    #production_individual_lamp .form_left, #production_individual_lamp .form_middle, #production_individual_lamp .form_right {
        width: 100%;
    }
    #production_individual_lamp .form_left {
        margin-bottom: 30px;
    }
    #production_individual_lamp .inp-wrap {
        margin-bottom: 18px;
    }
}
/*@media screen and (min-width: 768px) {
    #carousel1 {
        height: 428px;
    }
    #carousel1 .swiper-wrapper {
        width: auto;
    }
    #carousel1 .swiper-slide {
        height: 100%;
        width: auto;
    }
    .main-banner-right #carousel1  img {
        height: 100%;
        width: auto;
    }
}
@media screen and (min-width: 1025px) {
    #carousel1 {
        height: 549px;
    }
}
@media screen and (min-width: 1441px) {
    #carousel1 {
        height: 626px;
    }
}*/
.desctop-items-lg {
    display: block !important;
}
.desctop-items-md {
    display: none !important;
}
.desctop_items_dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1111;
}
.dropdown_block {
    padding-top: 27px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.dropdown_content {
    padding: 20px 30px;
    background-color: #fff;
    font-size: 16px;
    line-height: 230%;
    box-shadow: 0px 4px 8px rgba(102, 130, 185, 0.03);
}
.desctop_items_dropdown {
    white-space: nowrap;
}
#header-links>ul li:hover .desctop_items_dropdown {
    display: block;
}
@media (max-width: 1440px) {
    #header-logo .header-logo-text {
        display: none;
    }
    #header-item-search span {
        /* display: none; */
    }
    .main-banner-left {
        padding-left: 106px;
    }
    .main-banner-right img {
        width: 100%;
        min-height: 680px;
        object-position: center;
        object-fit: cover;
    }
    .main-banner-bottom {
        flex-wrap: wrap;
    }
    .main-banner-bottom > div:nth-child(4), .main-banner-bottom > div:nth-child(7) {
        margin-right: 0;
    }
    .main-banner-bottom > div:nth-child(1), .main-banner-bottom > div:nth-child(2), .main-banner-bottom > div:nth-child(3), .main-banner-bottom > div:nth-child(4) {
        width: 24%;
    }
    .main-banner-bottom > div:nth-child(5), .main-banner-bottom > div:nth-child(6), .main-banner-bottom > div:nth-child(7) {
        width: 32.3%;
    }
}
@media (max-width: 1279px) {
    body .mfp-container {
        padding: 0;
    }
    #header-top.header_absolute {
        position: sticky;
        z-index: 9999;
    }
    #header-top.header_absolute .mobile_header_menu {
        display: none;
    }
    #header-top.header_absolute #header-links>ul li a.mobile_header_menu_close  {
        display: flex;
    }
    #header-top.header_absolute #header-links .desctop-items-md li.mobile_menu_btn {
        padding: 0 14px;
    }
    #header-top {
        height: 50px;
        padding-right: 0;
    }
    .desctop-items-lg {
        display: none !important;
    }
    .desctop-items-md {
        display: flex !important;
    }
    #header-links>ul {
        width: fit-content;
        margin: 0;
    }
    #header-links {
        display: flex;
        justify-content: space-between;
    }
    #header-links ul.desctop-items-md {
        height: 50px;
        margin: 0;
    }
    #header-links .desctop-items-md li {
        border-left: 1px solid #ECF0F3;
        border-bottom: unset;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0px 15px;
    }
    #header-links>ul.desctop-items-md li a svg {
        margin: 0;
    }
    .mobile_header_bottom {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        height: 66px;
        align-items: center;
        z-index: 100;
        background-color: #fff;
        width: 100%;
        box-shadow: 0px -6px 9px rgba(0, 0, 0, 0.06);
    }
    .mobile_header_bottom>div,
    .mobile_header_bottom>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        position: relative;
    }
    .mobile_header_bottom {
        align-items: flex-start;
    }
    .mobile_header_bottom > a {
        padding-top: 10px;
    }
    .mobile_header_bottom .header-cart {
        position: relative;
    }
    .mobile_header_bottom .header-cart #mob_cart_total {
        position: absolute;
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #489D52;
        color: #fff;
        border-radius: 50%;
        top: 4px;
        right: 3px;
    }
    .header_bottom_absolute.mobile_header_bottom {
        z-index: 1111;
        box-shadow: none;
        border-top: 1px solid #E5EBF2;
    }
    .footer a {
        font-size: 12px;
        line-height: 18px;
        background-color: #F6F7F8;
        padding: 10px;
        border-radius: 8px;
        display: block;
        width: fit-content;
    }
    .footer .footer_social a {
        padding: 5px;
    }
    .footer_social svg {
        margin-left: 0px;
    }
    .footer_social {
        margin-left: 15px;
    }
    .footer_links>ul li {
        margin-bottom: 16px;
    }
    .footer_block_right .footer_connection {
        margin-bottom: 16px;
    }
    .main-banner-left {
        padding-bottom: 25%;
        padding-left: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1292px) {
    #header-top.header_absolute {
        border-bottom: 0;
        box-shadow: 0px 4px 8px rgba(102, 130, 185, 0.03);
    }
    .mobile_header_bottom {
        justify-content: center;
    }
    .mobile_header_bottom > a {
        width: 238px;
    }
    .mobile_header_bottom .header-cart:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 18px;
        width: 0px;
        height: 30px;
        border: 1px solid #E5EBF2;
    }
    .mobile_header_bottom .header-cart:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 18px;
        width: 0px;
        height: 30px;
        border: 1px solid #E5EBF2;
    }
    .mobile_header_bottom .header-cart #mob_cart_total {
        right: 105px;
    }
}


@media (max-width: 480px) {
   .main-banner-right {
        order: 1;
		/*background-image: url(https://siled.ru/catalog/view/theme/siled/img/1415.jpg);*/ 
		height: 379px;
		background-position: center;
    }
    .main-banner-right .carousel, #carousel-home {
        height: 100%;
    }
    .main-banner-right img {
        height: 100%;
    }
}







@media (max-width: 900px) {
    #header-top {
        padding-left: 22px;
    }
    .main-banner {
        flex-direction: column;
    }
    .main-banner-right img {
        min-height: 375px;
    }
    .main-banner-right {
        order: 1;
    }
    .main-banner-left {
        padding-bottom: 100px;
        position: relative;
        order: 2;
    }
    .main-banner-bottom {
        position: relative;
        order: 3;
    }
    .main-banner-left .main-banner-title {
        color: #2E2F30;
        margin-top: 30px;
    }
    .main-banner-bottom>div {
        width: calc(50% - 5px) !important;
    }
    .main-banner-bottom>div:nth-child(even) {
        margin-right: 0;
    }
    .main-banner-bottom>div:nth-child(odd) {
        margin-right: 10px;
    }


    .footer_links>ul li {
        width: auto;
        margin-right: 15px;
    }
    .footer .footer_phone a {
        font-size: 18px;
        line-height: 22px;
    }
    .footer .footer_social a {
        padding: 9px;
    }
    .footer_addres a {
        max-width: 206px;
    }
}
@media (max-width: 768px) {
    .main-banner-left {
        margin-bottom: 30px;
    }
    .main-banner-bottom>div {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .main-banner-left .btn {
        width: 100%;
    }
    .main-banner-bottom>div:nth-child(6) {
        margin-right: 10px !important;
    }
    .main-banner-bottom>div:nth-child(6), .main-banner-bottom>div:nth-child(7) {
        width: calc(50% - 5px) !important;
    }
    ul.breadcrumb {
        display: inline-block;
    }
    ul.breadcrumb li {
        float: left;
    }
}
@media (max-width: 440px) {
    #product-product .card-files .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #product-product .card-files .row .link_file {
        margin-right: 0;
    }
}
 

.sklad p {
    font-size: 12px;
	padding: 0px 16px !important;
	margin-top: 2px;
	font-family: Montserrat;
	margin-bottom: 0px;
	font-weight: 400;
	color: #489D52;
}
#product-search {
    padding: 0;
}
#product-search {
    font-size: 18px;
    font-family: Montserrat;
    line-height: 145.4%;
}
#input-search {
    width: 100%;
    padding-left: 64px;
    padding-right: 64px;
}
.button-search {
    position: absolute;
    background-color: transparent;
    width: 64px;
    height: 64px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.btn.button-search:hover {
    background-color: transparent;
    border: none;
}
#button-search {
    left: 0;
    top: 0;
}
#button-search_clear {
    right: 0;
    top: 0;
}
#product-search .product-layout {
    background-color: #fff;
    padding: 20px;
    border-bottom: 1px solid #ECF0F3;
}
#product-search .product-layout:hover {
    background-color: #EDF1F6;
}
.search_product_name {
    font-size: 25px;
    margin-bottom: 8px;
}
#product-search .pagination {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}
#product-search .pagination li {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    background-color: #EDF1F6;
}
#product-search .pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #fff;
}
#product-search .pagination li a:hover {
    background-color: #EDF1F6;
}
#product-search h2 {
    margin-top: 45px;
}
.search_empty_btn {
    display: flex;
    flex-wrap: wrap;
}
.search_empty_btn .btn:first-child {
    margin-right: 21px;
}
#product-search .popular {
    margin-top: 0;
    padding-top: 28px;
}
.block_padding {
    width: 100%;
    padding-top: 142px;
}
.other_modification .card-table table {
    width: calc( 100% + 160px );
    margin: 0 -80px 15px;
}
.other_modification .card-table td:first-child {
    padding-left: 80px;
}
#product-product .card-table table tbody td:last-child {
    padding-right: 80px;
}
@media (min-width: 1440px) {
    .search_container {
        width: 1280px;
        margin: 0 auto;
    }
}
@media (max-width: 1439px) {
    .search_container {
        padding: 0 80px;
    }
}
@media (min-width: 981px) and (max-width: 1350px) { 
    .other_modification .tablesorter-header-inner .card__sort {
        right: -10px;
    }
}

@media (max-width: 1024px) { 
    .search_container {
        padding: 0 40px;
    }
    .other_modification .card-table table {
        width: calc( 100% + 80px );
        left: -40px;
        margin: 0 -40px 15px;
    }
    .other_modification .card-table td:first-child {
        padding-left: 40px;
    }
    #product-product .card-table table tbody td:last-child {
        padding-right: 40px;
    }
}
@media (max-width: 980px) {
    
    .card-modifications-wrap .card-table table tr:first-child, #product-product .card-table table tr:first-child {
        display: table-row;
    }
    #kits .tablesorter-header-inner {
        font-size: 14px;
    }
    #product-product .card-table table {
        width: calc( 100% + 80px );
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    .card-table table td:nth-child(2), .card-table table td:nth-child(3), .card-table table td:nth-child(4), 
    .card-table table td:nth-child(5), .card-table table td:nth-child(6) {
        display: table-cell !important;
    }
    .card-table table td:first-child {
        max-width: 132px !important;
    }
    .tablesorter-header-inner .card__sort {
        right: 0;
        top: calc(50% - 5px) !important;
    }
    #kits .tablesorter-header-inner {
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .search_container {
        padding: 0 20px;
    }
    .search_product_brcrb {
        font-size: 14px;
    }
    .search_empty_btn .btn:first-child {
        margin-right: 0;
        margin-bottom: 21px;
    }
    .search_empty_btn .btn {
        width: 100%;
    }
    .block_padding {
        padding-top: 50px;
    }

    body .path {
        padding: 15px 0 16px;
    }
    .card-modifications-wrap .card-table table thead tr:first-child {
        display: none;
    }
    .card-table table td:nth-child(6) {
        display: table-cell !important;
        padding: 14px 20px 12px 0 !important;
        font-weight: 600;
    }
    .other_modification .card-table td:first-child {
        padding-left: 20px;
    }
    #product-product .card-table table thead {
        display: none;
    }
    #product-product .card-table table tbody td:last-child {
        padding-right: 20px;
    }
    #product-product .card-table table {
        width: calc( 100% + 40px );
        margin: 0 0 15px;
        left: -20px;
    }
}
.card-modifications-wrap .card-table tr:nth-child(even) {
    background: transparent;
}
.card-modifications-wrap .card-table tr:nth-child(odd) {
    background: #f6f7f8;
}
.card-modifications-wrap .card-table thead tr:nth-child(odd) {
    background: transparent;
}
.card-table .cart__add {
    color: #00C597;
}
.item_bottom {
    display: flex;
    justify-content: space-between;
}
.item_bottom_right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 5px 12px;
}
.categories .model-wrap .model-item .item_bottom img {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
}
#blog_page .path {
    background-color: #fff;
}
#blog_page .block {
    padding-top: 0;
}
.container_swiper {
    position: relative;
    overflow: hidden;
    padding: 0 36.5px;
    margin-bottom: 48px;
}
.blog_images img {
    width: 100%;
}
.blog_images button.swiper_btn {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
}
.swiper_btn.swiper-button-prev {
    left: 80px;
} 
.swiper_btn.swiper-button-next {
    right: 80px;
}
.blog_content {
    padding: 0 0px 60px 0px;
}
.blog_content .blog_content_left {
    width: 57%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: auto;
}
.blog_content .blog_content_right {
    width: 43%;
}
.blog_content .popular {
    margin-top: 0;
    padding-right: 55px;
    padding-bottom: 0;
    max-width: 921px;
}
.popular .swiper_equipment_used .swiper-slide img {
    height: auto;
}
.popular .swiper_equipment_used .swiper-slide .cart__add {
    font-size: 16px;
    color: #2E2F30;
}
.production_data_row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.production_data {
    padding: 20px;
    border-radius: 12px;
    background-color: #F6F7F8;
    font-weight: 600;
    font-size: 64px;
    line-height: 108.4%;
    color: #489D52;
    margin: 0 25px 25px 0;
}
.production_data p {
    font-size: 18px;
    font-weight: 400;
    line-height: 145.4%;
    color: #2E2F30;
    margin: 0;
}
.blog-descr {
    padding: 40px;
    border-radius: 12px;
    background-color: #F6F7F8;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.02em;
}
.blog-descr .btn {
    width: 261px;
    padding: 0;
    margin-top: 40px;
}
#blog_page h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}
#blog_page h2, .other_blogs h2, .other_modification h2, #affilate h1, #affilate h2 {
    font-weight: 600;
    font-size: 45px;
    line-height: 110.4%;
    letter-spacing: -0.02em;
}
.other_modification h2 {
    margin-bottom: 40px;
}
.popular.swiper_right {
    display: none;
}
.other_blogs {
    /* margin: 48px 0 67px; */
}

.other_blogs .swiper-slide img, .other_blogs .swiper-slide > a {
    border-radius: 10px 10px 0 0;
}
.other_blogs .swiper-slide .heading a {
    font-weight: 600;
    font-size: 25px;
    line-height: 115.9%;
    letter-spacing: -0.02em;
}
.other_blogs .swiper-slide {
    background-color: #fff;
    border-radius: 10px;
}
.other_blogs_top {
    margin: 0 0 40px;
    display: flex;
    align-items: center;
}
.other_blogs_top h2 {
    margin: 0 40px 0 0;
}
.btn.btn_xs {
    display: none;
}
@media screen and (min-width: 768px) {
    .popular .swiper-slide .cart__add {
        display: inline-block;
        text-align: center;
        border: 1px solid #489D52;
        padding: 14px 26px;
        background-image: none;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
}
@media (max-width: 1440px) {
    .item_bottom_right {
        padding: 0 16px 0 12px;
    }
    .categories .model-wrap .model-item .item_bottom img {
        width: 28px;
        height: 28px;
    }
    .blog_content {
        padding: 0 0 64px 10px;
    }
    .container_swiper {
        position: relative;
        overflow: hidden;
        padding: 0;
    }
    .popular .swiper_equipment_used .swiper-slide .cart__add {
        width: 100%;
        padding: 14px 10px;
        text-align: center;
    }
    .production_data {
        font-size: 45px;
    }
    #blog_page .block .container-1 {
        padding: 0 70px;
    }
    #blog_page h1 {
        margin-bottom: 28px;
    }
    #blog_page h2, #blog_page h1, .other_blogs h2 {
        font-size: 30px;
        line-height: 108.4%;
    }
    .other_blogs {
        /* margin: 48px 0 60px; */
    }
}
@media (min-width: 1441px) {
    .other_blogs .swiper-slide {
        width: 600px;
    }
    .other_blogs .swiper-slide > a {
        height: 337px;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .other_blogs .swiper-slide {
        width: 560px;
    }
    .other_blogs .swiper-slide > a {
        height: 315px;
    }
}
@media (max-width: 1024px) {
    .categories .model-wrap .model-item .item_bottom img {
        width: 32px;
        height: 32px;
    }
    .blog_content {
        padding-bottom: 0;
    }
    .blog_content .blog_content_left, .blog_content .blog_content_right {
        width: 100%;
    }
    .blog_images button.swiper_btn {
        display: none;
    }
    .popular .swiper_equipment_used .swiper-slide {
        width: 200px;
    }
    .popular.swiper_left {
        display: none;
    }  
    .popular.swiper_right {
        display: block;
    } 
    .blog-descr {
        margin-top: 25px;
    }
    .blog_content .popular {
        padding: 50px 0;
    }
    .other_blogs {
        /* margin: 48px 0 50px; */
    }
    .other_blogs .swiper-slide .heading a {
        font-size: 18px;
        line-height: 120.4%;
    }
    .other_blogs .swiper-slide .heading {
        padding: 20px;
    }
    .other_blogs button {
        display: none;
    }
    .other_blogs_top {
        margin: 0 0 30px;
    }
}
@media (max-width: 767px) {
    .item_bottom_right {
        padding: 0 12px;
    }
    .categories .model-wrap .model-item .item_bottom img {
        width: 24px;
        height: 24px;
    }
    .container_swiper {
        margin-bottom: 40px;
    }
    .blog_content .popular {
        padding: 40px 0 40px 0;
    }
    .production_data {
        font-size: 30px;
        width: 100%;
        margin-right: 0;
    }
    .blog-descr {
        font-size: 16px;
        line-height: 160.4%;
        background-color: #fff;
        padding: 0;
        margin-top: 20px;
    }
    .blog-descr .btn {
        margin-top: 20px;
    }
    #blog_page h1 {
        margin-bottom: 20px;
    }
    #blog_page h1, #blog_page h2, .other_blogs h2, .other_modification h2, #affilate h1, #affilate h2 {
        font-size: 25px;
        line-height: 115.9%;
    }
    .blog_content {
        padding: 0;
    }
    .popular .swiper_equipment_used .swiper-slide .heading a {
        font-size: 12px;
        line-height: 150%;
    }
    .popular .swiper_equipment_used .swiper-slide .cart__add {
        font-size: 12px;
        line-height: 121%;
        color: #00C597;
        padding: 14px 10px 14px 30px;
    }
    .other_blogs {
        /* margin: 40px 0; */
    }
    .other_blogs .swiper-slide .heading a {
        font-size: 14px;
        line-height: 126.4%;
    }
    .other_blogs_top {
        margin: 0 0 20px;
    }
    .other_blogs_top .btn {
        display: none;
    }
    .btn.btn_xs {
        display: flex;
        width: calc(100% - 156px);
        padding: 14px 10px;
    }
    .other_blogs_bottom {
        display: flex;
        margin-top: 30px;
        justify-content: space-between;
    }
    .swiper-sld .other_blogs_bottom .swiper-button-next, .swiper-sld .other_blogs_bottom .swiper-button-prev {
        position: unset;
        height: 64px;
        width: 64px;
        border-radius: 8px;
        background: #489D52;
        display: flex;
        background-repeat: no-repeat;
        background-position: center;
        filter: unset;
    }
    .swiper-sld .other_blogs_bottom .swiper-button-prev {
        background-image: url('/templates/images/catalog/view/theme/siled/img/Vector11.svg');
    }
    .swiper-sld .other_blogs_bottom .swiper-button-next {
        background-image: url('/templates/images/catalog/view/theme/siled/img/Vector11_2.svg');
    }
    .other_blogs .swiper-slide img, .other_blogs .swiper-slide > a {
        border-radius: 8px 8px 0 0;
    }
}
#information-information .form_section-title h2 {
    max-width: none;
}
#information-information #content {
    background-color: #fff;
}
@media (min-width: 768px) {
    #product-product .form_section-title h2 {
        font-size: 30px;
        letter-spacing: -0.02em;
    }
}
@media (min-width: 1441px) {
    .delivery_block br {
        display: none;
    }
    .delivery_container .delivery_left {
        max-width: 60%;
    }
    #product-product .form_section .container-1 {
        display: flex;
    }
    #product-product .form_section-title {
        width: 30.5%;
        flex-wrap: wrap;
        padding-right: 40px;
    }
    #product-product .form_section form {
        width: 69.5%;
    }
    #product-product .form_section-title h2 {
        margin: 0 0 15px 0;
        max-width: none;
    }
    #product-product .form_section-title p {
        max-width: none;
    }
}
.related_projects {
    display: flex;
    justify-content: space-between;
}
.related_project {
    width: calc((100% - 40px) / 2);
    border-radius: 10px;
    border: 1px solid #E5EBF2;
}
.related_project img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.related_project .heading {
    padding: 20px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 120.4%;
}
.other_modification {
    margin-top: 50px;
}
.other_modification, .other_modification .card-table {
    width: 100%;
}
.other_modification #kits .tablesorter-header-inner {
    font-weight: 400;
}
.other_modification .card-table #kits tbody td {
    font-weight: 400;
}
.other_modification .card-table #kits tbody td.primary {
    font-weight: 600;
}
.other_modification .card-table td:first-child {
    width: 230px;
    max-width: 230px !important;
    text-align: left;
}
#product-product .other_modification .card-table td:last-child {
    width: 185px;
}
@media (max-width: 1440px) {
    .related_project {
        width: calc((100% - 30px) / 2);
    }
    .related_project .heading {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 126.4%;
    }
}
@media (max-width: 1024px) {
    .other_modification .card-table td:last-child {
        width: 145px;
    }
}
@media (max-width: 1024px) {
    .related_project .heading {
        padding: 8px 15px;
        font-size: 12px;
        line-height: 121%;
    }
}
@media (max-width: 767px) {
    #product-product .form_section form .col {
        order: 1;
    }
    #product-product .form_section form .btn {
        order: 2;
    }
    .related_project {
        width: calc((100% - 16px) / 2);
    }
    p.card__subheading {
        font-size: 18px;
        line-height: 120.4%;
    }
    #product-product .form_section-title p {
        max-width: none;
    }
    .other_modification .card-table td:first-child {
        width: 190px;
        max-width: 190px !important;
    }
    .other_modification .card-table td:last-child {
        width: unset;
    }
}
.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: -6px;
}
.product_specifications .card__subheadline {
    font-weight: 600;
    font-size: 30px;
    line-height: 108.4%;
    letter-spacing: -0.02em;
    color: #2E2F30;
}
.product_specifications .card-descr__table thead tr td:first-of-type {
    font-weight: 600;
    font-size: 25px;
    line-height: 115.9%;
    letter-spacing: -0.02em;
    color: #2E2F30;
}
.product_specifications .card-descr__table tbody tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2E2F30;
    width:70%;
}
.product_specifications .card-descr__table tbody tr td:first-of-type {
    font-weight: 600;
}
.product_specifications .card-descr__table tr td:first-of-type {
    padding: 15px 30px 15px 10px;
}
.card-descr__table {
    border-spacing: 0;
}
.card-descr__table tbody tr:nth-child(2n+1) {
    background-color: #F6F7F8;
}
#about_us .production_other_blogs {
    padding-bottom: 1px;
}
@media (min-width: 1281px) {
    #product-product .card-descr {
        max-width: 48%;
        width: 48%;
    }
    #product-product .card-files {
        max-width: 51%;
    }
    .card-descr__table {
        width: 496px;
    }
}
@media (max-width: 1280px) {
    .card-descr__table {
        width: 100%;
    }
}
@media (min-width: 981px) and (max-width: 1280px) {
    #product-product .card-descr {
        max-width: 49%;
        width: 49%;
    }
}
@media (max-width: 1024px) {
    .product_specifications .card__subheadline {
        font-size: 25px;
        line-height: 115.9%;
    }
    .product_specifications .card-descr__table thead tr td:first-of-type {
        font-size: 18px;
        line-height: 120.4%;
    }
    .product_specifications .card-descr__table tbody tr td {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 980px) {
    .product_specifications .card-descr__table {
        width: calc(100% + 120px);
        margin-left: -60px;
    }
    .product_specifications .card-descr__table tr td {
        padding: 15px 60px 15px 0;
    }
    .product_specifications .card-descr__table tr td:first-of-type {
        padding: 15px 30px 15px 60px;
    }
}
@media (max-width: 767px) {
    .product_specifications .card-descr__table {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .product_specifications .card__subheadline {
        font-size: 18px;
        line-height: 120.4%;
    }
    .product_specifications .card-descr__table thead tr td:first-of-type {
        font-size: 14px;
        line-height: 126.4%;
    }
    .product_specifications .card-descr__table tr td {
        padding: 10px 20px 10px 0;
        width: 50%;
    }
    .product_specifications .card-descr__table tr td:first-of-type {
        padding: 10px 30px 10px 20px;
    }
    .product_specifications .card-descr__table tbody tr td {
        font-size: 12px;
        line-height: 120.4%;
    }
}
@media (min-width: 701px) and (max-width: 767px) {
    .product_specifications .card-descr__table {
        width: calc(100% + 80px);
        margin-left: -40px;
    }
    .product_specifications .card-descr__table tr td {
        padding: 10px 40px 10px 0;
    }
    .product_specifications .card-descr__table tr td:first-of-type {
        padding: 10px 30px 10px 40px;
    }
}
.affilate_top {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-left: 80px;
}
.affilate_top .path {
    background-color: transparent;
    padding: 25px 0 16px;
}
#affilate h1 {
    margin: 0 0 35px;
}
.affilate_top_left {
    width: 500px;
    padding-right: 60px;
    padding-bottom: 54px;
}
.affilate_top_left .agree-checkbox {
    margin: 0 0 18px;
}
.affilate_top_left .subscribe-checkbox {
    margin: 0 0 18px;
}
.affilate_top_right {
    width: calc(100% - 520px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.affilate_top_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.affilate_top_left > p {
    font-size: 18px;
    line-height: 145.4%;
    margin-bottom: 30px;
}
#affilate .main-banner-bottom {
    position: unset;
    padding-top: 27px;
    padding-bottom: 17px;
}
@media (max-width: 1024px) {
    .affilate_top {
        padding-left: 40px;
    }
    .affilate_top_left {
        width: 50%;
        padding-right: 30px;
    }
    .affilate_top_right {
        width: calc(100% - 50%);
    }
}
#affilate .block_first {
    padding: 0;
    display: flex;
}
#affilate .tab-pane .block_first {
    width: 46%;
}
#affilate .block_first > div {
    width: 100%;
}
#affilate .block_second {
    padding: 0;
}
#affilate .tab-pane .block_second {
    padding: 40px 40px 40px 0;
    width: 54%;
}
#affilate .block_first > div {
    background-color: #F6F7F8;
    border-radius: 12px;
}
#affilate .tab-pane .block_text {
    padding: 40px;
}
#affilate .tab-pane .block_text p {
    margin: 0 0 40px;
}
#affilate .block_second > div {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    width: calc((100% - 30px) / 2);
    float: left;
}
#affilate .block_second > div:nth-child(2n) {
    margin-left: 30px;
}
#affilate .block_second > div:last-child {
    margin-bottom: 0px;
}
#affilate #nav_dealers .block_second > div:nth-child(5) {
    width: 100%;
}
#affilate .block_second span {
    font-weight: 600;
    font-size: 18px;
    line-height: 120.4%;
}
#affilate .block_second img {
    margin-right: 20px;
}
#affilate .tab-pane .block_second img {
    width: 75px;
}
.why_are_we {
    text-align: center;
}
.waw_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1367px;
    max-width: calc(100% - 160px);
    margin: 0 auto;
}
.waw_block {
    width: calc((100% - 47px) / 2);
    background-color: #fff;
    border-radius: 12px;
    margin-top: 126px;
    position: relative;
    display: flex;
    padding: 60px 40px 40px;
    justify-content: center;
}
.waw_icon {
    border: 7px solid #F6F7F8;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: -110px;
    left: calc(50% - 74.5px);
    background-color: #F6F7F8;
}
.waw_icon_border {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    border: 5px solid #00BD78;
    border-radius: 50%;
}
.waw_text {
    font-size: 25px;
    line-height: 145.4%;
    display: flex;
    flex-direction: column;
}
.waw_text span {
    line-height: 115.9%;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
}
.partners_carousel div.scrollableArea * {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.partners_carousel .partners_block {
    padding: 20px;
}
.partners_carousel .partners_border {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    padding: 20px;
    width: 250px;
    height: 250px;
}
.our_partners_block {
    background-color: #fff;
    margin-top: 77px;
    padding: 60px 0 80px;
}
.our_partners_block .our_partners_top .block_first {
    flex-direction: column;
}
.our_partners_block .our_partners_top .block_last {
    width: 280px;
}
#affilate .other_blogs_top {
    justify-content: space-between;
}
#affilate .other_blogs_top > div {
    display: flex;
}
#affilate .other_blogs_top > div span {
    margin-left: 40px;
    max-width: 450px;
}
#affilate .other_blogs_top h2 {
    white-space: nowrap;
}
#affilate .other_blogs_top .btn {
    white-space: nowrap;
}
.category-grid_bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#affilate .main-banner-bottom {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 7px;
}
#affilate .main-banner-bottom>div {
    height: 74px;
    margin-right: 0;
    margin-bottom: 20px;
    width: calc((100% - 100px) / 6);
}
#affilate .content_top .block_text {
    font-size: 25px;
    line-height: 145.4%;
}
@media (min-width: 1025px) {
    .affilate_top_right .path {
        display: none;
    }
}
@media (min-width: 1025px) {
    #affilate .main-banner-bottom {
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media (min-width: 1441px) {
    #affilate .main-banner-bottom br {
        display: none;
    }
}
@media (max-width: 1440px) {
    #affilate .main-banner-bottom>div {
        width: calc((100% - 40px) / 3);
    }
    #affilate .tab-pane .block_first, #affilate .tab-pane .block_second {
        width: 50%;
    }
    #affilate .tab-pane .block_second {
        padding-left: 20px;
    }
    #affilate .block_second > div {
        float: unset;
        width: 100%;
    }
    #affilate .block_second > div:nth-child(2n) {
        margin-left: 0
    }
    #affilate .tab-pane .block_second img {
        width: 60px;
    }
}
@media (max-width: 1350px) {
    #affilate .other_blogs_top > div {
        flex-wrap: wrap;
    }
    #affilate .other_blogs_top > div span {
        margin-left: 0px;
    }
    #affilate .other_blogs_top h2 {
        white-space: normal;
    }
}
@media (max-width: 1024px) {
    #affilate .content_tabs .nav-tabs {
        width: 100%
    }
    #affilate .content_tabs .nav-item {
        width: 50%;
        margin-right: 0;
    }
    #affilate .tab-pane .block_first, #affilate .tab-pane .block_second {
        width: 100%;
    }

    #affilate .content_top, #affilate .block_first, #affilate .content_tabs .block_second {
        padding: 0;
    }
    .waw_content {
        max-width: calc(100% - 80px);
    }
    .waw_block {
        width: calc((100% - 30px) / 2);
        margin-top: 126px;
        padding: 60px 30px 30px;
    }
    .why_are_we h2 {
        margin-bottom: 0;
    }
    .waw_icon {
        top: -85px;
        left: calc(50% - 62px);
        border: 6px solid #F6F7F8;
    }
    .waw_icon_border {
        padding: 20px;
        border: 4px solid #00BD78;
    }
    .waw_icon_border img {
        width: 60px;
    }
    .waw_text {
        font-size: 16px;
        line-height: 145.4%;
    }
    .waw_text span {
        font-size: 18px;
        line-height: 120.4%;
    }
    #affilate .main-banner-bottom>div {
        height: 60px;
    }
    #affilate .main-banner-bottom>div img {
        width: 40px;
    }
    .affilate_top_left > p {
        font-size: 16px;
        line-height: 160.4%;
    }
    #affilate .main-banner-bottom {
        padding-top: 20px;
        padding-bottom: 4px;
    }
    #affilate .main-banner-bottom>div {
        margin-bottom: 16px
    }
    #affilate .tab-pane .block_second {
        padding: 0 40px 40px;
    }
    #affilate .tab-pane  .block_second span br {
        display: none;
    }
    #blog_page h2, .other_blogs h2, .other_modification h2, #affilate h1, #affilate h2, .category-grid-title {
        font-size: 30px;
        line-height: 108.4%;
    }
    #affilate .our_partners_top .block_first {
        width: auto;
    }
}
@media (max-width: 767px) {
    .affilate_top {
        padding-left: 0px;
    }
    .affilate_top_left {
        width: 100%;
        padding: 0 20px 40px;
        order: 1;
    }
    .affilate_top_right {
        width: 100%;
    }
    #affilate .main-banner-bottom>div:nth-child(6), #affilate .main-banner-bottom>div:nth-child(7) {
        width: 100% !important;
        margin-right: 0px !important;
    }
    #affilate .block_second span {
        font-size: 12px;
        line-height: 121%;
    }
    
    #affilate .block_second > div {
        padding: 10px;
        margin-bottom: 16px;
    }
    #affilate .block_second img {
        margin-right: 10px;
        width: 50px;
    }
    #affilate .block_first .block_text {
        margin-bottom: 0;
        padding: 20px 20px 30px
    }
    .waw_content {
        max-width: calc(100% - 40px);
    }
    .waw_block {
        width: 100%;
        margin-top: 90px;
        padding: 40px 15px 15px 15px;
    }
    .waw_icon {
        top: -65px;
        left: calc(50% - 42.5px);
        border: 5px solid #F6F7F8;
    }
    .waw_icon_border {
        padding: 17px;
        border: 3px solid #00BD78;
    }
    .waw_icon_border img {
        width: 45px;
    }
    .waw_text {
        font-size: 16px;
        line-height: 145.4%;
    }
    .waw_text span {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }
    .waw_text > br {
        display: none;
    }
    .partners_carousel .partners_block {
        padding: 10px;
    }
    .our_partners_block {
        margin-top: 40px;
        padding: 30px 0 20px;
    }
    .our_partners_block .our_partners_top {
        margin-bottom: 0 !important;
    }
    #affilate .other_blogs_top > div span {
        margin-left: 0;
        max-width: 100%;
        margin-top: 18px;
    }
    .category-grid_bottom {
        margin-top: 0px;
    }
    #affilate .category-grid-title {
        padding-top: 0;
        margin-top: 0;
    }
    #affilate .content_tabs .nav-item {
        font-size: 14px; 
    }
    #affilate .content_tabs .nav-item img, #affilate .content_tabs .nav-item svg {
        width: 32px;
    }
    .affilate_top_left .path {
        display: none;
    }
    .affilate_top_right .path {
        padding: 16px 20px;
    }
    #affilate h1 {
        margin-bottom: 12px;
        margin-top: 20px;
    }
    .affilate_top_left > p {
        font-size: 14px;
        line-height: 163.9%;
    }
    #nav_arch_design .block_text b {
        font-weight: 400;
    }
    #affilate .tab-pane .block_second {
        padding: 0 20px 20px;
    }
    #affilate .tab-pane .block_second img {
        width: 40px;
    }
    .partners_carousel .partners_border {
        width: 150px;
        height: 150px;
    }
    .partners_carousel .partners_border img {
        width: 100%;
    }
    #affilate .our_partners_top .block_first br {
        display: none;
    }
}
@media (max-width: 480px) {
    .affilate_top_right img {
        height: 220px;
    }
}
.blog_groups {
    margin: 0 -10px 40px -10px;
    display: flex;
    flex-wrap: wrap;
}
.blog_groups .btn {
    margin: 0 10px 20px 10px;
    width: auto;
}
@media (max-width: 767px) {
    .blog_groups {
        margin: 0 -9px 20px -9px;
    }
    .blog_groups .btn {
        margin: 0 9px 16px 9px;
        padding: 13px 20px;
        height: auto;
    }
}
#carousel-home .swiper-slide {
    height: 755px;
}
#carousel-home .swiper-slide > * {
    height: 100%;
    object-fit: cover;
}
.main-banner-left {
    z-index: 1;
}
.main-banner-right {
    z-index: 0;
}
.carousel_home_btn button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #999999;
}
.carousel_home_btn button.swiper-button-next {
    background-image: url('/templates/images/catalog/view/theme/siled/img/arrow_up_next.svg');
}
.carousel_home_btn button.swiper-button-prev {
    background-image: url('/templates/images/catalog/view/theme/siled/img/arrow_up_prev.svg');
}
@media (min-width: 900px) {
    .carousel_home_btn button.swiper-button-next {
        right: 40px;
    }
    .carousel_home_btn button.swiper-button-prev {
        left: unset;
        right: 150px;
    }
    .carousel_home_btn button {
        top: unset;
        bottom: 238px;
    }
}
@media (min-width: 1024px) {
    .carousel_home_btn button.swiper-button-next {
        right: 100px;
    }
    .carousel_home_btn button.swiper-button-prev {
        left: unset;
        right: 210px;
    }
}
@media (min-width: 1440px) {
    .carousel_home_btn button {
        top: unset;
        bottom: 164px;
    }
}
@media (max-width: 1440px) {
    #carousel-home .swiper-slide {
        height: 684px;
    }
}
@media (max-width: 900px) {
    .carousel_home_btn button {
        background-size: 30%;
        width: 60px;
        height: 60px;
    }
    #carousel-home .swiper-slide {
        height: 379px;
    }
}
@media (max-width: 1600px) {
    .card__text {
        font-size:16px !important;
    }
}  

@media (max-width:500px) {
    .categories .model-wrap .model-item img {
        height: 135px !important;
    }
}