.contacts__box__line__img_title_wrapper__img{
    margin-top: 10px;
}
.products__list{
    flex-direction: inherit;
    row-gap: 5px;
    column-gap: 5px;
}
.products__list__item{
    padding-right: 1px;
}
.detail__photo{
    max-width: 95%;
}
.contacts__box__line__img_title_wrapper__img{
    margin-bottom: 20px;
}
/*
.menu__body__nav__list--margin .menu__body__nav__item {
    margin-bottom: 5px;
}
.menu__body__nav__link{
    font-size: 13px;
}*/

.intro {
    background: url(../images/dest/intro__bg.png) no-repeat center;
}
.social__item--tlg{
    background: url("../images/dest/icons/telegram.svg") no-repeat center;
}
.social__item--tlg:hover{
    background: url("../images/dest/icons/telegram--hover.svg") no-repeat
}

.social__item--vk{
    background: url("../images/dest/icons/vk.svg") no-repeat center;
}
.social__item--vk:hover{
    background: url("../images/dest/icons/vk--hover.svg") no-repeat
}
.social__item--inst{
    background: url("../images/dest/icons/insta.svg") no-repeat center;
}
.social__item--inst:hover{
    background: url("../images/dest/icons/insta--hover.svg") no-repeat
}

.social__item--yt{
    background: url("../images/dest/icons/youtube.svg") no-repeat center;
}
.social__item--yt:hover{
    background: url("../images/dest/icons/youtube--hover.svg") no-repeat
}
.contact_avatar{
    width: 50%;
}
.products__item__title_a{
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}
.content{
    line-height: 200% !important;
}
.title--small{
    line-height: 100%;
    margin-bottom: 20px;
}