#page{
	overflow: hidden;
}
@media (min-width: 1600px) {
	.container {
	    width: 1580px;
	}
	body.page-template-default .container_contact_midle.container {
	    width: 1580px;
	}
}
.site-header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
  	z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
}

.site-header-top {
  width: 100%;
  background: #0a0c10;
}

.site-header._fixhead {
   -webkit-transform: translateY(-45px);
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}

.site-header .header__main {
  -webkit-transition: all 0.3s ease-in-out;
}

.site-header._fixhead .header__main {
  background: white;
}

.site-header._fixhead .menu_header li a {
  color: black;
}

.site-header._fixhead .logo-sect .main-logo {
  display: none;
}
.site-header._fixhead .logo-sect .footer-logo {
  display: block;
}

.site-header._fixhead .menu_header .sub-menu {
  background: rgb(255 255 255 / 90%);
}
  

@media(max-width: 1024px){
  
 .site-header-top {
   display: none;
  }
}
.header__icons{
	float: left;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.header__icons span{
	display: inline-block;
	color: #de0025;
	font-family:'almoni-dl';
	font-weight: 900;
}
.header__icons i{
	color: #de0025;
	padding: 15px 18px;
	font-size: 15px;
	border-right: 1px solid #292929;
}
.header__icons #search-form{
	display: inline-block;
    background: #fff;
    margin-left: 15px;
    margin-top: 2px;
}
.header__icons #search-form .search-txt{
	background: none;
	border: none;
	width: 180px;
    color: #000;
    padding-right: 10px;
    font-weight: bold;
}
.header__icons #search-form input[type="image"]{
	margin: 0px;
    background: #de001c;
    padding: 6px;
    float: left;
}
.header__main{
	background: rgba(5, 5, 5, 0.75);
	position: relative;
	z-index: 12;
}
.header__main .wrapper{
	display: flex;
    flex-wrap: wrap;
	align-items: flex-end;
    justify-content: space-between;	
	padding-top: 15px;
	padding-bottom: 5px;
}
.menu_header{
	margin-top: 20px;
}
.menu_header .menu{
	margin: 0;
	padding: 0;
	top: 10px;
	position: relative;
	text-align: right;
}
.menu_header li{
	list-style: none;
	display: inline-block;
	padding: 10px 20px 10px 20px;
	position: relative;
	padding: 10px 0 39px 0;
	margin: 0 25px;
}

.menu_header .sub-menu li {
	margin: 0;
}

.phone_header {
	color: #de0025;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    left: 302px;
    top: 30px;
}

.fix .phone_header {
	top: 24px;
}

@media(max-width: 1600px) {
	.phone_header {
		display:none;
	}
}

.header__main.fix .menu_header ul#menu-header-menu > li:not(.menu-item-has-children) {
	padding-bottom: 17px;
}
.menu_header li:first-child{
	padding-right: 0;
}
.menu_header li:last-child{
	padding-left: 0;
}
.menu_header ul#menu-header-menu > li:first-child:not(.menu-item-has-children){
	margin-right: 0;
}
.menu_header ul#menu-header-menu > li:last-child:not(.menu-item-has-children){
	margin-left: 0;
}
.menu_header li a{
	color: #f3f4f5;
	font-size: 18px;
}
.header__main.fix .menu_header {
    margin-top: 0;
}
.header__main.fix .logo-sect {
    margin-top: 25px;
}
.header__main.fix .logo-sect {
    margin-top: 25px;
}


