@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	font-family: 'Roboto';
	color: #545454;
	font-size: 14px;
	line-height: 22px;
  overflow-x:hidden;
}

body {
	overflow-x: hidden;
}

*[role="button"],
label,
button {
	cursor: pointer;
}

textarea {
	resize: none;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	color: #222;
}

h1, .h1 {
	font-family: 'Roboto';
font-weight: 900;
}

h2,h3,h4,h5,h6,
.h2,.h3,.h4,.h5,.h6 {
	font-family: 'Roboto';
font-weight: 700;
}


.container,
#carousel0,
#carousel1 {
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

#carousel0 .item,
#carousel1 .item,
.flex {
    display: -webkit-box!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
}

.flex-inline {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -moz-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-align-self: auto
}

.hidden {
	display: none !important;
}

#main-menu.open .logo-small,
#main-menu:not(.open) .contact>.address .callback,
#main-menu:not(.open) .logo-open,
#main-menu:not(.open) ul li a span,
body.mobile #main-menu .logo-open,
body.mobile #main-menu .logo-small,
body:not(.mobile) #main-menu .logo-mobile {
    display: none
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-jc-space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between
}

.flex-jc-space-around {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around
}

#carousel0 .item,
#carousel1 .item,
.flex-jc-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center
}

.flex-jc-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

#carousel0 .item,
#carousel1 .item,
.flex-ai-center {
    -webkit-align-items: center;
    align-items: center
}

.flex-ai-baseline {
    -webkit-align-items: baseline;
    align-items: baseline
}

.flex-ai-flex-end {
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-2 {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.flex-3 {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.relative {
    position: relative
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
}

header .phones .inner,
#block-calculate .steps li span,
#block-calculate .radio label::after,
.html.catalogue .img,
#options-next,
#final-next,
#carousel0 .owl-prev,
#carousel0 .owl-next,
#carousel1 .owl-prev,
#carousel1 .owl-next,
#category-filters .filters,
#category-filters .apply,
#gallery-categories>.popup,
#mobile-menu-toggle span,
.html.catalogue a,
#miscalculation .close::before,
#miscalculation .close::after,
#download-price .close::before,
#download-price .close::after,
#product-order .close::before,
#product-order .close::after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.html.block1::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
    height: 100%;
    background-image: url('../../../../../image/catalog/info/first-shape.png');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: left center;
}

.html.block1>.container,
.html.block2,
.html.block-calc {
	padding-top: 80px;
	padding-bottom: 80px;
}

footer {
	padding-top: 25px;
	padding-bottom: 20px;
}

.html.block1 .title,
.html.block2 .title,
.html.block3 .title,
.html.catalogue .title,
.html.clients .title,
.html.carousel0 .title,
.html.block-calc>.container>.text .title {
	font-family: 'Roboto';
font-weight: 900;
	font-size: 37px;
    line-height: 48px;
	text-transform: uppercase;
}

.html.block2 .flex:not(:last-child) {
	margin-bottom: 60px;
}

.html.block1 .title,
.html.block2 .title {
	margin-bottom: 30px;
}

.html.block1 .title,
.html.block2 .title,
.html.block3 .title,
.html.clients .title,
.html.carousel0 .title {
	color: #2a2a2a;
}

.html.catalogue {
	background: #323537;
	color: #fff;
}

.html.catalogue a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.html.catalogue a:hover {
	text-shadow: 0 3px 10px rgba(0,0,0,.75);
}

header>.container:first-child {
	padding-top: 30px;
	padding-bottom: 24px;
}

header>.container:first-child {
	position: relative;
}



header .nav,
footer .nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .nav li,
footer .nav a,
footer .nav .schedule {
	font-family: 'Roboto';
font-weight: 500;
	color: #fff;
	text-decoration: none;
}

footer .nav a:hover {
    color: #222;
}

footer .navigation {
	margin-left: 50px;
}

header .nav li {
	display: inline-block;
	margin-right: 25px;
}

header .nav a {
	font-family: 'Roboto';
font-weight: 500;
	color: #222;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}

header .nav a:hover,
header .nav a:focus,
header .nav a.active {
	color: #323537;
}

header svg {
	width: 20px;
	height: 20px;
}

header .phones {
	padding: 3px 15px 3px 15px;
	font-size: 14px;
	line-height: 26px;
}

header .phones svg {
	position: absolute;
	width: 15px;
    top: 6px;
    right: 10px;
}

header .phones a {
	display: block;
	font-family: 'Roboto';
font-weight: 900;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}

header .phones .inner a:hover {
	color: #d4100a;
	background: #fff;
}

header .phones .inner {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
}

header .phones .inner a {
	padding-left: 15px;
}

header .phones:not(:hover) .inner {
	opacity: 0;
	pointer-events: none;
}

.html.block-calc,
footer {
	background-color: #323537;
}

.html.block-calc {
	margin-top: 65px;
}



.html.catalogue::before,
#locations .item:nth-child(4n + 2) .bg::before,
#locations .item:nth-child(4n + 3) .bg::before,
.html.block-calc::before,
footer::before,
#product .price .bg::before,
#product .img-2d .img-holder .bg::before {
	top: -5px;
}

html[lang="en"] #locations .item:nth-child(4n + 2) .bg::before,
html[lang="en"] #locations .item:nth-child(4n + 3) .bg::before {
	top: -4px;
}

.html.block-calc::after,
.html.catalogue::after,
#locations .item:nth-child(4n + 2) .bg::after,
#locations .item:nth-child(4n + 3) .bg::after,
#category-filters .filter::after,
#product .price .bg::after,
#product .img-2d .img-holder .bg::after {
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	transform: scaleY(-1);
}

.html.block-calc::after,
.html.catalogue::after,
#locations .item:nth-child(4n + 2) .bg::after,
#locations .item:nth-child(4n + 3) .bg::after,
#product .price .bg::after,
#product .img-2d .img-holder .bg::after {
	top: 100%;
}

html[lang="en"] #locations .item:nth-child(4n + 2) .bg::after,
html[lang="en"] #locations .item:nth-child(4n + 3) .bg::after {
	top: auto;
	bottom: -4px;
}

.html.clients {
	padding-top: 80px;
}

.html.catalogue,
.html.block3>.container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.html.clients .title,
.html.catalogue .title {
	margin-bottom: 40px;
}

.html.clients .img,
#carousel0 .item,
#carousel1 .item {
	width: 160px;
	height: 160px;
	margin: 0 auto 25px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.html.clients .img + p {
	max-width: 160px;
}

#carousel0 .owl-wrapper-outer,
#carousel1 .owl-wrapper-outer {
	border: 0;
	box-shadow: none;
}

#carousel0 .owl-pagination,
#carousel1 .owl-pagination {
	display: none !important;
}

#carousel0 .item img,
#carousel1 .item img {
	max-width: 70%;
}

.html.carousel0 .title {
	margin-top: 80px;
	margin-bottom: 50px;
}

.html.catalogue a {
	display: block;
	font-family: 'Roboto';
font-weight: 900;
	font-size: 15px;
}

.html.catalogue .img,
#block-calculate .steps li span,
#block-calculate .radio label::before,
#block-calculate .radio label::after,
#block-calculate .option .question::before,
#catalog-dropdown .img,
#scroll-top,
#category-filters .toggle .btn,
.category-products .item .options .img,
#input-option13 label,
#input-option14 label {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.category-products .item .options.options-14 .img{
	background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.html.block2 .row3 .img {
	padding-right: 20px;
}

#block-calculate {
	position: relative;
	background: #f7f7f7;
}


#block-calculate .steps {
    margin: 0;
	list-style: none;
	min-height: 82px;
}

#block-calculate .steps li span {
	cursor: pointer;
	background: #fff;
	font-family: 'Roboto';
font-weight: 500;
	color: #222;
	text-align: center;
	border: 1px solid #79a344;
}

#block-calculate .steps li.active span,
#block-calculate .steps li span:hover {
	background: #d4100a;
	border: 1px solid #d4100a;
	color: #fff;
}

#block-calculate .steps li.active span,
.about-us .img img {
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.3);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,.3);
	box-shadow: 5px 5px 15px rgba(0,0,0,.3);
}

#block-calculate .options {
	background: #fff;
}

#block-calculate .options label {
	cursor: pointer;
}

#block-calculate .option:not(.active),
#block-calculate .final:not(.active),
#block-calculate .success:not(.active) {
	display: none !important;
}

#block-calculate .option>.title,
#block-calculate .option>.flex-1>.title,
#block-calculate .radio label {
	font-family: 'Roboto';
font-weight: 900;
	color: #222;
}

#block-calculate .option>.title,
#block-calculate .option>.flex-1>.title {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 30px;
}

#block-calculate .radio input {
	display: none;
}

#block-calculate .radio label {
	position: relative;
	display: inline-block;
	min-width: 180px;
	padding: 30px 30px 30px 80px;
	font-size: 16px;
	line-height: 16px;
	border: 2px solid #fff;
	-webkit-box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.1);
}

#block-calculate .radio label::before,
#block-calculate .radio label::after,
#block-calculate .option .select-title::after {
	content: '';
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#block-calculate .radio label::before {
    left: 60px;
    width: 9px;
    height: 9px;
    border: 2px solid #222;
}

#block-calculate .radio label::after {
	width: 5px;
    height: 5px;
    background: #fff;
    left: 64px;
}

#block-calculate .radio input:checked + label::before {
	border-color: #5d7d35;
}

#block-calculate .radio input:checked + label::after {
	background: #d4100a;
}

#block-calculate .radio input:checked + label {
	border: 2px solid #d4100a;
}

#block-calculate .radio label .small {
	font-family: 'Roboto';
	font-size: 12px;
}

#block-calculate .option .question {
	position: absolute;
	top: 5px;
    right: 20px;
}

#block-calculate .option .question::before {
	content: '?';
    position: absolute;
    background: #fff;
    border: 1px solid #5d7d35;
    width: 14px;
    height: 14px;
    color: #5d7d35;
    font-family: 'Roboto';
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

#block-calculate .option .question:not(:hover) .inner {
	display: none;
}

