#form-language button[name="kk-kz"] {
  display: none;
}
@font-face {
	font-family: 'inter';
	src: url(../fonts/Inter-Regular.ttf);
	font-weight: 400;
	font-swap: display;
}@font-face {
	font-family: 'inter';
	src: url(../fonts/Inter-SemiBold.ttf);
	font-weight: 600;
	font-swap: display;
}@font-face {
	font-family: 'inter';
	src: url(../fonts/Inter-Bold.ttf);
	font-weight: 700;
	font-swap: display;
}
input,textarea,button,input::placeholder {
	font-family: 'inter';
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	font-family: 'inter';
	font-weight: 400;
	font-size: 12px;
line-height: 15px;
	margin: 0;
}
a {
	text-decoration:none;
	cursor:pointer;
	transition:all linear .25s;
}
div,a,img,button {
	outline:none;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	margin:0;
}
.fl {
	display:flex;
}
.fw {
	flex-wrap:wrap;
}
.sb {
	justify-content: space-between;
}
.aligncenter {
	align-content: center;
	align-items: center;
}
.container {
  width: 100%;
  max-width:920px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.g-recaptcha {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.d-flex {
	display: flex;
}
header {
	padding: 17.5px 0;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
main {
	padding-top: 70px;
}
/*.common-home header {
	border: 0;
}*/
#form-language {
	position: relative;
	margin-right: 22px;
}
#form-language > p {
	text-transform: uppercase;
	padding-right: 15px;
	background: url(../images/arrow1.svg) no-repeat right center;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	cursor: pointer;
	padding-top: 2px;
}
#form-language > div {
	position: absolute;
	left: -5px;
	top: 100%;
	z-index: 2;
	background: #fff;
	padding: 5px 5px 1px;
	display: none;
}
#form-language button {
	background: none;
	box-shadow: none;
	border: 0;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.sr {
	position: relative;
	margin-right: 25px;
}
.open-search {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/search.svg) no-repeat center center;
	cursor: pointer;
}
#search {
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	display: none;
}
#search input {
	background: #fff;
	border: 1px solid #000;
	padding: 0 40px 0 15px;
	height: 30px;
}
#search button {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/search.svg) no-repeat center center;;
	z-index: 2;
	cursor: pointer;
	border: 0;
	box-shadow: none;
}
.wishlist-link {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/wishlist.svg) no-repeat center center;
	margin-right: 21px;
}
.cart-link {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 31px;
	margin-right: 22px;
	margin-top: -2px;
	position: relative;
}
.cart-link #cart-total {
	position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #F4F5F7;
    border: 1px solid #000;
    font-size: 10px;
    color: #000;
    line-height: 1;
    justify-content: center;
    align-items: center;
    transition: border-color .3s linear;
}
.cart-link.active #cart-total {
	border-color: #58BBC9;
	transition: border-color .3s linear;
}
svg {
	transition:all linear .25s;
}
.cart-link svg {
	display:block;
	fill: #000;
	stroke: #000;
}
.cart-link.active2 {
	animation: 1s linear 0s blink;
}
@keyframes blink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cart-link.active svg {
	fill: #58BBC9;
	stroke: #58BBC9;
}
.phone-link {
	display: block;
	margin-right: 22px;
	display: flex;
	align-items: center;
	color: #5DDB73;
	font-size: 14px;
	font-weight: 600;
}
.phone-link span:first-child {
	display: block;
	min-width: 20px;
	height: 20px;
	margin-right: 7px;
	background: url(../images/phone3.svg) no-repeat center center;
	background-size: cover;	
}
.open-menu {
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/menu.svg) no-repeat center center;
	cursor: pointer;
}
header .logo {
	display: block;
	margin-left: -3px;
}
.logo img {
	display: block;
	max-height: 35px;
}
.onr {
	position: relative;
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:0px;
height:0px
}
::-webkit-scrollbar-track {
background-color:#ccc
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#000;
}
::-webkit-scrollbar-thumb:hover{
background-color:#000;
}
::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:10px;
height:0px
}
::-webkit-scrollbar{
width: 10px;
height: 10px;
}
#menu {
	position: absolute;
	top: 49px;
	left: -6vh;
	min-width: calc(100% - 38px);
	background: #fff;
	z-index: 9;
	display: none;
}
#backmenu {
	position: absolute;
	top: 49px;
	right: -50px;
	width: 150vw;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 8;
	height: 100vh;
	display: none;
}
#menu > div {
	padding: 6vh 6vh;
	position: relative;
	z-index: 2;
	height: calc(100vh - 49px);
	overflow: auto;
}
#menu:before {
	position: absolute;
	content: ' ';
	width: 50vw;
	background: #fff;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}
