.group:before, .group:after {
    content: "";
    display: table;
}
.group:after {
    content: "";
    display:table;
    clear:both;
}
.group {
    zoom: 1;
}
.logo {
  bottom: 10px;
}
.nav__item {
  margin: 0 1%;
}
.picture-block {
    background-image: url(images/picture-block.jpg);
}
.second-nav__item:after {
    margin: 0 27px;
}
.contacts-info__item span {
  display: inline-block;
  min-width: 135px;
}
.contacts-info__item a {
    color: #000;
}
.contacts-info__item h3 {
    margin: 0;
}
.image {
    text-align: center;
}
.image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.image > figcaption {
    line-height: 1.2em;
    padding-top: 10px;
}
.alignright {
    float: right;
    display: inline;
    margin-left: 1.2em;
}
.text-figure {
    max-width: 20%;
}
@media (max-width: 800px) {
    .text-figure {
        max-width: 40%;
    }
}
@media (max-width: 500px) {
    .text-figure {
        max-width: 50%;
    }
}
.color-black {
    color: #000000;
}
.cols-2,
.cols-4 {
    float: left;
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 25%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cols-2 {
    width: 50%;
}
.no-slider .shop-item {
    width: 33.33%;
}
.no-slider .shop-item__title > a {
    font: 1.818em 'Fredoka One', cursive;
}
.main-slider__item_first-bg {
    background-image: url(../images/slide_01.jpg);
}
.main-slider__item_second-bg {
    background-image: url(../images/slide_02.jpg);
}
.main-slider__item_third-bg {
    background-image: url(../images/slide_03.jpg);
}
.main-slider__item_fourth-bg {
    background-image: url(../images/slide_04.jpg);
}
#home-slider .bx-pager.bx-default-pager {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.main-slider__title > a {
    color: #ffffff;
}
@media (max-width: 500px) {
    .cols-2 {
        width: 100%;
    }
    .cols-4 {
        width: 50%;
    }
}
.sub-nav {
    white-space: nowrap;
    min-width: 100%;
    max-width: inherit;
    width: auto;
}
.shop-item_ins .shop-item__content,
.shop-item_ins .shop-item__thumb {
    float: left;
    display: block;
    margin: 0 0 30px 0;
    padding: 0 30px;
    width: 66%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shop-item_ins .shop-item__thumb {
    text-align: center;
    padding: 0;
    width: 33.33%;
}
@media (max-width: 700px) {
    .shop-item_ins .shop-item__content,
    .shop-item_ins .shop-item__thumb {
        clear: both;
        float: none;
        width: 100%;
    }
}
.shop-item_big .shop-item__title {
  font: 1.84615385em 'Fredoka One', cursive;
  color: #ff742b;
  margin: 5.96330275229% 0 0 0;
}
.sub-nav {
    padding: 10px 15px;
}
.sub-nav__item {
    border-bottom: 1px solid #ff8130;
    text-align: center;
    padding-bottom: 0.2em;
}
.main-slider__text {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-top: 10%;
}