#block-calculate .option .question .inner {
	position: absolute;
	top: 30px;
    width: 190px;
	padding: 10px;
    right: -10px;
    background: #fff;
    font-family: 'Roboto';
    font-size: 12px;
	-webkit-box-shadow: 2px 5px 25px rgba(0,0,0,.15);
	-moz-box-shadow: 2px 5px 25px rgba(0,0,0,.15);
	box-shadow: 2px 5px 25px rgba(0,0,0,.15);
    z-index: 1;
}

#block-calculate .option .question .inner,
#options-next,
#final-next,
#block-calculate .final input,
.html.block1 a,
#locations .item .btn,
#blog .blog_item .btn,
#form-contact button,
#comment_form button,
#carousel0 .owl-prev,
#carousel0 .owl-next,
#category-filters .apply,
.category-products .item .details,
#product .img-3d .buttons .btn,
#product .price .buttons a {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#block-calculate .option .question .inner::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #fff;
	top: -8px;
    right: 10px;
}

#block-calculate .option .question .inner::before,
#img-full-format .close::before,
#img-full-format .close:hover::after,
#miscalculation .close::before,
#miscalculation .close:hover::after ,
#download-price .close::before,
#download-price .close:hover::after ,
#product-order .close::before,
#product-order .close:hover::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#img-full-format .close::after,
#img-full-format .close:hover::before,
#miscalculation .close::after,
#miscalculation .close:hover::before ,
#download-price .close::after,
#download-price .close:hover::before ,
#product-order .close::after,
#product-order .close:hover::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#block-calculate .option .question .inner .title {
	display: block;
	font-family:'Gotham Pro Medium';
}

#block-calculate .option .select input {
	display: none;
}

#block-calculate .option .select,
#block-calculate .option .select-title {
	width: 250px;
}

#block-calculate .option .select {
	position: absolute;
	top: 100%;
	left: 0;
	max-height: 400px;
	overflow: auto;
	background: #fff;
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.15);
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.15);
	box-shadow: 10px 10px 25px rgba(0,0,0,.15);
	z-index: 1;
}

#block-calculate .option .select label,
#block-calculate .option .select-title {
	display: block;
	padding: 0 20px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}

#block-calculate .option .select label:hover {
	background: #d4100a;
    color: #fff;
}

#block-calculate .option .select-title {
	border: 1px solid #e8e8e8;
	cursor: pointer;
}

#block-calculate .option .dropdown,
#block-calculate .option .select-title {
	position: relative;
}

#block-calculate .option .select-title::after {
	right: 10px;
	width: 12px;
	height: 12px;
	background-image: url('img/arrow_down.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#block-calculate .option .dropdown.active .select-title {
	border: 1px solid #323537;
}

#block-calculate .option .dropdown:not(.active) .select {
	display: none;
}

#block-calculate .options {
	min-height: 160px;
}

#block-calculate .option.radio label[for="purpose-roof"] {
	padding: 38px 30px 38px 80px;
}

#options-next {
	margin: 20px 20px 20px 100px;
}

#options-next,
#final-next {
	display: inline-block;
	padding: 15px 40px;
	background: #d4100a;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 15px;
	font-family: 'Roboto';
font-weight: 900;
	cursor: pointer;
}

#final-next {
	margin-right: 20px;
	white-space: nowrap;
}

#block-calculate .radio label[for="material-profnastil"],
#block-calculate .radio label[for="material-metal"] {
	background-size: 40px;
    background-repeat: no-repeat;
    background-position: 12px 12px;
}

#block-calculate .radio label[for="material-profnastil"] {
	background-image: url('../../../../../image/catalog/info/profnastil.png');
}

#block-calculate .radio label[for="material-metal"] {
	background-image: url('../../../../../image/catalog/info/krovlia.png');
}

.html.block-calc>.container>.text .title {
	margin-bottom: 15px;
	color: #fff;
}

.html.block-calc>.container>.text p:not(.title) {
	margin-bottom: 25px;
	color: #efefef;
}

#block-calculate::before {
	content: '';
    position: absolute;
    background-image: url('../../../../../image/catalog/info/gift.png');
    bottom: 100%;
    right: 0;
    z-index: 1;
    background-size: 100%;
}

#block-calculate .final>.title {
    margin-bottom: 20px;
	font-family: 'Roboto';
font-weight: 900;
	color: #2a2a2a;
	font-size: 28px;
	line-height: 28px;
}

#block-calculate .final .contacts {
	margin-top: 20px;
}

#block-calculate .final input[name="user_name"],
#block-calculate .final input[name="user_phone"] {
	width: 80%;
}

#block-calculate .final input[name="user_name"].error,
#block-calculate .final input[name="user_phone"].error {
	border: 3px solid #d4100a;
    padding: 11px 18px;
}

#block-calculate .final input {
	padding: 13px 20px;
    font-size: 14px;
    line-height: 14px;
	border: 1px solid #efefef;
	outline: none;
}

#block-calculate .final input:focus {
	border: 1px solid #323537;
}

#block-calculate .success {
	height: 375px;
}

#block-calculate .success p {
	font-family: 'Roboto';
font-weight: 900;
	font-size: 28px;
	line-height: 28px;
	color: #323537;
}

.html.block1 a,
.category-products .item .details,
#product .price .buttons a,
#locations .item .btn,
#form-contact button,
#comment_form button,
#blog .blog_item .btn {
	display: inline-block;
	margin-top: 30px;
	padding: 20px 40px;
	background: #d4100a;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto';
font-weight: 900;
	-webkit-box-shadow: 10px 10px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 10px 10px 25px rgba(0,0,0,.2);
	box-shadow: 10px 10px 25px rgba(0,0,0,.2);
}

.html.block1 a.download-price {
	background: #2B3643;
	margin-top: 10px; 
}

.html.block1 a,
.category-products .item .details,
#product .price .buttons a {
	text-transform: uppercase;
}

#carousel0 .owl-prev,
#carousel0 .owl-next,
#carousel1 .owl-prev,
#carousel1 .owl-next {
	width: 50px;
	height: 50px;
	background: #323537;
	opacity: 1;
	-webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	box-shadow: 5px 5px 15px rgba(0,0,0,.1);
	background-repeat: no-repeat;
	background-position: center;
}

#carousel0 .owl-prev,
#carousel1 .owl-prev {
	background-image: url('img/arrow-left.png');
}

#carousel0 .owl-next,
#carousel1 .owl-next {
	background-image: url('img/arrow-right.png');
}

#carousel0 .owl-buttons,
#carousel1 .owl-buttons {
	position: absolute;
}

#block-calculate .steps {
	position: relative;
	overflow: hidden;
}

#block-calculate .steps li,
#block-calculate .steps li span {
	position: relative;
}

#block-calculate .steps li span {
	display: block;
}

footer .footer-text,
footer .copyright,
footer .copyright a {
	color: #fff;
}

footer .copyright a {
	text-decoration: none;
}

#hann-copy {
    display: block;
    font-family: CoreCircus;
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
}

#hann-copy span {
    font-size: 14px;
    font-weight: bold;
}

footer .nav li {
	margin-bottom: 5px;
}

footer .logo {
	margin-bottom: 15px;
}

header .social a {
	display: block;
	padding: 5px;
	margin-right: 20px;
	border: 1px solid #bfbfbf;
}

header .social a.telegram:hover {
	border: 1px solid #00a6e3;
}

header .social a.viber:hover {
	border: 1px solid #8950a1;
}

header .social a svg {
	display: block;
}

.flex.row-cats{
	text-align:center;
	margin:0 -5px 1rem;
}

.row-cats-title{
	font-family: 'Roboto';
font-weight: 900;
	font-size: 1.17em;
	margin-block-start: 1em;
    margin-block-end: 1em;
	    font-weight: bold;
		color: #222;
}

.flex.row-cats .flex-column{
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding:0 5px;
	margin-bottom:10px;
	}

.flex.row-cats a{
	display:block;
	height:100%;
	padding:10px;
	background: #FEFEFE;
    border: 1px solid rgba(218, 218, 218, 0.3);
	color: #333E48;
	line-height: 18px;
	font-size: 16px;
    text-decoration: none;
}
.row-cats a:hover{
	text-decoration:underline;
}
.flex.row-cats span{
	display:block;
}
@media (max-width:992px){
	.flex.row-cats .flex-column{
		-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
}


#catalog-dropdown:not(.active) {
	display: none !important;
}

#catalog-dropdown img {
	display: block;
}

#catalog-dropdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    max-width: 100%;
	padding: 20px 40px 0;
    background: #323537;
	overflow: hidden;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
    z-index: 2;
}

#catalog-dropdown .img {
	height: 110px;
	width: 130px;
	margin: 0 auto;
	/*background: #fff;
	-webkit-box-shadow: 0 85px 120px rgba(0,0,0,.35);
	-moz-box-shadow: 0 85px 120px rgba(0,0,0,.35);
	box-shadow: 0 85px 120px rgba(0,0,0,.35);*/
}

#catalog-dropdown .item {
	width: 20%;
	margin-bottom: 20px;
	font-family: 'Roboto';
font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

#catalog-dropdown .item:hover {
	color: #efefef;
}

#form-language span,
#form-language a {
	display: inline-block;
	position: relative;
	font-family: 'Roboto';
font-weight: 500;
	text-transform: uppercase;
}

#form-language span {
	color: #323537;
}

#form-language a {
	color: #222;
	text-decoration: none;
}

#form-language span:not(:last-child),
#form-language a:not(:last-child) {
	margin-right: 20px;
}

#form-language span:not(:last-child)::after,
#form-language a:not(:last-child)::after {
	content: '';
    position: absolute;
    right: -13px;
    top: 4px;
    height: 14px;
    width: 2px;
    background: #222;
}

.html.block2 .row1 .img,
.html.block2 .row1 .text,
.html.block2 .row2 .img,
.html.block2 .row2 .text,
.html.block2 .row3 .img,
.html.block2 .row3 .text,
.html.block3 .flex-1,
#product .img-3d {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.html.block2 .row1 .text,
.html.block2 .row2 .text,
.html.block2 .row3 .text,
.html.block3 .flex-1:first-child {
	-webkit-transition-delay: .35s;
	-moz-transition-delay: .35s;
	transition-delay: .35s;
}

