/*right modals */
header .mobile-home-white-logo{
	display: none;
}
header .mobile-home-black-logo{
	display: block;
}
header.home .mobile-home-white-logo{
	display: block;
}
header.home .mobile-home-black-logo{
	display: none;
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 380px;
	/*height: 100%;*/
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right.fade .modal-dialog {
	right: -380px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}
/* !!!!!right modals */



/* search */
#input-search{
	border: unset;
	border-radius: 0px;
	background: unset;
	padding-bottom: 0px;
}
.wrp-search-input{
	border-bottom: 2px solid #101010;
	width: 100%;
	max-width: 550px;
}
.wrp-search-block{
	margin-bottom: 40px;
}
.wrp-search-block label{
	margin: 0px;
}
/* !search */
/* footer */
footer{
	background: url(./images/bg-footer.jpg) no-repeat 0 0;
	width: 100%;
	/*height: 408px;*/
	background-size: 100% 100%;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 30px;
}
footer a{
	font-family: PTSansRegular, sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	font-weight: 400;
}
footer a:hover{
	color: #f00;
}
.wrp-footer-tels i{
	font-size: 20px;
}
.footer-map{
	width: 187px;
	height: 111px;
	background: url(./images/footer-map.png) no-repeat 0 0;
	margin: 34px 0 41px;
}
.footer-logo{
	font-size: 12px;
}
.footer-title{
	font-family: PTSansRegular, sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 400;
	position: relative;
	border-bottom: 2px solid #ff0000;
	padding-bottom: 4px;
	letter-spacing: 1px;
}
/* !footer */

.info-title-h1{
	font-family: PTSansRegular, sans-serif;
	color: #101010;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin: 0 0 55px 0;
}

.wrp-sertificate-slick .slick-arrow i{
	font-size: 40px;
}
.wrp-sertificate img{
	-webkit-box-shadow: 6px 10px 11.96px 1.04px rgb(0 0 0 / 39%);
	-moz-box-shadow: 6px 10px 11.96px 1.04px rgba(0, 0, 0, 0.39);
	box-shadow: 6px 10px 11.96px 1.04px rgb(0 0 0 / 39%);
}

/* about */
.wrp-about{
	padding-top: 80px;
	padding-bottom: 40px;
	width: 100%;
	background: url(./images/bg-about.jpg) no-repeat 0 0;
	background-size: cover;
}
.wrp-about-title span{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.wrp-about-title,.wrp-about-logo{
	border-bottom: 2px solid #f00;
}
@media (max-width: 991px) {
	.wrp-about-title,.wrp-about-logo {
		border-bottom: unset;
	}
	.help-info-block svg{
		max-width: 34px;
	}
}
.wrp-about-text{
	background: #fff;
	color: black;
	margin: 20px;
	padding: 20px;
	height: 400px;
}
.cross-line{
	width: 2px;
	height: 95%;
	background: #f00;
	margin: 0 auto;
	display: block;
	transform: rotate(
			15deg
	) translateX(14px) translateY(6%);
	margin-bottom: 0px;
	margin-top: auto;
}
.wrp-about-text .os-scrollbar-handle{
	background: #f00 !important;
}
.business-area-left{
	margin-top: 50px;
}
.business-area-title{
	font-weight: 800;
	font-family: PTSansRegular, sans-serif;
	font-size: 24px;
	color: #101010;
	text-transform: uppercase;
	padding-left: 20px;
}
.business-area-text{
	padding: 43px 20px;
}

.wrp-about-advantages .advantages-title{
	font-family: PTSansRegular, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding-top: 46px;
}
.wrp-about-advantages{
	color: #fff;
	min-height: 359px;
}
.wrp-about-advantages li {
	position: relative;
	padding-left: 15px;
}
.wrp-about-advantages li:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 9px;
	background-color: #ff0000;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.principles-title{
	font-family: PTSansRegular, sans-serif;
	font-size: 24px;
	color: #101010;
	text-transform: uppercase;
	font-weight: 800;
}
.principles{
	font-family: PTSansRegular, sans-serif;
	font-size: 16px;
	color: #101010;
	line-height: 24px;
	padding: 43px 0;
}
/* !about */
/* footer */
.icon-header {
	display: inline-block;
	background: url(./images/sprite-header.png) no-repeat 0 0;
}
.icon-check {width: 31px;height: 31px;background-position: -144px 0;}
.icon-phone-red{width:32px;height:32px;background-position:-228px 0;}
.icon-calc{width:24px;height:32px;background-position:-204px 0;}
.icon-meter{width:29px;height:29px;background-position:-175px 0;}