.page-header.catalog-header {
    background-size: cover;
}
/**/
.menu_header .sub-menu{
	display: none;
	position: absolute;
	background: rgba(5, 5, 5, 0.80);
	border-top: 2px solid red;
	top: 48px;
	right:0;
	padding: 0px 20px;
	margin: 0;
	width: 100%;
	min-width: 175px;
}
.menu_header .sub-menu li{
	display: block;
	text-align: right;
	width: 100%;
	padding: 5px 0;
}
.menu_header .sub-menu:hover {
	display: block;
}
.menu_header li:hover .sub-menu {
	display: block;
}
.menu_header li#menu-item-1669:hover .sub-menu {
    display: block;
    padding-right: 25%;
}
.menu_header li#menu-item-1676:hover .sub-menu {
    display: block;
    padding-right: 20px;
}

   
/**/
.header__main .logo-sect {
	text-align: right;
	text-decoration: none;
	margin-top: 15px;
	display: inline-block;
}
.header__main .logo-sect img{

}
.header__main .logo-sect p{
	color: #fffdfe;
	font-size: 11.55px;
	padding-right: 15px;
	margin-top: 5px;
}
.header__main .footer-logo{
	display: none;
}
.header__main.fix .main-logo{
	display: none;
}
.header__main.fix .footer-logo{
	display: block;
}
/* Banner */
.banner{
	position: relative;
	z-index: 1;
	height: 726px;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	padding-top: 15px;
}
.banner.myslider{
	position: relative;
	z-index: 1;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	padding-top: 15px;
}

#main_slider .item{
	position: relative;
}
#main_slider .container {
    position: absolute;
    top: 29%;
    z-index: 99;
    right: 7%;
}
.banner__title{
	direction: rtl;
	font-size: 54px;
	font-weight: 600;
	/*color: #f6f6f6;*/
    color: #f6f6f6;
       text-shadow: -2px 2px 0px #000;
	position: relative;
	line-height: 54px;
	padding-bottom: 5px;
}


.banner__title:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	background: #de0025;
	height: 5px;
	width: 80px;
}
.banner__caption{
	direction: rtl;
	font-size: 20px;
	font-weight: 400;
	color: #f6f6f6;
	margin-top: 15px;
	margin-bottom: 50px;
  text-shadow: -2px 1px 0px #000;
}
.banner__link{
	padding: 10px 35px 10px 20px;
	color: #f6f6f6 !important;
	border: 1px solid #ff0000;
	font-size: 20px;
	font-weight: 600;
}
.banner__link i{
	font-weight: 300;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.banner__link:hover{
	color: #f6f6f6;
}

.home-banner {
    max-height: calc(100vh - 45px);
    overflow: hidden;
    margin-top: 45px;
}

.yt-banner {
  position: relative;
  padding-bottom: 31.97%;
  height: 0;
}

@media (max-width: 1599px){
	#custom-header-slider {
		padding-top: 150px!important;
	}
}

@media(max-width: 767px) {
  	.yt-banner {
	    /*padding-bottom: 110%;*/
	}
	.home-banner {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 0!important;
		height: fit-content!important;
		max-height: fit-content!important;
	}
	div#custom-header-slider {
		position: relative!important;
		padding-top: 30px!important;
	}
	.banner__title,
	.banner__caption {
		text-shadow: unset!important;
		color: black!important;
	}
    #custom-header-slider .banner__link {
        color: black!important;
        line-height: 24px;
        display: block!important;
        margin: auto;
        width: fit-content;
    }
    .yt-banner::before {
      	background: transparent!important;
    }
    #custom-header-slider .banner__caption {
        text-align: center;
    }
    #custom-header-slider .banner__title {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
    }
    .banner__title:after {
        left: 0;
        right: 0;
        margin: auto;
        width: 50%;
    }
}

.yt-banner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080;
  width: 100%;
  height: 100%;
  z-index: 1;
}

div#custom-header-slider {
    position: absolute;
  	width: 100%;
  	overflow: hidden;
}

/* Banner */