.html.block2 .row1:not(.animate) .img,
.html.block2 .row1:not(.animate) .text,
.html.block2 .row2:not(.animate) .img,
.html.block2 .row2:not(.animate) .text,
.html.block2 .row3:not(.animate) .img,
.html.block2 .row3:not(.animate) .text,
.html.block3:not(.animate) .flex-1 {
	opacity: 0;
}

#options-next:hover,
#final-next:hover,
#carousel0 .owl-prev:hover,
#carousel0 .owl-next:hover,
#carousel1 .owl-prev:hover,
#carousel1 .owl-next:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.4);
	-moz-box-shadow: 0 5px 15px rgba(0,0,0,.4);
	box-shadow: 0 5px 15px rgba(0,0,0,.4);
}

#block-calculate .option[data-option="5"] .select,
#block-calculate .option[data-option="5"] .select-title,
#block-calculate .option[data-option="6"] .select,
#block-calculate .option[data-option="6"] .select-title {
	width: 400px;
}

#scroll-top {
	position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #323537;
    box-shadow: 2px 2px 15px rgba(0,0,0,.25);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-repeat: no-repeat;
    background-position: 10px 12px;
	z-index: 1;
}

#scroll-top svg {
	height: 30px;
    width: 20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#scroll-top svg path {
	fill: #fff;
}

.breadcrumbs {
	list-style: none;
}

.breadcrumbs li {
	display: inline-block;
	font-family: 'Roboto';
font-weight: 500;
}

.breadcrumbs li a,
.breadcrumbs li span {
	color: #222;
	font-size: 13px;
}

.breadcrumbs li a {
	text-decoration: none;
}

.breadcrumbs li a::after {
	content: '/';
	margin-left: 5px;
}

#side-categories,
#side-categories .subcategories {
	padding: 0;
	margin: 0;
	list-style: none;
}

#side-categories {
	margin-right: 60px;
	margin-bottom: 60px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.15);
	box-shadow: 0 5px 20px rgba(0,0,0,.15);
	background: #d4100a;
}

#side-categories .parent:not(.active) + .subcategories {
	display: none;
}

#side-categories .subcategories {
	position: relative;
	padding: 20px 25px;
	background: #eee;
}

#side-categories .subcategories a {
	padding: 7px 0;
	font-size: 14px;
    line-height: 14px;
	color: #fff;
}

#side-categories a {
	display: block;
	text-decoration: none;
	color: #222;
}

#side-categories>li>a,
#side-categories a.active,
#side-categories .subcategories a:hover {
	font-family: 'Roboto';
font-weight: 500;
}

#side-categories>li>a {
	position: relative;
	padding: 30px 20px;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#side-categories>li>a:hover {
	color: #323537;
}



#side-categories .subcategories::after {
	margin-top: -4px;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}



.category-main-dedscription p {
	margin-bottom: 10px;
}

.category-main-dedscription h2 {
	margin-bottom: 30px;
}

.category-description {
	margin: 15px 0;
}

#category-filters .filters {
	margin-top: 30px;
	overflow: hidden;
}

#category-filters .filters:not(.open) {
	height: 0px !important;
}

#category-filters .toggle {
	font-size: 18px;
    line-height: 18px;
	font-family: 'Roboto';
font-weight: 500;
	color: #222;
}

#category-filters .toggle:hover {
	color: #323537;
}

#category-filters .toggle .btn {
	width: 52px;
	height: 52px;
	margin-right: 30px;
	background: #323537;
}

#category-filters .toggle .btn span {
	position: absolute;
    left: 15px;
    width: 23px;
    height: 5px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
	background: #f3f3f3;
}

#category-filters .toggle .btn span:first-child {
	top: 13px;
}

#category-filters .toggle .btn span:nth-child(2) {
	top: 23px;
}

#category-filters .toggle .btn span:nth-child(3) {
	top: 33px;
}

#category-filters label {
	display: block;
	margin-top: 15px;
	padding-left: 25px;
	font-size: 14px;
	line-height: 14px;
}

#category-filters label::before {
	left: 0;
	top: -1px;
	width: 14px;
	height: 14px;
	border: 1px solid #222;
}

#category-filters label::before,
#category-filters label::after,
.related-products .item,
.related-informations .item,
#form-contact input,
#form-contact textarea,
#comment_form input,
#comment_form textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#category-filters label::before,
#category-filters label::after {
	content: '';
	position: absolute;
}

#category-filters label::after {
	left: 3px;
    top: 2px;
	width: 10px;
	height: 10px;
	background: #323537;
	opacity: 0;
}

#category-filters input:checked + label::after {
	opacity: 1;
}

#category-filters .title {
	font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto';
font-weight: 500;
	color: #222;
}

#category-filters input {
	display: none;
}

#category-filters .filters.open .inner {
	border: 2px solid #dfdfdf;
	border-bottom: 0;
}

#category-filters .filter {
	max-width: 33.33%;
	min-width: 33.33%;
	width: 33.33%;
	padding: 25px;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
}

#category-filters .filter:nth-child(3n+3) {
	border-right: 0;
}

#category-filters .filter::before,
#category-filters .filter::after {
	display: none;
	content: '';
    position: absolute;
    left: 0;
	width: 100%;
    height: 5px;
	background-image: url('img/border_grey_bold.png');
    background-size: 30px;
    z-index: 1;
}

#category-filters .filter::after {
	top: 0;
}

#category-filters .filter::before {
    top: 100%;
	margin-top: -5px;
}

#category-filters .apply {
	display: inline-block;
	padding: 10px 30px;
    margin-top: 20px;
	font-family: 'Roboto';
font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	background: #323537;
	color: #fff;
}

#category-filters .apply:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}

.category-products .item> .img {
	min-width: 300px;
	width: 300px;
	height: 300px;
	background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

.category-products.category-70 .item> .img,
.category-products.category-77 .item> .img,
.category-products.category-78 .item> .img,
.category-products.category-79 .item> .img,
.category-products.category-92 .item> .img,
.category-products.category-93 .item> .img,
.category-products.category-94 .item> .img,
.category-products.category-95 .item> .img,
.category-products.category-69 .item> .img,
.category-products.category-71 .item> .img,
.category-products.category-72 .item> .img,
.category-products.category-73 .item> .img,
.category-products.category-74 .item> .img,
.category-products.category-80 .item> .img,
.category-products.category-81 .item> .img,
.category-products.category-82 .item> .img,
.category-products.category-83 .item> .img,
.category-products.category-84 .item> .img,
.category-products.category-85 .item> .img,
.category-products.category-86 .item> .img,
.category-products.category-87 .item> .img,
.category-products.category-88 .item> .img,
.category-products .item-147> .img,
.category-products.category-96 .item> .img,
.category-products.category-97 .item> .img {
	background-position: center;
}

.category-products.category-71 .item> .img,
.category-products.category-100 .item> .img,
.category-products.category-101 .item> .img,
.category-products.category-102 .item> .img,
.category-products.category-103 .item> .img {
	background-size: contain;
}

.category-products .item.item-175 .description>.title {
	margin-bottom: 35px;
}

.category-products .item .description {
	padding-left: 30px;
}

.category-products .item .characteristics .img:not(.active) {
	opacity: .2;
}

.category-products .item .options .img,
#input-option13 label,
#input-option14 label {
	display: inline-block;
	border: 1px solid #222;
}
.category-products .item .options .img {
	width: 20px;
	height: 20px;
}

#input-option13 label {
	width: 22px;
	height: 22px;
}

#input-option14 label {
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.category-products .item .options .img:not(:last-child),
#input-option13 label:not(:last-child),
#input-option14 label:not(:last-child) {
	margin-right: 14px;
}

.category-products .item {
	margin-bottom: 40px;
}

.category-products .item .border::after,
.category-products .item .border::before {
	content: '';
	position: absolute;
	left: -30px;
	width: 100vw;
	background-repeat: repeat-x;
	background-size: 30px;
	pointer-events: none;
}

.category-products .item .border::before {
	top: -25px;
	height: 100%;
	padding-bottom: 40px;
	background-image: url('img/border_grey_bold.png');
	background-position: top;
	-webkit-box-shadow: 0 20px 30px rgba(0,0,0,.08);
	-moz-box-shadow: 0 20px 30px rgba(0,0,0,.08);
	box-shadow: 0 20px 30px rgba(0,0,0,.08);
}

.category-products .item .border::after {
	bottom: -19px;
	height: 45px;
	background-image: url('img/border_grey_white_bold.png');
	background-position: bottom;
}

.category-products .item .characteristics,
.category-products .item .options>.title {
	margin-bottom: 10px;
}

.category-products .item .options>.title,
.category-products .item .attributes .name {
	font-family: 'Roboto';
font-weight: 500;
	color: #7a7a7a;
}

.category-products .item .characteristics .img {
	display: inline-block;
	margin-right: 16px;
}

.category-products .item .characteristics .img svg {
	height: 34px;
}

.category-products .item .attributes p {
	font-size: 14px;
    line-height: 20px;
}

.category-products .item .attributes p:not(:last-child) {
	margin-bottom: 5px;
}

.category-products .item .description>.title {
	margin-bottom: 15px;
	font-family: 'Roboto';
font-weight: 900;
	color: #222;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
}

.category-products .item .description .tags {
	margin: -10px 0 35px;
}

.category-products .item .description .tags a {
	display: inline-block;
	padding: 4px 10px;
	background: #323537;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	font-family: 'Roboto';
font-weight: 500;
}

.category-products .item .description .tags a:not(:last-child) {
	margin-right: 10px;
}

