a {
    text-decoration: none;
}

.slider-header {
    max-width: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    margin-top:40px;
    margin-bottom: 40px;
}

.slider-montage {
    max-width: 1210px;
    margin: 0 auto;
}

.slider-montage-btn {
    border-radius: 4px;
    background-color: #2680df;
    color: #fff;
	cursor:pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 23px 33px;
    display: block;
    width: max-content;
    margin: 0 auto;
}

.slider-msi-item {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    width: 130px;
  
  
}

.slider-msi-item-end {
    padding-left: 20px;
    padding-top: 11px;
}

.slider-msi-separator-end {
    background: url(../images/line-arrow.png) no-repeat;
    width: 48px;
    height: 12px;
    margin: 36px 0px 0px 0px;
}

.slider-msi-separator {
    background: url(../images/line.png) no-repeat;
    width: 40px;
    height: 3px;
    margin: 40px 0px 0px 0px;
   

}

.swiper-slide-img {
    overflow: hidden;

    border-radius: 9px;
}

.slider-msi-item-desc {
    color: #333333;
    margin-top: 15px;
    
}

.slider-msi-item-img {
    height: 72px;
}



.slider-msi-section {
    display: flex;
}


.slider-msi-item:nth-child(6)::after {
    content: '';
}

.slider-montage-steps {
    margin-bottom: 36px;
    margin-top: 60px;
}

.slider-msi-text {
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    color: #333333;
    width: 290px;
}

.slider-msi-left {
    display: flex;
}


/* Slider */

.swiper {
    width: 100%;
   
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.swiper-slide-item-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.swiper-slide-time::before {
    content: url(../images/time.png);
    margin-right: 10px;
}

.swiper-slide-item {
    width: 100%;
}

.swiper-slide-item img {
    height: 270px;
    width: auto;
}

.swiper-slide-desc {
    max-width: 240px;
    text-align: left;
}

.swiper-wrapper {
    align-items: baseline;
}

.swiper-slide-item-bottom {
    font-weight: 600;
    font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
}

.swiper-navigation {
    display: flex;
    margin-top: 68px;
}

.slider-header-out {
    display: flex;
    justify-content: space-between;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: url(../images/arrow-right.png);
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: url(../images/arrow-left.png);
}

.swiper-button-prev {
    padding-right: 20px;
}

.swiper-pagination {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    padding-right: 25px;
    top: -12px;
}

/* Adaptive */

@media (max-width: 1200px) {

    .slider-msi-separator {
        display: none;
    }
    .slider-msi-separator-end {
        display: none;
    }
    .slider-msi-item-end {
        padding: 0px;
        width: 100%;
        order: 1;
        text-align: center;
    }
    .slider-msi-left {
        order: 2;
        width: 100%;
        justify-content: space-between;
    }
    .slider-msi-section {
        flex-wrap: wrap;
        width: 100%;
    justify-content: center;
    
    }
    .slider-msi-text {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .slider-montage {
        padding-left: 20px;
        padding-right: 20px;
    }
    .swiper-navigation {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .slider-header-out {
        display: block;
    }
    .swiper-navigation {
        margin-top: 40px;
        width: 145px;
        margin-bottom: 50px;
    }
    .slider-msi-left {
        justify-content: center;
        flex-wrap: wrap;
   
    }
    .slider-msi-item {
        margin: 20px;
        width: 120px;
    }
    .slider-montage {
        padding-left: 0px;
        padding-right: 0px;
    }
    .swiper-main-slider {
        padding-left: 50px;
        padding-right: 50px;
    }
    .swiper-slide-img img {
        margin: 0 auto;
        width: 100%;
        height: 269px;
    }
}

.price-table .price_new thead td, .price_new thead th {
color: white;

background: #257de3;
}

.price_new {
	width: 100%;
}

.price_new thead tr td, .price_new thead tr th {
    padding: 17px 15px;
	text-align: center;
}

 table.price_new > tbody > tr > td, table.price_new > tfoot > tr > th {
    padding: 14px 20px 15px;
}

.price_new:not(.table_min) tbody td:first-child {
 color: #060606;
   font-weight: 700;
background: #505050;
}

.price_new:not(.table_min) tbody td:first-child a {
 color: #fff;
   font-weight: 700;
background: #505050;
}

.price_new tbody tr td {
    border-bottom: 1px solid #ececec;
}

.price_new td, .price_new th {
    border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-top: none;
    border-bottom: none;
}
.price_new .border-table {
    border-bottom: 1px solid #fff;
	text-align: center;

}
.price_new:not(.table_min) tbody td:first-child, .price_new tbody td:first-child {
    text-align: left;
    padding-left: 20px;
}

.price_new:not(.table_min) tbody td, .price_new tbody td {
	text-align: center;
    display: table-cell;
    border: 1px solid #e6e7e8;
        border-top-color: rgb(230, 231, 232);
        border-top-style: solid;
        border-top-width: 1px;
        border-bottom-color: rgb(230, 231, 232);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-top: none;
	white-space:nowrap;

}

.enothers {
	margin-top:25px;
}

table.pricemon tr td:first-of-type {
    color: white;
    font-weight: 700;
    background: #505050;
    text-align: left !important;
width: 80% !important;
}
td.pricemons  {
    color: #777 !important;
    font-weight: 700;
    background: #fff !important;
  text-align: left;
    width: 90px;
}

.regs2 {
    max-height: 200px !important;
}
.regs2 {
    margin-bottom: 0px !important;
}
.catalog.item-views.table .item:not(:hover) {
    overflow: hidden !important;
}
.whys .catalog.item-views.table .item {
    margin-bottom: 0px !important;
}
.catalog.item-views.table .item {
    margin-bottom: 32px;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
    border: none;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
    padding: 1px 1px 2px;
}
.whys .catalog.item-views.table .item .inner-wrap {
    background: #fff;
    padding: 15px 12px 16px;
    text-align: center;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}
.whys .catalog.item-views .item .image {
    padding: 0;
    max-width: 200px;
    height: 120px;
    line-height: 117px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.whys .item-views.table .item .image img {
    max-width: 40% !important;
}
.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    *display: inline;
    zoom: 1;
}
.bx-firefox .catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
}
.catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 23px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 9;
}
.item:hover .footer-button * {
    height: auto;
}

.sprint_but {
	text-align:center;
}
.slideDown:hover{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    
 
    visibility: visible !important;                     
}

.catalog.item-views.table .item .price {
    margin-top: 8px;
    min-height: 20px;
}

.imgdesc {
	width: 100%;



text-align: center;



height: 50px;
}

.overs {
	margin-bottom:30px !important;
}
 
 
 .tikku {
	width:150px;display:block; position:relevate; height:auto;
 }
 
 	@media (max-width:767px){ 
	
	 .detail img {
    width: 100% !important;  
    height: auto;
}

 .tikku {
	width:80px !important;   display:block; position:relevate; height:auto;
 }
	}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
  
    100% {
        transform: translateY(0%);
    }       
}
 
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
   
    100% {
        -webkit-transform: translateY(0%);
    }   
}

