/*
Theme Name: granitgroup
*/

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter_Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	margin: 0%;
	padding: 0%;
}
body {
	margin: 0%;
	padding: 0%;
    line-height: 15pt;
    font-size: 15px;
	font-family: 'Calibri';
	color: #323232;
    background: #fff;
	min-width: 1100px;
	overflow-x: hidden;
}
a {
	color: #323232;
}
a:hover {
    color: #ff1717;
    text-decoration: underline;
}
h1, h2, p.h2, h3, p.h3, h4, p.h4, h5, h6 {
    font-family: 'Inter';
	font-weight: normal;
    letter-spacing: 0px;
	position: relative;
}
h1, p.h1 {
    font-size: 41px;
    line-height: 37pt;
    position: relative;
}
p.h2, h2 {
	font-size: 35px;
	line-height: 32pt;
    font-weight: normal;
    position: relative;
}
p.h3, h3 {
    font-size: 23px;
    line-height: 23pt;
}
h4, h5, h6 {
    font-size: 19px;
    text-transform: inherit;
    line-height: 20pt;
    margin: 0%;
    margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
input,
select,
textarea {
	outline: none;
}
.center {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
}
.center:after {
	content: '';
	clear: both;
	display: block;
}
.clear {
	position: relative;
	clear: both;
}

/*header*/
header.mainpage {
    background: #000 url(images/slider1.jpg) top center / cover no-repeat;
    color: #fff;
    overflow: hidden;
    max-height: 780px;
    padding-bottom: 70px;
    -moz-transition: background-image 0.8s ease-in-out;
    -webkit-transition: background-image 0.8s ease-in-out;
    -o-transition: background-image 0.8s ease-in-out;
    position: relative;
    z-index: 3;
}
header.mainpage a {
    color: #fff;	
}
header.mainpage:before {
    content: '';
    background: #171918;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
header.mainpage:after {
    content: '';
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 70%) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/*top_single_page*/
header.singlepage nav#main {
    border: none;
    background: #ed1c24;
    padding: 0;
}
header.singlepage nav#main a {
	color: #fff;
}
header.singlepage nav#main ul li.current-menu-item a {
    color: #ffffff;
}
header.singlepage nav#main ul li.current-menu-item {
    background: #e2171f;
}

/*nav*/
nav#main {
    border-bottom: 2px solid rgb(255 255 255 / 21%);
    position: relative;
    z-index: 2;
}
nav#main ul {
    display: block;
    width: 100%;
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    font-size: 18px;
}
nav#main ul li {
    float: left;
    padding: 18px 28px;
    position: relative;
}
nav#main ul li.cat {
    padding-right: 35px;
}
nav#main ul li.cat > a {
    font-size: 22px;
	position: relative;
}
nav#main ul li.cat > a:after {
    content: url(images/list.png);
    position: absolute;
    right: -23px;
    top: 0;
}
nav#main ul li.current-menu-item a {
    color: #bfbfbf;
}
nav#main ul li.menu-item-has-children:hover {
    background: #ed1c24;
	border-radius: 2px 2px 0 0;
}
nav#main ul li.current-menu-item:hover {
    background: transparent;
}
nav#main ul li:hover a {
    text-decoration: underline;
}
header.singlepage nav#main ul li:hover {
    background: #252525;
}
header.singlepage nav#main ul li:hover ul li {
    background: transparent;
}
nav#main ul li a:hover {
    color: #ed1c24;
}
header.singlepage nav#main ul li a:hover {
    color: #fff;
}
nav#main ul li.menu-item-has-children:hover a {
    text-decoration: none;
}
nav#main ul li.menu-item-has-children a:hover {
    color: #fff;
    text-decoration: underline;
}
nav#main ul li.current-menu-item:hover > a {
    text-decoration: underline;
}
nav#main ul li ul.sub-menu {
    display: none;
    position: absolute;
    background: #252525;
    padding: 10px 14px 16px 20px;
    font-size: 18px;
    left: 0;
    box-sizing: border-box;
    width: 260px;
    border-radius: 0 3px 3px 3px;
    top: 55px;
    z-index: 2;
}
header.mainpage nav#main ul li ul.sub-menu {
    background: #ed1c24;
}
nav#main ul li.cat ul.sub-menu {
    width: 430px;
    padding: 20px 14px 20px 25px;
}
nav#main ul li.cat ul.sub-menu li {
	float: left;
	width: 49%;
    margin: 3px 0;
}
nav#main ul li.cat ul.sub-menu li:nth-child(even) {
	float: right;
}
nav#main ul li:hover ul.sub-menu {
	display: block;
}
nav#main ul li ul.sub-menu li {
	float: none;
	padding: 0%;
	margin: 8px 0;
}
nav#main ul li ul.sub-menu li > a {
	text-decoration: none;
}
nav#main ul li div.double .one ul li a:hover, nav#main ul li ul.sub-menu li a:hover {
    color: #ff4e55;
    text-decoration: underline;
}
header.mainpage nav#main ul li div.double .one ul li a:hover,
header.mainpage nav#main ul li ul.sub-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
nav#main ul li div.double {
    display: none;
    position: absolute;
    background: #ed1c24;
    padding: 10px 14px 16px 20px;
    font-size: 16px;
    left: 0;
    box-sizing: border-box;
    width: 580px;
    border-radius: 0 3px 3px 3px;
    top: 55px;
    z-index: 2;
}
nav#main ul li:hover div.double {
	display: block;
}
nav#main ul li div.double .one {
    width: 50%;
    box-sizing: border-box;
    float: left;
    font-size: 15px;
    color: #f9f9bc;
	padding: 10px 0 0 0;
}
nav#main ul li div.double .one ul {
	margin: 6px 0 0 0;
}
nav#main ul li div.double .one ul li {
	float: none;
	padding: 0%;
	margin: 8px 0;
}

nav#main ul li a {
	text-decoration: none;
}
nav#main ul li:nth-last-child(1) ul.sub-menu,
nav#main ul li:nth-last-child(1) ul.sub-menu,
nav#main ul li:nth-last-child(3) ul.sub-menu {
	text-align:right;
	right: 0;
	left: inherit;
}

header ul.pagination {
	display: none;
    margin: 0%;
    padding: 0%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -80px;
	list-style-type: none;
}
header ul.pagination li {
    width: 9px;
    height: 9px;
    margin: 12px 0;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
	opacity: 0.4;
	transition: 0.5s;
}
header ul.pagination li:hover {
	opacity: 0.7;
}
header ul.pagination li.active {
	opacity: 1;
}

/*sliders*/
section#sliders {
    position: relative;
    z-index: 1;
    padding: 20px 0 0;
}
section#sliders form.form_landing,
section#preview_block form.form_landing {
    float: right;
    padding: 4% 3.5%;
    border-radius: 6px;
    background: rgb(0 0 0 / 41%);
    width: 37%;
    box-sizing: border-box;
    margin-top: 3.5%;
}
form.form_landing label {
    font-size: 23px;
    line-height: 22pt;
    font-family: 'Inter';
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
}
section#sliders form.form_landing input[type="text"],
section#preview_block form.form_landing input[type="text"] {
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 19px;
    box-sizing: border-box;
    border-radius: 3px;
    border: none;
    margin: 6px 0;
    width: 100%;
    background: #fff;
    box-shadow: inset 0px 0 13px 3px hsl(0deg 0% 40% / 23%);
    border-bottom: 2px solid #2e2e2f;
}
section#sliders form.form_landing input[type="text"]:hover,
section#preview_block form.form_landing input[type="text"]:hover {
    border: none;
    box-shadow: inset 0px 0 13px 3px hsl(0deg 0% 40% / 23%);
    border-bottom: 2px solid #2e2e2f;
}


section#callback_block input[type="text"] {
    width: 100%;
    margin: 0 0 10px 0;
    border: 2px solid rgb(50 50 50 / 29%);
    border-radius: 4px;
    padding: 17px 20px;
    box-sizing: border-box;
}


form.form_landing input[type="submit"] {
    width: 100%;
}
form.form_landing input[type="button"] {
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
}
section#sliders .content {
    width: 60%;
    max-width: 800px;
    font-family: 'Inter';
    float: left;
}
section#sliders .content h1 {
    margin: 10px 0 15px;
    font-size: 40px;
    line-height: 37pt;
}
section#sliders .content p.desc {
    font-size: 18px;
    line-height: 21pt;
    margin: 9px 0 4px;
}
section#preview_block .content ul,
section#sliders .content ul {
    max-width: 600px;
    font-size: 16px;
    line-height: 17pt;
    display: inline-block;
	list-style-type: none;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}
section#preview_block .content ul li,
section#sliders .content ul li {
    float: left;
    width: 47%;
    margin: 0 0 15px 0;
    padding-left: 40px;
    box-sizing: border-box;
    list-style-position: inherit;
    background: url(images/trigger_icon.svg) left top no-repeat transparent;
    display: list-item;
}
section#preview_block .content ul li:nth-child(even),
section#sliders .content ul li:nth-child(even) {
	float: right;
}
section#preview_block .content ul li span,
section#sliders .content ul li span {
	color: #bababc;
}
section#preview_block .content ul li a,
section#sliders .content ul li a {
	text-decoration: none;
	border-bottom: 1px solid #ff090c;
}
section#preview_block .content ul li a:hover,
section#sliders .content ul li a:hover {
	color: #2adeff;
	border-bottom: 1px solid #2adeff;
}


