.jx-slider {
	border-radius: 5px;
}

.slick-slide {
	padding: 0 10px;
}

.juxtapose {
    margin: 0 auto;
}

.dop-table-tr td {
	padding: 0;
}

.main-header-wrap .main-header .head-content h1 {
    font-size: 24px;
    line-height: 34px;
}

.main-header-wrap .main-header .head-content .head-text li span {
    font-size: 20px;
    line-height: 30px;
}

.main-footer-wrap .bottom-logo-wrap .bottom-logo .text-logo, .main-header-wrap .main-header .head-content .recall-form-wrap .recall-form .bottom-logo-wrap .bottom-logo .text-logo {
    font-size: 14px;
    line-height: 24px;
}

.juxtapose-container {
    max-width: 50%;
    margin: 0 auto;
}

.item-shop-wrap .item-shop h4 {
    white-space: normal !important;
}

.sidebarh3title { /* Заголовки категорий правого сайдбара */
	font-family: open-sans-light, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 23px;
	margin: 0;
	color: #fff;
}
.recallh3title { /* Заголовки плагина формы */
	font-family: open-sans-light,sans-serif;
	font-size: 21px;
	line-height: 31px;
	color: #fff;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 40px;
	padding: 0;
}
.mainh2title { /* Заголовки на белом фоне секций под страницей */
	font-family: open-sans-regular, sans-serif;
	color: #0a0a0a;
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	margin-top: 50px;
}
.mainh2titlewhite { /* Заголовки на цветном фоне секций под страницей */
	font-family: open-sans-regular, sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
	margin-top: 50px;
}
.preimh3title { /* Заголовки в секции "Наши преимущества" */
	color: #6c5b7b;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 20px;
	font-family: open-sans-light, sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.prodh4title {
    font-family: roboto-bold, sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
    color: #0a0a0a;
}

.prodh5title {
    font-family: roboto-bold, sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    text-align: left;
    color: #333;
}

@media only screen and (max-width: 992px) {
	.juxtapose-container {
        max-width: none;
    }
}

@media only screen and (max-width: 768px) {
	.dop-table-tr {
		visibility: hidden;
	}
}