@import "https://fonts.googleapis.com/css?family=Lato";
html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Lato, "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
body {
    background: #b24f66 linear-gradient(#cd8495, #874c5a) center no-repeat;
    background-size: cover;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: black;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
}
content > *:last-child {
	padding-bottom: 10px;
}
header, content {
    margin-bottom: 10px;
    background: white;
	position: relative;
	z-index: 7;
}
header, content, footer {
    box-shadow: 0 0 5px #7e154f;
}
.hide {
	visibility: hidden;
	opacity: 0;
}
.preloader {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
	z-index: 10;
	transition: opacity 0.7s ease-in-out, visibility 0.7s ease-in-out;
	transition-delay: 0.5s;
}
.loader {
	transition-delay: 0.3s;
	transition: opacity 0.7s ease-in-out;
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background: url(/img/logo1.png) no-repeat;
	background-size: contain;
	opacity: 0;
}

.menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    line-height: 60px;
    height: 60px;
    background-color: white;
}
.menu-item {
    flex-basis: 20%;
    text-align: center;
    border-bottom: 2px solid rgba(228, 36, 36, 0);
    -webkit-transition: border 1000ms ease;
    -moz-transition: border 1000ms ease;
    -ms-transition: border 1000ms ease;
    -o-transition: border 1000ms ease;
    transition: border 1000ms ease;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
}
.menu .menu-item a {
    color: #67031F;
    width: 100%;
    outline: 0;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
}
.menu .menu-item:hover {
    border-bottom: 2px solid #b7143a;
}
.menu .logo-header {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 50px;
}
.menu .logo-header a {
    display: block;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    margin: 0;
}
.banner-parent {
	background: #8b0b29;
}
#banners {
    position: relative;
}
#banners .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
#banners .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #840c28;
    margin: 0 7px;
    outline: 0;
}
#banners .owl-dot.active {
    background-color: #d6395d;
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: "segoe ui", "roboto", "open sans", "arial", sans-serif, serif;
    overflow-x: hidden;
}
.advice .header-parent {
    background-color: #8b0b29;
}
.header-parent,
.rules-parent {
    overflow-x: hidden;
}
.header,
.rules,
footer {
    background: #b7143a;
    color: #fafafa;
    padding: 5%;
    position: relative;
    margin-bottom: 150px;
    z-index: 2;
}
footer {
    padding: 2% 5%;
    font-size: 1.1em;
}

footer a {
	transition: 0.7s ease-in-out;
}

footer a:hover {
	color: white;
}

.header {
    background: #8b0b29;
}
.header::after,
.rules::after {
    content: "";
    width: 150%;
    height: 200px;
    z-index: -1;
    position: absolute;
    bottom: -60px;
    left: -15%;
    transform: rotate(-5deg);
    background: #8b0b29;
}
.rules::after {
    background: #b7143a;
}
.header h1:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}
.header p {
    margin-bottom: 10px;
    text-indent: 15px;
}

content {
	display: block;
	box-sizing: border-box;
}

h1,
h2,
h3 {
    text-align: center;
}
h1,
h2,
h3,
p {
    margin: 3px 5%;
}
h1 {
    font-size: 25px;
    margin-bottom: 2.5%;
}
p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #552934;
}
.header p {
    color: #f0d5db;
}
.--mt5 {
    margin-top: 2.5%;
}
.--inline-block {
    display: inline-block;
}
.inline-images {
    margin: 2% 5%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

h1, h2, h3 {
    text-align: center;
}

h2 {
    color: #d6395d;
	font-weight: 500;
}
h1 + p, h2 + p {
    margin-top: 7px;
}
.inline-images .--inline-block {
    box-sizing: border-box;
    float: left;
    width: 30%;
    margin: calc(10% / 6);
    padding: 7px;
    height: 350px;
    background: #f8f8f8;
    border-radius: 5px;
    box-shadow: 0 1px 3px #767676;
    transition: box-shadow 0.7s ease-in-out;
	overflow: hidden;
}
.inline-images .--inline-block:hover {
    box-shadow: 0 1px 5px rgba(154, 69, 89, 0.87);
}
.inline-images .img {
    height: 50%;
    background: url(../img/card2.png) no-repeat !important;
    background-position: center !important;
    background-size: cover;
    border-radius: 7px 7px 0 0;
}
.inline-images img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
}
.inline-images .smallname, .products .--inline-block .smallname {
    color: #d6395d;
    font-weight: 600;
    font-size: 15px;
    height: 50%;
}
.inline-images .amount {
    font-weight: 400;
    font-size: 14px;
}
.inline-images:last-child {
    margin-bottom: 10px;
}
.rules,
.feedbacks,
.delivery,
footer {
    box-sizing: border-box;
    position: relative;
}