/*
	.answer.green
*/
section.center_content {
    text-align: center;
}
.answer.green {
    background: #b4efb4;
    padding: 25px 20px;
    text-align: center;
    font-size: 20px;
    margin: 30px 0;
    border-radius: 20px;
    line-height: 125%;
}
.answer.error {
    background: #f9ddda;
    padding: 25px 20px;
    text-align: center;
    font-size: 21px;
    margin: 30px 0;
    line-height: 125%;
    border-radius: 20px;
}

.answer.empry {
    font-size: 21px;
    padding: 20px 0;
}

/*section#top*/
section#top {
    padding: 25px 0;
    position: relative;
    z-index: 2;
}
section#top a:hover {
    color: #63d7ff;
}
section#top object.logo,
section#top img.logo {
    float: left;
    margin-right: 30px;
    max-width: 360px;
}
section#top span.desc {
    float: left;
    width: 210px;
    line-height: 15pt;
    margin-top: 12px;
    font-size: 15px;
}
section#top p.tel {
    float: right;
    margin: 0;
    width: 22%;
    /*
     padding: 20px 0 0 0;
	*/
    padding: 20px 0 0 0;
}
section#top p.tel a.tel {
    font-size: 19px;
    text-decoration: none;
    letter-spacing: -0.2px;
	display: block;
	margin: 0 0 8px 0;
}
section#top p.tel a.tel:hover {
    color: #ed1c24;
}
section#top p.tel a.tel.tel1 {
    font-size: 31px;
}
section#top p.tel a.email {
    font-size: 15px;
    margin-top: 9px;
    position: relative;
    display: block;
}
section#top p.adress {
    float: right;
    width: 32%;
    max-width: 270px;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    padding-right: 2%;
    margin-top: 4px;
    font-size: 14px;
    line-height: 14pt;
}
section#top p.adress:before {
    content: url(images/loc.svg);
    position: absolute;
    left: -35px;
    top: 4px;
}
section#top p.adress a {
    display: initial;
    font-size: 17px;
    line-height: 16pt;
    margin-bottom: 7px;
    text-decoration: none;
    border-bottom: 2px solid rgb(221 221 221 / 25%);
}
section#top p.adress a:hover {
    border-bottom: 2px solid rgb(237 28 36 / 62%);
}
section#top p.adress span {
    top: 14px;
    position: relative;
    display: initial;
    background: #ed1c24;
    border-radius: 2px;
    padding: 3px 8px;
    font-size: 14px;
	display: table;
}
header.singlepage section#top p.adress span {
    top: 9px;
    background: #ed1c24;
    color: #fff;
    font-size: 13px;
    display: table;
}
section#top a:hover {
    color: #ed1c24;
}
section#top p.button {
    float: right;
    margin: 0;
}

/*header.singlepage*/
header.singlepage section#top p.adress:before {
    content: url(images/loc.svg);
}
header.singlepage section#top a:hover {
    color: #ed1c24;
}
header.singlepage section#top p.tel a.tel:hover {
    color: #ed1c24;
}
header.singlepage section#top {
    padding: 15px 0;
}
header.singlepage section#top p.adress a {
    border-bottom: 2px solid rgb(221 221 221 / 60%);
}
header.singlepage section#top p.adress a:hover {
    color: #ed1c24;
    border-bottom: 2px solid rgb(237 28 36 / 47%);
}

/*category*/
section#category {
	position: relative;
}
/*
section#category:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e7e7e7;
    width: 100%;
    content: '';
    display: block;
    height: 60%;
}
*/
section#category .center {
    background: #fff;
    margin-top: -40px;
    z-index: 3;
    border-radius: 3px;
    padding: 10px 8px 4px 12px;
    box-sizing: border-box;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 23%);
    position: relative;
}
section#category .one {
    float: left;
    position: relative;
    z-index: 0;
    height: 220px;
    margin: 0 5px 8px 0;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.5s;
    font-family: 'Inter';
    background: #000;
}
section#category .one:hover {
    box-shadow: 0px 4px 20px 4px hsl(0deg 0% 40% / 33%);
}
section#category .one img:hover {
    box-shadow: 0px 4px 20px 4px hsl(0deg 0% 40% / 33%);
}
section#category .one a.bg_link:before {
    content: '';
    background: rgb(23 25 24 / 35%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
section#category .one a.bg_link:after {
    content: '';
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 70%) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	transition: 1s;
	z-index: 1;
}
section#category .one a.bg_link:hover:before {
    background: rgb(23 25 24 / 99%);
}
section#category .one a.bg_link:hover:after {
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 50%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 80%) inset;
	z-index: 1;
}
section#category .one.little {
    width: 340px;
}
section#category .one.big {
    width: 482px;
}
section#category .one img {
    z-index: 0;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 23%);
    position: absolute;
    left: 0;
    top: 0;
    height: 260px;
    min-width: auto;
    max-width: inherit;
    opacity: 0.6;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: 2s;
	opacity: 0.7;
}
section#category .one:hover img {
    opacity: 0.5;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
section#category .one:nth-child(3n+3) {
	margin-right: 0%;
}
section#category .one.little.cat {
    text-align: center;
    box-sizing: border-box;
    padding: 5.5% 4% 0;
    background: #98e9ff;
	transition: 1s;
}
section#category .one.little.cat:hover {
    background: #87dff7;
}
section#category .one.little.cat:after,
section#category .one.little.cat:before {
	content: '';
	display: none;
}
section#category .one.little.cat a.go {
    display: block;
    font-size: 25px;
    text-decoration: none;
	margin-bottom: 14px;
}
section#category .one.little.cat a.go:hover {
	text-decoration: underline;
	color: #323232;
}
section#category .one a.content {
    position: absolute;
    left: 8%;
    bottom: 30px;
    z-index: 2;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
section#category .one a.content span {
    font-size: 27px;
    line-height: 22pt;
    margin-bottom: 12px;
    border-bottom: 2px solid transparent;
	position: relative;
}
section#category .one a.content span:after {
    clear: left;
    content: '';
    display: block;
}
section#category .one a.content span:hover {
    border-bottom: 2px solid rgb(255 255 255 / 51%);
}
section#category .one a.bg_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    z-index: 1;
}


/*section.more_services*/
section.more_services {
    padding: 20px 0 10px;
    background: #fff;
}
ul.mserv_list {
    margin: 20px 0 10px;
    padding: 0%;
    list-style-type: none;
    display: inline-block;
    width: 100%;
}
ul.mserv_list li {
    width: 31%;
    margin: 0 20px 15px 0;
    background: #fff;
    float: left;
    padding: 3% 3% 3% 9%;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 4px 20px 4px rgb(34 43 49 / 6%);
    position: relative;
    min-height: 120px;
    overflow: hidden;
    transition: 1s;
}
ul.mserv_list li:hover {
    box-shadow: 0px 4px 20px 4px rgb(34 43 49 / 9%);
    background: #fffdeb;
}
ul.mserv_list li:before {
    content: '';
    display: block;
    background: #ed1c24;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: -40px;
    bottom: -40px;
    transition: 1s;
}
ul.mserv_list li:hover:before {
    left: -40px;
    bottom: -40px;
    width: 100px;
    height: 100px;
    transition: 1s;
}
ul.mserv_list li img {
    position: absolute;
    left: 5%;
    top: 18%;
}
ul.mserv_list li a {
    display: table;
    font-family: 'Inter';
    font-size: 20px;
    color: #323232;
    margin-bottom: 7px;
    text-decoration: none;
    border-bottom: 2px solid #ddd;
}
ul.mserv_list li a:hover {
    color: #d41010;
    border-bottom: 2px solid #d41010;
}


/*complex*/
section#complex {
    background: #e7e7e7 url(images/complex_bg_top.png) top center no-repeat;
    text-align: center;
    padding: 220px 0 60px;
    position: relative;
    z-index: 0;
    margin-top: -150px;
}
section#complex:after {
    content: url('images/complex_bg_bottom.png');
	position: absolute;
	bottom: 0;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
}
section#complex .center {
    position: relative;
    z-index: 1;
}
section#complex label {
	font-family: 'Inter';
	font-size: 40px;
}
section#complex p.desc {
    font-family: 'Inter';
    font-size: 21px;
    line-height: 24pt;
    padding: 0 15%;
    box-sizing: border-box;
}
section#complex p.desc span {
	color: #ed1c24;
}


/*breadcrumbs*/
section#breadcrumbs {
    background: #f3f3f3;
    font-size: 16px;
    padding: 10px 0;
    color: #909090;
}
section#breadcrumbs p {
	margin: 0%;
}
section#breadcrumbs p a {
	margin: 0 6px;
    text-decoration: none;
}
section#breadcrumbs p a:hover {
    text-decoration: underline;
	color: #323232;
}
section#breadcrumbs p span {
	margin-left: 6px;
}
section#breadcrumbs p a:first-child {
    margin-left: 0%;
}


/*more*/
a.more.right {
    float: right;
    margin: 55px 0 0;
}
a.more {
    font-size: 17px;
}
a.more img {
    margin: -4px 12px 0 0;
}
a.more.right img {
    margin: 0 12px -4px 0;
    position: relative;
}
section#photo a.more.right img {
    margin-top: -10px;
}


