@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
@import url("reset.css");

/* @group Общий стиль */
html,
body {
	width: 100%;
	height: 100%;
	font: 13px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFFFFF;
}

p{margin-bottom: 15px;}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;	
}

#content h1 {
	text-indent: 1em;
 	margin-bottom: 30px;
}

h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

#content h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

a { color: #0095eb; }

a:hover { color: #e84d07; }

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
/* @end — Общий стиль */


/* @group Верхняя строка */
#top_background{
	min-height: 44px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#top{
	margin:0px auto;
	width: 940px;
}
#menu{
	margin-left: -10px;
	float: left;
	margin-top: 7px;
	max-width: 700px;
}

#menu li{
	height: 30px;
	display: block;
	float: left;
	list-style: none;
}
#menu li a{
	margin-right: 5px;
	font-size: 12px;
	display: block;
	float: left;
	padding: 6px 11px 6px 11px;
	color: #606060;
}
#menu li.selected a, #menu li:hover a{
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px 10px 6px 10px;
	border-radius: 20px;
	text-decoration: none;
}

#blog{
	list-style: none;
}

#currencies{
	margin-bottom:15px;
}

#currencies ul{
	margin-top: 10px;
}
#currencies ul li{
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	list-style: none;
}

#currencies ul li a{
	white-space: nowrap;
	color: #505050;
}
#currencies ul li.selected a{
	text-decoration: none;
}

#cart_informer{
	background-color: #fff;
	padding: 5px 13px 6px 13px;
	border-radius: 15px;
	float: right;
	margin-top: 6px;
	margin-left: 10px;
	color: #505050;
}


/* @group Шапка сайта */
/*#header {
	overflow: hidden;
	clear: both;
	margin-bottom: 70px;
}*/

/* @group Футкр сайта */
/* #footer {
	margin:0px auto;
	width: 940px;
	overflow: hidden;
	clear: both;
	height: 60px;
	padding-top: 30px;
	text-align: center;
 	border-top: 1px solid black;
}*/


#account{
	float: right;
	font-size: 12px;
	margin: 12px 10px 10px 0px;
	text-align: right;
	color: #505050;
}
#account #login{
	padding-left: 7px;
}
#account #logout{
	padding-left: 7px;
}


#logo{
	/*margin-top: 15px;
	padding-left: 0px;
	float: left;
	clear: left;
	width: 250px;
	height: 105px; */
}
#contact{
	color: #505050;
	font-size: 15px;
}
#contact #phone{
	font-size: 18px;
}

#contact img{
 height: 45px;
}

#main {
	margin:0px auto;
	width: 940px;
 	min-height: calc(100vh - 220px);
}

#content p{
 	font-size: 20px;
    margin-bottom: 0em;
    margin-top: 0em;
 	color: #3d4449;
 	text-align: justify;
 	line-height: 1.5em;
 	text-indent: 1.5em;
}

#content p strong{
    font-weight: 600;
}

#left {
	width: 240px;
	float: left;
	overflow: hidden;
}

#search{
	margin-top: 9px;
	margin-bottom: 10px;
	height: 28px;
}
#search .input_search{
	width: 170px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #b0b0b0;
	display: block;
	float: left;
}
#search .button_search {
	width: 32px;
	height: 28px;
	background-position-y: middle;
	background: url(../images/search.png) no-repeat;
	border-style: none;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
}



/* @group Меню каталога*/
/*#catalog_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
 #catalog_menu ul {
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;	
}*/
#catalog_menu ul ul {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* #catalog_menu ul li {
	font-size: 16px;
	margin-top: 8px;
 
    background-color: #F0F0F0;
 	border: 1px solid black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

#catalog_menu ul li a{
 	display: block;
 	text-decoration: none;
} */

#catalog_menu ul li img{
	vertical-align: middle;
}
/* #catalog_menu ul li.selected{
	background-color: white;
} */
#catalog_menu ul ul li {
	font-size: 14px;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
/* @end — Меню каталога*/


#all_brands {
	width: 220px;
	margin-bottom: 15px;
}


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#brands a {
	color: #ec0060;
	font-size: 12px;
	margin-right: 10px;
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
} 
#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}
/* @end */

/* Хлебные крошки */
#path{
	margin-bottom: 5px;
	font-size: 11px;
	color: #a0a0a0;
}
#path a{
	color: #a0a0a0;
}
/* @end */


/* @group Товар подробно */
.product__image {
	margin-bottom: 30px;
}