/* Section2 */
@media (min-width: 1600px) {
	.container.section2 {
		width: 1555px;
	}
}
.section2{
	padding: 50px 0;
}
.s2__main-title{
	font-size: 52px;
	direction: rtl;
	color: #de0025;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
}
.bot_add_new_blocks2 {
  margin-top: 23px;
}
.s2__post{
	height: 214px;
	padding: 11px 18px;
//	background-position: 10px 21px;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 23px 0;	
	background-color: #dddddd;

}
.s2__post-hover-bg{
	padding: 11px 18px;
//	background-position: 10px 21px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #03090c;	
	z-index: 2;

	display: block;

    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;

    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
.s2__post:hover{
//	background: none !important;
}
.s2__post:hover .s2__post-hover-bg{
	display: block;

    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.s2__post-title{
	color: #000000;
	font-size: 28px;
	text-align: right;
	direction: rtl;
	position: relative;
	z-index: 5;
	line-height: 28px;

    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
.s2__post:hover .s2__post-title{
	color: #ffffff;
}
.s2__post-link{
	color: #de0025;
	font-size: 18px;
	text-align: right;
	direction: rtl;
	position: relative;
	z-index: 5;
}
.s2__post-link a, .s2__post-link a:hover{
	color: #de0025 !important;
}
.s2__post-link i{
	position: relative;
	right: 5px;
	top: 2px;
}
.s2__sub__row{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;	
}
.s2__sub__col{
	width: 47%;
}
.s2__post1{
	background-position: 10px 21px;
}
.s2__post1 .s2__post-hover-bg{
	background-position: 10px 21px;
}
.s2__post1:hover .s2__post-hover-bg{
	background-position: 10px 21px;
}
.s2__post-long{
	height: 450px;
	background-position: left top;
	background-color: #03090c;
}
.s2__post-long .s2__post-hover-bg{
	background-position: left top;
}
.s2__post-long .s2__post-title, .s2__post7 .s2__post-title, .s2__post9 .s2__post-title {
	color: #ffffff;
	font-size: 35px;
}
.s2__post-light{
	margin: 0;	
	background-color: #eeeeee;
	background-position: 15px 15px;
}
.s2__post-light.s2_post_6  {
	background-position: 20px 15px;
}
.s2__post-light .s2__post-hover-bg{
	background-color: #dddddd;
	background-position: 15px 15px;
}
.s2__post-light:hover .s2__post-title{
	color: #000000;
}
.s2__post3{
	background-position:42% 18px;
}
.s2__post3 .s2__post-hover-bg{
	background-position: 42% 18px;
}
.s2__post3 .s2__post-title{
	font-size: 38px;
}
.s2__post5 .s2__post-hover-bg{
	background-color: #03090c;
}
.bot_add_new_blocks2 .s2__post5 .s2__post-hover-bg{
	background-color: #dddddd;
}
.s2__post5:hover .s2__post-title{
    color: #ffffff;
}
.bot_add_new_blocks2 .s2__post5:hover .s2__post-title{
    color: #000000;
}
.s2__post6{
	margin-top: 22px;
}
.s2__post6{
	background-position: 95px 15px;
}
.s2__post6 .s2__post-hover-bg{
	background-position: 95px 15px;
}
.s2__post6 .s2__post-title{
	font-size: 38px;
}
.s2__post8{
	background-color: #dddddd;	
	background-position: left bottom;
}
.s2__post8 .s2__post-hover-bg{
	background-color: #eeeeee;
	background-position: left bottom;
}
.s2__post8:hover .s2__post-title{
	color: #000000;
}
/* Section2 */

/* Section3 */
.section3 {
	background: url(../img/s3__floor.png) no-repeat center bottom;
	padding-bottom: 32px;
}
.section3__main-title{
	color: #070e11;
	font-size: 52px;
	text-align: center;
	direction: rtl;
}
.s3_tabs .nav{
	text-align: center;
}
.s3_tabs .nav li{
	display: inline-block;
	float: none;
	padding: 0 25px;
}
.nav-tabs > li > a {
	border: none;
	padding: 5px 30px;
	position: relative;
	top: 1px;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	border: none;
    border-bottom: 3px solid #fc0000;
    cursor: pointer;
}
.s3_images{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;

	height: 500px;
	text-align: center;
}
.s3_image{
	width: 50%;
	text-align: center;
}
/* Section3 */

/* Section4 */
.section4{
	margin-bottom: 30px;
}

.section4 .row{
	display: flex;
	flex-direction: row-reverse;
	align-items: inherit;
}
.section4__video{

}
.section4__video iframe{
	width: 100%;
	height: 610px;
	display: block;
}
.section4__col-text{
	display: flex;
	flex-direction: row-reverse;
	align-items: inherit;
}
.section4__text{
	color: #ffffff;
	background-position: right top;
	padding: 0 110px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 55px;
}
.home .section4__title {
    text-align: right;
    direction: rtl;
}
.section4__title h3{
	font-size: 52px;
	color: #f6f6f6;
	margin-top: 0;
	margin-bottom: 5px;
	direction: rtl;
}
.section4__title p{
	font-size: 20px;
	color: #f6f6f6;
	line-height: 24px;
	margin-top: 10px;
	direction: rtl;
}
.section4__item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	direction: rtl;
}
.section4-item-text{
	width: 80%;
}
.section4-item-text h3{
	font-size: 32px;
	color: #f6f6f6;
	margin-top: 26px;
	margin-bottom: 0px;
	direction: rtl;
}
.section4-item-text p{
	font-size: 18px;
	color: #f6f6f6;
	direction: rtl;
	margin-bottom: -5px;
}
.section4-item-ico{
	width: 20%;
}
.section4-item-ico img{
	margin-top: 30px;
}
@media (max-width: 1800px) {
	.section4__text{
		padding: 0 110px;
		justify-content: center;
	}
}
@media (max-width: 1660px) {
	.section4__text{
		padding: 0 50px;
	}
}
@media (min-width: 1400px) {
	.section4-item-text h3{
		margin-top: 15px;
	}
}
@media (max-width: 1400px) and (min-width: 992px) {
.bot_add_new_blocks2 .s2__post.s2__post-light.s2__post_light_mob {
  background-position: center 15px;
  background-size: 50% auto;
}
.bot_add_new_blocks2 .s2__post.s2__post-light.s2__post_light_mob .s2__post-hover-bg {
  background-size: 50% auto;
  background-position: center 15px;
}
.bot_add_new_blocks2 .s2__post.s2__post-light.s2_post_6 {
  background-position: 20px 15px;
  background-size: 50% auto;
}
.bot_add_new_blocks2 .s2__post.s2__post-light.s2_post_6  .s2__post-hover-bg {
  background-size: 50% auto;
  background-position: 20px 15px !important;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.bot_add_new_blocks2 .s2__post.s2__post-light.s2__post_light_mob {
  background-size: 65% auto;
}
.bot_add_new_blocks2 .s2__post.s2__post-light.s2__post_light_mob .s2__post-hover-bg {
  background-size: 65% auto;
}
}
/* Simple page */
.simple-page{
	position: relative;
	z-index: 1;
	height: 794px;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: center;
	padding-top: 15px;
}
.simple-page__content{
	margin-top: -10px;
}
.simple-page__title{
	direction: rtl;
	font-size: 57px;
	font-weight: 600;
	color: #f6f6f6;
	position: relative;
	line-height: 54px;
	padding-bottom: 5px;
	direction: rtl;
}
.simple-page__title:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	background: #de0025;
	height: 5px;
	width: 80px;
}
.simple-page__caption{
	direction: rtl;
	font-size: 40px;
	font-weight: 400;
	color: #f6f6f6;
	margin-top: 5px;
	margin-bottom: 50px;
}
.simple-page__link{
	padding: 10px 35px 10px 20px;
	color: #ff0000;
	border: 1px solid #ff0000;
	font-size: 20px;
	font-weight: 600;
}
.simple-page__link a{
	color: #ff0000;
}
.simple-page__link i{
	font-weight: 300;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.simple-page__link:hover{
	color: #ff0000;
}
.simple-page__link:visited {
	color: #ff0000;
}
/* Simple page */

/* section-taxonomy */
.page-header {
    padding: 0;
    margin: 0;
}
.catalog-header{
	position: relative;
	z-index: 1;
	height: 331px;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	align-items: flex-end;
	padding-top: 15px;
}
.catalog-header__content{
	width: 635px;
}
.catalog-header__title{
	direction: rtl;
	font-size: 57px;
	font-weight: 600;
	color: #f6f6f6;
	position: relative;
	line-height: 54px;
	padding-bottom: 11px;
}
.catalog-header__title h1 {
	font-size: inherit;
}
.catalog-header__title:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	background: #de0025;
	height: 5px;
	width: 80px;
}
.catalog-header__caption{
	direction: rtl;
	font-size: 18px;
	font-weight: 400;
	color: #f6f6f6;
	margin-top: 17px;
	margin-bottom: 35px;
	line-height: 22px;
}
#breadcrumbs{
	direction: rtl;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;	
	margin-bottom: 10px;
	color: #de0025;
}
#breadcrumbs a,
#breadcrumbs a:visited{
	color: #ffffff;
	position: relative;
	padding-left: 20px;
}
#breadcrumbs a:before{
	content: '';
	display: block;
	background: url(../img/breadcrumbs_arrow.png) no-repeat center bottom;
	width: 5px;
	height: 7px;
	position: absolute;
	left: 5px;
	top: 5px;
}
/**/
.catalog-nav{
	border-bottom: 2px solid #de0025;
}
.catalog-nav ul{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.catalog-nav li{
	list-style: none;
	padding: 0px 20px;
	width: 180px;
}
@media (min-width: 1200px) {
	.catalog-nav li {
		width: 140px;
		padding: 0px;
	}
}
.catalog-nav-img{
	height: 70px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-position-y: 30px;
}
.catalog-nav-item-hover-bg{
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	background-position-y: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #ebebeb;	
	z-index: 2;
	display: block;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
    filter: alpha(opacity=0); /* IE stuff */
    opacity: 0;
    z-index: 1;
}
.catalog-nav-item:hover .catalog-nav-item-hover-bg,
.catalog-nav-item.active .catalog-nav-item-hover-bg{
	display: block;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 2;
}
.catalog-nav-item-title{
	color: #070e11;
	font-size: 18px;
	text-align: center;
	direction: rtl;
	position: relative;
	z-index: 5;
	line-height: 24px;
	padding-bottom: 11px;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
@media (min-width: 1200px) {
	.catalog-nav-item-title {
		font-size: 17px;
	}
}
.catalog-nav li a,
.catalog-nav li a:visited{
	color: #070e11;
	text-decoration: none;
}
.catalog-nav-item:hover .catalog-nav-item-title,
.catalog-nav-item:hover .catalog-nav-item-title a,
.catalog-nav-item.active .catalog-nav-item-title,
.catalog-nav-item.active .catalog-nav-item-title a{
	background-color: #ebebeb;	
	color: #de0025;
}

/***/
.section-catalog {
  background: #f6f6f6 none repeat scroll 0 0;
  padding-bottom: 30px;
  padding-top: 45px;
}
.section-catalog .product-item{
	width: 23%;
	margin: 1%;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	padding: 15px 0;
}
.product-img{
    height: 150px;
   	display: flex;
	align-items: center;
	justify-content: center; 
}
.product-img img{
	max-height: 210px;
	width: auto; 
}
.product-title{
	color: #0b1320;
	font-size: 20px;
	line-height: 23px;
	font-weight: 600;
	margin: 0 15px;
	height: 50px;
}
.product-title a,
.product-title a:visited{
	color: #0b1320;
    text-decoration: none;
    transition: color 0.5s ease;
}
.product-title a:hover {
	color: red;
}
.product-text{
	color: #8d8e8e;
	font-size: 16px;
	margin: 0 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
}
.product-bottom{
	margin: 0 15px;
}
.product-bottom-text{
	width: 45%;
	float: left;
	font-size: 13px;
	position: relative;
}
.product-bottom-text:before{
	content: '';
	display: block;
	width: 19px;
	height: 21px;
	background: url(../img/product-phone-ico.png) no-repeat center bottom;
	position: absolute;
	left: -10px;
	top: 8px;
	transform: rotate(110deg);
}
.product-bottom-text div{
	color: #de0025;
}
.product-bottom-phone{
	color: #0b1320;
}
.product-button{
	color: #de0025;
	border: 1px solid #de0025;
	padding: 10px 5px;
	width: 50%;
	float: right;
	font-size: 12px;
	text-align: center;
	display: inline-block;
}
.product-button:visited{
	color: #de0025;
}
@media (min-width: 1616px) {
	.section-catalog .container {
		width: 1615px
	}

	.section-catalog .product-item {
	    padding: 0px 0 30px 0;
	}
	.product-title {
	    font-size: 25px;
		line-height: 25px;
	    margin-bottom: 5px;
	}
	.product-img {
    	height: 235px;
	}
	.product-text {
	    padding-bottom: 13px;
	    margin-bottom: 20px;
	}
	.product-bottom {
	    margin: 0 15px;
	}
	.product-bottom-text {
	    width: 44%;
	}
	.product-bottom-text:before{
		left: 13px;
		top: 14px;
	}
	.product-bottom-text div {
		margin-top: 11px;
		font-size: 16px;
		line-height: 11px;
	}
	.product-bottom-phone {
	    font-size: 16px;
	}
	.product-button {
		width: 47%;
	    font-size: 16px;
    	padding: 11px 5px;
	}
}
/***/
.section-catalog-car {
    background: #f6f6f6;
    padding-top: 28px;
}
.section-catalog-car .product-item, .product-item-car {
	width: 23%;
	margin: 1%;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 0 0 15px 0;
}

.product-item-car {
	position:relative;
}

.section-catalog-car .product-item .product-bottom, .product-item-car .product-bottom {
	text-align:right!important;
}

.section-catalog-car .product-item .product-bottom a, .product-item-car .product-bottom a {
	color:#000;
	font-weight:700;
}

.section-catalog-car .product-item .product-bottom a:hover, .section-catalog-car .product-item:hover a, .product-item-car:hover a {
	color:#de0025;
	text-decoration:none;
}

.section-catalog-car .product-img{

}
.section-catalog-car .product-title{
	color: #ffffff;
	font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	margin: 0px 15px -25px 15px;
	position: relative;
	top: -60px;
}
.section-catalog-car .product-title a,
.section-catalog-car .product-title a:visited{
	color: #ffffff;
	text-decoration: none;
}
.section-catalog-car .product-bottom{
	margin: 0 15px;
	text-align: center;
}
.section-catalog-car .product-button{
	color: #de0025;
	border: 1px solid #de0025;
	padding: 10px 5px;
	width: 50%;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	float: none;
}
.section-catalog-car .product-button:visited{
	color: #de0025;
}


.catalog-nav-cars li {
  padding: 0;
  width: 190px;
}

@media (min-width: 1616px) {
	.section-catalog-car .container {
		width: 1615px
	}
	.section-catalog-car .product-item {
	    padding: 0 0 16px 0;
	}
	.section-catalog-car .product-title {
		margin: 0px 15px -4px 50px;
		top: -47px;
		line-height: 26px;
		letter-spacing: 0;
	}
	.section-catalog-car .product-button {
		padding: 10.5px 0px;
		font-size: 16px;
		width: 120px;
	}


	.catalog-nav-cars li {
		width: 270px;
		padding: 0px;
		box-sizing: border-box;
	}
}

.serv-install-wrapper {
	position: relative;
}
.serv-install-wrapper .grey-bg {
	position: absolute;
	background: #f6f6f6;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 65%;
	right: 0;
}
.serv-install-content {
	z-index: 10;
	position: relative;
}
.section-catalog-search{
	padding-bottom: 45px;
}
.serv-install-content .sidebar_block {
	margin-bottom: 18px;
}
.serv-install-content .sidebar__main-title{
	font-size: 40px;
	color: #040404;
	height: 120px;
	display: flex;
	align-items: center;
}
.serv-install-content .sidebar__sub-title {
	font-size: 17px;
	color: #de0025;
	font-weight: 600;
	direction: ltr;
	text-align: right;
}
.serv-install-content .sidebar__text {
	color: #010101;
	font-size: 18px;
}
.serv-install-content .serv-install__col-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-top: 120px;
	position: relative;
}
.serv-install-content .content_block {
	width: 31%;
	margin-left: 2%;
	margin-bottom: 25px;
}
.serv-install-content .content__main-title {
	font-size: 40px;
	color: #040404;
	direction: ltr;
	text-align: right;
	position: absolute;
	top: 0;
	right: 15px;
	height: 120px;
	display: flex;
	align-items: baseline;
	padding-top: 32px;
	direction: rtl;
}
.serv-install-content .content__main-title img{
	padding-left: 5px;
}
.serv-install-content .content__sub-title {
	font-size: 22px;
	color: #040404;
	font-weight: 600;
	direction: ltr;
	text-align: right;
	border-bottom: 2px solid #d6d4d4;
	padding-bottom: 12px;
	margin-bottom: 17px;
	line-height: 53px;
}
.serv-install-content .content__sub-title span{
	display: inline-block;
	width: 75px;
}
.serv-install-content .content__text {
	color: #010101;
	font-size: 18px;
}

.page-template-page-installation .catalog-header__title {
    padding-bottom: 11px;
    margin-bottom: 54px;
}
.page-template-page-installation .col-3 {
    width: 30%;
    float: left;
    position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.page-template-page-installation .col-7 {
    width: 70%;
    float: left;
    position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	background: #f6f6f6;
}
header .menu_header li:hover > a, .header__main.fix .menu_header li:hover > a, .header__main.fix .menu_header .sub-menu li:hover > a {
	color: red;
}


.class_but_fix_1:hover {
    background-color: #b00521;
}
.class_but_fix_0:hover {
    background-color: #1c3a68;
}
 
@media (max-width: 1600px) {
	.serv-install-content .content_block {
		width: 48%;
	}
	.serv-install-wrapper .grey-bg {

	}
}
@media (max-width: 993px) {
	.serv-install-content .content_block {
		width: 100%;
		margin-left: 0%;
	}
}
@media (max-width: 769px) {
	.page-template-page-installation .col-3,
	.page-template-page-installation .col-7 {
	    width: 100%;
	}
	.serv-install-content .row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.serv-install-content .sidebar__main-title {
	    margin-top: -25px;
	}
	.serv-install-wrapper .grey-bg {
		display: none;
		background: transparent;
	}
}
@media(min-width: 768px) {
	.banner__title {
		width: 55%;
	}
}

.page-template-page-clients .site-main .entery-content .item {

}

.page-defolt-content .hide-content {
	position: fixed;
	right: 0;
	top: 0;
	height: 1000px;
	width: 700px;
	background: #ffffff;
	z-index: 9999; 
	display: none;
    box-shadow: 5px 20px 55px #a4a4a4;
}
.page-defolt-content .hide-content.open {
	display: block;
}

.section4__title h3 .span_tesha {
    font-size: 60px;
}

.gallery_content {
	margin-top:60px;
}

.gallery_content p {
	font-size: 18px;
    line-height: 1.42857143;
    color: #333;
	padding-bottom:12px;
}

.gallery {
	margin-bottom:60px;
}

.gallery-block {
	position: relative;
	float: right;
	width: 23%;
    margin: 1%;
}

@media(max-width: 991px) {
	.gallery-block {
		width: 31%;
	}
}

@media(max-width: 767px) {
	.gallery-block {
		width: 48%;
	}
}

@media(max-width: 500px) {
	.gallery-block {
		width: 98%;
	}
}