html, body {
    font-size: 12px;
}
.popup_vote.fancybox-content,
.popup_vote,
.popup {
    display: inline-block;
}

.design a {
    background: transparent;
}

.content-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
}

.content-text p {
    margin-bottom: 25px;
}

.redes-list__text {
    margin-bottom: 112px;
    max-width: 735px;
}

.map-popup {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 558px;
    height: 559px;
    background: url(../images/balloon.png) no-repeat;
}

.map-popup > ymaps {
    margin-top: -90px;
}

.map-popup__address {
    text-align: center;
}

.map-popup__title {
    display: block;
    text-align: center;
    color: #a0a0a9;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 12px;
}

.map-popup__address h2 {
    font-family: Neucha, cursive;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
}

.map-popup__address p {
    font-family: Neucha, cursive;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 52px;
    text-align: center;
}

.tabs li {
    cursor: pointer;
}

.about .slick-initialized .slick-slide {
    max-height: 236px;
}
.product_slider .product_block .hit {
    bottom: -25px;
}
.step .border {
    
    border-radius: 30px;
    box-sizing: border-box;
    padding: 25px 30px 27px;
}
.step .border p {
    margin-bottom: 0;
}
.catalog_row .product_block:not(:last-child) {
    margin-bottom: 0;
}
.recipes_slider .content-text {
    margin-bottom: 21px;
}
.learn_more {
    background-position: right top;
}
.learn_more:before {
    top: -60px;
}

.color_slide {
    height: 704px;
}
.holst{max-height: 540px;}
.holst svg{
	max-height: 100%;
	max-width: 100%;
	height: 540px;
	width: 100%;
}
.copyright {
    margin-top: 20px;
    padding-left: 22px;
}
.copyright,
.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}
.copyright{
	align-items: flex-end;
	background: url("../images/logo_f.png") no-repeat;
	background-size: auto 34px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 34px;
	padding: 0 0 0 186px;
}
.map-popup .close {
    color: transparent;
    background: url("../images/close.svg") no-repeat 50%;
    margin-top: -24px;
	min-height: 40px;
    border: none;
    transition: .45s;
}
.map-popup .close:hover {
    transform: rotate(360deg);
}
@media only screen and (max-width: 1215px) {
    .assortment {
        padding-right: 0;
    }
}
@media only screen and (max-width: 600px) {
	.copyright{padding: 55px 0 0;}
}