.product .image_head{
 	font-size: 16px;
 	font-weight: bold;
 	text-indent: 1.5em;
}
.product .image {
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 5px;
    margin-top: 9px;
 	max-width: 360px;
}
.product .image img{
 	width: 100%;
 	max-width: 350px;
}
.product .images {
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.product .images img{
	text-align: center;
	width: 50px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 10px 10px 0px;
}

.product{
    display: flex;
}

.product .description{
 	
}


.product_details{
 	
}

.product .description p{
	font-size: 14px;
    margin-bottom: 0em;
    margin-top: 0em;
 	color: black;
 	text-align: justify;
 	line-height: 1.5em;
 	text-indent: 1.5em;
}

.product .description table{
	border-collapse: collapse;
   	border: 1px solid black;
 	margin: auto;
 	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.product .description table td{
   	border: 1px solid black;
 	padding: 2px;
}

.product .description table td p{
   	text-indent: 0em;
 	text-align: center;
 	font-size: 12px;
 	line-height: 1.2em;
}


.product .description_Head{
	font-size: 20px;
    font-weight: bold;
 	text-indent: 1.5em;
 	
 	display: inline-block;
}

.product .features_head{
 	font-size: 16px;
 	font-weight: bold;
 	text-indent: 1.5em;
}
.product__features {
 	-ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product .features {
	list-style: none;
	width: 100%;
	margin-top: 9px;
	border-bottom: 1px solid #e0e0e0;
}
.product .features li {
	padding: 8px 5px 8px 5px;
	overflow: hidden;
	border-top: solid 1px rgba(210, 215, 217, 0.75);;
}
.product .features li:nth-child(1){
	color: #f58e2c;
}
.product .features label {
	font-style: normal;
	display: inline-block;
	width: 59%;
 	vertical-align: top;
}
.product .features span {
	display: inline-block;
	width: 39%;
 	vertical-align: top;
}
.product .more_head{
 	font-size: 16px;
 	font-weight: bold;
 	text-indent: 1.5em;
}
#content .product .more_desc {
 	font-size: 16px;
}
#content .product .more_desc:nth-child(2) {
	margin-top: 4px;
}
.product .variants {
 	margin-top: 30px;
 	text-align: center;
}
.product .features + .variants {
	margin-top: 0;
	margin-bottom: 30px;
}

.product .features + .variants .button {
	width: 100%;
}

.product .variant td{
	padding-bottom: 6px;
	vertical-align: middle;
}
.product .compare_price {
	font-size: 14px;
	text-decoration: line-through;
	white-space: nowrap;
	color: #707070;
}
.product .price { 
 	position: absolute;
 	top: 0;
 	right: 0;
	font-size: 14px;
	white-space: nowrap;
    display: inline-block;
    background: #f78f2e;
    padding: 5px 10px 5px 10px;
    border-radius: 50px;
 	opacity: .85;
 	color: #fff;
 	
}

.product .name { 
	display: inline-block;
    width: 100%;
 	padding: 0 100px 0 0;
}

.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
#back_forward {
	font-size: 14px;
	margin-bottom: 20px;
	clear: both;
}
#back_forward a.prev_page_link{
	margin-right: 20px;
}
/* @end — Товар подробно*/


.tiny_products {
	list-style: none;
	display: block;
}
.tiny_products .product{
	width: 210px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: -moz-inline-box; 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.tiny_products .product .image {
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin-bottom: 10px;
}
.tiny_products .product .image img{
	vertical-align: middle;
	max-width: 200px;
}
.tiny_products .product h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}





.products {
	list-style: none;
	display: block;
}
.products .product{
	/*width: 100%;*/
	display: block;
	clear: both;
	overflow: hidden;
 	/*background-color: #F5F5F5;*/
 	border: 2px solid #F5F5F5;
 	padding: 10px;
    margin-bottom: 40px;
 	border-radius: 12px;
}
.products .product .image {
	text-align: center;
	width: 212px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 10px 10px 10px 0px;
}
.products .product .image img{
	max-width: 200px;
}
.products .product .product_info {
 	position: relative;
	float: right;
	width: 100%;
	/*margin-bottom: 40px;*/
}
.products .product h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
.products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}

.products .product .annotation {
	font-size: 12px;
	color: #505050;
	margin-bottom: 5px;
}

.annotation p{
	font-size: 14px;
    margin-bottom: 0em;
    margin-top: 0em;
 	color: black;
 	text-align: justify;
 	line-height: 1.5em;
 	text-indent: 1.5em;
}