.pagination {
	margin: 40px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pagination li a,
.pagination li span {
	text-decoration: none;
	font-size: 16px;
}

.pagination li {
	display: inline-block;
	position: relative;
}

.pagination li.prev {
	margin-right: 40px;
}

.pagination li.next {
	margin-left: 40px;
}

.pagination li:not(.prev):not(.next) {
	margin-right: 15px;
}

.pagination li.first a,
.pagination li.prev a,
.pagination li.next a,
.pagination li.last a {
	color: #373737;
}

.pagination li:not(.first):not(.prev):not(.next):not(.last) a {
	color: #808080;
	font-family: 'Roboto';
font-weight: 500;
}

.pagination li.active span {
	color: #373737;
	font-family: 'Roboto';
font-weight: 500;
}

.pagination li a:hover {
	color: #323537 !important;
}

.pagination li.prev {
	padding-left: 35px;
}

.pagination li.next {
	padding-right: 35px;
    margin-right: 15px;
}

.pagination li.prev::before,
.pagination li.next::after {
	content: '';
	position: absolute;
	top: 1px;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination li.prev::before {
	left: 0;
	background-image: url('img/pagination_left.png');
}

.pagination li.next::after {
	right: 0;
	background-image: url('img/pagination_right.png');
}

#product h1,
#contact h1 {
	margin: 40px 0;
	padding-left: 60px;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Roboto';
font-weight: 900;
	color: #222;
	text-transform: uppercase;
}

#product .product-details .img-holder {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
}

#product .img-holder + div {
	padding-left: 80px;
}

#product .img-3d {
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	-webkit-box-shadow: 0 7px 30px rgba(0,0,0,.3);
	-moz-box-shadow: 0 7px 30px rgba(0,0,0,.3);
	box-shadow: 0 7px 30px rgba(0,0,0,.3);
	cursor: pointer;
}

#product .img-3d .buttons {
	position: absolute;
	bottom: 25px;
	right: 25px;
}

#product .img-3d .buttons .btn {
	display: block;
	padding: 10px 25px;
	background: #fff;
	font-family: 'Roboto';
font-weight: 900;
	-webkit-box-shadow: 5px 5px 20px rgba(0,0,0,.175);
	-moz-box-shadow: 5px 5px 20px rgba(0,0,0,.175);
	box-shadow: 5px 5px 20px rgba(0,0,0,.175);
}

#product .img-3d .buttons .btn.active,
#product .img-3d .buttons .btn:hover {
	color: #668b38;
}

#input-option13 input,
#input-option14 input {
	display: none;
}

#product .options,
#product .options-link {
	margin-top: 40px;
}

#product .options>.title,
#product .options-link > .title {
	margin-bottom: 20px;
}

#product .options>.title,
#product .img-2d .title,
.related-products>.title,
.related-informations>.title,
#product .options-link > .title  {
	font-family: 'Roboto';
font-weight: 700;
	color: #222;
	font-size: 21px;
	line-height: 21px;
}

#product .options-link .options-grid:after{
  content:"";
  display:table;
  width:100%;
  clear:both;
}

#product .options-link .options-grid > label{
  float:left;
  margin:0 14px 14px 0;
}

#product .options-link .options-grid a,
#product .options-link .options-grid img{
  display:block;
}

#product .options-link .options-grid a{
  pointer-events: none;
}

#product .options-link .options-grid p a{
  pointer-events: auto;
}

#product .options-link .options-grid img{
  width:22px;
  height:22px;
  border: 1px solid transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition:.3s;
}

#product .options-link .options-grid p{
  margin:0;
}

#product .options-link .options-grid p img{
  border-color:#222
}

#product .options-link .options-grid p a:hover img{
  border-color:#323537;
  box-shadow:0 3px 5px rgba(0,0,0,0.15);
}

#product .price {
	padding: 30px 0 35px;
	margin-top: 25px;
	color: #f3f3f3;
	font-family: 'Roboto';
font-weight: 500;
	font-size: 14px;
}

#product .price .product-price {
	margin: 8px 0;
	font-family: 'Roboto';
font-weight: 900;
	font-size: 30px;
	color: #fff;
}

#product .price .bg {
	background: #323537;
	position: absolute;
	left: -80px;
	top: 0;
	height: 100%;
	width: 100vw;
}

#product .price .bg::before,
#product .price .bg::after,
#product .img-2d .img-holder .bg::before,
#product .img-2d .img-holder .bg::after {
	background-size: 30px;
}

#product .price .bg::after,
#product .img-2d .img-holder .bg::after {
	height: 4px;
}

#product .price .bg::before,
#product .img-2d .img-holder .bg::before {
	top: -4px;
}

#product .price .buttons {
	margin-top: 20px;
}

#product .price .buttons a {
	margin-top: 0;
	padding: 14px;
    min-width: 155px;
    text-align: center;
	-webkit-box-shadow: 0 5px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 25px rgba(0,0,0,.2);
	box-shadow: 0 5px 25px rgba(0,0,0,.2);
}

#product .price .buttons a.download {
	margin-left: 20px;
	background: transparent;
	text-decoration: none;
}

#product .attributes {
	margin: 30px 0;
	color: #222;
}

#product .attributes table {
	width: 100%;
}

#product .attributes .title,
#product .attributes .item {
	padding-top: 12px;
	padding-bottom: 12px;
}



#product .attributes .title,
#product .attributes .name {
	padding-left: 40px;
	font-family: 'Roboto';
font-weight: 700;
}

#product .attributes .title {
	font-size: 20px;
}

#product .img-2d .title,
.related-products>.title,
.related-informations>.title {
	margin: 10px 0 40px 40px;
}

#product .img-2d .img-holder .bg {
	content: '';
	position: absolute;
	left: 50%;
	top: 10%;
	width: 100vw;
	height: 80%;
	background: #323537;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#product .img-2d .img-holder img {
	display: block;
	margin: 0 auto;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.2);
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

#product>.description {
	padding: 20px 0 15px 40px;
}

#product>.description p {
	margin-bottom: 10px;
}

.related-products,
.related-informations {
	margin-bottom: 50px;
}

.related-products>.title {
	margin-top: 40px;
}

.related-products .item,
.related-informations .item {
	width: 23.5%;
	height: 280px;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0 0 35px rgba(0,0,0,.2);
}

.related-products .item .description,
.related-informations .item .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 30px;
}

.related-products .item .description .name,
.related-informations .item .description .name {
	margin-bottom: 12px;
	color: #222;
	font-family: 'Roboto';
font-weight: 500;
}

.related-products .item .description a,
.related-informations .item .description a {
	color: #323537;
    text-decoration: none;
    border-bottom: 1px solid rgba(118, 161, 64, 0.2);
}

.related-informations {
	width: 100%;
}

.related-informations .item {
	background-size: auto 185px;
}

.related-informations>.title {
	margin-top: 20px;
	padding-left: 20px;
}

#gallery-categories>.popup {
	position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.75);
    z-index: 5;
}

#gallery-categories>.popup:not(.open) {
	opacity: 0;
	pointer-events: none;
}

#gallery-categories>.popup>.img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#gallery-categories>.popup .prev,
#gallery-categories>.popup .next {
	position: absolute;
    width: 45px;
    height: 50px;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#gallery-categories>.popup .prev {
    left: -95px;
}

#gallery-categories>.popup .next {
    right: -95px;
}

#gallery-categories>.popup .prev::before,
#gallery-categories>.popup .prev::after,
#gallery-categories>.popup .next::before,
#gallery-categories>.popup .next::after {
	content: '';
	position: absolute;
	top: 0;
	width: 27px;
	height: 50px;
	background-image: url('img/gallery-arrow.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#gallery-categories>.popup .next::before,
#gallery-categories>.popup .next::after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

#gallery-categories>.popup .prev::before,
#gallery-categories>.popup .next::before {
	left: 0;
}

#gallery-categories>.popup .prev::after,
#gallery-categories>.popup .next::after {
	right: 0;
}

#locations {
	padding-left: 80px;
	padding-right: 80px;
}

#locations .item {
	width: 40%;
	margin-bottom: 80px;
}

#locations .item .btn {
	margin-top: 20px;
}

#locations .item>.inner {
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.2);
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
	z-index: 2;
}

#locations .item .phones {
	min-height: 88px;
}

#locations .item a {
	text-decoration: none;
}

#locations .item a:not(.btn) {
	color: #373737;
	font-family: 'Roboto';
font-weight: 500;
}

#locations .item a:not(.btn):hover {
	color: #323537;
}

#locations .item .title {
	font-family: 'Roboto';
font-weight: 900;
	margin-bottom: 15px;
	color: #222;
	text-transform: uppercase;
	font-size: 24px;
    line-height: 24px;
}

#form-contact button,
#comment_form button {
	margin-top: 40px;
}

#locations .item:nth-child(4n + 2) .bg,
#locations .item:nth-child(4n + 3) .bg {
	position: absolute;
	width: 1200px;
	width: 100vw;
	height: 70%;
	top: 15%;
	background: #323537;
}

#locations .item:nth-child(4n + 2) .bg {
	right: 0;
}

#locations .item:nth-child(4n + 3) .bg {
	left: 0;
}

#locations .item:nth-child(4n + 2) .bg::after,
#locations .item:nth-child(4n + 3) .bg::after,
#locations .item:nth-child(4n + 2) .bg::before,
#locations .item:nth-child(4n + 3) .bg::before {
	background-size: 34px;
}

#form-contact {
	margin: 0 60px 80px;
}

#form-contact>.bg,
#comment_form>.bg {
	position: absolute;
	width: 1920px;
    width: 100vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
    background: #eee;
}

#form-contact>.bg {
	height: 70%;
    top: 15%;
}

#comment_form>.bg {
	height: 438px;
	bottom: 93px;
}

#form-contact>.bg::before,
#form-contact>.bg::after,
#comment_form>.bg::before,
#comment_form>.bg::after {
	content: '';
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-image: url('img/bg-grey.png');
}

#form-contact>.bg::before,
#comment_form>.bg::before {
	top: -4px;
	background-position: top;
}

#form-contact>.bg::after,
#comment_form>.bg::after {
	top: 100%;
	background-position: bottom;
}

#form-contact>.inner,
#comment_form>.inner {
	padding: 40px 80px;
	-webkit-box-shadow: 0 5px 25px rgba(0,0,0,.15);
	-moz-box-shadow: 0 5px 25px rgba(0,0,0,.15);
	box-shadow: 0 5px 25px rgba(0,0,0,.15);
	background: #fff;
	z-index: 2;
}

#form-contact input,
#form-contact textarea,
#comment_form input,
#comment_form textarea {
	width: 100%;
	padding: 13px 20px;
	border: 1px solid #bcbcbc;
}

#form-contact input,
#form-contact textarea,
#form-contact button,
#comment_form input,
#comment_form textarea,
#comment_form button {
	outline: none;
}