main {
	overflow: hidden;
}
#page {
	overflow: hidden;
	min-height: 100vh;
}
#menu li a {
	font-weight: 700;
	font-size: 4vh;
	line-height: 5.1vh;
	color: #000;
	padding-bottom: 1.6vh;
	border-bottom: 1px solid #000;
	margin-bottom: 1.6vh;
	display: block;
	text-transform: uppercase;
}
#menu li:last-child a {
	color: #CF0000;
	margin: 0;
	padding: 0;
	border: 0;
}
#menu ul {
	margin: 0 0 5vh;
}
#menu .tel {
	margin: 0 0 2.4vh;
	font-weight: 800;
	font-size: 2.9vh;
	line-height: 3.7vh;
	color: #000000;
	white-space: nowrap;
	display: block;
}
.social {
	justify-content: space-between;
}
img {
	max-width: 100%;
}
.social {
	margin: 0 -7px;
}
.social > a {
	display: block;
	margin: 0 7px;
}
.slide {
}
.slide > div {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.51%, rgba(0, 0, 0, 0.50) 73.88%, rgba(0, 0, 0, 0.7) 89.1%);
	padding: 350px 0 40px;
}
.slide .cont {
	padding-left: 22px;
	position: relative;
	color: #fff;
	margin: 0 0 30px;
}
.slide .cont:before {
	content: ' ';
	display: block;
	width: 1px;
	height: calc(100% - 4px);
	background: #fff;
	position: absolute;
	left: 0;
	top: 4px;
}
.slide .title {
	margin: 0 0 20px;
	font-weight: 800;
	font-size: 40px;
	line-height: 51px;
}
.slide .desc {
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
}
.slide a {
	margin-left: 30px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	line-height: 19px;
	font-weight: 600;
	font-size: 12px;
	padding-right: 25px;
	background: url(../images/arrow2.svg) no-repeat right 4px;
	color: #fff;
}
.container .container {
	padding: 0;
}
.top .html {
	padding: 80px 0 75px;
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	max-width: 655px;
	margin: 0 auto;
}
.top .html .title {
	margin: 0 0 25px;
	font-weight: 800;
	font-size: 40px;
	line-height: 51px;
}
.plc .d-flex {
	margin: 0 -11px;
}
.plc .d-flex a {
	display: block;
	position: relative;
	margin: 0 11px 30px;
	padding: 22px;
	background: #F5F5F5;
	min-height: 270px;
	width: 100%;
}
.plc .d-flex .p1, .plc .d-flex .p3 {
	max-width: calc(25% - 22px);
}
.plc .d-flex .p2 {
	max-width: calc(50% - 22px);
}
.plc .d-flex .p4, .plc .d-flex .p5 {
	max-width: calc(50% - 22px);
	min-height: 200px;
}
.plc .title {
	background: url(../images/arrow3.svg) no-repeat right center;
	padding-right: 18px;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	display: inline-block;
	margin: 0 0 9px;
	position: relative;
	z-index: 2;
}
.plc .desc {
	max-width: 125px;
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}
.plc img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 100%;
}
.btn {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 195px;
	height: 35px;
	color: #fff;
	margin: 0 auto;
	background: #000000;
	border-radius: 3px;
	cursor: pointer;
}
.btn span {
	display: inline-block;
	background: url(../images/arrow2.svg) no-repeat right center;
	padding-right: 22px;
	font-size: 12px;
	padding-top: 2px;
}
.all.btn span,
.morec.btn span {
	/*padding-right: 18px;
	background: url(../images/arrow12.svg) no-repeat right center;*/
	padding:0;
	background:none;
}
.plc .btn {
	margin-top: 10px;
}
.plc {
	padding-bottom: 80px;
}
.saleb {
	background: #F4F5F7;
	overflow:hidden;
	padding: 70px 0 75px;
}
.saleb .container {
	position: relative;
}
.saleb .title {
	margin: 0 0 10px;
	font-size: 40px;
	line-height: 51px;
}
.saleb .title b {
	color: #CF0000;
	font-weight: 700;
}
.saleb .desc {
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0 0 35px;
}
.saleb a {
	background: url(../images/arrow4.svg) no-repeat right center;
    padding-right: 27px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;
}
.saleb img {
	position: absolute;
	top: -15px;
	left: 155px;
}
.fea {
	padding: 50px 0 20px;
}
.section-title {
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
}
.fea .section-title {
	margin: 0 0 45px;
}
.prods {
	margin: 0 -22px;
}
.prods > a {
	display: block;
	margin: 0 22px 35px;
	width: 100%;
	max-width: calc(20% - 44px);
	color: #000;
	text-align: center;
}
.fea .prods > a {
	max-width: calc(25% - 44px);
}
.prods img {
	display: block;
	margin: 0 0 20px;
	width: 100%;
}
.prods .title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
	font-weight: 700;
	min-height: 40px;
}
.prods .price {
	font-size: 12px;
	line-height: 15px;
}
.prods .price-old {
	text-decoration: line-through;
	opacity: 0.7;
	margin-left: 5px;
	display:inline-block;
}
.fea .container {
	max-width: 925px;
}
#projects {
	padding: 23px 0 40px;
}
#projects .top {
	margin: 0 0 30px;
}
.more {
	padding-right: 30px;
	background: url(../images/arrow4.svg) no-repeat right center;
	color: #000;
	font-size: 12px;
	padding-top: 2px;
}
.projects {
	margin: 0 -11px;
}
.projects > a {
	display: block;
	color: #000;
	width: 100%;
	max-width: calc(33.33% - 22px);
	margin: 0 11px;
}
.projects .img {
	margin: 0 0 22px;
	position: relative;
}
.projects .img .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all linear .25s;
	opacity: 0;
	visibility: hidden;
}
.projects .img:hover .hover {
	opacity: 1;
	visibility: visible;
}
.projects .hover p {
	color: #fff;
	padding-right: 25px;
	background: url(../images/arrow5.svg) no-repeat right center;
	padding-top: 2px;
}
.projects img {
	display: block;
	width: 100%;
	height: 204px;
	object-fit: cover;
}
.projects .title {
	background: url(../images/arrow4.svg) no-repeat right center;
	color: #000;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin: 0 0 17px;
}
.projects .desc {
	margin: 0 0 20px;
}
.projects .date {
	color: rgba(0, 0, 0, 0.5);
}
.projects .author {
	color: rgba(0, 0, 0, 0.5);
}
.middle .html {
	background: #F4F5F7;
}
.middle .html .container {
	position: relative;
	padding: 60px 15px;
}
.middle .html .container:before {
	content: url(../images/cons.png);
	position: absolute;
	    left: 630px;
    bottom: -5px;
}
.middle .html p {
	color: rgba(0, 0, 0, 0.5);
	max-width: 440px;
}
.middle .html .title {
	font-weight: 800;
	font-size: 40px;
	line-height: 51px;
	margin: 0 0 10px;
	color: #000;
	max-width: 500px;
}
.middle .btn {
	margin: 35px 0 0;
	max-width: 225px;
}
.partners img {
	margin: 0 auto;
}
.partners {
	padding: 0 30px;
}
.partners .slick-prev {
	left: 0;
}
.partners .slick-next {
	right: 0;
}
#partners {
	padding: 40px 0;
}
.bottom .html {
	padding: 60px 0 80px;
}
.bottom .title,
.bottom .html .title {
	font-weight: 800;
	font-size: 40px;
	line-height: 51px;
	margin: 0 0 50px;
}
.bottom .html p {
	margin: 0 0 15px;
}
.bottom .html p:last-child {
	margin: 0;
}
.bottom .desc {
	max-height: 140px;
	overflow: auto;
	direction: rtl;
	padding-left: 35px;
}
.bottom .desc > div {
	direction: ltr;
}
footer {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 50px 0 33px;
}
.common-home footer,
[class*=product-product] footer {
	border-top:0;
}
.ftitle {
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 20px;
}
footer .container {
	max-width: 1320px;
}
.inst {
	margin: 0 -7px;
}
.inst > a {
	display: block;
	width: 100%;
	margin: 0 7px;
}
.inst img {
	display: block;
	width: 100%;
	min-width: 130px;
	height:130px;
	object-fit: cover;
}
footer .bt {
	margin-top: 50px;
	padding-top: 33px;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
}
footer .pay {
	display: block;
}
footer .menu a {
	display: block;
	margin: 0 0 15px;
	color: rgba(0, 0, 0, 0.5);
}
footer .a {
	display: block;
	margin: 0 0 15px;
	color: rgba(0, 0, 0, 0.5);
}
footer .col3 {
	max-width: 185px;
	padding: 0 10px;
}
footer .social {
	justify-content: space-between;
}
footer .social img {
	max-width: 22px;
}
.with-errors {
	color: #f00;
	margin: 5px 0 0;
	font-size: 12px;
	position: absolute;
	top: 100%;
	display: none !important;
}
form .has-error input {
	border-color: #f00;
}
form input {
	height: 25px;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	background: transparent;
	color: #000;
	margin: 0 0 9px;
	width: 100%;
	border-radius: 0;
}
form input::placeholder {
	color: rgba(0,0,0,0.5);
}
form .custom-text {
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, 0.5);
	margin: 0 0 15px;
}
footer form button.btn {
	cursor: pointer;
	background: none;
	color: #000;
	border: 1px solid #000;
	height: 30px;
}
* {
	outline: none !important;
}
footer .col4 {
	max-width: 220px;
	padding: 0 10px;
	width: 100%;
}
footer .col5 {
	max-width: 420px;
	width: 100%;
}
footer .col1, footer .col2 {
	padding-right: 15px;
	max-width: 175px;
	width: 100%;
}
.cat {
    display: grid;
    grid-template-columns: calc(75% - 15px) calc(25% - 15px);
    grid-gap: 20px 20px;
}
#cats #b {
	max-width: 1540px;
}
#cats .saleb {
	display: none;
}
.product-category-59_62 #cats #prods .saleb {
	display: block;
	margin:0 0 45px;
	padding-left:30px;
}
#cats #prods #b,
#cats #bann #b {
	display: none !important;
}
.cat {
	margin-bottom: 22px;
}
.cat:nth-child(odd) > a:nth-child(1) {
    grid-row: 1 / 3;
    padding: 40px 80px;
}
.cat:nth-child(even) {
	grid-template-columns: 25% 75%;
}
.cat:nth-child(even) > a:nth-child(1) {
		grid-row: 1 / 2;
}
.cat:nth-child(even) > a:nth-child(2) {
		grid-row: 2 / 3;
}
.cat:nth-child(even) > a:nth-child(2):last-child {
	grid-row: 1 / 2;
}
.cat:nth-child(even) > a:nth-child(3) {
		grid-row: 1 / 3;
    padding: 40px 80px;
}
.cat a {
	display: block;
	position: relative;
	padding: 38px 22px;
	background: #F5F5F5;
	min-height: 325px;
	width: 100%;
	overflow: hidden;
}
.cat .title {
	background: url(../images/arrow3.svg) no-repeat right center;
	padding-right: 18px;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	color: #000;
	display: inline-block;
	margin: 0 0 8px;
	position: relative;
	z-index: 2;
}
.cat .cat65 .title {
	color: #CF0000;
	background: url(../images/arrow6.svg) no-repeat right center;
}
.cat .desc {
	max-width: 122px;
	font-size: 12px;
	line-height: 15px;
	color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}
.cat img {
	position: absolute;
	right: 0;
	bottom: 0px;
	max-width: 100% !important;
	max-height: 100% !important;
	    object-fit: contain;
    object-position: right bottom;
}
#cats .container {
	max-width: 1570px;
}
#cats .container.type2 {
	max-width: 920px;
}
.bread {
	margin: 20px 0;
}
.breadcrumb {
	display: flex;
	color: rgba(0,0,0,0.5);
	font-size: 13px;
	line-height: 1;
	flex-wrap: wrap;
}
.breadcrumb a {
	color: #000;
	display: flex;
	align-content: center;
	align-items: center;
	margin-right: 4px;
}
.breadcrumb a:after {
	content: ' / ';
	display: block;
	margin-left: 3px;
}
.bottom .html .sub {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
}
#bann .coll {
	width: 100%;
	max-width: calc((100% - 920px) / 2 + 15px);
	padding-top: 80px;
	padding-right: 50px;
}
#bann .coll.nop {
	padding-top: 0;
}
.list-cat {
	max-width: 235px;
	margin-left: auto;
	padding-left: 15px;
}
.top h1 {
	margin:0;
}
#bann .coll .bt {
	display: none;
	width: 40px;
	height: 40px;
	background: #fff url(../images/m.svg) no-repeat center center;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 3;
	cursor: pointer;
}
#bann .colc {
	width: calc(100% - ((100% - 920px) / 2 + 15px));
}
#prods .container {
	max-width: 920px;
}
#bann .container {
	max-width: 100%;
	padding:0;
}
#bann {
	padding-top: 43px;
}
#bann .top {
	margin-bottom: 30px;
	max-width: 890px;
}
#bann .f {
	max-width: 905px;
	padding-right: 15px;
}
.list-cat a {
	display: block;
	margin: 0 0 20px;
	color: #000;
	padding-left: 18px;
	background: url(../images/arrow10.svg) no-repeat left 3px;
	opacity: 0.5;
}
.list-cat a:first-child {
	color:#f00;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 1;
	background: url(../images/arrow11.svg) no-repeat left 3px;
}
.list-cat a.active {
	opacity: 1;
}
.righr .plc a.btn {
	display: none;
}
#prods .prods > a {
	margin-bottom: 10px;
}
.righr {
	margin: 70px 0 0;
}
.righr .stitle {
	margin: 0 0 70px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
}
#prods .plc {
	padding-bottom: 30px;
}
.filter {
	margin-bottom: 20px;
}
.filter2 .pag {
	margin-left: 50px;
}
.sort + .sort {
	margin-left: 30px;
}
.pagination {
	display: flex;
	font-size: 16px;
	line-height: 20px;
}
.pagination a, .pagination span {
	color: #fff;
	display:flex;
	width:30px;
	line-height: 35px;
	border-radius: 100%;
	background:#000;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.pagination span {
	background:#f00;
}
.pagination li {
	margin-left: 10px;
}
.sort select {
	background: url(../images/arrow1.svg) no-repeat right center;
	border: 0;
	-webkit-appearance: none;
	appearance: none;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	font-family: 'inter';
	padding-right: 17px;
	cursor: pointer;
}
* {
	outline: none !important;
}
.sort select option {
	padding: 0 3px;
}
.sort label {
	color: #000;
	font-size: 12px;
	line-height: 15px;
	margin-right: 3px;
	display: block;
}
.slick-arrow {
	position: absolute;
	width: 15px;
	height: 28px;
	top: calc(50% - 14px);
	z-index: 2;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}