.dop_ops {
	text-align:left;
}

.za1 {
	background: url(/images/za1.jpg) no-repeat center center;
	width:100%;
	height:800px;
	background-size: contain;
}


@media  (max-width:1368px) {
	
	.za1 {
	background: url(/images/za2.jpg) no-repeat center center;
	width:100%;
	height:800px;
	background-size: contain;
}

}

@media  (max-width:768px) {
	
	.enother .catalog.item-views.table .item .inner-wrap {
    background: #fff;
   padding: 5px 12px 6px;
    text-align: center;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}

.enother .catalog.item-views .item .image {
    padding: 0;
    max-width: 200px;
height: 150px;
line-height: 130px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}


.za1 {
	background: url(/images/za3.jpg) no-repeat center center;
	width:100%;
	height:800px;
	background-size: contain;
}


	
}
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
   /* background: #eff5f7;*/
    margin: 10px 0 10px;
    min-height: 250px;
    min-height: 250px;
	padding: 15px;

float: left;
}

.sp-image-text img {
    float: left;
    max-width: 320px;
    margin: 5px;
	margin-right: 15px;
}
.sp-image-text p {
	padding-top:0px;
} 

.lo {
	
background: url(/images/lo.svg) no-repeat center left;

    background-size: auto;

left: 0px;

top: 11px;

width: 15px;

height: 25px;


float: left;



background-size: contain;

margin-right: 10px;

margin-left: 0;

}

ol {
	padding-left:40px !important;
}

ul.sp-lists li {

    list-style-type: none;
    position: relative;
    padding-left: 20px;
 }
