.menu .sub {
	min-width: 275px!important;
}
.sub a {
    padding: 4px 4px 4px 12px!important;
}

.catalog-list .item .price .button {
	padding: 10px 20px 10px 20px;
}
h3.title  {
font-size: 24px;
font-weight: 600;
margin: 0 auto;
color: #111;
text-transform: uppercase;
padding: 20px 0 10px;
}


.map h3{
	text-align:center;
	font-size: 34px;
	margin:20px 0;
}


.sub-sub {
    position: absolute;
    right: 0;
    top: 0;
    width: fit-content;
    transform: translateX(100%);
    background-color: #ffc800;
    display: none;
}

.sub-parent {
    padding: 4px 4px 4px 12px;
    position: relative;
}

.sub-parent:hover {
    background-color: #3b3b3b;
    color: #ffc800;
}

@media (min-width: 768px) {
    .sub-parent:hover .sub-sub {
        display: block;
    }
}

.sub-sub a {
    padding: 4px 12px !important;
}

.eq .menu .item + .item {
    margin-left: -6px;
}

.eq .menu .item {
    font-size: 13px;
}

.eq .menu .item .sub {
    font-size: 14px;
}

@media (max-width: 767px) {
    .sub-sub {
        position: static;
        transform: unset;
    }

}

.sub-parent:not(:hover):after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 10px;
    top: 12px;
    background-image: url(/local/templates/main/css/../images/up-arrow.png);
    background-size: cover;
    transform: rotate(180deg);
}

.catalog-list.row_quantity_4 .item {
	max-width: 275px;
}




@media screen and (max-width: 420px) {
    h2.title, span.title {
        font-size: 24px!important;
    }
    .left-col, .right-col {
        width: 100%;
    }
    .reviews-list .item {
        width: 100%;
    }
    .footer .col {
        width: 100%;
    }
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
    cursor: pointer;
}

.youtube-player .play{
    background: url('/local/templates/main/images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    cursor: pointer;
}
.youtube-player img{
    margin: auto;
    display: block;
}

.youtube-player:hover .play {
    background-position: 0 0;
}


#content-content table.tabbb {display:table; width:100%}
#content-content table {margin:auto}
#content-content table p {margin:0px !important; padding:0px}