/*about*/
section#about {
    padding: 25px 0 50px;
    background: #f7f6f4 url(images/bg_white.jpg);
}
section#about h2 {
    max-width: 800px;
}
section#about .content {
    padding: 5px 0 0 0;
    display: inline-block;
    width: 100%;
}
.post_one {
    /*
	font-size: 18px;
    line-height: 17pt;
    */
	font-size: 19px;
    line-height: 18pt;
}
.post_one.preview {
    display: inline-block;
    width: 100%;
}
.post_one.preview .fotorama.aligright {
	float: right;
	margin: 0 0 15px 40px;
	width: 55%;
}
.post_one h2 {
    font-size: 28px;
    line-height: 29pt;
}
.post_one h3 {
    font-size: 21px;
    line-height: 20pt;
}
.post_one h4,
.post_one h5,
.post_one h6 {
    font-size: 18px;
    line-height: 17pt;
}
.post_one ul {
    list-style-type: none;
    list-style-image: url(images/list_style_type.png);
    padding-left: 25px;
}
.post_one ol {
    margin-left: 10px;
    padding-left: 20px;
}
.post_one li {
	margin-bottom: 6px;
    padding-left: 10px;
}
.post_one a {
    color: #ec0407;
    text-decoration: none;
    border-bottom: 1px solid #ec04074d;
}
.post_one a:hover {
    color: #0893d2;
    text-decoration: none;
    border-bottom: 1px solid #0893d2;
}
.post_one .alignright {
    float: right;
    max-width: 50%;
    margin: 0 0 15px 40px;
}
section#about iframe {
    float: right;
    max-width: 50%;
    margin: 0 0 15px 40px;
}
.post_one .alignleft {
    float: left;
    max-width: 50%;
    margin: 0 33px 15px 0;
}
.post_one .aligncenter {
	margin: 10px auto;
	display: block;
}
.post_one .alignnone {
	margin: 10px 0;
	display: block;
}

/*article*/
article.post_one.article {
    float: left;
    width: 75%;
}
aside.more_articles {
    float: right;
    width: 20%;
}
aside.more_articles .article_list .one {
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
}
aside.more_articles .article_list .one:last-child {
	margin-bottom: 0%;
}
aside.more_articles .article_list .one p.image {
    height: 160px;
    margin-top: 0;
}
aside.more_articles .article_list .one p.name {
    font-size: 18px;
    line-height: 17pt;
    margin-top: -4px;
}

/*video iframe block*/
div.video_block {
    float: right;
    margin: 10px 0 15px 30px;
    height: 400px;
    width: 50%;
	text-align: center;
	font-size: 13px;
}
iframe {
    width: 100%;
    margin-bottom: 4px;
    height: 600px;
    background: #ffffda;
    border: none;
    border-radius: 4px;
}
section#about iframe {
    height: 380px;
}
ul.delivery_company {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    text-align: center;
	list-style-image: none;
}
ul.delivery_company li {
    float: left;
    width: 16%;
    margin: 0%;
    padding: 10px 20px;
    box-sizing: border-box;
}
ul.delivery_company li:hover {
	background: #fff;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 9%);
}
ul.delivery_company a {
    color: #323232;
    text-decoration: none;
    border: none;
    top: -5px;
    position: relative;
}

/*article_list*/
.article_list {
    display: inline-block;
    width: 100%;
}
.article_list .one {
    float: left;
    width: 31.7%;
    margin: 0 30px 10px 0;
}
.article_list .one:nth-child(3n+3) {
    margin-right: 0%;
}
.article_list .one p.image {
    overflow: hidden;
    height: 250px;
    border-radius: 3px;
}
.article_list .one p.name {
    font-size: 22px;
    line-height: 20pt;
    margin: 0 0 -8px 0;
}
.article_list .one p.name a {
	text-decoration: none;
}
.article_list .one p.name a:hover {
	text-decoration: underline;
}

/*pagination*/
p.pagination {
    font-size: 17px;
    padding: 30px 0 10px;
    margin: 20px 0;
    border-top: 1px solid #e8e6e6;
    max-width: 700px;
}
p.pagination a,
p.pagination span {
    color: #323232;
    text-decoration: none;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 0 0;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
	margin: 0 4px 0 0;
}
p.pagination span {
	background: #f2df07;
}
p.pagination a {
	color: #323232;
	text-decoration: none;
    background: rgb(231 231 231 / 38%);
	transition: 0.5s;
}
p.pagination a:hover {
	background: #e7e7e7;
}

/*404*/
section#error404 {
    padding: 1px 0 40px;
}
section#error404 h1 {
    margin-bottom: -7px;
}
section#error404 h2 {
    font-size: 26px;
    line-height: 24pt;
}

/*news*/
.news_list p.news_one {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
	position: relative;
}
.news_list p.news_one:before {
    content: '';
    display: block;
    border-top: 1px solid rgb(167 167 167 / 31%);
    width: 700px;
    top: -25px;
    position: relative;
}
.news_list p.news_one:first-child:before {
	content: none;
	display: none;
}
.news_list p.news_one img {
    float: left;
    max-width: 160px;
    margin: 0 25px 0 0;
}
.news_list p.news_one time {
    font-size: 13px;
    display: block;
    margin-bottom: 7px;
}
.news_list p.news_one a {
    font-size: 19px;
    line-height: 17pt;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
.news_list p.news_one a:hover {
    text-decoration: underline;
}

/*single_page*/
section#single_page {
    padding: 10px 0 50px;
    min-height: 150px;
    /* background: rgb(243 243 243 / 67%); */
    position: relative;
    z-index: 1;
}
section#single_page h1 {
    margin: 20px 0 13px;
}
section#single_page div.gellory {
    margin-top: 10px;
}

/*photo*/
section#photo {
    padding: 10px 0 20px;
    position: relative;
    z-index: 0;
    margin-top: -25px;
	color: #fff;
}
section#photo p.h2 {
	float: left;
}
section#photo a.more {
	color: #fff;
}
section#photo a.more:hover {
	text-decoration: none;
}
section#photo .center {
    position: relative;
    z-index: 1;
}
section#photo:before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #f4f4f4 url(images/bg_photogellory.jpg);
    width: 100%;
    content: '';
    display: block;
    height: 60%;
}
section#photo:after {
    content: '';
    background: #171918;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    height: 60%;
}
div.photo_block {
    margin: 30px 0 0;
}
div.gellory {
    display: inline-block;
    width: 100%;
    margin: 0%;
    padding: 0%;
    background: #fff;
    border-radius: 4px;
    padding: 10px 10px 1px 10px;
    display: inline-block;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 23%);
}
div.gellory div.one {
    background: #f0f0f0;
    border-radius: 2px;
    float: left;
    width: 32.7%;
    margin: 0 10px 10px 0;
    overflow: hidden;
    height: 220px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    transition: 1s;
}
div.gellory div.one span.nom {
    background: red;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    border-radius: 0;
    z-index: 3;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}
div.gellory div.one a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
div.gellory div.one a:hover {
	opacity: 0.5;
}
div.gellory div.one:before {
    content: '';
    background: rgb(237 28 36 / 37%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 2px;
	opacity: 0;
	transition: 1s;
}
div.gellory div.one:after {
    content: url(images/lupa.png);
    background: rgb(255 255 255 / 25%);
    display: block;
    width: 120px;
    height: 120px;
    padding: 40px;
    border-radius: 100%;
    margin: 0 auto;
    top: 27%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
	opacity: 0;
	transition: 1s;
}
div.gellory div.one:hover:before {
	opacity: 1;
}
div.gellory div.one:hover:after {
	opacity: 1;
}
div.gellory div.one img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 1s;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}
div.gellory div.one:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
div.gellory div.one:nth-child(3n+3) {
	margin-right: 0%;
}


/*bottom_text*/
section#bottom_text {
    padding: 40px 0;
}
section#bottom_text article {
    border: 1px solid rgb(221 221 221 / 58%);
    padding: 10px 35px;
    box-sizing: border-box;
    border-radius: 3px;
	padding-bottom: 20px;
    background: #fff;
}

/*button*/
p.button a, p.button span {
    cursor: pointer;
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border-radius: 3px;
    padding: 18px 30px;
    /* box-shadow: 0px 4px 20px 4px hsl(196deg 83% 86%); */
    margin: 3px 0;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
}
p.button a:hover, p.button span:hover {
    box-shadow: 0px 4px 20px 4px rgb(237 29 35 / 31%);
    background: #fb3840;
}

/*prices*/
section#prices {
    position: relative;
	padding: 0;
}
section#prices .center {
    position: relative;
	z-index: 1;
}
section#prices h2 {
	float: left;
}
section#prices:before {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e7e7e7;
    width: 100%;
    content: '';
    display: block;
    height: 60%;
}
article.post_one.price_tables {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}
article.post_one.price_tables table {
	background: #fff;
	float: left;
	width: 49%;
    max-width: 49%;
    min-width: 49%;
}
article.post_one.price_tables table:nth-child(even) {
	float: right;
}

/*contact_bottom*/
section#contact_bottom {
    margin-top: 70px;
}
section#contact_bottom div.content {
    z-index: 1;
    position: absolute;
    background: #fff;
    font-size: 17px;
    left: 0;
    top: -30px;
    width: 360px;
    padding: 40px 35px;
    border-radius: 4px;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 9%);
}
div.map {
    height: 470px;
    background: #f7f7cf;
}
section#contact_bottom div.content p.h2 {
    margin: 0 0 15px 0;
}
section#contact_bottom div.content p {
    margin: 0 0 12px 0;
    line-height: 18pt;
}
section#contact_bottom div.content p.tel a {
    text-decoration: none;
    font-weight: bold;
    font-size: 19px;
}
section#contact_bottom div.content p.adress {
    font-size: 20px;
    line-height: 16pt;
}
section#contact_bottom div.content p span {
    display: block;
    font-size: 16px;
    line-height: 14pt;
    color: #848484;
}
section#contact_bottom div.content p.button {
	margin-top: 30px;
}
section#contact_bottom div.content p.button span {
    color: #fff;
    font-size: 14px;
    width: auto;
    display: inline;
    box-shadow: 0px 4px 20px 4px hsl(358deg 100% 86%);
}
section#contact_bottom div.content p.button span:hover {
    box-shadow: 0px 4px 20px 4px hsl(358deg 100% 99%);
}
p.adress_url a {
    background: #ed1c24;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
	font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
p.adress_url a:hover {
	background: #fb3840;
}

/*bottom_menu*/
section#bottom_menu {
    padding: 25px 0;
    background: #000 url('images/bottom_menu_bg.jpg') center center / cover no-repeat;
    color: #b9b9b9;
    position: relative;
}
section#bottom_menu:before {
    content: '';
    background: #171918;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