.slick-prev {
	background: url(../images/arrow-left.svg) no-repeat center center;
	left: 50px;
}
.slick-next {
	background: url(../images/arrow-right.svg) no-repeat center center;
	right: 50px;
}
.banners {
	background: #F4F5F7;
	width: 100%;
	margin: 0 0 45px;
	max-width: 1250px;
}
.banners img {
	position: absolute;
	right: 0;
	bottom: 0;
	width:auto;
	height: 100%;
	max-width: unset;
}
.banners img.mob {
	display: none;
}
.banners .cont {
	padding: 70px 115px 70px;
	position: relative;
}
.banners .cont > *:not(img) {
	position: relative;
	z-index: 3;
}
.banners .btitle {
	min-height: 95px;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	max-width: 540px;
}
.banners .bdesc {
	max-width: 440px;
	min-height: 85px;
	color: rgba(0,0,0,0.5);
	margin: 0 0 35px;
}
.btn2 {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 255px;
	height: 45px;
	color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	cursor: pointer;
}
.btn2 span {
	display: inline-block;
	background: url(../images/arrow4.svg) no-repeat right center;
	padding-right: 22px;
	font-size: 12px;
	padding-top: 2px;
}
#manufs .btn2 span {
	background: url(../images/arrow7.svg) no-repeat right center;
}
#cats.type2 .banners {
	margin: 0;
}
#manufs > div > div {
	padding: 80px 0;
}
#manufs > div:nth-child(even) {
	background-color: #F4F5F7;
}
#manufs .title {
	margin: 0 0 28px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: #000;
	display: block;
	max-width: 440px;
}
#manufs .desc {
	max-width: 400px;
	padding-right: 20px;
	max-height: 120px;
	overflow: auto;
	margin: 0 0 40px;
}
#manufs .img {
	display: none;
}
#relproj .container {
	max-width: 1470px;
}
#relproj .title {
	max-width: 885px;
	margin: 0 auto 60px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
#articles .container {
	max-width: 1470px;
}
#articles .container.type2 {
	max-width: 920px;
	padding: 0 15px;
}
.projects2 {
	margin: 0 -15px;
}
.projects2 > div {
	width: calc(35% - 30px);
	margin: 0 15px;
}
.projects2 > div > div {
	background: linear-gradient(1.04deg, #000000 1.81%, rgba(0, 0, 0, 0) 133.26%);
}
.projects2 > div:first-child {
	width: calc(65% - 30px);
}
.projects2:nth-child(even) > div:first-child {
	order: 2;
}
#articles .projects2 > div {
	margin-bottom: 22px;
}
.blog-latest #partners {
	padding: 50px 0 72px;
}
.projects2 > div:first-child > div > div {
	max-width: 685px;
	margin-left: auto;
}
.projects2 > div > div > div {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	align-items: flex-end;
	min-height: 380px;
	padding: 40px 40px 60px;
}
.projects2 .title2 {
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	display: inline-block;
	padding-right: 25px;
    background: url(../images/arrow2.svg) right center no-repeat;
    margin-bottom: 25px;
}
.city {
	padding-left: 35px;
	background: url(../images/q1.svg) no-repeat 5px center;
	display: block;
	margin-bottom: 15px;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	width: 100%;
}
.facebook {
	padding-left: 35px;
	background: url(../images/q2.svg) no-repeat left center;
	line-height: 22px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-top: 2px;
}
.facebook span {
	display: inline-block;
	text-decoration: underline;
}
.dop1 {
	padding: 60px 0 45px;
}
.dop2 {
	padding: 0 0 45px;
}
.dop1 .section-title, .dop2 .section-title {
	font-size: 16px;
	line-height: 20px;
}
#prod {
	padding-top: 80px;
}
#prod .bread {
	margin-top: 0;
}
#prod .breadcrumb {
	margin-bottom: 15px;
}
#prod .col1 {
	width: 100%;
	max-width: 58%;
	padding-right: 25px;
}
#prod .col2 {
	width: 100%;
	max-width: 42%;
	padding-left: 25px;
}
#prod .col1 img {
	display: block;
	width: 100%;
}
#prod h1 {
	margin: 0 0 3px;
	font-size: 24px;
	line-height: 31px;
	font-weight: bold;
}
#prod .model {
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 17px;
}
#prod .model span {
	font-weight: bold;
}
#prod .desc {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
#prod .desc p {
	margin: 0 0 15px;
}
#prod .desc p:last-child {
	margin: 0;
}
.opt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	align-content: center;
	align-items: center;
}
.opt > label {
	width: 100%;
	max-width: 150px;
	padding-right: 10px;
	font-weight: bold;
}
.opt {
	position: relative;
}
.opt > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.opt > div.text-danger {
	color: red;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 20px;
}
#product input[type="radio"] {
	display: none;
}
.opt div label span:not(.img):not(.check) {
	display: flex;
	margin-left: 13px;
	padding: 0 5px;
	border: 1px solid rgba(0,0,0,0.5);
	color: rgba(0, 0, 0, 0.5);
	height: 22px;
	align-content: center;
	align-items: center;
	border-radius: 3px;
	background: #fff;
	padding-top: 2px;
	cursor: pointer;
	margin-bottom: 13px;
}
.opt .radio:last-child span:not(.img):not(.check) {
	margin-bottom: 0;
}
.opt input[type="radio"]:checked + span:not(.img) {
	border-color: #000;
	background: #000;
	color: #fff;
}
.opt div span.img img {
	display: block;
	max-width: 22px;
	max-height: 22px;
	border-radius: 100%;
}
.opt div span.img {
	cursor: pointer;
	display: block;
	margin-left: 14px;
	min-width: 22px;
	min-height: 22px;
	border: 1px solid #ccc;
	border-radius: 100%;
	overflow: hidden;
}
.opt div span.img.ral {
	background:url(../images/ral.png) no-repeat center center !important;
	background-size: 110% auto !important;
}
#product input[type="radio"]:checked + .img {
	border: 1px solid blue;
}
.hidden {
	display: none !important;
}
.opt > label span {
	display: inline-block;
	color: rgba(0,0,0,0.5);
	margin-left: 7px;
}
#product .in {
	margin-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.5);
	padding-top: 20px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}
#product .in p {
	display: flex;
}
#product .in p em {
	font-style: unset;
}
#product .in span {
	font-weight: 700;
	display: block;
	margin-right: 3px;
}
#product .price {
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 5px;
}
#product .prc .old-price {
	display:block;
	font-size: 18px;
	text-decoration: line-through;
	margin-bottom: 5px;
	margin-right: 20px;
}
.stock {
	margin: 0 0 35px;
	color: rgba(0, 0, 0, 0.5);
}
.stock span {
	color: #000;
	font-weight: 700;
}
main {
	overflow: hidden;
}
.bwish {
	display: block;
	width: 100%;
	max-width: 31px;
	height: 31px;
	background: url(../images/wishlist2.svg) no-repeat center 55%;
	border: 1px solid #000;
	border-radius: 3px;
	margin-left: 20px;
	cursor: pointer;
}
#button-cart {
	margin: 0;
	height: 31px;
	width: 100%;
	max-width: 195px;
	margin-right: 20px;
	padding-top: 1px;
	border:0 !important;
	line-height: 1 !important;
}
.qty {
	display: flex;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 3px;
	width: 100%;
	max-width: 70px;
	min-width: 70px;
}
.qty input {
	border: 0;
	height: 29px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	text-align: center;
	padding: 0;
	box-shadow: none !important;
	border-radius: 0 !important;
	width: 100%;
	max-width: calc(100% - 44px);
}
input {
	box-shadow: none !important;
}
.qty span,
.qty button {
	background: none;
	border: 0;
	box-shadow: none;
	display: flex;
	padding: 0;
	cursor: pointer;
	height: 29px;
	width: 100%;
	max-width: 22px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.qty span.plus {
	padding-top: 1px;
}
.blog-latest footer {
	border: 0;
}
#articles .projects2 > div > div > div {
	min-height: 670px;
}
#articles .projects2 > div:first-child > div > div {
	max-width: 100%;
}
#articles .projects2 > div > div > div {
	padding: 45px 45px 45px 75px;
}
#articles .projects2 .facebook {
	margin-bottom: 35px;
}
.article .prs {
	width: 100%;
	margin-bottom: 40px;
}
.article .prs:last-child {
	margin-bottom: 0;
}
.article .t, .prs .t {
	color: rgba(255,255,255,0.5);
	margin-bottom: 15px;
}
.prs a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	text-decoration: underline;
}
.article .arc {
	width: 100%;
}
.article .t {
	color: rgba(255,255,255,0.5);
	margin-bottom: 15px;
}
.article .arc .t {
	margin-bottom: 0;
}
.article .arc .t2 {
	display: inline-block;
	color: #fff;
	line-height: 20px;
}
#info1 {
	padding: 80px 0 0;
	background: #F5F5F5;
}
#info1 .col1 {
	width: 100%;
	max-width: 430px;
	padding-right: 30px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
