/*
 * Theme Name: Autobax
 * Theme URL: https://www.autobax.ru/
 * Description: Theme for Autobax site
 * Author: Atlant•GOST
 * Version: 2.0
 * Date: 2022-11-14
 * Modified version: 1.1
 * Date modified: 2023-02-09
 */





@charset "win-1251";





@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');





html {
	overflow-x: hidden !important;
	width: 100% !important;
	height: 100%;
	}

body {
	position: relative;
	overflow-x: hidden !important;
	overflow-y: hidden;
	width: 100% !important;
	min-height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 1.6;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	color: #000;
	background: #FFF;
	padding: 0;
	margin: 0;
	}

a { text-decoration: underline; color: #CC4551; }
a:hover { text-decoration: underline; color: #50617D; }
a:active { text-decoration: underline; color: #23344F; }

::-moz-selection { background: #23344F; color: #FFF; text-shadow: none; }
::selection { background: #23344F; color: #FFF; text-shadow: none; }

span.skype_pnh_print_container { display: inline !important; }
span.skype_pnh_container { display: none !important; }

div { padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 { display: inline-block; width: 100%; font-size: 150%; font-weight: normal; white-space: normal; text-align: center; color: #50617D; padding: 0; margin: 0; }

p { display: inline-block; width: 100%; letter-spacing: 0px; white-space: normal; text-align: justify; padding: 0; margin: 0; }

blockquote { display: inline-block; width: 100%; text-align: justify; padding: 0; margin: 0 auto; }

hr {
	position: relative;
	display: block;
	border: 0 none;
	outline: none;
	clear: both;
	width: 100%;
	height: 1px;
	color: #CCC;
	background: #CCC;
	padding: 0;
	margin: 40px 0;
	}

table { border: 0; border-spacing: 0; outline: 0; padding: 0; margin: 0; }
td { padding: 0; margin: 0; }

span, font { padding: 0; margin: 0; }

ul { padding: 0; margin: 0; }
li { text-align: left; padding: 0; margin: 0; }

img { border: 0; outline: 0; vertical-align: baseline; padding: 0; margin: 0; }





/* разметка */

nav,
header,
main,
article,
footer {
	display: block;
	border: 0;
	outline: 0;
	width: 100%;
	min-width: 300px;
	font-size: 100%;
	font-style: normal;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	}

main {
	padding: 140px 0 100px 0;
	}





/* основное поле - разметка */

.content {
	position: relative;
	display: inline-block;
	clear: both;
	width: 90%;
	max-width: 1600px;
	text-align: center;
	padding: 80px 0;
	}





/* пустышка отсекатель */

.clearfix {
	position: relative;
	display: block;
	clear: both;
	outline: 0;
	border: 0;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0 auto;
	}





/* шапка */

header {
	z-index: 999;
	top: 0;
	display: block;
	position: fixed;
	width: 100%;
	min-width: 300px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	background: #FFF;
	padding: 0;
	margin: 0 auto;
	-moz-box-shadow: 0 12px 12px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 0 12px 12px rgba(0,0,0, 0.3);
	-khtml-box-shadow: 0 12px 12px rgba(0,0,0, 0.3);
	box-shadow: 0 12px 12px rgba(0,0,0, 0.3);
	}

.top_sticky_nav {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
	width: auto;
	height: 40px;
	background: #50617D;
	padding: 0 5%;
	}

.top_sticky_nav div {
	width: auto;
	height: 40px;
	}
.top_sticky_nav div:first-child {
	overflow: hidden;
	width: 100%;
	text-align: left;
	}

.top_sticky_main {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	color: #50617D;
	padding: 0 5%;
	}

.top_sticky_main div {
	width: auto;
	height: auto;
	line-height: 1.3;
	padding: 0 10px;
	}
.top_sticky_main div:first-child { padding-left: 0; }
.top_sticky_main div:last-child { padding-right: 0; }

.head_logo { }

.head_logo img {
	display: inline-block;
	width: 275px;
	height: 48px;
	}

.head_cntcts { }

.head_spbutt { }

.top_sticky_main div a[href^=tel] {
	font-size: 110%;
	}

.top_sticky_main div a[href^=mailto] {
	text-decoration: none;
	color: inherit;
	}

.head_basket {
	white-space: nowrap;
	}

.head_basket img {
	width: 40px;
	height: 40px;
	background: #50617D;
	}

.head_basket span.head_basket--total {
	position: relative;
	display: inline-block;
	top: 5px;
	left: -10px;
	border: 2px solid #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	color: #FFF;
	background: #CC4551;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	}

.head_basket a {
	text-decoration: none;
	color: inherit;
	}
.head_basket a:hover {
	color: #CC4551;
	}
.head_basket a:hover img {
	background: #CC4551;
	}
.head_basket a:active {
	color: #23344F;
	}
.head_basket a:active img,
.head_basket a:active span {
	background: #23344F;
	}





/* навигатор в шапке */

.top_sticky_nav nav { }

.top_sticky_nav nav ul {
	display: block;
	list-style: none;
	margin: 0;
	}

.top_sticky_nav nav ul li {
	display: inline-block;
	float: left;
	width: auto;
	}

.top_sticky_nav nav ul li a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 90%;
	color: #FFF;
	background: none;
	padding: 0 10px;
	transition: 0.25s linear;
	}
.top_sticky_nav nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #23344F;
	}
.top_sticky_nav nav ul li a:active {
	text-decoration: none;
	color: #FFF;
	background: #CC4551;
	transition: none;
	}

.top_sticky_nav nav ul li a.active {
	text-decoration: none;
	color: #FFF;
	background: #CC4551;
	}





/* персональный кабинет в шапке */

.personal-cab {
	white-space: nowrap;
	}

.personal-cab a {
	display: inline-block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	background-color: none;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0.25s linear;
	}

.personal-cab a:hover {
	background-color: #23344F;
	}

.personal-cab a:active {
	background-color: #CC4551;
	transition: none;
	}

a.personal-login {
	background-image: url('../graphics/icon_login.png');
	}

a.personal-logout {
	background-image: url('../graphics/icon_logout.png');
	}

a.personal-reg {
	background-image: url('../graphics/icon_reg.png');
	}

a.personal-user {
	background: #CC4551 url('../graphics/icon_user.png') no-repeat center;
	}





/* спецкнопки */

a.specbutt-1,
a.specbutt-2 {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.3;
	font-size: 75%;
	background: #FFF;
	padding: 4px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	transition: 0.25s linear;
	}

a.specbutt-1 {
	border: 1px solid #CC4551;
	color: #CC4551;
	background: #FFF;
	}
a.specbutt-1:hover {
	border: 1px solid #CC4551;
	color: #FFF;
	background: #CC4551;
	}

a.specbutt-2 {
	border: 1px solid #50617D;
	color: #50617D;
	background: #FFF;
	}
a.specbutt-2:hover {
	border: 1px solid #50617D;
	color: #FFF;
	background: #50617D;
	}

a.specbutt-1:active,
a.specbutt-2:active {
	border: 1px solid #23344F;
	color: #FFF;
	background: #23344F;
	transition: none;
	}





/* крошки */

.breadcrumbs_ul {
	position: relative;
	display: inline-block;
	clear: both;
	float: left;
	list-style: none;
	margin: 20px 0;
	}

.breadcrumbs_ul li {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 80%;
	color: #CC4551;
	padding: 0 7px 0 0;
	}
.breadcrumbs_ul li:last-child { padding: 0; }

.breadcrumbs_ul li:after {
	position: relative;
	display: inline-block;
	content: "/";
	color: #000;
	margin-left: 7px;
	}
.breadcrumbs_ul li:last-child:after { display: none; }

.breadcrumbs_ul li a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dotted #B5B5B5;
	color: #B5B5B5;
	}
.breadcrumbs_ul li a:hover {
	border-bottom: 1px dotted #50617D;
	color: #50617D;
	}
.breadcrumbs_ul li a:active {
	border-bottom: 1px dotted #CC4551;
	color: #CC4551;
	}




/* блик */

.shine-button,
.area_brands ul li a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: .2s ease-in-out;
	padding: 0;
	margin: 0;
	}

.shine-button:before,
.area_brands ul li a:before {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: -350px;
	content: '';
	width: 200px;
	height: 150px;
	background: linear-gradient(90deg, rgba(255,255,255, .1), rgba(255,255,255, .5));
	transform: skewX(-45deg);
	}

.shine-button:hover:before,
.area_brands ul li a:hover:before {
	left: 150%;
	transition: .5s ease-in-out;
	}

     



/* список брендов */

.area_brands {}

.area_brands ul {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	box-sizing: border-box;
	list-style: none;
	width: 100%;
	height: auto;
	}

.area_brands ul li {
	width: calc(14.2% - 10px);
	height: auto;
	margin: 5px;
	}

.area_brands ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	background: #EAEAEA;
	padding: 20px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
.area_brands ul li a:hover {
	background: linear-gradient(to top, #B5B5B5, #EAEAEA);
	}

.area_brands ul li a img {
	display: inline-block;
	width: 100%;
	max-width: 90px;
	text-align: center;
	}





/* соты */

.honeycomb {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 140px);
	}

.honeycomb_dark {
	color: #FFF;
	background: #23344F;
	}
.honeycomb_dark > .honeycomb_txt {
	color: #FFF;
	}

.honeycomb_light {
	background: #EAEAEA;
	}

.honeycomb div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	}

.honeycomb_view,
.honeycomb_txt {
	width: 50%;
	text-align: center;
	padding: 50px 0;
	}

.honeycomb_txt { }

.honeycomb_view { }

.honeycomb_txt h1,
.honeycomb_txt h2,
.honeycomb_txt p {
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;	
	}

.honeycomb_txt h1,
.honeycomb_txt h2 {
	color: #CC4551;
	}

.honeycomb_txt p {
	font-size: 110%;
	}

.alfa-romeo-4c > .honeycomb_txt {
	padding: 50px 0 50px 5%;
	}
.alfa-romeo-4c > .honeycomb_view {
	background: url('../graphics/bg_view_honeycomb_alfa-romeo-4c.jpg') no-repeat left center;
	}

.katalog-zapchast > .honeycomb_txt {
	padding: 50px 5% 50px 0;
	}
.katalog-zapchast > .honeycomb_view {
	background: url('../graphics/bg_view_honeycomb_katalog-zapchast.jpg') no-repeat right center;
	}

.avtoservis > .honeycomb_txt {
	padding: 50px 0 50px 5%;
	}
.avtoservis > .honeycomb_view {
	background: url('../graphics/bg_view_honeycomb_avtoservis.jpg') no-repeat left center;
	}

.zapchast-s-razborki > .honeycomb_txt {
	padding: 50px 5% 50px 0;
	}
.zapchast-s-razborki > .honeycomb_view {
	background: url('../graphics/bg_view_honeycomb_zapchast-s-razborki.jpg') no-repeat right center;
	}

.alfa-romeo-4c > .honeycomb_view,
.katalog-zapchast > .honeycomb_view,
.avtoservis > .honeycomb_view,
.zapchast-s-razborki > .honeycomb_view {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	}

.honeycomb img {
	width: 200px;
	height: 50px;
	}





/* отсекашка в сотах */

.honeycomb_dark hr,
.honeycomb_light hr {
	overflow: visible;
	margin: 0 0 30px 0;
	}

.honeycomb_dark hr:after,
.honeycomb_light hr:after {
	position: relative;
	display: inline-block;
	top: -10px;
	content: '';
	border: 2px solid #23344F;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	}

.honeycomb_dark hr {
	color: #50617D;
	background: #50617D;
	}

.honeycomb_dark hr:after {
	border: 2px solid #23344F;
	background: #50617D;
	}

.honeycomb_light hr {
	color: #CCC;
	background: #CCC;
	}

.honeycomb_light hr:after {
	border: 2px solid #EAEAEA;
	background: #CCC;
	}





/* преимущества */

.preimushestva {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	box-sizing: border-box;
	list-style: none;
	width: 100%;
	height: auto;
	}

.preimushestva li {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: calc(25% - 10px);
	height: auto;
	min-height: 50px;
	line-height: 1.3;
	color: #50617D;
	padding: 0 0 0 50px;
	margin: 0 10px 0 0;
	}
.preimushestva li:last-child {
	margin: 0;
	}

.preimushestva li:nth-child(1) { background: url('../graphics/icon_preimushestva_01.png') no-repeat left center; }
.preimushestva li:nth-child(2) { background: url('../graphics/icon_preimushestva_02.png') no-repeat left center; }
.preimushestva li:nth-child(3) { background: url('../graphics/icon_preimushestva_03.png') no-repeat left center; }
.preimushestva li:nth-child(4) { background: url('../graphics/icon_preimushestva_04.png') no-repeat left center; }

.preimushestva li p {
	text-align: left;
	margin: 0;
	}

.preimushestva li span {
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: left;
	color: #CC4551;
	}





/* форма */

form.atldecor {
	font-size: 20px;
	padding: 0;
	margin: 0;
	}

.atldecor input,
.atldecor textarea {
	display: inline;
	border: none;
	width: 350px;
	height: auto;
	line-height: auto;
	font-family: 'Roboto', serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background: #23344F;
	background: rgba(35,52,79, 0.5);
	filter: alpha(opacity=50);						/* IE */
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);		/* IE6, IE7, IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";	/* IE8 */
	padding: 8px 20px;
	margin: 0 0 2px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	}

.atldecor textarea {
	height: 150px;
	}

.atldecor input:hover,
.atldecor textarea:hover {
	background: #50617D;
	}

.atldecor input:focus,
.atldecor textarea:focus {
	background: #23344F;
	-moz-box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	-khtml-box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	}

.atldecor input[type=submit] {
	width: auto;
	height: auto;
	text-transform: uppercase;
	font-size: 90%;
	cursor: pointer;
	}
.atldecor input[type=submit]:hover {
	background: #CC4551;
	-moz-box-shadow: 0 0 15px #F00;
	-webkit-box-shadow: 0 0 15px #F00;
	-khtml-box-shadow: 0 0 15px #F00;
	box-shadow: 0 0 15px #F00;
	}
.atldecor input[type=submit]:focus {
	color: #FFF;
	background: #0C0;
	-moz-box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	-khtml-box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	box-shadow: inset 4px 4px 10px rgba(0,0,0, 0.75);
	}

.atldecor input::-webkit-input-placeholder,
.atldecor textarea::-webkit-input-placeholder { color: #FFF;}
.atldecor input::-moz-placeholder,
.atldecor textarea::-moz-placeholder { color: #FFF;}
.atldecor input:-moz-placeholder,
.atldecor textarea:-moz-placeholder { color: #FFF;}
.atldecor input:-ms-input-placeholder,
.atldecor textarea:-ms-input-placeholder { color: #FFF;}

.atldecor input:focus::-webkit-input-placeholder,
.atldecor textarea:focus::-webkit-input-placeholder { color: #23344F; }
.atldecor input:focus:-moz-placeholder,
.atldecor textarea:focus:-moz-placeholder { color: #23344F; }		/* FF 4-18 */
.atldecor input:focus::-moz-placeholder,
.atldecor textarea:focus::-moz-placeholder { color: #23344F; }	/* FF 19+ */
.atldecor input:focus:-ms-input-placeholder,
.atldecor textarea:focus:-ms-input-placeholder { color: #23344F; }	/* IE 10+ */





/* заголовок оформленный */

.h-decor {
	position: relative;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	font-size: 110%;
	color: #FFF;
	background: #50617D;
	padding: 5px 30px;
	}

.h-decor::before,
.h-decor::after {
	position: absolute;
	top: 50%;
	content: '';
	border-top: 2rem solid transparent;
	border-bottom: 2rem solid transparent;
	transform: translateY(-50%);
	}

.h-decor::before {
	left: 0;
	border-left: 1rem solid #FFF;
	}

.h-decor::after {
	right: 0;
	border-right: 1rem solid #fff;
	}





/* цитата */

blockquote {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: #666;
	text-align: left;
	padding: 20px 0;
	margin: 0 0 40px 0;
	}

.citedecor {
	position: relative;
	padding: 20px 0 30px 71px;
	}

.citedecor:before {
	position: absolute;
	top: 20px;
	left: 0;
	content: "\201C";
	width: 40px;
	height: 40px;
	line-height: 60px;
	font-family: serif;
	font-size: 50px;
	text-align: center;
	color: #FFF;
	background: #B5B5B5;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	text-shadow: none;
	}

.citedecor:after {
	position: absolute;
	top: 0;
	bottom: 1em;
	left: 55px;
	content: "";
	width: 1px;
	background: #B5B5B5;
	}

.citedecor p {
	text-align: left;
	margin-bottom: 0.5em;
	}

.citedecor cite {
	font-style: oblique;
	margin-top: 0.5em;
	}

.citedecor cite:before {
	content: "—";
	margin-right: 5px;
	}





/* маркированный список */

.uldecor {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 10px;
	}

.uldecor li {
	position: relative;
	text-align: left;
	padding: 0 0 0.5em 15px;
	}
.uldecor li:last-child {
	padding: 0 0 0 15px;
	}

.uldecor li:before {
	position: absolute;
	left: -10px;
	content: "\2742";
	color: #50617D;
	}





/* маркированный список - оформленный */

.ulsuperbulls {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 10px;
	}
.ulsuperbulls li {
	position: relative;
	text-align: left;
	padding: 20px 0 20px 30px;
	}
.ulsuperbulls li:before {
	position: absolute;
	top: 32px;
	left: 0;
	content: "";
	width: 7px;
	height: 7px;
	background: #FFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-moz-box-shadow: 0 0 0 10px rgba(205,205,205, 0.5);
	-webkit-box-shadow: 0 0 0 10px rgba(205,205,205, 0.5);
	-khtml-box-shadow: 0 0 0 10px rgba(205,205,205, 0.5);
	box-shadow: 0 0 0 10px rgba(205,205,205, 0.5);
	transition: .3s ease-in-out;
	}
.ulsuperbulls li:after {
	top: 53px;
	bottom: -17px;
	left: 3px;
	position: absolute;
	content: "";
	border-left: 1px dotted #CCC;
	width: 1px;
	}
.ulsuperbulls li:hover:before {
	-moz-box-shadow: 0 0 0 13px #CC4551;
	-webkit-box-shadow: 0 0 0 13px #CC4551;
	-khtml-box-shadow: 0 0 0 13px #CC4551;
	box-shadow: 0 0 0 13px #CC4551;
	}
.ulsuperbulls li:last-child:after { content: none; }





/* нумерованный список - оформленный */

.olsupernums {
	list-style: none;
	counter-reset: li;
	margin: 0 0 1.5em 0;
	}
.olsupernums li {
	position: relative;
	left: 1.5em;
	width: calc(100% - 55px);
	padding: 10px 10px 10px 20px;
	margin-bottom: 1px;
	background: #EAEAEA;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-khtml-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	text-shadow: 1px 1px 0 #FFF;
	}
.olsupernums li:hover {
	background: #D5D5D5;
	text-shadow: 1px 1px 0 #EAEAEA;
	}
.olsupernums li:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.5em;
	counter-increment: li;
	content: counter(li);
	width: 1.875em;
	font-size: 120%;
	text-align: center;
	color: #FFF;
	background: #50617D;
	padding: 10px 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-khtml-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	text-shadow: none;
	}
.olsupernums li:hover:before {
	background: #23344F;
	}

.olsupernums li .fontmark {
	background: #FFF;
	text-shadow: none;
	}





/* маркированный список - закрашенные области */

.olareanums {
	list-style: none;
	counter-reset: li;
	width: calc(100% - 20px);
	padding: 0;
	}

.olareanums li {
	position: relative;
	width: 100%;
	background: #FFF;
	padding: 40px;
	margin-bottom: 2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 8px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0, 0.1);
	-khtml-box-shadow: 0 0 8px rgba(0,0,0, 0.1);
	box-shadow: 0 0 8px rgba(0,0,0, 0.1);
	}

.olareanums li:before {
	top: -21px;
	position: absolute;
	display: inline-block;
	counter-increment: li;
	content: counter(li);
	border: 2px solid #EAEAEA;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: 'Merriweather', serif;
	font-size: 120%;
	text-align: center;
	color: #999;
	background: #FFF;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	}

.olareanums li p { width: auto; }
.olareanums li p:last-child { margin: 0; }





/* таблица - оформленная */

.dsclisttab {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 60px;
	}

.dsclisttab thead td {
	position: relative;
	display: table-cell;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background: #666;
	padding: 10px;
	}

.dsclisttab tbody tr { background: #FFF; }
.dsclisttab tbody tr:hover { background: #EAEAEA; }

.dsclisttab tbody td,
.dsclisttab tfoot td {
	position: relative;
	display: table-cell;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
	font-size: 80%;
	text-align: center;
	vertical-align: middle;
	color: #000;
	padding: 10px 5px;
	text-shadow: 1px 1px 0 #FFF;
	}

.dsclisttab tfoot td {
	background: #EAEAEA;
	}

.dsclisttab tfoot td span {
	color: #FFF;
	background: #666;
	padding: 0 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	}





/* основное поле разное */

a[href^=tel] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
	}
a[href^=whatsapp],
a[href^=tg] {
	position: relative;
	display: inline-block;
	top: 5px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
a[href^=whatsapp] {
	background: #29A71A url('../graphics/icon_soc_whatsapp.png') no-repeat center;
	}
a[href^=tg] {
	background: #36ACF2 url('../graphics/icon_soc_tg.png') no-repeat center;
	}

a.linkdots { border-bottom: 1px dotted #CC4551; text-decoration: none; color: #CC4551; }
a.linkdots:hover { border-bottom: 1px dotted #50617D; text-decoration: none; color: #50617D; }
a.linkdots:active { border-bottom: 1px dotted #23344F; text-decoration: none; color: #23344F; }

.ptit { font-size: 150%; text-align: center; color: #50617D; }
.pcenter { text-align: center !important; }
.pleft { text-align: left !important; }
.pright { text-align: right !important; }

.fontcenter { text-align: center; }
.fontbold { font-weight: bold; }
.fontitalic { font-style: oblique; }
.fontsmall { font-size: 90%; }
.fontbig { font-size: 150%; }
.fontred { color: #F00; }
.fontgrey { color: #999; }
.fontmark {
	color: #000;
	background: #EAEAEA;
	padding: 5px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #FFF;
	}
.fontnobr { white-space: nowrap; }

.img_rezine {
	display: inline-block;
	width: 100%;
	text-align: center;
	}



































/* подвал - навигатор */

.foot_light {
	display: inline-block;
	width: 100%;
	background: #E0E0E0 url('../graphics/bg_silver.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 50px 5%;
	margin: 0 auto;
	text-shadow: 1px 1px 0 #FFF;
	}

.foot_light nav {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	clear: both;
	width: 100%;
	max-width: 1600px;
	min-width: 300px;
	font-size: 80%;
	text-align: center;
	}

.foot_light nav ul {
	display: inline-block;
	float: left;
	list-style: none;
	border-left: 1px solid #CCC;
	padding: 0 0 0 10px;
	margin: 0 60px 0 0;
	}
.foot_light nav ul:last-child {
	margin: 0;
	}
.foot_light nav ul li {
	position: relative;
	text-align: left;
	padding: 8px 0 0 0;
	}
.foot_light nav ul li:first-child {
	padding: 0;
	}

.foot_light nav span {
	font-size: 120%;
	color: #CC4551;
	}

.foot_light nav a {
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	color: #333;
	}
.foot_light nav a:hover {
	border-bottom: 1px solid #23344F;
	color: #23344F;
	}
.foot_light nav a.active,
.foot_light nav a:active {
	border-bottom: 1px solid #CC4551;
	color: #CC4551;
	}





/* подвал - выходная информация*/

.foot_dark {
	position: relative;
	display: inline-block;
	clear: both;
	width: 100%;
	font-size: 90%;
	text-align: center;
	color: #FFF;
	background: #23344F;
	padding: 50px 5% 30px 5%;
	}

.foot_dark p {
	text-align: center;
	margin-bottom: 20px;
	}
.foot_dark p:last-child {
	margin-bottom: 0;
	}

.foot_dark a { text-decoration: none; color: #999; margin: 0 5px; }
.foot_dark a:hover { text-decoration: underline; color: #CC4551; }
.foot_dark a:active { text-decoration: underline; color: #FFF; }




/* информация о сайте */

.infositelinks {
	font-size: 80%;
	color: #666;
	}





/* счётчики */

.counters {
	z-index: -1;
	position: relative;
	display: block;
	left: -9999px;
	width: 100%;
	height: 0;
	}





/* уведомление noscript */

.noscript {
	display: block;
	clear: both;
	width: 100%;
	min-width: 300px;
	text-align: center;
	color: #FFF;
	background: #F00;
	padding: 1em 0;
	margin: 0 auto;
	}





/* ============================================= */
/* =А=Д=А=П=Т=И=В=*=М=Е=Д=И=А=*=З=А=П=Р=О=С=Ы= */
/* ============================================= */





/* медиазапросы - точка перехода 1280 */

@media only screen and (max-width: 1280px) {

	}





/* медиазапросы - точка перехода 1024 */

@media only screen and (max-width: 1024px) {

main {
	padding: 100px 0;
	}

header {
	height: 100px;
	}

.top_sticky_nav {
	display: none;
	}

.top_sticky_main {
	padding: 0 5% 0 55px;
	}

.head_logo img {
	width: 100%;
	max-width: 210px;
	height: auto;
        margin-top: 7px;
	}

.head_cntcts,
.head_spbutt {
	display: none;
	}

.content {
	padding: 40px 0;
	}

.area_brands ul li {
	width: calc(20% - 10px);
	}

.honeycomb {
	height: calc(100vh - 100px);
	}

.preimushestva li {
	width: calc(50% - 20px);
	}
.preimushestva li,
.preimushestva li:last-child {
	margin: 0 20px 40px 0;
	}

.foot_light {
	display: none;
	}

	}





/* медиазапросы - точка перехода 810 */

@media only screen and (max-width: 810px) {

body {
	font-size: 17px !important;
	}

main {
	padding: 60px 0;
	}

.content {
	width: 96%;
	}

header {
	height: 60px;
	}

.top_sticky_main {
	height: 60px;
	padding: 0;
	}

.top_sticky_main div{
    padding: 0;
}

.head_nav, .head_basket { width: 50px !important; }
.head_basket { padding-left: 7px !important; }

.head_basket span.head_basket--total {
	top: 0;
	left: -20px;
}
.area_brands ul li {
	width: calc(33.333% - 10px);
	}

.honeycomb {
	flex-wrap: wrap;
	height: auto;
	}
.honeycomb_txt {
	width: 96%;
	padding: 30px 0 !important;
	}
.honeycomb_view {
	width: 100%;
	height: 100vw;
	}
.honeycomb_txt p {
	font-size: 100%;
	}

.preimushestva li {
	width: 100%;
	}
.preimushestva li,
.preimushestva li:last-child {
	margin: 0 0 40px 0;
	}

.atldecor input,
.atldecor textarea {
	width: 280px;
	}

p {
	text-align: left;
	}

        .head_basket--price {
            display: none;
        }     
        
	}