li.los::before {
	background: none !important;

    background-size: auto;

left: 0px;

top: 11px;

width: 10px;

height: 25px;

background: #000;

float: left;

background: ;

background-size: contain;

margin-right: 10px;

margin-left: 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
	margin-top: 15px;

margin-bottom: 25px;
}

.sp-gallery-item {
    float: left;
    height: 220px;
  /*  padding: 5px;*/
    /*width: 20%;*/
	margin-bottom: 15px;
}

.enother {
	margin-left: -16px;

margin-right: -16px;
}



.preim {
	margin-top:40px;
	
}



.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
	width:100%;
  /*  display: block;
    max-width: 100%;
    left: 50%;
  
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);*/
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}
.regs2 {
    max-height: 200px !important;
}
.regs2 {
    margin-bottom: 0px !important;
}
.catalog.item-views.table .item:not(:hover) {
    overflow: hidden !important;
}
.whys .catalog.item-views.table .item {
    margin-bottom: 0px !important;
}
.catalog.item-views.table .item {
    margin-bottom: 32px;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
    border: none;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
    padding: 1px 1px 2px;
}
.whys .dark-color {

    min-height: 60px;
  
}
.whys .catalog.item-views.table .item .inner-wrap {
    background: #fff;
    padding: 15px 12px 16px;
    text-align: center;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}
.whys .catalog.item-views .item .image {
    padding: 0;
    max-width: 200px;
    height: 120px;
    line-height: 117px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.whys .item-views.table .item .image img {
    max-width: 26% !important;
}
.item-views.table .item .image img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    *display: inline;
    zoom: 1;
}
.bx-firefox .catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
}
.catalog.item-views.table .item:hover .inner-wrap {
    box-shadow: 0 0 23px 0 rgba(0,0,0,.1);
    position: relative;
    z-index: 9;
}
.item:hover .footer-button * {
    height: auto;
}

.item:hover > .footer-button * {
    height: auto;
	  display: block !important;
}
.sprint_but {
	text-align:center;
}
.slideDown:hover{
    animation-name: slideDown;
    -webkit-animation-name: slideDown;  
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;    
 
    visibility: visible !important;                     
}

.catalog.item-views.table .item .price {
    margin-top: 8px;
    min-height: 20px;
}

.imgdesc {
	width: 100%;



text-align: center;



height: 50px;
}

.overs {
	margin-bottom:30px !important;
}
 
 
 .tikku {
	width:150px;display:block; position:relevate; height:auto;
 }
 
 	@media (max-width:767px){ 
	
	 .detail img {
    width: 100% !important;  
    height: auto;
}

 .tikku {
	width:80px !important;   display:block; position:relevate; height:auto;
 }
	}
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
  
    100% {
        transform: translateY(0%);
    }       
}
 
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
   
    100% {
        -webkit-transform: translateY(0%);
    }   
}

.dop_ops {
	text-align:left;
}

.za1 {
	background: url(/images/za1.jpg) no-repeat center center;
	width:100%;
	height:800px;
	background-size: contain;
}


@media  (max-width:1368px) {
	
	.za1 {
	background: url(/images/za2.jpg) no-repeat center center;
	width:100%;
	height:800px;
	background-size: contain;
}

}

@media  (max-width:768px) {
	
	.enother .catalog.item-views.table .item .inner-wrap {
    background: #fff;
   padding: 5px 12px 6px;
    text-align: center;
    -webkit-transition: box-shadow ease-out .2s;
    -moz-transition: box-shadow ease-out .2s;
    -o-transition: box-shadow ease-out .2s;
    transition: box-shadow ease-out .2s;
}

.enother .catalog.item-views .item .image {
    padding: 0;
    max-width: 200px;
height: 150px;
line-height: 130px;
    max-height: 200px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}


.za1 {
	background: url(/images/za3.jpg) no-repeat center center;
	width:100%;
	height:800px;
	background-size: contain;
}


	
}
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-image img {
    width: 100%;
}

.sp-image-text {
   /* background: #eff5f7;*/
    margin: 10px 0 10px;
    min-height: 250px;
    min-height: 250px;
	padding: 15px;

float: left;
}

.sp-image-text img {
    float: left;
    max-width: 320px;
    margin: 5px;
	margin-right: 15px;
}
.sp-image-text p {
	padding-top:0px;
} 