#form-contact input:focus,
#form-contact textarea:focus,
#comment_form input:focus,
#comment_form textarea:focus {
	border: 1px solid #323537;
}

#form-contact input::placeholder {
	color: #909090;
}

#form-contact input:focus::placeholder {
	color: transparent;
}

#form-contact input:-ms-input-placeholder {
	color: #909090;
}

#form-contact input:focus:-ms-input-placeholder {
	color: transparent;
}

#form-contact input::-ms-input-placeholder {
	color: #909090;
}

#form-contact input:focus::-ms-input-placeholder {
	color: transparent;
}

#form-contact textarea {
	resize: none;
}

#form-contact .flex-1,
#comment_form .flex-1 {
	min-width: 46%;
	max-width: 46%;
	width: 46%;
}

#form-contact label,
#comment_form label,
#article .comments>.title,
#article .blog-related>.title,
#form-contact .title,
#comment_form>.inner>.title {
	margin-bottom: 15px;
	font-family: 'Roboto';
font-weight: 900;
	color: #222;
}

#form-contact label,
#comment_form label,
#article .comments>.title,
#article .blog-related>.title {
	display: block;
	font-size: 24px;
    line-height: 24px;
}

#comment_form label[for="input-captcha_comment"] {
	margin-top: 40px;
}

#form-contact .title,
#comment_form>.inner>.title {
	font-size: 36px;
    line-height: 36px;
}

#form-contact .flex,
#comment_form .flex {
	margin: 40px 0;
}

#form-contact .text {
	color: #222;
	font-family: 'Roboto';
font-weight: 500;
}

#form-contact button,
#comment_form button {
	border: 0;
}

.related-informations .item .bg {
	height: 185px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#article .article-description {
	padding-bottom: 40px;
}

#article .article-description .img {
	height: 400px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#article .article-description .img,
.about-us .img img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#article .comments {
	margin: 40px 0 80px;
}

#article .comments #comment {
	margin: 40px 0;
}

#article .comments #comment .blog_comment:not(:first-child) {
	margin-top: 40px;
}

#comment_form .alert.alert-success {
	margin-bottom: 40px;
    text-align: center;
    font-family: 'Roboto';
font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #323537;
}

.about-us {
	margin-bottom: 40px;
}

.about-us p {
	margin-bottom: 10px;
}

.about-us .h2 {
	display: inline-block;
	margin-bottom: 30px;
    font-size: 24px;
    line-height: 24px;

}

.about-us .h2::after{
	content: '';
	position: absolute;
	width: 80%;
	left: 10%;
	top: 130%;
	height: 2px;
	background: #323537;
}

.about-us .img img {
	margin-left: 25px;
}
.content_bottom{
	display:block;
	margin-bottom:60px;
}
.content_bottom .container,
.content_bottom  .html.clients .title,
.content_bottom #carousel0{
	padding-left:0;
	padding-right:0;
}

#testimonials {
	position: relative;
	padding: 60px 0;
}

#testimonials .title {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	font-family: 'Roboto';
font-weight: 900;
	font-size: 26px;
	line-height: 26px;
	color: #2a2a2a;
	text-transform: uppercase;
}

#testimonials .author {
	display: block;
	margin: 10px 0;
	color: #323537;
	font-family: 'Roboto';
font-weight: 500;
}
#testimonials .items{
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	text-align:center;
}
@media (max-width:768px){
	#testimonials{
		padding:40px 0;
	}
	#testimonials .items{
		display:block;
	}
}
	#testimonials .item {
	padding:0 15px;
	min-height:1px;
	margin:0 0 20px;
	display:flex;
	flex-direction:column;
	position:relative;
}
#testimonials .item:before{
	content:"";
	display:inline-block;
	width:130px;
	height:22px;
	position:absolute;
	top:15px;
	left:50%;
	transform:translateX(-50%);
	background:url(img/star.svg) space 0 center;
	background-size:22px auto;
}

#testimonials .item > p{
	flex:1;
	background: #f8f8f8;
    padding: 15px;
	padding-top:52px;
	border-radius: 20px;
}

#testimonials .owl-wrapper-outer {
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0,.11);
	-moz-box-shadow: 0 8px 10px rgba(0,0,0,.11);
	box-shadow: 0 8px 10px rgba(0,0,0,.11);
}

#testimonials .owl-controls .owl-page span {
	background: rgb(118,160,64,.4);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#testimonials .owl-controls .owl-page.active span {
	background: #323537;
}

.category-products .item .details {
	text-decoration: none;
}

#img-full-format {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,.6);
    z-index: 6;
}

#img-full-format,
#img-full-format .close::before,
#img-full-format .close::after,
#img-full-format .close {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#img-full-format:not(.open) {
	opacity: 0;
	pointer-events: none;
}

#img-full-format .close {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 0.4;
}

#img-full-format .close:hover {
	border: 2px solid #323537
}

#img-full-format .close:hover::before,
#img-full-format .close:hover::after {
	background: #323537
}

#img-full-format .close:hover {
	opacity: 1;
}

#img-full-format .close::before,
#img-full-format .close::after {
	content: '';
    position: absolute;
    width: 2px;
    height: 21px;
    left: 12px;
    top: 2px;
	background: #fff;
}

#img-full-format img {
	max-height: 90vh;
}

.pull-left {
	float: left;
}

#product .img-2d .img {
	max-height: 400px;
	overflow: hidden;
}

#miscalculation,
#download-price,
#product-order {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;  
	background: rgba(0,0,0,.3);
}

#miscalculation form,
#download-price form,
#product-order form {
	position: absolute;
	width: 396px;
	max-width: 98%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 25px 30px;
	background: #fff;
}

#miscalculation label,
#miscalculation input,
#miscalculation textarea,
#download-price label,
#download-price input,
#download-price textarea,
#product-order label,
#product-order input,
#product-order textarea {
	display: block;
}

#miscalculation input,
#miscalculation textarea,
#miscalculation button,
#download-price input,
#download-price textarea,
#download-price button,
#product-order input,
#product-order textarea,
#product-order button {
	width: 100%;
	outline: none;
}

#miscalculation input,
#miscalculation textarea,
#download-price input,
#download-price textarea,
#product-order input,
#product-order textarea {
	margin-bottom: 15px;
	margin-top: 4px;
	padding: 6px 10px;
	border: 1px solid #bcbcbc; 
	border-radius: 3px;
}

#miscalculation input,
#download-price input,
#product-order input {
	height: 43px; 
}

#product-order textarea {
	//height: 43px;
}

#miscalculation label,
#miscalculation .title,
#download-price label,
#download-price .title,
#product-order label,
#product-order .title {
	font-family: 'Roboto';
font-weight: 900;
}

#miscalculation .title,
#download-price .title,
#product-order .title {
	margin-bottom: 20px;
	font-size: 34px;
    color: #313131;
	line-height: 1;
}

#miscalculation .subtitle,
#download-price .subtitle,
#product-order .subtitle {
	color: #222;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 20px;
}

#miscalculation button,
#download-price button,
#product-order button {
	padding: 15px 20px;
    background: #d4100a;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Roboto';
font-weight: 900;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 600;
}

#miscalculation .success,
#download-price .success,
#product-order .success {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: 'Roboto';
font-weight: 900; 
    color: #323537;
    font-size: 20px;
    padding: 10px;
    line-height: 28px;
	flex-direction: column;
}

#miscalculation:not(.open),
#miscalculation .success:not(.open),
#download-price:not(.open),
#download-price .success:not(.open),
#product-order:not(.open),
#product-order .success:not(.open) {
	display: none !important;
}

#miscalculation .close,
#download-price .close,
#product-order .close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
}

#miscalculation .close::before,
#miscalculation .close::after,
#download-price .close::before,
#download-price .close::after,
#product-order .close::before,
#product-order .close::after {
	content: '';
	position: absolute;
	top: -1px;
    left: 9px;
	width: 2px;
	height: 20px;
	background: #323537;
}

.html.block1 a {
	text-decoration: none;
}

#blueprints-carousel .owl-prev,
#blueprints-carousel .owl-next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}

#blueprints-carousel .owl-prev {
	left: 0;
	background-image: url('img/carousel/arrow-left.png');
	-webkit-transform: translateY(-50%) translateX(-100%);
	-moz-transform: translateY(-50%) translateX(-100%);
	-ms-transform: translateY(-50%) translateX(-100%);
	-o-transform: translateY(-50%) translateX(-100%);
	transform: translateY(-50%) translateX(-100%);
}

#blueprints-carousel .owl-next {
	right: 0;
	background-image: url('img/carousel/arrow-right.png');
	-webkit-transform: translateY(-50%) translateX(100%);
	-moz-transform: translateY(-50%) translateX(100%);
	-ms-transform: translateY(-50%) translateX(100%);
	-o-transform: translateY(-50%) translateX(100%);
	transform: translateY(-50%) translateX(100%);
}

.panel-product-table {
	margin: 10px 0 30px;
	border-collapse: collapse;
}

.panel-product-table td {
	padding: 7px 10px;
	border: 1px solid #d9d9d9;
	text-align: center;
}

.panel-product-table tr:nth-child(2n) {
    background-color: #f2f2f2;
}

#popup-banner {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 10000000000;
}

#popup-banner>.inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#popup-banner .close {
	position: absolute;
	top: -10px;
    right: -40px;
    width: 30px;
    height: 30px;
}

#popup-banner .close::before,
#popup-banner .close::after {
	content: '';
	position: absolute;
	top: 4px;
    left: 14px;
	width: 2px;
	height: 20px;
	background: #fff;
}

#popup-banner .close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#popup-banner .close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#call-search-modal {
	height: 32px;
	width: 32px;
	margin-left: 10px;
	background-image: url('img/search.svg');
}

#call-search-modal,
#search button {
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

#search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.67);
	z-index: 1;
}

#search:not(.open) {
	display: none;
}

#search .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px 30px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #fff;
}

#search input,
#search button {
	border: 1px solid #9b9b9b;
	outline: none;
}

#search input {
	padding: 10px 20px;
	border-right: 0;
    font-size: 24px;
}