#info1 .col2 {
	width: 100%;
	max-width: calc(100% - 400px);
}
#info1 .col2 img {
	display: block;
}
#info1 h1,
#info1 .h1 {
	margin: 0 0 30px;
	font-size: 24px;
	line-height: 31px;
	font-weight: 700;
	width: 100%;
}
#info1 .h1 {
	display: none;
}
#info1 .city {
	background: url(../images/q3.svg) no-repeat 5px center;
	color: #000;
	margin-bottom: 18px;
}
#info1 .facebook {
	background: url(../images/q4.svg) no-repeat left center;
	color: #000;
	margin-bottom: 28px;
}
#info1 .prs {
	width: 100%;
	margin-bottom: 20px;
	max-width: 400px;
}
#info1 .prs .t {
	color: rgba(0,0,0,0.5);
}
#info1 .prs a {
	color: #000;
}
#info1 .prs > div {
	column-count: 2;
}
#info1 .bot {
	max-width: 400px;
	column-count: 2;
	color: #000;
	width: 100%;
	line-height: 20px;
}
#info1 .bot .t {
	color: rgba(0,0,0,0.5);
	line-height: 15px;
}
.ainfo > div {
	background: linear-gradient(175.33deg, rgba(0, 0, 0, 0) -60.71%, #000000 116.53%);
	padding: 80px 0 60px;
}
.ainfo .title {
	margin-bottom: 35px;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
}
.ainfo .col1 {
	width: 100%;
	max-width: 165px;
}
.ainfo .col1 img {
	border-radius: 100%;
	display: block;
	max-width: 100%;
}
.ainfo .col2 {
	width: 100%;
	max-width: 275px;
	padding: 0 55px;
}
.ainfo .col3 {
	width: 100%;
	max-width: 440px;
}
.ainfo .desc {
	column-count: 2;
	column-gap: 50px;
	color: #fff;
}
.ainfo .col2 img {
	display: block;
	margin-bottom: 15px;
}
.ainfo .col2 .title2 {
	color: rgba(255, 255, 255, 0.5);
}
.ainfo .a {
	line-height: 20px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
#info3 {
	padding: 80px 0 65px;
}
#info3 .title {
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	margin: 0 0 15px;
}
#info3 .col1 {
	width: 100%;
	max-width: 425px;
	padding-right: 30px;
}
#info3 .col2 {
	width: 100%;
	max-width: 370px;
	padding-top: 20px;
}
#info3 .col2 img {
	display: block;
	border-radius: 100%;
	max-width: 100%;
}
.desc ul {
	margin: 0 0 15px;
	list-style: disc;
	padding: 0 0 0 15px;
}
.desc ul li {
	margin: 0 0 15px;
}
.desc p {
	margin: 0 0 15px;
}
#info3 .desc {
	margin-bottom: 45px;
}
#info3 .title2 {
	color: rgba(0,0,0,0.5);
	margin: 0 0 25px;
}
#info3 table, #info3 table * {
	border: 0;
	color: rgba(0, 0, 0, 0.5);
	line-height: 20px;
}
#info3 table img {
	display: block;
}
#info3 table img + br {
	/*display: none;*/
}
#info3 table {
	width: 100%;
	max-width: 330px;
}
#info4.ainfo .col3 {
	max-width: 475px;
}
#info4.ainfo .col2 {
	max-width: 220px;
}
#info5 {
	padding: 65px 0 50px;
}
#info5 table, #info5 table * {
	border: 0;
}
#info5 img {
	display: block;
}
#info5 tr:first-child p {
	margin: 0;
}
#info5 img + br {
	display: none;
}
#info5 h2 {
	margin: 0 0 30px;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
}
#info5 table {
	display: block;
	width: 100% !important;
	border-collapse: collapse;
}
#info5 tr {
	display: flex;
	justify-content: space-between;
}
#info5 td {
	display: block;
	max-width: calc(50% - 40px);
	width: 100%;
}
#info5 tr:first-child td {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
#info5 tr:first-child {
	margin-bottom: 63px;
}
#info6 > div {
	padding: 210px 0 170px;
	background: linear-gradient(270.13deg, rgba(0, 0, 0, 0) 45.8%, rgba(0, 0, 0, 0.6) 61.94%, rgba(0, 0, 0, 0.6) 79.99%);
}
#info6 .desc {
	max-width: 370px;	
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF
}
#info6 h3 {
	margin: 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
}
#prod.type2 .col1 {
	width: 100%;
	max-width: 485px;
	padding-left: 25px;
	padding-right: 0;
}
#prod.type2 .col2 {
	width: 100%;
	max-width: calc(100% - 485px);
	padding-left: 60px;
}
.sl2 .slick-list {
	margin: 0 -25px;
}
.sl2 .slick-slide {
	margin: 0 25px;
	cursor: pointer;
	opacity: 0.5;
	transition: all linear .25s;
}
.sl2 .slick-current {
	opacity: 1;
}
.tab-pane {
	display: none;
}
.tab-pane.active {
	display: block;
}
.nav-tabs {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 50px;
	justify-content: space-between;
}
.nav-tabs a {
	display: block;
	margin-right: 130px;
	padding-left: 22px;
	background: url(../images/arrow10.svg) no-repeat left 5.5px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.5;
}
.nav-tabs a:last-child {
	margin-right: 0;
}
.nav-tabs .active a {
	opacity: 1;
}
.tb {
	margin-top: 75px;
	padding-top: 50px;
	padding-bottom: 35px;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
#tab-specification .coll {
	width: 100%;
	max-width: 480px;
	padding-right: 60px;
}
#tab-specification .colr {
	width: 100%;
	max-width: calc(100% - 480px);
	direction: rtl;
	max-height: 240px;
	overflow: auto;
	padding: 0;
	margin: 0;
	border: 0;
}
#tab-specification .colr > div {
	direction: ltr;
	padding-left: 25px;
}
.attr {
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
}
.attr > p {
	font-weight: 800;
	width: 100%;
	max-width: 90px;
}
.attr > div {
	width: 100%;
	max-width: calc(100% - 90px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	color: rgba(0,0,0,0.5);
	text-align: right;
}
.attr > div strong {
	display: block;
	margin-right: 3px;
}
.attr > div p {
	display: flex;
	margin-left: 5px;
}
.attr#p13 > div p {
	margin-left: 20px;
	margin-bottom: 7px !important;
}
.attr#p13 {
	margin-bottom: 10px;
}
.checkbox + .checkbox {
	margin-left: 15px;
}
.attr#p13 > div strong {
	width: 30px;
}
.attr#p13 > div {
	justify-content: flex-end;
	text-align: right;
}
#tab-description table {
	display: block;
}
#tab-description table tr {
	display: flex;
	justify-content: space-between;
	margin: 0 -25px 40px;
	align-content: center;
	align-items: center;
}
#tab-description td {
	display: block;
	max-width: calc(50% - 50px);
	margin: 0 25px;
	width: 100%;
}
#tab-description img {
	max-width: 100%;
	display: block;
}
#tab-description tr:last-child {
	margin-bottom: 0;
}
.desc h2 {
	font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 15px;
}
.desc img {
	display: block;
	margin: 0 auto;
}
.desc img + br {
	display: none;
}
.desc *:last-child {
	margin-bottom: 0 !important;
}
#prod #tab-description.desc {
	padding: 0;
	margin: 0;
	border: 0;
}
.desc * {
	font-family: inter !important;
}
.checkbox label {
	display: flex;
	align-content: center;
	align-items: center;
	font-weight: 700;
}
.checkbox label input {
	display: none;
}
.checkbox label input + span {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 1px solid #000;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: relative;
	margin-top: -2px;
}
.checkbox label input:checked + span:before {
	content: ' ';
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	display: block;
}
.rd label input + span {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: 1px solid #000;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	position: relative;
	margin-top: -2px;
}
.rd label input {
	display: none;
}
.rd label {
	cursor: pointer;
}
.rd label input:checked + span:before {
	content: ' ';
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	display: block;
}
.opt label {
	cursor: pointer;
}
#wishlist {
	border-top: 1px solid #000;
	padding: 40px 0 80px;
}
.line {
	padding: 19px 0;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.line.top {
	padding-bottom: 22px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
.line .col1 {
	width: 100%;
	max-width: 100px;
	padding: 0 10px;
}
.line .col2 {
	width: 100%;
	max-width: 270px;
	padding: 0 7px;
}
.line .col3 {
	width: 100%;
	max-width: 100px;
	padding: 0 5px;
	text-align: center;
	font-size: 16px;
}
.line .col4 {
	width: 100%;
	max-width: 185px;
	padding: 0 5px;
}
.line .col5 {
	width: 100%;
	max-width: 90px;
	padding: 0 55px 0 10px;
}
.line .name {
	color: #000;
	font-weight: 800;
}
.line .btn2 {
	background: none;
	max-width: 100%;
	width: 100%;
	border: 1px solid #000000;
	border-radius: 3px;
	height: 34px;
}
.line .btn2 span {
	background: url(../images/cart2.svg) no-repeat right center;
}
.btn-remove {
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url(../images/close.svg) no-repeat center center;
}
p.empty {
	font-size: 20px;
}
.btn.em {
	margin: 25px 0 0;
}
#wishlist .buttons {
	padding-top: 40px;
}
#wishlist .buttons .btn,
#wishlist .buttons .btn2 {
	margin: 0;
	max-width: 240px;
	height: 34px;
}
#wishlist .buttons .btn span {
	padding-right: 25px;
	background: url(../images/cart3.svg) no-repeat right center;
}
#wishlist .buttons .btn2 span {
	background: url(../images/close2.svg) no-repeat right center;
}
.extension-module-faq footer {
	border: 0;
}
.page-title2 {
	margin: 0 0 60px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}