/* Кнопка */
.button {
cursor: pointer; 
}

/* .button {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#006400;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
} */
.button:active {
	position:relative;
	top:1px;
}

/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	color: #505050;
	text-decoration: none;
}
/* @end — Фильтр по свойствам*/


/* @group Сортировка */
.sort {
	color: #505050;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.sort a{
	margin-right: 5px;
}
.sort .selected {
	color: #505050;
	text-decoration: none;
	margin-right: 5px;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #18a5ff;
	color: #ffffff;
	border-color: #008fe9;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
	font-size: 18px;
}
.form {
	margin-bottom: 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
/*.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
}*/

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
}

/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */


/* @group Корзина */
#purchases{
	width: 100%;
    visibility: hidden;
    height: 0px;
    display: inline-block;
}
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}

ul#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */

/* lxp */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
/*    font: inherit;
    vertical-align: baseline; */
}

html {
    box-sizing: border-box;
}

body, input, select, textarea {
    color: #3d4449;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}

body {
    background: #ffffff;
}

*, *:before, *:after {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 1em 0;
}

h1 {
    font-size: 3em;
    margin: 0 0 0.5em 0;
    line-height: 1.3;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
 	border-bottom: dotted 1px;
    color: #3d4449;
    text-decoration: none;
}

h2 a, h3 a {
	color: #2D7BB2;
}

h2 a, h3 a,
a.admin_bookmark,
#logo a,
.link-img,
.fancybox-item,
.zoom {
 	border-bottom: 0;
}

a:hover {
	color: #f58e2c !important;
}

.l-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-flex-fw-m {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.w-1pct {
 	width: 100%;
}

.fl-l {
	float: left;
}

.fl-l::after {
	content: '';
 	display: table;
 	clear: both;
}

.m-a {
	margin: 0 auto;
}

.wb-bw {
	word-break: break-word;
}

.wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    min-height: 100vh;
}

.toggle-input {
	display: none;
}

.toggle-burger {
    position: absolute;
 	top: 1em;
    left: 86px;
    height: 40px;
    width: 40px;
    line-height: 3em;
    overflow: hidden;
    text-align: center;
    text-indent: -15em;
    z-index: 10000;
 	cursor: pointer;
}

.toggle-burger::before {
    content: '\f0c9';
    font-size: 2rem;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: inherit;
 	color: #f78f2e;
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.toggle-burger::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.toggle-burger:hover::before {
	color: #003c64;
}

.overlay {
	z-index: 11;
    position: fixed;
    background-color: #000;
    opacity: 0.6;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.sidebar {
 	position: relative;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    -ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    transition: margin-left 0.5s ease, box-shadow 0.5s ease;
    background-color: #f5f6f7;
    font-size: 0.9em;
    width: 344px;
}

.sidebar > .inner {
 	position: -webkit-sticky;
 	position: sticky;
	top: 0;
    padding: 2.22222em 2.22222em 2.44444em 2.22222em;
    width: 344px;
}

.sidebar > .inner > * {
    border-bottom: solid 2px rgba(210, 215, 217, 0.75);
    margin: 0 0 3.5em 0;
    padding: 0 0 3.5em 0;
}

.sidebar > .inner > *:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar p,
.sidebar p a {
	color: #9fa3a6;
}

.subtitle {
	border-bottom: solid 3px #f58e2c;
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0 0.75em 0.5em 0;
	font-size: 2em;
}

#catalog_menu ul {
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #3d4449;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

#catalog_menu ul li {
	border-top: solid 1px rgba(210, 215, 217, 0.75);
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
}

#catalog_menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

#catalog_menu ul a {
    border-bottom: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font-size: 1.4em;
    padding: 0.625em 0;
}

#catalog_menu ul li.selected a{
	color: #f58e2c;
}

.main {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

.main > .inner {
    padding: 0 6em 0.1em 6em;
    margin: 0 auto;
    max-width: 1615px;
}

#header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
 	-webkit-justify-content: flex-end;
 	justify-content: flex-end;
    border-bottom: solid 6px #f58e2c;
    padding: 0.45em 0;
    position: relative;
}

.brands__item {
 	display: inline-block;
 	margin-right: 1em;
	font-size: 24px;
}

.brands__item:last-child {
 	margin-left: 0;
}

.brands__item--phone a {
	border: none;
}

#content {
	padding: 2em 0;
}