#search button {
	width: 50px;
	border-left: 0;
	background-color: #323537;
	background-image: url('img/search_white.png');
}

.faqpage {
	margin-bottom: 30px;
}

.faqpage p[itemprop="name"] {
	margin: 10px 0 5px;
	font-family: 'Roboto';
font-weight: 700;
}

#news-contents {
    padding: 10px 20px;
	margin-bottom: 10px;
    border: 1px solid #efefef;
}

#news-contents a {
	display: block;
    text-decoration: none;
    color: #545454;
}

#news-contents a:not(:last-child) {
    margin-bottom: 5px;
}

#news-contents a:nth-child(2) {
    margin-top: 10px;
}

#news-contents a:hover {
    color: #323537;
}

#article .blog-related {
	margin-top: 40px;
}

#article .blog-related .blog_item:not(:last-child) {
	margin-bottom: 30px;
}

#article .blog-related .image {
	margin-bottom: 10px;
}

#article .blog-related .blog_title {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	color: #323537;
	font-family: 'Roboto';
font-weight: 500;
	font-size: 20px;
}

#article .blog-related .blog_stats {
	color: #898989;
}

#article .blog-related .blog_stats span:not(:last-child) {
	padding-right: 5px;
	border-right: 1px solid #898989;
}

#article .blog-related .blog_stats span:not(:first-child) {
	padding-left: 5px;
}

#article .blog-related .readmore {
	display: inline-block;
	padding: 12px 30px;
	margin-top: 10px;
	background: #323537;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	font-family: 'Roboto';
font-weight: 500;
}

.category-related-articles {
	margin-bottom: 40px;
}

.category-related-articles>.title {
	margin-bottom: 20px;
	font-family: 'Roboto';
font-weight: 700;
	font-size: 20px;
}

.category-related-articles .item .img {
	display: block;
	height: 180px;
	margin-bottom: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.category-related-articles .item .related-article-meta {
	margin-bottom: 5px;
	font-style: italic;
	font-size: 12px;
}

.category-related-articles .item .views::before {
	content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-right: 5px;
    background-image: url(../../../../../image/catalog/icon-eye.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.category-related-articles .item .title {
	display: block;
	height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #323537;
	font-family: 'Roboto';
font-weight: 500;
	text-decoration: none;
}

.category-cities,
.category-links {
	margin-bottom: 40px;
}


.category-cities .title,
.category-links .title {
	font-family: 'Roboto';
font-weight: 500;
	font-size: 24px;
    line-height: 29px;
	color:#000;
}

.category-cities a,
.category-links a {
	text-decoration: none;
	color: #323537;
}

.category-cities a:not(:last-child)::after,
.category-links a:not(:last-child)::after {
    content: '|';
    color: grey;
    margin-left: 14px;
    margin-right: 10px;
}

#externalForm {
	left: 200px !important;
}

@media(min-width: 992px) {

	header .logo img {
		height: 42px;
	}

	.html.catalogue .flex-1 {
		min-width: 20%;
		max-width: 20%;
		width: 20%;
	}

	header .nav li ul {
		display: none !important;
	}

	.html.block3 .text img {
		display: none !important;
	}

	body {
		padding-top: 108px;
	}

	.html.clients .title,
	.html.carousel0 .title,
	.html.catalogue .title {
		padding-left: 18px;
	}

	footer .copyright {
		margin-top: 40px;
	}

	footer .copyright-hann {
		margin-top: 5px;
	}

	header>.container>.flex {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	header .phones,
	header .phones .inner {
		background: #d4100a;
	}

	header .phones .inner a {
		border: 2px solid #d4100a;
	}

	.html.block2 .row1:not(.animate) .img,
	.html.block2 .row2:not(.animate) .text,
	.html.block2 .row3:not(.animate) .img,
	.html.block3:not(.animate) .flex-1:first-child {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.html.block2 .row1:not(.animate) .text,
	.html.block2 .row2:not(.animate) .img,
	.html.block3:not(.animate) .flex-1:nth-child(2) {
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
	}

	.html.block2 .row3:not(.animate) .text {
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-o-transform: translateY(50%);
		transform: translateY(50%);
	}

	#carousel0 .owl-buttons,
	#carousel1 .owl-buttons {
		top: -120px;
		right: 20px;
		width: 160px;
	}

	#block-calculate .steps {
		padding: 20px 100px;
	}

	#block-calculate .options {
		padding: 30px 100px;
	}

	#block-calculate .radio label:not(:last-child) {
		margin-right: 30px;
	}

	#block-calculate .steps li span {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	#block-calculate .steps li::before {
		content: '';
		position: absolute;
		left: -15%;
		top: -15%;
		width: 130%;
		height: 130%;
		background: #f7f7f7;
	}

	#block-calculate .steps::before {
		content: '';
		position: absolute;
		left: 100px;
		width: 100%;
		width: calc(100% - 200px);
		height: 2px;
		background: #bfbfbf;
	}

	#block-calculate::before {
		width: 360px;
		height: 180px;
	}

	#block-calculate .final {
		padding: 40px 100px;
	}

	#carousel1 {
		margin-bottom: 80px;
	}

	#form-language {
		margin-right: 20px;
	}

	.breadcrumbs {
		padding-top: 22px;
		padding-bottom: 20px;
	}
}

@media (max-width: 991px) {

	header .menu,
	header .nav {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
	}

	header .menu,
	header .nav,
	.category-products .item,
	.html.block2 .row3 {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.category-products .item> .img {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	.category-products .item .description>.title {
		margin: 10px 0 35px;
	}

	#side-categories {
		margin-right: 20px;
	}

	.category-products .item .characteristics .img svg {
		width: 34px;
	}

	header .menu {
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		padding: 20px;
		background: #fff;
		z-index: 10;
		-webkit-transition: all .3s;
		transition: all .3s;
		transition: all .3s;
		overflow: auto;
	}

	header .menu:not(.open) {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}

	header .menu.open {
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
		box-shadow: 0 0 10px rgba(0,0,0,.15);
	}

	header .nav li {
		display: block;
		margin-bottom: 0 !important;
	}

	header .nav li:not(:last-child) a {
		border-bottom: 1px solid #efefef;
	}

	header .nav li a {
		display: block;
		padding: 10px 0;
		color: #222 !important;
	}

	header .nav li ul {
		padding-left: 20px;
	}

	header .nav li ul li {
		margin-right: 0;
	}

	#toggle-dropdown-menu {
		position: relative;
	}

	#toggle-dropdown-menu::after,
	header .nav li a[role="button"]::after {
		content: "";
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		margin-right: 5px;
		border: 1px solid #332d40;
		border-top: none;
		border-right: none;
		-webkit-transform: rotate(-46deg);
		-ms-transform: rotate(-46deg);
		transform: rotate(-46deg);
		right: 0;
	}

	#toggle-dropdown-menu::after,
	header .nav li a[role="button"]::after,
	#toggle-dropdown-menu + ul {
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}

	#toggle-dropdown-menu.open::after,
	header .nav li a[role="button"].open::after {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#toggle-dropdown-menu + ul {
		overflow: hidden;
	}

	header .nav li a[role="button"] + ul {
		overflow: hidden;
	}

	#toggle-dropdown-menu:not(.open) + ul,
	header .nav li a[role="button"]:not(.open) + ul {
		height: 0;
	}

	#form-language {
		margin-bottom: 10px;
	}

	#mobile-menu-toggle.open {
		z-index: 11;
	}

	header .social a:last-child {
		margin-right: 0;
	}

	header .nav {
		text-align: left;
	}

	header .nav li {
		margin-right: 45px;
		margin-bottom: 5px;
	}

	body {
		padding-top: 80px;
	}


	footer .footer-text,
	footer .navigation,
	header>.container:first-child::after,
	.html.block3 .text + div,
	#catalog-dropdown {
		display: none !important;
	}

	.html.block1>.container {
		display: block !important;
	}

	#scroll-top {
		bottom: 20px;
	}

	.html.catalogue,
	.html.block3>.container,
	.html.block2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	header>.container:first-child {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.html.block1>.container {
		padding-top: 0;
		padding-bottom: 0;
	}

	.html.block1>.container,
	.html.block3>.container {
		background: transparent;
	}

	header .logo img {
		display: block;
		height: 40px;
	}

	header .phones {
		padding-right: 30px;
	}

	header .phones svg  {
		right: 12px;
	}

	header .phones a {
		font-size: 12px;
		font-family: 'Roboto';
font-weight: 700;
	}

/* 	header .phones,
	header .phones .inner {
		background: #323537;
	} */

	header .phones .inner a {
		border: 2px solid #323537;
	}

	#mobile-menu-toggle {
		height: 24px;
		width: 32px;
	}

	#mobile-menu-toggle span {
		position: absolute;
		left: 0;
		height: 3px;
		width: 100%;
		background: #2b2a29;
	}

	#mobile-menu-toggle span:first-child {
		top: 0;
	}

	#mobile-menu-toggle span:nth-child(2) {
		top: 10px;
	}

	#mobile-menu-toggle span:nth-child(3) {
		top: 20px;
	}

	#mobile-menu-toggle.open span:first-child {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#mobile-menu-toggle.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#mobile-menu-toggle.open span:first-child,
	#mobile-menu-toggle.open span:nth-child(3) {
		top: 10px;
	}

	#mobile-menu-toggle.open span:nth-child(2) {
		opacity: 0;
	}

	.html.block1 .title,
	.html.block2 .title,
	.html.block3 .title,
	.html.catalogue .title,
	.html.clients .title,
	.html.carousel0 .title,
	.html.block-calc>.container>.text .title,
	#testimonials .title	{
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}

	.home-page-main .text{
		text-align: center;
		margin-bottom: 24px;
	}

	.home-page-main .text-wrapper{
		margin: 0 auto;
	}

	.home-page-main .image{
		display: flex;
		justify-content: center;
	}
	.home-page-main{
		margin-bottom: 24px;
	}

	.html.block1 .title + div {
		width: 66%;
	}

	.html.block1::before {
		width: 40%;
		background-size: 300%;
		background-position: left 70%;
	}

	.html.block1 a {
		padding-left: 30px;
		padding-right: 30px;
		white-space: nowrap;
	}

	.html.block2 .row1,
	.html.block2 .row2,
	.html.block2 .row3 {
		position: relative;
	}

	.html.block2 .row1 .img,
	.html.block2 .row2 .img {
		max-width: 0;
	}

	.html.block2 .title + div {
		width: 70%;
	}

	.html.block2 .row1 .title + div {
		margin-left: 30%;
	}

	.html.block2 .row3 .text {
		text-align: center;
	}

	.html.block2 .row1 .img img,
	.html.block2 .row2 .img img {
		position: absolute;
		display: block;
		bottom: 0;
		max-width: none;
	}

	.html.block2 .row3 .img {
		padding-right: 0;
	}

	.html.block2 .row1 .img img,
	.html.block2 .row2 .img img {
		height: 80%;
	}

	.html.block2 .row1 .img img,
	.html.block2 .row3 .img img {
		right: 70%;
	}

	.html.block2 .row1 .img img {
		margin-right: -15px;
	}

	.html.block2 .row2 .img img {
		left: 70%;
		margin-left: -30px;
		margin-bottom: -50px;
	}

	.html.block2 .row1 .text {
		text-align: right;
	}




	.html.catalogue .title {
		margin-bottom: 15px;
		text-align: center;
	}

	.html.catalogue a {
		font-family: 'Roboto';
font-weight: 700;
		font-size: 15px;
	}

	.html.catalogue .flex,
	#block-calculate .steps,
	#block-calculate .option>.flex,
	#block-calculate .option[data-option="4"] {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		justify-content: center
	}

	#block-calculate .option[data-option="4"],
	#block-calculate .final .contacts {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.html.catalogue .flex>.flex-1 {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}

	.html.catalogue .flex>.flex-1:not(:last-child) a {
		margin-bottom: 20px;
	}

	.html.block3 .text img {
		max-width: 60%;
		float: right;
	}

	.html.block3 .title {
		margin-bottom: 10px;
	}

	.html.carousel0 .title {
		margin-top: 0;
	}

	#carousel0 .owl-buttons,
	#carousel1 .owl-buttons {
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50px);
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	#block-calculate .options {
		padding: 30px 20px;
	}

	#block-calculate .steps {
		padding: 20px;
	}

	#block-calculate .steps li span {
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}

	#block-calculate .steps li {
		margin: 0 10px;
	}

	#block-calculate::before {
		width: 120px;
		height: 50px
	}

	.html.carousel0 .title,
	.html.block-calc>.container>.text .title,
	.html.block-calc>.container>.text p:not(.title),
	#block-calculate .option>.title,
	#block-calculate .options {
		text-align: center;
	}

	.html.block-calc>.container>.text p:not(.title) {
		margin-bottom: 45px;
	}

	#block-calculate .option>.title,
	#block-calculate .option>.flex-1>.title,
	#block-calculate .final>.title {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 22px;
	}

	#block-calculate .radio label:not(:last-child),
	#block-calculate .option[data-option="4"]>div:not(:last-child) {
		margin-bottom: 20px;
	}

	#block-calculate .final .contacts>div:nth-child(2),
	#block-calculate .final .contacts>div:nth-child(3) {
		margin-bottom: 10px;
	}

	#block-calculate .option .select-title {
		margin: 0 auto;
	}

	#block-calculate .option .select {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#block-calculate .option[data-option="5"]>div,
	#block-calculate .option[data-option="6"]>div,
	#block-calculate .option[data-option="5"] .select-title,
	#block-calculate .option[data-option="6"] .select-title,
	#block-calculate .option[data-option="5"] .select,
	#block-calculate .option[data-option="6"] .select {
		max-width: 100%;
	}

	#block-calculate .option .select label {
		overflow: hidden;
	}

	#block-calculate .final {
		padding: 20px 30px;
	}

	#options-next,
	#final-next {
		font-size: 14px;
		line-height: 14px;
	}

	#options-next {
		margin-left: 40px;
	}

	#final-next {
		margin-right: 0;
	}

	#block-calculate .final .contacts>div {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	#block-calculate .final .contacts>div:first-child {
		-webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
	}

	#block-calculate .final .contacts>div:nth-child(2) {
		-webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
	}

	#block-calculate .final .contacts>div:nth-child(3) {
		-webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
	}

	#carousel1 {
		margin-bottom: 40px;
	}

	.breadcrumbs {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.related-products .item,
	.related-informations .item,
	#gallery-data .item {
		width: 48%;
	}

	#locations .item {
		width: 46%;
	}

	.related-products .item {
		margin-bottom: 20px;
		background-size: cover;
		background-position: bottom;
	}
}