section#bottom_menu:after {
    content: '';
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 70%) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section#bottom_menu .center {
    position: relative;
	z-index: 1;
}
section#bottom_menu .logo {
    float: left;
    width: 24%;
    margin-right: 3%;
    font-size: 17px;
}
section#bottom_menu .logo object {
    max-width: 100%;
}
section#bottom_menu .logo img {
    display: block;
    margin-bottom: 15px;
}
section#bottom_menu .menu {
    float: left;
    width: 17%;
}
section#bottom_menu .menu.menu2 {
    float: left;
    width: 21%;
}
section#bottom_menu .contact {
    float: right;
    width: 30%;
}
section#bottom_menu .contact p.time {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 12pt;
}
section#bottom_menu .contact p.tel span {
    font-size: 14px;
    display: block;
}
section#bottom_menu .contact p.email {
    font-size: 14px;
}
section#bottom_menu p {
	font-size: 18px;
    margin: 10px 0;
}
section#bottom_menu a {
    color: #fff;
	text-decoration: none;
}
section#bottom_menu a:hover {
    color: #ed1c24;
	text-decoration: underline;
}
section#bottom_menu ul {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
section#bottom_menu ul li {
    margin: 0 0 3px 0;
}
section#bottom_menu .menu.menu2 ul li {
    float: none;
    margin-right: 15px;
}
section#bottom_menu ul li.current-menu-item a {
	color: #bdbdbd;
}

/*footer*/
section#footer {
    padding: 30px 0;
	font-size: 14px;
}
section#footer a {
    color: #323232;
}
section#footer a:hover {
    color: #ed1c24;
}
a.politic {
    max-width: 200px;
    display: flow-root;
    float: left;
}
section#footer p {
	margin: 0 0 5px 0;
}
section#footer .copyright {
	float: left;
	width: 40%;
    box-sizing: border-box;
}
footer span.gea {
    float: right;
    content: url(images/gea_logo.png);
    max-width: 180px;
}
footer p.autor {
    font-size: 13px;
    opacity: 0.5;
}
footer p.autor a {
	text-decoration: none;
	border-bottom: 1px solid #949494;
	transition: 1s;
}
footer p.autor a:hover {
	border-bottom: 1px solid #323232;
}
span.method_pay {
    content: url(images/method_pay.jpg);
    float: right;
    max-width: 30%;
}

/*table*/
table {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    transition: 1s;
    border-collapse: collapse;
    font-family: 'Calibri';
    font-size: 18px;
    line-height: 17pt;
    height: auto !important;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 9%);
	margin-bottom: 40px;
}
table thead {
    background: #ed1c24;
	color: #fff;
}
table tr {
	height: auto !important;
}
table tr td {
    padding: 11px 25px;
	height: auto !important;
    min-width: 200px;
}
table thead tr td {
    padding: 16px 25px;
}
table tbody tr:last-child td {
	padding-bottom: 20px;
}
table tbody tr td {
    border-bottom: 1px solid #f5f5f5;
}
section#single_page.prices table tr td img {
    max-width: 170px;
    display: block;
}
section#single_page.prices table tr td ul {
    margin: -8px 0 20px 0;
    padding: 0%;
    list-style-type: none;
    font-size: 16px;
    line-height: 15pt;
}
table tr td p.mprice {
    font-size: 24px;
    margin-top: 0;
}
table tr td p.prices {
    font-size: 17px;
    margin: -10px 0 0;
    line-height: 18pt;
}



/*reviews*/
section#reviews {
    background: #f7f6f4 url(images/bg_white.jpg);
	padding: 40px 0;
	position: relative;
	z-index: 0;
}
section#reviews .center {
	position: relative;
	z-index: 1;
}
section#reviews a.more.right {
    float: right;
    margin: 5px 0 0;
}
section#reviews p.h2 {
    float: left;
    margin: -5px 0 0 0;
}
section#reviews .block {
    display: inline-block;
    width: 100%;
	padding: 10px 0;
}
.review_list {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}
.review_list .one {
    float: left;
    background: #fff;
    padding: 20px 26px 15px;
    width: 49%;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 4%);
    font-size: 16px;
    box-sizing: border-box;
    line-height: 16pt;
}
section#single_page .review_list .one {
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 14%);
}
.review_list .one:nth-child(even) {
	float: right;
}
.review_list.single_page .one {
	margin-bottom: 25px;
}
.review_list.single_page .one:nth-child(2n+1) {
	clear: left;
}
.review_list .one .people {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 1px 0;
    border-bottom: 1px solid #f1f1f1;
}
.review_list .people img {
    max-width: 65px;
    border-radius: 3px;
    margin: 0 16px 0 0;
    float: left;
}
.review_list .one .people span {
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
    margin-top: 5px;
}
.review_list.page {
    display: inline-block;
    width: 100%;
}
.review_list.page .one {
    margin-bottom: 20px;
}
ul.pag {
    margin: 0%;
    padding: 20px 0;
    list-style-type: none;
    display: table;
    text-align: center;
    width: 100%;
}
ul.pag li {
    width: 50px;
    height: 5px;
    background: #e0e0e0;
    display: inline-block;
    margin: 0 10px;
    border-radius: 2px;
    cursor: pointer;
}
ul.pag li:hover {
    background: #c7c6c6;
}
ul.pag li.active {
    width: 70px;
    background: red;
}
ul.mess_whatsapp {
    display: inline-block;
    width: 100%;
    margin: 0%;
    padding: 0%;
    list-style-type: none;
}
ul.mess_whatsapp li {
    float: left;
    width: 24%;
    margin: 0 15px 15px 0;
}
ul.mess_whatsapp li:nth-child(4n+4) {
	margin-right: 0%;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
}

/*form_comment*/
div#form_comment {
    margin: 0 auto;
    width: 800px;
    background: #fff;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 4%);
    margin: 35px auto 10px;
    padding: 25px 50px;
    box-sizing: border-box;
}
div#form_comment textarea#comment {
    height: 100px;
}
p.must-log-in,
p.logged-in-as {
	font-size: 18px;
}
p.must-log-in a,
p.logged-in-as a:first-child {
    text-decoration: none;
	cursor: text;
}
.review_list.main_page .one {
	display: block;
}
.review_list.main_page {
    padding: 15px 0 5px;
    margin: 20px 0 0;
    display: inline-block;
}
.review_list.main_page .one.active {
	display: block;
}
.review_list .one .people time {
    margin-top: 10px;
    position: relative;
    display: block;
    margin-bottom: -3px;
    font-size: 13px;
}

/*preview_block*/
section#preview_block {
	background: #000 url(images/slider1.jpg) bottom center / cover no-repeat;
    color: #fff;
    -moz-transition: background-image 0.8s ease-in-out;
    -webkit-transition: background-image 0.8s ease-in-out;
    -o-transition: background-image 0.8s ease-in-out;
    position: relative;
    z-index: 0;
    padding: 25px 0 35px;
}
section#preview_block:before {
    content: '';
    background: #171918;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
section#preview_block:after {
    content: '';
    -webkit-box-shadow: 0px 0px 52px 20px rgb(0 0 0 / 20%) inset;
    -moz-box-shadow: 0px 0px 52px 20px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 70%) inset;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section#preview_block .center {
	position: relative;
	z-index: 1;
}
section#preview_block .content {
    width: 60%;
    max-width: 800px;
    font-family: 'Inter';
    float: left;
}
section#preview_block h1 {
    margin-bottom: 17px;
    margin-top: 25px;
    font-size: 55px;
    line-height: 45pt;
}
section#preview_block p.desc {
    font-size: 19px;
    line-height: 20pt;
}
p.breadcrumbs {
    color: #c3c3c3;
	font-size: 16px;
    font-family: 'Calibri';
}
p.breadcrumbs a {
    color: #fff;
	margin: 0 6px;
	text-decoration: none;
}
p.breadcrumbs a:hover {
	text-decoration: underline;
}
p.breadcrumbs span {
	margin-left: 6px;
}
p.breadcrumbs a:first-child {
	margin-left: 0%;
}
section.triggers.page {
    padding: 22px 0 15px;
}
section#preview_block form.form_landing {
    margin-top: 0.6%;
}