.lo {
	
background: url(/images/lo.svg) no-repeat center left;

    background-size: auto;

left: 0px;

top: 11px;

width: 15px;

height: 25px;


float: left;



background-size: contain;

margin-right: 10px;

margin-left: 0;

}

ol {
	padding-left:40px !important;
}

ul.sp-lists li {

    list-style-type: none;
    position: relative;
    padding-left: 20px;
 }
li.los::before {
	background: none !important;

    background-size: auto;

left: 0px;

top: 11px;

width: 10px;

height: 25px;

background: #000;

float: left;

background: ;

background-size: contain;

margin-right: 10px;

margin-left: 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
	margin-top: 15px;

margin-bottom: 25px;
}

.sp-gallery-item {
    float: left;
    height: 220px;
  /*  padding: 5px;*/
    /*width: 20%;*/
	margin-bottom: 15px;
}

.enother {
	margin-left: -16px;

margin-right: -16px;
}



.preim {
	margin-top:40px;
	
}



.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
  
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child{
    border-top:none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin:2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.podtitle {
	font-size:18px;
	margin-bottom:20px;
}

.ral1 {
	background-color:#9b9b9b;
	width:145px;
	height:95px;
	
}
.ral2 {
	background-color:#ddc49a;
	width:145px;
	height:95px;
	
}
.ral3 {
	background-color:#e6d2b5;
	width:145px;
	height:95px;
	
}
.ral4 {
	background-color:#861a22;
	width:145px;
	height:95px;
	
}
.ral5 {
	background-color:#59191f;
	width:145px;
	height:95px;
	
}
.ral6 {
	background-color:#442f29;
	width:145px;
	height:95px;
	
}
.ral7 {
	background-color:#325928;
	width:145px;
	height:95px;
	
}
.ral8 {
	background-color:#114232;
	width:145px;
	height:95px;
	
}
.ral9 {
	background-color:#007577;
	width:145px;
	height:95px;
	
}

.ral10 {
	background-color:#005387;
	width:145px;
	height:95px;
	
}

.ral11 {
	background-color:#00387b;
	width:145px;
	height:95px;
	
}

.ral12 {
	background-color:#d7d5cb;
	width:145px;
	height:95px;
	
}

.ral13 {
	background-color:#ecece7;
	width:145px;
	height:95px;
	
}

.ral14 {
	background-color:#faca30;
	width:145px;
	height:95px;
	
}

.ral15 {
	background-color:#ddc49a;
	width:145px;
	height:95px;
	
}

.ral16 {
	background-color:#e6d2b5;
	width:145px;
	height:95px;
	
}

.ral17 {
	background-color:#f1dd38;
	width:145px;
	height:95px;
	
}

.ral18 {
	background-color:#f6a950;
	width:145px;
	height:95px;
	
}

.ral19 {
	background-color:#faca30;
	width:145px;
	height:95px;
	
}







.ral20 {
	background-color:#9b2321;
	width:145px;
	height:95px;
	
}

.ral21 {
	background-color:#861a22;
	width:145px;
	height:95px;
	
}

.ral22 {
	background-color:#6b1c23;
	width:145px;
	height:95px;
	
}

.ral23 {
	background-color:#6d342d;
	width:145px;
	height:95px;
	
}

.ral24 {
	background-color:#792423;
	width:145px;
	height:95px;
	
}





.ral25 {
	background-color:#00387b;
	width:145px;
	height:95px;
	
}

.ral26 {
	background-color:#1f3855;
	width:145px;
	height:95px;
	
}

.ral27 {
	background-color:#191e28;
	width:145px;
	height:95px;
	
}

.ral28 {
	background-color:#005387;
	width:145px;
	height:95px;
	
}

.ral29 {
	background-color:#376b8c;
	width:145px;
	height:95px;
	
}







.ral30 {
	background-color:#325928;
	width:145px;
	height:95px;
	
}

.ral31 {
	background-color:#114232;
	width:145px;
	height:95px;
	
}

.ral32 {
	background-color:#4d6f39;
	width:145px;
	height:95px;
	
}

.ral33 {
	background-color:#61993b;
	width:145px;
	height:95px;
	
}

.ral34 {
	background-color:#37422f;
	width:145px;
	height:95px;
	
}


.ral35 {
	background-color:#8c969d;
	width:145px;
	height:95px;
	
}

.ral36 {
	background-color:#817863;
	width:145px;
	height:95px;
	
}

.ral37 {
	background-color:#9b9b9b;
	width:145px;
	height:95px;
	
}

.ral38 {
	background-color:#383e42;
	width:145px;
	height:95px;
	
}

.ral39 {
	background-color:#45494e;
	width:145px;
	height:95px;
	
}

.ral40 {
	background-color:#8d4931;
	width:145px;
	height:95px;
	
}

.ral41 {
	background-color:#5a3826;
	width:145px;
	height:95px;
	
}

.ral42 {
	background-color:#442f29;
	width:145px;
	height:95px;
	
}

.ral43 {
	background-color:#3d3635;
	width:145px;
	height:95px;
	
}

.ral44 {
	background-color:#755847;
	width:145px;
	height:95px;
	
}



.ral45 {
	background-color:#d7d5cb;
	width:145px;
	height:95px;
	
}

.ral46 {
	background-color:#ecece7;
	width:145px;
	height:95px;
	
}

.ral47 {
	background-color:#0e0e10;
	width:145px;
	height:95px;
	
}

.ral48 {
	background-color:#a1a1a0;
	width:145px;
	height:95px;
	
}

.ral49 {
	background-color:#f1ece1;
	width:145px;
	height:95px;
	
}

.plast1 {
	background: url(/images/plat1.jpg) no-repeat center center;
	background-size:contain;
	width: 192px;
height: 200px;
}
.plast2 {
	background: url(/images/plat2.jpg) no-repeat center center;
	background-size:contain;
	width: 192px;
height: 200px;
}
.plast3 {
	background: url(/images/plat3.jpg) no-repeat center center;
	background-size:contain;
	width: 192px;
height: 200px;
}
.plast4 {
	background: url(/images/plat4.jpg) no-repeat center center;
	background-size:contain;
	width: 192px;
height: 200px;
}
.plast5 {
	background: url(/images/plat5.jpg) no-repeat center center;
	background-size:contain;
	width: 192px;
height: 200px;
}
.plast6 {
	background: url(/images/plat6.jpg) no-repeat center center;
	background-size:contain;
	width: 192px;
height: 200px;
}

.ral50 {
	background: url(/images/prof00.jpg) no-repeat center center;
	background-size:contain;
	width: 250px;
height: 150px;
	
}

.ral51 {
	background: url(/images/prof01.jpg) no-repeat center center;
	background-size:contain;
	width: 250px;
height: 150px;
	
}

.ral52 {
	background: url(/images/prof02.jpg) no-repeat center center;
	background-size:contain;
	width: 250px;
height: 150px;
	
}

.ral53 {
	background: url(/images/prof03.jpg) no-repeat center center;
	background-size:contain;
		width: 250px;
height: 150px;
	
}

.ral54 {
	background: url(/images/prof04.jpg) no-repeat center center;
	background-size:contain;
	width: 250px;
height: 150px;
	
}


.block_color2 {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    text-align: center;
    padding-bottom: 1em;
}

.block_color .text2 {
    
    width: 250px;
    height: 100%;
    min-height: 95px;
    display: table;
	line-height:1.2;

}

.block_color2 .text {
    
  color:#000;
  text-align:center;
  width: 100%;
    display: table;
	line-height:1.2;

}



.no-bottom-margin { margin-bottom: 0; }
.no-top-margin { margin-top: 0; }
.img-fluid {
	max-width: 100%;
height: auto;
}
.block_color {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    text-align: center;
    padding-bottom: 1em;
}
.block_color img {
    width: 145px;
    height: 95px;
}
.block_color .text {
    position: absolute;
    width: 145px;
    height: 100%;
    min-height: 95px;
    display: table;
    top: 0;
}
.block_color .text p {
    color: 
#ffffff !important;
font-weight: normal;
display: table-cell;
vertical-align: middle;
font-size: 16px;

}
.mytes .footer-button1 {
	display:none;
}

.mytes:hover .footer-button1 {
	display:block;
}

.image_1 {
	/*background: url(/images/el1.png) no-repeat center center;*/
    /*    background-size: auto;
    width: 100%;
 
    background-size: contain;*/

	float: right;

}

.image_3 {
/*	background: url(/images/el2.png) no-repeat center center;*/
        background-size: auto;
    width: 100%;
 min-height: 800px;

    background-size: contain;

}

.image_2 {
	background: url(/images/es_r.jpg) no-repeat center center;
        background-size: auto;
    width: 100%;
    min-height: 800px;
    background-size: contain;
	max-width: 330px;

}

.es1 {
	background: url(/images/ok2.png) no-repeat top left;
        background-size: auto;
    width: 100%;

    background-size: auto;


}

.es1::before, .es2::before, .es4::before, .es8::before, .es5::before {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;
position: absolute;
right: 10px;
top: 45px;
}

.es3 {
	background: url(/images/ok4.png) no-repeat top left;
        background-size: auto;
    width: 100%;
 
    background-size: auto;


}
.es5 {
	background: url(/images/ok6.png) no-repeat top left;
        background-size: auto;
    width: 100%;
 
    background-size: auto;


}
.es7 {
	background: url(/images/ok7.png) no-repeat top left;
        background-size: auto;
    width: 100%;
   
    background-size: auto;


}
.es8 {
	background: url(/images/ok8.png) no-repeat top left;
        background-size: auto;
    width: 100%;
   
    background-size: auto;


}


.es2 {
	background: url(/images/ok3.png) no-repeat top  left;
        background-size: auto;
    width: 100%;

    background-size: auto;
}
.es4 {
	background: url(/images/ok5.png) no-repeat top  left;
        background-size: auto;
    width: 100%;

    background-size: auto;
}
.es6 {
	background: url(/images/es4.png) no-repeat center  left;
        background-size: auto;
    width: 100%;

    background-size: auto;
}
p {

    margin-bottom: 24px;
    margin-top: 20px;

}

.preim .titles {
	font-size: 32px;
	text-align:left;
margin-bottom: 50px;
margin-top: 20px;

color: #000;
}

.image_text {




font-size: 16px;

padding-left: 25%;

padding-top: 26%;

line-height: 1.3;

padding-right: 150px;
}

.image_text_2 {

min-height: 140px;

font-size: 16px;

padding-left: 35%;

padding-top: 2%;
max-width: 360px;
line-height: 1.3;
}

.image_text_3 {

min-height: 140px;

font-size: 16px;

padding-left: 37%;

padding-top: 4%;
max-width: 350px;
line-height: 1.3;
}

.new_text {
height: 800px;

vertical-align: middle;



display: table-cell;

width: 100%;

min-height: 800px;
}




.colormap p {
position: absolute;
    top: 20px;
   color:000;
    text-align: left;
    float: left;
    margin-left: 5px;
    z-index: 2;
font-size: 14px;

}

.styled-block {
	margin-left: 15px;

margin-right: 15px;
}
.tooltip {
z-index:999;
display:block;
}
.tolls img {
z-index:999;
display:block;
}

.whys {
	margin-top:40px;
	margin-left: 15px;

margin-right: 15px;
}

.whys .desc {
	margin-top:0px;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
}
.titles {
	font-size:32px;
	    color: #000!important;
    font-weight: bold!important;
	padding-bottom: 15px;
}

.whys .dark-color:hover, a.colored, .colored {
    color: #000;
}


.whys .col-md-3- {
	border: 2px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;

}
.whys .col-md-3-:last-child {
	border: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
		border-top:0px;
}
.whys .item img {
max-width:60%;
margin: 0 auto;

}

.whys1 .image {
	padding-top: 10px;
	
}

.whys1 .regs {
	border-top: 0px solid #fff;
}

.whys1 .regst {
		border-right: 2px solid #f5f5f5;
}
.regst6 {
		border-bottom:2px;
		border-right: 0px solid #f5f5f5;
		
	}
	
	.whys1 .col-md-3:hover {
	box-shadow: 0 0 16px 0 rgba(0,0,0,.1);
	}
	


.whys1 .regs:last-child {
	border-top: 0px solid #fff;
}

.whys1 .dark-color {
	font-size:24px;
	text-align:center;
	min-height: 50px;



height: 50px;
}

.vasya {
	z-index: 99;
font-size: 14px;
position: absolute;

padding-left: 5px;

padding-top: 20px;
}

.colormap {
	margin-top:15px;
}

.accordion-type-1 .panel-collapse .accordion-body {

    padding: 0px 0px 15px 25px;
    position: relative;
    z-index: 2;

}
div.colormap_thumbcolor {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1;
    top: 0;
}

div.colormap_thumbitem div.color_wrapper {
    position: relative;
    width: 100%;
    height: 100px;
}
div.colormap_thumbitem {
    float: left;
    height: 128px;
    width: 100px;
    margin: 5px;
    color: #000;
    position: relative;
}
.pmc-bookmark-hover-wrapper {
    display: block;
}
.colormap.cm_1 .colormap_thumbitem {
    width: 16%;
    margin: 1px;
    height: 142px;
}
div.colormap[class*="cm_"] .colormap_thumbitem {
    overflow: hidden;
   height: 125px;
}

.enother .catalog.item-views.table .item .title {
  min-height:40px;
}
.es3::before  {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;
display:none;
position: absolute;
right: 20px;
top: 45px;
}
@media (max-width: 1197px) {

.image_text_2 {

min-height: 140px;

font-size: 16px;

padding-left: 70px;

padding-top: 9%;

line-height: 1.3;
}
.image_text_3 {

min-height: 140px;

font-size: 16px;

padding-left: 70px;

padding-top: 9%;

line-height: 1.3;
}


 .es1::before,  .es8::before, .es3::before ,  .es4::before  {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;

position: absolute;
right: 20px;
top: 45px;
}
	
	
	 .es2::before,  .es99::before, .es8::before, .es5::before  {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;
display:none;
position: absolute;
right: 10px;
top: 45px;
}

}

@media (max-width: 502px) {
	.col-new-6 {
		width:100% !important;
	}
	
	.image_text_2 {

min-height: 140px;

font-size: 16px;

padding-left: 90px;

padding-top: 9%;

line-height: 1.3;
}
	.image_text_3 {

min-height: 140px;

font-size: 16px;

padding-left: 90px;

padding-top: 7%;

line-height: 1.3;
}

 .es1::before,  .es52::before, .es3::before  {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;
display:none !important;
position: absolute;
right: 20px;
top: 45px;
}
	
	
	 .es2::before,  .es4::before ,  .es8::before, .es5::before {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;
display:none !important;
position: absolute;
right: 10px;
top: 45px;
}
	
}
	
@media (max-width: 992px) {
	
	
	 .es1::before,  .es4::before, .es3::before  {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;

position: absolute;
right: 0px;
top: 45px;
}
	
	
	 .es2::before,  .es42::before , .es5::before  {
content: " ";
background: url(/images/aq.png) no-repeat top left;
width: 20px;
background-size: auto;
display: inline-block;
z-index: 1;
height: 17px;
display:none;
position: absolute;
right: 10px;
top: 45px;
}
	
	
	
	
	.col-new-6 {
		width:50%;
		float: left;
	}
	
	.image_text_2 {

min-height: 140px;

font-size: 16px;

padding-left: 90px;

padding-top: 7%;

line-height: 1.3;
}
	.index {
		margin-top:52px !important;
	}
	
	.preim .titles {
		font-size: 32px;
text-align: left;
margin-bottom: 20px;
margin-top: 20px;
line-height:1.2;
color:
#000;
	}
	
	.regst2 {
		border-right: 2px solid #f5f5f5 !important;
		border-bottom:0px !important;
		
	}
		.regst1 {
	
		border-bottom:0px !important;
		
	}

		.regst6 {
		border-bottom:0px ;
		border-right: 2px solid #f5f5f5;
		
	}
	
	.whys .dark-color {
	font-size:19px;
	text-align:center;
	min-height: 60px;
	height: 50px;
	}
	
}

table.price {
    width: calc(100% - 24px);
    font-size: 14px;
    position: relative;
}
table.price tr:first-of-type td:first-of-type {
    background: #257de3;
}
table.price tr td:first-of-type {
    color: white;
    font-weight: 700;
    background: #505050;
    text-align: center;
    width: 90px;
}
table.price tr td {
    padding: 10px 10px;
}

table.price tr:first-of-type td {
    color: white;
    font-weight: 700;
    background: #257de3;
}
table.price tr td:first-of-type {
    color: white;
    font-weight: 700;
    background: #505050;
    text-align: center;
    width: 90px;
}

.otz {
	border: 2px solid #ccc;
	margin-bottom: 25px;
}
.otz2 {
	max-height:316px;
}
.narrow_N figure {
    margin-bottom: 25px;
}


.product-view--type2 .product-info-wrapper {
  border-color:#ececec
}
.product-info-headnote--bordered {
  border-color:#ececec!important
}
.price-table {
  overflow-y:auto
}
.price_new {
  overflow-y:auto
}
text1:before {
  content:"Чтобы заказать расчет стоимости септика с доставкой и монтажом,обратитесь к нашему менеджеру. Услуга предоставляется бесплатно."
}
text2:before {
  content:"В нашей компании работает круглосуточная служба поддержки. В режиме 24/7 вы можете проконсультироваться по вопросам эксплуатации,ремонта и технического обслуживания вашей модели септика."
}
text3:before {
  content:"Под заказ установим умную аварийную сигнализацию для септика,которая работает с мобильным приложением. Датчики наполнения и Wi-Fi сигнализатор уровня жидкости работают на аккумуляторе с запасом питания на 1-2 года."
}
text4:before {
  content:"Предлагаем услуги установки станции биоочистки «под ключ». В комплекс услуг входит доставка септика на участок,рытье котлована и траншей,монтаж и подключение ЛОС,пусконаладочные работы."
}
text5:before {
  content:"Чтобы правильно подобрать место монтажа и подъемное оборудование,рассчитать расход материалов и стоимость монтажа,отправляем на ваш участок инженера-проектировщика. Выезд специалиста на объект — бесплатно."
}
text6:before {
  content:"Монтаж септика,от подготовки котлована до пусконаладочных работ,занимает 1 день."
}
text7:before {
  content:"Производитель дает гарантию 3 года на корпус септика и электрооборудование. Расчетный срок службы станции биоочистки составляет 50 лет."
}
text8:before {
  content:"Наша компания является официальным дилером 30 самых известных российских и зарубежных производителей септиков и систем локальных очистных сооружений."
}
.users::after {
  image-rendering:-webkit-optimize-contrast
}
.pererabotka::after {
  image-rendering:-webkit-optimize-contrast
}
.type_ochis::after {
  image-rendering:-webkit-optimize-contrast
}
.otvod::after {
  image-rendering:-webkit-optimize-contrast
}
.delivery-block .line .title {
  background:none;
  color:#777
}
.delivery-block {
  background:none
}
.delivery-block .line .title span {
  background:none
}
.delivery-block .line .desc {
  color:black
}
.marquiz__container_inline {
  max-width:none!important
}
.preim {
  margin-top:50px
}
.filter_class {
  font-size:smaller
}
.jirn {
  font-weight:700
}
.price-table .price_new thead td,
.price_new thead th {
  color:#000;
  background:#fafafa
}
.price_new:not(.table_min) tbody td:first-child a {
  background:#fff;
  color:#1a70d5
}
.price_new:not(.table_min) tbody td:first-child {
  background:#fff
}
.price_new:not(.table_min) tbody td:first-child a:hover {
  color:#1a70d5!important;
  text-decoration:underline
}
.price_new td,
.price_new th {
  border:1px solid #ebebeb;
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb
}
.price_new .border-table {
  border-bottom:1px solid #ebebeb
}
.price_new:not(.table_min) tbody td,
.price_new tbody td {
  text-align:center;
  display:table-cell;
  border:1px solid #ebebeb;
  border-top-color:#ebebeb;
  border-top-style:solid;
  border-top-width:1px;
  border-bottom-color:#ebebeb;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top:none;
  white-space:nowrap
}

.intro-text {
  color:black;
  font-style:oblique;
  font-weight:900
}
.item-views.float_banners2 .item {
  background:#f9f9fa
}
.bg-fill-grey {
  background:#f9f9fa
}
.btn .btn-default .btn-lg .wc .option-font-bold .has-ripple .showblock {
  background-color:#f9f9fa;
  border-color:#c1c1c1;
  color:#919191
}
.font_sxs {
  font-size:12px!important
}
.wrapper1:not(.with_left_block) .wrapper_inner.front .drag-block.container .content_wrapper_block > .maxwidth-theme {
  padding-top:30px!important;
  padding-bottom:30px!important
}
.aac_index_filter .item .filter-title {
  border:none;
  box-shadow:inset 0 0 0 1px #ececec;
  background-color:#ffffff
}
.aac_index_filter .item .filter-title .title {
  color:#333!important
}
.menu-row .mega-menu table td.wide_menu .dropdown-menu:not(.long-menu-items) .customScrollbar {
  max-height:700px
}
@media (max-width: 767px) {
  .sertifikat_section .client_block__item
{
    width: 100%;
  }
}