/* ПРАВИЛА ИСПОЛЬЗОВАНИЯ */

.rules-parent {
    overflow-x: hidden;
}
.rules {
    margin-top: 200px;
}
.rules section:last-child {
    border-bottom: 0;
}
.rules::before {
    content: "";
    width: 130%;
    height: 200px;
    z-index: -1;
    position: absolute;
    top: -50px;
    left: -25%;
    transform: rotate(-5deg);
    background: #b7143a;
}
.rules ol {
    counter-reset: item;
    padding-left: calc(10px + 3%);
}
.rules ol li {
    margin-bottom: 15px;
    counter-increment: item;
    list-style-type: none;
    position: relative;
}
.rules ol li::before {
    position: absolute;
    left: -18px;
    top: 0;
    display: inline-block;
    width: 4px;
    padding-right: 0.5em;
    text-align: right;
    content: counter(item) ".";
    font-weight: bold;
}
.rules section {
    border-bottom: 1px solid;
    padding: 30px 0;
}

.rules {
    padding-bottom: 0;
}
.contact-us {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	color: white;
	background: linear-gradient(to bottom, #b7143a, #8b0b29);
	box-shadow: 0 2px 3px #770822;
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	margin: 15px auto 0;
	transition: all 0.7s ease-in-out;
}
.product .buy {
	margin-top: 5px;
}

/* РАЗЛИЧНЫЕ КНОПКИ */

.ok {
	font-size: 1.1em;
}

.buy, .readmore, .ok {
	box-shadow: 0 2px 3px #770822;
	background: linear-gradient(to bottom, #b7143a, #8b0b29);
	transition: all 0.7s ease-in-out;
	color: #fafafa;
	padding: 5px 7px;
    width: 200px;
    text-align: center;
	box-sizing: border-box;
	display: inline-block;
	border: 0;
	outline: 0;
}
.buy:hover, .readmore:hover, .ok:hover {
	background: linear-gradient(to bottom, #b7143a, #8b0b29);
}
.buy:active, .readmore:active, .ok:active {
	background: linear-gradient(to bottom, #b7143a, #8b0b29);
}
.contact-us:hover {
	box-shadow: 0 2px 7px #770822;
}
.contact-us:active {
	background: linear-gradient(to top, #b7143a, #8b0b29);
}

/* СТРАНИЦА ДОСТАВКИ */

.delivery {
    padding: 5%;
    padding-top: 0;
}
.delivery .image {
	display: inline-block;
	padding: 10px 0;
	box-sizing: border-box;
	width: 30%;
	vertical-align: top;
}
.delivery .image img {
	width: 100%;
}

.delivery h2 {
	font-weight: 700;
	font-size: 2.3em;
}

.delivery-page {
	padding-bottom: 0;
	margin-bottom: 15px;
	background: #fcfcfc;
}
.delivery-companies {
	width: 69%;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 10px 5px 2%;
}
.delivery-page ul {
    margin: 5px 5%;
	list-style: none;
    text-align: center;
    padding: 0;
}
.delivery-page ul::after {
	display: none;
}
.delivery-page ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5%;
}
.delivery-page ul a {
	vertical-align: middle;
	display: inline-block;
	width: 200px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.delivery-page small {
    color: darkgray;
}
.delivery-text {
	margin-bottom: 15px;
	padding: 0 5%;
}
.delivery-text p {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}

.delivery ul {
    list-style: circle;
    padding-left: calc(5px + 3%);
    position: relative;
    line-height: 30px;
    margin-left: 80px;
	list-style-position: inside;
}
.delivery ul::after {
    content: "";
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/icons/delivery.png);
    width: 80px;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

/* СТРАНИЦА ОТЗЫВОВ */

.feedbacks h3:first-child {
    margin-top: 0;
}
.feedbacks {
    position: relative;
}
.all-feedbacks {
    box-sizing: border-box;
    margin: 10px auto 0;
}
.feedbacks .--inline-block {
    display: block;
    margin: 0 auto;
    vertical-align: top;
    width: 97%;
    padding: 10px;
    box-sizing: border-box;
    height: 100%;
    background: rgba(212, 56, 56, 0.1);
    border-radius: 5px;
}
.feedbacks .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.feedbacks .owl-carousel .owl-stage::after {
    display: none;
}

.feedbacks .owl-carousel .owl-item {
    float: none;
}
.feedbacks .name {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #b7143a;
}
.feedbacks .photo {
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 5px;
}
.feedbacks .photo img {
    width: 100%;
}

.footer-parent {
	min-height: 100px;
	overflow: hidden;
}

footer {
	left: 50%;
	bottom: 0;
	width: 100%;
	position: fixed;
    margin-bottom: 0;
	max-width: 1200px;
	box-sizing: border-box;
	transform: translateX(-50%);
}

footer .phones {
    margin: 0 2% 0 7%;
}

footer .col-2,
footer .col-5 {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
	min-width: 220px;
}

footer h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 5px;
}

footer .col-5 ul {
    padding-left: 5%;
    list-style: disc;
	list-style-position: inside;
}

footer .col-5 a {
    color: #faa0b5;
}

footer .col-2 {
	width: 20%;
	min-width: 200px;
	float: left;
}

footer .col-5 {
	float: left;
    min-width: 45%;
	text-align: center;
}

footer .col-5 .--inline-block {
	text-align: left;
	min-width: 50%;
}

footer .col-2 ul {
    list-style: circle;
    padding-left: 8%;
	list-style-position: inside;
}

footer .col-2 ul li {
    margin-bottom: 5px;
}

footer .col-2 ul li a {
    color: #fafafa;
}

footer .col-2 ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #d95976;
}

.menu-for-mobile-800 {
    visibility: hidden;
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    transition: all 0.7s ease-in-out;
}

.menu-for-mobile-800 a {
    margin-bottom: 5px;
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.menu-for-mobile-800 a:hover {
    text-decoration: underline;
    text-decoration-color: #d95976;
}

/* СТРАНИЦА ПРОДУКТОВ */

.products-parent > p {
    margin: 5px 0;
    padding: 3%;
}

.products {
    box-sizing: border-box;
	margin-bottom: 15px;
}

.inline-images .img {
    position: relative;
}

.inline-images .--inline-block .img::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(183, 20, 58, 0.4);
    opacity: 0;
    transition: all 0.7s ease-in-out;
}

.inline-images .--inline-block .img::after {
    opacity: 0;
    transition: all 0.7s ease-in-out;
    content: attr(after-text);
    height: 50px;
    line-height: 50px;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    border: 2px solid white;
    text-transform: uppercase;
    text-align: center;
}

.inline-images .--inline-block:hover .img::before,
.inline-images .--inline-block:hover .img::after {
    opacity: 1;
}

.inline-images .--inline-block {
    height: 300px !important;
    position: relative;
    border: 1.5px solid #b5051e;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 !important;
}

.products a {
    display: block;
    height: 100%;
}

.inline-images .img {
    height: 66%;
    padding: 2%;
}

.inline-images .info {
    padding: 4%;
    box-sizing: border-box;
}

.products .info .smallname {
    width: 75% !important;
}

.inline-images .info .name, .inline-images .info .smallname {
    font-weight: 900;
}

.inline-images .info .name, .inline-images .info .smallname, .inline-images .price {
    display: inline-block;
    float: left;
}

.inline-images .info .name {
    width: 100%;
    display: none;
    color: #d6395d;
}

.inline-images .info .smallname {
    width: 100%;
}

.products .info .name {
    width: 75%;
}

.inline-images .--inline-block:hover .smallname {
    display: none;
}

.inline-images .--inline-block:hover .name {
    display: inline-block;
}

.products .price {
    color: #b7143a;
    font-weight: 500;
    float: right;
    width: 25%;
    text-align: right;
}

.products .readmore, .products .buy {
	margin: 5px 0;
	width: 100%;
	height: 30px;
	display: block;
	color: white;
	font-weight: 300;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
    border-radius: 5px;
}

/* СТРАНИЦА ПРОДУКТА */

.product {
	margin-bottom: 15px;
	margin-top: 15px;
    padding: 2%;
}

.product .price {
	font-weight: 500;
}

.product .clearfix {
    padding: 2% 5%;
}

.product .img, .product .about {
	display: inline-block;
	vertical-align: top;
}

.product .img {
	width: 35%;
    padding: 0 5% 0 0;
	margin: 0 auto;
}

.buy-wrapper .img {
	display: block;
	width: 50%;
}

.buy-wrapper .buy-product-form {
	vertical-align: middle;
}

.product .about {
    font-size: 1.1em;
	width: calc(65% - 20px);
}

.buy-wrapper .product .about {
	width: 100%;
}

.product .about .name {
	font-size: 1.3em;
    font-weight: bold;
	margin: 0;
	text-align: left;
}

.product .about p {
	margin: 0;
	margin-top: 7px;
}

.product .img img {
	width: 100%;
}

.product .description {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10%;
}

.product .description p {
	margin: 7px 0;
}

.product .description ol {
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 7px 0;
}

.product .description ol li {
	margin: 5px 0;
}

/* СТРАНИЦА О КОМПАНИИ */

.content-about {
	padding-top: 10px;
}

.content-about .image {
	width: 40%;
	vertical-align: top;
}

.content-about .image img {
	width: 100%;
}

.content-about .text {
	width: 59%;
	vertical-align: top;
	padding: 0 1%;
	box-sizing: border-box
}

.content-about .text p {
	margin-top: 14px;
}

/* СТРАНИЦА КОНТАКТОВ */

.contacts-content {
	padding: 5% 0;
	box-shadow: 0 2px 5px #eee;
}

.contacts, .buy-wrapper {
	margin: 0 auto;
	width: 80%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #eee;
	padding-bottom: 0 !important;
	overflow: hidden;
}

.buy-content {
	overflow: auto;
}

.buy-wrapper {
	margin: 20px auto;
}

.contacts ul {
	margin-left: 5%;
	list-style: none;
	color: #b7143a;
	font-size: 1.1em;
	font-weight: 500;
}

.contacts ul li {
	font-weight: 400;
	margin: 7px 0;
}

.contacts ul a {
	font-weight: 400;
}

/* ТРАНСПОРТНЫЕ КОМПАНИИ */

.intime {
	background: url(../img/delivery/intime.png);
}

.novaja-pochta {
	background: url(../img/delivery/novaja-pochta.png);
}

.ukrpochta {
	background: url(../img/delivery/ukrpochta.png);
}

/* ФОРМА ЗВОНКА */

.text-section, .buy-wrapper .product {
	display: inline-block;
	width: 39%;
	vertical-align: top;
	padding: 5%;
	border-right: 1px solid #eee;
	background: rgba(0, 0, 0, 0.02);
}

.buy-wrapper .product {
	margin: 0;
	vertical-align: middle;
	width: 49%;
}

.text-section h2,
.text-section p,
.text-section ul {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.order-call,
.buy-product-form {
	display: inline-block;
	vertical-align: top;
	width: 59.5%;
	padding: 5%;
	box-sizing: border-box;
}

/* ФОРМА ПОКУПКИ + ЗВОНКА */

.buy-product-form {
	margin-bottom: 15px;
}

.buy-product-form h2 {
	font-weight: 700;
}

.buy-product-form form,
.order-call form {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
	color: #8b0b29;
	padding: 0.5% 1%;
	box-sizing: border-box;
}

.buy-product-form form {
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}

.buy-product-form {
	width: 49%;
	padding: 5%;
}

.buy-product-form .clearfix {
	margin: 15px 0;
}

.order-call form {
	width: 100%;
	margin: 0 0 0 auto;
}

.buy-product-form form div,
.order-call form div {
	display: block;
	margin: 15px 0;
}

.buy-product-form form div.data,
.order-call form div.data {
	margin-bottom: 0;
}

.buy-product-form form label,
.order-call form label {
	font-weight: 400;
	width: 33%;
	font-size: 1.1em;
	display: inline-block;
	vertical-align: middle;
	line-height: 0.9em;
}

.buy-product-form form input[type="text"],
.buy-product-form form input[type="email"],
.buy-product-form form input[type="tel"],
.order-call form input[type="tel"],
.order-call form input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 7px;
	width: 65%;
	height: 30px;
	line-height: 30px;
	border: 0;
	outline: 0;
	border-radius: 5px;
	color: white;
	background: linear-gradient(to bottom, #f77b97, #d6395d);
	box-shadow: 0 2px 3px #606060;
	float: right;
}

.buy-product-form form input[type="submit"],
.order-call form input[type="submit"] {
	margin: 0 auto 0;
	display: block;
	float: right;
	width: 65%;
	box-sizing: border-box;
	padding: 7px 0;
}

/* СТРАНИЦА СОВЕТОВ */

.advice .header {
    margin-bottom: 0;
    overflow: hidden;
}
.advice ul {
    list-style: decimal;
    margin: 5px 7%;
}
.advice p {
    text-indent: 0;
}
.advice ul li {
    margin: 5px 0;
}
.advice ul p {
    margin: 5px 0 0 0;
}
.advice ul h4 {
    font-weight: 500;
}
.advice ~ footer {
    color: #8b0b29;
    background: white;
}
.advice ~ footer ul li a,
.advice ~ footer ul li{
    color: #b7143a;
}

/* СЛАЙДЕР */

.feedbacks .owl-carousel .disabled span {
    color: #afbdcb;
}

/* АДАПТАЦИЯ ДЛЯ РАЗЛИЧНЫХ УСТРОЙСТВ */

@media (min-width: 1201px) {
    header .logo-header {
        height: 60px;
        width: 250px;
    }
    header .logo-header a {
        padding: 0;
        height: 60px;
        width: 250px;
        background-image: url(../img/logo.png);
    }
}
@media (min-width: 900px) {
	.contacts .text-section > div {
		margin: 0 auto;
		width: 80%;
	}
	.contacts .order-call form {
		margin: 0 auto;
		width: 80%;
	}
    h1 {
        font-size: 35px;
        margin-left: 5%;
        margin-right: 5%;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
    .inline-images .--inline-block {
        width: 30%;
        padding: 20px;
    }
    .inline-images .--inline-block {
        height: 330px;
    }
    .inline-images .--inline-block .name {
        height: 45%;
    }
	.products .--inline-block .name {
		height: 45%;
	}
}
@media (min-width: 801px) {
    .for-mobile-800 {
        display: none;
    }
    .menu-for-mobile-800 {
        display: none;
    }
}
@media (max-width: 800px) {
	.delivery .image {
		display: block;
		width: 30%;
		margin: 0 auto;
	}
	.delivery .image img {
		width: 100%;
	}
    .menu-for-mobile-800.opened {
        display: block;
        max-height: 500px;
        height: auto;
        visibility: visible;
        background: white;
        color: #8b0b29;
        padding-left: 3%;
        z-index: 20;
        padding-bottom: 5px;
        font-size: 1em;
		border-bottom: 1px solid #ccc;
    }
    .menu-for-mobile-800.opened a {
        opacity: 1;
    }
	.delivery ul {
		margin: 0;
	}
    nav {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        position: relative;
    }
    header {
        position: relative;
		z-index: 9;
    }
    .for-mobile-800 {
        width: 40px;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 5px;
        color: #8b0b29;
        z-index: 3;
    }
    .for-mobile-800.opened::before,
    .for-mobile-800.opened::after {
        width: 50%;
        transform-origin: right;
        left: -1px;
    }
    .for-mobile-800.opened::before {
        transform: rotate(-35deg);
        top: 1px;
    }
    .for-mobile-800.opened::after {
        transform: rotate(35deg);
        bottom: 1px;
    }
    .for-mobile-800 .line {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 3px;
        background: currentColor;
    }
    .for-mobile-800::before,
    .for-mobile-800::after {
        transition: all 0.7s ease-in-out;
        position: absolute;
        content: "";
        left: 0;
        width: 100%;
        height: 3px;
        background: currentColor;
    }
    .for-mobile-800::after {
        top: auto;
        bottom: 0;
    }
    .menu {
        justify-content: center;
    }
    .menu-item {
        display: none;
    }
    .logo-header {
        display: block;
    }
}
@media (max-width: 875px) {
	.delivery .gif {
		display: block;
		width: 100%;
	}
	.delivery .delivery-companies {
		display: block;
		width: 100%;
	}
	.inline-images .--inline-block {
		float: none;
		width: 50%;
		margin: 5px auto;
	}	
	.inline-images .img {
		height: 170px;
	}
	.inline-images .info {
		height: auto;
	}
}
@media (max-width: 750px) {
	.products .--inline-block {
		width: 48%;
		margin: 10px 1%;
	}
	.content-about .--inline-block {
		display: block;
		width: 100%;
	}
	.contacts .text-section,
	.contacts .order-call,
	.buy-wrapper .product,
	.buy-wrapper .buy-product-form,
	.buy-wrapper .buy-product-form form {
		display: block;
		width: 100%;
		margin: 0;
	}
	.buy-wrapper .buy-product-form form {
		padding: 0;
	}
	.contacts .order-call form {
		margin: 0 auto;
	}
}
@media (max-width: 601px) {
    .header p {
        text-align: justify;
    }
}
@media (max-width: 600px) {
	.text-section,
	.order-call {
		display: block;
		width: 100%;
	}
	.order-call {
		margin-top: 15px;
	}
	.order-call form {
		margin: 0 auto;
	 }
	.product .img {
		padding-right: 0;
	}
	.product .about .name,
	.product .price,
	.product .amount {
		text-align: center;
	}
    .inline-images .--inline-block .name {
        height: 27%;
    }
	.products .--inline-block .name {
        height: 45%;
    }
    .inline-images .--inline-block {
        display: block;
        width: 100%;
        float: none;
        height: auto !important;
		margin-left: 0;
		margin-right: 0;
    }
	.products .--inline-block .amount {
		margin-bottom: 35px;
	}
    .header p {
        text-align: left;
    }
    footer .col-2,
    footer .col-5 {
        display: block;
        width: 100%;
        min-width: 100%;
        margin-bottom: 15px;
    }	
	footer > .col-5:last-child {
		margin-bottom: 0;
	}
    .wrapper {
        padding: 0;
    }
    .menu {
        padding: 0 5px;
    }
    .for-mobile-800 {
        left: 5px;
    }
	.product h2 {
		color: #d6395d;
	}
	.product .img, .product .about {
		display: block;
	}
	.product .buy {
		margin: 5px auto;
		display: block;
	}
	.product .img {
		height: 200px;
		width: 100%;
	}
	.product .img img {
		width: auto;
		height: 100%;
		margin: 0 auto;
		display: block;
	}
	.product > h2 {
		margin-top: 15px;
	}
	.product .description {
		margin: 0;
		padding: 0 20px;
		font-size: 1.1em;
	}
	.product .about {
		width: 100%;
	}
}
@media (min-width: 471px) {
	header .logo-header a {
        min-width: 60px;
        flex-basis: 60px;
        width: 60px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-image: url(../img/logo1.png);
    }
    .all-feedbacks {
        width: 70%;
    }
    .delivery ul li {
        max-width: 50%;
    }
    .for-mobile {
        display: none;
    }
    .feedbacks .owl-carousel .owl-prev,
    .feedbacks .owl-carousel .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        outline: 0;
    }
    .feedbacks .owl-prev span,
    .feedbacks .owl-next span {
        font-size: 5em;
        color: #b7143a;
        outline: 0;
    }
    .feedbacks .owl-carousel .owl-prev {
        left: -30px;
    }
    .feedbacks .owl-carousel .owl-next {
        right: -30px;
    }
}
@media (max-width: 470px) {
	.contacts {
		width: 90%;
	}
	.delivery .image {
		width: 50%;
	}
	.delivery h2 {
		margin: 0 0 10px 0;
		font-size: 1.2em;
	}
	.logo-header {
		width: 170px;
	}
	.logo-header a {
		background: url(../img/logo.png);
	}
    .rules {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .feedbacks .owl-carousel .owl-prev,
    .feedbacks .owl-carousel .owl-next {
        display: none;
    }
    .rules-parent {
        padding: 0 !important;
    }
    .header-parent ~ div {
        padding: 3%;
    }
    h1 {
        margin: 0 0.5% 10px;
    }
    p {
        margin: 10px 0.5%;
    }
    .rules::before {
        left: -7%;
    }
}