/*product*/
.product_block {
    position: relative;
    z-index: 2;
}
.product_list {
    padding: 30px 0 20px;
    display: inline-block;
    width: 100%;
}
.product_block .block {
    display: none;
    min-height: 200px;
}
.product_block .block.active {
	display: block;
}
.product_list .one {
    position: relative;
    float: left;
    width: 24%;
    margin: 0 15px 20px 0;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgb(221 221 221 / 65%);
    border-radius: 2px;
	transition: 1s;
}
.product_list .one:hover {
    box-shadow: 0px 4px 20px 4px hsl(0deg 0% 93%);
}
.product_list .one:nth-child(4n+4) {
	margin-right: 0%;
}
.product_list .one .image {
	text-align: center;
    height: 283px;
	overflow: hidden;
}
.product_list .one .image.bg {
    background-position: center center;
    background-size: cover;
}
.product_list .one .image img {
    max-height: 283px;
}
.product_list .one p.name {
    font-size: 19px;
    line-height: 16pt;
	/*
    height: 46px;
    height: 46px;
	*/
    overflow: hidden;
    margin: 0 0 10px 0;
}
.product_list .one p.name span {
    cursor: pointer;
    border-bottom: 2px solid #e2e2e2;
	transition: 1s;
}
.product_list .one p.name span:hover {
    color: #ed1c24;
    border-bottom: 2px solid #ed1c24;
}
.product_list .one input[type="button"] {
    width: 100%;
    background: #eaeaea;
    color: #323232;
    box-shadow: 0px 4px 20px 4px hsl(0deg 0% 100%);
}
.product_list .one input[type="button"]:hover {
    background: #ed1c24;
    color: #fff;
    box-shadow: 0px 4px 20px 4px hsl(358deg 85% 52% / 20%);
}
.product_list .one p.hit {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    margin: 0;
}
p.hit span {
    padding: 3px 10px;
    border-radius: 1px;
    background: #4bbd1b;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 3px;
    color: #fff;
}
p.hit span.sale {
	background: #ed1c24;
}
p.hit span.hit {
	background: #4bbd1b;
}
.product_list .one p.price {
    font-size: 17px;
    margin: -8px 0 12px;
    min-height: 26px;
}
.product_list .one p.price s {
    color: #ed1c24;
    margin-left: 8px;
}
section#complex.single {
    padding-top: 100px;
}

/*preview_product*/
.preview_product {
    display: inline-block;
    padding: 25px 0;
    width: 100%;
}
.preview_product .image {
    float: left;
    width: 48%;
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    min-height: 480px;
}
.preview_product .infoproduct {
    float: right;
    width: 49%;
    min-height: 100px;
}
.infoproduct p.article {
    margin-top: 0%;
}
.infoproduct p.button_orders {
	padding: 10px 0 0;
}
.infoproduct p.button_orders input {
    font-size: 15px;
    text-align: center;
    padding: 22px 23px;
    border: none;
    margin: 0 17px 0 0;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    background: #3da3e2;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 23%);
    transition: 1s;
}
.infoproduct p.button_orders input:hover {
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 38%);
    background: #53bbfb;
}
.infoproduct p.button_orders input:first-child {
	background: #2fb90c;
}
.infoproduct p.button_orders input:first-child:hover {
	background: #66b90c;
}
.photoblock {
    min-height: 600px;
    margin-bottom: 40px;
    background: #f7f7f7;
    border-radius: 2px;
}
.photoblock .info {
    max-width: 550px;
    bottom: -50px;
    right: 2%;
    left: auto;
    margin: inherit;
}
section#photo.single_product {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

/*nav*/
ul.nav {
    margin: 0%;
    padding: 0%;
    list-style-type: none;
    font-size: 19px;
    display: inline-block;
}
ul.nav li {
    float: left;
    margin: 0 11px 11px 0;
    background: #272728;
    padding: 6px 14px;
    color: #fff;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    border-radius: 1px;
}
ul.nav li:hover {
    background: #d0191b;
    color: #fff;
}
ul.nav li.active {
    background: #ff090c;
    color: #fff;
}

/*photos*/
.gellory_slider ul.nav {
    padding: 20px 0 10px;
}
.gellory_slider .block {
    display: none;
    min-height: 200px;
}
.gellory_slider .block.active {
	display: block;
}
.prices_block ul.nav {
    margin: 20px 0 -15px;
}
.prices_block .product_list {
    padding: 0;
    display: inline-block;
    width: 100%;
}
.prices_block .block {
	display: none;
}
.prices_block .block.active {
	display: block;
}

/*catalog*/
article.post_one.review.h4 {
    font-family: 'Inter';
    font-size: 19px;
    line-height: 21pt;
    max-width: 800px;
}
section#single_page section#category {
    margin: 5px 0 0;
    display: inline-block;
}
section#single_page section#category .one.little {
    width: 350px;
}
section#single_page section#category .one.big {
    width: 475px;
}
section#category .one.middle {
    width: 288px;
    float: left;
    position: relative;
    z-index: 0;
    margin: 0 7px 8px 0;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.5s;
}

/*catalog page*/
section#single_page section#category {
    margin: 20px 0 0;
}


/*callback*/
input[type="text"], input[type="tel"], input[type="email"] {
    padding: 14px 20px;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin: 6px 0;
    width: 100%;
	font-size: 19px;
}
select {
    padding: 14px 20px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin: 6px 0;
    width: 100%;
}
.form_callback {
    float: left;
    width: 58%;
}
.form_callback input[type="text"],
.form_callback input[type="tel"],
.form_callback input[type="email"] {
	width: 100%;
}
.form_callback [name="name_form"],
.form_callback [name="tel_form"] {
	max-width: 400px;
}
.form_callback select {
    max-width: 400px;
    background: transparent;
    padding-left: 0;
    border-bottom: 2px solid rgb(50 50 50 / 29%);
    padding-right: 0;
	transition: 1s;
}
.form_callback select:hover {
    border-bottom: 2px solid rgb(50 50 50 / 100%);
}
.form_callback textarea {
    max-width: 100%;
    background: transparent;
    padding-left: 0;
    border-bottom: 2px solid rgb(50 50 50 / 29%);
    padding-right: 0;
    transition: 1s;
    height: 80px;
	font-size: 19px;
    font-family: 'Calibri';
}
.form_callback textarea:hover {
    border-bottom: 2px solid rgb(50 50 50 / 100%);
}
article.post_one.right_callback {
    float: right;
    width: 35%;
}
.right_callback span {
    display: block;
    color: #5a5a5a;
    font-size: 17px;
    margin-bottom: 4px;
}
.form_callback p.politic {
    margin: 20px 0 0;
    font-size: 13px;
    opacity: 0.5;
}
.form_callback input[type="button"] {
    margin: 5px 0 10px;
}
article.post_one.right_callback p.tel a.tel.tel1 {
    font-size: 23px;
}
article.post_one.right_callback p.adress {
    font-size: 22px;
    line-height: 18pt;
}
article.post_one.right_callback p.tel {
    margin: 0 0 10px 0;
}

/*callback_block*/
section#callback_block {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    background-color: rgb(0 0 0 / 56%);
    max-width: 100%;
    min-width: 100%;
    color: #323232;
}
section#callback_block.active {
	display: block;
}
section#callback_block .content {
    position: fixed;
    z-index: 30;
    left: 0;
    right: 0;
    display: block;
    top: 20%;
    margin: 0 auto;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    padding: 35px 50px 50px;
    box-shadow: 0 0 32px 12px rgb(0 0 0 / 44%);
    border-radius: 4px;
}
section#callback_block .content p.h2 {
    font-size: 25px;
    line-height: 23pt;
    text-align: left;
    color: #323232;
}
form#callback_form input[type="text"],
form#callback_form input[type="email"],
form#callback_form input[type="tel"] {
    width: 100%;
}
form#callback_form input[type="button"] {
    margin-top: 10px;
}
section#callback_block span.close {
    content: url(images/close_white.png);
    position: absolute;
    right: -15px;
    top: -12px;
    opacity: 1;
    transition: 1s;
    cursor: pointer;
    background: #e83131;
    border-radius: 100%;
    padding: 10px;
}
.callback_block span.close:hover {
	transition: 1s;
    background: #f54d4d;
}
p.visibility {
	display: none;
}
form#callback_form input[type="button"] {
    margin-top: 10px;
}
input[type="submit"], input[type="button"] {
    cursor: pointer;
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border-radius: 3px;
    padding: 18px 30px;
    margin: 3px 0;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    width: auto;
    display: inline;
    box-shadow: 0px 4px 20px 4px hsl(358deg 85% 52% / 20%);
    border: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
    box-shadow: 0px 4px 20px 4px hsl(358deg 85% 52% / 30%);
    background: #fb3840;
    transition: 1s;
}
section#form .right input[type="submit"],
section#form .right input[type="button"] {
    margin: 5px 0 0 0;
}
form#callback_form p.politic {
    padding: 10px 0 0;
    font-size: 13px;
    line-height: 13pt;
    width: 100%;
	opacity: 0.5;
}
form#callback_form p.politic a {
	color: #323232;
}
form#callback_form input[type="text"],
form#callback_form input[type="tel"] {
    width: 100%;
}
input[type="text"], input[type="tel"], input[type="email"] {
    background: transparent;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 19px;
	border: none;
    border-bottom: 2px solid rgb(50 50 50 / 29%);
    transition: 1s;
    font-family: 'Calibri';
	width: 70%;
}
input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover {
    border-bottom: 2px solid rgb(50 50 50 / 100%);
}
textarea {
    font-family: 'Roboto';
    background: transparent;
    padding: 14px 0;
    box-sizing: border-box;
    font-size: 16px;
	border: none;
    border-bottom: 2px solid rgb(50 50 50 / 29%);
    transition: 1s;
    width: 100%;
    max-width: 100%;
    height: 60px;
    font-size: 16px;
}
textarea:hover {
    border-bottom: 2px solid rgb(50 50 50 / 100%);
}
input[type="email"].error, input[type="tel"].error, input[type="text"].error {
    border-bottom: 2px solid #ff8b8b;
}
input[type="email"].good, input[type="text"].good, input[type="tel"].good {
    border-bottom: 2px solid #57d800;
}
.white_block h2 {
    font-size: 16px;
    line-height: 16pt;
}
.white_block {
    background: #cff7cf;
    padding: 3px 20px;
    border-radius: 2px;
    color: #323232;
}
.white_block.error {
    background: #f7d0d0;
}
span.swipe_right {
	display: none;
}


