

/* Start:/local/templates/main/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?16794849614321*/

.deleil_stat_img {
    position: relative;
	
	background:#fff;
	height :100%;
	text-align: center; 
	padding-top: 10px;
	
	-webkit-box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 10%);
	
	    border-radius: 10px;
}
 
.deleil_stat_img span {
	position: relative;
    max-width: 280px;
    min-width: 130px;
    height: 270px;
    line-height: 270px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.deleil_stat_img img {
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
} 



.razdel2-product {
    font-size: 24px;
    font-weight: 300;
    padding: 10px 13px;
    color: #fff;
    display: inline-block;
    margin-left: -15px;
	
}

.razdel3-product{
	font-size: 24px;
    font-weight: 300;
    padding: 10px 86px 10px 13px;
    color: #fff;
    display: inline-block;
    margin-left: -15px;
}

.line2-product {
    position: absolute;
    top: 16px;
    left: 0;
    width: 35%;
    height: 49px;
    background: #C80505;
}

.line2-product:before {
    content: '';
	display: inline-block;
    border: 32px solid transparent;
    border-right: 37px solid #ffffff;
    position: absolute;
    right: -2px;
    top: -8px;
}



.line3-product {
    position: absolute;
    top: 16px;
    left: 35%;
    width: 30%;
    height: 49px;
    background: #FF6767;
}


.line3-product:after {
    content: '';
	display: inline-block;
    border: 24px solid transparent;
    border-right: 29px solid #ff6767;
    position: absolute;
    left: -53px;
    top: 0px;
}
.line3-product:before {
    content: '';
	display: inline-block;
    border: 24px  solid transparent;
    border-right: 30px solid #fff;
    position: absolute;
    right: 0px;
}

 
.formprice_b{
	font-size: 30px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 15px;
}

.input_number::-webkit-outer-spin-button,
.input_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_number[type=number] {
    -moz-appearance: textfield;
}

.count {
    height: 33px;
    width: 70px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin-left: -5px;
    padding: 4px;
    margin-right: -5px;
    color: #000;
	font-size: 21px;
}
 
.fcalc{ 
   
    color: #999 !important;
    display: inline-block;
    padding: 6px 10px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    margin-top: -3px !important;
    border-radius: 0px !important;
    height: 33px !important;

}

@media (max-width: 992px){
	.product_img{
		width:100%;
	}
}



.product_title{
	display: block;
    padding: 5px 0px;
    text-align: center;
    font-size: 16px;
    background: #FF6767;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}





 

.catalog-item__price {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #522C58;
}

.catalog-props__item {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
}

.catalog-props__item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    z-index: 1;
    height: 3px;
    width: 100%;
    background: url(/local/templates/main/img/dots.png) 0 0 repeat-x;
}

.catalog-props__item .name {
    position: relative;
    z-index: 2;
    color: #8C8C8C;
    background: #fff;
    padding-right: 5px;
    white-space: nowrap;
}

.catalog-props__item .val {
    position: relative;
    z-index: 2;
    color: #333;
    background: #fff;
    padding-left: 5px;
    font-weight: 500;
    text-align: right;
}

.catalog-props__item + .catalog-props__item {
    margin-top: 10px;
}


.dioprii{
	display: inline-block;
    padding: 3px;
    border: 1px solid #c1c1c1;
    width: 50px;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}
.dioprii:hover{
	background: #C80505;
	border: 1px solid #C80505;
	color:#fff !important;
}

.dioprii_active{
	background: #C80505;
	border: 1px solid #C80505;
	color:#fff !important;
}
/* End */


/* Start:/local/components/main/send.form/templates/statics/style.css?16775712341576*/
 
 
.form-statics{
	 
	position: relative;
}



.btn-statics { 
    display: block;
    font-size: 21px; 
    line-height: 16px;
    text-align: center;
    color: #fff;
    padding: 12px 38px;
    border: 2px solid #ff0000;
    outline: none;
    background: #FF0000;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.btn-statics:hover{
	border: 2px solid #ff0000;
	background: #FFF;
	color: #ff0000;
}

.form-control-statics {
  position: relative;
}

.form-control-statics input,
.form-control-statics textarea{
    width: 100%;
    padding: 15px 12px;
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    margin-bottom: 17px; 
    border: 2px solid #ededed;
    border-radius: 10px;
    background: #fff;

}

.form-control-statics input:focus ~ label,
.form-control-statics input:not(:placeholder-shown) ~ label,
.form-control-statics textarea:focus ~ label,
.form-control-statics textarea:not(:placeholder-shown) ~ label{
  top: -18px;
  left: 0;
  font-size: 12px;
}

.form-control-statics input:focus,
.form-control-statics input:not(:placeholder-shown),
.form-control-statics textarea:focus,
.form-control-statics textarea:not(:placeholder-shown){
  border-bottom: 2px solid #4d8c68;
}
 
.form-control-statics label {
  position: absolute;
  top:0;
  left: 0;
   padding: 3px 6px;
    margin: 10px 33px;
  font-size: 15px;
  color: #898989;
  pointer-events: none;
  transition: .5s;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/slider.swiper.product/style.css?16777310961637*/



.swiper-wrapper-img {
    position: relative;
	margin-top:20px;
	-webkit-box-shadow: 0px 0px 22px 2px rgba(34, 60, 80, 0.2) inset;
	-moz-box-shadow: 0px 0px 22px 2px rgba(34, 60, 80, 0.2) inset;
	box-shadow: 0px 0px 22px 2px rgba(34, 60, 80, 0.2) inset;
}
 
.swiper-wrapper-img a {
	position: relative;
    max-width: 170px;
    min-width: 70px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    padding: 0px;
    vertical-align: middle;
    text-align: center;
    zoom: 1;
    display: block;
}
 
.swiper-wrapper-img img {
	max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

.swiper-arrow{
    margin: 3px;
    cursor: pointer !important;
	padding:7px 10px !important;
	transition: 0.5s;
}
 
.swiper-arrow:hover{
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
 
.swiper-slide-card {
    border: 1px solid #fff;
    border-radius: 15px;
	background:#fff;
	/*
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	*/
}
 

 
 
.swiper-cs-text{
	color:#313131;
	display:block;
	height: 75px;
    overflow: hidden;
	font-size:15px !important;
	padding:10px !important;
	text-align:center;
}

.element_price{
	    display: block;
    text-align: center;
    padding: 5px;
    font-size: 20px; 
}

@media (min-width: 992px){
	.sliderr-title{
		text-align:center;
	}
	
}

@media (max-width: 992px){
	
	.sliderr-title{
		text-align:left;
	}
}

/* End */
/* /local/templates/main/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?16794849614321 */
/* /local/components/main/send.form/templates/statics/style.css?16775712341576 */
/* /local/templates/main/components/bitrix/news.list/slider.swiper.product/style.css?16777310961637 */
