.vue-map {
    height: 100%;
    min-height: 2rem;
    width: 100%;
}
@font-face {
    font-display: swap;
    font-family: Root;
    src: url(../fonts/PT-Root-UI-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter/Inter-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/inter/Inter-SemiBold.woff2) format("woff2");
}
header svg {
  stroke: #181b21;
  transition: stroke .4s ease;
}
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    font-family: Root, Arial, Helvetica, sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
:focus {
    outline: none;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar:horizontal {
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #f09173;
    border: 1px solid #fff;
}


a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
.cart_js,
.wish{
  display:none!important;
}
main{
  flex-direction:column;
  width:100%;
  display:flex;
  flex:1;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition-duration: .3s;
}
button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
  border-radius: 0;
}
* {
  box-sizing: border-box;
}
svg circle,
svg rect,
svg path {
  transition-duration: .3s;
}
a {
  transition-duration: .3s;
  color: initial;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.image_wrapper img {
  max-width: 100%;
  max-height: 100%;
}
nav {
  list-style: none;
}
body {
  position: relative;
  font-optical-sizing: auto;
  color: #181b21;
  font-size: 20px;
  background-color: #f0f1f3;
  overflow-x: hidden !important;
  font-family: Root, Arial, Helvetica, sans-serif;
}
.body--active {
  overflow: hidden;
} 
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container {
  width: 100%;
  max-width: 1560px;
  padding: 0 12px;
  margin: 0 auto;
}
#shader,
.shader_copy {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
}
header {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height:96px;
  z-index: 5;
  align-items: center;
  justify-content: center;
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 2.5%;
}
.mobile_menu_logo{
  display:none;
}
header .logo {
  display: flex;
  transition: opacity .4s ease;
}
header .logo:hover{
  opacity: .7;
}
#mobile_menu_open{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #181b21;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#overflow_1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-toolbar > *:not(.fancybox-button--close) {
  display: none;
}
.fancybox-toolbar .fancybox-button--close {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: #e64815;
  transition-duration: .3s;
}
.fancybox-toolbar .fancybox-button--close:hover {
  background-color: #e64815;
  transform:rotate(90deg);
}
.fancybox-toolbar .fancybox-button--close:after,
.fancybox-toolbar .fancybox-button--close:before {
  background-color: #261d15;
}
.fancybox-arrow {
  position: fixed;
  top: unset;
  bottom: 140px;
  width: 40px;
  height: 40px;
  background-color: #e64815;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1 !important;
  left: unset;
  transform: none !important;
  overflow: hidden;
  margin: 0;
}
.fancybox-arrow--right {
  right: 40px;
  background-image: url(../img/fancy_next.svg);
}
.fancybox-arrow--left {
  right: 82px;
  background-image: url(../img/fancy_prev.svg);
}
.fancybox-arrow:after {
  display: none;
}
#call_search{
  display:flex;
  flex-direction:row;
  align-items:center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  transition: color .4s ease;
}
#call_search svg{
  height: 32px;
  width: 32px;
  stroke: #585c64;
  margin-right: 10px;
  transition: stroke .4s ease;
  cursor: pointer;
}
#call_search:hover{
  color:#e64815;
}
#call_search svg path{
  transition: stroke .4s ease;
}
#call_search:hover svg path{
  stroke:#e64815;
}
.search_bg{
  display:none;
  height: 100dvh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0003;
  z-index:20;
}
.search_holder{
  display:flex;
  flex-direction:column;
  z-index:21;
  transition:0.5s;
  width:960px;
  height: 100dvh;
  left: 0%;
  position: absolute;
  top: 0;
  position: fixed;
  background:#fff;
  transform: translateX(-100%);
}
.search_holder svg path{
  stroke:#181b21;
}
.search_holder.active{
  transform: translateX(0%);
}
.search_title{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #181b21;
}
.search_box_i{
  position:relative;
  margin: 0px 64px;
}
.search_box_i button{
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: column;
  width: 32px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.search_box_i button:hover svg path{
  stroke:#e64815;
}
.search_box_i input{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  padding: 28px 0 28px 58px;
  background-color: transparent;
  border: none;
  caret-color: #e64815;
  font-family: Root, sans-serif;
  font-style: normal;
  height: 100%;
  width: 100%;
}
.search_box_popular{
  display:flex;
  flex-direction:column;
  height: calc(100% - 96px);
  padding: 32px 64px 180px;
  background: #f0f1f3;
  gap:16px;
}
.search_box_popular ul{
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.search_box_popular .search_container ul .search_box_cat{
  display:flex;
  flex-direction:row;
  gap:8px;
  width:100%;
  flex-wrap:wrap;
  margin-top: 5px;
  margin-bottom: 10px;
}
.search_box_popular .search_container ul .search_box_cat a{
  background: #fff;
  color: #585c64;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  display: flex;
  width: fit-content;
  flex-direction: row;
  gap: 8px;
  height: 40px;
}
.search_box_popular ul li.search_box_cat a:hover{
  color: #e64815;
}
.search_box_popular ul li a{
  background: #fff;
  color: #585c64;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  display: flex;
  width: fit-content;
  flex-direction:row;
  gap: 8px;
  height: 40px;
}
.search_box_popular ul li a:hover{
  color: #e64815;
}
.search_header{
  align-items: center;
  background-color: #ffffff;
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 19px 30px;
  height: 80px;
  padding: 26px 64px;
}
.search_box_popular_title{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color: #585c64;
}
#mobile_login{
  display: flex;
  flex-direction:column;
  right: 0%;
  width: 100%;
  z-index: 109;
  background: #ffffff;
  background-color: #f0f1f3;
  max-height: 100vh;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 960px;
  z-index: 107;
  transition:0.5s;
  transform: translateX(100%);
  display:none;
}
#mobile_login.active{
  transform: translateX(0%);
}
#mobile_login .container{
  padding:0px;
}
#mobile_contact{
  display: flex;
  flex-direction:column;
  right: 0%;
  width: 100%;
  z-index: 109;
  background: #ffffff;
  background-color: #f0f1f3;
  max-height: 100vh;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 960px;
  z-index: 107;
  transition:0.5s;
  transform: translateX(100%);
  display:none;
}
#mobile_contact.active{
  transform: translateX(0%);
}
#mobile_contact .container{
  padding:0px;
}
#mobile_menu{
  display: flex;
  flex-direction:column;
  right: 0%;
  width: 100%;
  z-index: 109;
  background: #ffffff;
  background-color: #f0f1f3;
  max-height: 100vh;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 960px;
  z-index: 107;
  transition:0.5s;
  transform: translateX(100%);
  display:none;
}
.mobile_menu_title{
  color: #181b21;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.h_m_nav{
  display:flex;
  flex-direction:row;
  align-items:center;
  height:100%;
}
.h_m_nav li a{
  align-items: center;
  color: #9c9fa4;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-weight: 600;
  height: 100%;
  line-height: 24px;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
  transition: color .4s ease;
  height: 96px;
}
#mobile_menu_close svg path{
  stroke:#181b21;
}
#mobile_menu_close:hover svg path{
  stroke:#e64815;
}
.h_m_nav li a:hover{
  color:#e64815;
}
.h_m_nav li.active a{
  box-shadow: inset 0 -8px #f0f1f3;
  color: #181b21;
  position: relative;
}
#mobile_menu.active{
  transform: translateX(0%);
}
#mobile_menu .container{
  padding:0px;
}
.mobile_menu_header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 0 96px 0 96px; 
  min-height: 96px;
}
.mobile_menu_speciallink{
  align-items: center;
  color: #585c64;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  gap: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s ease;
}
.mobile_menu_speciallink:hover{
  color:#e64815;
}
.mobile_menu_speciallink svg path{
  stroke: #181b21;
}
.mobile_menu_speciallink:hover svg path{
  stroke: #e64815;
}
.mobile_menu_phone{
  display:flex;
  flex-direction:column;
}
.mobile_menu_phone a{
  color: #181b21;
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 4px;
  text-decoration: none;
}
.mobile_menu_phone a:hover{
  color:#e64815;
}
.mobile_menu_info{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.mobile_main_menu{
  display:flex;
  flex-direction:column;
}
.mobile_main_menu li a svg{
  stroke: #181b21;
}
.mobile_menu_middle{
  padding: 0 96px;
  min-height: 864px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact_menu_middle{
  display:none;
}
.contact_menu_middle.active{
  display:flex;
}
.mobile_menu_right{
  display:flex;
  flex-direction:column;
  width:384px;
}
.mobile_menu_right_top{
  width:100%;
  padding: 64px 0 100px 96px;
  border-bottom: 1px solid #c6c9cc;
}
#mobile_contact .mobile_menu_right_top{
  border-bottom:none;
}
#mobile_contact .mobile_menu_right{
  justify-content: space-between;
  padding-bottom:64px;
}
.mobile_main_menu{
  margin-bottom: 64px;
}
.mobile_menu_image{
  height: 192px;
  width: 100%;
  padding: 0px 0px 0px 96px;
}
.menu_address_holder{
  display: flex;
  flex-direction: column;
  padding-left: 96px;
  gap: 16px;
}
.mobile_loc{
  font-size: 32px;
  line-height: 40px;
  color: #181b21;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
.mobile_loc_info{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.menu_address{
  color: #181b21;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  line-height: 26px;
}
.menu_address_holder a{
  align-items: center;
  background-color: #fff;
  border: none;
  color: #585c64;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 24px;
  min-width: 192px;
  padding: 16px 24px;
  text-decoration: none;
  transition: color .4s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.menu_address_holder a svg path{
  stroke: #585c64;
}
.menu_address_holder a:hover{
  color:#fff;
  background-color:#e64815;
}
.menu_address_holder a:hover svg path{
  stroke: #fff;
}
.menu_address_holder .mobile_social_b a svg path{
  stroke:none;
}
.mobile_loc_video{
  height: 192px;
  width: 100%;
  padding: 0px 0px 0px 96px;
}
.mobile_loc_video video{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.mobile_main_menu li a{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #181b21;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  transition: color .4s ease;
}
.mobile_main_menu li a:hover{
  color:#e64815;
}
.mobile_main_menu li a:hover svg path{
  stroke: #e64815;
}
.mobile_information li a{
  color: #181b21;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 11px 0;
  position: relative;
  text-decoration: none;
  transition: color .4s ease;
}
.mobile_information li a:hover{
  color:#e64815;
}
.mobile_information li a .pill{
  display: none;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content:center;
}
.mobile_information li a .pill svg path{
  stroke: #e64815;
}
.mobile_information li a:hover .pill {
  display: flex;
}
.mobile_social{
  display: flex;
  align-items: center;
  padding: 100px 0 64px 96px;
}
.mobile_social a{
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 24px;
}
.mobile_social a:hover svg path{
 fill:#e64815;
}
.contact_in_a_phone{
  color: #181b21;
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 4px;
  text-decoration: none;
}
.mobile_menu_left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 100%;
  height: 864px;
  padding: 64px 0px;
  border-right: 1px solid #ddd;
  width: 384px;
}
.header_left{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header_left .logo{
  margin-right: 96px;
}
.header_middle{
  display: flex;
  flex-direction: column;
}
.main_menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.main_menu > li > a{
  align-items: center;
  color: #181b21;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 96px;
  justify-content: center;
  line-height: 24px;
  text-decoration: none;
  transition: stroke .4s ease;
  gap:8px;
}
.main_menu > li > a > span{
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_menu > li.active > a{
  box-shadow: inset 0 -4px #f0f1f3;
  color: #9c9fa4;
}
.main_menu > li > a .close_menu{
  display:none;
}
.main_menu > li.active > a svg{
  display:none;
}
.main_menu > li.active > a .close_menu{
  display:flex;
}
.main_menu > li > a:hover{
  color:#e64815;
}
.main_menu > li > a:hover svg path{
  stroke:#e64815;
}
.menu_inner{
  display:none;
}
.main_menu > li.active .menu_inner{
  display:flex;
  position:absolute;
  top: 96px;
  left:0px;
  width:100%;
  height:calc(100vh - 96px);
  background-color: #f0f1f3;
  z-index:10;
}
.menu_hi{
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 768px;
  z-index: 105;
  display: flex;
  flex-direction: row;
}
.menu_left{
  padding: 24px 0 24px 96px;
  width: 384px;
  padding-top: 64px;
  height:100%;
}
.menu_left ul.scheme_menu{
  display:flex;
  flex-direction:column;
  width:100%;
  height: 100%;
  position: relative;
}
.menu_left ul.scheme_menu a{ 
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #181b21;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 11px 25px 11px 0;
  position: relative;
  text-decoration: none;
  transition: color .4s ease;
  max-width: 290px;
}
.menu_left ul.scheme_menu a:hover{
  color:#e64815;
}
.menu_left ul.scheme_menu li .pill{
  display:none;
}
.menu_left ul.scheme_menu li a:hover .pill,
.menu_left ul.scheme_menu li.active .pill{
  display:block;
}
.menu_left ul.scheme_menu li a:hover .pill svg path,
.menu_left ul.scheme_menu li.active a .pill svg path{
  stroke: #e64815;
}
.menu_left ul.catalog_menu{
  display:flex;
  flex-direction:column;
  width:100%;
  margin-top: -32px;
  height: 100%;
  position: relative;
}

.menu_left ul.catalog_menu li .pill{
  display:none;
}
.menu_left ul li > a > svg{
  display: block;
  width:24px;
  height:24px;
}
.menu_left ul.catalog_menu li a:hover > svg,
.menu_left ul.catalog_menu li.active > a > svg{
  display: none;
}
.menu_left ul.catalog_menu li a:hover .pill,
.menu_left ul.catalog_menu li.active .pill{
  display:block;
}
.menu_left ul.catalog_menu li a{
  background-color: transparent;
  counter-increment: items;
  cursor: pointer;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  transition: color .4s ease;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 64px 40px 40px 0;
  border-bottom: 1px solid #c6c9cc;
  border-right: 1px solid #c6c9cc;
}
.menu_left ul:after{
  position:absolute;
  right: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  border-right: 1px solid #ddd;
  pointer-events: none;
}
.menu_left ul.catalog_menu li a:hover,
.menu_left ul.catalog_menu li.active a{
  color:#e64815;
}
.menu_left ul.catalog_menu li.active a{
  border-right: 1px solid #f0f1f3;
}
.menu_left ul.catalog_menu li a:hover .pill svg path,
.menu_left ul.catalog_menu li.active a .pill svg path{
  stroke: #e64815;
}
.menu_left.menu_left_nav{
  padding:0px;
  width: 384px;
  height: 100%;
}
.menu_left.menu_left_nav .menu_title{
  border-right: 1px solid #ddd;
}
.menu_right.menu_right_nav{
  width: 384px;
  height: 100%;
  padding:0px;
}

.menu_right.menu_right_nav .group .menu_list{ 
  padding: 0px 0px 48px 96px;
}
.menu_right.menu_right_nav .menu_title{
  padding-left: 96px;
}
.menu_title{
  color: #181b21;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-top: 64px;
  padding-bottom: 48px;
}
.scheme_menu{
  display:flex;
}
.nav_h{
  max-width: 230px;
  display: flex;
  flex-direction: column;
}
.menu_num{
  color: #9c9fa4;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  left: 0;
  line-height: 22px;
  position: absolute;
  top: 24px;
}
.menu_right{
  padding: 24px 0 24px 96px;
  width: 384px;
  padding-top: 64px;
}
.menu_right .submenu{
  display:none;
}
.menu_right .submenu.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
.menu_comment{
  border-top: 1px solid #c6c9cc;
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 48px 192px 32px 0;
  margin-top: 48px;
}
.menu_download{
  align-items: center;
  color: #585c64;
  display: flex;
  flex-direction:row;
  align-items:center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s ease;
  padding: 48px 87px 32px 96px;
  gap: 10px;
}
.menu_download:hover{
  color:#e64815;
}
.menu_download:hover svg path{
  stroke:#e64815;
}
.menu_right .group .menu_list{
  box-shadow: inset 0 -1px #c6c9cc;
  padding: 12px 0px;
}
.menu_right .group .menu_list li a{
  color: #181b21;
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
  text-decoration: none;
  transition: color .4s ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.menu_right .group .menu_list li a > span{
  min-height:26px;
}
.menu_right .group .menu_list li a .pill{
  display:none;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}
.menu_right .group .menu_list.menu_list_nav li a .pill{
  width:40px;
  height:40px;
}
.menu_right .group .menu_list li a:hover{
  color:#e64815;
}
.menu_right .group .menu_list li a:hover .pill{
  display:flex;
}
.menu_right .group .menu_list li a:hover > svg{
  display:none;
}
.menu_right .group .menu_list li a:hover .pill svg path{
  stroke:#e64815;
}
.menu_img{
  display:none;
  max-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 436px;
  width: 436px; 
  height: inherit;
}
footer{
  display:flex;
  flex-direction:column;
  margin-top: 80px;
}
.footer_top_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #eee;
  background-color: #181b21;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.footer_top_wrapper .footer_top_wrapper_h{
  max-width: 1536px;
  margin: 0px auto;
  padding-left: 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.footer_top_wrapper .footer_top_wrapper_h > img{
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
.footer_top_left{
  display: flex;
  flex-direction: column;
  gap: 57px;
  padding-bottom: 96px;
  padding-top: 96px;
  width: 29.5%;
  border-right: 1px solid #3b414a;
}
.footer_top_wrapper .mobile_address_city{
  color:#fff;
}
.mobile_address_footer{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer_top_wrapper .mobile_address_block{
  color:#9c9fa4;
  max-width: 256px;
}
.footer_top_wrapper .mobile_menu_phone a{
  color: #fff;
}
.footer_top_wrapper .mobile_menu_phone a:hover{
  color: #e64815;
}
.footer_top_wrapper .mobile_menu_info{
  color: #9c9fa4;
}
.footer_top_wrapper .worktime{
  color:#fff;
}
.footer_top_wrapper .week_block span{
  background-color: #3b414a;
}
.footer_top_wrapper .week_block span.week_active{
  background-color: #fff;
}
.footer_top_wrapper .worktime_block{
  color:#9c9fa4;
}
.footer_top_wrapper .menu_address_holder{
  margin-top: 16px;
  padding-left:0px;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_top_wrapper .menu_address_holder a:hover{
  color:#fff;
}
.footer_top_wrapper .menu_address_holder a:hover svg path{
  stroke:#fff;
}
.footer_top_wrapper .mobile_social_b{
  margin-top: 0px;
}
.footer_top_wrapper .mobile_social_b a:hover{
  color:#fff;
}
.footer_top_wrapper .mobile_social_b a:hover svg path{
  fill: #fff;
  stroke: none;
}
.footer_top_right_l{
  width: 34%;
  padding-bottom: 96px;
  padding-top: 96px;
  padding-left: 135.3px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer_nav{
  display: flex; 
  flex-direction: column;
  margin-bottom: 62px;
}
.footer_nav li a{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 11px 48px 11px 0;
  position: relative;
  text-decoration: none;
  display: flex;
  transition: color .4s ease;
}
.footer_nav li a:hover{
  color:#e64815;
}
.footer_nav li a svg{
  height: 14px;
  margin-left: 8px;
  position: absolute;
  right: 13px;
  top: 50%;
  width: 14px;
  stroke: #e64815;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .4s ease;
}
.footer_nav li a:hover svg{
  opacity: 1;
}
.footer_top_wrapper .mobile_main_menu a{
  align-items: center;
  background-color: #fff;
  color: #181b21;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  min-height: 56px;
  padding: 12px 16px 12px 12px;
  text-decoration: none;
  transition: color .4s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_top_right_r{
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap:62px;
  padding-left: 64px;
  padding-bottom: 96px;
  padding-top: 96px;
}
.footer_advices{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer_advices a{
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff0d;
  border: none;
  color: #c6c9cc;
  padding: 8px 16px;
  width:max-content;
}
.footer_advices a:hover{
  background-color: #ffffff1a;
}
.footer_advice_link{
  color: #fff;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-right: 48px;
  position: relative;
  text-decoration: none;
  transition: color .4s ease;
  width:100%;
}
.footer_advice_link svg{
  height: 14px;
  margin-left: 8px;
  position: absolute;
  right: 13px;
  top: 50%;faq_block_inner
  width: 14px;
  stroke: #e64815;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .4s ease;
}
.footer_advice_link:hover{
  color:#e64815;
}
.footer_advice_link:hover svg{
  opacity: 1;
}
.footer_advices_special{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer_advices_special a{
  align-items: center;
  color: #c6c9cc;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  gap: 12px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s ease;
}
.footer_advices_special a svg{
  height: 24px;
  width: 24px;
  stroke: #fff;
  transition: stroke .4s ease;
}
.footer_advices_special a:hover svg path{
  stroke:#e64815;
}
.footer_advices_special a:hover{
  color:#e64815;
}
.footer_bot_wrapper{
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer_bot_wrapper_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 1536px;
  margin: 0px auto;
}
.header_menu{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 96px;
  width: 176px;
  gap: 16px;
}
.footer_logo{
  padding: 24px 5px;
  margin-right: 50px;
}
.footer_logo_copy{
  display:flex;
  flex-direction:row;
  align-items:center;
  width: 100%;
}
.pay_rating_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.pay_icons svg{
  height: 42px;
  margin-right: 25px;
  width: 42px;
}
.footer_rating_creator{
  align-items: center;
  display: flex;
}
.footer_rating_creator .footer_rating{
  color: #181b21;
  font-weight: 600;
  margin-left: 24px;
  font-size:16px;
}
.footer_creator{
  margin-left: 30px;
  padding: 16.6px 15.5px;
}
.copyright{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.copyright a{
  color: #585c64;
}
.header_menu a{
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
  position: relative;
}
.header_menu a:hover svg circle,
.header_menu a:hover svg rect,
.header_menu a:hover svg path{
  stroke: #e64815;
}
#header_cart_link .basket_counter.active{
  align-items: center;
  background: #e64815;
  bottom: 100%;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 24px;
  color:#fff;
  justify-content: center;
  left: 50%;
  line-height: 22px;
  padding: 5px;
  position: absolute;
  text-align: center;
  transform: translate(-50%);
  width: 22px;
}
.header_right{
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .container{
  padding:0px;
}
#mobile_menu_open{
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 48px;
  justify-content: center;
  padding: 0 8px;
  width: 48px;
}
#mobile_menu_open span{
    background: #181b21;
    height: 2px;
    transition: background .4s ease;
    width: 100%;
}
#mobile_menu_open:hover span{
    background: #e64815;
}
.mobile_social_b{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:2px;
  margin-top:32px;
}
.mobile_social_b li a{
  width:56px;
  height:56px;
  min-width: 56px;
  display: flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#fff;
}
.mobile_social_b li a:hover{
  background:#e64815;
}
.mobile_social_b li a:hover svg path{
  fill:#fff;
}
.spec_links{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#mobile_contact .mobile_menu_left{
  position:relative;
}
#mobile_contact .mobile_menu_left:after{
  background-color: #c6c9cc;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position:absolute;
  top:200px;
  left:0px;
}
.mobile_address{
  display: flex;
  flex-direction: column;
  gap:8px;
}
.mobile_address_city{
  color: #181b21;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}
.mobile_address_block{
  color: #585c64;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.worktime{
  font-size: 32px;
  line-height: 40px;
  color: #181b21;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}
.week_block{
  display: flex;
  flex-direction:row;
  gap: 8px;
  margin-bottom: 16px;
  order: 2;
}
.week_block span{
  background-color: #dbdde1;
  height: 4px;
  width: 24px;
}
.week_block span.week_active{
  background-color: #181b21;
}
.worktime_block{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.hero_slide{
  flex-direction: row;
  width: 1536px;
  align-items: center;
  margin: 0px auto;
  padding-top: 312px;
  height: 864px;
  background-color: #181b21;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: space-between;
  position: relative;

}
.hero_item_image_wrap{
  z-index: 1;
  top:0px;
  mix-blend-mode: lighten;
  position: absolute;
  height: 864px;
  left: 512px;
  width: 864px;
}
.front_banner .hero_item_smoke_wrap{
  object-fit: contain;
  overflow: hidden;
  position: absolute;
  mix-blend-mode: lighten;
  z-index: 5;
  clip-path: path("M74.4981 0C125 60 257.998 124.5 359.998 119V248.5L258.498 309C166.497 360 -1 257.5 11.4981 195.5L0 88.5L74.4981 0Z");
  height: 337px;
  left: 50%;
  top: 47.9%;
  transform: translate(-49%, -50%) rotate(0) scaleX(1.02);
  width: 338px;
}
.front_banner_section .slick-prev_arrow{
  position:relative;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 96px;
  justify-content: center;
  width: 192px;
}
.front_banner_section .slick-next_arrow{
  position:relative;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 96px;
  justify-content: center;
  width: 192px;
  border-top: 1px solid #3b414a
}
.front_banner_section .slick-prev_arrow svg{
  margin-right: 50px;
  margin-bottom: 25px;
}
.front_banner_section .slick-next_arrow svg{
  margin-right: 50px;
  margin-top: 25px;
}
.front_banner_section .slick-prev_arrow svg path,
.front_banner_section .slick-next_arrow svg path{
  fill:transparent;
}
.front_banner_section .slick-prev_arrow svg:last-child,
.front_banner_section .slick-next_arrow svg:last-child{
  position:absolute;
  z-index:-1;
  transition: all .2s ease-in-out;
}
.front_banner_section .slick-prev_arrow svg:last-child,
.front_banner_section .slick-next_arrow svg:last-child{
  stroke:#c6c9cc;
  fill:transparent;
}
.front_banner_section .slick-prev_arrow:hover svg:last-child{
  transform: translateY(10px);
}
.front_banner_section .slick-next_arrow:hover svg:last-child{
  transform: translateY(-10px);
}
.front_banner_section .slick-prev_arrow:hover svg:first-child path,
.front_banner_section .slick-next_arrow:hover svg:first-child path{
  display:block;
  stroke:#e64815;
  fill:transparent;
}
.front_banner_section .slick-next_arrow.slick-disabled svg path,
.front_banner_section .slick-prev_arrow.slick-disabled svg path{
  stroke: #2f3137 !important;
  fill:transparent;
}
.front_banner_section .slick-next_arrow.slick-disabled svg:last-child,
.front_banner_section .slick-prev_arrow.slick-disabled svg:last-child{
  display:none!important;
}
.hero_nav{
  right: 0px;
  top: 39%;
  display: flex;
  position: absolute;
  z-index:3;
  height: 184px;
}
.hero_buttons{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.count {
  align-items: center;
  border-left: 1px solid #3b414a;
  display: flex;
  padding: 0 64px 0 68px;
  flex-direction: column;
  justify-content: space-between;
}
.count .count_item{
  font-weight: 600;
  text-align: center;
  transform: translate(0);
  transition: transform .5s cubic-bezier(.46, .51, .31, 1.17);
}
.count .count_number{
  color: #fff;
  position: relative;
  width: 48px;
}
.count .count_fade_index{
  display: block;
  font-size: 64px;
  line-height: 75px;
  left: 50%;
  position: absolute;
  top: 4px;
  transform: translate(-50%);
}
.count .count_decor{
  background-color: #2f3137;
  height: 4px;
  transform: translateY(-28px);
  width: 16px;
}
.count.rotate .count_number{
  transform: translateY(122px);
}
.count.rotate .count_fade_index {
  transform: translate(-50%, -8px);
}
.count.rotate .count_decor{
  transform: translateY(-152px);
}

.front_banner .hero_item_smoke_wrap video{
  filter: brightness(1.3);
  height: 814px;
  left: 50%;
  -o-object-position: left center;
  object-position: left center;
  position: absolute;
  top: -58%;
  transform: translate(-50%) rotate(23deg);
  width: 539px;
}
.front_banner_section{
  background-color: #181b21;
  margin: 0px 0px 80px 0px;
  position: relative;
}
.hero_slide_text{
  position: relative;
  margin-top: 116px;
  max-width: 512px;
  width: 512px;
}
.hero_slide.hero_slide_t{
  padding-top: 50px;
}
.hero_slide_text .slide_title{
  bottom: 100%;
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  left: 0;
  line-height: 72px;
  margin-bottom: 64px;
  max-width: 500px;
  position: absolute;
}
.hero_slide_text .slide_title span{
  color: #e64815;
  display: block;
  line-height: 56px;
}
.search_submit_btn,
.hero_slide_button{
  background-color: #e64815;
  border: none;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 28px;
  padding: 28px;
  position: absolute;
  height: 128px;
  right: 0;
  width: 384px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  z-index: 3;
}
.hero_slide_button:hover{
  background-color: #eb6d44;
}
.search_submit_btn{
  background-color: #e64815;
  border: none;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 28px;
  padding: 20px;
  position: absolute;
  height: 100px;
  right: 0;
  width: 384px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  z-index: 3;
  margin: 0px 64px;
  width: calc(100% - 128px);
}
.search_submit_btn.unactive{
  display:none;
}
.slide_arrow{
  align-items: flex-end;
  display: flex;
  height: 100%;
  width: 24px;
  stroke: #fff;
}
.hero_slide_text .slide_desc{
  width: 512px;
  border-top: 1px solid #3b414a;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.hero_slide_text .slide_desc .slide_left{
    padding-bottom: 120px;
    width: 224px;
    padding-top: 48px;
    margin-right: 32px;
}

.hero_slide_text .slide_desc .slide_left .slide_i_item{
    align-items: center;
    display: flex;
    gap: 8px;
    width: 224px;
    margin-bottom: 32px;
}
.hero_slide_text .slide_desc .slide_left .slide_i_item .slide_i_icon{
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    width: 48px;
}
.hero_slide_text .slide_desc .slide_left .slide_i_item .slide_i_icon img{
  height: 24px;
    width: 24px;
}
.hero_slide_text .slide_desc .slide_left .slide_i_item .slide_i_text{
  color: #c6c9cc;
  font-size: 16px;
  line-height: 24px;
}
.hero_slide_text .slide_desc .slide_right{
  border-left: 1px solid #3b414a;
  color: #c6c9cc;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 48px 32px 0 48px;
}
.hero_slide_text .slide_desc .slide_full{
  color: #c6c9cc;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  padding: 48px 56px 0 0px;
}
.category_list_main_h{
  width:100%;
  padding: 80px 0;
}
.category_list_main{
  display:flex;
  width:100%;
  max-width:1536px;
  margin: 0px auto 64px auto;
  padding-bottom: 96px;
}
.category_list_main .slick-prev_arrow{
  position:absolute;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 96px;
  justify-content: center;
  width: 192px;
  bottom: -64px;
  left: calc(50% - 192px);
  border-bottom: 1px solid #c6c9cc;
  border-right: 1px solid #c6c9cc;
}
.category_list_main .slick-next_arrow{
  position:absolute;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 96px;
  justify-content: center;
  bottom: -64px;
  left: 50%;
  width: 192px;
  border-bottom: 1px solid #c6c9cc;
}
.category_list_main .slick-prev_arrow svg{
  margin-left: 50px;
  margin-bottom: 25px;
}
.category_list_main .slick-next_arrow svg{
  margin-right: 50px;
  margin-bottom: 25px;
}
.category_list_main .slick-prev_arrow svg:last-child,
.category_list_main .slick-next_arrow svg:last-child{
  position:absolute;
  z-index:-1;
  transition: all .2s ease-in-out;
}
.category_list_main .slick-prev_arrow svg:last-child,
.category_list_main .slick-next_arrow svg:last-child{
  filL:#c6c9cc;
}
.category_list_main .slick-prev_arrow:hover svg:last-child{
  transform: translate(10px);
}
.category_list_main .slick-next_arrow:hover svg:last-child{
  transform: translate(-10px);
}
.category_list_main .slick-prev_arrow:hover svg:first-child path,
.category_list_main .slick-next_arrow:hover svg:first-child path{
  display:block;
  fill:#e64815;
}
.category_list_main .slick-next_arrow.slick-disabled svg path,
.category_list_main .slick-prev_arrow.slick-disabled svg path{
  filL:#c6c9cc!important;
}
.category_list_main .slick-next_arrow.slick-disabled svg:last-child,
.category_list_main .slick-prev_arrow.slick-disabled svg:last-child{
  display:none!important;
}
.category_list_main .tpl_category_main{
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 576px;
  overflow: hidden;
  padding: 48px;
  position: relative;
    margin-right: 32px;
}
.category_list_main .tpl_category_main:hover{
  box-shadow: 0 0 10px #0003;
}
.category_list_main .tpl_category_main .category_main_img{
  height: 700px;
  left: 0%;
  width: 651px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: top .4s ease;
}
.category_list_main .tpl_category_main:hover .category_main_img{
  top: -25%;
}
.category_list_main .tpl_category_main .category_main_title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 192px;
  position:relative;
  z-index:2;
}
.calculator_banner{
  display:flex;
  flex-direction:row;
  cursor:pointer;
  overflow: hidden;
  position: relative;
  justify-content:space-between;
  max-width:1536px;
  background-color: #181b21;
  color:#fff;
  margin: 80px auto 160px auto;
}
.calculator_banner_title{
  font-size: 32px;
  padding: 64px 0 64px 96px;
  display: flex;
  line-height: 40px;
  flex-direction: column;
  justify-content: center;
}
.calculator_banner img{
  align-items: flex-end;
  background-color: #181b21;
  display: flex;
  justify-content: center;
  width: 396px;
  margin-bottom: -96px;
  transform: translate(0);
  transition: all .2s ease-in-out;
}
.calculator_banner img:hover{
  transform: translateY(-45px);
}
.calculator_banner_title > div{
  max-width: 288px;
}
.calculator_banner_title span{
  color: #e64815;
}
.calculator_banner_text{
  border-left: 1px solid #3b414a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  width: 408px;
}
.calculator_banner_text p{
  font-size: 18px;
  font-weight: 300;
  display: flex;
  line-height: 24px;
  max-width: 320px;
  padding-bottom: 32px;
  padding-left: 48px;
}
.calculator_banner_text p:last-child{
  font-size: 18px;
  border-top: 1px solid #3b414a;
  padding-top: 26px;
  padding-bottom: 0;
}
.calculator_banner_button{
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}
.calculator_banner_link{
  align-items: center;
  background-color: #e64815;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 64px;
  justify-content: center;
  transition: all .2s ease-in-out;
  width: 96px;
  stroke: #fff;
}
.calculator_banner_link:hover{
  background-color: #eb6d44;
}
.video_inner{
  max-width:1536px;
  margin: 0px auto 80px auto;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  width:100%;
}
.video_inner .video_desc{
  display: flex;
  flex-direction: column;
  gap: 64px;
  font-size: 24px;
  line-height: 32px;
  color: #585c64;
  margin-right: 96px;
  width: 384px;
}
.video_desc .title{
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
  color: #181b21;
}

.video_desc .overview{
  color: #585c64;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
.video_desc_2{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 64px;
  font-size: 24px;
  line-height: 32px;
  color: #585c64;
}
.video_desc_2 p:first-child{
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c6c9cc;
  color: #181b21;
  display: flex;
  flex-direction: column;
}
.video_desc_2 p:first-child span{
  font-size: 96px;
  line-height: 96px;
}
.video_desc_2 p:last-child{
  color: #585c64;
  font-size: 18px;
  line-height: 26px;
  max-width: 288px;
}
.about_video_block{
  align-items: flex-start;
  display: flex;
  flex-direction:column;
  width:100%;
  position: relative;
  margin-bottom: 16px;
}
.video_image_block{
  align-items: flex-end;
  display: flex;
  position: relative;
}
.about_video_block a{
  filter: none;
  align-items: center;
  background-color: #e64815;
  border: none;
  border-radius: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 64px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  justify-content: center;
  transition: all .2s ease-in-out;
}
.about_video_block a svg{
  width:16px;
}
.video_image_block a{
  align-items: center;
  background-color: #e64815;
  border: none;
  border-radius: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  height: 128px;
  justify-content: center;
  position: absolute;
  right: 0;
  transition: all .2s ease-in-out;
  width: 192px;
}
.about_video_block a:hover,
.video_image_block a:hover{
  background-color:#eb6d44;
}
.video_video_wrap{
  height: 704px;
  width: 576px;
}
.about_video_wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 520px;
}
.about_video_block video,
.video_video_wrap video{
  display:block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.brand_info{
  display: flex;
  flex-direction:row;
  justify-content:flex-start;
  gap: 192px;
  width:100%;
  max-width:1536px;
  margin:80px auto 80px auto;
}
.brand_info_years{
  display:flex;
  flex-direction:column;
  max-width:384px;
}
.brand_info_years p:first-child{
  border-bottom: 1px solid #c6c9cc;
  color: #181b21;
  font-size: 20px;
  padding-bottom: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.brand_info_years p:first-child span{
  font-size: 96px;
  line-height: 96px;
}
.brand_info_years p:last-child{
  font-size: 18px;
  line-height: 26px;
  padding-top: 40px;
  color: #585c64;
}
.brand_info_text{
  margin-top: 136px;
  width: 576px;
  gap: 96px;
  align-items: flex-start;
  display: flex;
  flex-direction:row;
}
.brand_info_text p{
  font-size: 24px;
  line-height: 32px;
  color: #181b21;
  font-weight: 600;
  flex: 1;
}
.brand_images{
  display: flex;
  flex-direction:row;
  width:100%;
  max-width:1536px;
  margin:80px auto 80px auto;
  justify-content: space-between;
}
.brand_images_brands img{
  max-width:144px;
}
.brand_images_brands{
  margin-right: 96px;
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: flex-end;
}
.brand_images_map{
  align-items: flex-end;
  display: flex;
  height: 576px;
  width: 576px;
}
.brand_images_text{
  display: flex;       
  width: 288px;
  flex-direction: column;
  font-size: 16px;
  justify-content: space-between;
  line-height: 24px;
}
.brand_images_text .year{     
  color: #181b21;
  font-weight: 600;   
  padding-bottom: 40px;
  width: 288px;
  color: #181b21;
  border-bottom: 1px solid #c6c9cc;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  flex-direction: column;
}
.brand_images_text .year span{
  font-size: 96px;
  line-height: 96px;
}
.brand_images_text .text{       
  font-size: 18px;
  line-height: 26px;
  padding-top: 40px;    
  color: #585c64;
  max-width: 288px;
}
.brand_link{
  background-color: #e64815;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 128px;
  line-height: 28px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.brand_link .brand_link_i{
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  height: 100%;
  line-height: inherit;
  padding: 28px 24px 24px;
  text-align: left;
  width: 100%;
}
.brand_link .brand_link_i svg{
  bottom: 24px;
  height: 16px;
  position: absolute;
  right: 32px;
  width: 16px;
}
.brand_link:hover {
  background-color: #eb6d44;
}
.hero_static{
  background-color: #181b21;
  overflow: hidden;
  position: relative;
}
.hero_static .hero_static_inner{
  height:728px;
  position:relative;
  max-width: 1536px;
  margin: 0px auto;
}
.hero_static_content{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 100%;
}
.hero_static_content .hero_static_title{
  color:#fff;
  width: 33%;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
}
.hero_static_content .hero_static_title span{
  color:#e64815;
}
.hero_static_content .hero_static_description{
  font-size: 20px;
  line-height: 28px;
  width: 288px;
  color: #c6c9cc;
}
.hero_static_link{
  bottom: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  background-color: #e64815;
  max-width: 100%;
  text-align: left;
  transition: .3s ease;
  transition-property: background-color, color;
  width: 384px;
  font-size: 20px;
  height: 128px;
  line-height: 28px;
  padding: 24px;
}
.hero_static_link:hover{
  background-color: #eb6d44;
}
.hero_static_link .hero_static_icon{
  bottom: 28px;
  right: 36px;
  top: auto;
  transform: none;
  position:absolute;
}
.hero_static_link .hero_static_icon svg{
  height: 16px;
  transition: .3s ease;
  width: 16px;
  stroke: #fff;
}
.hero_static_img_wrap{
  width: 728px;
  background: radial-gradient(48.97% 48.97% at 50% 0, #3b414a 15.41%, #181b2100);
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.hero_static_img_wrap img{
  object-fit: cover;
}
.faq_block_inner{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1536px;
  margin: 80px auto 80px auto;
  gap: 120px;
  justify-content: space-between;
}
.faq_block_left{
  max-width: 384px;
  display:flex;
  flex-direction:column;
}
.faq_block_title{
  font-weight:600;
  font-size: 48px;
  line-height: 56px;
}
.faq_block_right{
  width: 960px;
}
.faq_block_content{
  display:flex;
  flex-direction:column;
}
.faq_block_content{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faq_block_content .faq{
  border-left: 1px solid #c6c9cc;
  border-bottom: 1px solid #c6c9cc;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width:100%;
  position:relative;
}
.faq_block_content .faq:last-child{
  border-bottom: 1px solid transparent;
}
.faq_question{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 56px 76px;
  width: 100%;
  justify-content: flex-start;
}
.faq .faq_answer{
  display: flex;
  flex-direction:column;
  height: 0px;
  overflow: hidden;
  transition: 0.5s;
  color: #585c64;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  padding: 0px;
}
.faq.active .faq_answer{
  padding: 0 40px 40px 76px;
  height:max-content;
}
.faq_question .faq_num{
  display: flex;
  color: #929ba8;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  margin-right: 96px;
}
.faq_question .faq_btn{
  align-items: center;
  display: flex;
  height: 64px;
  min-width:64px;
  justify-content: center;
  transition: .3s ease;
  width: 64px;
  margin-left: auto;
}
.faq_question .faq_btn svg path{
  stroke:#000;
}
.faq_question:hover .faq_question_text{
  color: #e64815;
}
.faq_question:hover svg path{
  stroke: #e64815;
}
.faq.active .faq_question .faq_btn{
  transform:rotate(180deg);
}
.faq_question .faq_question_text{
  color: #181b21;
  font-family: Root, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  transition: color .3s;
}
.info_block_inner {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1536px;
  margin: 80px auto 80px auto;
  gap: 120px;
  justify-content: space-between;
}
.info_block_left{
  max-width: 384px;
  display: flex;
  flex-direction: column;
}
.info_block_title{  
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
}
.info_block_right{
  max-width: 960px;
  display: flex;
  flex-direction:column;
  width: 100%;
}
.info_block_content{
  display: flex;
  flex-direction:column;
  gap:20px;
  width: 100%;
}
.info_pre_content{
  color: #3b414a;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
}
.info_post_content{
  color: #3b414a;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
}
.info_post_content strong,
.info_post_content b,
.info_pre_content strong,
.info_pre_content b{
  font-weight:600;
}
.info_ol_list{
  display:flex;
  flex-direction:column;
}
.info_ol_list li{
  border-bottom: 1px solid #c6c9cc;
  padding: 32px 0 32px 0px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
}
.info_ol_list li:last-child{
  border-bottom: 1px solid transparent;
}
.info_ol_list li .ifno_ol_text{
  display: flex;
  flex-direction: row;
  gap: 32px;
  width:48%;
}
.info_ol_list li .info_ol_num{
  color: #9c9fa4;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.info_ol_list li h4{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  min-width: 208px;
}
.info_ol_list li p{
  color: #3b414a;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  justify-content: space-between;
  line-height: 26px;
  width:51%;
}
.footer_top_mobile{
  display:none;
}
.footer_mobile_nav{
  display:none;
}
.footer_top_left_holder{
  gap: 44px;
  display: flex;
  flex-direction:column;
}
.footer_right_l_holder{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.footer_right_r_holder{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 62px;
}
.mobile_menu_phone_footer{
  display: flex;
  flex-direction: column;
}
.mobile_m_block{
  display:none;
}
.main_menu > li > a > span.catalog_arrow{
  display:none;
}
.textlogin{
  display:none;
}
.video_description_mobile{
  display:none;
}
.breadcrumbs_section{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.breadcrumbs_holder{
  gap:8px;
  display: flex;
  flex-direction: column;
  padding: 28px 0;
}
.breadcrumbs{
  align-items: center;
  display: flex;
  flex-direction: row;
  gap:10px;
  min-height: 24px;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.breadcrumbs li{
  display: flex;
  flex-direction: column;
}
.breadcrumbs li .separator{
  background-color: #b1b4b8;
  height: 14px;
  width: 1px;
  position: relative;
}
.breadcrumbs li > span,
.breadcrumbs li > a{
  color: #585c64;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.breadcrumbs li > span > span{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_title{
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}
.section_contact_full{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contacts_blocks{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px 0 80px;
}
.contacts_block{
  display:flex;
  flex-direction:row;
  width:100%;
  gap:20px;
  align-items:flex-start;
  justify-content:space-between;
  border-bottom:1px solid #c6c9cc;
  margin-bottom:80px;
  padding-bottom:80px;
}
.contacts_block:last-child{
  border:none;
  padding-bottom:0px;
  margin-bottom: 0px;
}
.contacts_block .mobile_menu_left{
  height: 576px;
  width: 384px;
  padding-right: 100px;
  border-right: 1px solid #c6c9cc;
  padding: 0px 0px;
}
.contacts_block .mobile_menu_right_top{
  padding:0px;
  border-bottom:0px;
}
.contacts_block .menu_address_holder{
  padding: 45px 0px;
}
.contacts_block .mobile_address_city{
  font-size: 32px;
  line-height: 40px;
}
.contacts_block .mobile_menu_phone{
  margin-bottom: auto;
  margin-top: 64px;
}
.mobile_menu_map .map_holder > div,
.mobile_menu_map iframe{
  width:512px;
  height:512px;
}
.industrial_holder,
.pay_delivery_holder{
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.industrial_holder .pd_title{
  margin: 0px 0 32px;
}
.pd_in{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 192px;
}
.pd_small_text{
  color: #3b414a;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
}
.recommended_slider_title,
.product_slider_title,
.configurations_title,
.advice_title,
.projects_title,
.technology_title{
  font-size: 48px;
  line-height: 56px;
  font-weight:600;
  display: flex;
  flex-direction: column;
  width:100%;
}
.pd_title{
  width: 384px;
  font-size: 48px;
  line-height: 56px;
  margin: 56px 0 32px;
  font-weight:600;
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.pd_information{
  width: 960px;
  display: flex;
  flex-direction: column;
}
.pd_pre_title{
  font-size: 32px;
  line-height: 40px;
  margin: 48px 0 32px;
  font-weight: 600;
}
.pd_advantages{
  gap: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.pd_advantages .pd_a_item{
  width: calc(100% / 2 - 48px);
  gap: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.pd_advantages .pd_a_item .pd_a_icon{
  display: flex;
  flex-direction: column;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  margin: 10px;
}
.pd_a_info{
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
.pd_a_title{
  border-bottom: 1px solid #c6c9cc;
  border-left: 1px solid #c6c9cc;
  color: #111827;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-bottom: 24px;
  padding-left: 32px;
}
.pd_a_text{
  border-left: 1px solid #c6c9cc;
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-left: 32px;
  padding-top: 24px;
}
.pd_variants{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
  margin-bottom: 24px;
}
.pd_variant_item{

}
.pd_variant_text p{
  color: #3b414a;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
}
.pd_variant_text p strong{
  color: #3b414a;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.content ul,
.pd_variant_text ul{
  list-style: none;
  margin: 12px 0;
}
.content ul li,
.pd_variant_text ul li{
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  list-style: none;
  margin-bottom: 16px;
  padding-left: 48px;
  position: relative;
}
.content ul li:before,
.pd_variant_text ul li:before {
  content: "◆";
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 0;
}
.pd_info{
  display:flex;
  flex-direction:column;
}
.pd_variant_alert{
  border-left: 1px solid #c6c9cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 24px 0;
  padding: 16px 24px 16px 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background-color: #ffd600;
}
.pd_alert_content{
  border-left: 1px solid #c6c9cc;
  padding-left: 24px;
}
.pd_alert_content strong{
  font-weight:600;
}
.pd_variant_img{
  display:flex;
  flex-direction:column;
  margin: 0 0 16px;
}
.pd_variant_img img{
  width:100%;
  filter: grayscale(100%);
}
.pd_variant_notify{
  border-left: 1px solid #c6c9cc;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 24px 0;
  padding: 16px 24px 16px 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background-color: #dbdde1;
}
.pd_notify_content{
  border-left: 1px solid #c6c9cc;
  padding-left: 24px;
}
.pd_notify_content strong{
  font-weight:600;
}
.pd_variant_title{
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 48px 0 32px;
}
.pd_variant_signtitle{
  background-color: #ffd600;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding: 3px 8px;
  width: max-content;
}
.style_button{
  display: block;
  font-size: 16px;
  line-height: 24px;
  min-width: 145px;
  padding: 12px 56px 12px 20px;
  position: relative;
  text-decoration: none;
  transition: .4s ease;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #585c64;
}
.style_button:after {
  content: "";
  height: 20px;
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2IDlIMG0xNiAwLTUuNzA2LThNMTYgOWwtNS43MDYgOCIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjYiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTE2IDlIMG0xNiAwLTUuNzA2LThNMTYgOWwtNS43MDYgOCIvPjwvc3ZnPg==);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .4s ease;
  width: 20px;
      background-color: #585c64;
    color: #585c64;
}
.style_button:hover{
  color:#e64815;
}
.style_button:hover:after {
  background-color: #eb6d44;
}
.style_button_2{
  display: flex;
  align-items:center;
  justify-content:space-between;
  gap: 30px;
  font-size: 16px;
  line-height: 24px;
  min-width: 215px;
  padding: 12px 20px 12px 20px;
  position: relative;
  text-decoration: none;
  transition: .4s ease;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #585c64;
}
.style_button_2:hover{
  color:#e64815;
}
.style_button_2:hover svg path{
  stroke:#e64815;
}
.pd_di_variant_item{
  background-color: #fff;
  display: flex;
  padding: 48px 64px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  list-style: none;
}
.pd_di_info{
  width: 42.3%;
}
.pd_di_info .pd_di_variant_num{
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  margin-bottom: 40px;
  color: #181b21;
}
.pd_di_info .pd_di_variant_title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #181b21;
}
.pd_di_variant_text{
  border-left: 1px solid #c6c9cc;
  font-size: 18px;
  line-height: 26px;
  padding-left: 64px;
  width: 57.7%;
}
.configurator_page{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  background: #181b21;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.mobile_menu_nav{
  display: none;
}
.about_video_section{
  margin-top:80px;
}
.configurations,
.advice,
.projects,
.technology{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:24px;
}
.recommended_slider,
.product_slider,
.configurations_slider,
.advice_slider,
.projects_slider{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 48px;
}
.technology_slider{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tpl_technology{
  margin: 0px 20px;
}
.tpl_technology .technology_img{
  position:relative;
  width:100%;
  display:flex;
  flex-direction:column;
  margin-bottom: 24px;
}
.tpl_technology .technology_img img{
  filter: grayscale(100%);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition:0.5s;
}
.tpl_technology:hover .technology_img img{
  filter:none;
}
.tpl_technology .unique_tech{
  align-items: center;
  background-color: #f0f1f3;
  bottom: 1px;
  color: #585c64;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  left: 1px;
  line-height: 24px;
  padding: 12px 16px 12px 12px;
  gap:12px;
  position: absolute;
}
.tpl_technology .technology_info{
  display:flex;
  flex-direction: column;
  width:100;%
}
.tpl_technology .technology_info .technology_info_title{
  color: #181b21;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
}
.tpl_technology .technology_info .technology_info_text p,
.tpl_technology .technology_info .technology_info_text{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.certificates{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.tpl_сertificate{
  background-color: #fff;
  border: 1px solid #f0f1f3;
  display: flex;
  min-height: 144px;
  padding: 16px 24px;
  text-decoration: none;
  flex-direction: row;
  width: calc(100% / 2);
}
.tpl_сertificate .tpl_сertificate_wrap{  
  padding: 8px;
}
.tpl_сertificate .tpl_сertificate_wrap svg path{
  transition: 0.5s;
}
.tpl_сertificate .tpl_сertificate_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 24px;
    width: calc(100% - 16px);
}
.tpl_сertificate .tpl_сertificate_text .tpl_сertificate_name{
  color: #181b21;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.5s;
}
.tpl_сertificate:hover .tpl_сertificate_text .tpl_сertificate_name{
  color: #e64815;
}
.tpl_сertificate:hover .tpl_сertificate_wrap svg path{
  stroke:#e64815;
}
.tpl_сertificate .tpl_сertificate_text .tpl_сertificate_data{
  font-size: 16px;
  line-height: 24px;
  color: #585c64;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.recommended_slider_wrap,
.product_slider_wrap,
.configurations_wrap,
.advice_wrap,
.projects_wrap,
.technology_wrap{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 56px 0 32px;
}
.recommended_slider_wrap .slider-progress,
.product_slider_wrap .slider-progress,
.configurations_wrap .slider-progress,
.advice_wrap .slider-progress,
.projects_wrap .slider-progress,
.technology_wrap .slider-progress{
  position: relative;
  overflow: hidden;
  align-items: center;
  background: #fff;
  display: flex;
  height: 16px;
  width: 200px;
}
.recommended_slider_wrap .slider-thumb,
.product_slider_wrap .slider-thumb,
.configurations_wrap .slider-thumb,
.advice_wrap .slider-thumb,
.projects_wrap .slider-thumb,
.technology_wrap .slider-thumb{
  position: absolute;
  top: 0px;
  left: 0;
  width: 40%;
  border-radius: 4px;
  transition: left .25s ease;
  background: #f09173;
  border: 5px solid #fff;
  height: 16px;
}
.pd_info_content{
  color: #3b414a;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 24px;
}
.pd_information_b{
  margin-top: 50px;
  margin-bottom:50px!important;
}
.pre_section{
  background-color: #181b21;
  padding: 48px 0 48px 0;
}
.baza_znan{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 1;
}
.info_product_catalog .tpl_сertificate{
  width: calc(100% / 4);
}
.tpl_pre{
  display: block;
  margin: 12px 36px;
}
.tpl_pre .tpl_pre_top{
  border-bottom: 1px solid #3b414a;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  align-items: center;
}
.tpl_pre .tpl_pre_top .tpl_pre_img{
  height: 72px;
  margin-bottom: 42px;
  margin-right: 24px;
  order: 0;
  width: 72px;
}
.tpl_pre .tpl_pre_top .tpl_pre_img img{
  display:block;
  width:100%;
}
.tpl_pre .tpl_pre_text{
  display:flex;
  flex-direction:column;
  border-left: 1px solid #3b414a;
  margin-bottom: 0;
  padding-bottom: 32px;
  padding-left: 20px;
}
.tpl_pre_text .tpl_pre_big{
  color: #f0f1f3;
  font-size: 64px;
  line-height: 72px;
}
.tpl_pre_text .tpl_pre_small{
  color: #c6c9cc;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.tpl_pre .tpl_pre_bot{
  font-size: 16px;
  line-height: 24px;
  margin-top: 32px;
  font-weight: 600;
  text-align: left;
  color: #c6c9cc;
  display: block;
  max-width: 300px;
}
.main_slide_about{
  margin-bottom: 100px;
}
.pre_wrap_brand .slider-progress,
.pre_wrap .slider-progress{
  position: relative;
  overflow: hidden;
  align-items: center;
  display: flex;
  height: 4px;
  width: 100%;
}
.pre_wrap_brand .slider-thumb,
.pre_wrap .slider-thumb{
  position: absolute;
  top: 0px;
  left: 0;
  width: 40%;
  transition: left .25s ease;
  background: #f09173;
  height: 4px;
}
.project_popup{
  display:none;
}
.tpl_advice{
  position:relative;
  margin: 0px 20px;
  display: flex;
}
.tpl_advice .advice_info{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tpl_advice .advice_title{
  color: #181b21;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color .4s ease;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 56px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tpl_advice.tpl_advice_big .advice_title{
  font-size: 32px;
  line-height: 40px;
}
.tpl_advice .advice_title:hover{
  color: #e64815;
}
.tpl_advice .advice_title:after{
  display:block;
  width:100%;
  height:100%;
  content: "";
  cursor:pointer;
  z-index:1;
  position:absolute;
  left:0px;
  top: 0px;
}
.advice_projects,
.advice_tags{
  border: 1px solid #f0f1f3;
  color: #585c64;
  display: inline-block;
  font-family: Root, sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  transition-property: background, color;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  background: #fff;
  width: max-content;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.advice_projects:hover,
.advice_tags:hover{
  color:#e64815;
}
.tpl_advice .advice_info_b{
  border-top: 1px solid #c6c9cc;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.advice_info_c_a{
  padding-top: 32px;
  padding-right: 16px;
  width: 80.95%;
}
.advice_info_c_a .advice_info_city{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  transition: color .4s ease;
  color: #585c64;
  display: flex;
  width: 100%;
}
.advice_info_c_a .advice_info_address{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;    
  color: #585c64;
  display: flex;
  width: 100%;
}
.advice_info_b_r{
  align-items: center;
  border-left: 1px solid #c6c9cc;
  color: #585c64;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  width: 19.05%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-top: 16px;
}
.advice_info_b_r svg{
  opacity:0.5;
}
.tpl_project{
  position:relative;
  margin: 0px 20px;
  display: flex;
  flex-direction: column;
}
.tpl_project_all a{
  background-color:#fff;
  display: flex;
  flex-direction:column;
  padding: 32px 30px;
  justify-content:space-between;
  align-items:center;
  width:100%;
  min-height: 500px;
  max-width: 250px;
}
.tpl_project_all a span{
  color: #181b21;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  transition: .4s ease;
}
.tpl_project_all a:hover span{
    color: #e64815;
}
.tpl_project_all a:hover svg path{
  stroke: #e64815;
}
.tpl_project .project_img{
  position:relative;
  width:100%;
  display:flex;
  flex-direction:column;
  margin-bottom: 24px;
}
.tpl_project .project_img img{
  width: 100%;
  transition:0.5s;
}
.tpl_project:hover .project_img img{
  opacity:0.7;
}
.tpl_project .project_info{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tpl_project .project_title{
  color: #181b21;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: color .4s ease;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 56px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tpl_project .project_title:hover{
  color: #e64815;
}
.tpl_project .project_title:after{
  display:block;
  width:100%;
  height:100%;
  content: "";
  cursor:pointer;
  z-index:1;
  position:absolute;
  left:0px;
  top: 0px;
}
.tpl_project .project_tags{
  border: 1px solid #f0f1f3;
  color: #585c64;
  display: inline-block;
  font-family: Root, sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  transition-property: background, color;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  background: #fff;
  width: max-content;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.tpl_project .project_tags:hover{
  color:#e64815;
}
.tpl_project .project_info_b{
  border-top: 1px solid #c6c9cc;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.project_info_c_a{
  padding-top: 32px;
  padding-right: 16px;
  width: 80.95%;
}
.project_info_c_a .project_info_city{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
  transition: color .4s ease;
  color: #585c64;
  display: flex;
  width: 100%;
}
.project_info_c_a .project_info_address{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;    
  color: #585c64;
  display: flex;
  width: 100%;
}
.project_info_b_r{
  align-items: center;
  border-left: 1px solid #c6c9cc;
  color: #585c64;
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  width: 19.05%;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding-top: 16px;
}
.project_info_b_r svg{
  opacity:0.5;
}
#scheme_pop,
#project_pop{
  display:none;
  position:fixed;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  z-index:102;
  top: 0px;
  left: 0px;
}
.scheme_pop_back,
.project_pop_back{
  background-color: #0003;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}
#scheme_pop.scheme_active,
#project_pop.project_active{
  display:flex;
  flex-direction:column;
}
.scheme_pop_holder{
  background-color: #fff;
  display: flex;
  height: 640px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 1280px;
  z-index: 102;
}
.project_pop_holder{
  display: flex;
  flex-direction:row;
  background-color: #fff;
  height: 960px;
  width: 1920px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  z-index: 102;
}
.project_pop_left{
  overflow-y: auto;
  width: 50%;
}
.project_pop_right{
  overflow-y: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project_gallery{
  width:100%;
}
.project_pop_top{
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 64px;
}
.project_pop_counter{
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  gap: 16px;
  line-height: 24px;
  padding: 12px 16px;
  color: #9c9fa4;
}
.project_pop_counter span.project_img_current{
  color: #181b21;
}
.project_pop_middle{
  padding: 66px 96px 64px;
}
.project_pop_top .pop_close{
  position: relative;
  right: auto;
  top: auto;
}
.project_pop_ty{
  align-items: center;
  border-bottom: 1px solid #c6c9cc;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 40px;
}
.project_pop_title{
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 40px;
}
.project_pop_tags{    
  border: 1px solid #f0f1f3;
  color: #585c64;
  display: inline-block;
  font-family: Root, sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  transition-property: background, color;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  background: #fff;
  border-color: #f0f1f3;
}
.project_pop_tags:hover{
    color: #e64815;
}
.project_pop_year{
  color: #181b21;
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.project_pop_city{
  color: #181b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.project_pop_address{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.project_pop_bottom{
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #585c64;
  font-weight: 300;
  padding: 0 96px 64px;
}
.projects_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.projects_list .tpl_project{
  width:calc(100% / 4 - 30px);
  margin:0px;
}
.advice_list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.advice_list .tpl_advice{
  width:calc(100% / 4 - 30px);
  margin:0px;
}
.advice_list .tpl_advice.tpl_advice_big{
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 96px;
  padding: 64px 96px;
  background: #fff;
}
.pagination_wrapper{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  width:100%;
  margin: 32px 0 64px;
  box-shadow: inset 0 1px #c6c9cc;
}
.load_more{
  color: #181b21;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.load_more.load_more_disabled{
  color:#c6c9cc;
  pointer-events:none;
}
.load_more:hover{
  color:#e64815;
}
.load_more_review{
  color: #181b21;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.load_more_review.load_more_disabled{
  color:#c6c9cc;
  pointer-events:none;
}
.load_more_review:hover{
  color:#e64815;
}
.load_more_advice{
  color: #181b21;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.load_more_advice.load_more_disabled{
  color:#c6c9cc;
  pointer-events:none;
}
.load_more_advice:hover{
  color:#e64815;
}
.load_more_project{
  color: #181b21;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
.load_more_project.load_more_disabled{
  color:#c6c9cc;
  pointer-events:none;
}
.load_more_project:hover{
  color:#e64815;
}
.pagination_wrapper > ul.paginate{
  display: flex;
  flex-direction: row;
}
.pagination_wrapper > ul.paginate li{
  display: flex;
  flex-direction: column;
}
.pagination_wrapper > ul.paginate li span{
  font-size: 16px;
  line-height: 24px;
  padding: 24px 21px 16px;
  color: #585c64;
  text-decoration: none;
}
.pagination_wrapper > ul.paginate li.active span{
  border-top: 4px solid #181b21;
}
.pagination_wrapper > ul.paginate li a{
  font-size: 16px;
  line-height: 24px;
  padding: 24px 21px 16px;
  text-decoration: none;
  border-top: 4px solid transparent;
  color: #181b21;
}
.pagination_wrapper > ul.paginate li a:hover {
    border-top: 4px solid #e64815;
}
.pagination_wrapper > ul.navs{
  display: flex;
  flex-direction: row;
}
.pagination_wrapper > ul.navs li{
  display: flex;
  flex-direction: column;
}
.pagination_wrapper > ul.navs li span,
.pagination_wrapper > ul.navs li a{
  padding: 30px 26px 22px;
}
.pagination_wrapper > ul.navs li.pager_prev span,
.pagination_wrapper > ul.navs li.pager_prev a{
  border-right: 1px solid #c6c9cc;
}
.pagination_wrapper > ul.navs li span svg path{
  stroke: #c6c9cc;
}
.pagination_wrapper > ul.navs li a:hover svg path{
  stroke: #e64815;
}
.project_section{
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 24px;
}
.project_section.project_section_top{
  margin-bottom:0px;
}
.projects_filter{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
  padding: 8px 0;
  gap:12px;
}
.projects_filter_holder{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.projects_filter_holder > a,
.projects_filter > a{
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #585c64;
  cursor: pointer;
  display: flex;
  font-family: Root, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #181b21;
  padding: 20px 0;
  text-wrap: nowrap;
}
.projects_filter_holder > a span,
.projects_filter > a span{
  border: 2px solid #c6c9cc;
  color: #c6c9cc;
  display: grid;
  font: inherit;
  height: 24px;
  margin: 0;
  place-content: center;
  transition: border-color .3s ease;
  width: 24px;
  margin-right: 12px;
}
.projects_filter_holder > a span:before,
.projects_filter > a span:before {
  background: url(../img/checked-gray.svg);
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54%;
  border: 2px solid #c6c9cc;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.projects_filter_holder > a.active span:before,
.projects_filter > a.active span:before{
  background: url(../img/checked.svg);
  background-color: #181b21;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54%;
  border-color: #181b21;
}
.projects_filter_holder > a:hover,
.projects_filter > a:hover{
  color: #E64815;
}
.projects_filter_holder > a:hover span:before,
.projects_filter > a:hover span:before{
  border-color: #E64815;
  background: url(../img/checked.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54%;
  background-color: #E64815;
}
.baza_znan_scheme .menu_left ul:after{
  display:none;
}
.tpl_advice .advice_info_text{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 32px;
  text-decoration: none;
}
.tpl_advice.tpl_advice_big .advice_info_text{
  font-size: 18px;
  line-height: 26px;
}
.advice_tags_h{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 16px;
}
.advice_tags_h .advice_tags{
  margin-bottom:0px;
}
.advice_projects_h{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 16px;
}
.advice_projects_h .advice_projects{
  margin-bottom:0px;
}
.advice_img{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.advice_img img{
  height:100%;
  object-fit:cover;
}
.advice_important{
  background-color: #ffd600;
  color: #181b21;
  font-size: 18px;
  font-weight: 600;
  left: 0;
  line-height: 26px;
  padding: 3px 8px;
  position: absolute;
  top: 0;
}
.advice_in_info{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.advice_in_info_s{
  background-color: #c6c9cc;
  display: block;
  height: 1px;
  width: 100%;
}
.advice_in_info .advice_info_b{
  display:flex;
  flex-direction:column;
  width:100%;
}
.advice_in_info .advice_info_b_r{
  border: none !important;
  padding: 0px;
  width: max-content;
  align-items: flex-start;
  margin-top: 20px;
}
.pd_title_description{
  color: #181b21;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}
.pd_title_introtext{
  color: #3b414a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.preload_h{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.file_upload{
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0px;
}
.file_upload_text{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.attach_zone{
  background-color: #fff;
  height: 96px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 40px;
  cursor: pointer;
}
.attach_zone:hover,
.attach_zone.dragover{
  opacity:0.8;
}
.file_zone{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.1;
  z-index: 1;
}
.attach_zone .attach_zone_text{
  color: #181b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.attach_zone .attach_zone_text span{
  color: #e64815;
}
.attach_zone .attach_zone_type{
  color: #585c64;
  max-width: 99px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.attach_zone .attach_zone_type span{
  display:none;
}
.attach_zone_separator{
  display: none;
}
.files_container{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #181b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  max-height: 100%;
  overflow-y: auto;
}
.files_container li{
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.files_container li .remove_link{
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.files_container li .remove_link:hover{
  opacity:0.7;
}
.main_form_item{
  width: 100%;
  float: none;
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main_form_item textarea,
.main_form_item input {
  outline: none !important;
  flex: 1;
  width: 100%;
  color: #181b21;
  order: 2;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  height: 64px;
  line-height: 26px;
  padding: 24px 0 14px;  
  border-bottom: 2px solid #181b21;
  max-width: 100%;
  min-width: 100%;
}
.main_form_item label {
  order: 1;
  width: 100%;
  opacity: 1;
  display: flex;
  flex-direction: column;
  visibility: visible;
  text-indent: 0;
  transition: .5s;
  text-transform: none;
  transform: translate(0px, 36px);
  color: #585c64;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transform: translateY(16px);
  transition: transform .5s ease;
  position: absolute;
}
.main_form_item textarea:focus+label,
.main_form_item.main_form_item_filled label, 
.main_form_item input:focus+label {
  transform: translateY(0);
  font-size: 14px;
  line-height: 22px;
}
.main_form_item .error_text {
  color: #e64815;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  order: 3;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  text-indent: -100%;
  transition: .5s;
  width: 100%;
}
.main_form_item.main_form_error .error_text {
  opacity: 1;
  visibility: visible;
  text-indent: 0;
}
.main_form_item.main_form_error textarea,
.main_form_item.main_form_error input{
  color:#e64815;
  border-bottom: 2px solid #e64815;
}
.main_form_item_radio{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main_form_item_radio .radio_btn{
  align-items: center;
  color: #585c64;
  cursor: pointer;
  display: flex;
  font-weight: var(--2efcac92);
  gap: 10px;
  margin: 4px 0;
  transition: color .3s ease;
}
.main_form_item_radio input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-color: transparent;
  border: 2px solid #dbdde1;
  border-radius: 50%;
  color: currentColor;
  display: grid;
  font: inherit;
  height: 24px;
  margin: 0;
  place-content: center;
  position: relative;
  transition: border-color .3s ease;
  width: 24px;
  height: 24px;
  padding: 0px;
  cursor:pointer;
}
.main_form_item_radio input:before {
  background-color: #181b21;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 20px;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  width: 20px;
}
.main_form_item_radio input:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
}
.main_form_item_radio input:checked:after, 
.main_form_item_radio input:checked:before {
  opacity: 1;
}
.main_form_item_radio label{
  font-size: 16px;
  line-height: 24px;
  cursor:pointer;
}
.main_form_parts{
  display: flex;
  gap: 48px;
  flex-direction:row;
}
.main_form_parts .main_form_5{
  width:calc(100% / 2 - 24px);
}
.main_form_calc{
  width:320px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display:flex;
}
.main_form_calc_right_text{
  max-width:288px;
  color: #585c64;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 24px;
}
.main_form_mid,
.main_form_top,
.main_form_bot{
  width:100%;
}
.btn{
  background-color: #e64815;
  border: none;
  cursor: pointer;
  font-weight: 600;
  max-width: 100%;
  position: relative;
  text-align: left;
  transition: .3s ease;
  transition-property: background-color, color;
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 12px 20px;
  justify-content: space-between;
}
.btn:hover{
  background-color: #eb6d44;
}
.form_bottom{
  display: flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:space-between;
}
#engineer .btn_form{
  width: 192px;
}
.form_bottom_text{
  color: #9c9fa4;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  width: calc(100% - 256px);
}
.success_text{
  display:none;
  color: #181b21;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 32px 0px;
}
.tpl_configurations_c,
.tpl_configurations{
  margin: 0px 20px;
  position: relative;
  flex-direction: row;
  cursor: pointer;
  display: flex;
  gap: 5px;
  transition: .4s ease;
  padding: 10px 5px;
}
.tpl_configurations_c.active{
  background: #ffe6de;
}
.tpl_configurations_c:hover,
.tpl_configurations:hover{
  background:#fff;
}
.configurations_popup{
  display: none;
}
.tpl_configurations_c .configurations_img,
.tpl_configurations .configurations_img{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.tpl_configurations_c .configurations_img img,
.tpl_configurations .configurations_img img{
  width: 100%;
  transition:0.5s;
}
.tpl_configurations_c .configurations_info,
.tpl_configurations .configurations_info{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 32px 5px;
  justify-content: space-evenly;
}
.tpl_configurations_c .configurations_title,
.tpl_configurations .configurations_title{
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
}
.tpl_configurations_c .configurations_tags,
.tpl_configurations .configurations_tags{
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
}
.tpl_configurations_c .configurations_tags .configurations_tag,
.tpl_configurations .configurations_tags .configurations_tag{
  background-color: transparent;
  border: 1px solid #fff;
  text-wrap: wrap;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 8px;
  color: #585c64;
  display: inline-block;
  font-family: Root, sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  transition-property: background, color;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.scheme_nav_section{
  background-color: #fff;
  padding: 8px 0;
  position: sticky;
  top: 0;
  z-index: 4;
}
.scheme_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap:25px;
}
.scheme_nav_menu{
  align-items: flex-start;
  display: flex;
  gap: 50px;
  justify-content: flex-start;
  overflow-x: scroll;
}
.scheme_nav_menu .snav_menu{
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  text-wrap: nowrap;
}
.snav_menu_subtitle{
  color: #9c9fa4;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.snav_menu_title{
  color: #181b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.scheme_nav_menu .snav_menu:hover .snav_menu_title,
.scheme_nav_menu .snav_menu:hover .snav_menu_subtitle{
  color: #e64815;
}
.main_slide_holder{
  background-color: #181b21;
  overflow: hidden;
  position: relative;
}
.main_slide{
  height:728px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.main_slide_image_wrap{
  background: radial-gradient(48.97% 48.97% at 50% 0, #3b414a 15.41%, #181b2100);
  bottom: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.main_slide_image_wrap:after{
  background: linear-gradient(0deg, #181b21, #181b2100);
  bottom: 0;
  content: "";
  height: 25%;
  left: 0;
  position: absolute;
  width: 100%;
}
.main_slide_image_wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.main_slide_text{
  font-size: 64px;
  line-height: 72px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  position: relative;
  width: 33%;
}
.main_slide_text span{
  color: #e64815;
}
.main_slide_introtext{
  color: #c6c9cc;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  right: 60px;
  top: auto;
  font-size: 20px;
  line-height: 28px;
  width: 288px;
}
.main_slide_ht{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dumar_calculator{
  background-color: #f0f1f3;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1150px;
  margin: 0px auto;
  border: 1px solid #c6c9cc;
}
.dumar_calculator_title{
  color: #181b21;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  min-height: 80px;
  padding: 0 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #c6c9cc;
}
.calculator_step_holder{
  display: flex;
  flex-direction: row;
  width: 100%;
  max-height: 720px;
  padding: 0 96px;
  gap:96px;
  overflow-y: auto;
  position: relative;
}
.calculator_step_btn,
.calculator_prev_btn,
.calculator_step {
  display:none;
}
.calculator_step_btn.active{
  display:flex;
  flex-direction:column;
}
.calculator_prev_btn.active{
  display:flex;
  flex-direction:column;
}
.calculator_step.active{
  display:flex;
  flex-direction:column;
  height: 600px;
}
.calculator_step_title{
  margin-bottom: 64px;
  padding-top: 32px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.calculator_step_btn_title{
  color:#181b21;
  opacity: .3;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.calculator_step_btn_bot{
  color: #585c64;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.calculator_step_btn.ready .calculator_step_btn_title{
  opacity:1;
}
.calculator_step_title svg{
  transform: rotate(90deg);
}
.calculator_step_btn svg{
  display: none;
}
.calculator_step_btn.ready svg{
  display: flex;
}
.calculator_step_indicator{
  display:flex;
  flex-direction:row;
  gap:6px;
  width: 38px;
  margin: 0px auto;
}
.calculator_step_btn.ready .calculator_step_indicator{
  display:none;
}
.calculator_step_indicator span{
  height: 4px;
  width: 16px;
  background-color: #c6c9cc;
}
.calculator_step_indicator span.active{
  background-color: #e64815;
}
.calculator_prev_btn{
  background-color: #fff;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 0;
  border-right: 1px solid #c6c9cc;
  border-top: none;
  padding: 32px 28px;
  text-align: center;
  width: 128px;
  align-items: center;
  justify-content: space-between;
}
.calculator_prev_btn > svg{
  transform: rotate(-90deg);
}
.calculator_prev_btn .calculator_prev_btn_title{
  color:#181b21;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  transform: rotate(-90deg);
}
.calculator_prev_btn_params_top svg{
  margin-bottom: 8px;
}
.calculator_prev_btn_params_top,
.calculator_prev_btn_params_bot{
  color: #585c64;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-overflow: ellipsis;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calculator_prev_btn_params_bot{
  border-top: 1px solid #c6c9cc;
  display: flex;
  margin-top: 24px;
  padding-top: 24px;
}
.calculator_step_btn{
  background-color: #fff;
  cursor: pointer;
  flex-direction: column;
  margin-bottom: 0;
  border-left: 1px solid #c6c9cc;
  border-top: none;
  padding: 32px 28px;
  text-align: center;
  width: 128px;
  align-items: center;
  justify-content: space-between;
}
.calculator_form_top{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator_form_bot{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.calculator_form_bot_block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
}
.calculator_form_bot_block a{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background-color: #fff;
  border: none;
  height: 72px;
  width: 72px;
  cursor: pointer;
}
.calculator_form_bot_block a.active{
  box-shadow: inset 0 4px #181b21;
}
.calculator_form_bot_block a:hover svg path,
.calculator_form_bot_block a.active svg path{
  stroke: #181b21;
}
.calculator_form_bot_h{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.calculator_form_bot_h_title,
.calculator_form_top_title{
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #585c64;
  font-weight: 300;
  line-height: 22px;
}
.calculator_form_top_block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  margin-bottom: 112px;
  width: 100%;
}
.calculator_form_top_block a{
  display:flex;
  flex-direction:column;
  height: 200px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  width: calc(25% - 2px);
}
.calculator_form_top_block a span{
  padding: 24px 32px;
  color: #585c64;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  transition:0.5s;
}
.calculator_form_top_block a img{
  display:block;
  margin-top: 5px;
  height: 128px;
  opacity:0.8;
  transition:0.5s;
  object-fit: cover;
}
.calculator_form_top_block a:hover span{
  color: #e64815;
}
.calculator_form_top_block a:hover img{
  opacity:1;
}
.calculator_form_top_block a.active:before{
  background: url(../img/checked.svg);
  background-color: #181b21;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54%;
  border: 3px solid #fff;
  bottom: 48px;
  content: "";
  cursor: pointer;
  height: 24px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: opacity .2s ease;
  width: 24px;
  z-index: 2;
}
.calculator_form_top_block a.active:hover:before{
  background-color: #e64815;
  background-image: url(../img/cross.svg);
  background-size: 80% 80%;
}
.calc_in_form{
  display: flex;
  flex-direction: row;
  gap: 64px;
  min-height: 100%;
}
.main_form_calc_right{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 64px;
}
.calc_in_form .btn_form{
  font-size: 18px;
  height: 96px;
  line-height: 26px;
  padding: 16px 24px;
  display: flex;
  font-weight: 600;
  max-width: 100%;
  position: relative;
  text-align: left;
  transition: .3s ease;
  transition-property: background-color, color;
  width: 288px;
}
.calc_in_form .btn_form{
  background-color: #dbdde1;
  color: #b1b4b8;
  cursor: not-allowed;
  opacity: .5;
}
.calc_in_form .btn_form svg path{
  stroke:#b1b4b8;
}
.calc_in_form.ready .btn_form{
  opacity:1;
  cursor:pointer;
  background-color:#e64815;
  color:#fff;
}
.calc_in_form.ready .btn_form svg path{
  stroke:#fff;
}
.configurations_pop_left{
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  overflow-y: auto;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.configurations_pop_img{
  display: flex;
  flex-direction:column;
}
.configurations_pop_right{
  overflow-y: auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 0px 64px 0;
  position:relative;
}
.configurations_pop_right_in{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 48px 0px;
}
.configurations_pop_right_head{
  display: flex;
  padding: 16px 0px;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.configurations_pop_right_head .pop_close{
  position: relative;
  right: auto;
  top: auto;
}
.configurations_pop_title{
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.configurations_pop_tags{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:1px;
}
.configurations_pop_tags .configurations_tag{
  background-color: #f0f1f3;
  border: none;
  margin-bottom: 1px;
  margin-right: 1px;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 8px;
}
.configurations_pop_separator{
  background-color: #dbdde1;
  height: 1px;
  width: 100%;
}
.configurations_pop_text p,
.configurations_pop_text{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
#header_cart_link .basket_counter{
  align-items: center;
  background: #e64815;
  color: #fff;
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 24px;
  justify-content: center;
  left: calc(50% - 0px);
  line-height: 22px;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 22px;
  bottom: 48px;
}
#header_cart_link .basket_counter.active{
  display:flex;
}
.pre_wrap_brand{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0px;
}
.review_star_list{
  display:flex;
  flex-direction: row;
  gap: 4px;
  z-index:1;
  position:relative;
}
.review_star_list li .star_a{
  display:none;
}
.review_star_list_dynamic li{
  cursor:pointer;
}
.review_star_list_dynamic{
  margin-top:30px;
}
.review_star_list li.review_star_active_btn .star_a,
.review_star_list li.review_star_list_active .star_a{
  display:block;
}


.review_star_list li.review_star_active_btn .star_e,
.review_star_list li.review_star_list_active .star_e{
  display:none;
}
.reviews{
  display:flex;
  flex-direction:column;
  width:100%;
  gap: 50px;
}
.reviews > li{
  display:flex;
  flex-direction:column;
  width:100%;
}
.review_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.review_l{
  display: flex;
  flex-direction: column;
  width: calc(100% - 288px);
  gap: 32px;
  padding-right: 96px;
}
.review_r{
  display:flex;
  flex-direction:column;
  width: 288px;
  border-left: 1px solid #c6c9cc;
}
.review_r .review_header{
  border-bottom: 1px solid #c6c9cc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 24px 40px;
}
.review_name{
  color: #181b21;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.review_city{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.review_text_wrapper{
  color: #585c64;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.review_footer{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 0 0 40px;
}
.review_user{
  align-items: center;
  color: #585c64;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  gap: 8px;
  line-height: 24px;
}
.review_gallery{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  width:100%;
  gap:4px;
}
.review_gallery a{
  display:flex;
  flex-direction:column;
}
.review_gallery a:hover{
  opacity:0.7;
}
.pd_title_comment{
  color: #3b414a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.pd_title_comment span{
  color: #181b21;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
}
.projects_slider_about{
  margin-bottom: 96px;
}
.ajax_filters{
  display:flex;
  flex-direction:column;
  width:100%;
}
.ajax_filters_holder{
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 16px 24px #6c717a33, 0 4px 8px #6c717a33;
  display: flex;
  flex-wrap: nowrap;
  background: #fff;
  position: relative;
}
.ajax_filters_holder .filter_section{
  display: flex;
  flex-direction: column;
  width: calc(100% / 5);
  position:relative;
}
.ajax_filters_holder .filter_section .filter_checkboxes{
  display:none;
  background: #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff80;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.ajax_filters_holder .filter_section.filter_open .filter_checkboxes{
  display:flex;
  flex-direction: column
}
.filter_title{
  width: 100%;
  gap: 10px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #f0f1f3;
  border-radius: 5px;
  color: #181b21;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 24px;
  padding: 16px 15px;
  position: relative;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  white-space: nowrap;
  transition:0.7;
}
.filter_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.filter_nav > span .checked{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.ftype1_block{
  display: block;
  width: 50%;
}
.filter_title:hover{
  color:#e64815;
}
.f_img{
  width: 40px;
  height: 40px;
}
.f_img svg rect,
.f_img svg circle,
.f_img svg path{
  stroke: #9c9fa4;
  transition:0.7;
}
.filter_title:hover .f_img svg rect,
.filter_title:hover .f_img svg circle,
.filter_title:hover .f_img svg path{
  stroke:#e64815;
}
.filter_name{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.filter_nav svg{
  height: 24px;
  width: 24px;
  stroke: #9c9fa4;
  padding: 0 7px;
}
.filter_title:hover .filter_nav svg path{
  stroke:#e64815;
}
.category_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
}
#filter_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 4;
}
.row_checked_type1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.row_checked_type1 > input{
  display: none;
}
.row_checked_type1 > label{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  color: #181b21;
  min-height: auto;
  padding: 10px 0 10px 20px;
  text-align: left;
  cursor: pointer;
}
.row_checked_type1 > label .ftype1_checked{
  display:none;
  align-items: center;
  background-color: #181b21;
  border: 2px solid #fff;
  height: 24px;
  justify-content: center;
  width: 24px;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.row_checked_type1 label .ftype1_img{
  width:96px;
  height:96px;
  position:relative;
}
.row_checked_type1 label .ftype1_img img{
  display: block;
  width:100%;
}
.row_checked_type1 input:checked+label .ftype1_checked{
  display:flex;
}
.row_checked_type1 > label:hover{
  background-color: #fff;
  color: #e64815;
}
.row_checked_type1 > label .ftype1_block .ftype1_value{
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.row_checked_type1 > label .ftype1_block .ftype1_desc{
  align-items: center;
  color: #585c64;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  gap: 10px;
  line-height: 24px;
}
.row_checked_type2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.row_checked_type2 > input{
  display: none;
}
.row_checked_type2 > label{
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  align-items: center;
  color: #181b21;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  padding: 8px 10px 8px 20px;
  text-align: left;
}
.row_checked_type2 > label .ftype2_checked{
  display:none;
  align-items: center;
  background-color: #181b21;
  border: 2px solid #fff;
  height: 24px;
  justify-content: center;
  width: 24px;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.row_checked_type2 label .ftype2_img{
  width:80px;
  height:80px;
  position:relative;
}
.row_checked_type2 label .ftype2_img img{
  display: block;
  width:100%;
}
.row_checked_type2 input:checked+label .ftype2_checked{
  display:flex;
}
.row_checked_type2 > label:hover{
  background-color: #fff;
  color: #e64815;
}
.row_checked_type2 > label .ftype2_block .ftype2_value{
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.row_checked_type3 {
  display: flex;
  flex-direction: column;
  width:calc(100% / 4);
}
.row_checked_type3 > input{
  display: none;
}
.row_checked_type3 > label{
  border: none;
  flex-direction: column-reverse;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  color: #181b21;
  display: flex;
  justify-content: center;
  text-align: center;
}
.row_checked_type3 > label .ftype3_checked{
  display:none;
  align-items: center;
  background-color: #181b21;
  border: 2px solid #fff;
  height: 24px;
  justify-content: center;
  width: 24px;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.row_checked_type3 label .ftype3_img{
  width:40px;
  height:40px;
  position:relative;
}
.row_checked_type3 label .ftype3_img svg{
  display: block;
  width:100%;
}
.row_checked_type3 input:checked+label .ftype3_checked{
  display:flex;
}
.row_checked_type3 input:checked+label .ftype3_img > svg{
  display:none;
}
.row_checked_type3 > label:hover{
  background-color: #fff;
  color: #e64815;
}
.row_checked_type3 > label:hover svg circle{
  stroke: #e64815;
}
.row_checked_type3 > label .ftype3_block .ftype3_value{
  width: 100%;
  font-size: 16px;
  font-style: normal;
  text-align:center;
  font-weight: 600;
  line-height: 24px;
}
.ajax_filters_holder .filter_section.filter_open[data-filter-id-b="3"] .filter_checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;  
}
.row_checked_type4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.row_checked_type4 > input{
  display: none;
}
.row_checked_type4 > label{
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  align-items: center;
  color: #181b21;
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  padding: 8px 10px 8px 20px;
  text-align: left;
}
.row_checked_type4 > label .ftype4_checked{
  display:none;
  align-items: center;
  background-color: #181b21;
  border: 2px solid #fff;
  height: 24px;
  justify-content: center;
  width: 24px;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.row_checked_type4 label .ftype4_img{
  width:80px;
  height:80px;
  position:relative;
}
.row_checked_type4 label .ftype4_img img{
  display: block;
  width:100%;
}
.row_checked_type4 input:checked+label .ftype4_checked{
  display:flex;
}
.row_checked_type4 > label:hover{
  background-color: #fff;
  color: #e64815;
}
.row_checked_type4 > label .ftype4_block .ftype4_value{
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.row_checked_type5 {
  display: flex;
  flex-direction: column;
  width:calc(100% / 4);
}
.row_checked_type5 > input{
  display: none;
}
.row_checked_type5 > label{
  border: none;
  flex-direction: column-reverse;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  color: #181b21;
  display: flex;
  justify-content: center;
  text-align: center;
}
.row_checked_type5 > label .ftype5_checked{
  display:none;
  align-items: center;
  background-color: #181b21;
  border: 2px solid #fff;
  height: 24px;
  justify-content: center;
  width: 24px;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.row_checked_type5 label .ftype5_img{
  width:40px;
  height:40px;
  position:relative;
}
.row_checked_type5 label .ftype5_img svg{
  display: block;
  width:100%;
}
.row_checked_type5 input:checked+label .ftype5_checked{
  display:flex;
}
.row_checked_type5 input:checked+label .ftype5_img > svg{
  display:none;
}
.row_checked_type5 > label:hover{
  background-color: #fff;
  color: #e64815;
}
.row_checked_type5 > label:hover svg circle{
  stroke: #e64815;
}
.row_checked_type5 > label:hover svg rect{
  stroke: #e64815;
}
.row_checked_type5 > label .ftype5_block .ftype5_value{
  width: 100%;
  font-size: 16px;
  font-style: normal;
  text-align:center;
  font-weight: 600;
  line-height: 24px;
}
.ajax_filters_holder .filter_section.filter_open[data-filter-id-b="5"] .filter_checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;  
}
.disabled_filter{
  display:none;
}
.catalog_block{
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  width: 100%;
}
.product_list {
  display: flex;
  flex-direction: column;
  width:100%;
}
.product_list .tpl_catalog{
  display:flex;
  flex-direction:column;
  width:100%;
}
.product_card{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  background: transparent;
  justify-content: flex-start;
  padding: 8px 16px;
  transition: .4s ease-in;
  position:relative;
  overflow: hidden;
}
.product_card:hover{
  background:#fff;
}
.product_card_image{
  width:96px;
  height:96px;
  min-width: 96px;
  position:relative;
}
.product_card_image img{
  width:100%;
  mix-blend-mode: multiply;
}
.product_card_main{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap:24px;
}
.product_card_info{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.product_buy_group{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  gap: 24px;
  max-width: 200px;
}
.product_card_name{
  display: flex;
  flex-direction: column;
  gap:8px;
  max-width: 318px;
  width: 100%;
}
.product_card_name:after{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:1;
}
.price_wrapper{
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
}
.tpl_catalog .price_wrapper{
  width: calc(100% - 40px);
}
.price_wrapper .price_from{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.price_wrapper .price{
  color: #181b21;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.price_wrapper .price_old{
  color: #585c64;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-decoration: line-through;
}
.product_card_name .product_card_nf{
  color: #181b21;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  transition: .4s ease-in;
}
.product_card_name .product_card_ns{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: .4s ease-in;
}
.product_fast_view{
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  position: relative;
  transition: .4s ease;
  border: 2px solid #f0f1f3;
  z-index:2;
}
.product_fast_view span{
  background: #181b21;
  height: 2px;
  position: absolute;
  transition: .4s ease;
  width: 19px;
}
.product_fast_view span:first-child {
  rotate: 90deg;
}
.product_fast_view:hover {
  background: #e64815;
  border-color: #e64815;
}
.product_fast_view:hover span{
  background: #fff;
}
.product_attributes{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  width: 100%;
  justify-content: flex-start;
}
.pro_ico{
  width: 40px;
  height:40px;
  display: flex;
  align-items:center;
  justify-content:center;
}
.product_attributes .product_attr_group{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  width: calc(100% / 2 - 48px);
  justify-content: flex-start;
}
.product_attributes .product_attr_group > span{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:8px;
  position:relative;
  padding: 0px 15px;
  width: calc(100% / 2);
}
.product_attributes .product_attr_group > span:first-child{
  border-right: 1px solid #9C9FA4;
}
.product_attributes .product_attr_group > span > span{
  color: #9C9FA4;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  transition: .4s ease;
}
.product_card:hover .product_attributes .product_attr_group > span > span{
  color: #181b21;
}
.product_card .product_attributes .product_attr_group > span svg rect,
.product_card .product_attributes .product_attr_group > span svg circle,
.product_card .product_attributes .product_attr_group > span svg path{
  transition: .4s ease;
}
.product_card:hover .product_attributes .product_attr_group > span svg rect,
.product_card:hover .product_attributes .product_attr_group > span svg circle,
.product_card:hover .product_attributes .product_attr_group > span svg path{
  stroke:#181b21;
}
.current_filters {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.current_filters > li{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
  flex-wrap: wrap;
}
.filter_uncheck,
.clear_all {
  align-items: center;
  background-color: #ffffff80;
  border: 1px solid #f0f1f3;
  color: #181b21;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  gap: 5px;
  line-height: 22px;
  opacity: .7;
  padding: 2px 4px 2px 6px;
  text-wrap: nowrap;
  transition: opacity .4s ease;
  width: max-content;
}
.filter_uncheck:hover{
  opacity:1;
  background-color:#fff;
}
.clear_all{
  background: #e64815;
  color: #fff;
}
.clear_all svg{
  stroke:#fff;
}
.clear_all:hover{
  opacity:1;
}
.clear_all_s{
  margin-left: auto;
}
.selected_filter_name{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.selected_f_img{
  display:none;
}
.selected_f_name{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-wrap: nowrap;
}
.product_options_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 34px;
}
.product_options_wrapper > div{
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
.product_options_wrapper .param_item{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.param_title{
  width: 100%;
  gap: 10px;
  align-items: center;
  background-color: #fff;
  border: 1px solid #f0f1f3;
  border-radius: 5px;
  color: #181b21;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  line-height: 24px;
  padding: 12px 16px 12px 12px;
  position: relative;
  text-align: center;
  cursor: pointer;
  flex-direction: row;
  white-space: nowrap;
  transition: 0.7;
}
.param_name{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.param_title:hover {
  color: #e64815;
}
.param_nav{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.param_nav > span{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.param_nav svg {
  height: 24px;
  width: 24px;
  stroke: #9c9fa4;
  padding: 0 7px;
}
.param_item.param_open .param_checkboxes{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.p_img {
  width: 40px;
  height: 40px;
}
.p_img svg rect, .p_img svg circle, .p_img svg path {
  stroke: #9c9fa4;
  transition: 0.7;
}
.param_checkboxes{
  display: none;
  background: #fff;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
.param_checkboxes > li{
  width: calc(100% / 4);
  border: none;
  flex-direction: column-reverse;
  padding: 10px;
  cursor: pointer;
  align-items: center;
  color: #181b21;
  display: flex;
  justify-content: center;
  text-align: center;
  position:relative;
}
.param_checkboxes > li .param_block{
  border: none;
  flex-direction: column-reverse;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  align-items: center;
  color: #181b21;
  display: flex;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.param_checkboxes > li:hover {
  background-color: #fff;
  color: #e64815;
}
.param_checkboxes > li:hover .param_block{
  color: #e64815;
}
.param_checkboxes > li:hover .param_img svg circle{
  stroke: #e64815;
}
.param_checkboxes > li .param_img {
  width: 40px;
  height: 40px;
  position: relative;
}
.param_checkboxes > li .param_img .param_checked{
  display: none;
  align-items: center;
  background-color: #181b21;
  border: 2px solid #fff;
  height: 24px;
  justify-content: center;
  width: 24px;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.param_checkboxes > li.selected .param_img .param_checked{
  display: flex;
}
.param_checkboxes > li.selected .param_img > svg{
  visibility: hidden;
}
.search_page_in{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  margin: 20px auto;
}
.search_page_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.search_page_pre {
  position: absolute;
  top: 0;
  left: 5px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #666;
  z-index: 1;
  overflow: hidden;
}
.search_page_in input {
  border: none;
  border-radius: 0;
  padding: 13px 15px 13px 65px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  background: #fafafa;
}
.search_page_in button {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.search_box {
  font-size: 12px;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666;
}
.product_section_wrapper{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap:60px;
  margin: 40px auto 80px;
}
.product_section_wrapper.product_geometry_block{
  align-items: flex-start;
  justify-content: center;
}
.product_section_left{
  max-width: 680px;
  display: flex;
  width: 100%;
  flex-direction:column;
}
.product_details_column{
  width:100%;
  max-width:670px;
}
.geometry_trigger{
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  height: 64px;
  justify-content: center;
  position: relative;
  width: 64px;
}
.geometry_trigger:hover svg path{
  stroke:#e64815;
}
.product_gallery {
  width:100%;
  display: flex;
  align-self: flex-start;
  flex-shrink: 0;
  gap: 10px;
  position: relative;
}
.product_nav_slider_holder{
  width:100%;
  max-width: 64px;
  align-self: stretch;
}
.product_nav_slider{
  width:100%;
  mix-blend-mode: multiply;
}
.product_nav_slider li.slick-slide {
  overflow: hidden;
  cursor: pointer;
  transition-duration: .3s;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.product_main_slider_holder{
  max-width:100%;
  width:calc(100% - 64px);
  position:relative;
}
.product_main_slider {
  width: 100%;
  mix-blend-mode: multiply;
}
.product_main_slider li.slick-slide {
  border: 1px solid transparent;
  position:relative;
}
.product_nav_slider li.slick-slide img, .product_main_slider li.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.fancybox-can-zoomIn .fancybox-image-wrap img{
  background-color:#fff;
}
.product_properties_title{
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 64px;
}
.product_properties{
  display:flex;
  flex-direction:column;
  width:100%;
}
.product_properties > li{
  align-items: center;
  display: flex;
  height: 48px;
  border-bottom: 1px solid #c6c9cc;
  padding: 6px 0px;
}
.product_properties > li:last-child{
  border:none;
}
.product_properties > li .name{
  display:flex;
  flex-direction: row;
  align-items:center;
  justify-content:flex-start;
  gap:30px;
  width:100%;
}
.product_properties > li .char_ico{
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_properties > li .name .char_name{
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  justify-content: space-between;
  line-height: 20px;
  width: max-content;
}
.product_properties > li .value{
  align-items: center;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  justify-content: flex-end;
  line-height: 24px;
  width: 100%;
}
.variants_btn{
  background-color: #fff;
  border: none;
  color: #181b21;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
  transition: .3s ease;
  transition-property: color;
  align-items: center;
  display: flex;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  padding: 12px 20px;
  margin-top: 32px;
  width: 100%;
}
.variants_btn:hover{
  color:#e64815;
}
.variants_btn:hover svg path{
  stroke:#e64815;
}
.variants_btn.variants_btn_disabled{
  opacity: .4 !important;
  pointer-events: none !important;
}
.notification{
  opacity: .4 !important;
  pointer-events: none !important;
}
.fast_view_disabled{
  opacity: .4 !important;
  pointer-events: none !important;
}
.buttons_wrap{
  display:flex;
  flex-direction: column;
  width:100%;
}
.buttons_wrap a{
  display:none;
}
.buttons_wrap a.active{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  background-color: #e64815;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  max-width: 100%;
  padding: 12px 20px;
  color: #fff;
  font-size: 16px;
  height: 48px;
  line-height: 24px;
  position: relative;
  text-align: left;
  transition: .3s ease;
  transition-property: background-color, color;
}
.buttons_wrap a:hover{
  background-color: #eb6d44;
}
.product_description_title{
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 64px;
}
.product_geometry_img{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
}
.product_geometry_img img{
  width:100%;
  display:block;
  mix-blend-mode: multiply;
}
.section_title.product_title{
  font-size: min(60px, 3.125vw);
  font-style: normal;
  font-weight: 600;
  line-height: 116.667%;
  margin-top: 8px;
}
.description_pro{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 36px;
}
.product_description_photo{
  max-width: 448px;
  width: 100%;
  display:flex;
  flex-direction:column;
}
.product_description_photo img{
  width:100%;
  display:block;
  mix-blend-mode: multiply;
}
.product_description_right{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  justify-content:space-between;
  width:100%;
  gap:80px;
}
.product_description_right .product_description{
  width: 100%;
  display:flex;
  flex-direction:column;
}
.product_description_tags_title{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-top: 24px;
  margin-bottom: 38px;
}
.product_description_right .product_description_tags{
  width: 100%;
  display:flex;
  flex-direction:column;
  max-width: 320px;
}
.product_tags{
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  max-width: 247px;
}
.product_tags a{
  border: 1px solid #f0f1f3;
  color: #585c64;
  display: inline-block;
  font-family: Root, sans-serif;
  font-style: normal;
  font-weight: 300;
  transition: .3s ease;
  background: #fff;
  border-color: #f0f1f3;
  transition-property: background, color;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 8px;
}
.product_tags a:hover{
  color: #e64815;
}
.product_page_slider_section{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px auto;
}

.recommended_slider .tpl_catalog .product_card,
.product_slider .tpl_catalog .product_card{
  display:flex;
  flex-direction:column;
  width:100%;
}
.recommended_slider .tpl_catalog .product_card .product_card_main,
.product_slider .tpl_catalog .product_card .product_card_main{
    flex-direction: column;
    justify-content: center;
}
.recommended_slider .tpl_catalog .product_card .product_attributes,
.product_slider .tpl_catalog .product_card .product_attributes{
  flex-direction:column;
  gap:5px;
}
.recommended_slider .tpl_catalog .product_card .product_attributes .product_attr_group,
.product_slider .tpl_catalog .product_card .product_attributes .product_attr_group{
    flex-direction: column;
    width: 100%;
}
.recommended_slider .tpl_catalog .product_card .product_attributes .product_attr_group > span,
.product_slider .tpl_catalog .product_card .product_attributes .product_attr_group > span{
  border:none!important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  position: relative;
  padding: 0px 10px;
  width: 100%;
}
.recommended_slider .tpl_catalog .product_card .product_card_name .product_card_ns,
.product_slider .tpl_catalog .product_card .product_card_name .product_card_ns{
  min-height:54px;
}
.recommended_slider .tpl_catalog .product_card .price_wrapper,
.product_slider .tpl_catalog .product_card .price_wrapper{
  flex-direction: row;
  gap: 10px;
  flex-wrap:wrap;
}
.recommended_slider .tpl_catalog .product_card .product_buy_group,
.product_slider .tpl_catalog .product_card .product_buy_group{
  justify-content:space-between;
}
.product_delivery_block{
  align-items: flex-start;
  border-top: 1px solid #c6c9cc;
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}
.product_delivery_i{
  display:flex;
  flex-direction:column;
  width:calc(100% / 2 - 2px);
  padding-top: 32px;
}
.product_delivery_block .separator{
  background: #c6c9cc;
  border: none;
  height: 100%;
  margin: 0 7.14%;
  min-height:112px;
  min-width: 1px;
}
.product_delivery_f{
  color: #181b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.product_delivery_s{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}
.aritcle_available{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
}
.aritcle_available .article{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-right: 10px;
}
.aritcle_available .article span{
  color:#181b21;
}
.aritcle_available .available{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-right: 10px;
}
.product_section_wrapper .price_wrapper_holder{
  border-top: 1px solid #c6c9cc;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.product_section_wrapper .price_wrapper_holder .price_left{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 2px);
  padding-top: 32px;
}
.product_section_wrapper .price_wrapper_holder .price_right{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 2px);
  padding-top: 32px;
  align-items: center;
  justify-content: space-between;
}
.product_section_wrapper .price_wrapper_holder .separator{
  background: #c6c9cc;
  border: none;
  height: 100%;
  margin: 0 7.14%;
  min-height:176px;
  min-width: 1px;
}
.price_wrapper_min_max{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  font-size: 16px;
  color: #181b21;
  line-height: 20px;
  text-align:center;
}
.price_count{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
  min-height: 64px;
}
.counter_wrap{
  flex-direction: row;
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  max-width: 112px;
  width: 100%;
}
.counter_wrap input{
  background: transparent;
  border: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  line-height: 28px;
  padding: 6px 0;
  text-align: center;
  transition: .4s ease-in;
  width: 40px;
}
.counter_wrap input:focus {
  box-shadow: inset 0 -2px #e64815;
  outline: none;
}
.counter_wrap button{
  height:40px;
  width: 36px;
  display: flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.counter_wrap button.disabled{
  pointer-events: none;
}
.counter_wrap button.disabled svg path{
  stroke: #c6c9cc;
  pointer-events: none;
}
.counter_wrap button:hover svg path{
  stroke: #e64815;
}
.product_section_wrapper .price_wrapper .price_old{
  color: #585c64;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-bottom:0px;
  min-height: 20px;
  text-decoration: line-through;
  white-space: nowrap;
}
.product_section_wrapper .price_wrapper .price{
  font-size: 32px;
  line-height: 40px;
  white-space: nowrap;
}
.product_section_wrapper .price_wrapper .price.price_a{
  color: #e64815;
}
.mobile_menu_full{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  max-width: 400px;
  margin: 0px auto;
  padding: 48px 0 0;
}
.mobile_menu_login_form{
  width: 100%;
  display:flex;
  flex-direction:column;
}
.mobile_menu_login_title{
  color: #585c64;
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.login_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.login_step{
  display: none;
}
.login_step.active{
  display:flex;
  flex-direction:column;
  width:100%;
}
#mobile_login .mobile_menu_middle .mobile_menu_left{
  padding-right: 24px;
  justify-content: flex-start;
}
#mobile_login .mobile_menu_middle .mobile_menu_right{
  padding: 64px 0px;
  padding-left: 24px;
}
.mobile_menu_reg_title{
  color: #181b21;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
#fast_view{
  display: none;
  align-items: center;
  height: 100dvh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 108;
}
#fast_view.active{
  display: flex;
}
.product_gallery_fast{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.product_fast_view_content{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  background-color: #f0f1f3;
  padding: 48px 48px;
  min-height: calc(100% - 64px);
}
.product_fast_view_holder{
  display: flex;
  flex-direction: column;
  width: 1024px;
  height: 704px;
  background: #fff;
  overflow: auto;
}
.product_fast_view_holder .mobile_menu_header{
  position:relative;
}
.product_nav_slider_holder_fast  {
  width: 100%;
  max-width: 64px;
  align-self: stretch;
  mix-blend-mode: multiply;
}
.product_nav_slider img,
.product_nav_slider_fast img{
  cursor:pointer;
}
.product_nav_slider img:hover,
.product_nav_slider_fast img:hover{
  opacity:0.7;
}
.product_main_slider_holder_fast {
  max-width: 360px;
  width: 100%;
  position:relative;
}
.product_nav_slider_fast > div{
  height:100%!important;
}
.product_main_slider_fast {
  width: 100%;
  mix-blend-mode: multiply;
}
.product_nav_slider_fast {
  width: 100%;
}
.product_section_left_fast{
  width:calc(100% - 500px);
}
#fast_view .product_details_column{
  max-width: 500px;
}
#fast_view .pop_close{
  top: 15px;
  right:15px;
}
#fast_view .mobile_menu_header{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  min-height: 64px;
  padding: 0 64px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.account_wrapper .h_m_nav{
  border-bottom: 1px solid #c6c9cc;
  margin-bottom:32px;
}
.account_wrapper .h_m_nav li a{
  height: 64px;
}
.account_wrapper .h_m_nav li.active a{
  box-shadow: inset 0 -4px #181b21;
  color: #181b21;
  position: relative;
}

.account_wrapper .h_m_nav li a:hover,
.account_wrapper .h_m_nav li.active a:hover{
  box-shadow: inset 0 -4px #e64815;
  color: #e64815;
  position: relative;
}
.registration_blocks{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 80px;
}
.registration_block_intro{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 40px);
}
.registration_blocks form{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 40px);
}
.reg_notify{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
  color: #585c64;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.reg_notify svg{
  min-width:40px;
}
.no_documents{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #585c64;
}
#password_reset_form{
  display: none;
}
.account_orders_empty{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #585c64;
}
.expert_wrap{
  align-items: center;
  background-color: #181b21;
  display: flex;
  gap: 40px;
  margin: 80px 0;
  padding: 32px 64px;
  width: 100%;
}
.expert_data{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.expert_d{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.expert_pretitle{
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  width: 186px;
}
.expert_cart{
  align-items: center;
  display: flex;
  gap: 24px;
  width: 100%;
}
.expert_photo{
  border-radius: 50%;
  height: 128px;
  overflow: hidden;
  width: 128px;
}
.expert_photo img{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.expert_info{
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.expert_name{
  color: #e64815;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.expert_contacts{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.expert_phone{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.expert_email{
  color: #c6c9cc;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.expert_email:hover,
.expert_phone:hover{
  opacity:0.8;
}
.expert_socials{
  align-items: center;
  display: flex;
  gap:24px;
}
.expert_content{
  display: flex;
  flex-direction: column;
}
.expert_content .content ul li{
  align-items: center;
  color: #c6c9cc;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  gap: 16px;
  line-height: 24px;
}
.expert_socials a:hover{
  opacity:0.8;
}
.expert_posttitle{
  display:none;
}
.confirm_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.confirm_cart{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  justify-content: center;
  width: 100%;
}
.confirm_block{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.confirm_block .btn{
  width: max-content!important;
  gap: 20px;
}
.confirm_text{
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #181b21;
}
.confirm_text span{
  color: #e64815;
}
.product_variants_view{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
#fast_view .product_card_name:after{
  display: none!important;
}
.product_variants_view_l{
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 300px;
  border-right: 1px solid #c6c9cc;
}
.product_variants_view_r{
  display: flex;
  flex-direction: column;
  width: calc(100% - 300px);
  padding-left: 60px;
}
.product_variants_image{
  max-width:100%;
}
.product_variants_b{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap:10px;
}
.product_variants_view_l .product_attr_group{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 20px;
}
.product_variants_view_l .product_attr_group > span{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #9C9FA4;
}
.tpl_thickness_variants{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.tpl_thickness_variants .price_wrapper .price{
  color: #585c64;
  font-weight: 300;
}
.tpl_thickness_variants .price_wrapper .price.price_a{
  color:#e64815;
}
.available_wrapper{
  color: #181b21;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  white-space: normal;
}
.variants_name{
  display:flex;
  flex-direction:column;
  min-width:120px;
}
.variants_name .pro_thickness{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.variants_center{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.profile_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}
.profile_form .form_column{
  display:flex;
  flex-direction:column;
  width:100%;
  gap:30px;
  margin-bottom:30px;
}
.connect_type{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.connect_type li{
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  background-color: #fff;
  border: 1px solid #f0f1f3;
  color: #181b21;
  cursor: pointer;
  font-size: 16px;
  min-height:144px;
  font-weight: 600;
  gap: 8px;
  justify-content: space-between;
  line-height: 24px;
  padding: 24px;
  position: relative; 
  transition: .3s ease;
}
.connect_type_block{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor:pointer;
}
.connect_type_block:after{
  content: "";
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
  width: 100%;
  height:100%;
}

.connect_type li input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #dbdde1;
  color: #dbdde1;
  display: grid;
  font: inherit;
  height: 24px;
  margin: 0;
  place-content: center;
  transition: border-color .3s ease;
  width: 24px;
}
.connect_type li input:before{
  background: url(../img/plus-dark.svg);
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54%;
  border: 2px solid #dbdde1;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.connect_type li:hover input:before{
  background: url(../img/plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  border-color: #E64815;
  background-color: #E64815;
}
.connect_type li input:checked:before{
  background: url(../img/cross.svg);
  background-color: #181b21;
  background-position: 50%;
  background-repeat: no-repeat;
  border-color: #181b21;
}
.connect_type li:hover{
  color:#E64815;
}
.connect_type li:hover svg path{
  fill:#E64815;
}
.catalog_percent{
  background: #e64815;
  color: #fff;
  padding: 3px 6px;
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  line-height: 20px;
  font-weight: 600;
  z-index:1;
}
.catalog_percent_in{
  color: #e64815;
  font-size: 12px;
  position: relative;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  z-index:2;
  cursor:pointer;
}
.catalog_percent_in_info{
  display:none;
  position: absolute;
  top: 24px;
  right: 0px;
  background: rgb(230 72 21 / 80%);
  color: #fff;
  z-index: 2;
  white-space: nowrap;
  padding: 5px 10px;
  text-transform: none;
  font-size: 13px;
}
.catalog_percent_in:hover .catalog_percent_in_info{
  display: none;
}
.product_discount_holder{
  position: absolute;
  top: 0px;
  left: 0px;
}
.product_discount{
  background: #e64815;
  color: #fff;
  padding: 8px 12px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}
#fast_view .price_wrapper .price.price_a{
  color:#e64815;
}
.product_geometry_gal{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  flex-wrap:wrap;
  margin: 10px 0px;
}
.product_geometry_gal .tpl_geometry_gal{
  width: calc(100% / 3 - 10px);
  display: flex;
  flex-direction: column;
}
.geometry_gal{
  display: flex;
  flex-direction: column;
  width:100%;
}
.geometry_gal img{
  transition:0.5s;
}
.geometry_gal:hover img{
  opacity: 0.7;
}
.worktime_pop{
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 580px;
  height: auto;
  z-index: 109;
  top: calc(50% - 250px);
  left: calc(50% - 290px);
  background: #fff;
}
.worktime_pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worktime_pop_close svg path{
  stroke:#000;
}
.worktime_pop_close:hover svg path{
  stroke:#e64815;
}
.worktime_pop_holder{    
  display: flex;
  flex-direction: column;
  padding: 50px 30px 30px 30px;
  width:100%;
  gap: 10px;
}
.worktime_pop_holder p{
  font-size: 16px;
  line-height: 150%;
}
.worktime_pop_holder p b{
  font-weight:600;
}
.front_slide_ny{
  background: url('../../../../assets/images/banner/ny2.jpg');background-size:cover;background-position:center;
}
.front_slide_ny .hero_slide_text{
  box-shadow: none!important;
}
.front_slide_ny .slide_title{
  text-shadow: 1px 1px 5px #000;
}
.front_slide_ny .slide_desc{
  border: none;
}
.front_slide_ny .slide_right{
  margin-bottom: 250px;
  border: none;
  padding-left:0px!important;
}
.front_slide_ny .slide_right p{
  color: #fff;text-shadow: 1px 1px 5px #000;
}
.front_slide_ny .slide_desc .slide_right{
  border:none!important;
}
.main_bs,
.faq_block{
  overflow:hidden;
}
.load_more{
  border-top: 4px solid #181b21;
  padding: 20px 10px;
}
.load_more:hover{
  border-top: 4px solid #e64815;
}
.recommended_slider .product_card{
  background: #f0f1f3;
}
.product_main_slider .slick-prev_arrow,
.configurations_slider .slick-prev_arrow,
.advice_slider .slick-prev_arrow,
.projects_slider .slick-prev_arrow,
.technology_slider .slick-prev_arrow,
.pre .slick-prev_arrow,
.product_slider .slick-prev_arrow,
.recommended_slider .slick-prev_arrow{
  position: absolute;
  top: calc(50% - 20px);
  left: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(24 27 33 / 10%);
}
.product_main_slider .slick-prev_arrow svg,
.configurations_slider .slick-prev_arrow svg,
.advice_slider .slick-prev_arrow svg,
.projects_slider .slick-prev_arrow svg,
.technology_slider .slick-prev_arrow svg,
.pre .slick-prev_arrow svg,
.product_slider .slick-prev_arrow svg,
.recommended_slider .slick-prev_arrow svg{
  transform: rotate(90deg);
  stroke: #181b21;
  fill: none;
}
.product_main_slider .slick-prev_arrow:hover,
.configurations_slider .slick-prev_arrow:hover,
.advice_slider .slick-prev_arrow:hover,
.projects_slider .slick-prev_arrow:hover,
.technology_slider .slick-prev_arrow:hover,
.product_slider .slick-prev_arrow:hover,
.recommended_slider .slick-prev_arrow:hover{
  background:#181b21;
}
.product_main_slider .slick-prev_arrow:hover svg, 
.configurations_slider .slick-prev_arrow:hover svg,
.advice_slider .slick-prev_arrow:hover svg,
.projects_slider .slick-prev_arrow:hover svg,
.technology_slider .slick-prev_arrow:hover svg,
.product_slider .slick-prev_arrow:hover svg,
.recommended_slider .slick-prev_arrow:hover svg{
  stroke: #fff;
}
.product_main_slider .slick-next_arrow, 
.configurations_slider .slick-next_arrow,
.advice_slider .slick-next_arrow,
.projects_slider .slick-next_arrow,
.technology_slider .slick-next_arrow,
.pre .slick-next_arrow,
.product_slider .slick-next_arrow,
.recommended_slider .slick-next_arrow{
  position: absolute;
  top: calc(50% - 20px);
  right: 0px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(24 27 33 / 10%);
}
.pre .slick-next_arrow,
.pre .slick-prev_arrow{
  background: rgb(255 255 255 / 70%);
}
.product_main_slider .slick-next_arrow svg, 
.configurations_slider .slick-next_arrow svg,
.advice_slider .slick-next_arrow svg,
.projects_slider .slick-next_arrow svg,
.technology_slider .slick-next_arrow svg,
.pre .slick-next_arrow svg,
.product_slider .slick-next_arrow svg,
.recommended_slider .slick-next_arrow svg{
  transform: rotate(-90deg);
  stroke: #181b21;
  fill: none;
}
.pre .slick-prev_arrow:hover,
.pre .slick-next_arrow:hover{
  background:#fff;
}
.product_main_slider .slick-next_arrow:hover, 
.configurations_slider .slick-next_arrow:hover,
.advice_slider .slick-next_arrow:hover,
.projects_slider .slick-next_arrow:hover,
.technology_slider .slick-next_arrow:hover,
.product_slider .slick-next_arrow:hover,
.recommended_slider .slick-next_arrow:hover{
  background:#181b21;
}
.product_main_slider .slick-next_arrow:hover svg, 
.configurations_slider .slick-next_arrow:hover svg,
.advice_slider .slick-next_arrow:hover svg,
.projects_slider .slick-next_arrow:hover svg,
.technology_slider .slick-next_arrow:hover svg,
.product_slider .slick-next_arrow:hover svg,
.recommended_slider .slick-next_arrow:hover svg{
  stroke: #fff;
}
.product_compatibility .product_properties_title{
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 16px;
}
sup{
  vertical-align: super;
  font-size: smaller;
}
.main_slide_about .slider-progress{
  display:none;
}
.search_holder .search_submit_btn svg path{
  stroke:#fff;
}
.geometry_tooltip{
  display:none;
  background-color: #181b21;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  left: 120%;
  line-height: 22px;
  padding: 8px 16px;
  position: absolute;
  top: 110%;
  transform: translate(-50%);
  width: 154px;
  z-index: 1;
  text-align:center;
}
.geometry_trigger:hover .geometry_tooltip{
  display:block;
}
.review_add{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 46px;
}
.review_add:hover{
  opacity:0.7;
}
.review_add_icon{
  align-items: center;
  background-color: #181b21;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 16px;
  min-width: 64px;
  font-style: normal;
  font-weight: 600;
  height: 64px;
  justify-content: center;
  line-height: 24px;
  width: 64px;
}
.review_add_icon svg g,
.review_add_icon svg path{
  stroke: #fff;
}
.review_add_text{
  border-bottom: 2px solid #181b21;
  width: 100%;
  height: 64px;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}
#add_review_form{
  display:none;
}
#add_review_form.active{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 36px;
  border-bottom: 1px solid #c6c9cc;
  padding-bottom: 24px;
}
#thickness_pop{
  display:none;
  flex-direction: column;
  height: 736px;
  width: 960px;
  position: fixed;
  top: calc(50% - 368px);
  left: calc(50% - 480px);
  background: #fff;
  z-index: 108;
}
#thickness_pop.active{
  display: flex;
  flex-direction:column;
}
.thickness_pop_wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.thickness_pop_header{
  height: 96px;
  padding: 32px 96px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.thickness_pop_title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #181b21;
}
#thickness_pop_close{
  height: 32px;
  width: 32px;
  stroke: #181b21;
  cursor: pointer;
}
#thickness_pop_close svg path {
  stroke: #181b21;
}
#thickness_pop_close:hover{
  transform: rotate(90deg);
}
.thickness_pop_header_sub{
  padding: 0 96px 24px;
  width:100%;
  display:flex;
  flex-direction:column;
}
.thickness_pop_header_sub_description{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width:100%;
}
#call_thickness_pop{
  margin-right: auto;
}
.thickness_pop_header_body{
  display:flex;
  flex-direction:column;
  height: 568px;
  justify-content: space-between;
  padding: 64px 96px 0;
  gap: 32px;
  background-color: #f0f1f3;
}
.thickness_pop_header_body table{
  width:100%;
  line-height: 1;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
}
.thickness_pop_header_body table tbody tr th{
  vertical-align: middle;
}
.thickness_pop_header_body table thead tr th {
  padding: 8px;
  width: 180px;
}
.thickness_pop_header_body table tbody tr:first-child th:first-child{
    background-color: transparent;
}
.thickness_pop_header_body table tbody tr th{
    background-color: #dbdde1;
}
.thickness_pop_header_body table thead tr th:last-child {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background-color: #dbdde1;
  color: #181b21;
}
.thickness_pop_header_body table tbody tr td {
    text-align: center;
}
.thickness_pop_header_body table tbody tr th {
  background-color: #dbdde1;
  padding: 4px 8px;
  text-align: left;
}
.thickness_pop_header_body table tbody tr th span {
  color: #181b21;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.thickness_pop_header_body table tbody tr td img {
  height: 32px;
  width: 32px;
}
.thickness_pop_header_body table tbody tr th {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 7px;
  text-align: left;
}
.thickness_pop_header_body table tbody tr:first-child td {
  background-color: #dbdde1;
  color: #181b21;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 4px 8px;
  text-align: center;
}
.thickness_history{
  align-items: center;
  display: flex;
  justify-content: space-between;
  width:100%;
}
.thickness_history li{
  align-items: center;
  display: flex;
  gap: 4px;
}
.thickness_history li img{
  width:32px;
  height:32px;
}
.thickness_history span{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  color:#181b21;
}
.thickness_body_btn{
  background-color: #e64815;
  border: none;
  border-radius: 0;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  position: relative;
  font-size: 18px;
  height: 96px;
  line-height: 26px;
  padding: 16px 24px;
  right: 0;
  width: 100%;
  text-decoration: none;
  transition: all .2s ease-in-out;
  z-index: 3;
}
.thickness_body_btn:hover{
  background-color: #eb6d44;
}
#fast_view .product_options_wrapper > div{
  width:100%;
}
.category_banner_top{
  align-items: center;
  background-color: #ffffff40;
  border: 1px solid #dbdde1;
  border-radius: 5px;
  position:relative;
  cursor: pointer;
  display: flex;
  text-decoration: none;
  transition: all .3s ease-in-out;
  gap: 20px;
  justify-content: space-between;
  padding: 8px 15px;
  margin-bottom: 16px;
  width: 100%;
}
.category_banner_top:hover {
  background-color: #fff;
}
.category_banner_top_i{
  min-width: 64px;
}
.category_banner_top_l{
  width:100%;
  display: flex;
  flex-direction:column;
}
.category_banner_top_title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #181b21;
}
.category_banner_top_text{
  color: #585c64;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.category_banner_top_r{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.category_banner_top_link{
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  height: 32px;
  line-height: 22px;
  padding: 4px 6px 4px 10px;
  width: 114px ;
  background-color: #e64815;
  color: #fff;
  text-transform: uppercase;
}
.category_banner_top_link span{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
}
.category_banner_top_link:after{
  position:absolute;
  top: 0px;
  left:0px;
  content:'';
  display:block;
  z-index:1;
  width:100%;
  height:100%;
}
.category_banner_top_link:hover{
  background-color: #eb6d44;
}
.category_banner_top_close{
  position:relative;
  z-index:2;
}
.cart_preorder_text{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 100%;
  display: block;
  margin: 0px auto;
  text-align: center;
}
.cart_preorder_text span{
  color: #e64815;
  font-weight: 700;
}
.pay_preorder_text{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: 100%;
  display: block;
  margin: 0px auto;
  text-align: left;
  padding: 5px 20px;
}
.pay_preorder_text span{
  color: #e64815;
  font-weight: 700;
}
.search_tab_nav{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #c6c9cc;
}
.search_tab_nav a{
  color: #585c64;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  transition: .3s ease;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px 16px;
  border-bottom:4px solid transparent;
}
.search_tab_nav a.active{
  border-bottom:4px solid #181b21;
}
.search_tab{
  display: none;
}
.search_tab.active{
  display: flex;
  flex-direction:column;
}
.product_nav_slider{
  display:none;
}
.product_nav_slider.slick-initialized{
  display:block;
}
.hero_slide_text .slide_bot{ 
  color: #c6c9cc;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  padding: 20px 20px 20px 0px;
}
.hero_slide_text .slide_desc .slide_full span{
  color: #e64815;
  font-weight: 600;
}
@media screen and (max-width: 1920px) {
  .pd_variant_notify{
    margin: 8px 8px;
  }
  .mobile_menu_header{
    min-height:80px;
  }
  #mobile_login .mobile_menu_middle .mobile_menu_right,
  #mobile_login .mobile_menu_middle .mobile_menu_left{
    padding: 16px 0px;
  }
  #mobile_login .mobile_menu_middle .mobile_menu_right{
    padding-left: 24px;
  }
  .mobile_menu_middle{
    min-height:640px;
  }
  .mobile_menu_left{
    height:640px;
    overflow: auto;
  }
  .h_m_nav li a{
    height: 80px;
  }
  .main_slide{
    height:536px;
  }
  .main_slide_introtext{
    font-size: 18px;
    line-height: 26px;
    width: 256px;
  }
  .main_slide_text{
    font-size: 48px;
    line-height: 56px;
  }
  .advice_list .tpl_advice.tpl_advice_big{
    gap: 64px;
    padding: 48px 64px;
  }
  .projects_list .tpl_project{
    width:calc(100% / 3 - 30px);
    margin:0px;
  }
  .advice_list .tpl_advice{
    width:calc(100% / 3 - 30px);
    margin:0px;
  }
  .advice_list .tpl_advice.tpl_advice_big{
    width:100%;
  }
  .project_pop_holder{
    height:640px;
    width: 1180px;
  }
  .info_product_catalog .tpl_сertificate{
    width: calc(100% / 3);
  }
  .pd_di_variant_item{
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }
  .pd_di_variant_text{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 40px;
    border: none;
  }
  .pd_di_info .pd_di_variant_num{
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 24px;
  }
  .pd_di_info .pd_di_variant_title{
    color: #181b21;
    font-size: 20px;
    line-height: 28px;
  }
  .pd_pre_title{
    font-size: 28px;
    line-height: 36px;
  }
  .pd_title{
    max-width:320px;
    font-size: 40px;
    line-height: 48px;
  }
  .recommended_slider_title,
  .product_slider_title,
  .configurations_title,
  .advice_title,
  .projects_title,
  .technology_title{
    font-size: 40px;
    line-height: 48px;
  }
  .contacts_block .mobile_menu_phone a,
  .contacts_block .mobile_address_city,
  .contacts_block .worktime{
    font-size: 24px;
    line-height: 32px;
  }
  .contacts_block .menu_address{
    font-size: 16px;
    line-height: 24px;
  }
  .contacts_block .mobile_menu_left{
    border:none;
  }
  .container {
    max-width: 1920px;
    padding: 0 16px;
  }
  .main_menu > li.active .menu_inner{
    top:80px;
    height: calc(100vh - 80px);
  }
  header{
    min-height:80px;
  }
  .main_menu > li > a{
    height:80px;
  }
  .header_left .logo{
    margin-right: 64px;
  }
  .header_menu{
    margin-right:64px;
    gap:10px;
  }
  .main_menu{
    gap: 30px;
  }
  .footer_top_wrapper .footer_top_wrapper_h,
  .footer_bot_wrapper_h,
  .hero_slide,
  .category_list_main,
  .calculator_banner,
  .video_inner,
  .brand_info,
  .brand_images,
  .hero_static .hero_static_inner,
  .faq_block_inner,
  .info_block_inner{
      max-width: 100%;
  }
  .container{
    padding: 0 4.73%;
  }
  .category_list_main .tpl_category_main .category_main_img{
    width: 605px;
    height: 650px;
  }
  .category_list_main .tpl_category_main .category_main_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    max-width:152px;
  }
  .hero_slide{
    height: 624px;
    width: 100%;
    padding: 0 4.73%;
    padding-top: 312px;
  }
  .hero_item_image_wrap{
    width: 624px;
    height: 624px;
    left: 29.28%;
  }
  .hero_slide_button{
    height: 128px;
    right: 60px;
    width: 256px;
  }
  .main_slide_holder .hero_slide_button{
    font-size: 18px;
    height: 96px;
    line-height: 26px;
    padding: 16px 24px;
  }
  .front_banner_section .slick-prev_arrow,
  .front_banner_section .slick-next_arrow{
    width:128px;
    height:72px;
  }
  .hero_nav{
    height:144px;
  }
  .count{
    padding: 0 32px;
  }
  .count .count_fade_index{
    font-size: 48px;
    line-height: 56px;
  }
  .count.rotate .count_fade_index{
    transform: translate(-50%, -48px);
  }
  .count.rotate .count_decor{
    transform: translateY(-116px);
  }
  .front_banner_section .slick-prev_arrow svg{
    margin-right:36px;
    margin-bottom:0px;
  }
  .front_banner_section .slick-next_arrow svg{
    margin-right: 36px;
    margin-top: 0px;
  }
  .hero_slide_text .slide_title{
    font-size: 45px;
    line-height: 56px;
  }
  .hero_slide_text{
    max-width: 454px;
    width: 454px;
    margin-top: 160px;
  }
  .hero_slide_text .slide_desc{
    width:384px;
  }
  .hero_slide_text .slide_desc .slide_left{
    margin-right: 32px;
    padding-bottom: 256px;
    padding-top: 48px;
    width: 160px;
  }
  .hero_slide_text .slide_desc .slide_left .slide_i_item{
    align-items: center;
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
    width: 160px;
  }
  .calculator_banner_title{
    font-size: 28px;
    line-height: 36px;
  }
  .calculator_banner_title > div{
    flex-direction: column;
    display: flex;
  }
  .calculator_banner_text p{
    font-size:16px;
    line-height: 24px;
    max-width: 320px;
    padding-bottom: 32px;
    padding-left: 48px;
  }
  .calculator_banner_text p:last-child{
    border-top: 1px solid #3b414a;
    font-size: 16px;
    font-weight: 300;
    padding-top: 32px;
  }
  .calculator_banner img{
    margin-bottom: -96px;
    width: 320px;
  }
  .brand_info_years p:first-child{
    display: flex;
    flex-direction: column;
  }
  .video_desc .title{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }
  
  .video_desc .overview{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }
  .video_desc_2{
    gap: 24px;
  }
  .video_desc_2 p:first-child{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 24px;
  }
  .video_desc_2 p:first-child span{
    font-size: 72px;
    line-height: 80px;
  }
  .video_desc_2 p:last-child{
    font-size: 16px;
    line-height: 24px;
    max-width: 192px;
  }
  .video_video_wrap{
    height: 576px;
    width: 448px;
  }
  .brand_info{
    gap: 128px;
  }
  .brand_info_years{
    max-width:320px;
  }
  .brand_info_years p:first-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 24px;
  }
  .brand_info_years p:first-child span{
    font-size: 72px;
    line-height: 80px;
  }
  .brand_info_years p:last-child{
    font-size: 16px;
    line-height: 26px;
    padding-top: 24px;
  }
  .brand_info_text p{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .brand_info_text p{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .brand_info_text{
    align-items: flex-start;
    display: flex;
    gap: 96px;
    margin-top: 68px;
    width: 448px;
  }
  .brand_images_text{
    font-size: 16px;
    justify-content: space-between;
    line-height: 24px;
    width: 192px;
  }
  .brand_images_text .year{
    border-bottom: 1px solid #c6c9cc;
    color: #181b21;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .brand_images_text .year span{
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
    padding-top: 4px;
  }
  .brand_images_text .text{
    font-size: 16px;
    line-height: 24px;
    max-width: 288px;
    padding-top: 24px;
  }
  .brand_images_map{
    height: 448px;
    width: 448px;
  }
  .brand_images_brands{   
    gap: 48px;
    justify-content: flex-end;
    margin-right: 64px;
    width: 320px;
  }
 .faq_block_title{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    max-width: 320px;
  }
  .info_block_left{
    max-width:320px;
  }
  .info_block_title{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 48px 0 32px;
  }
  .info_ol_list li{
    flex-direction: column;
  }
  .info_ol_list li .ifno_ol_text{
    width:100%;
  }
  .info_ol_list li p{
    width: calc(100% - 50px);
    padding-left: 50px;
  }
  .info_pre_content{
    margin-bottom: 12px;
  }
  .info_block_content{
    gap:12px;
  }
  .hero_static_img_wrap{
    transform: translate(-50%);
    width: 536px;
  }
  .hero_static .hero_static_inner{
    height:536px;
    max-width: 1375px;
  }
  .hero_static_content .hero_static_title{
    line-height: 56px;
    font-size: 48px;
  }
  .hero_static_content .hero_static_description{
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    width: 256px;
  }
  .hero_static_link{
    font-size: 18px;
    height: 96px;
    line-height: 26px;
    padding: 16px 24px;
    width: 256px;
  }
  .hero_static_link .hero_static_icon{
    bottom: 24px;
    right: 28px;
    top: auto;
    transform: none;
  }
  .calculator_banner_title{
    flex-direction: column;
    font-size: 28px;
    justify-content: center;
    padding: 56px 0 56px 64px;
  }
  .calculator_banner_title > div{
    line-height: 36px;
    max-width: 256px;
  }
  .calculator_banner_text{
    padding: 48px 0;
    width: 304px;
  }
  .footer_top_wrapper .footer_top_wrapper_h{
    padding-left:0px;
    max-width:1375px;
  }
  .footer_bot_wrapper_h{
    max-width:1375px;
  }
  .footer_top_wrapper .footer_top_wrapper_h > img{
    display:none!important;
  }
  .footer_top_right_l{
    padding-bottom: 64px;
    padding-top: 64px;
    padding-left: 91px;
  }
  .footer_logo{  
    margin-right: 30px;
    padding: 24px 5px;
  }
  .pay_icons svg{
    margin-right: 20px;
  }
  .footer_top_left{
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .footer_top_right_r{
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .mobile_main_menu{
    margin-bottom:0px;
  }
  .footer_top_left{
    gap: 44px;
  }
  .footer_top_left_holder{
    gap: 44px;
  }
  .calculator_banner{
    margin: 80px auto 80px auto;
  }
  .video_inner .video_desc{
    max-width:320px;
  }
  #header_cart_link .basket_counter.active{
    margin-bottom:-8px;
  }
  .front_banner .hero_item_smoke_wrap{
    clip-path: path("M74.4981 0C125 60 257.998 124.5 359.998 119V248.5L258.498 309C166.497 360 -1 257.5 11.4981 195.5L0 88.5L74.4981 0Z");
    height: 337px;
    left: 50%;
    mix-blend-mode: lighten;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    position: absolute;
    top: 47.9%;
    transform: translate(-49%, -50%) rotate(0) scale(.728);
    width: 338px;
    z-index: 5;
  }
  .front_slide_ny .history_banner{
    left:80px;
  }
  .menu_right{
    padding-top: 24px;
  }
}

@media screen and (max-width: 1600px) {
  .faq_question .faq_num{
    display:none;
  }
  .faq_question{
    padding: 56px 0px;
  }
  .faq_block_content .faq{
    border-left:none;
  }
  .faq.active .faq_answer{
    padding: 0 40px 40px 0px;
  }
  .calculator_step_holder{
    padding:0px 36px;
  }
  .tpl_project_all a{
    min-height:420px;
  }
  .product_card_main{
    gap:8px;
  }
  .product_card_name .product_card_nf{
    font-size:18px;
    line-height:26px;
  }
  .product_card_name .product_card_ns{
    font-size: 14px;
    line-height: 20px;
  }
  .product_attributes{
    gap:16px;
  }
  .product_attributes .product_attr_group{
    width: calc(100% / 2 - 8px);
  }
  .filter_nav > span .checked{
    align-items: center;
    background-color: #e64815;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    height: 15px;
    justify-content: center;
    line-height: 20px;
    margin: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
  }
  .product_section_left{
    max-width:540px;
  }
  .product_section_wrapper{
    gap:30px;
  }
  .product_description_photo{
    max-width:240px;
  }
  .param_nav > span{
    font-size:18px;
    line-height:26px;
  }
}
@media screen and (max-width: 1200px) {
  .front_slide_ny .hero_slide_text{
    width: 450px;
  }
  .front_slide_ny .hero_slide_text .slide_desc{
    width:100%;
  }
  .front_slide_ny .hero_slide_text .slide_desc .slide_right{
    width:100%;
    max-width:100%;
  }
  .front_slide_ny .hero_slide_text .slide_title{
    max-width:100%;
  }
  .product_fast_view{
    background: #e64815;
    min-width:32px;
    min-height:32px;
  }
  .product_card_image{
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
  .product_fast_view span{
    width:14px;
  }
  .product_fast_view span{
    background:#fff;
  }
  .product_card_name{
    max-width:100%;
  }
  #header_cart_link .basket_counter.active{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    align-items: center;
    background: #e64815;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    line-height: 16px;
    min-width: 20px;
    padding: 2px;
    text-align: center;
  }
  .calculator_prev_btn_params{
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .calculator_prev_btn_params_bot{
    border:none;
    margin:0px;
    padding:0px;
  }
  .calculator_prev_btn > svg {
    transform: rotate(180deg);
  }
  .calculator_prev_btn .calculator_prev_btn_title{
    transform:none;
  }
  .calculator_step.active{
    height:auto;
  }
  .calculator_step_btn svg{
    width: 24x;
    height: 24px;
    transform: rotate(90deg);
  }
  .calculator_prev_btn.active,
  .calculator_step_btn.active{
    width: 100%;
    flex-direction: row;
  }
  .calculator_step_title{
    margin-bottom: 24px;
  }
  .calculator_step_title svg{
    transform: rotate(180deg);
  }
  .calculator_form_top_block{
    margin-bottom:24px;
  }
  .calculator_form_bot_block a{
    width:48px;
    height:48px;
  }
  .calculator_form_top_block a{
    height:auto;
  }
  .calculator_form_top_block a img{
    height:auto;
  }
  .calculator_form_top_block a span{
    padding: 16px 17px 8px;
  }
  .calculator_form_bot_block a.active{
    box-shadow:none;
    background-color:#181b21;
  }
  .calculator_form_bot_block a.active svg path{
    stroke: #c6c9cc;
  }
  .calculator_step_holder{
    flex-direction:column;
  }
  .pd_title_description{
    font-size: 28px;
    line-height: 36px;
  }
  .pd_title_introtext{
    font-size: 14px;
    line-height: 22px;
  }
  .pay_rating_block{
    justify-content: center;
  }
  .recommended_slider_title, .product_slider_title,  .configurations_title,  .advice_title, .projects_title, .technology_title{
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 48px;
  }
  .tpl_project{
    margin: 0px 16px;
  }
  .tpl_project .project_title{
    font-size:18px;
    line-height:26px;
    min-height: 52px;
  }
  .project_info_c_a{
    padding: 16px 16px 0 0;
  }
  .tpl_project .project_tags{
    font-size: 14px;
    line-height: 22px;
    padding: 4px 8px;
  }
  .tpl_technology{
    margin: 0px 15px;
  }
  .tpl_technology .unique_tech{
    font-size:14px;
    padding: 8px 8px 8px 8px;
  }
  .tpl_technology .technology_info .technology_info_text p, .tpl_technology .technology_info .technology_info_text{
    font-size: 14px;
    line-height: 22px;
  }
  .tpl_technology .technology_info .technology_info_title{
    font-size: 18px;
  }
  .tpl_сertificate .tpl_сertificate_text .tpl_сertificate_name{
    font-size:14px;
  }
  .main_menu > li.active .menu_inner{
    flex-direction:column;
  }
  .main_menu > li.active .menu_inner{
    top: 0px;
    height: 100%;
  }
  .menu_right .group .menu_list li a .pill{
    display:flex;
  }
  .menu_right .group .menu_list li a:hover > svg{
    display:flex;
  }
  .menu_right .group .menu_list.menu_list_nav li a .pill,
  .menu_right .group .menu_list li a.menu_top_link .pill{
    display: none!important;
  }
  .menu_img{
    display:none!important;
  }
  .menu_left ul:after{
    display:none;
  }
  .menu_right,
  .menu_left{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 30px;
  }
  .menu_right{
    display:none;
  }
  .menu_left.menu_left_nav{
    display:flex;
    padding: 30px 30px 0px 30px;
    width: 100%;
    height:auto;
    flex-direction: column;
  }
  .menu_right.menu_right_nav{
    display:flex;
    padding: 30px 30px 30px 30px;
    width: 100%;
    height:auto;
    flex-direction: column;
  }  
  .menu_right .group .menu_list li a,
  .menu_left ul.scheme_menu a{
    font-size:16px;
    line-height:24px;
    max-width: 100%;
    padding: 8px 25px 8px 0;
  }
  .menu_right .group .menu_list{
    padding: 12px 0px;
  }
  .menu_right.menu_right_nav .group .menu_list{
    padding: 12px 0px;
  }
  .menu_right.menu_right_nav .menu_title{
    padding-left:0px;
  }
  .menu_right.menu_right_nav .menu_download{
    padding: 12px 0px;
  }
  .menu_left.menu_left_nav .menu_title,
  .menu_right.menu_right_nav .menu_title{
    padding-top: 0px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 12px;
  }
  .mobile_menu_nav_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
  .menu_left.menu_left_nav .menu_comment{
    padding: 12px 30px 12px 0;
    margin-top: 12px;
  }
  .menu_hi_nav{
    flex-direction:column;
  }
  .menu_left ul.catalog_menu li a{
    border-right:none;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .menu_hi{
    width:100%;
  }
  .mobile_menu_nav{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    padding: 12px 30px;
    background: #fff;
  }
  .pd_di_variant_item{
    padding: 32px;
  }
  .pd_di_info .pd_di_variant_num{
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 8px;
  }
  .pd_di_info .pd_di_variant_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .pd_di_variant_text{
    font-size: 14px;
    line-height: 22px;
  }
  .pd_small_text{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .pd_variant_title{
    margin: 40px 0 24px;
  }
  .content p strong,
  .content p,
  .pd_variant_text p strong,
  .pd_variant_text p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .content ul li,
  .pd_variant_text ul li{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 16px;
    padding-left: 30px;
  }
  .pd_advantages{
    gap: 48px;
  }
  .pd_advantages .pd_a_item{
    width: calc(100% / 2 - 24px);
  }
  .pd_in{
    gap: 24px;
    flex-direction: column;
  }
  .pd_pre_title{
    margin: 0px 0px 32px;
  }
  .pd_information,
  .pd_title{
    width:100%;
    max-width:100%;
  }
  .section_title{
    font-size: 32px;
    line-height: 40px;
  }
  .contacts_block .mobile_menu_left{
    order:2;
    width:calc(100% / 2 - 10px);
  }
  .contacts_block .mobile_menu_right{
    order:3;
    width:calc(100% / 2 - 10px);
  }
  .contacts_block{
    flex-wrap:wrap;
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .mobile_menu_map{
    order:1;
    width: 100%;
  }
  .contacts_block .week_block{
    width:100%;
    order:3;
  }
  .contacts_block .worktime{
    order: 1;
    display: flex;
    flex-direction: column;
    width: max-content;
  }
  .contacts_block .worktime_block{
    order: 2;
    display: flex;
    flex-direction: column;
    width: max-content;
    font-size: 14px;
    line-height: 22px;
  }
  .contacts_block .mobile_menu_right_top{
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  .contacts_block .mobile_address{
    border:none;
    flex-direction: column;
    gap: 6px;
  }
  .contacts_block .mobile_address_block {
    font-size: 14px;
    line-height: 22px;
  }
  .contacts_block .mobile_menu_phone a, .contacts_block .mobile_address_city, .contacts_block .worktime{
    font-size: 18px;
    line-height: 26px;
  }
  .contacts_block .mobile_menu_left{
    height:auto;
  }
  .contacts_block .week_block span{
    width:100%;
  }
  .contacts_block .mobile_menu_phone{
    margin-top:16px;
    margin-bottom: 16px;
  }
  .mobile_menu_map .map_holder > div,
  .mobile_menu_map iframe{
    width:100%;
    height:320px;
  }
  .footer_mobile_nav{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    width:100%;
    color: #fff;
    padding: 10px 0;
    font-weight:600;
    font-size: 20px;
    text-align: left;
    cursor:pointer;
    line-height: 28px;
  }
  .footer_top_wrapper .mobile_main_menu a{
    min-height:48px;
    padding: 8px 16px 8px 12px;
  }
  .footer_mobile_nav svg path{
    stroke: #fff;
  }
  .active > .footer_mobile_nav svg{
    transform:rotate(180deg);
  }
  .active > .footer_mobile_nav svg path{
    stroke:#e64815;
  }
  .footer_right_l_holder,
  .footer_right_r_holder,
  .footer_top_left_holder{
    display:none;
  }
  .footer_top_right_l,
  .footer_top_right_r,
  .footer_top_left{
    display:flex;
    flex-direction:column;
    width:100%;
    border:none;
    gap:0px;
    padding:0px;
  }
  .active > .footer_right_l_holder,
  .active > .footer_right_r_holder,
  .active > .footer_top_left_holder{
    display:flex;
    flex-direction:column;
    width:100%;    
    gap: 32px;
    padding: 24px 0;
  }
  .mobile_address{
    border-bottom: 1px solid #3b414a;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    padding-bottom: 32px;
    flex-direction: column;
  }
  .footer_advices{
    flex-direction:row;
    flex-wrap: wrap;
    width:100%;
    gap:0px;
  }
  .footer_advice_link{
    background-color: #ffffff1a;
    border: 1px solid #181b21;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    padding: 12px 48px 12px 16px;
    position: relative;
    text-decoration: none;
    transition: color .4s ease;
  }
  .footer_advice_link:hover{
    color:#fff;
  }
  .footer_advice_link svg{
    opacity:1;
    stroke: #fff;
  }
  .footer_advices_special{
    gap: 8px 45px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer_advices_special a{
    align-items: center;
    color: #c6c9cc;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    gap: 12px;
    line-height: 22px;
    padding: 9px 0;
    text-decoration: none;
    transition: color .4s ease;
  }
  .footer_advices a{
    width: max-content;
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .1);
    color: #c6c9cc;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 12px;
  }
  .footer_bot_wrapper_h{
    flex-direction: column;
  }
  .footer_logo_copy{
    justify-content: space-between;
  }
  .calculator_banner_title > div{
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #3b414a;
    color: #fff;
    font-weight:600;
  }
  .calculator_banner_title > div{
    max-width:295px;
  }
  .calculator_banner img{
    height: 334px;
  }
  .calculator_banner_title{
    padding: 32px 40px;
  }
  .calculator_banner_title > div.calculator_banner_text{
    padding:0px;
    border-bottom: none;
  }
  .calculator_banner_text{
    border-left:none;
  }
  .calculator_banner_text p{
    color: #c6c9cc;
    padding: 0px;
    padding-top: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .calculator_banner_text p:last-child{
    border-top:none;
    padding-top:0px;
    font-size:14px;
  }
  .hero_slide{
    height:448px;
    display: flex;
    justify-content: space-around;
    padding:0px;
    align-items: flex-end;
  }
  .hero_slide_button{
    height: 96px;
    padding: 16px 24px 24px;
    width: 252px;
    position:relative;
    right:auto;
    bottom:auto;
    font-size: 16px;
    line-height: 24px;
  }
  .hero_slide_text .slide_title{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    max-width: 252px;
    margin-bottom:6px;
  }
  .front_banner .hero_item_smoke_wrap{
    clip-path: path("M74.4981 0C125 60 257.998 124.5 359.998 119V248.5L258.498 309C166.497 360 -1 257.5 11.4981 195.5L0 88.5L74.4981 0Z");
    height: 325px;
    left: 48.2%;
    mix-blend-mode: lighten;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-45%, -53.5%) rotate(0) scale(.52);
    width: 363px;
    z-index: 5;
  }
  .hero_slide_text .slide_title span{
    line-height:40px;
  }
  .hero_slide_text{
    flex-direction: column;
    margin: 48px 72px 0 0;
    width: 252px;
    display: flex;
  }
  .hero_nav{
    display:none!important;
  }
  .hero_slide_text .slide_desc{
    border-top:none;
  }
  .hero_slide_text .slide_desc .slide_right{
    border-top: 1px solid #3b414a;
    color: #c6c9cc;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 104px;
    max-width: 252px;
    border-left: none;
    padding: 24px 0px;
  }
  .hero_slide_text .slide_desc .slide_left{
    display:none;
  }
  .hero_item_image_wrap{
    height: 448px;
    max-width: 448px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
    left: auto;
  }
  .front_slide_ny .hero_item_image_wrap{
    display:none;
  }
  .front_slide_ny .hero_slide{
    align-items: center;
    justify-content: center;
  }
  .front_slide_ny .slide_right{
    margin-bottom: 20px!important;
    padding-bottom: 0px !important;
  }
  .header_left .logo{
    margin-right: 0px;
    width: 125px;
  }
  #mobile_menu_open{
    width:40px;
    height:40px;
  }
  .call_cart_holder a{
    align-items: center;
    display: flex;
    gap: 4px;
    padding: 4px;
    text-decoration: none;
    width: auto;
  }
  #header_cart_link .basket_counter.active{
    position: relative;
    transform: none;
    margin: 0px;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .header_menu .call_phone_holder,
  .header_menu .call_login_holder{
    display: none;
  }
  .header_menu{
    width:auto;
    margin-right: 0px;
  }
  .header_left #call_search{
    display:none;
  }
  .header_middle{
    display: none;
  }
  .header_right{
    gap:30px;
  }
  header{
    min-height:64px;
  }
  .front_banner_section{
    margin-bottom:0px;
  }
  .category_list_main_h{
    padding:64px 0px;
  }
  .category_list_main{
    margin: 0px auto 0px auto;
    padding-bottom: 0px;
  }
  .category_list_main .slick-prev_arrow,
  .category_list_main .slick-next_arrow{
    display:none!important;
  }
  .category_list_main .tpl_category_main{
    height: 448px;
    padding-top: 32px;
  }
  .footer_top_wrapper .mobile_main_menu a{
    width:100%;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  .footer_top_wrapper .mobile_main_menu li{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer_top_mobile{
    display:flex;
    flex-direction:column;
    width:100%;
    align-items:center;
    justify-content:space-between;
    gap: 2px;
    margin-bottom: 32px;
  }
  .footer_top_mobile .mobile_main_menu{
    width: 100%;
    flex-direction: row;
    gap: 2px;
    align-items: center;
    justify-content: center;
  }
  .footer_top_wrapper .footer_top_wrapper_h{
    flex-direction: column-reverse;
    padding: 48px 36px 40px;
  }
  .footer_nav li a{
    background-color: #ffffff1a;
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 1px;
    padding: 12px 12px 12px 16px;
    position: relative;
    text-decoration: none;
    transition: color .4s ease;
  }
  .footer_nav li a:hover{
    color:#fff;
  }
  .footer_nav li a svg{
    height: 14px;
    margin-left: 8px;
    position: absolute;
    right: 13px;
    top: 50%;
    width: 14px;
    stroke: #fff;
    transform: translateY(-50%);
    transition: opacity .4s ease;
    opacity:1;
  }
  .menu_address_holder a{
    align-items: center;
    background-color: #fff;
    border: none;
    color: #585c64;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    line-height: 24px;
    min-width: 151px;
    padding: 8px 18px;
    text-decoration: none;
    transition: color .4s ease;
    width: -moz-fit-content;
    width: fit-content;
    width: 151px;
  }
  .footer_top_wrapper .mobile_address_block{
    max-width:100%;
  }
  .footer_top_wrapper  .mobile_menu_phone{
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
  }
  .mobile_menu_phone_footer{
    align-items: flex-start;
    justify-content: center;
  }
  .footer_top_wrapper .mobile_menu_phone a.contact_in_a_phone{
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
    text-decoration: none;
  }
  .footer_top_wrapper .mobile_menu_info{
    color: #9c9fa4;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
  }
  .mobile_social_b li a{
    width:40px;
    height:40px;
  }
  .mobile_social_b li a svg{
    height: 20px;
    width: 20px;
  }
  .footer_top_wrapper .footer_wt{    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .footer_wt .week_block{
    order:1;
    margin-bottom: 0px;
  }
  .footer_top_wrapper .worktime_block{
    order:2;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
  .week_block{
    gap:4px;
  }
  .footer_top_wrapper .week_block span{
    width: 42px;
    height:4px;
  }
  .footer_top_wrapper .worktime{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
  }
  #mobile_menu{
    width:100%;
    overflow-y: auto;
  }
  .mobile_menu_header{
    min-height: 64px;
    padding: 0 36px;
  }
  .h_m_nav li a{
    height:64px;
  }
  .mobile_menu_logo{
    display: flex;
    width: 125px;
  }
  .mobile_menu_title{
    display:none;
  }
  .mobile_menu_image{
    display: none;
  }
  .mobile_m_block{
    display:flex;
    flex-direction:row;
    width: 100%;
    padding: 0px;
  }
  #mobile_menu .mobile_menu_middle{
    min-height:auto;
    padding: 30px;
    flex-direction: column;
    height: calc(100vh - 64px);
    justify-content: flex-start;
    padding-bottom:80px;
    overflow: auto;
  }
  #mobile_menu .mobile_m_block_l{
    border-right: 1px solid #c6c9cc;
    width:calc(100% / 2);
  }
  #mobile_menu .mobile_menu_left{
    height:auto;
    border:none;
    width:auto;
    gap: 32px;
    padding: 0px 0px;
    justify-content: flex-start;
    min-height: inherit;
  }
  .mobile_nav_search{
    margin-bottom: 32px;
  }
  .mobile_social{
    padding:0px;
    margin-top:20px;
    margin-bottom:60px;
  }
  .mobile_m_block_r{
    width:calc(100% / 2);
    padding-left: 40px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }
  #mobile_menu .mobile_menu_phone a{
    color: #181b21;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 4px;
    text-decoration: none;
  }
  #mobile_menu .mobile_menu_info{
    color: #585c64;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
  }
  #mobile_menu .mobile_menu_speciallink{
    color: #585c64;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 0;
  }
  #mobile_menu .mobile_information li a{
    color: #181b21;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 11px 25px 11px 0;
    position: relative;
    text-decoration: none;
    transition: color .4s ease;
  }
  #mobile_menu .mobile_main_menu{
    display:none;
  }
  .mobile_menu_right_top{
    padding:0px;
    border:none;
  }
  #mobile_menu .main_menu{
    flex-direction:column;
    width:100%;
    gap:2px;
  }
  #mobile_menu .main_menu > li{
    width:100%;
    flex-direction:column;
    display:flex;
  }
  #mobile_menu .main_menu > li > a{
    align-items: center;
    background-color: #fff;
    color: #181b21;
    padding: 12px 20px;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 2px;
    padding: 8px 16px;
    text-decoration: none;
    height:auto;
    flex-direction:row;
    justify-content: space-between;
  }
  #mobile_menu .mobile_menu_right{
    width:100%;
  }
  #mobile_menu .mobile_menu_right_top svg {
    stroke: #181b21;
    transition: stroke .4s ease;
  }
  #mobile_menu .main_menu > li > a > span.catalog_arrow{
    display:block;
  }
  #mobile_menu .main_menu{
    margin-bottom: 32px;
  }
  .main_menu > li > a > span{
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  #call_search{
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 12px 16px;
    flex-direction: row-reverse;
  }
  .search_holder{
    width:100%;
  }
  .search_header{
    height: 40px;
    padding: 19px 30px;
  }
  .search_box_i{
    padding: 0 30px;
  }
  .search_box_i input{
    height: 64px;
    line-height: 24px;
    padding: 30px 0 28px 48px;
    font-size: 16px;
  }
  .search_box_popular_title{
    font-size: 14px;
    line-height: 22px;
  }
  .search_box_popular{
    gap: 8px;
    height: calc(100% - 64px);
    overflow-y: auto;
    padding: 16px 10px 64px;
  }
  .search_box_popular ul li a{
    font-size: 14px;
    line-height: 22px;
    padding: 4px 8px;
  }
  .mobile_menu_right_top .call_login{
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding: 12px 16px;
    flex-direction: row;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
  }
  .hero_item_image_wrap:before{
    background: linear-gradient(0deg, #181b21, #181b2100);
    bottom: 0;
    content: "";
    height: 98px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 23;
  `}
  .textlogin{
    display:block;
  }
  .hero_static_link{
    position:relative;
    bottom:auto;
    right:auto;
  }
  .hero_static_img_wrap{
    height: 100%;
    left: 0;
    position: absolute;
    transform: translate(-20%);
    width: 70%;
  }
  .hero_static_img_wrap:after{
    background: linear-gradient(0deg, #181b21, #181b2100);
    bottom: 0;
    content: "";
    height: 33.63%;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .hero_static_content .hero_static_title{
    width:100%;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .hero_static_content{
    height: 100%;
    flex-direction: column;
    float: right;
    padding-top: 48px;
    width: 39.02%;
  }
  .hero_static_content .hero_static_description{
    width:100%;
    color: #c6c9cc;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .hero_static_link{
    width:100%;
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 64px;
    line-height: 22px;
    padding: 0 24px;
  }
  .hero_static .hero_static_inner{
    height: 448px;
  }
  .info_block .info_block_inner{
    flex-direction:column;
    gap:24px;
  }
  .info_block_left{
    max-width:100%;
  }
  .info_post_content,
  .info_pre_content{
    margin-bottom: 12px;
    font-size: 16px;
  }
  .info_ol_list li{
    flex-direction: row;
    gap: 20px;
  }
  .info_ol_list li .ifno_ol_text{
    width:calc(50% - 10px);
  }
  .info_ol_list li .info_ol_num{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
  .info_ol_list li h4{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .info_ol_list li p{
    width:calc(50% - 10px);
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .faq_block_left{
    max-width:100%;
  }
  .faq_block_inner{
    flex-direction:column;
    gap: 48px;
    padding: 0;
    margin: 0px;
  }
  .faq_block_right{
    width:100%;
  }
  .faq_block_title{
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }
  .faq_question{
    padding: 26px 0px 26px 0;
  }
  .faq_question .faq_question_text{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  .faq_question .faq_btn{
    width:40px;
    min-width: 40px;
    height:40px;
  }
  .faq_question .faq_btn svg{
    height: 16px;
    width: 16px;
  }
  .brand_images_brands{
    margin-right:20px;
  }
  .brand_images_map{
    height: 320px;
    width: 320px;
  }
  .video_inner{
    flex-direction:column;
    margin: 0px auto 64px auto;
  }
  .video_inner .video_desc{
    max-width:100%;
    width:100%;
    gap: 24px;
    margin-bottom: 48px;
  }
  .video_desc .title{
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 0px;
  }
  .video_video_wrap{
    width: 100%;
    height: 384px;
  }
  .about_video_block a,
  .video_image_block a{
    align-items: center;
    background-color: #e64815;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    z-index: 2;
  }
  .about_video_block a svg,
  .video_image_block a svg{
    height: 24px;
    width: 16px;
  }
  .video_description_mobile{
    display:flex;
    flex-direction:row;
    gap:72px;
    width:100%;
    margin-top: 48px;
    align-items: flex-start;
  }
  .brand_info{
    gap:0px;
    margin:0px;
  }
  .brand_info_text{
    display: flex;
    gap: 30px;
    flex-direction:row;
    width:100%;
    justify-content: space-between;
    margin-top: 0px;
    border-bottom: 1px solid #c6c9cc;
    padding-bottom: 48px;
  }
  .brand_info_text .right,
  .brand_info_text .left{
    color: #181b21;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    max-width: 288px;
  }
  .brand_info_years,
  .video_desc_2{
    max-width:100%;
    gap:0px;
    width: calc(100% / 2 - 32px);
  }
  .brand_images_text .year,
  .video_desc_2 p:first-child,
  .brand_info_years p:first-child{
    font-size: 16px;
    font-weight:400;
    border-bottom:none;
    margin-bottom: 16px;
    padding-bottom: 0px;
  }
  .brand_images_text .year span,
  .video_desc_2 p:first-child span,
  .brand_info_years p:first-child span{
    font-size: 48px;
    line-height: 56px;
    font-weight:600;
  }
  .brand_images_text .text,
  .video_desc_2 p:last-child,
  .brand_info_years p:last-child{
    font-size: 14px;
    line-height: 22px;
    max-width: 288px;
    padding-top: 0px;
  }
  .brand_link{
    height: 96px;
    margin-top: 16px;
  }
  .brand_link .brand_link_i{
    align-items: flex-start;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    padding: 24px;
    height: auto;
  }
  .brand_images_brands{
    flex-direction:row;
    gap:20px;
    margin-right: 0px;
    justify-content: flex-start;
  }
  .brand_images_text{
    max-width:260px;
    width:100%;
  }
  .brand_images_brands img{
    max-width: 80px;
  }
  .pd_info_content{
    font-size:16px;
    line-height:24px;
  }
  .pd_variant_signtitle{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0 3px;
  }
  .info_product_catalog .tpl_сertificate{
    width: calc(100% / 2);
  }
  .info_block_title{
    font-size: 32px;
    line-height: 40px;
  }
  .project_pop_holder{
    height: 960px;
    max-width: 720px;
    overflow-y: hidden;
    flex-direction:column;
  }
  .project_pop_left{
    width:100%;
    display: flex;
    overflow-x: auto;
  }
  .project_gallery {
    width: 100%;
    flex-direction: row;
    display: flex;
  }
  .project_pop_middle{
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .project_pop_title{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .project_pop_ty{
    padding-bottom: 24px;
    margin-bottom: 0px;
  }
  .project_pop_tags{
    font-size: 14px;
    line-height: 22px;
    padding: 4px 8px;
  }
  .project_pop_year{
    font-size: 14px;
    line-height: 22px;
  }
  .project_pop_top{
    align-items: center;
    background-color: #ffffffb3;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 16px 30px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .project_pop_right{
    width:100%;
  }
  .project_pop_bottom{
    padding:20px 40px;
  }
  .project_pop_counter{
    padding:0px;
  }
  .projects_list{
    gap: 20px;
  }
  .projects_list .tpl_project{
    width:calc(100% / 2 - 10px);
    margin:0px;
  }
  .advice_list{
    gap: 20px;
  }
  .advice_list .tpl_advice{
    width:calc(100% / 2 - 10px);
    margin:0px;
  }
  .advice_list .tpl_advice.tpl_advice_big{
    width:100%;
  }
  .check_filter_separator{
    background: #dbdde1;
    display: block;
    height: 48px;
    width: 1px;
  }
  .projects_filter_holder{
    align-items: center;
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .projects_filter_holder > a, .projects_filter > a{
    padding:12px 0;
  }
  .advice_list .tpl_advice.tpl_advice_big{
    flex-direction:column;
    padding: 40px;
    gap: 24px;
  }
  .tpl_advice.tpl_advice_big .advice_title{
    font-size: 28px;
    line-height: 36px;
    min-height: 36px;
  }
  .tpl_advice .advice_info_text,
  .tpl_advice.tpl_advice_big .advice_info_text{
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 24px;
    font-size:14px;
  }
  .project_info_c_a .project_info_address,
  .advice_info_c_a .advice_info_address,
  .project_info_c_a .project_info_city,
  .advice_info_c_a .advice_info_city{
    font-size: 16px;
    line-height: 24px;
  }
  .advice_projects,
  .advice_tags{
    font-size: 14px;
    line-height: 22px;
    padding: 4px 8px;
  }
  .advice_in_info .advice_info_b{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .tpl_configurations_c,
  .tpl_configurations{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin: 0px 10px;
    background:#fff;
  }
  .tpl_configurations_c .configurations_img,
  .tpl_configurations_c .configurations_info,
  .tpl_configurations .configurations_img,
  .tpl_configurations .configurations_info{
    width:100%;
  }
  .tpl_configurations_c .configurations_img img,
  .tpl_configurations .configurations_img img{
    max-height: 384px;
    object-fit: contain;
  }
  .tpl_configurations_c .configurations_title,
  .tpl_configurations .configurations_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
  }
  .tpl_configurations_c .configurations_tags,
  .tpl_configurations .configurations_tags{
    gap: 1px;
  }
  .tpl_configurations_c .configurations_tags .configurations_tag,
  .tpl_configurations .configurations_tags .configurations_tag{
    background-color: #f0f1f3;
    border: 1px solid #f0f1f3;
    height: 32px;
    margin: 0;
    padding: 4px 8px 6px;
    text-wrap: wrap;
  }

  .snav_menu_subtitle{
    color: #9c9fa4;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
  }
  .snav_menu_title{
    color: #181b21;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .up_button svg{
    width:32px;
    height:32px;
  }
  .main_slide{
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px 0px 0px;
  }
  .main_slide_text{
    width:auto;
    font-size: 32px;
    line-height: 40px;
    text-align:center;
  }
  .main_slide_image_wrap{
    width:100%;
  }
  .main_slide_introtext{
    position: relative;
    right: auto;
    width: 100%;
    max-width: 540px;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .product_card{
    flex-wrap:wrap;
    gap: 8px;
    border-bottom: 1px solid #c6c9cc;
  }
  .recommended_slider .product_card,
  .product_slider .product_card{
    border:none;
  }
  li:last-child .product_card{
    border:none;
  }
  .product_card_main{
    width:calc(100% - 200px - 8px);
  }
  .product_card_info{
    order:3;
  }
  .product_buy_group{
    order:2;
  }
  .product_attributes .product_attr_group > span{
    flex-direction: row;
    padding: 0px 5px;
    opacity: .6;
    justify-content: flex-start;
  }
  .product_attributes .product_attr_group > span > span{
    color: #181b21;
    font-size: 14px;
    font-weight: 600;
  }
  .product_card .product_attributes .product_attr_group > span svg rect, 
  .product_card .product_attributes .product_attr_group > span svg circle, 
  .product_card .product_attributes .product_attr_group > span svg path {
    stroke: #181b21;
  }
  .product_card:hover{
    background:transparent;
  }
  .price_wrapper .price_from{    
    line-height: 20px;
    font-size: 12px;
  }
  .price_wrapper .price{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0px;
  }
  .price_wrapper .price_old{
    color: #585c64;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
  }
  .product_card_name .product_card_nf{
    font-size:16px;
    line-height:24px;
  }
  .product_card_name .product_card_ns{
    font-size:14px;
    line-height:22px;
  }
  .product_attributes .product_attr_group > span:first-child{
    border:none;
  }
  .filter_nav svg{
    display:none;
  }
  .filter_title{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    justify-content: center;
    padding: 9px 0;
    border-radius:0px;
    gap: 0;
  }
  .filter_title .f_name{
    opacity:0.5;
  }
  .filter_name{
    flex-direction:column;
    gap: 0px;
  }
  #filter_wrapper{
    width: calc(100% + 10%);
    margin-left: -5%;
  }
  .ajax_filters_holder .filter_section{
    position:initial;
    border-top: 2px solid #fff;
  }
  .ajax_filters_holder .filter_section.filter_open{
    border-top: 2px solid #181b21;
  }
  .filter_item.filter_open .filter_title .f_img svg rect, 
  .filter_item.filter_open .filter_title .f_img svg circle, 
  .filter_item.filter_open .filter_title .f_img svg path,
  .filter_item.filter_open .filter_title .f_img svg rect, 
  .filter_item.filter_open .filter_title .f_img svg circle, 
  .filter_item.filter_open .filter_title .f_img svg path{
    stroke: #181b21;
  }
  .filter_item.filter_open .filter_title .f_name{
    color: #181b21;
    opacity:1;
  }
  .ajax_filters_holder .filter_section .filter_checkboxes{
    background:#fff;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  .ajax_filters_holder .filter_section.filter_open .filter_checkboxes{
    flex-direction: row;
    flex-wrap: wrap;
  }
  .row_checked_type4,
  .row_checked_type2,
  .row_checked_type1{
    width: calc(100% / 4);
  }
  .row_checked_type1 > label,
  .row_checked_type2 > label,
  .row_checked_type4 > label{
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .row_checked_type1 > label .ftype1_block .ftype1_value,
  .row_checked_type2 > label .ftype2_block .ftype2_value,
  .row_checked_type3 > label .ftype3_block .ftype3_value,
  .row_checked_type4 > label .ftype4_block .ftype4_value,
  .row_checked_type5 > label .ftype5_block .ftype5_value{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    white-space: normal;
    width:100%;
  }
  .row_checked_type1 > label .ftype1_block .ftype1_desc{
    align-items: center;
    color: #585c64;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 4px;
  }
  .row_checked_type1 > label .ftype1_block .ftype1_desc svg{
    width:24px;
    height:24px;
    stroke:#585c64;
  }
  .ftype1_block{
    width:100%;
  }
  .pro_ico{
    width:32px;
    height:32px;
  }
  .pro_ico svg{
    width:22px;
    height:22px;
  }
  .current_filters{
    padding: 0 4.73%;
    gap: 10px;
  }
  .selected_f_name{
    display:none;
  }
  .selected_f_img{
    display:block;
    opacity: .5;
  }
  .selected_f_img svg{
    width:24px;
    height:24px;
  }
  .selected_f_img svg path{
    stroke: #181B21;
  }
  .catalog_block{
    margin:20px auto;
  }
  .recommended_slider .product_card .product_card_main,
  .product_slider .product_card .product_card_main{
    width: 100%;
  }
  .recommended_slider .product_card .product_buy_group,
  .product_slider .product_card .product_buy_group{
    order:3;
  }
  .recommended_slider .product_card .product_card_info,
  .product_slider .product_card .product_card_info{
    order:2;
  }
  .product_details_column,
  .product_section_left{
    max-width:100%;
    align-items: center;
  }
  .product_section_wrapper.product_geometry_block{
    gap:15px;
  }
  .product_section_wrapper{
    flex-direction:column;
  }
  .product_properties_title,
  .product_description_title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .product_description_photo{
    display:none;
  }
  .product_section_wrapper .price_wrapper .price{
    font-size: 24px;
    line-height: 32px;
    white-space: nowrap;
  }
  .product_section_wrapper .price_wrapper .price_old{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .product_description_right{
    gap:40px;
    flex-direction:column;
  }
  .product_description_right .product_description_tags{
    max-width:100%;
  }
  .product_description_tags_title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .product_tags{
    max-width:100%;
  }
  .product_main_slider_holder{
    max-width:600px;
    width:100%;
  }
  .product_gallery{
    position:relative;
  }
  .geometry_trigger{
    position: absolute;
    right: 0px;
    top: calc(50% - 16px);
    z-index: 1;
  }
  .product_main_slider_holder{
    margin:0px auto;
  }
  #mobile_login{
    width: 100%;
    overflow-y: auto;
  }
  .product_fast_view_holder{
    height:100%;
    width:100%;
  }
  #fast_view .product_details_column{
    max-width:450px;
  }
  .product_section_left_fast{
    width: calc(100% - 450px);
  }
  .expert_pretitle{
    display:none;
  }
  .expert_posttitle{
    color: #c6c9cc;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .expert_photo{
    width:80px;
    height:80px;
  }
  .category_list_main_h{
    padding: 64px 0px 0px 0px;
  }
  #thickness_pop{
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0px;
    overflow: auto;
  }
  .hero_slide_text .slide_desc .slide_full{
    padding: 32px 32px 16px 0px;
  }
}
@media screen and (max-width: 992px) {
  .scheme_nav_menu{
    gap: 20px;
  }
  .scheme_nav{
    gap:10px;
  }
  .cart_preorder_text{
    margin-top: 20px;
  }
  .thickness_pop_header_body{
    height:auto;
  }
  .thickness_pop_header_body table thead tr th{
    width: 144px;
  }
  .thickness_pop_header_body table tbody tr th{
    padding: 4px 7px;
  }
  .thickness_history{
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .thickness_history li{
    width:50%;
  }
  .thickness_history span{
    font-size: 14px;
    line-height: 22px;
  }
  .thickness_pop_header_body table tbody tr th span,
  .thickness_pop_header_body table tbody tr:first-child td,
  .thickness_pop_header_body table thead tr th:last-child{
    font-size: 14px;
    line-height: 22px;
  }
  .thickness_pop_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .thickness_pop_header{
    height: 64px;
    padding: 19px 30px;
  }
  .thickness_pop_header_sub{
    padding: 0 30px 16px;
  }
  .thickness_pop_header_sub_description{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }
  .thickness_pop_header_body{
    gap: 24px;
    padding: 20px 20px 0;
  }

  .configurations_slider .slick-prev_arrow,
  .configurations_slider .slick-next_arrow,
  .advice_slider .slick-prev_arrow,
  .advice_slider .slick-next_arrow,
  .projects_slider .slick-prev_arrow, 
  .projects_slider .slick-next_arrow,
  .technology_slider .slick-prev_arrow, 
  .technology_slider .slick-next_arrow,
  .pre .slick-prev_arrow, 
  .pre .slick-next_arrow{
    display: none!important;
  }
  .geometry_trigger:hover .geometry_tooltip{
    display:none;
  }
  .search_submit_btn{
    margin: 0px 32px;
    width: calc(100% - 64px);
    height: 64px;
    padding: 16px;
    font-size: 16px;
  }
  .product_variants_image{
    position:absolute;
    width:120px;
    left:0px;
    top:0px;
  }
  .product_variants_view_r{
    width:100%;
    padding-left: 0px;
  }
  .product_variants_view{
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
  }
  .product_variants_view_l .product_card_name{
    padding-left:140px;
  }
  .product_variants_view_l .product_attr_group{
    padding-left:140px;
    gap: 25px;
    justify-content: flex-start;
    width:100%;
  }
  .product_variants_view_l{
    flex-direction: column;
    position:relative;
    gap:20px;
    max-width: 100%;
    border:none;
  }
  .confirm_cart{
    flex-direction: column;
    align-items: flex-start;
    gap:30px;
  }
  .confirm_img{
    width:144px;
  }
  .confirm_block{
    gap:30px;
  }
  .confirm_text{
    font-size: 24px;
    line-height: 32px;
  }
  .expert_wrap{
    gap: 20px;
    margin: 60px 0;
    padding: 25px 24px;
  }
  .account_wrapper .h_m_nav{
    overflow-x: auto;
  }
  .account_wrapper .h_m_nav li.active a{
    white-space:nowrap;
  }
  .product_fast_view_content{
    min-height:auto;
  }
  #fast_view .mobile_menu_header{
    padding: 8px 40px 8px 12px;
    line-height: 26px;
    font-size: 18px;
  }
  #fast_view .pop_close{
    right: 5px;
  }
  #fast_view .product_details_column{
    max-width:100%;
    width:100%;
  }
  .product_fast_view_content{
    padding:12px;
  }
  .product_gallery_fast{
    flex-direction:column-reverse;
  }
  .product_nav_slider_holder_fast,
  .product_main_slider_holder_fast{
    max-width:100%;
    max-width:400px;
    margin:0px auto;
  }
  .product_fast_view_content{
    flex-direction: column;
    justify-content: flex-start;
  }
  .product_section_left_fast{
    width: 100%;
  }
  .mobile_menu_middle{
    padding: 0 12px;
    height: calc(100vh - 64px);
    justify-content: flex-start;
  }
  #mobile_login .mobile_menu_middle{
    height:auto;
  }
  .param_title{
    font-size: 14px;
    line-height: 22px;
  }
  .param_nav > span{
    font-size: 16px;
    line-height: 24px;
  }
  .section_title.product_title{
    font-size: 32px;
    line-height: 130%;
  }
  .product_gallery{
    flex-direction:column-reverse;
  }
  .product_nav_slider_holder{
    max-width:100%;
  }
  .clear_all_s{
    margin-left:0px;
  }
  .category_list_main .tpl_category_main .category_main_img{
    height: 580px;
    width: 540px;
  }
  .scheme_pop_holder{
    height: 100%;
    flex-direction: column;
    overflow: auto;
  }
  .configurations_pop_left{
    overflow-y: visible;
    height: auto;
    width:100%;
  }
  .configurations_pop_right{
    width:100%;
    position:initial;
    overflow-y: visible;
  }
  .configurations_pop_right_head{
    position:initial;
  }
  .configurations_pop_right_head .pop_close{
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .configurations_pop_right{
    padding: 0px 32px 0;
  }
  .configurations_pop_title{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }
  .configurations_pop_text p, .configurations_pop_text{
    font-size: 14px;
    line-height: 24px;
  }
  .review_wrap{
    flex-direction:column;
    gap:32px;
  }
  .review_l{
    width:100%;
    padding:0px;
  }
  .reviews{
    gap:64px;
  }
  .review_r{
    width:100%;
    gap:32px;
    border-left:none;
    border-top: 1px solid #c6c9cc;
    padding-top: 24px;
    flex-direction: row;
    align-items: center;
  }
  .review_footer{
    padding:0px;
  }
  .review_name{
    font-size:18px;
    line-height:26px;
  }
  .review_city{
    font-size: 14px;
    line-height: 22px;
  }
  .review_r .review_header{
    border-bottom:none;
    padding: 0px 48px 0px 0px;
    gap:4px;
  }
  .review_user{
    font-size:14px;
    line-height:22px;
  }
  .projects_slider_about{
    margin-bottom: 48px;
  }
  .registration_blocks{
    gap:20px;
    flex-direction:column;
  }
  .registration_blocks form,
  .registration_block_intro{
    width:100%;
  }
  .price_wrapper{
    align-items:center;
  }
  .tpl_catalog .price_wrapper{
    width: auto;
    align-items: flex-end;
  }
  .product_properties > li .name{
    gap: 15px;
  }
  .product_properties > li .name .char_name{
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .hero_slide_text .slide_desc .slide_full{
    font-size: 16px;
    padding: 16px 32px 16px 0px;
  }
  
  .hero_slide_text .slide_bot{ 
    padding: 8px 20px 16px 0px;
  }
  .tpl_category_main.slick-active .category_main_img{
    top: -25%;
  }
  .category_banner_top_link{
    background: transparent;
    width: auto;
    height: auto;
    line-height: 0px;
    padding: 0px;
  }
  .category_banner_top_link span{
    display:none;
  }
  .category_banner_top_text{
    font-size: 12px;
    line-height: 20px;
  }
  .category_banner_top_title{
    font-size: 14px;
    line-height: 22px;
  }

  .main_slide_about .slider-progress{
    display:block;
  }
  .product_compatibility .product_properties_title{
    font-size: 18px;
  }
  .animated-bg {
      animation: bgMove 18s ease-in-out infinite alternate;
  }
  .front_slide_ny .hero_slide{
    justify-content: flex-end;
  }
  @keyframes bgMove {
      0% {
          background-position-x: -50px;
      }
      100% {
          background-position-x: -380px;
      }
  }
  .front_slide_ny .hero_slide_text{
    max-width:320px;
  }
  .front_slide_ny .slide_desc .slide_right{

  }
  .variants_center{
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .front_slide_ny .hero_item_image_wrap{
    display:block;
  }
  .expert_data{
    flex-direction:column;
    align-items: flex-start;
    gap: 40px;
  }
  #mobile_login .contact_menu_middle.active{
    flex-direction:column;
  }
  #mobile_login .mobile_menu_middle .mobile_menu_right,
  #mobile_login .mobile_menu_middle .mobile_menu_left{
    height:auto;
    width:100%;
    justify-content: flex-start;
    padding: 20px 0px;
    border:none;
    max-width: 400px;
    margin: 0px auto;
  }
  #mobile_login .mobile_menu_middle .mobile_menu_right .content,
  #mobile_login .mobile_menu_middle .mobile_menu_left .content{
    display:none;
  }
  .price_wrapper_min_max{
    flex-direction: column;
    align-items: center;
  }
  .price_count{
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
    min-height: 80px;
    align-items: center;
  }
  .product_main_slider_holder{
    max-width:440px;
  }
  .product_options_wrapper > div{
    width:100%;
  }
  .product_section_wrapper{
    gap:15px;
    margin: 20px auto 40px;
  }
  .aritcle_available{
    margin:25px 0px;
  }
  .product_section_wrapper .price_wrapper_holder .price_left,
  .product_section_wrapper .price_wrapper_holder .price_right{
    padding-top: 24px;
  }
  .product_description_right{
    gap:20px;
  }
  .param_checkboxes > li{
    padding:5px;
  }
  .aritcle_available .article,
  .price_wrapper_min_max{
    font-size:14px;
  }
  .param_checkboxes > li .param_block{
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
  }
  .dumar_calculator_title{
    padding: 0 16px;
    font-size: 18px;
    line-height: 26px;
  }
  .calculator_step_holder{
    gap:24px;
  }
  .calc_in_form{
    gap:24px;
    flex-direction:column;
  }
  .main_form_calc{
    width: 100%;
  }
  .calc_in_form .btn_form{
    width:100%;
  }
  .main_form_calc_right_text{
    max-width:100%;
  }
  .main_form_calc_right{
    width: 100%;
    padding: 0px;
  }
  .calculator_prev_btn_params_top, .calculator_prev_btn_params_bot{
    font-size:12px;
    line-height: 18px;
  }
  .calculator_step_btn_bot{
    display:none;
  }
  .calculator_prev_btn_title{
    display:none;
  }
  .calculator_prev_btn .calculator_prev_btn_title{
    font-size:16px;
  }
  .calculator_step_holder{
    padding:0px 12px;
  }
  .calculator_form_bot{
    flex-direction:column;
  }
  .calculator_form_bot_h{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .calculator_step_holder{
    max-height:inherit;
  }
  .calculator_form_top_block a{
    width: calc(50% - 2px);
  }
  .recommended_slider_wrap .slider-progress, .product_slider_wrap .slider-progress, .configurations_wrap .slider-progress, .advice_wrap .slider-progress, .projects_wrap .slider-progress, .technology_wrap .slider-progress{
    height:6px;
  }
  .recommended_slider_wrap .slider-thumb, .product_slider_wrap .slider-thumb, .configurations_wrap .slider-thumb, .advice_wrap .slider-thumb, .projects_wrap .slider-thumb, .technology_wrap .slider-thumb{
    border: 1px solid #fff;
    height: 6px;
  }
  .tpl_configurations_c .configurations_img img,
  .tpl_configurations .configurations_img img{
    max-height:324px;
  }
  .tpl_configurations_c .configurations_info,
  .tpl_configurations .configurations_info{
    padding:5px 5px;
  }
  .attach_zone{
    padding: 24px 32px;
  }
  .attach_zone_separator{
    background-color: #c6c9cc;
    display: block;
    height: 100%;
    width: 1px;
  }
  .attach_zone .attach_zone_type{
    max-width:100%;
  }
  .attach_zone .attach_zone_type span{
    display:block;
    color: #e64815;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .attach_zone_text{
    display:none!important;
  }
  .tpl_advice.tpl_advice_big .advice_title{
    font-size: 24px;
    line-height: 32px;
  }
  .advice_list .tpl_advice.tpl_advice_big{
    padding: 20px;
  }
  .section_title{
    font-size:28px;
    line-height:36px;
  }
  .advice_list .tpl_advice,
  .projects_list .tpl_project{
    width:100%;
  }
  .pagination_wrapper{
    gap: 16px;
    flex-direction: column;
  }
  .project_pop_bottom,
  .project_pop_middle {
    padding: 24px 24px;
  }
  .project_pop_holder{
    width:calc(100% - 20px);
    max-height: calc(100% - 20px);
    height: auto;
  }
  .projects, .technology{
    gap:0px;
  }
  .recommended_slider_wrap,
  .product_slider_wrap, .configurations_wrap, .advice_wrap, .projects_wrap, .technology_wrap{
    flex-direction:column;
  }
  .recommended_slider_wrap,
  .product_slider_wrap, .configurations_wrap, .advice_wrap, .projects_wrap, .technology_wrap{
    margin: 24px 0 12px;
  }
  .product_slider_title .configurations_title, .advice_title, .projects_title, .technology_title{
    margin-bottom:24px;
  }
  .recommended_slider_wrap .slider-progress,
  .product_slider_wrap .slider-progress,
  .configurations_wrap .slider-progress,
  .advice_wrap .slider-progress,
  .projects_wrap .slider-progress, .technology_wrap .slider-progress,
  .info_product_catalog .tpl_сertificate{
    width: 100%;
  }
  .tpl_technology {
    margin: 0px 15px 0px 0px;
  }
  .tpl_сertificate{
    min-height: 120px;
    width:100%;
  }
  .pd_di_variant_item{
    flex-direction:column;
  }
  .pd_di_info{
    width: 100%;
  }
  .pd_di_variant_text{
    padding-left:0px;
    width:100%;
  }
  .hero_slide_text .slide_desc{
    width:100%;
  }
  .contacts_block{
    flex-direction:column;
  }
  .contacts_blocks{
    margin:16px 0px;
  }
  .contacts_block .mobile_menu_left,
  .contacts_block .mobile_menu_right{
    width:100%;
  }
  .contacts_block .mobile_address{
    padding-bottom:16px;
  }
  .contacts_block .menu_address_holder{
    padding:16px 0px;
  }
  .hero_slide{
    align-items: center;
    flex-direction: column;
    height: 638px;
  }
  .hero_item_image_wrap{
    height: 286px;
    max-width: 400px;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  .front_banner .hero_item_smoke_wrap{
    transform: translate(-47.2%, -35.8%) rotate(0) scale(.46);
  }
  .hero_slide_text .slide_title{
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
    max-width: 300px;
  }
  .hero_slide_text .slide_desc .slide_right{
    margin-bottom: 64px;
    max-width: 100%;
    padding-bottom: 0px;
  }
  .hero_slide_text{
    box-shadow: 1px -56px 25px 15px #181b21f2;
    margin: 0;
    width: 320px;
  }
  .hero_slide_button{
    align-items: center;
    width: 100%;
    height: 64px;
  }
  .category_list_main .tpl_category_main .category_main_title{
    font-size: 18px;
    line-height: 26px;
  }
  .category_list_main .tpl_category_main{
    padding:24px;
    height:400px;
  }
  .calculator_banner img{
    height: 192px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 0px;
  }
  .calculator_banner img:hover {
    transform: translateY(0px);
  }
  .calculator_banner{
    flex-direction: column;
  }
  .calculator_banner_link{
    bottom: 0;
    height: 48px;
    padding: 16px 24px;
    position: absolute;
    right: 0;
    width: 80px;
  }
  .calculator_banner_title > div{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 24px;
    max-width: 100%;
  }
  .calculator_banner_title > div.calculator_banner_text{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
  }
  .calculator_banner_text p{
    max-width:100%;
  }
  .video_desc .title{
    font-size: 28px;
    line-height: 36px;
  }
  .video_desc .overview{
    font-size: 16px;
    line-height: 24px;
  }
  .video_video_wrap{
    height: 224px;
  }
  .brand_images{
    flex-direction: column;
    gap:12px;
  }
  .brand_images_text{
    max-width: 100%;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .brand_images_brands{
    flex-direction:column;
    width: auto;
  }
  .brand_images_text div:nth-child(2){
    max-width: 100%;
    width: calc(100% - 90px);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
  .brand_images_text div:nth-child(2) > div{
    max-width:180px;
  }
  .brand_images_text div:nth-child(3){
    width:100%;
  }
  .brand_link{
    display: block;
    max-width: 100%;
    position: relative;
    text-decoration: none;
    width: 100%;
    height: 64px;
  }
  .brand_link .brand_link_i{
    align-items: center;
    background-color: #e64815;
    border: none;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    justify-content: space-between;
    line-height: 24px;
    padding: 20px;
    text-align: left;
    width: 100%;
  }
  .faq_block_title{
    font-size: 28px;
    line-height: 36px;
  }
  .faq .faq_answer{
    font-size:18px;
    line-height:24px;
  }
  .info_ol_list li {
    flex-direction: column;
  }
  .info_ol_list li p,
  .info_ol_list li .ifno_ol_text{
    width:100%;
  }
  .hero_static{
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
  }
  .hero_static_img_wrap{
    background: radial-gradient(48.97% 48.97% at 50% 0, #3b414a 15.41%, #181b2100);
    height: 288px;
    margin-bottom: 16px;
    position: relative;
    width: 100%;
    transform: none;
  }
  .hero_static_img_wrap img{
    height: 100%;
    width: 100%;
  }
  .hero_static .hero_static_inner{
    height: auto;
    margin-top: 0;
    padding-top: 16px;
    position: relative;
  }
  .hero_static_content{
    width:100%;
    padding-top:24px;
  }
  .mobile_m_block{
    flex-direction:column;
    gap:12px;
  }
  #mobile_menu .mobile_m_block_l{
    width:100%;
    border-right:none;
    border-bottom: 1px solid #c6c9cc;
  }
  .mobile_m_block_r{
    width:100%;
    padding:16px 0px 0px 0px;
  }
  .h_m_nav li a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
  .mobile_menu_header{
    padding: 0 16px;
  }
  .video_description_mobile{
    gap:20px;
  }
  .brand_info_years, .video_desc_2{
    width: calc(100% / 2 - 10px);
  }
  .faq_block_inner{
    gap:12px;
  }
  .search_box_i{
    margin: 0px 30px;
    padding:0px 30px;
  }
  .search_box_i input{
    padding: 30px 0 30px 10px;
  }
  .pd_advantages{
    flex-direction:column;
  }
  .pd_advantages .pd_a_item{
    width:100%;
  }
  .pd_variant_notify,
  .pd_variant_alert{
    gap:12px;
  }
  .pd_notify_content,
  .pd_alert_content{
    padding-left: 12px;
  }
  .pd_variant_title{
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 24px 0;
  }
  .industrial_holder,
  .pay_delivery_holder{
    gap:12px;
  }
  .configurations_pop_right{
    padding:0px 16px;
  }
  .tpl_project_all a{
    min-height:320px;
  }
  .row_checked_type4, .row_checked_type2, .row_checked_type1{
    width:calc(100% / 3);
  }
  .f_img{
    width:32px;
    height:32px;
  }
  .f_img svg{
    width:100%;
  }
  .product_attributes .product_attr_group > span{
    flex-direction:column;
    gap:4px;
    justify-content: center;
  }
  .product_attributes .product_attr_group > span > span{
    font-size:12px;
  }
  .product_attributes{
    gap:0px;
  }
  .product_card{
    gap: 0px;
    padding: 12px 0;
  }
  .recommended_slider .product_card,
  .product_slider .product_card{
    padding: 12px 12px;
  }
  .product_card_main{
    width:calc(100% - 75px);
  }
  .product_buy_group{
    max-width:75px;
    flex-direction:column;
    gap: 12px;
    align-items: flex-end;
    justify-content: center;
  }
  .product_card_name{
    gap:0px;
  }
  .recommended_slider .tpl_catalog .product_card .product_buy_group,
  .product_slider .tpl_catalog .product_card .product_buy_group{
    max-width: 100%;
    flex-direction: row;
  }
  .connect_type li{
    width:calc(100% / 2);
  }
  .product_section_wrapper .price_wrapper_holder .separator{
    margin: 0 10px;
  }
  .front_slide_ny .hero_slide_text{
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 575px) {
  .worktime_pop{
    width:calc(100% - 20px);
    left: 10px;
  }
  .connect_type li{
    width:100%;
  }
  .row_checked_type4,
  .row_checked_type1{
    width:calc(100% / 2);
  }
  .section_title.product_title{
    font-size:26px;
  }
}
@media screen and (max-width: 420px) {
  .filter_title{
    font-size:12px;
  }
 .front_banner .hero_item_smoke_wrap{
  display:none;
 }
}

@media screen and (max-width: 340px) {
  .filter_title {
      font-size: 11px;
  }
}