@media (min-width: 768px) {
	.category-image img {
		position: absolute;
		max-width: none;
		right: 60px;
		top: 0;
	}

	#product-read-more {
		display: none;
	}

	.col-sm-4 {
		display: inline-block;
		width: 33%;
	}

	.col-sm-6 {
		display: inline-block;
		width: 49%;
	}

	#miscalculation textarea,
	#download-price textarea,
	#product-order textarea {
		height: 100px;
	}

	#miscalculation form,
	#download-price form,
	#product-order form {
		width: 466px;
		padding-top: 25px;
		padding-bottom: 30px;
	}

	#miscalculation input,
	#miscalculation textarea,
	#download-price input,
	#download-price textarea,
	#product-order input,
	#product-order textarea {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

@media (max-width: 767px) {

	body {
		padding-top: 72px;
	}

	header .logo img {
		height: 20px;
	}

	.related-informations .item,
	#gallery-data .item {
		width: 100%;
	}

	.related-informations .item:not(:last-child) {
		margin-bottom: 20px;
	}

	#product .img-holder + div {
		display: -webkit-box!important;
		display: -moz-box!important;
		display: -ms-flexbox!important;
		display: -webkit-flex!important;
		display: flex!important;
	}

	.about-us,
	.category-inner,
	.category-description,
	.category-products .item .description>.flex,
	#product>.flex,
	#product .img-holder + div {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-us {
		margin-bottom: 0;
	}

	.about-us .img img {
		margin: 0 0 20px;
	}

	.about-us>div:first-child,
	.category-inner>div:first-child,
	#product .img-holder + div .price {
		-webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
	}

	.about-us>div:nth-child(2),
	.category-inner>div:nth-child(2),
	#product .img-holder + div .options {
		-webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
	}

	#article .article-description .img {
		height: 200px;
	}

	#form-contact>.inner,
	#comment_form>.inner {
		padding: 20px;
	}

	#form-contact .title,
	#comment_form>.inner>.title {
		font-size: 26px;
		line-height: 26px;
	}

	#form-contact label,
	#comment_form label,
	#article .comments>.title {
		font-size: 18px;
		line-height: 18px;
	}

	#locations .item {
		width: 100%;
		margin-bottom: 30px;
	}

	#locations {
		padding: 0 20px;
	}

	#product h1,
	#contact h1 {
		padding-left: 0;
	}

	#form-contact {
		margin: 0 0 30px;
	}

	#side-categories {
		margin-right: 0;
	}

	.category-products .item .border::before,
	.category-products .item .border::after {
		display: none;
	}

  .category-products .item> .img{
    height: 0;
padding-top: 56.6%;
  }

	.category-products .item .description {
		padding-left: 0;
	}

	.category-products .item .description>.title {
		margin: 20px 0;
	}

	.category-main-dedscription {
		padding: 20px 0;
	}

	.category-description {
		margin: 10px 0 20px;
	}

	.category-description h1 {
		margin-top: 0;
	}

	.category-image img {
		max-height: 240px;
		margin-top: 20px;
	}

	.category-image img {
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}

	.pagination li.prev::before,
	.pagination li.next::after {
		top: 5px;
		width: 12px;
		height: 12px;
	}

	.pagination li.next {
		padding-right: 20px;
		margin-right: 10px
	}

	.pagination li.prev {
		padding-left: 20px;
		margin-right: 10px;
	}

	.pagination li:not(.prev):not(.next) {
		margin-right: 10px
	}

	.pagination li.next {
		margin-left: 0;
	}

	.pagination li.last {
		margin-right: 0 !important;
	}

	.pagination li a,
	.pagination li span {
		font-size: 14px;
	}

	/*#category-filters .filter {
		border-left: 2px solid #dfdfdf;
	}

	#category-filters .filter:not(:last-child) {
		border-bottom: 0;
	}*/

	#product>.description {
		padding: 20px 0;
	}

	.related-products>.title {
		margin-left: 0;
	}

	.related-products .item {
		width: 100%;
	}

	#product .attributes .title,
	#product .attributes .name {
		padding-left: 0;
		padding-right: 10px;
	}

	#product .img-holder + div {
		padding-left: 0;
	}

	#product .product-details .img-holder {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	#product .img-3d {
		height: 260px;
	}

	#product .price .bg {
		left: -20px;
	}

	#product .price .buttons a {
		min-width: 0;
		padding: 14px 12px;
	}

	#product .price .buttons a.download {
		margin-left: 15px;
	}

	#product .img-3d .buttons {
		bottom: 15px;
		right: 20px;
	}

	#block-calculate .radio label {
		width: 100%;
		max-width: 100%;
	}

	#product>.description:not(.open) {
		height: 90vh;
		min-height: 300px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	#product-read-more {
		display: block;
		padding: 10px 5px;
		margin-bottom: 20px;
		text-align: center;
		background: #323537;
		color: #fff;
		font-family: 'Roboto';
font-weight: 500;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#product>.description.open + #product-read-more {
		display: none;
	}
}

@media (max-width:575px) {
	#category-filters .filter {
		max-width: 50%;
		min-width: 50%;
		width: 50%;
	}
	#category-filters .filter:nth-child(3n+3) {
		border-right: inherit;
	}
	#category-filters .filter:nth-child(2n) {
		border-right: initial;
	}
}

@media (max-width: 480px) {
	#call-search-modal {
		display: none;
	}
}


.ral-carousel {
	margin-bottom: 30px;
	margin-top:30px;
}

.ral-carousel>.title {
margin-bottom: 20px;
    font-family: 'Roboto';
font-weight: 700;
    font-size: 20px;
}

.ral-carousel .items {
	margin-bottom: 45px;
}



