.itembl select {
    width:100%;
}
.top-block {
    background: rgb(248,80,50);
    background: linear-gradient(315deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 20%,rgba(246,41,12,1) 51%,rgb(227 30 36) 71%,rgb(163 31 41) 100%);
    background: -moz-linear-gradient(315deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 20%, rgba(246,41,12,1) 51%, rgba(227 30 36) 71%, rgba(163 31 41) 100%);
    background: -webkit-linear-gradient(315deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 20%,rgba(246,41,12,1) 51%,rgba(227 30 36) 71%,rgba(163 31 41) 100%);
    background: linear-gradient(315deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 20%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(163 31 41) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 );
        margin-bottom: 25px;
}
.total-block {width:100%;}
.top-block .menu li a {
    color:#fff;
    border-left: solid 1px;
}
.header {
    padding: 10px 0;
}
.breadcr {
	background-color:#e9ecef;
}
.tc {
    float:left;
    margin-right:5px;
}
.tell {
  margin:10px 0;  
}
.tell-h {
    font-size: 20px;
    font-weight: 600;
}
.header-brand{
    align-items: center;
    display: flex;
}
.brand img {
    max-width:100%;
}
.btc {
    display: flex;
    align-items: center;
}
.header-callback {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.callback{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.js-modal-feedback {
    transition:.5s;
    font-weight: bold;
    color:#fff!important;
    background: rgb(248,80,50); 
background: -moz-linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); 
background: -webkit-linear-gradient(45deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
background: linear-gradient(45deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 );
}
.js-modal-feedback:hover {
     box-shadow:0 0 4px 2px #f85032;
}
.header-tell {
        display: flex;
    align-items: center;
    margin: 0 auto;
}  
.home .cat-children > .arenda-block{
    height:250px;
}
.home-block-w {
    position:relative;
   /* box-shadow: 0 0 1px;*/
}
.home-block-w .home-block-c{
    margin :5px;
    padding:5px;
     position:relative;
     /*box-shadow: 0 0 4px 1px #67aff1;*/
}
.home-block-w:hover .home-block-c{
    box-shadow: 0 0 4px 1px;
}
.home-block-c .home-block-o:before {
        content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
    background-color: #ffffffba;
    text-align: center;
    line-height: 20px;
    font-size: 25px;
    border-radius: 100%;
}
.home-block-w .sub-child {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    transform:scale(0);
    transition:0.7s;
}
.home-block-w:hover .sub-child {
    transform:scale(1);
    background: #fff;
     z-index: 1;
     opacity: 1;
}
.home-block-c > .item-title {
    line-height: 15px;
    font-size: 15px;
    z-index: 1;
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 45px;
    display: flex;
    justify-content: center!important;
    align-items: center;
    background: rgb(109,179,242); 
    background: -moz-linear-gradient(-45deg,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); 
    background: -webkit-linear-gradient(-45deg,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); 
    background: linear-gradient(135deg,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
}
.home-block-c >.item-title a {
    color:#fff;
    padding: 2px 5px;
    display: block;
    line-height: 20px;
    text-decoration:none;
}
.home-sub-block .item-title {
    text-align: center;
    font-size: 17px;
    transition:.5s;
}
.home-sub-block .item-title:hover {
  background: rgb(59,103,158); 
background: -moz-linear-gradient(45deg, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); 
background: -webkit-linear-gradient(45deg, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); 
background: linear-gradient(45deg, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=1 );
}
.home-sub-block .item-title a {
    padding:5px;
    display: block;
    text-decoration:none;
}
.home-sub-block .item-title:hover a {
    color:#fff;
}
.imgsl .item,
.relblock .item{
    display:none;
}
.imgsl .item:nth-of-type(1),
.relblock .item:nth-of-type(1){
    display:block;
}
/*******offcanvas*****/
      .offcanvas-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 300px;
        padding-top: 3rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #ff0505;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
      }

      .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
      }

      .offcanvas-close {
        position: absolute;
        font-size: 2.5rem;
        font-weight: 700;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.3);
        border: none;
        -webkit-appearance: button;
        background-color: transparent;
        right: 0;
        top: 0;
        padding: 0 1.5rem;


      }

      .offcanvas-open {
        overflow: hidden;
      }
    