#faq {
	padding: 80px 0 60px;
	border-top: 1px solid #000;
}
.fq {
	padding-top: 22px;
	border-top: 1px solid #000;
}
.fq .head {
	background: url(../images/arrow1.svg) no-repeat 95% center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 22px;
	cursor: pointer;
	padding-right: 35px;
}
.fq .head.active {
	background: url(../images/arrow8.svg) no-repeat 95% center;
}
.fq .body:after {
	content: ' ';
	clear: both;
	display: block;
}
.fq .body {
	padding-bottom: 40px;
	display: none;
	padding-top: 40px;
	border-top: 1px solid #000;
	font-size: 16px;
	line-height: 20px;
}
.fq .body img {
	margin-left: 40px;
	display: block;
	max-width: 370px;
}
.product-search footer {
	border: 0;
}
#gallery {
	border-top: 1px solid #000;
	padding: 30px 0 40px;
}
#gallery .page-title2 {
	margin: 0 0 30px;
	text-align: center;
}
#gallery .desc {
	margin: 0 0 30px;
	color: rgba(0,0,0,0.5);
}
.gallery {
	margin: 0 -5px;
}
.gallery > a {
	display: block;
	margin: 0 5px 10px;
	display: block;
	width: 100%;
	max-width: calc(33.33% - 10px);
}
.gallery > a img {
	display: block;
	width: 100%;
	height: 290px;
    object-fit: cover;
}
.tb .gallery > a img {
	height: auto;
}
.tb .gallery {
	justify-content: center;
}
.all {
	margin:0 30px 0 0;
	padding:0 15px;
}
.information-information-4 footer {
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.in:not(.modal)  table, .in table * {
	border: 0;
}
.in:not(.modal)  img {
	display: block;
}
.in:not(.modal)  tr:first-child p {
	margin: 0;
}
.in:not(.modal)  img + br {
	display: none;
}
.in:not(.modal)  h2 {
	margin: 0 0 30px;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
}
.in:not(.modal)  h3 {
	margin: 0 0 15px;
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
}
.in:not(.modal)  h4 {
	margin: 0 0 15px;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
}
.in:not(.modal)  table {
	display: block;
	width: 100% !important;
	border-collapse: collapse;
}
.in:not(.modal)  tr {
	display: flex;
	justify-content: space-between;
}
.in:not(.modal)  td {
	display: block;
	max-width: calc(50% - 40px);
	width: 100%;
}
.in:not(.modal)  tr:first-child td {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.in:not(.modal)  tr:first-child {
	margin-bottom: 63px;
}
.in:not(.modal)  > div {
	padding: 210px 0 170px;
	background: linear-gradient(270.13deg, rgba(0, 0, 0, 0) 45.8%, rgba(0, 0, 0, 0.6) 61.94%, rgba(0, 0, 0, 0.6) 79.99%);
}
.in:not(.modal)  .desc {
	max-width: 370px;	
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF
}
.in:not(.modal)  h3 {
	margin: 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 31px;
	color: #FFFFFF;
}
.proj3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 0;
}
.proj3 > div:nth-child(1) {
	grid-row: 1/2;
	grid-column: 1/3;
}
.proj3 > div:nth-child(2) {
	grid-row: 2/3;
}
.proj3 > div:nth-child(3) {
	grid-row: 2/3;
}
.proj3 > div:nth-child(4) {
	grid-row: 1/3;
}
.proj3 > div {
	width: auto !important;
	max-width: auto !important;
	margin: 0 !important;
}
.proj3 > div > div {
	background: linear-gradient(2.37deg, rgba(0, 0, 0, 0.8) -1.43%, rgba(0, 0, 0, 0) 113.73%);
	height: 100%;
}
.proj3 > div > div > div {
	height: 100%;
	padding: 25px 20px 35px;
	min-height: 305px;
}
.proj3 > div:first-child > div > div {
	max-width: 100%;
}
.ab .stitle {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 35px;
	font-weight: 700;
}
.ab .righr .stitle {
	margin: 0 0 55px;
}
.ab .righr {
	margin-top: 55px;
}
.ab .plc {
	padding-bottom: 40px;
}
#about {
	padding: 0 0 55px;
}
#check {
	padding: 40px 0 80px;
	border-top: 1px solid #000;
}
#check h1 {
	display: none;
}
.line2 .col1 {
	width: 100%;
	max-width: 100px;
	padding: 0 10px;
}
.line2 .col2 {
	width: 100%;
	max-width: 280px;
	padding: 0 10px;
}
.line2 .col3 {
	width: 100%;
	max-width: 110px;
	min-width: 110px;
	padding: 0 10px;
	text-align: center;
}
.line2 .col4 {
	width: 100%;
	max-width: 90px;
	padding: 0 10px;
	text-align: center;
}
.line2 .col5 {
	width: 100%;
	max-width: 150px;
	padding: 0 10px;
	text-align: center;
}
.line2 .col6 {
	width: 100%;
	max-width: 60px;
}
.line2 {
	padding: 10px 0;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
.line2:first-child {
	padding: 18px 0;
	border: 0;
	background: #F4F5F7;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.line2 .price, .line2 .total {
	font-size: 16px;
	line-height: 20px;
}
.line2 .name {
	display: block;
	color: #000;
	font-weight: 700;
	margin: 0 0 20px;
}
.line2 .options {
	color: rgba(0,0,0,0.5);
}
.line2 .options b {
	font-weight: 700;
	color: #000;
}
#check .buttons .btn span {
    display: inline-block;
    background: url(../images/arrow9.svg) no-repeat left center;
    padding-left: 22px;
    padding-right: 0;
}
#check .buttons .btn {
	margin: 0;
	height: 34px;
	max-width: 175px;
}
#check .buttons .btn2 {
	margin: 0;
	height: 34px;
	max-width: 175px;
}
#check .buttons {
	margin: 40px 0;
}
#check .buttons .btn2 span { 
	background: url("../images/close2.svg") right center no-repeat; 
}
.simplecheckout-proceed-payment {
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	display: none;
}
.ch .simplecheckout-left-column {
	width: 100%;
	max-width: 435px;
	padding-right: 30px;
}
.ch .simplecheckout-right-column {
	width: 100%;
	max-width: 445px;
}
.checkout-heading {
	font-weight: 700;
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
}
.simplecheckout .ch input[type="text"],
.simplecheckout .ch input[type="email"],
.simplecheckout .ch input[type="tel"] {
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	height: 28px;
	padding: 0 10px;
	color: rgba(0, 0, 0, 1);
	border-radius: 0 !important;
	box-shadow: none !important;
}
.simplecheckout .ch input::placeholder {
	color: rgba(0, 0, 0, 0.35);
}
.simplecheckout .ch textarea {
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	height: 75px;
	resize: none;
	padding: 7px 10px;
	color: rgba(0, 0, 0, 1);
}
.simplecheckout .ch textarea::placeholder {
	color: rgba(0, 0, 0, 0.35);
}
.upload input {
	display: none;
}
.upload {
	cursor: pointer !important;
	padding-left: 50px;
	background: url(../images/file.png) no-repeat left center;
	line-height: 33px;
	color: rgba(0,0,0,0.35);
	display: block;
	width: 100%;
}
.row-customer_file {
	margin: 0 0 20px;
}
#text_customer_file {
	max-width: 100% !important;
	padding-left: 50px;
	margin-top: 5px;
	color: #000;
}
.ch .simplecheckout-right-column {
	padding: 44px 40px;
	background: #F4F5F7;
}
#simplecheckout_shipping {
	margin: 0 0 35px;
}
#simplecheckout_shipping label,
#simplecheckout_payment label {
	margin: 0 0 15px;
	display: flex;
	align-content: center;
	align-items: center;
	padding-top: 2px;
}
#simplecheckout_shipping label input,
#simplecheckout_payment label input {
	margin-right: 15px;
	margin-top: -2px;
}
.ch {
	align-content: flex-start;
	align-items: flex-start;
}
#simplecheckout_summary {
	padding-top: 30px;
	margin-top: 35px;
	border-top: 1px solid #000;
}
#total_total {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
#check #buttons {
	margin: 0px 0 0;
}
#check #buttons .btn {
	margin: 0 auto;
	max-width: 230px;
}
#check #buttons .btn span {
	background: url(../images/arrow2.svg) no-repeat right center;
    padding-right: 22px;
    padding-left: 0;
}
.simplecheckout-error-text {
	margin: -15px 0 10px;
	color: red;
	font-size: 12px;
}
#text .btn {
	margin: 20px 0 0;
}
#text {
	padding: 0 0 50px;
	padding-top: 40px;
	border-top: 1px solid #000;
}
#text .desc a {
	color: #000;
	text-decoration: underline;
}
#text h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 30px;
}
#e404 {
	padding: 160px 0 175px;
	text-align: center;
	background: url(../images/404.png) no-repeat right center;
}
#e404 h1 {
	margin: 0 0 65px;
	font-size: 40px;
	line-height: 50px;
}
#e404 .sub {
	margin: 0 0 70px;
	font-size: 16px;
	line-height: 20px;
}
#e404 .sub a {
	text-decoration: underline;
	color: #000;
	font-weight: 700;
}
#e404 .btn {
	margin: 0 auto;
	max-width: 225px;
}
.alert.s {
	position: fixed;
	width: 500px;
	height: 120px;
	padding: 40px;
	align-content: center;
	align-items: center;
	justify-content: center;
	display: flex;
	text-align: center;
	color: #000;
	top: calc(50% - 50px);
	left: calc(50% - 250px);
	background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    border-radius: 20px;
    font-size: 16px;
    z-index: 10;
    flex-wrap: wrap;
}
.alert.s a {
	display: inline-block;
	margin: 0 3px;
	color: #000;
	text-decoration: underline;
}
.alert.s .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(../images/close.svg) no-repeat center center;
	border: 0;
	text-indent: -99999px;
}
* {
	outline: none !important;
}
#check .buttons:last-child {
	margin-bottom: 0;
}
#contacts {
	padding: 60px 0 70px;
	border-top: 1px solid #000;
}
#form {
	padding: 40px 0 0;
	margin-top: 10px;
	border-top: 1px solid rgba(0,0,0,0.3);
}
#form .p1 {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
#form .p2 {
	margin: 0 0 15px;
	color: rgba(0,0,0,0.5);
}
#form input[type="text"],
#form input[type="email"],
#form input[type="tel"] {
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	height: 28px;
	padding: 0 10px;
	color: rgba(0, 0, 0, 1);
}
#form input::placeholder {
	color: rgba(0, 0, 0, 0.35);
}
#form textarea {
	width: 100%;
	margin: 0 0 22px;
	border: 1px solid rgba(0, 0, 0, 0.35);
	height: 75px;
	resize: none;
	padding: 7px 10px;
	color: rgba(0, 0, 0, 1);
}
#form textarea::placeholder {
	color: rgba(0, 0, 0, 0.35);
}
#form .fr {
	max-width: 500px;
	margin: 0 auto;
}
#form .fr .text-danger {
	color: red;
	margin: -17px 0 10px;
	font-size: 11px;
}
.qw.alert {
	display: none;
}
.qw.alert.alert-danger,
.qw.alert.alert-success {
	display: block;
}
.qw.alert.alert-danger {
	color: red;
	text-align: center;
	margin: 10px 0 0;
}
.qw.alert.alert-success {
	color: green;
	text-align: center;
	margin: 10px 0 0;
}
.information-contact footer {
	border: 0;
}
.cv {
	margin: 0 -15px;
}
.cv > div {
	width: 100%;
	max-width: calc(25% - 30px);
	margin: 0 15px 30px;
	padding-left: 40px;
}
.cv .c1 {
	background: url(../images/c1.svg) no-repeat left top;
}
.cv .c2 {
	background: url(../images/c2.svg) no-repeat left top;
}
.cv .c3 {
	background: url(../images/c3.svg) no-repeat left top;
}
.cv .c4 {
	background: url(../images/c4.svg) no-repeat left top;
}
.cv > div > p:first-child {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 10px;
}
.cv .social {
	justify-content: flex-start;
}
.cv .social a {
	margin-right: 10px;
	max-width: 27px;
}
.cv .social a img {
	display:block;
}
.cv .a {
	color: #000;
	display: block;
	min-height: 23px;
	display:flex;
	align-content: flex-end;
	align-items: flex-end;
}
#menu .mob {
	display: none;
}
#b {
	max-width: 1440px;
	margin: 0 auto;
}
.modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(../images/close.svg) no-repeat center center;
  border: 0;
  box-shadow: none;
  width: 20px;
    height: 20px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  cursor: pointer;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=30);
  opacity: .3;
}
.modal-header {
	padding: 40px 15px 0;
}
.modal-title {
  text-align: center;
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-body > div {
	max-width: 630px;
	margin: 0 auto;
}
.modal-footer {
  padding: 15px 15px 25px;
}
.modal .btn {
	max-width: 250px;
}
.modal form input {
	height: 50px;
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 16px;
}
.modal .form input::placeholder {
	font-size: 16px;
}
.modal form .custom-text {
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 20px;
}
.modal-body > div.qw {
	max-width: 100%;
	text-align: center;
	padding: 0 15px;
}
#bigg {
	background: #F4F5F7;
	padding:40px 0 40px;
}
#bigg .btn {
	margin-top:40px;
}
#bigg .container {
	max-width: 1470px;
}
.bigg {
	margin:0 -5px;
}
.bigg > a {
	display:block;
	width:100%;
	margin:0 5px;
	max-width: calc(33.33% - 10px);
}
.bigg img {
	width:100%;
	display:block;
	height:480px;
	object-fit: cover;
}
footer .copy {
	text-align: center;
}
.partners .i {
	display:flex;
	height:105px;
	padding:0 15px;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.partners .slick-list {
	margin:0 -15px;
}
.partners img {
	max-width: 100%;
	max-height: 100%;
}
				.box.is-dragover
				{
					outline-offset: -20px;
				}
					.box__dragndrop,
					.box__icon
					{
						display: none;
					}
					.box.has-advanced-upload .box__dragndrop
					{
						display: inline;
					}
					.box__uploading,
					.box__success,
					.box__error
					{
						display: none;
					}
					.box.is-uploading .box__uploading,
					.box.is-success .box__success,
					.box.is-error .box__error
					{
						display: block;
						position: absolute;
						top: 50%;
						right: 0;
						left: 0;
						-webkit-transform: translateY( -50% );
						transform: translateY( -50% );
					}
					
					.box__success
					{
						-webkit-animation: appear-from-inside .25s ease-in-out;
						animation: appear-from-inside .25s ease-in-out;
					}
						@-webkit-keyframes appear-from-inside
						{
							from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
							75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
							to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
						}
						@keyframes appear-from-inside
						{
							from	{ transform: translateY( -50% ) scale( 0 ); }
							75%		{ transform: translateY( -50% ) scale( 1.1 ); }
							to		{ transform: translateY( -50% ) scale( 1 ); }
						}
					.box__restart
					{
						
					}
					.box__restart:focus,
					.box__restart:hover
					{
						color: #39bfd3;
					}
					.js .box__file
					{
						width: 0.1px;
						height: 0.1px;
						opacity: 0;
						overflow: hidden;
						position: absolute;
						z-index: -1;
					}
					.js .box__file + label
					{
						max-width: 80%;
						text-overflow: ellipsis;
						white-space: nowrap;
						cursor: pointer;
						display: inline-block;
						overflow: hidden;
					}
					.js .box__file + label:hover strong,
					.box__file:focus + label strong,
					.box__file.has-focus + label strong
					{
						
					}
					.js .box__file:focus + label,
					.js .box__file.has-focus + label
					{
						
					}
						.js .box__file + label *
						{
							/* pointer-events: none; */ /* in case of FastClick lib use */
						}
					.no-js .box__file + label
					{
						display: none;
					}
					.no-js .box__button
					{
						display: block;
					}
					.box__button
					{
						
					}
						.box__button:hover,
						.box__button:focus
						{
							
						}
@media screen and (max-width: 1570px) {
	.bigg img {
		height:31.5vw;
	}
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 910px;
    margin: 50px auto;
  }
}
@media screen and (max-width: 1350px) {
	#bann .coll {
		padding-right: 15px;
		max-width: calc((100% - 920px) / 2 + 15px);
	}
	#bann .colc {
	    width: calc(100% - ((100% - 920px) / 2 + 15px));
	}
	.cat:nth-child(odd) {
		grid-template-columns: 33.33% 66.66%;
	}
	.cat {
		grid-template-columns: 66.66% 33.33%;
	}
	.banners img {
		height:65%;
	}
	.projects2 > div {
		width: calc(40% - 30px);
	}
	.projects2 > div:first-child {
		width: calc(60% - 30px);
	}
}
@media screen and (max-width: 920px) {
	.container {
		max-width: 100%;
	}
}
@media screen and (max-width: 1250px) {
	header .container {
		max-width: 100%;
	}
}
@media screen and (max-width: 1250px) {
	.inst img {
		min-width: 7vw;
		height:8.5vw;
	}
	.ftitle {
		font-size: 20px;
	}
	.cat:nth-child(odd) > a:nth-child(1),
	.cat:nth-child(even) > a:nth-child(3) {
		padding: 40px 40px;
	}
	.cat:nth-child(odd) > a:nth-child(1) img,
	.cat:nth-child(even) > a:nth-child(3) img {
		left: 25%;
	}
	#bann .colc {
		max-width: calc(100% - 270px);
	}
	#bann .top {
		max-width: 100%;
		padding-right: 15px;
	}
	#bann .coll {
		max-width: 270px;
	}
	.banners {
		
	}
	.ch .simplecheckout-right-column {
		max-width: 50%;
	}
	.ch .simplecheckout-left-column {
		max-width: 50%;
	}
	#articles .projects2 > div > div > div {
		padding: 30px;
	}
	#articles .projects2 > div > div > div {
		min-height: 500px;
	}
	#prod.type2 .col1 {
		padding-left: 0;
	}
	.gallery > a img,
	.tb .gallery > a img {
		height: 31.5vw;
	}
}
@media screen and (max-width: 1200px) {
	#menu {
		right: -15px;
		left: auto;
		width: 350px;
	}
}
@media screen and (max-width: 992px) {
	.inst img {
	    min-width: 14vw;
	    height: 14vw;
	}
	#menu li a {
		font-size: 24px;
		line-height: 1.2;
	}
	#menu > div {
		padding: 40px;
	}
	#menu ul {
		margin: 0 0 40px;
	}
	#menu .tel {
		margin: 0 0 30px;
		line-height: 1.2;
		font-size: 24px;
	}
	#menu {
		width: 300px;
	}
	.saleb img {
		top: auto;
		bottom: -95px;
	}
	.middle .html .container:before {
		left: 470px;
	}
	.bottom .title {
		font-size: 35px;
		line-height: 45px;
	}
	footer .container > .d-flex {
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	footer .col1, footer .col2, footer .col3 {
		max-width: 33.33%;
		width: 33.33%;
		padding: 0 15px;
	}
	footer .col4, footer .col5 {
		max-width: 50%;
		width: 50%;
		margin-top: 20px;
		padding: 0 15px;
	}
	.inst > img {
		max-width: calc(33.33% - 14px);
	}
	footer .social {
		margin: 0 -7px;
		max-width: 150px;
	}
	.line .col5 {
		max-width: 35px;
		padding-right: 0px;
	}
	.line2 .col6 {
		max-width: 25px;
	}
	.ch .simplecheckout-right-column {
		padding: 36px;
	}
	.cat:nth-child(odd), .cat {
		grid-template-columns: 50% 50%;
	}
	.cat:nth-child(odd) > a:nth-child(1) img, 
	.cat:nth-child(even) > a:nth-child(3) img {
		left: 0;
	}
	#bann .container > .d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	#bann .colc {
		max-width: 100%;
	}
	#bann .top {
		padding:0 15px;
	}
	#bann .coll, #bann .coll.nop {
		padding: 20px;
		background: #fff;
		position: fixed;
		top: 80px;
		max-width: 200px;
		left: -200px;
		transition: all linear .25s;
		z-index: 10;
	}
	#bann .coll.active {
		left: 0;
		box-shadow: 0 0 5px rgba(0,0,0,0.25);
	}
	#bann .coll .bt {
		display: block;
	}
	.list-cat {
		min-width: unset;
		padding:0;
	}
	header {
		position: fixed;
		background: #fff;
		z-index: 9;
		left: 0;
		top: 0;
		width: 100%;
	}
	main {
		padding-top: 70px;
	}
	#menu > div {
		height: calc(100vh - 70px);
		max-height: calc(100vh - 70px);
		overflow: auto;
	}
	#menu {
		top: 49px;
	}
	#bann {
		padding-top: 35px;
	}
	.list-cat a:last-child {
		margin: 0;
	}
	.slick-next {
		right: 25px;
	}
	.slick-prev {
		left: 25px;
	}
	#manufs > div > div {
		background-position: 220% center !important;
	}
	.opt div label span:not(.img):not(.check) {
		margin-bottom: 13px;
	}
	#prod .col1 {
		max-width: 50%;
	}
	#prod .col2 {
		max-width: 50%;
	}
	.banners .cont > .btn2 {
		background: #F4F5F7;
	}
	.banners .cont {
		padding: 100px;
	}
	#prod.type2 .col1 {
		max-width: 50%;
		padding-left: 0;
	}
	#prod.type2 .col2 {
		max-width: 50%;
	}
	#tab-specification .coll {
		max-width: 60%;
		padding-right: 30px;
	}
	#tab-specification .colr {
		max-width: 40%
	}
	.projects2 > div:first-child, .projects2 > div {
		width: calc(50% - 30px);
	}
	.ainfo > div {
		padding: 40px 0 40px;
	}
	.ainfo .col2, #info4.ainfo .col2 {
		padding: 0 15px;
		max-width: 150px;
	}
	.ainfo .col1 {
		max-width: 120px;
	}
	#info6 > div {
		padding: 120px 0;
	}
	.ainfo .desc {
		column-gap: 20px;
	}
	.cv > div {
		max-width: calc(50% - 30px);
		margin-bottom: 30px;
	}
	.cv {
		flex-wrap: wrap;
	}
	.page-title2 {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 40px;
	}
	#faq {
		padding: 60px 0 40px;
	}
	#bann .f {
		padding:0 25px;
	}
}
@media screen and (max-width: 767px) {
	.banners img.desk {
		display: none;
	}
	.banners img.mob {
		display: block;
		height: 100%;
	}
	#gallery .desc {
		text-align: justify;
		text-align-last: left;
	}
	.product-category-59_62 #cats #prods .saleb {
		padding-left: 0;
	}
	#bann .top {
		padding:0 25px;
		flex-wrap:wrap;
		justify-content: center;
	}
	#bann .top h1 {
		width:100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.inst img {
	    min-width: 26vw;
	    height: 26vw;
	}
	.gallery > a img,
	.tb .gallery > a img {
	    height: 26vw;
	}
	.modal-title {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 1px;
	}
	.modal form input {
		height: 35px;
		font-size: 12px;
	}
	.modal form input::placeholder {
		font-size: 12px;
	}
	.modal form .custom-text {
		font-size: 14px;
		line-height: 18px;
	}
	#menu {
		top: 45px;
		width: 220px;
		height: calc(100vh + 45px);
		background: #fff;
	}
	#backmenu {
		top: 45px;
		height: calc(100vh + 45px);
	}
	header, .common-home header {
		border-bottom: 1px solid #000;
	}
	#menu > div {
		padding: 25px;
		height: calc(100vh - 65px);
		max-height: calc(100vh - 65px);
	}
	#menu li a {
		font-size: 18px;
		padding-bottom: 7px;
		margin-bottom: 7px;
	}
	#menu .tel {
		margin: 0 0 20px;
		font-size: 18px;
	}
	#menu ul {
		margin: 0 0 20px;
	}
	header .social > a {
		max-width: 25px;
	}
	.slide {
		padding: 0;
		background-position-x: 70% !important;
		background-size: auto 100% !important;
	}
	.slide > .container {
		background: rgba(0,0,0,0.3);
		padding: 200px 25px 120px;
	}
	.slide .cont {
		padding-left: 20px;
		margin: 0 0 20px;
	}
	.slide .title {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 15px;
	}
	.slide a {
		margin-left: 20px;
	}
	.top .html .title {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 20px;
	}
	.top .html {
		padding: 40px 0;
	}
	.plc .d-flex {
		flex-wrap: wrap;
	}
	.plc .d-flex > a {
		max-width: 100% !important;
		min-height: 250px !important;
	}
	.plc {
		padding-bottom: 50px;
	}
	.html + .plc {
		max-width: 550px;
		margin: 0 auto;
	}
	.saleb {
		padding: 0;
	}
	.saleb .title {
		font-size: 24px;
		line-height: 31px;
	}
	.saleb .title b {
		display: block;
	}
	.saleb .desc {
		margin: 0 0 15px;
	}
	.saleb img {
		bottom: -15px;
		max-width: calc(100% + 130px);
		left: 75px;
	}
	.saleb .container {
		position: relative;
		padding: 40px 25px;
		overflow: hidden;
	}
	.fea {
		padding: 40px 0 20px;
	}
	.prods {
		flex-wrap: wrap;
		margin:0 -7px;
	}
	.prods > a, .fea .prods > a {
		max-width: calc(50% - 14px);
		margin:0 7px 20px;
	}
	.prods .title {
		height: 60px;
		margin: 0 0 5px;
		overflow:hidden;
	}
	.fea .section-title {
		margin: 0 0 20px;
	}
	#projects .top {
		flex-wrap: wrap;
		justify-content: flex-start;
		text-align: left;
		margin: 0 0 20px;
	}
	.more {
		text-decoration: underline;
	}
	#projects .top .section-title {
		margin: 0 0 10px;
		width: 100%;
	}
	.projects {
		flex-wrap: wrap;
	}
	.projects > a {
		max-width: 100%;
		margin: 0 11px 30px;
	}
	#projects {
		padding: 20px 0 10px;
	}
	#partners {
		padding: 20px 0 40px;
	}
	.middle .html .container {
		padding: 40px 25px;
	}
	.middle .html .title {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 25px;
	}
	.middle .html .container:before {
		content: url(../images/cons2.png);
		left: auto;
		right: -30px;
		max-width: calc(100% + 50px);
		top: auto;
		bottom: 0px;
	}
	.middle .btn {
		margin: 0 auto;
		margin-top: 140px;
		position: relative;
		z-index: 3;
	}
	.bottom .html {
		padding: 40px 0;
	}
	.bottom .title, .bottom .html .title {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 25px;
	}
	.bottom .desc {
		padding-left: 20px;
	}
	.container, #articles .container.type2 {
		padding: 0 25px;
	}
	footer {
		padding: 35px 0 0;
	}
	.ftitle {
		font-size: 24px;
		margin: 0 0 20px;
	}
	footer .menu a {
		margin: 0 0 15px;
	}
	footer .bt {
		margin: 40px 0 0;
		padding: 15px 0 35px;
	}
	footer .bt .d-flex {
		flex-wrap: wrap;
	}
	footer .bt img {
		margin-top: 10px;
	}
	footer .bt p {
		order: 2;
		margin-top: 10px;
	}
	footer .col1, footer .col2 {
		width: 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}	
	footer form button.btn {
		margin: 0;
	}
	footer .col3,
	footer .col4 {
		width: 50%;
		max-width: 50%;
		margin-bottom: 30px;
		margin-top: 0;
	}
	footer .col5 {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
	}
	#menu {
		right: -25px;
	}
	#e404 {
		padding: 60px 0;
		background: none;
	}
	#e404 .sub {
		margin: 0 0 30px;
	}
	#e404 h1 {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 31px;
	}
	.bread {
		margin: 20px 0;
	}
	.breadcrumb {
		font-size: 12px;
	}
	.breadcrumb a {
		font-size: 12px;
	}
	#faq {
		padding: 40px 0;
	}
	.page-title2 {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 30px;
	}
	.fq {
		padding-top: 15px;
	}
	.fq .head {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.2;
	}
	.fq .body {
		padding-bottom: 20px;
		padding-top: 20px;
		font-size: 12px;
		line-height: 15px;
	}
	.fq .body img {
		float: none !important;
		margin: 0 auto 15px !important;
	}
	.line2:first-child {
		padding: 7px 0;
		font-size: 14px;
	}
	.line2 .col5, .line2 .col3 {
		max-width: 100px;
		font-size: 14px;
		line-height: 18px;
	}
	.ch .simplecheckout-right-column {
		padding: 20px;
	}
	#check {
		padding: 40px 0;
	}
	.line:first-child {
		display: none;
	}
	.line {
		flex-wrap: wrap;
	}
	.line .col2 {
		max-width: calc(100% - 190px);
		margin-bottom: 10px;
	}
	.line .col1 {
		margin-bottom: 10px;
	}
	.line .col3 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 18px;
		text-align: right;
	}
	.line .col1, .line2 .col1 {
		padding-left: 0;
		max-width: 90px;
	}
	.line .col1 img, .line2 .col1 img {
		display: block;
	}
	.line {
		padding: 10px 0;
	}
	#wishlist .buttons {
		padding-top: 20px;
		flex-wrap: wrap;
		justify-content: center;
	}
	#wishlist .buttons > * {
		margin: 0 10px 10px !important;
	}
	#wishlist {
		padding: 20px 0 40px;
	}
	#wishlist .container {
		max-width: 470px;
	}
	#contacts {
		padding: 40px 0;
	}
	#info5 {
		padding: 40px 0 30px;
	}
	.in tr:first-child, #info5 tr:first-child {
		margin-bottom: 30px;
	}
	.in td, #info5 td {
		max-width: 100%;
	}
	.in tr, #info5 tr {
		flex-wrap: wrap;
	}
	#info5 img,
	.in img, .desc img:last-child {
		margin: 0 auto 15px !important;
		display: block;
	}
	#info5 h2,
	.in h2 {
		font-size: 20px;
		line-height: 25px;
		margin: 20px 0 15px;
	}
	.in tr:first-child td, #info5 tr:first-child td {
		display: block;
	}
	#about {
		padding: 0 0 30px;
	}
	.proj3 {
		display: flex;
		flex-wrap: wrap;
	}
	.proj3 > div {
		max-width: 100% !important;
		margin: 0 0 20px !important;
	}
	.city {
		font-size: 14px;
	}
	.facebook {
		font-size: 14px;
	}
	.projects2 .title2 {
		font-size: 20px;
		line-height: 25px;
	}
	.ab .righr {
		margin-top: 20px;
	}
	.ab .righr .stitle {
		margin: 0 0 30px;
	}
	#gallery {
		padding: 40px 0 20px;
	}
	#gallery .desc {
		margin: 0 0 20px;
	}	
	.gallery > a {
		max-width: calc(33.33% - 14px);
		margin: 0 7px 14px;
	}
	.gallery {
		margin: 0 -7px;
	}
	.filter {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.filter > .d-flex:last-child {
		margin-top:15px;
	}
	.bread > .d-flex {
		flex-wrap: wrap;
	}
	.bread .breadcrumb {
		margin-bottom: 20px;
	}
	.bread .breadcrumb:last-child {
		margin: 0;
	}
	.filter2 .pag {
		margin-left: 0px;
	}
	.sort + .sort {
		margin-left: 0;
	}
	#articles .projects2 > div {
		max-width: 100% !important;
		width: 100% !important;
	}
	.blog-latest #partners {
		padding: 30px 0 40px;
	}
	#articles .projects2 > div > div > div {
		min-height: 450px;
	}
	#info1 {
		padding: 40px 0 0;
	}
	#info1 h1 {
		display: none;
	}
	#info1 .h1 {
		display: block;
	}
	#info1 .col1 {
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 40px;
		order: 2;
	}
	#info1 .col2 {
		max-width: 100%;
		padding-bottom: 30px;
	}
	#info1 .col1 img {
		display: block;
		margin: 0 auto;
	}
	#info1 .d-flex {
		flex-wrap: wrap;
	}
	.ainfo .title {
		margin-bottom: 20px;
	}
	#info2 .d-flex {
		flex-wrap: wrap;
	}
	#info4 .d-flex {
		flex-wrap: wrap;
	}
	.ainfo .col1 {
		max-width: calc(50% - 10px);
		padding-right: 0;
	}
	.ainfo .col1 img {
		max-width: calc(100% - 20px);
	}
	.ainfo .col2 {
		max-width: calc(50% - 10px);
		padding-right: 0;
		padding-left: 0;
	}
	#info4.ainfo .col2 {
		max-width: calc(50% - 10px);
		padding-right: 0;
		padding-left: 0;
		order: 1;
	}
	#info4.ainfo .col2 {
		order: 1;
	}
	#info4.ainfo .col3,
	.ainfo .col3 {
		max-width: 100%;
		padding-top: 30px;
	}
	#info4.ainfo .col3 {
		order: 2;
	}
	#info3 {
		padding: 40px 0 30px;
	}
	#info3 .d-flex {
		flex-wrap: wrap;
	}
	#info3 .col1 {
		max-width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	#info3 .col2 {
		max-width: 100%;
		padding: 0;
	}
	#info3 .desc {
		margin-bottom: 30px;
	}
	#info6 > div {
		padding: 60px 0;
	}
	#info6 h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.dop1 {
		padding: 40px 0 30px;
	}
	#info3 .col2 img {
		margin: 0 auto;
	}
	#info3 table {
		margin: 0 auto;
	}
	.cat {
		display: block;
	}
	.cat:nth-child(odd) > a:nth-child(1), .cat:nth-child(even) > a:nth-child(3),
	.cat a {
		padding: 20px;
		min-height: 290px;
	}
	.cat:nth-child(2n+1) > a:nth-child(1) img, .cat:nth-child(2n) > a:nth-child(3) img {
		right: 0;
		max-width: 75%;
		left: auto;
		bottom: 0;
		max-height: 75%;
	}
	#prods .top {
		flex-wrap: wrap;
	}
	.banners .cont {
		padding: 30px;
	}
	.banners .btitle {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 15px;
		height: auto;
		min-height: unset;
	}
	.banners .bdesc {
		margin: 0 0 15px;
		min-height: unset;
	}
	.banners img {
		max-height: 150px;
	}
	.slick-arrow {
		transform: scale(0.8);
	}
	.slick-next {
		right: 5px;
	}
	.slick-prev {
		left: 5px;
	}
	#cats.type2 .banners {
		max-width: calc(100% + 50px);
		margin: 0 -25px;
	}
	.banners .bdesc {
		margin-bottom: 90px;
	}
	#manufs > div {
		position: relative;
	}
	#manufs > div > div {
		padding:  0;
		background: none !important;
	}
	#manufs > div > div .container {
		padding: 45px 25px 10px;
	}
	#manufs .btn2 {
		position: absolute;
		bottom: 20px;
		left: calc(50% - 127px);
		background: #fff;
	}
	#manufs .img {
		background: #fff !important;
		display: block;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	#manufs .img img {
		display: block;
		max-width: calc(100% - 70px);
		margin-left: auto;
	}
	#manufs .title {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 20px;
	}
	#manufs .desc {
		margin: 0 0 20px;
	}
	#manufs > div > div {
		background-position: 0% 0% !important;
	}
	.btn2 {
		height: 35px;
	}
	#prod {
		padding-top: 40px;
	}
	#prod .container > .d-flex {
		flex-wrap: wrap;
	}
	#prod .col1, #prod.type2 .col1 {
		max-width: 100%;
		padding-right: 0;
	}
	#prod .col2, #prod.type2 .col2 {
		padding-left: 0;
		max-width: 100%;
	}
	.stock {
		margin: 0 0 25px;
	}
	#relproj .title {
		margin: 0 0 25px;
	}
	.projects2 > div:first-child, .projects2 > div {
		width: 100%;
		margin-bottom: 20px;
	}
	.projects2 {
		flex-wrap: wrap;
	}
	.projects2 > div > div > div {
		min-height: 290px;
		padding: 20px;
	}
	#prod .col1 img {
		margin: 0 auto;
	}
	.righr .stitle {
		font-size: 24px;
		line-height: 31px;
		margin: 0 0 20px;
	}
	.saleb .container, .middle .html .container {
		overflow: hidden;
	}
	#prods .top {
		margin-bottom: 20px;
	}
	.opt:first-child {
		margin-bottom: 12px;
	}
	.tb {
		margin-top: 30px;
		padding-top: 30px;
	}
	.nav-tabs a {
		margin-right: 55px;
	}
	.nav-tabs {
		margin: 0 0 35px;
	}
	#tab-specification .d-flex {
		flex-wrap: wrap;
	}
	#tab-specification .coll {
		max-width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	#tab-specification .colr {
		max-width: 100%;
		padding: 0;
		max-height: unset;
		padding: 0;
	}
	#tab-specification .colr > div {
		padding-left: 0;
	}
	.attr#p13 > div {
		justify-content: flex-end;
	}
	.attr {
		margin-bottom: 14px;
	}
	#prod .sl2 {
		display: none;
	}
	#tab-description table tr {
		margin: 0 0 25px;
		flex-wrap: wrap;
	}
	#tab-description table tr > td {
		margin: 0 0 20px;
		max-width: 100%;
	}
	.desc h2 {
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width: 500px) {
	.alert.s {
		left: 15px;
		max-width: calc(100% - 30px);
		line-height: 1.3;
		padding: 30px;
	}
	.slide .title {
		max-width: 250px;
	}
	.slide .desc {
		max-width: 250px;
	}
	.middle .html .container:before {
		left: 70px;
		right: auto;
	}
	#menu .mob {
		display: flex;
		margin-bottom: 40px;
	}
	#menu #search {
		right: -95px;
		width: 170px;
	}
	#menu #search input {
		width: 100%;
		padding: 0 40px 0 10px;
		font-size: 11px;
		height: 25px;
	}
	#menu #search button {
		height: 25px;
		background-size: 12px;
	}
	#menu #search input::placeholder {
		font-size: 11px;
	}
	header .onr > *:not(.cart-link) {
		display: none;
	}
	header .onr .phone-link {
		display: flex;
	}
	header .onr .open-menu {
		display: block;
	}
	.cart-link {
		margin-right: 10px;
	}	
	.mob .cart-link {
		display: none;
	}
	.phone-link {
		margin-right: 20px;
	}
	footer .col1, footer .col2, footer .col3 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	footer .col4, footer .col5 {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	footer .col3 {
		margin-bottom: 35px;
	}
	footer form button.btn {
		margin: 0;
	}
	footer .col4 {
		margin-bottom: 35px;
	}
	footer .col5 {
		margin-bottom: 0;
	}
	#check {
		padding: 30px 0 40px;
	}
	.line2:first-child {
		display: none;
	}
	.line2 {
		flex-wrap: wrap;
	}
	.line2 .col2 {
		max-width: calc(100% - 100px);
		margin-bottom: 20px;
	}
	.line2 .col1 {
		margin-bottom: 20px;
	}
	.line2 .col5 {
		max-width: 100px;
	}
	#check .buttons {
		margin: 20px 0 30px;
	}
	#check .buttons .btn {
		max-width: 150px;
	}
	#check .buttons .btn2 {
		max-width: 150px;
	}
	.line2 .price, .line2 .total {
		font-size: 14px;
		line-height: 18px;
	}
	.ch {
		flex-wrap: wrap;
	}
	.ch .simplecheckout-left-column {
		max-width: 100%;
		padding: 0;
		margin-bottom: 0px;
	}
	.ch .simplecheckout-right-column {
		max-width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}
	.cv > div {
		max-width: 100%;
	}
	.bigg {
		flex-wrap:wrap;
	}
	.bigg > a {
		max-width: 100%;
		margin-bottom: 10px;
	}
	.bigg img {
		height:87vw;
	}
	#bigg .btn {
		margin-top:30px;
	}
}
@media screen and (max-width: 400px) {
	#menu {
		right: -25px;
	}
	.container, #articles .container.type2 {
		padding: 0 25px;
	}
	#manufs > div > div .container {
		padding: 45px 25px 10px;
	}
	.saleb .container,
	.middle .html .container {
		padding: 40px 25px;
	}
	.slide > .container {
		padding: 200px 25px 120px;
	}
}
#cats p.empty {
	font-size: 17px;
	line-height: 1.5;
	margin:20px 0 0;
}
.f .morec,
#prods .morec {
	display:none;
	margin-top:20px;
}
.f .morec.active,
#prods .morec.active {
	display:flex;
}
.pay2 {
	display:block;
	max-width: 100%;
	margin-top: 15px;
}
.price22 {
	color:red;
	font-size: 12px;
	display:none;
	margin:0 0 0;
}
body+div[is-visible] {
	display: none !important;
}
html>div[style] {
	display: none !important;
}
#b video {
	width: 100%;
}
.tmod {
	display: block;
	    width: 79px;
    position: fixed;
    bottom: 20px !important;
    right: calc(2% + 6px);
    transform: scale(.8) !important;
}
.tmod svg {
	width: 79px;
	height: 79px;
	fill:rgba(118,163,214,0.92) !important;
}
#bingc-phone-button {
	bottom: 105px !important;
    transform: scale(.8) !important;
}
@media screen and (max-width:979px) {
	.tmod {
		    transform: scale(.7) !important;
    bottom: 10px !important;
    right: 8px;
	}
	#bingc-phone-button {
    transform: scale(.7) !important;
    bottom: 80px !important;
    right: 0px !important;
}
}
model-viewer {
    width: 500px;
    height: 600px;
    margin: 0 auto;
    display: none;
}