@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

.navigation {
	display: block;
}
#gtBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 36px;
	border: solid 2px #E94700;
	outline: none;
	background-color: white;
	color: #E94700;
	cursor: pointer;
	border-radius: 50%;
	height: 45px;
	width: 45px;
  }
  

body {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
a:focus, a:active {
	outline: none !important;
}

header, footer, section {
	width: 100%;
	position: relative;

}
.page-header {
	width: fit-content;
	margin: 0 auto;
	background-image: url('/images/page-header-bg.png'), url('/images/page-header-bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	padding: 0 60px;
}
.block-name{
	width: fit-content;
	margin: 0 auto;
	background-image: url('/images/page-header-bg.png'), url('/images/page-header-bg.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	padding: 0 60px;
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	margin: 30px auto;
}

.page-header h1 {
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	padding: 15px 0;
	text-transform: uppercase;
}


.header-in, .footer-in, .content-item {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.section-in {
	width: 100%;
	max-width: 1280px;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px auto 60px auto;
	overflow: hidden;
}
.slider-sec {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.bl-in {
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	height: 35px;
	box-sizing: border-box;
	display: flex;
    justify-content:space-between;
	overflow: hidden;
	align-items: center;
}

.top-bl {
	background-color: #EDEDED;
	width: 100%;
	
}
.link-block a {
	color: rgb(75, 74, 74);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: none;
}
.link-block a:first-child {
	margin: 0 20px 0 0;
}
.link-block a:not(:first-child) {
	margin: 0 20px;
}

.time {
	color: rgb(35, 35, 35);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	padding-left: 25px;
	background: url('/images/time-ico.png') center left no-repeat;
}

.map {
	color: rgb(0, 0, 0);
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	padding-left: 25px;
	background: url('/images/map-ico.png') center left no-repeat;
}
header {
	background-color: #FFF;
	text-align: justify;
	padding: 0;
	min-height: 135px;
}

.header-in {
	position: relative;
	width: 100%;
	display: flex;
    justify-content:space-between;
	height: 135px;
	align-items: center;
}


.logo, .cont, .topbl, .rcont {
	display: inline-block;
	box-sizing: border-box;
	text-align: left;
	position: relative;
}
.rcont {
	margin: 30px 10px;
}

.cont a, .cont a:hover, .cont-page-bl-half a, .cont-page-bl-half a:hover, .rcont a, .rcont a:hover, .menu-wrap .teb a, .menu-wrap .teb a:hover {
	color: #000000;
	text-decoration: none;
}
.cont-page-bl-half .cont-ph, .cont-page-bl-half .cont-em, .cont-page-bl-half .map {
	margin-bottom: 25px;
}

.cont-page-bl-half .map {
	font-size: 16px;
	padding-left: 35px;
	width: 100%;
}

.cont-ph {
	background: url('/images/phone-ico.png') center left no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

a.cont-ph {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.cont-em {
	background: url('/images/email-ico.png') center left no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	text-align: left;
}

a.cont-em {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.cont-btn {
	box-sizing: border-box;
	text-align: center;
	margin-top: 10px;
}

.cont-sb a {
	margin-right: 10px;
}

.nav-bl {
	height: 50px;
	background-color: #E94700;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.25);
}

.nav-bl .nav {
	width: 100%;
	position: relative;
	line-height: 50px;
}

div.nav ul, div.resnav ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	width: fit-content;
	margin: 0 auto;
}

div.nav ul > li > ul, div.resnav ul > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: fit-content;
  	margin: 0 auto;
}


.topmenu:after {
 	content: "";
 	display: table;
 	clear: both;
}

.topmenu > li {
 	
 	float: left;
 	position: relative;
}

.resnav .topmenu > li {
 	height: 50px;
	line-height: 50px;
	float:none;
	position: relative;
	font-weight: 700 !important;
}

.topmenu > li:hover {
	background-color: #6E2606;

}

.topmenu > li > a, .topmenu span {
 	font-size: 16px;
 	font-weight: 500;
	text-transform: uppercase;
 	color: #FFFFFF;
 	padding: 17px 10px;
 	margin: 0 20px;
 	text-decoration: none;
	cursor: pointer;
}

.submenu-link:after {
	content: "\02C5";
  	position: relative;
	right: 20px;
  	color: #FFFFFF;
  	font-weight: bolder;
  	font-size: 14px;
}

.submenu {
  	background: #A8090E;
  	position: absolute;
  	left: 0;
  	top: 100%;
  	z-index: 65;
  	width: fit-content;
  	opacity: 0;
  	transform: scaleY(0);
  	transform-origin: 0 0;
  	transition: .5s ease-in-out;
}

.submenu li {
	padding: 10px ;
}

.submenu a {
  	color: #FFFFFF;
  	text-align: left;
  	text-decoration: none;
  	padding: 12px 15px;
  	font-size: 15px;
  	line-height: 175%;
	width: 100%;
  	border-bottom: 1px solid rgba(255,255,255,.1);
}

.submenu li:last-child a { 
	border-bottom: none; 
}

.topmenu > li:hover .submenu {
  	opacity: 1;
  	transform: scaleY(1);
}

 .owl-carousel .owl-dots {
	text-align: center;

}

.owl-carousel button.owl-dot {
	background-color: #FFFFFF !important;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	margin: 0 5px;
	border: 1px solid rgb(233, 71, 0) !important;
}
.owl-carousel button.active {
    background-color: #8B2704 !important;
	border: #8B2704 solid 1px !important;
}
 .ot-car-it-text {
	max-width: 630px;
	min-width: 300px;
	width: 100%;

	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 180%;
	color: #000000;
	padding: 5% 9%;
	box-sizing: border-box;
	margin: 0 auto;
}
.ot-car-it {
	background: rgba(233, 71, 0, 0.64);
	overflow: hidden;
}
.ot-car-it-name {
	min-width: 150px;
	width: fit-content;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: left;
}
.ot-car-it-date {
	min-width: 150px;
	width: fit-content;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: right;
}

footer {
	display: block;
	background: rgba(233, 71, 0, 0.15);;
	padding: 25px 0;
	color: #000000;
	box-sizing: border-box;
	min-height: 170px;
}

footer a {
	color: #000000;
	text-decoration: none;
}

.footer-in-top {
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
    justify-content:space-between;
	overflow: hidden;
	align-items: center;
}

.foot-logo, .foot-cop, .foot-link {
  	display: inline-block;
  	vertical-align: middle;
  	box-sizing: border-box;
  	text-align: left;
  	position: relative;
}

.footer-top-bl ul {
	list-style-type: none;
	padding-left: 0;
}

.footer-top-bl ul > li {
	padding: 5px 0;
}

.footer-top-bl ul > li > a {
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	text-align: left;
}

.fb0 {
	min-width: 200px;
	max-width: 300px;
	width: 100%;
}


.fcont-ph {
	background: url('/images/phone-ico-f.png') center left no-repeat;
	padding-left: 35px;
	margin-bottom: 30px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	text-align: left;
}

a.fcont-ph {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.fcont-em {
	background: url('/images/email-ico-f.png') center left no-repeat;
	padding-left: 35px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	text-align: left;
	margin-bottom: 30px;
}

a.fcont-em {
	font-weight: bold;
	font-size: 18px;
	display: block;
}

.fcont-map {
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 35px;
	background: url('/images/map-ico-f.png') center left no-repeat;
}
#pgCategoryModal {
	display: none !important;
}
.pg-category-items-box {
	margin-bottom: 100px;
}
.full-works {
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
}
.full-works a {
	color: #007DF8;
}
.wk-car-it {
	position: relative;
}
.wk-car-it-name {
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: white;
	opacity: 0.8;
	width: 100%;

}
.wk-car-it-name a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	
}
.pg-item-box-title, .pg-category-box-title {
	box-sizing: border-box;
}
.pg-categories-items-box {
	margin-bottom: 100px;
}
.fcont-sb a {
	margin-right: 15px;
}
.mod-hww {
	text-align: justify;
}
.mod-hww-item {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);
	max-width: 385px;
	width: 31%;
	min-width: 280px;
	margin: 0 1%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 20px;
}
.mod-hww-item.hww1 {
	background: url('/images/hww1.jpg') top center no-repeat;
}
.mod-hww-item.hww2 {
	background: url('/images/hww2.jpg') top center no-repeat;
}
.mod-hww-item.hww3 {
	background: url('/images/hww3.jpg') top center no-repeat;
}
.mod-hww-item-name {
	background: rgba(233, 71, 0, 0.64);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: center;
	width: 280px;
	box-sizing: border-box;
	padding: 15px 0;
	margin-top: 172px;
}
.mod-hww-item-text {
	box-sizing: border-box;
	padding: 15px;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
	min-height: 160px;
}
.beforecontentbg {
	background: rgba(233, 71, 0, 0.15);
}
.aftercontentbg {
	background: url('/images/request-bg.jpg') top center no-repeat;
	box-sizing: border-box;
	padding: 20px 0;
}
.aftercontentbg .section-in {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.aftercontentbg .section-in .sf2-header {
	color: #FFF;
	text-align: center;
}
.aftercontentbg .section-in .sf2-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 59px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.aftercontentbg .section-in .sf2-description {
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
}
.aftercontentbg .section-in label {
	color: #FFF !important;
}
.mod-npr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.mod-npr-item {
	max-width: 600px;
	min-width: 300px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 10px;
	padding-left: 150px;
	margin: 30px auto;
}
.mod-npr-item.npr1 {
	background: url('/images/npr1.png') center left no-repeat;
}
.mod-npr-item.npr2 {
	background: url('/images/npr2.png') center left no-repeat;
}
.mod-npr-item.npr3 {
	background: url('/images/npr3.png') center left no-repeat;
}
.mod-npr-item.npr4 {
	background: url('/images/npr4.png') center left no-repeat;
}
.mod-npr-item-name {
	color: rgb(139, 39, 4);
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 40px;
}
.mod-npr-item-text {
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: left;
}
.service-items {
	display: inline-block;
	text-align: center;
	margin: 50px auto;
}
.service-item {
	min-width: 280px;
	max-width: 400px;
	width: 30%;
	margin: 0 10px;
	display: inline-block;
	box-sizing: border-box;
	box-shadow: 0px 4px 6px rgba(131, 131, 131, 0.4);
	border-radius: 15px 15px 0px 0px;
	margin-bottom: 35px;
}
.service-item img {
	width: 100%;
}
.service-item-name {
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	height: 70px;
}
.service-item-name a {
	color: rgb(139, 39, 4);
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0%;
	text-decoration: none;
}
.service-item-info {
	padding: 15px;
	box-sizing: border-box;
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0%;
	text-align: left;
	min-height: 110px;
}
.service-item-link {
	text-align: right;
	padding: 25px;
	box-sizing: border-box;
}
.service-item-link a {
	background: rgb(255, 0, 0);
	border-radius: 50px;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0px;
	padding: 7px 34px;
	text-decoration: none;
}

.tabs {
	min-width: 320px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border-top: 1px solid #CDCDCD;
	box-sizing: border-box;
}
.tabs>section>div {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 5px 5px;
	margin: 15px 25px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #7C7C7C;
	
}
.tabs>label:hover {
	color: #7C7C7C;
	cursor: pointer;
	border-bottom: solid 2px #0C0C0C;
}

.tabs>input:checked+label {
	color: #7C7C7C;
	border-bottom: solid 2px #0C0C0C;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}
 
@media screen and (max-width: 680px) {
	.tabs>label:before {margin: 0;font-size: 18px;}
}
@media screen and (max-width: 400px) {
	.tabs>label {padding: 15px;}
}


ul.mod-breadcrumbs {
	list-style: none;
	padding-left: 0;
}

ul.mod-breadcrumbs li {
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 14px;
	color: #3E3E3E;
}

ul.mod-breadcrumbs a {
	text-decoration: underline;
	font-size: 14px;
	color: #3E3E3E;
}
.section-br-in {
	width: 100%;
	max-width: 1280px;
	padding: 15px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}
.section-cons {
	background: url('/images/consult-bg.jpg') center center no-repeat;
	height: 620px;
}
.section-cons-in {
	max-width: 1280px;
	margin: 0 auto;
}
.consult {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	max-width: 370px;
	height: 620px;
	display: block;
	float: right;
	text-align: center;
	margin-right: 6%;
}
.consult-text  {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-weight: 700;
	line-height: 72px;
	letter-spacing: 0px;
	text-align: center;
	margin: 70px auto;
}
.consult-text h1 {
	color: rgb(255, 255, 255);
	font-size: 36px;
	font-weight: 700;
	line-height: 72px;
	letter-spacing: 0px;
	text-align: center;
	margin: 0;
}
.ind-bl-name-otziv {
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 28px;
	font-weight: 900;
	line-height: 33px;
	padding: 15px 0;
	text-transform: uppercase;
}
.otz-ind {
	margin-bottom: 80px;
}
.map-sec {
	position: relative;
}
.contact-block {
	position: absolute;
	width: 280px;
	padding: 30px 40px;
	box-sizing: border-box;
	left: 13%;
	top: 12%;
	background: #FFFFFF;
	box-shadow: 20px 10px 25px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.contact-val {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	color: #000000;
	padding-left: 30px;
  	margin: 15px 0;
}
.contact-val a {
	color: #000000;
	text-decoration: none;
}
.cv-p {
	background-image: url('/images/phone-ico-m.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
.cv-m {
	background-image: url('/images/map-ico-m.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
.cv-e {
	background-image: url('/images/email-ico-m.png');
  	background-position: left center;
  	background-repeat: no-repeat;
}
.navigation-container {
	top: 45% !important;
}
.cont-page-bl-half {
	width: 49%;
	min-width: 300px;
	display: block;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.cart a.prodname, .btn-danger, .not_active_step a {
	color: rgb(227, 30, 36);
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}
.pull-left a {
	cursor: pointer;
	border: solid 1px #E31E24 !important;
	color: rgb(227, 30, 36);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	text-decoration: none;
}
.pull-left {
	display: block;
	float: left;
	height: 50px;
}
.pull-right a, .text_pay_without_reg a {
	background-color: rgb(227, 30, 36);
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 10px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	text-decoration: none;
}
.pull-right {
	display: block;
	float: right;
	height: 50px;
}
.jshop .cart_buttons {
	height: 50px;
	margin: 50px 0;
}
.cart .price{
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: center;
}
.jshop_subtotal .price{
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: right;
}


.btn-success, .com-users-registration__register, .com-users-login__submit button {
	background-color:  #E31E24;
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: fit-content;
	border-radius: 10px;
	padding: 10px 15px;
	padding-left: 15px;
	box-sizing: border-box;
	border: none;
}
.jshop_register, .other_delivery_adress, .box_button {
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}
.address_block, .checkout_payment_block, .checkout_shipping_block, .checkout_pfinish_block {
	margin-bottom: 80px;
}
.checkout-step-info {
	text-align: left;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 700;
	line-height: 33px;
	padding: 15px 0;

}
.com-users-login, .com-users-registration {
	margin-bottom: 80px;
}
.form-control{
    max-width: 100%;
    background-color: #fefefe;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: .6rem 1rem;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}
.com-users-registration__submit {
	margin-top: 30px;
	text-align: center;
}
.form-control-feedback {
	width: 100%;
	color: red;
	font-size: 12px;
	
}
.com-users-registration-complete {
	margin: 30px 0 120px 0;
}

.com-users-login__options a, .myorders_block_info a {
	color: #A8090E;
	font-size: 16px;
	text-decoration: none;
	width: 100%;
	margin: 5px 0;
}
.myorders_list {
	margin-bottom: 120px;
}
.com-content-article__body a {
  color: #E94700;
}
/*Было стало Начало */
/*Для мобильной версии, начало */ 
@media (max-width: 768px) {
    .reveal {
        width: 100% !important;
    }
}
/*Для мобильной версии, конец */
.reveal {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width: 60%;
    margin:auto;
}

.reveal:not(.reveal-loaded) * {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.reveal:not(.reveal-loaded) *:nth-child(2) {
	display: none;
}

.reveal-img {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.reveal-img:nth-child(2) {
	position: absolute;
}

.reveal-bar {
	position: absolute;
	top: 0;
	width: 5px;
	height: 100%;
	background: #000000;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	opacity: 0.7;
	cursor: ew-resize;
	touch-action: none;
}

.reveal-grabber {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 30px;
	border-radius: 30%;
	background: #000000;
	left: -23px;
	border: 1px solid white;
	-webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reveal-arrows {
	position: relative;
	top: .1rem;
	font-size: 16px;
	color: white;
	text-align: center;
}

.com-content-category-blog__navigation {
  text-align: center;
}

.pagination li {
  display: inline-block;
}

/*Было стало Конец */
/*Старт Прайс Таблица эл*/

.tableprice tbody tr td {
    border: unset !important;
}

.tableprice tbody tr td.toptablecolor {
    background-color: #E3E3E3;
}

.tableprice tbody tr td.toptablecolor b {
    color: #000000;
    font-size: 14px;
}

.tableprice tbody tr td {
    height: 40px;
}

.tableprice tbody tr:first-child {
    background: linear-gradient(to right, #E94700, #e94700a3);
    color: white; /* Цвет текста */
    height: 54px;
}

.tableprice tbody tr:first-child td,
.tableprice tbody tr:first-child td b {
    vertical-align: middle;
    font-weight: 600;
    font-family: "Arial";
    color: #FFFFFF;
}

.tableprice tbody tr.toptablecolor,
.tableprice tbody tr.toptablecolor:nth-child(even) {
    background-color: #D4E0E9;
    color: #000000;
}

.tableprice .backColor td {
    color: #000000;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.tableprice .toptablecolor td:first-child {
    padding: 0 5px;
}

.tableprice tbody tr:nth-child(even) { /* фон строк цвет чёрный */
    background-color: #F3F3F3;
}

.tableprice tbody tr:nth-child(odd) { /* фон строк цвет чёрный */
    background-color: #FBFBFB;
}

.tableprice tbody tr.tr-center td {
    text-align: center;
}

/* Добавьте этот стиль для выравнивания текста в первой колонке по левому краю */
.tableprice tbody tr td:first-child {
    text-align: left;
    padding-left: 10px; /* Добавьте отступ слева для лучшего визуального восприятия */
}

/*Прайс Таблица эл*/
