#btnok:disabled{
    background:#d3c1c1;
}

.mt-form{
  margin-top: 10px;
}

#rasschet_otoplenie>.form-item>label{
    position:static;
}

.form_rasschet_small>img{
    max-height:400px;
    margin-bottom:20px;
}

.form_rasschet_small>p{
    margin-bottom:5px;
}

.lupa_con{
    position: relative;
    cursor:pointer;
}

.lupa_con:hover .img_lupa{
    display:block;
    transition: 0.3s;
}

.img_lupa{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}

.faq-page .faq__block .faq__item .faq__button:hover{
    color:#dc3636;
}
.faq-page .faq__block .faq__item._isActive .faq__button{
    color:#dc3636;
}


.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
}
.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 16px;
}
.table thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}
.table thead tr th:last-child {
	border-radius: 0 8px 8px 0;
	color:#dc3636;
}
.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 16px;
	vertical-align: middle;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}
.table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
		color:#dc3636;
}

.product__action-btn.add-to-wishlist._icon-wishlist.msfavorites.voted{
    background:#dc3636;
}
.product__action-btn.add-to-wishlist._icon-wishlist.msfavorites.voted:before{
    color:white;
}
.features-blockk .features-block__blockk{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 50px 5px;
    text-align: center;
}
.features-blockk .pimenen{
    justify-content: space-evenly
}
.iconka{
            height: 34px;
    margin-right: 10px;
    vertical-align: middle;
    }
@media (max-width:578px){
    
    header .text-header{
        display:none;
    }
    .div-btn .socials-row{
        display:none;
    }
    header .call_me{
        padding: 5px 10px;
            margin-right: 10px;
    }
}
.bigtcop{
    color: white;
    font-size: 114px;
}

.sidebar__block .border-bottom-primary{
    background-image: url(/assets/img/ikonka-zagolovka.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 30px;
    text-transform: uppercase;
}
h5.sidebar__block .border-bottom-primary{
        font-size: 26px;
}


.btn-up {
      position: fixed;
      background-color: #dc3636;
      right: 20px;
      bottom: 20px;
      border-radius: 22px;
      cursor: pointer;
      width: 44px;
      height: 44px;
    }

    .btn-up::before {
      content: "";
      text-align: center;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 12px;
      top: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
    }

      .btn-up_hide {
        display: none;
      }

      @media (hover: hover) and (pointer: fine) {
        .btn-up:hover {
          background-color: #bd2c2c;
        }
      }
.page-title.category .page-title__block{
        background-size: cover;
    }
    .mob_vision{
        display:none;
    }
@media(max-width:479px){
    .page-title.category .page-title__block{
        padding:0!important;
        background-size: contain;
    }
    .page-title.category h1{
    font-size:0px;
    }
    .mob_vision{
        display:block!important;
    }
    .mob_vision .socials-row{
        display:block!important;
                padding: 0 15px;
    }
    .mob_vision .socials-row a{
        margin-right:10px;
    }
    .mob_vision .socials-row a svg{
    width: 36px;
    height: 36px;
    border-radius: 3px;
}
.product__tabs-content table{
        display: table-caption;
    overflow-x: auto;
    white-space: nowrap;
    height: 100% !important;
}
nav .main-menu__list > li > a._icon-burger:before{
    display:none;
}
    }

.product-options .product-options__list{
    grid-gap:3px;
}

a.options__default-label--item .options__default-label--item--title {
        position: relative;
    display: block;
    padding: 3px 8px;
    border: 2px solid #ededed;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}
a.options__default-label--item:hover .options__default-label--item--title {
   background-color:#dc3636;
   color: #fff;
   border: 2px solid #dc3636;
}
a.options__default-label--item.active .options__default-label--item--title {
   background-color:#dc3636;
   color: #fff;
   border: 2px solid #dc3636;
}
.product__body .product__tabs .product__specification ul, .product__body .product__tabs .product__specification ul li, .product__description{
    font-weight:500;
}
.product__specification h4, product__specification h5, product__specification h6{
    font-weight: 500;
}


.form-contr {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.65rem 1rem;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #fbfbfb;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (min-width: 992px){
    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li .menu__submenu._accordion-item{
        min-width: 330px;
    }
}