.offcanvas-collapse .nav-item a {
     color: #fff;  
         padding: .5rem 1rem;
    display: block;
    text-decoration:none;
}
.offcanvas-collapse .nav-item {
     width: 100%;
    margin-bottom: 5px;
}
.offcanvas-collapse .nav-item:hover,
.offcanvas-collapse .nav-item.current {
        background: #1f5ca0;
}

    .offcanvas-collapse .nav-item:hover a,
    .offcanvas-collapse .nav-item.current a{
        color:#fff;
    }
.offcanvas-open .lightboxOverlay {
    display:block!important;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.total{
	font-weight:bold;
	font-size:110%;
}
.navbar-light .navbar-toggler {
   border:0;     
    }
.mousehoverimage {
    display:block;
}
.head-block {
     margin: 5px 0;
         border-radius: 10px;
}
.slick-list {
    border-radius:10px;
}
.txt-price {
    font-size: 20px;
    padding: 8px;  
    display: flex;
    align-items: center;
}
.zalog {
   padding: 8px;
   font-size: 18px;
   padding-top:0;
}
.pr-block {

    margin: 0 10px;
}
.slider-banner-for .banneritem.slick-slide img {
    max-width:100%;
}
.txt-price .pr-block {
    font-size: 28px;
    font-weight: 600;
    padding: 0 5px;
    width: 200px;
    text-align: center;
}
.product-block {
        text-decoration: none;
    font-size: 12px;
    color: #666;
}
.product-block ul
{
   padding: 15px 0;
    min-height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    
}
.char ul {
	padding: 5px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product-block:hover {
     text-decoration: none;
    color: #666;
}
.product-block h2 {
    color: #333;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
hr.separ{
	 border-top: 2px solid #999;
	 display: block;
    width: 100%;
    margin: 20px 0;
}
.btn-block {
    text-align:center;
        margin: 10px 0;
}
.buy {
       margin: 0 auto;
    display: block;
    max-width: 200px;
    padding: 10px 5px;
    background-color: #f52a0e;
    font-weight: 600;
    color:#fff;
        margin-top: 30px;
}
.item-page .tab-pane {
	padding-top: 15px;
    padding-left: 25px;
}
.item-page .tab-pane#review{
	display:flex;
}
.arenda .item{
        margin: 5px;
        padding: 5px;
    box-shadow: 0 0 2px 2px #e9ecef;
    min-height:450px;
}
.btn-close {
	    border: 0;
    background: 0;
    font-size: 22px;
    padding-bottom: 5px;
    line-height: 24px;
    color: #c6c1c1;
}
.arenda .item li,
.char ul li{
    list-style:none;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.arenda .item li > span:first-child,
.char ul li > span:first-child{
   /* white-space: nowrap;*/
    font-size: 14px;
    letter-spacing: -.3px;
    max-width: 200px;
}

.arenda .item li > span,
.char ul li > span {
    position: relative;
   /* display: table-cell;*/
}
.arenda .item li > span:last-child,
.char ul li > span:last-child{
    width: auto;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    /*max-width: 95px;*/
}
/*.arenda .item li .attr_value:last-child:after,
.char ul li .attr_value:last-child:after{
    content: '';
}*/

/*.arenda .item li .attr_value:after,
.char ul li .attr_value:after
{
    content: '/';
    padding: 0;
    color: #ccc;
    font-size: .9em;
}*/
/*.arenda .item li > span:last-child:before,
.char ul li > span:last-child:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    content: '';
    border-bottom: dotted 1px #888;
}*/
.char ul li > span:last-child:before {
top: 20px;	
border-bottom: dotted 1px #aaa;
}
.img-responsive {
    max-width:100%;
}
.modal-content .total-block .img-responsive {
    max-width:70px;
    margin:0 auto;
}
.modal-content .qwbox {
    display: flex;
    align-items: center;
    flex-direction: column;
        
}
.modal-content .qbox  {
   margin-bottom: 25px;
}
.modal-content .total-block {
 padding:5px 10px;	
}
.modal-content .wrptotal {
 margin-top:20px;
}
.q {
	min-width: 20px;
    margin: 0 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    max-width: 100px;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}
.qblock {
    display: flex;
    flex-direction: column;
    width: 75px;
    align-items: center;
}
.qdaytext {
    font-size:12px;
        text-align: center;
    line-height: 12px;
}
.qwbox {
    display:flex;
    justify-content:space-around;
}
  .qbox {
	display:flex;
	align-items: center;
} 
.qbox button,
.bp,
.blockrq button{
	background: rgb(109,179,242);
    background: -moz-linear-gradient(-45deg, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -webkit-linear-gradient( 
-45deg, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    background: linear-gradient( 
135deg, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=1 );
    color: #fff;
    width: 32px;
    height: 40px;
    border:0;
    margin:0 5px;
    position: relative;
}
.blockrq button{
	width: 26px;
    height: 26px;
}
.qbox button:before,
.bp:before,
.blockrq button:before{
	content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(35deg, #2675e4, #60abf0);
  z-index: -1;
}
.qbox button:active:before,
.blockrq button:active:before,
.bp:active:before{
	content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(35deg, #60abf0, #2675e4);
  z-index: -1;
}
.qbox button:after,
.blockrq button:after {
	content: "";
      position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-60%,-60%);
}
.blockrq button.plus:after,
.qbox button.plus:after,
.blockrq button.plusr:after{
	content: "+";

}
.blockrq button.minus:after,
.qbox button.minus:after,
.blockrq button.minusr:after{
	content: "-";
}
.bp {
	 height:auto;
	 width:auto;
    position:relative;
    border: 0;
    margin: 5px;
}
.bp.act {color: #fff!important;
    background: rgb(248,80,50);
    background: -moz-linear-gradient(45deg, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
    background: -webkit-linear-gradient(
45deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
    background: linear-gradient(
45deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=1 );
}
.bp.act:before {
	content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(35deg, #ff2700, #e738278c);
  z-index: -1;
}
.bp.act:active:before{
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(35deg, #e738278c, #ff2700);
  z-index: -1;
}
.relblock.loader {
    position:relative;
}
.relblock .bgr {
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    display:none;
    top:0;
    left:0;
    z-index:99;
}
.relblock.loader .bgr {
     display:block;
}
.relblock.loader .bgr:before {
    content:'';
    background-image:url('../images/loading.gif');
    background-position:center;
    background-size:cover;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:45px;
    height:45px;
}
.rr .item {
    text-align: center;
}
.itembl {
	display:flex;
	flex-direction: column;
	align-items:center;
}
.char tr td:nth-of-type(2){
	text-align:right;
}
#back-top {
    position: fixed;
    font-size: 0;
    right: 15px;
    bottom: 30px;
    width: 30px;
    height: 30px;
}
#back-top:before,
#back-top:after{
    content: '';
    position:absolute;
     border-bottom: solid 3px #000;
    width: 20px;
    height: 25px;
}
#back-top:before {
    transform: rotate(
-45deg);
    left: -9px;
    top: -5px;
}
#back-top:after {
    transform: rotate(
45deg);
    right: -9px;
    top: -5px;
}
.text-error{
    display:block;
    width:100%;
}
.counter div {
	    align-items: center;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}
.blockrq {
	display:flex;
	align-items: center;
	    justify-content: center;
}
.blockrq input{
	max-width: 34px;
    text-align: center;
}
.aform .slick-track .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aform  .itembl {
    flex-direction: row;
}
.aform .formitrel {
	display: flex;
    align-items: center;
}
.aform .slick-track .item .itembl-price {
	width: 60px;
    max-width: 60px;
}
.aform .slick-track .item .itembl-txt {
width: 135px;
    max-width: 135px;	
}
.error {
	box-shadow:0 0 1px 1px #f00;
}
.slick-track {
	    /* margin-left: auto; */
    /* margin-right: auto;*/
}
.slider-banner-nav .slick-current .sl-item-nav-wr{
	background-color:#949699;
	color:#fff;
	/*background: linear-gradient(315deg, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 20%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(163 31 41) 100%);*/
}
.sl-item-nav-wr {
	margin:5px;
	position:relative;
    padding: 20px 5px;
	background: #d2d2d2;
	color:#000;
/*	padding-left: 25px;*/
	padding-left: 10px;
	border-radius: 10px;
	cursor:pointer;
	background-image:url('../images/slide-preview-bg.jpg');
	background-blend-mode: multiply;
}
.sl-item-count {
 position:absolute;
 top:0;
 left:5px;
}
.slider-banner-nav {
	padding:0 50px;
    margin: 10px 0;
}
.slider-banner-nav .slick-prev:before, .slider-banner-nav .slick-next:before {
	color:#8a8c8f
}
.tab-content {
	width:100%;
}
.link-all {
	color:#007bff;
	cursor:pointer;
	border-bottom: 1px solid transparent;

}
.link-all:hover {
		text-decoration:none;
	border-bottom: 1px dotted;
}
.char-wr ul li{
	padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.char-wr ul:nth-of-type(1) li:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.char-wr ul:nth-of-type(2) li:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}
.char-wr ul li span:nth-of-type(2) {
	font-weight:600;
}
p.obj {
	width: 150px;
    height: 180px;
    background-position: center;
    background-size: cover;
    margin: 0 10px;
    margin-bottom: 10px;
    position:relative;
} 
p.obj:before{
	    content: 'x';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
    box-shadow: 0 0 1px 1px #f53317;
    border-radius: 5px;
    cursor: pointer;
}
#addFiles {
	width: 120px;
    height: 160px;
    margin: 0 10px;
    margin-bottom: 10px;
    order: 10;
}
#blockFiles {
	display:flex;
	flex-wrap: wrap;
}
.rew-wrapp {
	    display: flex;
    justify-content: space-between;
        max-width: 100%;
    width: 100%;	
}
.bl-body-rev {
 display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
.bl-rat-rev {
max-width: 300px;
    width: 100%;
    height: 125px;
    align-items: center;
    display: flex;
    justify-content: center;		
}
.revblock {
	    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.revheadblock {
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.revname {
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    padding-right: 10px;	
}
.revdat-revrat {
	display: flex;
}
.revdate {
    font-style: italic;	
    margin-right:15px;
}
.revrating {
	
}
.revbody {
font-size:14px;	
}
.revbody p {
	font-weight:bold;
	margin-bottom:5px;
	font-size:16px;
}
.revbody p+p {
	margin-top:20px;
}
.revbody .revplus {
	
}
.revbody .revminus {
	
}
.revbody .revcomment {
	
}
.photogall {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;	
    margin-top:25px;
}
.photogall .item {
	
}
.photogall .item a {
	
}
.photogall .item a img {
	
}
@media (max-width: 480px) {
.arenda .item li > span:first-child,
.char ul li > span:first-child{
    font-size: 13px;
}
}
@media (min-width: 480px) {
		.qblock {
    width: 75px;
}
}
@media (min-width: 576px) {
		.qblock {
    width: 50px;
}
}
@media (min-width: 768px) {
	.qblock {
    width: 75px;
}
.header-tell {
    margin: 0;
} 
}
@media (min-width: 992px) {
.qblock {
    width: 100px;	
}

}
@media (max-width: 992px) {
	.rew-wrapp {
    flex-direction: column;
	}
	.bl-rat-rev {
    width: 100%;
    max-width:100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
}