.button,
input[type="submit"]{
	-moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 2px;
    border: 0;
    box-shadow: inset 0 0 0 2px #f58e2c;
    color: #f58e2c !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 14px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.button:hover,
input[type="submit"]:hover {
	background-color: rgba(245, 142, 44, 0.05);
}

.button--important,
input[type="submit"].button--important,
form[action="https://merchant.roboxchange.com/Index.aspx"] .checkout_button {
	background-color: #f58e2c;
    color: #fff !important;
 	box-shadow: none;
}

.button--important:hover,
input[type="submit"].button--important:hover,
form[action="https://merchant.roboxchange.com/Index.aspx"] .checkout_button:hover {
	background-color: rgba(245, 142, 44, 0.75);
}

.button--center {
	width: 100%;
 	max-width: 300px;
}

h2 input[type="submit"] {
	margin-top: 20px;
}

form[action="https://merchant.roboxchange.com/Index.aspx"] .checkout_button {
	width: 100%;
}

a.admin_bookmark {
	left: 6px !important;
}

#content .desc-text {
    margin-top: 8px;
    opacity: 0.7;
    font-size: 15px;
    line-height: 18px;
    text-indent: 0;
}

.circle-block {
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
 	justify-content: center;
 	-webkit-align-items: center;
}

.circle-block__picture {
 	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex: auto 0 0;
 	-webkit-justify-content: center;
 	justify-content: center;
 	-webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #003c64;
}

.circle-block__picture .far {
	color: #fff;
 	font-size: 28px;
}

.form-block {
	width: 100%;
	max-width: 430px;
 	margin: 20px auto 0;
 	padding: 20px;
}

.feedback_form {
 	width: 100%;
	max-width: 430px;
 	margin: 20px auto 0;
 	background-color: #fff;
 	border: none;
}

.feedback_form h2 {
	font-size: 20px;
 	margin: 0;
}

.form label {
	display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: "Roboto Slab", serif;
}

.form input[type="text"] {
	color: inherit;
    background: transparent;
    width: 100%;
    padding: 16px;
    margin: 0;
    border: 1px solid rgba(153,153,153,0.4);
    border-radius: 2px;
    outline: none;
    font-size: 15px;
    line-height: 20px;
    height: 52px;
    box-sizing: border-box;
    transition: all 0.1s ease, height 0s;
    cursor: text;
    appearance: none;
    -webkit-appearance: none;
}

.feedback_form input[type="text"].input_captcha,
.register_form input[type="text"].input_captcha {
	width: 112px;
 	height: 43px;
    margin-top: 15px;
}

.form textarea {
	color: inherit;
    background: transparent;
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 1px solid rgba(153,153,153,0.4);
    border-radius: 2px;
    outline: none;
    font-size: 15px;
    line-height: 18px;
    box-sizing: border-box;
    transition: all 0.1s ease, height 0s;
    height: 105px;
    font-family: inherit;
    resize: none;
}

.feedback_form .captcha, 
.register_form .captcha,
.feedback_form .input_captcha, 
.register_form .input_captcha {
	float: none;
 	display: inline-block;
 	vertical-align: top;
}

.cart_form .button {
 	margin: 20px 0 0;
}

.figure {
	-moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    width: 50%;
    padding: 0 20px 20px 0;
}

.figure:nth-child(2n+1) {
	padding: 0 0 20px 0;
}

.figure i {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
 	position: relative;
    height: 10em;
    line-height: 10em;
    margin: 0 1em 0 0;
    text-align: center;
    width: 10em;
}

.figure i::before {
	color: #f78f2e;
    font-size: 2.5rem;
}

.figure i::after {
	-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0.25rem;
    border: solid 2px rgba(210, 215, 217, 0.75);
    content: '';
    display: block;
    height: 6em;
    left: 50%;
    margin: -3em 0 0 -3em;
    position: absolute;
    top: 50%;
    width: 6em;
}

#content .figure h2 {
	font-size: 18px;
 	margin: 0 0 0.5em 0;
}

#content .figure p {
 	font-size: 16px;
 	text-align: left;
	text-indent: 0;
}


@media screen and (min-width: 1330px){
 	.toggle-burger {
 		display: none;
 	}
 	.product .description{
     padding-right: 50px;
    }
 	.l-flex-fw-m{
     flex-direction: column;
    }
 	.product_details{
     max-width: 350px;
    }
}

@media screen and (min-width: 1331px){
 	.product__features {
     	min-width: 360px;
     	margin-right: 20px;
    }
}