.ral-carousel .btn {
	display: inline-block;
	padding: 10px 30px;
	background-color: #991b0c;
	color: #fff;
}
.ral-carousel .item{
	
	text-align:center;
}
.ral-carousel .item .image{
	margin-bottom: 10px;
	position:relative;
}
.ral-carousel .item .img {
	display: block;
    height: 0;
    border-radius: 100%;
    padding-top: 100%;
    
}

.ral-carousel .item .name,
.ral-carousel .item .color {
	display: block;
}

.ral-carousel .item .color {
    margin-bottom: 5px;
	font-weight: 500;
    font-size: 16px;
	font-weight:600;
}

.ral-carousel .item .name {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	
}

.ral-carousel .owl-dots {
	margin-top: 30px;
	text-align: center;
}

.ral-carousel .owl-carousel button.owl-dot {
	width: 12px;
	height: 12px;
	background: #efefef;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.ral-carousel .owl-carousel button.owl-dot:not(:last-child) {
	margin-right: 10px;
}

.ral-carousel .owl-carousel button.owl-dot.active {
	background: #323537;
}
.mt-20 {
	margin-top: 20px;
}
.page-success #content {
	min-height: 200px;
}
.page-success .breadcrumbs {
	padding-left: 0;
}

#gallery-categories .item, #gallery-categories .video-item,
#gallery-categories .item .description,
#gallery-categories .item .description .title {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gallery-categories .item, #gallery-categories .video-item,
#gallery-categories .item .description,
#blog .blog_item .image,
#article .article-description .img {
	-webkit-box-shadow: 5px 10px 35px rgba(0,0,0,.25);
	-moz-box-shadow: 5px 10px 35px rgba(0,0,0,.25);
	box-shadow: 5px 10px 35px rgba(0,0,0,.25);
}

#gallery-categories .item .description,
#gallery-categories .item .description .title {
	width: 80%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}

#gallery-categories .item, #gallery-categories .video-item {
	height: 350px;
	margin-bottom: 140px;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	z-index: 1;
}

#gallery-categories .item .description {
	position: absolute;
	min-height: 121px;
	top: 100%;
	left: 50%;
	padding: 40px 20px 15px 20px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-size: 16px;
	color: #000;
	pointer-events: none;
}

#gallery-categories .item:hover .description {
	top: 75%;
}

#gallery-categories .item .description .title {
	position: absolute;
	min-height: 70px;
	left: 50%;
	top: 0;
	padding: 13px;
	color: #fff;
	background: #323537;
	text-transform: uppercase;
	font-family: 'Roboto';
font-weight: 900;
	font-size: 20px;
	-webkit-box-shadow: 0 4px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 4px 7px rgba(0,0,0,.2);
	box-shadow: 0 4px 7px rgba(0,0,0,.2);
}

#gallery-categories .item .description .sub_title {
	font-family: 'Roboto';
font-weight: 500;
}

#gallery-categories .bg-grey,
#blog .blog_item .bg {
	position: absolute;
	height: 300px;
	background-repeat: repeat-x;
}

#gallery-categories .bg-grey {
	left: 0;
	width: 100%;
	margin-top: 40px;
}

#blog .blog_item>.inner {
	background: #fff;
}

#blog .blog_item .bg {
	width: 1920px;
	width: 100vw;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	margin-top: 25px;
	pointer-events: none;
}

#blog .blog_item:nth-child(even) .bg {
	display: none;
}

#gallery-categories .bg-grey:nth-child(7) {
	margin-top: 540px;
}

#gallery-categories .bg-grey:nth-child(13) {
	margin-top: 1040px;
}

#gallery-categories h1,
#information h1,
#blog h1,
#article h1 {
	margin: 40px 0;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Roboto';
font-weight: 900;
	color: #222;
	text-transform: uppercase;
}

#information #gallery-categories .item {
	margin-bottom: 50px;
}

#information #gallery-categories .bg-grey:nth-child(7) {
	margin-top: 450px;
}

#gallery-data {
	width: 100%;
    margin: 40px 0 20px;
    padding-bottom: 40px;
}

#gallery-data .item {
	width: 23.5%;
}

#gallery-data .item .title {
	padding: 12px 0;
	font-family: 'Roboto';
font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	background: #323537;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gallery-data .item .description {
	margin-top: -3px;
	padding: 15px 20px 15px 20px;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.2);
	box-shadow: 0 0 25px rgba(0,0,0,.2);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	font-family: 'Roboto';
font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	color: #222;
}

#gallery-data .item .description span {
	display: block;
	font-family: 'Roboto';
	font-size: 14px;
}

#information .information-description {
	font-size: 15px;
}

#blog .blog_item .image {
	display: block;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#blog .blog_item .title {
	margin: 0 0 30px;
}

#blog .blog_item .title a {
	font-family: 'Roboto';
font-weight: 900;
	color: #222;
	font-size: 22px;
	line-height: 22px;
	text-decoration: none;
}

#blog .blog_item .btn {
	text-decoration: none;
}

#blog .blog_item .blog_stats {
	margin-bottom: 15px;
	font-size: 12px;
	color: #6b6b6b;
	font-family: 'Roboto';
font-weight: 500;
}

#blog .blog_item .blog_stats a {
	color: #323537;
}

@media (min-width: 992px) {
	
	#gallery-categories h1,
	#information h1,
	#information .information-description,
	#blog h1,
	#article h1 {
		padding-left: 60px;
	}
	
	#blog .blog_item {
		margin: 0 60px 60px;
	}
	
	#blog .blog_item .description {
		margin: 0 0 0 60px;
	}
	
	#gallery-categories .item, #gallery-categories .video-item {
		width: 32%;
	}
	
	#gallery-categories .item:not(:nth-child(6n+6)) {
		margin-right: 2%;
	}
}

@media (max-width: 991px) {
	#gallery-categories .item, #gallery-categories .video-item {
		width: 48%;
	}
	
	#gallery-categories .bg-grey {
		display: none;
	}
	
	#blog .blog_item {
		margin: 0 0 30px;
	}
	
	#blog .blog_item .image {
		margin-right: 20px;
	}
}

#gallery-categories .video-item svg{
	width: 64px;
	height: 64px;
	
}
#gallery-categories .video-item{
display: flex;
align-items: center;
justify-content: center;	
}
@media (max-width: 767px) {
	#gallery-categories .item, #gallery-categories .video-item {
		width: 100%;
	}
	
	#gallery-categories .item {
		margin-bottom: 100px;
	}
	
	#gallery-data .item:not(:last-child) {
		margin-bottom: 20px;
	}
	
	#blog .blog_item>.inner {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#blog .blog_item .image {
		min-height: 240px;
		max-height: 240px;
		height: 240px;
		width: 100%;
		margin: 0 0 20px;
	}
	
	#blog .blog_item .bg {
		display: none;
	} 
}


.single-catalog-page{
	padding-bottom: 40px;
}

.single-catalog-page .catalog-title{
	margin: 40px 0;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Roboto';
    font-weight: 900;
    color: #222;
    text-transform: uppercase;
}

.single-catalog-page .back-btn{
	display: block;
	margin: 32px auto;
	max-width: max-content;
	width: 100%;
}


.single-catalog-page img{
	width: 100%;
	height: auto;
	margin-bottom: 16px;
}


.btn-default{
	display: inline-block;
    padding: 15px 40px;
    background: #d4100a;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 15px;
    font-family: 'Roboto';
    font-weight: 900;
    cursor: pointer;
	text-decoration: none;
}


@media(max-width: 768px){
	.single-catalog-page .catalog-title{
		font-size: 24px ;
	}
	.single-catalog-page .back-btn{
		font-size: 14px;
	}
}

#catalog-dropdown .item img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
}	

.catalogue img{
	min-width: 150px;
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 24px;
}

@media(max-width: 580px){
	.catalogue img{
		min-width: 100px;
		width: 100px;
		height: 100px;
	}
}


header{
	border-bottom: 1px solid #ececec;
	background: #d4100a;
}

header .nav a, #form-language span, #form-language a {
	color: #fff;
}

#form-language span:not(:last-child)::after, #form-language a:not(:last-child)::after{
	background: #fff;
}


.clients{
	padding-bottom: 80px;
}

.catalogue .flex.flex-wrap{
	row-gap: 24px;
}


#accordion {
	margin: 50px auto;
	width: 75%;
	
}

.question {
	background: #fff;
	margin-bottom: 15px;

	
}
.question-header {
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	user-select: none;

}

.question-main {
	display: none;
	padding: 15px;
	box-sizing: border-box;
	
}


.question-main p {
	margin: 0;
}

.question-header.active i{
	transform: rotate(180deg);
}
.question-header.active + .question-main{
	display: block;
}

.question-header h3 {
	margin: 0;
	font-weight: 500;
	flex: 1;
}
.question-header i {
	transition: 0.2s ease;
	display: block;
	width: 24px;
}
.faq h2{
	text-align: center;
	font-size: 30px;
	margin-bottom: 40px;
}

.clients h2{
	margin-bottom: 40px;
}



.faq{
		margin-top: 40px;
		margin-bottom: 80px;
}


@media(max-width: 991px){
	body{
		padding-top: 140px;
	}
}

@media(max-width: 768px){
	#gallery-data{
		display: flex;
		flex-direction: column;
	}
	#gallery-data .item{
		width: 100%;
	}
}

header .socials svg{
	width: 32px;
height: 32px;
}

header .socials svg:last-child{
width: 28px;
}

header .socials  a{
text-decoration: none;}


.float-button{
	position: fixed;
	left: 32px;
	bottom: 32px;
	z-index: 90;
}

.pum-theme-1562 .pum-container, .pum-theme-lightbox .pum-container{
	box-shadow: none !important;
	border: none !important;
}

.pum-theme-1562 .pum-container, .pum-theme-lightbox .pum-container input{
margin: 8px 0px;}

.wpcf7-submit{
	width: 100%;
}

header .phones .phones-item {
	display: flex;
	align-items: center;
		gap: 8px;
}
header .phones .phones-item .socials{
	height: 24px;
		display: flex;
	align-items: center;
}
header .phones a svg{
	position: static;
	width: 24px;
	height: 24px;
}

.phones-item{
	display: flex;
	align-iteems: center;
gap: 8px;
}