/*post_one*/
blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 20pt;
}
blockquote strong {
    font-weight: normal;
    color: #e20f17;
}
article.post_one.more {
    padding: 15px 0 0;
    margin: 35px 0 0 0;
    border-top: 1px solid #ddd;
}

/*form_landing*/
form.form_landing .white_block {
    background: transparent;
    color: #fff;
    padding: 0;
}
form.form_landing .white_block h2 {
    font-size: 20px;
    line-height: 21pt;
}

/*credit_bank*/
ul.credit_bank {
    margin: 0;
    padding: 0%;
    list-style-type: none;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
	list-style-image: none;
}
ul.credit_bank li {
    float: left;
    width: 15.9%;
    margin: 0%;
    padding: 14px;
    box-sizing: border-box;
    margin: 0 10px 13px 0;
    background: #fff;
}
ul.credit_bank li:nth-child(6n+6) {
	margin-right: 0%;
}
ul.credit_bank li:hover {
    background: #fff;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 11%);
    z-index: 1;
    position: relative;
}
ul.credit_bank a {
    color: #323232;
    text-decoration: none;
    border: none;
    top: -12px;
    position: relative;
}


/*products_sliders*/
section.products.actual.more {
    border-top: 2px solid rgb(241 241 241 / 63%);
}
section.products.actual .product_list {
    padding: 0 0 25px 0;
}
section.products .regular .slick-list {
    overflow: visible;
}
section.products .product_list .one:nth-child(4n+4) {
    margin-right: 15px;
}
section.products.actual.more .product_list .one .image {
    max-height: 240px;
}
section.products.actual.more .product_list .one .image img {
    max-height: 240px;
    width: auto;
    margin: 0 auto;
    display: block;
}
/*arrow practic vidjet*/
input.slick-arrow {
    border: none;
    background: #fff url('images/back.png') center center no-repeat;
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    color: #323232;
    border-radius: 100%;
    font-size: 30px;
    top: -75px;
    top: 50%;
    margin-top: -30px;
    box-sizing: border-box;
    display: inline-block;
    box-sizing: border-box;
    padding: 9px;
    transition: 0s;
    opacity: 0.75;
	transition: 1s;
	box-shadow: 0px 0px 20px 7px rgb(122 122 122 / 9%);
    border: 1px solid #e1e1e1;
}
input.slick-arrow:hover {
    background: #fff url('images/back.png') center center no-repeat;
    color: #323232;
    box-shadow: none;
    opacity: 1;
    box-shadow: 0px 0px 20px 7px rgb(122 122 122 / 14%);
}
input.prev.arrow {
    float: right;
    top: -45px;
    right: 60px;
}
input.next.arrow {
    float: right;
    top: -45px;
    right: 0;
    transform: rotate(180deg);
}

/*.sertificate_list*/
.sertificate_list {
	overflow: hidden;
}
.regular.visibility .slick-list {
    overflow: visible;
}
.sertificate_list .list .one {
    border: 3px solid #f3f3f3;
	transition: 1s;
	margin: 0 2px 0 0;
}
.sertificate_list .list .one:hover {
    border: 3px solid #ed1c24;
}

/*slider*/
	.slick-list {
		margin: 0 -10px;
	}
	.slick-dots {
		bottom: -35px !important;
	}
		.slider {
        width: 100%;
        margin: 10px auto;
    }

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
	/*opacity: .5;*/
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

/*
	.product_block
	.photos_block
*/
.product_block.photos_block .product_list {
    padding-top: 0;
}

/*
	images
	slider-for
*/
.images.slider-for {
    /* height: 163px; */
    height: 250px;
    background: #fff;
    margin-bottom: 3px;
    border-radius: 2px;
    overflow: hidden;
    background: #eee;
}
.images.slider-for .images_one {
    margin: 0;
    height: 250px;
}
.images.slider-for .images_one a {
    vertical-align: middle;
    height: 250px;
    line-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.images.slider-for .images_one img {
    max-height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/*
	thumbnail
	slider-nav
*/
.thumbnails {
    overflow: hidden;
    margin: 2px 0 5px;
}
.thumbnail.slider-nav {
    display: table;
    overflow: hidden;
}
.thumbnail.slider-nav .thumbnail_one {
    height: 40px;
    width: auto;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 1px;
    background: #eeeeee;
	cursor: pointer;
    border: 2px solid #eeeeee;
	transition: 0.5s;
}
.thumbnail.slider-nav .thumbnail_one:hover {
    border: 2px solid #ed1c24;
}
.thumbnail.slider-nav .thumbnail_one img {
	height: 40px;
	width: auto;
}
.product_list .one .name {
    cursor: pointer;
    transition: 1s;
    font-size: 19px;
    line-height: 16pt;
    overflow: hidden;
}
.product_list .one .desc {
    height: 40px;
}

/*
	arrow
*/
.product_list .one span.arrow.slick-arrow {
    content: url('images/arrow.svg');
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    padding: 7px;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
    margin-top: -14px;
	transition: 0.5s;
	opacity: 0;
}
.product_list .one:hover span.arrow.slick-arrow {
	opacity: 1;
}
.product_list .one span.arrow.slick-arrow:hover {
	background: #ddd;
    box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 16%);
}
.product_list .one span.prev.arrow {
	left: 8px;
}
.product_list .one span.next.arrow {
	right: 8px;
	transform: rotate(0.5turn);
}


@media(max-width: 1350px) {
	nav#main ul li {
		padding: 18px 15px;
	}	
	section#category .one.little {
		width: 324px;
	}
	
	
}

@media(max-width: 1300px) {
	nav#main ul li {
		padding: 18px 13px;
	}	
	nav#main ul li.cat {
		padding-right: 30px;
	}
	section#category .one.little {
		width: 306px;
	}
	section#category .one.big {
		width: 464px;
	}
	section#sliders .content h1 {
		margin: 15px 0 10px;
		font-size: 45px;
		line-height: 40pt;
	}
	section#preview_block .content ul, section#sliders .content ul {
		margin: 10px 0;
	}
	form.form_landing {
		margin-top: 3%;
	}

	
}


@media(max-width: 1250px) {
	nav#main ul {
		font-size: 17px;
	}	
	nav#main ul li {
		padding: 18px 11px;
	}
	section#category .one.big {
		width: 430px;
	}
	section#category .one.little {
		width: 297px;
	}
	section#preview_block .content ul, section#sliders .content ul {
		margin: 10px 0 0;
	}
	section#sliders .content p.desc {
		font-size: 20px;
		line-height: 24pt;
		margin: 10px 0 9px;
	}
	
}


@media(max-width: 1200px) {
	nav#main ul {
		font-size: 16px;
	}
	section#top p.adress {
		width: 22%;
		padding-right: 4%;
	}
	section#top p.tel {
		width: 20%;
	}
	nav#main ul {
		font-size: 16px;
	}
	section#top p.tel a.tel.tel1 {
		font-size: 22px;
	}
	section#top p.adress a {
		font-size: 16px;
		line-height: 15pt;
	}
	section#category .one.little {
		width: 276px;
	}
	div.gellory div.one {
		width: 32.6%;
		height: 210px;
	}
	
}



@media(max-width: 1150px) {
	nav#main ul li {
		padding: 18px 8px;
	}
	
}


@media(max-width: 1100px) {
	nav#main ul li {
		padding: 18px 8px;
	}
	section#category .one.big {
		width: 400px;
	}
	
	
}