.help-block:hover .icon-phone-red{background-position:-54px 0;}
.help-block:hover .icon-calc{background-position:-260px 0;}
.help-block:hover .icon-meter{background-position:-287px 0;}
.help-block:hover .icon-check{background-position:-319px 0;}
.help-block:hover svg{fill:#fff}
.help-block:hover svg path{fill:#fff}

.wrp-help-block{
	position: fixed;
	top: 39%;
	right: 0;
	z-index: 2000;
	transition-property: right;
	transition-duration: 0.15s;
	transition-timing-function: ease-out;
	transition-delay: 0s;
}
.wrp-help-block.moved{
	transition-property: right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	transition-delay: 0.15s;
}
.wrp-help-block svg{
	max-width: 32px;
	height: auto;
	fill: #f00;
}

.help-block{
	width: 54px;
	height: 45px;
	background-color: #cfcfcf;
	margin-bottom: 3px;
	border-radius: 3px;
}
.help-block:hover{background:rgba(16, 16, 16, 0.69);cursor:pointer;}
.wrp-catalog-desc{
	display: none;
}
.blog_slide_block:hover .wrp-catalog-desc {
	display: flex;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	align-items: center;
	padding: 10px;
	justify-content: center;
	text-align: center;
}
/* !!!!footer */

/* white modal */
.modal-content.bg-white input{
	background: rgb(232, 240, 254);
	font-family: PTSansRegular, sans-serif;
	color: black;
	font-size: 16px;
}
.modal-content.bg-white input::placeholder{
	color: black;
}
.modal-content.bg-white .wrp-modal-send{
	background: url(./images/bg-show-prod.png) no-repeat 0 0;
}
.modal-content.bg-white .wrp-modal-send button{
	color: #fff;
	background-color: #000;
}
.modal-content.bg-white .wrp-modal-send button:hover{
	background-color: #fff;
	color: #000;
}
.form-modal-autorize{
	padding: 10px 40px;
}
.form-modal-autorize input{
	margin: 0px;
}
.form-row label{
	margin-right: 25px;
	min-width: 150px;
}
.form-row .wrp-modal-send{
	margin: 0px;
}
.form-label.required:after{
	content: '*';
	padding-left: 5px;
	color: red;
}
.account-forgotten{
	margin: 0px;
}
.red-center{
	width: fit-content;
	margin: 0 auto;
	border-bottom: 2px solid red;
}

.wrp-my-black-btn{
	width: 191px;
	background: url(./images/bg-show-prod.png) no-repeat 0 0;
	padding: 3px 0;
	display: block;
	height: 42px;
}

.my-black-btn{
	font-family: PTSansRegular, sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #000;
	width: 183px;
	height: 36px;
	border: unset;
}
.icon-basket {
	fill: #101010;
}
.home .icon-basket {
	fill: #fff;
}
/* !!!!white modal */

/* home tabs products */
.wrp-top-latest-block ul li a{
	font-family: PTSansRegular, sans-serif;
	font-weight: 400;
	color: #101010;
	font-size: 30px;
	display: block;
}
.wrp-top-latest-block ul li a.active {
	text-transform: uppercase;
	position: relative;
}
.wrp-tl-titles li{
	margin: 0 30px;
}
.wrp-top-latest-block ul li a.active:after {
	background-color: #f00;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: 5px auto;
	position: absolute;
	width: 80%;
}
.tab-slider .slick-arrow i{
	font-size: 40px;
}
.tab-slider .slick-prev{
	left: -15px;
}
.tab-slider .slick-next{
	right: -15px;
}
/* !!!!!!home tabs products */

#input-quantity{
	text-align: center;
}
.header-phones svg{
	max-width: 18px;
	height: auto;
	fill: #f00;
}
@media (max-width: 1380px){
.advantages{height:562px;background-size:168% 100%;background-position:50% 0;}
.advantages > p,
.about-us h1,
.about-us h3{font-size:25px;line-height:48px;margin:18px 0 6px;}
.advantages > p{margin-top:0;}
.advantages > div{height:515px;}
.circle-bg{background-size:65% 113%;top:-172px;left:69%;height:685px;}
.circle-bg .advantages-title{font-size:20px;line-height:41px;width:211px;top:79px;left:94px;}
.circle-bg span{font-size:12px;}
.circle-bg .corect-mounting{top:20px;left:179px;}
.circle-bg span.corect-mounting-title{top:-15px;left:-135px}
.circle-bg .transport{left:244px;top:29px;}
.circle-bg span.transport-title{top:14px;left:40px;}
.circle-bg .material{left:331px;top:111px;}
.circle-bg span.material-title{top:9px;left:30px;}
.circle-bg .mounting{top:206px;left:232px;}
.circle-bg span.mounting-title{top:-6px;left:-55px;}
.circle-bg .delivery{left:301px;top:218px;}
.circle-bg span.delivery-title{top:5px;left:17px;}
.circle-bg .goods{top:306px;left:197px;}
.circle-bg span.goods-title{top:19px;left:-115px;}
.circle-bg .trauma{top:187px;left:56px;}
.circle-bg span.trauma-title{left:-162px;top:13px;}
.circle-bg .master{top:94px;left:-13px;}
.circle-bg span.master-title{left:30px;top:-17px;}
.circle-bg .master:hover span.master-title,
.circle-bg .corect-mounting:hover span.corect-mounting-title,
.circle-bg .transport:hover span.transport-title,
.circle-bg .material:hover span.material-title,
.circle-bg .delivery:hover span.delivery-title,
.circle-bg .mounting:hover span.mounting-title,
.circle-bg .goods:hover span.goods-title,
.circle-bg .trauma:hover span.trauma-title{font-size:12px;}
.circle-bg .desc-hover p{font-size:11px;}
.circle-bg .desc-hover{width:112px;height:117px;}
.circle-bg .corect-mounting .desc-hover{top:-27px;left:-325px;}
.circle-bg .master:hover .master-diagonal{height:35px;top:-30px;left:-20px;}
.circle-bg .master .master-diagonal:before{-moz-transform:rotate(-32deg);-ms-transform:rotate(-32deg);-webkit-transform:rotate(-32deg);-o-transform:rotate(-32deg);transform:rotate(-32deg);}
.circle-bg .master .desc-hover{top:-18px;left:-138px;}
.circle-bg .desc-hover p{line-height:14px;}
.circle-bg .master:hover span.master-title{left:-131px;top:-53px;}
.circle-bg span.master-title:before{top:24px;right:-16px;}
.circle-bg .master:hover span.master-title:before{width:132px;}
.circle-bg .corect-mounting .corect-mounting-diagonal{width:207px;}
.circle-bg .corect-mounting:hover .corect-mounting-diagonal{height:40px;top:-36px;left:-207px;}
.circle-bg .corect-mounting .corect-mounting-diagonal:before{top:-121px;left:142px;height:295px;}
.circle-bg .corect-mounting:hover span.corect-mounting-title{left:-338px;top:-56px;}
.circle-bg span.corect-mounting-title:before{top:21px;right:-5px;}
.circle-bg .corect-mounting:hover span.corect-mounting-title:before{width:130px;}
.circle-bg .transport .desc-hover{left:177px;background-color:#d1d1d0!important;z-index:10;}
.circle-bg .transport:hover span.transport-title{left:203px;top:-72px;}
.circle-bg span.transport-title:before{top:23px;left:-33px;}
.circle-bg .transport:hover span.transport-title:before{width:126px;}
.circle-bg .transport .transport-diagonal{top:-49px;left:31px;height:59px;}
.circle-bg .transport:hover .transport-diagonal{width:139px;}
.circle-bg .transport .transport-diagonal:before{-moz-transform:rotate(68deg);-ms-transform:rotate(68deg);-webkit-transform:rotate(68deg);-o-transform:rotate(68deg);transform:rotate(68deg);top:-84px;left:92px;}
.circle-bg .material:hover span.material-title{left:68px;top:76px;}
.circle-bg .material:hover span.material-title:before{width:138px;}
.circle-bg .material:hover .material-diagonal{width:47px;}
.circle-bg .material .material-diagonal{height:82px;}
.circle-bg span.material-title:before{top:28px;left:-6px;}
.circle-bg .material .material-diagonal:before{-moz-transform:rotate(-30deg);-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);-o-transform:rotate(-30deg);transform:rotate(-30deg);top:-6px;left:26px;width:1px;height:104px;}
.circle-bg .delivery .desc-hover{top:-20px;left:135px;}
.circle-bg .delivery:hover span.delivery-title{left:165px;top:-53px;}
.circle-bg span.delivery-title:before{top:24px;left:-32px;}
.circle-bg .delivery:hover span.delivery-title:before{width:114px;}
.circle-bg .delivery .delivery-diagonal{height:32px;top:-29px;}
.circle-bg .delivery .delivery-diagonal:before{-moz-transform:rotate(76deg);-ms-transform:rotate(76deg);-webkit-transform:rotate(76deg);-o-transform:rotate(76deg);transform:rotate(76deg);top:-50px;left:62px;height:131px;}
.circle-bg .mounting .desc-hover{top:0;left:202px;}
.circle-bg .mounting:hover span.mounting-title{left:226px;top:-33px;}
.circle-bg span.mounting-title:before{top:22px;left:-30px;}
.circle-bg .mounting:hover span.mounting-title:before{width:123px;}
.circle-bg .mounting:hover .mounting-diagonal{width:178px;}
.circle-bg .goods:hover span.goods-title{left:242px;top:-90px;}
.circle-bg span.goods-title:before{top:22px;left:-10px}
.circle-bg .goods:hover span.goods-title:before{width:133px;}
.circle-bg .goods .goods-diagonal{height:78px;top:-68px;}
.circle-bg .goods:hover .goods-diagonal{width:200px;}
.circle-bg .goods .goods-diagonal:before{-moz-transform:rotate(69deg);-ms-transform:rotate(69deg);-webkit-transform:rotate(69deg);-o-transform:rotate(69deg);transform:rotate(69deg);top:-100px;}
.circle-bg .trauma .desc-hover{top:97px;left:-205px;}
.circle-bg .trauma:hover span.trauma-title{left:-227px;top:66px;}
.circle-bg span.trauma-title:before{top:23px;right:-8px;}
.circle-bg .trauma:hover span.trauma-title:before{width:173px;}
.circle-bg .trauma .trauma-diagonal{width:67px;top:23px;left:-62px;}
.circle-bg .trauma:hover .trauma-diagonal{height:67px;}
.circle-bg .trauma .trauma-diagonal:before{-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);top:-14px;height:96px;}
.advantages .show-prod{bottom:6px;}
}
.wrp-contact-form input {
	max-width: 230px;
	width: 100% !important;
}
@media (max-width: 1200px){
	#menu ul.nav > li > a:after {
		display: block;
		content: ' ';
		width: 85px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto 0;
		background: url(./images/border-main-menu.png) no-repeat 0 0;
		border: none;
		background-size: contain;
		-webkit-transform: rotate(
				72deg
		);
		transform: rotate(
				72deg
		);
	}
    .lang-wr .dropdown-menu{
        background-color: rgba(0,0,0,.8);
    }
    .top-middle-wrp {
        position: relative;
    }
    #search{
        display: none!important;
    }
    #search.active {
        border-bottom: 1px solid #101010;
        width: 100%;
        background: rgb(0 0 0 / 80%);
        display: flex!important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        color: #fff;
        padding: 3px 5px;
    }
    #search.active #smartsearch {
        width: 100%;
        top: 45px;
    }
    #search.active svg{
        fill: #fff;
    }
    #search input{
        color: #fff;
    }
    #search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff;
    }
    #search input::-moz-placeholder { /* Firefox 19+ */
        color: #fff;
    }
    #search input:-ms-input-placeholder { /* IE 10+ */
        color: #fff;
    }
    #search input:-moz-placeholder { /* Firefox 18- */
        color: #fff;
    }
    .navbar-ex2-collapse{
        position: absolute;
        left: 0;
        top: 40px;
        background: rgb(0 0 0 / 80%);
        width: 100%;
        padding: 10px 15px 15px;
        z-index: 100;
    }
    .lc-wrp a {
        padding: 5px;
    }
    #top-nav-wrp {
        background-color: black;
        padding: 5px 0px 1px;
        font-size: 14px;
    }
    .lang-wr .btn {
        font-size: 14px;
    }
    .home .icon-basket {
        fill: #000;
    }

    span#category,
    .navbar-toggle{
        color: #fff;
    }
    header.home {
        position: static;
    }

    .home-manufacturer-slider .slick-prev{
        left: 10px;
    }
    .home-manufacturer-slider .slick-next{
        background-position: -25px 0;
        right: 10px;
    }
}
@media screen and (max-width: 1024px){
	.wrp-contact-blocks:before{
		display: none;
	}
}
@media (max-width: 991px){
	.wrp-contact-blocks:before{
		display: block;
	}
	.wrp-price, .wrp-quantity {
		margin-bottom: 14px;
	}
    span.title-span {
        display: block;
        line-height: 18px;
    }
	section.wrp-search-page {
		overflow: hidden;
	}
	.price-product {
		margin: 10px 0 0;
	}
	.container-coloroption {
		margin: 10px 0 0;
	}
	.dop-menu-ul ul li {
		width: 48%;
		margin: 5px 0;
	}
	.wrp-tl-titles li {
		margin: 0 10px;
		text-align: center;
	}
	.wrp-top-latest-block ul li a.active {
		text-transform: none;
	}
	img.alignleft {
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}
	.wrp-product-tabs ul {
		margin: 0 auto 20px;
	}
	.product-card-content .container-select {
		margin: 0;
	}
	.breadcrumb p{
		display: none;
	}
	#logo {
		max-width: 150px;
		margin: 0 auto;
	}
	.breadcrumb {
		padding: 10px 0 0;
	}
	.header-phones{
		margin: 20px 0;
	}
	.prod-cat-item-foto{
		margin: 0 auto 20px;
	}
	.prod-cat-item-desc {
		margin-left: 0;
	}
	.pagination {
		flex-wrap: wrap;
	}
	.header-phones {
		flex-wrap: wrap;
	}

	.home .icon-basket {
		fill: #fff;
	}
}
@media (max-width: 600px) {
    .modal-content input,
    .modal-content textarea{
        border: 1px solid #fff;
        width: 100%;
        background: transparent;
    }
	.prod-page-now{
		overflow: hidden;
	}
	section h1, section h2, h1.entry-title, section .h1, section .h2, .h1.entry-title {
		font-size: 22px;
		margin: 0 0 35px 0;
	}
	.help-info-block-item {
		width: 33%;
		text-align: center;
		display: flex;
		flex-flow: column;
	}
	.about-us h1,
	.about-us h3{
		font-size: 22px;

	}
	.dop-menu-ul ul li {
		width: 100%;
		margin: 5px 0;
	}
	.wrp-top-latest-block ul li a {
		font-size: 20px;
	}
	img.alignleft,
	.content-seo img{
		float: none;
		display: block;
		width: 100%;
		height: auto;
	}
	.consider-price {
		text-align: center;
		width: 191px;
		height: 42px;
		background: url(./images/bg-show-prod.png) no-repeat center -84px;
		padding: 4px 0;
		margin: 7px 20px 10px 21px;
		float: none;
		width: 100%;
	}
	.virtual-product-block-a span {
		display: block;
		width: 100%;
		margin-top: 15px;
		line-height: 14px;
	}
	.virtual-product-block-a {
		width: 30%;
		text-align: center;
	}
	.virtual-product-block-a i{
		display: block;
		margin: 0 auto;
	}
	.swal2-actions button{
		font-size: .9em !important;
	}
    .table td:nth-child(2), .table th {
        word-break: break-word;
    }
	.table td, .table th{
		font-size: 13px;
	}
}

@media (max-width: 380px){
    span.title-span {
        display: block;
        line-height: 16px;
        font-size: 13px;
    }
}
img[width='35'],img[width='38'],img[alt='pdf'] {
	max-width:32px;
}

.text-line-through {
	text-decoration: line-through;
}

.wrp-cat-old-price.text-line-through span{
	text-decoration: line-through;
}