 !important.tabs_content table, .tabs_content tr, .tabs_content th, .tabs_content td {
    border: 1px solid black;
    border-collapse: collapse;
}
.tabs_content table p {
    margin: 0 !important;
}

.tabs_content td {
    padding: 10px;width: 50%;
}
.img_block {
    display: flex;
}

.img_block img {
    max-width: 270px;width:100%;
}

.text-descr {
    margin-left: 20px;
}

@media all and (max-width: 580px) {
.img_block {
    flex-direction: column;
}

.text-descr {
    margin: 20px 0 0 0;
}

.tabs_content td {
    width: auto;
}

}

.form-kalk .form-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.form-body .left {
	position: relative;
    width: 40%;
}
.form-body .right {
    width: 60%;
	padding-left: 60px;
}
@media all and (max-width: 991px) {
	.form-body .left {
		width: 100%;
	}
	.form-body .right {
		width: 100%;
		padding-left: 0px;
	}
}
.form-body-fon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-position: 100% 50%;
    background-size: cover;
	background-image: url(../production/img/kalkfon.jpg);
	width: 100%;
    height: 100%;
}

.slider li {
 background-size: cover !important;
 height: 22vw !important;
 min-height: 300px !important;
 max-height: 500px !important;
}
.slider .container {
    position: relative;
    z-index: 2;
	display: flex !important;
    align-items: center;
}
.slider .inner {
    padding-top: 0 !important;
    margin-top: -70px !important;
}
.slider li:after {
    content: "";
	z-index: 0;
    display: block;
    position: absolute;
    display: block;
    clear: both;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000042;
}

.socal_top {
    margin-top: 30px;
}
.socal_top .social li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    margin-bottom: 10px;
    line-height: 36px;
}
.socal_top .social a {
    width: 36px;
    height: 36px;
    background-color: #f0f0f0;
    display: block;
    border-radius: 36px;
    transition: .3s;
    -moz-transition: .3s;
    color: #535457;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}
.socal_top .social a:hover {
    background-color: #ffd11f;
}
.contacts_in .item .socal_top a {
  color: #535457;
}

.ya-share2 {
  display: none;
}

.btn.btn_white.btn-moreone-bg {
    background: #8326ac;
    border: 1px solid #8326ac !important;
    color: #ffffff !important;
	margin-top: 10px;
}
.btn.btn_white.btn-moreone-bg:hover {
    background-color: #4b1363 !important;
    border: 1px solid #4b1363 !important;
    color: #ffffff !important;
}

.btn.btn_white.btn-moretoo-bg {
    background-color: #0b82f7;
    border: 1px solid #0b82f7 !important;
    color: #ffffff !important;
	margin-top: 10px;
}
.btn.btn_white.btn-moretoo-bg:hover {
    background-color: #074b8e !important;
    border: 1px solid #074b8e !important;
    color: #ffffff !important;
}

.btn.btn_white.btn-morefre-bg {
    background: #fac700;
    border: 1px solid #fac700 !important;
    color: #3b3b3b !important;
	margin-top: 10px;
}
.btn.btn_white.btn-morefre-bg:hover {
    background-color: #dfb203 !important;
    border: 1px solid #dfb203 !important;
    color: #3b3b3b !important;
}

.catalog_items .item .pic a {
    height: 100%;
}