@media(max-width: 740px) {
	/*
	main {
		overflow-x: hidden;
	}
	*/
	h1 {
		font-size: 24px;
		line-height: 22pt;
		font-weight: normal;
		position: relative;
	}
	p.h2,
	h2 {
		font-size: 20px;
		line-height: 18pt;
		font-weight: normal;
		position: relative;
	}
	p.h3, h3 {
		font-size: 20px;
		line-height: 19pt;
	}
	div.scroll_block {
		overflow-x: scroll;
		/*border-right: 5px solid #ed1c24;*/
		z-index: 2;
		display: block;
		position: relative;
		/*padding: 10px 0;*/
	}
	section#photo div.gellory {
		padding: 0%;
		display: block;
		background: #fff;
	}
	span.swipe_right {
		display: block;
		position: absolute;
		z-index: 3;
		background: #f2df07;
		padding: 4px 10px;
		border-radius: 4px;
		right: 25px;
		margin-top: -6px;
		font-size: 12px;
		box-shadow: 0px 2px 15px rgba(0, 0, 0, .14);
		transition: 1s;
		z-index: 4;
	}
	span.swipe_right.active {
		right: 35px;
		transition: 1s;
	}
	html.main {
		margin-top: 0 !important;
	}
	html #wpadminbar {
		display: none !important;
		height: 0px !important;
		max-height: 0px !important;
	}
	body {
		min-width: 320px;
		overflow-x: hidden;
	}
	span.burger_menu {
		display: block;
		content: url(images/burger_menu.png);
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 4;
		padding: 10px 5px;
		background: rgba(29, 99, 187, 0);
		border-radius: 0;
	}
	span.burger_menu.dinamic {
		background: transparent;
	}
	span.burger_menu.close {
		padding: 5px;
		right: 20px;
		top: 20px;
		transition: 0.5s;
		background: transparent;
		content: url(images/close_white.png);
		border-radius: 0;
		z-index: 5;
	}
	

	.post_one .alignright {
		float: right;
		max-width: 50%;
		margin: 0 0 10px 13px;
	}
	.post_one .alignright {
		float: none;
		max-width: 100%;
		margin: 0;
	}

	section#callback_block .content {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		padding: 15% 12% 0;
		box-shadow: none;
		border-radius: 0;
	}
	section#callback_block span.close {
		right: 15px;
		top: 15px;
	}
	
	/*comments*/
	section#reviews p.h2 {
		float: none;
		margin: 0;
	}
	.review_list.main_page {
		padding: 0;
		margin: 20px 0 0;
		max-height: 430px;
	}
	.review_list .one:nth-child(even),
	.review_list .one {
		/*
		float: none;
		*/
		background: #fff;
		padding: 15px 20px;
		width: 100%;
		box-shadow: 0px 4px 40px 4px hsl(0deg 0% 40% / 14%);
		font-size: 16px;
		box-sizing: border-box;
		line-height: 16pt;
	}
	/*
	section#reviews .review_list .one:nth-child(even) {
		display: none;
	}
	*/
	section#reviews .review_list .one:nth-child(even),
	section#reviews .review_list .one {
		box-shadow: none;
	}
	.slick-slide {
		margin: 0;
		box-shadow: none;
	}
	a.more {
		display: none;
	}
	section#reviews {
		padding: 25px 0;
	}
	.review_list .people img {
		max-width: 53px;
	}
	.review_list .one .people time {
		margin-top: 5px;
		margin-bottom: -5px;
	}
	.review_list .one .people {
		padding: 0 0 12px;
		margin: 0 0 -5px 0;
	}
	section#reviews .review_list .one p.content {
		height: 255px;
		overflow: hidden;
	}
	main div.scroll_block ul {
		padding: 0;
		position: relative;
		display: inline-flex;
		overflow-y: scroll;
		box-shadow: none;
		background: transparent;
	}
	main div.scroll_block ul li {
		min-width: 200px;
		margin: 0;
		font-size: 14px;
		line-height: 12pt;
		padding: 0 5px 0 0;
		height: 125px;
	}
	
	/*about*/
	section#about {
		padding: 20px 0;
	}
	section#about iframe {
		float: none;
		max-width: 100%;
		margin: 0;
		height: 220px;
	}
	
	/*category*/
	section#category .center {
		padding: 5px;
	}
	section#category .one.big {
		width: 100%;
	}
	section#category .one.little {
		width: 100%;
	}
	section#category .one {
		float: none;
		height: 100px;
		margin: 0 0 4px;
	}
	section#category .one a.content span {
		font-size: 21px;
		margin-bottom: 3px;
	}
	section#category .one a.content {
		left: 0;
		left: 0;
		width: 90%;
		bottom: 15px;
		font-size: 14px;
		width: 80%;
		margin: 0 auto;
		box-sizing: border-box;
		display: block;
	}
	section#category .one a.content {
		left: 8%;
		bottom: 15px;
		font-size: 14px;
		width: 80%;
	}
	section#category .one a.bg_link:after {
		box-shadow: 0px 0px 92px 40px rgb(0 0 0 / 47%) inset;
	}


	/*complex*/
	section#complex label {
		font-size: 21px;
		line-height: 20pt;
	}
	section#complex p.desc {
		font-size: 16px;
		line-height: 18pt;
		padding: 0;
	}	
	p.button a, p.button span {
		padding: 13px 20px;
		margin: 3px 0;
		font-size: 14px;
		font-weight: normal;
		font-size: 14px;
		font-family: 'Calibri';
	}
	section#complex {
		padding: 180px 0 25px;
		margin-top: -150px;
	}
	section#complex:after {
		content: none;
		display: none;
	}	

	
	/*photos*/
	section#photo {
		padding: 8px 0 20px;
		position: relative;
		z-index: 0;
		margin-top: 0;
		color: #323232;
		background: #f1f1f1;
	}
	section#photo p.h2 {
		float: none;
	}
	section#photo div.gellory div.one {
		height: 100px;
		width: 50%;
	}
	section#photo .slick-dots li {
		margin: 0 1px !important;
	}
	section#photo div.gellory {
		padding: 0%;
	}
	section#photo div.gellory div.one {
		margin: 0%;
	}
	section#photo .slick-prev,
	section#photo .slick-next {
		display: none !important;
	}
	div.gellory div.one:before,
	div.gellory div.one:after {
		content: none;
		display: none;
	}
	section#photo .div.gellory div.one {
		overflow: hidden;
		margin: 0 4px 0 0;
		height: auto;
	}
	section#photo:before {
		content: none;
		display: none;
	}
	section#photo:after {
		content: none;
		display: none;
	}
	
	/*prices*/
	section#prices {
		padding: 10px 0;
	}
	article.post_one.price_tables table:nth-child(even),
	article.post_one.price_tables table {
		float: left;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	table {
		font-size: 16px;
		line-height: 14pt;
		margin-bottom: 15px;
	}
	table thead tr td {
		padding: 12px;
	}
	table tr td {
		padding: 6px 12px;
		min-width: auto;
	}
	
	/*review*/
	section#reviews .slick-prev,
	section#reviews .slick-next {
		display: none !important;
	}
	ul.pag {
		padding: 16px 0 0;
	}
	ul.pag li {
		width: 30px;
	}
	ul.pag li.active {
		width: 60px;
	}
	
	/*post_one*/
	.post_one {
		font-size: 16px;
		line-height: 15pt;
	}
	.post_one h2 {
		font-size: 19px;
		line-height: 19pt;
	}
	
	/*bottom_text*/
	section#bottom_text {
		padding: 20px 0;
	}
	section#bottom_text article {
		padding: 5px 20px;
		padding-bottom: 5px;
	}
	
	/*bottom_menu*/
	section#bottom_menu {
		padding: 20px 0;
	}
	section#bottom_menu .logo {
		float: none;
		width: 100%;
		margin-right: 0;
		font-size: 16px;
		line-height: 14pt;
		text-align: center;
		padding: 0 7%;
		box-sizing: border-box;
	}
	section#bottom_menu .menu {
		display: none;
	}
	section#bottom_menu .contact {
		display: none;
	}
	section#bottom_menu .logo img {
		display: block;
		margin: 0 auto 10px;
	}
		
	/*footer*/
	section#footer {
		padding: 15px 0;
		font-size: 13px;
		text-align: center;
	}
	section#footer .copyright {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	footer p.autor {
		display: none;
	}
	a.politic {
		max-width: 100%;
		display: block;
		float: none;
	}
	span.method_pay {
		float: none;
		max-width: 90%;
		margin: 5px auto 0;
		display: block;
	}
	section#footer p {
		margin: 0;
	}	
	
	
	/*top*/
	section#top object.logo,
	section#top img.logo {
		float: left;
		margin-right: 0;
		max-width: 40%;
	}
