/* ���� �������� */
.tabs>input[type="radio"] {
    display: none;
}

.tabs>input[type="radio"]:checked+label:before {
    background-color: #03bb4b;
    z-index: -1;
}

.tabs>input[type="radio"]:checked+label {
    color: #fff;
}

.tabs>div {
    /* ������ ������� �� ��������� */
    display: none;
    padding: 10px 15px;
    border-radius: 4px;
}

/* ���������� �������, ��������� � ��������� ������������ (input type="radio") */
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4 {
    display: block;
}

.tabs>label {
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 4px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    margin-left: 10px;
    cursor: pointer;
    margin-bottom: 10px;

    text-align: center;
    /*display: block;*/
    width: 32%;
    font-size: 13px;
    color: #3f4346;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}

/*.tabs>label:first-of-type {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}*/

.tabs label:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    top: 0;
    bottom: 0;
    border: 1px solid #ddd;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}
/* /���� �������� */
.description-wrapper .description-price-square {
    padding: 10px 10px 0 0;
    line-height: 1;
    position: relative;
    height: 24px;
    margin-bottom: 10px;
}
.description-wrapper .description-price-square>p {
    text-align: right;
    margin-right: 7px;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0;
}
.description-wrapper .description-price-square>p>span {
    font-family: 'Lato-Black',Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
}
sup {
    top: -0.5em;
}
.product-item-container{
	margin-bottom:25px;
}
.catalog-wrapper h1.page-title{
	text-align:left;
}
.object-right .slick-slide{
	height:auto;
}
a#want{
	line-height: 0px;
}
.img-wrapper.prodteaserpik > a{
	background-size:cover;
}
.poshobjet{
	padding:20px;
}
.cardimgfull .object-images-item{
	text-align:center;
}
.cardimgfull img{
	height:100%;
	display: inline-block !important;
}
#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7,
#tab-btn-8:checked~#content-8,
#tab-btn-9:checked~#content-9,
#tab-btn-10:checked~#content-10{
	display:block;
}
.mapkomp{
	height:400px;
}
@media (max-width: 768px) {
    .tabs>label {
        width: 100%;
    }
    .department-wrapper h2.title-department {
        font-size: 5.7vw;
    }

}