@media screen and (max-width: 1680px) {
	body, input, select, textarea {
    	font-size: 13px;
	}
 
    h1 {
        font-size: 2.5em;
    }
 
 	.sidebar {
	    width: 316px;
	}
 
    .sidebar > .inner {
        padding: 1.66667em 1.66667em 1.33333em 1.66667em;
        width: 316px;
    }

	.main > .inner {
    	padding: 0 5em 0.1em 5em;
	}

}

@media screen and (max-width: 1330px){
 .l-flex-fw-m {
 	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
 }
}

@media screen and (max-width: 1330px){
 
   .product
   {
    flex-direction: column;
   }
   .product .description{
       padding-right: 0px;  
     
    }
 	.l-flex-fw-m{
     flex-direction: row;     
    }
 	.product{
     flex-wrap: wrap;
    }
 	.product_details{
     padding-top:30px;
    }
 	.product__image{
     padding-left:20px;
    }
}

@media screen and (max-width: 1056px){
 	.toggle-input ~ .sidebar {
        z-index: 100;
     	position: absolute;
        top: 0;
        left: 0;
		margin-left: -316px;
 	}
 
 	.toggle-input:checked ~ .sidebar {
		margin-left: 0;
	}
 
 	.toggle-input ~ .sidebar > .inner {
 		display: none;
    }

 
 	.toggle-input:checked ~ .sidebar > .inner,
 	.toggle-input:checked ~ .overlay {
 		display: block;
 	}
 
 	.toggle-input:checked ~ .toggle-burger {
 		left: 344px;
 	}
 
 	.toggle-input:checked ~ .toggle-burger::before {
 		content: '\f00d';
     	color: #fff;
 	}
 
}

@media screen and (max-width: 856px){ 
 	.toggle-input:checked ~ .main,
 	.sidebar .inner #logo {
		display: none;
	}
 
 	.toggle-input:checked ~ .sidebar {
 		width: 100%;
    }
 
 	.toggle-input:checked ~ .sidebar .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
 
 	.toggle-input:checked ~ .sidebar .inner	> * {
 		min-width: 320px;
    }
 
 	.toggle-input:checked ~ .sidebar .inner * {
 		text-align: center;
    }
 
  	.toggle-burger {
     	left: 86px;
 	 }
 
 	.toggle-input:checked ~ .toggle-burger {
 		left: auto;
     	right: 16px;
 	}
 
 	.toggle-input:checked ~ .toggle-burger::before {
 		color: #f78f2e;
 	}
 
     .figure {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        width: 100%;
        padding: 0 0 20px 0;
    }
 
 	.figure i {
         -moz-flex-grow: 0;
         -webkit-flex-grow: 0;
         -ms-flex-grow: 0;
         flex-grow: 0;
         -moz-flex-shrink: 0;
         -webkit-flex-shrink: 0;
         -ms-flex-shrink: 0;
         flex-shrink: 0;
         display: block;
         position: relative;
         height: 6em;
         line-height: 6em;
         margin: 0 1em 0 0;
         text-align: center;
         width: 6em;
     }

     .figure i::before {
         font-size: 1.5rem;
     }

     .figure i::after {
         -moz-transform: rotate(45deg);
         -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
         border-radius: 0.25rem;
         border: solid 2px rgba(210, 215, 217, 0.75);
         content: '';
         display: block;
         height: 4em;
         left: 50%;
         margin: -2em 0 0 -2em;
         position: absolute;
         top: 50%;
         width: 4em;
     }
 	
 	.feedback_form .button {
     	padding: 0 15px;
    }
 	
}

@media screen and (max-width: 768px){ 
 	h1 {
 		font-size: 18px;
 	}
 
 	.main > .inner > * {
 		min-width: 340px;
 	}
 	
 	#content {
    	padding: 2em 0.5em;
	}
 
   #content p {
      font-size: 16px;
   }
 
 	.main > .inner {
 		padding: 0;
 	}
 
	.toggle-burger {
     	left: auto;
     	right: 16px;
 	}
 	
 	.toggle-burger:hover::before {
 		color: #f78f2e;
 	}
 
 	#header {
     -webkit-justify-content: flex-start;
      justify-content: flex-start;
     padding: 0.45em 1.7em;
    }
 
 	.brands__item--phone {
 		display: none;
    }
 
 	.product__image {
    	width: 100%;
    }
 
 	.product .image,
 	.product .images{
    	margin: 0 auto;
    	float: none;
    }
 
 	.product__features {
     	width: 100%;
    	max-width: none;
    }
 
 	.product__image{
     padding-left:0px;
    }
}