section#top p.tel {
    float: left;
    margin: 0;
    width: 44%;
    padding: 0;
    padding: 4px 0 0 10px;
}
section#top p.tel a.tel.tel1 {
    font-size: 18px;
    text-align: center;
    padding: 6px;
}
	section#top p.adress {
		display: none;
	}
	section#top p.button {
		display: none;
	}
	section#top p.tel a.tel.tel2 {
		display: none;
	}
	
	/*header*/
	section#top {
		padding: 15px 0;
		position: relative;
		z-index: 2;
		border-bottom: 2px solid rgb(255 255 255 / 22%);
	}
	header.active {
		z-index: 4;
	}
	section#sliders {
		position: relative;
		z-index: 1;
		padding: 8px 0 0;
	}
	header.mainpage {
		height: auto;
		max-height: initial;
		padding-bottom: 15%;
	}
	section#preview_block .content,
	section#sliders .content {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	section#preview_block h1,
	section#sliders .content h1 {
		margin: 10px 0;
		font-size: 23px;
		line-height: 25pt;
	}
	section#sliders .content p.desc {
		font-size: 15px;
		line-height: 17pt;
		margin: 4px 0;
	}
	section#preview_block .content ul, section#sliders .content ul {
		max-width: 100%;
		font-size: 14px;
		line-height: 13pt;
		margin: 10px 0 0;
	}
	section#preview_block .content ul li, section#sliders .content ul li {
		float: none;
		width: 100%;
		margin: 0 0 8px 0;
		padding: 2px 0;
		padding-left: 28px;
		background: url(images/trigger_icon.svg) left top 3px no-repeat transparent;
		background-size: 14px;
	}
	section#preview_block .content ul li:nth-child(even), section#sliders .content ul li:nth-child(even) {
		float: none;
	}
	
	/*form_landing*/
	form.form_landing {
		display: none;
		float: none;
		padding: 0%;
		border-radius: 6px;
		background: rgb(0 0 0 / 41%);
		width: 100%;
		box-sizing: border-box;
		margin-top: 3.5%;
	}
	section#callback_block form.form_landing {
		display: block;
        background: none;
	}
	
	
	/*nav menu*/
	header nav#main {
		display: none;
	}
	header.active nav#main {
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #ed1c24;
		z-index: 3;
		padding: 10% 7%;
		box-sizing: border-box;
		overflow: auto;
	}
	nav#main ul.main {
		margin-bottom: 0;
		font-size: 18px;
	}
	nav#main ul li {
		float: none;
		padding: 0%;
		position: relative;
		margin: 0 0 16px 0;
	}
	nav#main ul li.current-menu-item a {
		color: #cccccc;
	}
	nav#main ul li ul { 
		font-size: 15px;
	}
	nav#main ul li ul.sub-menu, nav#main ul li.menu-item-has-children ul.sub-menu {
		display: inline-block;
		position: relative;
		background: transparent;
		padding: 12px 0 1px 10px;
		font-size: 17px;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		border-radius: 0;
		top: 0;
		z-index: 1;
		background: transparent;
	}
	header.singlepage nav#main ul li.menu-item-has-children ul.sub-menu {
		background: transparent;
	}
	nav#main ul li div.double .one ul li,
	nav#main ul li ul.sub-menu li {
		float: none;
		padding: 0%;
		margin: 7px 0;
	}
	nav#main ul li.cat ul.sub-menu li {
		float: none;
		width: 100%;
		margin: 4px 0;
	}
	nav#main ul li.cat ul.sub-menu li:nth-child(even) {
		float: none;
	}
	nav#main ul li div.double .one ul li a:hover, nav#main ul li ul.sub-menu li a:hover {
		color: #ddd;
		text-decoration: underline;
	}
	nav#main ul li:nth-last-child(1) ul.sub-menu, nav#main ul li:nth-last-child(1) ul.sub-menu, nav#main ul li:nth-last-child(3) ul.sub-menu {
		text-align: left;
		right: 0;
		left: inherit;
	}
	nav#main ul li div.double a,
	nav#main ul li ul.sub-menu li a {
		color: #e4e4e4;
	}		
	
	/*single_page*/
	section#preview_block {
		padding: 15px 0 25px;
	}	
	p.breadcrumbs {
		font-size: 13px;
		color: #c3c3c3;
	}
	p.breadcrumbs a {
		margin: 0 3px;
	}
	p.breadcrumbs span {
		margin-left: 3px;
	}
	ul.nav {
		font-size: 15px;
	}
	ul.nav li.active,
	ul.nav li {
		margin: 0 8px 6px 0;
		padding: 4px 11px;
		border-radius: 2px;
		display: inline-block;
        border: none;
	}
	.product_list {
		padding: 10px 0;
		display: inline-block;
		width: 100%;
	}
	.product_list .one {
		float: left;
		width: 49%;
		margin: 0 0 10px 0;
		padding: 5px 10px;
	}
	.product_list .one:nth-child(even) {
		float: right;
	}
	.product_list .one .image {
		text-align: center;
		height: 160px;
		margin: 5px 0 0;
		overflow: hidden;
	}
	.product_list .one .image img {
		max-height: 155px;
	}

section.products.actual.more .product_list .one .image img,
section.products .one .image img {
    max-height: 155px;
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}	
	.product_list .one p.name {
		font-size: 14px;
		line-height: 12pt;
		height: auto;
		overflow: hidden;
		margin: 5px 0;
	}
	.product_list .one p.name span {
		cursor: pointer;
		border-bottom: none;
		transition: 0s;
		background: #272728;
		color: #fff;
		padding: 5px 10px;
		display: inline-block;
		border-radius: 1px;
	}
	.product_list .one p.price {
		font-size: 14px;
		margin: 3px 0 0;
		min-height: 26px;
	}
	.product_list .one input[type="button"] {
		padding: 10px 0;
		font-size: 13px;
		text-transform: inherit;
	}
	section#complex.single {
		padding-top: 25px;
		margin: 0;
	}
	header.singlepage nav#main ul li:hover,
	header.singlepage nav#main ul li.current-menu-item {
		background: transparent;
	}

	/*single_page*/
	section#single_page {
		padding: 12px 0;
		min-height: auto;
	}
	.post_one.preview .fotorama.aligright {
		float: none;
		margin: 0;
		width: 100%;
	}
	blockquote {
		margin-left: 0;
		margin-right: 0;
		font-size: 19px;
		line-height: 17pt;
	}
	article.post_one.more {
		padding: 5px 0 0;
		margin: 15px 0 0 0;
		border-top: 1px solid #ddd;
	}
	iframe {
		height: 240px;
	}
	.post_one li {
		margin-bottom: 3px;
		padding-left: 7px;
	}
	.post_one ul {
		padding-left: 20px;
	}
	.post_one ol {
		margin-left: 10px;
		padding-left: 10px;
	}
	ul.mserv_list {
		margin: 0;
		padding: 0%;
		list-style-type: none;
		display: inline-block;
		width: 100%;
	}
	ul.mserv_list li {
		width: 100%;
		font-size: 15px;
		line-height: 14pt;
		margin: 0 0 9px;
		background: #fff;
		float: none;
		padding: 10px 15px 10px 80px;
		position: relative;
		min-height: auto;
		overflow: hidden;
		transition: 1s;
	}
	ul.mserv_list li a {
		font-size: 14px;
		color: #323232;
		margin-bottom: 3px;
	}
	ul.mserv_list li img {
		width: 50px;
	}	

	/*review*/
	div#form_comment {
		margin: 0 auto;
		width: 100%;
		margin: 10px 0;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	div#form_comment h3#reply-title {
		margin: 10px 0 4px;
		font-size: 18px;
	}
	p.must-log-in, p.logged-in-as {
		font-size: 16px;
	}
	.review_list.single_page .one {
		margin-bottom: 13px;
	}
		
	/*form_callback*/
	.form_callback {
		float: none;
		width: 100%;
		border: 1px solid rgb(221 221 221 / 52%);
		border-radius: 4px;
		padding: 5px 25px 20px;
		box-sizing: border-box;
		margin: 20px 0 10px;
		background: rgb(255 255 255 / 72%);
	}
	article.post_one.right_callback {
		float: none;
		width: 100%;
		border: 1px solid rgb(221 221 221 / 52%);
		border-radius: 4px;
		padding: 5px 25px 10px;
		box-sizing: border-box;
		margin: 10px 0 10px;
		background: rgb(255 255 255 / 72%);
	}
	.form_callback textarea,
	.form_callback select,
	input[type="text"], input[type="tel"], input[type="email"] {
		padding: 12px 0;
		font-size: 18px;
		width: 100%;
		font-family: 'Calibri';
	}	

	.form_callback form.form_landing {
		display: block;
        background: transparent;
	}	
.form_callback form.form_landing input[type="text"] {
    border: 2px solid rgb(50 50 50 / 29%);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 6px;
}
	
	/*contact*/
	section#contact_bottom div.content {
		font-size: 17px;
		left: 0;
		top: 0;
		width: 100%;
		padding: 10px 0 40px;
		box-sizing: border-box;
		position: relative;
		box-shadow: none;
	}
	section#contact_bottom {
		margin-top: 0;
	}
	section#contact_bottom div.content p.adress {
		font-size: 18px;
		line-height: 15pt;
	}
	header.singlepage section#top {
		padding: 15px 0;
		border-bottom: 2px solid rgb(193 193 193 / 22%);
	}	
	
	/*credit*/
	.post_one ul.credit_bank {
		padding-left: 0;
	}
	ul.credit_bank li {
		font-size: 13px;
		float: left;
		width: 49%;
		margin: 0;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 7px;
		display: block;
	}
	ul.credit_bank li:nth-child(even) {
		float: right;
	}
	ul.credit_bank li img {
		max-height: 50px;
		display: block;
		margin: 0 auto;
	}
	ul.credit_bank a {
		top: -4px;
	}
	section#single_page section#category {
		margin: 20px 0 0;
		display: block;
	}
	section#single_page section#category .one.little {
		width: 100%;
	}
	section#single_page section#category .one.big {
		width: 100%;
	}
	section#category .one.middle {
		width: 100%;
		float: none;
		position: relative;
		z-index: 0;
		margin: 0 0 5px;
		overflow: hidden;
		border-radius: 3px;
		transition: 0.5s;
	}
	section#single_page div.gellory {
		margin-top: 10px;
		box-sizing: border-box;
	}
	section#single_page .gellory_slider div.gellory div.one {
		width: 100%;
		height: auto;
		overflow: inherit;
		float: none;
		margin: 0 0 5px 0;
	}
	section#single_page .gellory_slider div.gellory div.one a {
		position: relative;
		left: inherit;
		right: inherit;
		top: inherit;
		bottom: inherit;
		z-index: 2;
	}
	section#single_page .product_block {
		padding: 10px 0 0;
	}
	.product_list .one input[type="button"] {
		background: #ed1c24;
		color: #fff;
	}
	section.products {
		overflow: hidden;
	}
	section.products .product_list.regular .one {
		margin: 0 5px 0 0;
	}
	input.slick-arrow {
		width: 35px;
		height: 35px;
		top: -34px;
	}
	input.prev.arrow {
		right: 40px;
		top: -35px;
	}
	input.next.arrow {
		top: -35px;
	}
	.sertificate_list .list .one img {
		width: 100%;
		height: 300px;
		width: auto;
	}
div.map {
    height: 440px;
}
div.map iframe {
    height: 440px;
}	



	/*
		images
		slider-for
	*/
	.images.slider-for {
		height: 160px;
	}
	.images.slider-for .images_one {
		height: 160px;
	}
	.images.slider-for .images_one a {
		height: 160px;
		line-height: 160px;
	}
	.images.slider-for .images_one img {
		max-height: 160px;
	}



	/*
		thumbnail
		slider-nav
	*/
	.thumbnail.slider-nav .thumbnail_one {
		height: 30px;
	}
	.thumbnail.slider-nav .thumbnail_one img {
		height: 30px;
	}
	
}