.btn,
.form-control {
border-radius: 0;
}

.form-control {
border-color: #ccc;
}

.form-control:focus {
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}

.form-control.custom-width {
	width: auto;
}

.btn {
border: 0;
}

img.responsive {
	width: 100%;
	height: auto;
}

.img18plus {
	padding-right: 10px;
	text-decoration: none;
	font-size: 44px;
	color: #AA9DA4;
	font-weight: bold;
	text-align: right;
	background: url(/i/age_restriction.jpg);
	background-position: center bottom;
	-ms-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.img18plus.detail {
	width: 80%;
	max-width: 170px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
.img18plus.bg-item {
	background-position: center bottom;
}
.img18plus.size-3x4::after {
	padding-top: 85%;
}


.img-container {
position: relative;
display: block;
max-height: 370px;
margin: 0 auto;
}
.img18plus.img-container {
	max-height: 200px;
}

.img-container > img {
/*width: 100%;*/
	margin: 0 auto;
}

.fullwidth {
width: 100%;
}

.base_color {
color: #0071af;
}

/*sizes*/
.size-1x1:after,
.size-1x2:after,
.size-2x1:after,
.size-2x3:after,
.size-3x1:after,
.size-3x2:after,
.size-3x4:after,
.size-4x3:after,
.size-vertical:after,
.size-16x9:after,
.size-16x10:after {
display: block;
content: "";
}

.size-1x1:after {
padding-top: 100%;
}

.size-1x2:after {
padding-top: 200%;
}

.size-2x1:after {
padding-top: 50%;
}

.size-2x3:after {
padding-top: 150%;
}

.size-3x1:after {
padding-top: 33.33333333%;
}

.size-3x2:after {
padding-top: 66.66666666%;
}

.size-3x4:after {
padding-top: 111%;
}

.size-4x3:after {
padding-top: 75%;
}

.size-vertical:after {
padding-top: 150%;
}

.size-16x9:after {
padding-top: 56.25%;
}

.size-16x10:after {
padding-top: 62.5%;
}
/*sizes*/

.bg-item {
background-position: center center;
-ms-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
}

/*custom_select*/
.custom_select > .form-control {
cursor: pointer;
text-align: left;
padding-right: 30px;
position: relative;
}

.custom_select > .form-control > .text {
display: block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.custom_select > .dropdown-menu {
min-width: 100%;
border-radius: 0;
padding: 0;
}

.custom_select > .dropdown-menu > li > a {
outline: none !important;
padding: 12px 10px;
text-decoration: none;
border-bottom: 1px dashed #ccc;
}
.custom_select > .dropdown-menu > li:last-child > a {
border-bottom: none;
}

.custom_select > .dropdown-menu > li > a:hover {
background-color: #319fda;
color: #fff;
}

.custom_select > .form-control:after {
content: "\f107";
display: block;
color: #303030;
right: 15px;
top: 50%;
transform: translate(0, -50%);
line-height: 12px;
position: absolute;
border-radius: 100%;
font-family: "FontAwesome";
text-align: center;
padding: 1px;
}
/*custom_select*/

/*page_content*/
@media (min-width: 768px) {
	.page_content {
		padding-top: 15px;
	}
}
.page_content > .row {
	margin: 0 -10px;
}

.page_content > .row > .grid {
	padding: 0 10px;
}
/*page_content*/

.site_title {
margin-top: 15px;
margin-bottom: 30px;
color: #0071af;
text-transform: uppercase;
}
.site_title > h1,
.site_title > h2,
.site_title > h3,
.site_title > h4 {
color: inherit;
font-family: "Roboto", sans-serif;
font-weight: 600;
margin-bottom: 0;
}
.site_title.small_margin {
margin-bottom: 15px;
}
.site_title.small_title {
text-transform: none;
}
/*main_bnr*/
.main_bnr {
border: 1px solid #ddd;
padding: 5px;
background: #ffffff;
margin-bottom: 30px;
}

.main_bnr .carousel-indicators {
width: 100%;
left: 0;
right: 0;
margin: 0;
bottom: 5px;
}

.main_bnr .carousel-indicators > li {
width: 12px;
height: 12px;
background-color: #fff;
border: 1px solid #244e8d;
margin: 0 1px;
}

.main_bnr .carousel-indicators > li.active {
background-color: #244e8d;
}

.main_bnr .carousel-control {
background-color: transparent;
background-image: none;
font-size: 70px;
top: 35%;
text-shadow: 0 0 1px rgb(0, 0, 0);
opacity: .85;
}
.main_bnr .carousel-control.left {
	left: -4%;
}
.main_bnr .carousel-control.right {
	right: -4%;
}

.slider-slides {
  width: 100%;
  height: 500px;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-slides::-webkit-scrollbar {
  display: none;
}
.slider-slides > div {
  width: 100%;
  height: 100%;
  margin: 0 10px;
  flex-shrink: 0;
  scroll-snap-align: start;
  text-align: center;
}
.slider-nav {
	text-align: center;
	margin: 10px 0;
}
.slider-nav > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: #C6EEFF;
  text-decoration: none;
  border: 1px solid #0e61ff;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider-nav > a.active {
  background: #fff;
}
/*main_bnr*/


/*catalog_menu*/
ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.menu > li:last-of-type {
	border-bottom: none;
}
ul.menu > li > a {
	display: block;
}

ul.menu.horizontal > li {
	display: inline-block;
}

.catalog_menu {
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	line-height: 1.4em;
	transition: .5s;
}
.catalog_menu > .menu {
	border: 1px solid #ddd;
	background: #fff;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	transition: .5s;
}
.catalog_menu > .menu::after {
    content: "";
    height: 7px;
	display: block;
    background: #fff;
}
.catalog_menu > .menu > li {
	border-bottom: 1px solid #ccc;
}
.catalog_menu > .menu > li.title {
	background: #eee;
	border-bottom: none;
}
.catalog_menu > .menu.start {
	left: 0;
}
.catalog_menu > .menu li a {
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #586b70;
	padding: 15px 25px;
	position: relative;
	text-decoration: none;
}
.catalog_menu > .menu li a.next:after {
	content: "\f105";
	display: block;
	position: absolute;
	font-family: "FontAwesome";
	top: 15px;
	right: 7px;
}
.catalog_menu > .menu li a.next.wait:after {
	content: "\f110";
	display: block;
	position: absolute;
	font-family: "FontAwesome";
	top: 15px;
	right: 7px;
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(9);
}
.catalog_menu > .menu li a.prev:after {
	content: "\f104";
	display: block;
	position: absolute;
	font-family: "FontAwesome";
	top: 15px;
	left: 7px;
}

.catalog_menu > .menu li a.end.current,.catalog_menu > .menu li a.end:hover {
	background-color: #0071af;
	color: #fff;
}
/*catalog_menu*/

/*sort_menu*/
.sort_menu {
margin-bottom: 30px;
text-align: center;
}

.sort_menu > .menu > li {
padding: 11px 22px 11px 0;
}

.sort_menu > .menu > li > a {
color: #494949;
text-decoration: none;
}

.sort_menu > .menu > li > a > span {
border-bottom: 1px dotted #494949;
}

.sort_menu > .menu > li > a > sup {
margin-left: 5px;
}

.sort_menu > .menu > li.active > a > span,
.sort_menu > .menu > li:hover > a > span {
color: #0071af;
border: 0;
}
/*sort_menu*/


/*products*/
.products {
margin-bottom: 50px;
}

.product .discount {
background-color: #ffcc00;
padding: 5px 10px;
position: absolute;
top: 5px;
right: 5px;
z-index: 2;
color: #555;
}
.product .inagent {
background-color: #fff;
position: absolute;
width: 50px;
height: 50px;
top: 8px;
right: 10px;
z-index: 2;
}
.site_title h1 .inagent-alert {
vertical-align: super;
white-space: nowrap;
}

.products > .row {
margin: 0 -5px;
}

.products > .row > .grid {
padding: 0 5px;
}

.products > .row > .grid > .buttons {
margin-bottom: 30px;
}

.products > .row > .grid > .buttons > .btn {
height: 40px;
padding: 0;
}

.products > .row > .grid > .buttons > .btn-primary {
padding-left: 20px;
padding-right: 20px;
text-transform: uppercase;
font-size: 18px;
font-family: "Clear Sans", sans-serif;
margin-right: 10px;
}

.products > .row > .grid > .buttons > .btn-primary > img {
margin-right: 10px;
}

.products > .row > .grid > .buttons > .btn-default {
width: 40px;
text-align: center;
background-color: transparent;
}

.products .product {
	margin-bottom: 10px;
	border: 1px solid #d9e4ef;
	padding: 20px 10px 0 10px;
	position: relative;
	height: 425px;
	max-width: 230px;
}
.products .product.sform {
	height: 370px;
}
@media (max-width: 767px) {
	.products .product {
		margin-left: auto;
		margin-right: auto;
	}
	.slidepanel .product {
		min-width: 230px;
	}
}

.products .product > .img-container {
-ms-background-size: contain;
background-size: contain;
margin-bottom: 20px;
background-repeat: no-repeat;
max-width: 178px;
}

.product a.author, .fa.author, .product .year {
	color: #888;
	text-decoration: none;
}
.product a.author span {
	white-space: nowrap;
}
.product a.izdat {
	color: #888;
	font-style: italic;
}

.grid-row-height {
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.products .product > i {
margin-bottom: 5px;
display: block;
}

.products .product > .title,
.products .product > .text > .title {
margin-bottom: 10px;
display: block;
max-height: 40px;
overflow: hidden;
}
.products.list .product > .text > .title {
max-height: none;
}

.products .product > .title:hover,
.products .product > .text > .title:hover {
text-decoration: none;
}

.products .product .order > .price,
.products .product .order > .btns {
	text-align: center;
	background: #fff;
}

.products .product .order > .btns > .gtm_notice  {
	display: inline-block;
	margin: 0 9px 9px 0;
}

.products .product .order > .price > b {
font-size: 13px;
}

.products .product .order > .price > strong {
font-size: 18px;
display: inline-block;
position: relative;
}

.products .product .order > .price > span {
text-decoration: line-through;
font-size: 16px;
}

.products .product .order {
	position: absolute;
	bottom: 10px;
	width: 97%;
	left: 5px;
}

.products .product .order > .btns > .btn-primary {
padding-left: 15px;
padding-right: 15px;
}
.products .product .order > .btns > .btn-success {
	margin-bottom: 1px;
}
.products .product .order > .btns > .defer-btn {
	margin: 0 0 1px 1px;
}
@media (max-width: 400px) {
	.products .product .order > .btns > .btn-success,
	.products .product .order > .btns > .defer-btn {
		width: 100px;
		margin: 0 0 1px 1px;
	}
}


.products .product .order > .btns > a.added {
color: #ab3bac;
}

.products .product .order > .price.none {
	font-size: 12px;
	color: #777;
}
.products .product .order > .price.none > span {
	font-size: 12px;
}
.products .product .order .price.soon strong,
.products .product .order .price.rozn strong {
	font-size: 12px;
}
.products.list .product .order .price.soon strong,
.products.list .product .order .price.rozn strong {
	font-size: 14px;
}

.products > .more {
margin-top: 30px;
text-align: center;
}

.products > .more > .btn {
height: 40px;
padding-left: 60px;
padding-right: 60px;
color: #787878;
border: 1px solid #ababab;
border-radius: 2px;
font-size: 16px;
background-color: #fff;
}

.top_product {
margin-bottom: 20px;
}

.top_product .product {
text-align: center;
border-color: #d6d6d6;
margin-bottom: 0;
}

.top_product .product .timer {
display: inline-block;
margin-top: 15px;
}

.top_product .product > .title {
font-weight: bold;
font-size: 16px;
}

.top_product .product > .price > strong {
font-size: 22px;
}

.top_product .product > .price > span {
font-size: 18px;
}

.cntDigit {
-ms-background-size: cover !important;
background-size: cover !important;
}

.cntSeparator {
width: 15px;
text-align: center;
}

.products.list > .product {
height: auto;
max-width: none;
}
.products.list > .product:after {
display: block;
clear: both;
content: "";
}
.products.list > .product .order {
	left: auto; /*overload*/
	width: auto; /*overload*/
	text-align: right;
	right: 5px;
	bottom: 5px;
	position: absolute;
}
.products.list > .product > .img-container {
width: 150px;
float: left;
margin: 0 0 10px 0;
}
.products.list > .product > .text {
margin-left: 200px;
}

.products.list > .product > .text > .seria > a{
    text-decoration: none;
}

.products.list > .product > .text > .title {
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;
display: block;
height: auto;
}

.products.list > .product > .text > .name {
font-size: 16px;
color: #0071af;
}

.products.list > .product > .text > .description {
margin: 10px 0 50px 0;
}

.products.list > .product > .text > .price {
display: inline-block;
margin-right: 15px;
}

.products.list > .product > .text > .price > strong {
font-size: 18px;
display: inline-block;
position: relative;
margin-right: 10px;
}

.products.list > .product > .text > .price > span {
text-decoration: line-through;
font-size: 16px;
}

.products.list > .product > .text > .order > .price,
.products.list > .product > .text > .order > .btns {
display: inline-block;
position: relative;
}

.products.list > .product > .text > .order > .price {
margin-right: 15px;
}
.products.list > .product > .text > .order > .price > b {
font-size: .8em;
}

.products.liders .product {
border: 0;
padding: 0;
text-align: center;
}

.products.liders .product > .order > .price {
float: none;
}

.products.liders .product > .order > .price > span,
.products.liders .product > .order > .price > strong {
position: relative;
display: inline-block;
top: 0;
font-size: 14px;
}

.products.list > .product > .text .info_string > .book_info {
color: #888;
display: inline;
}

.products.list > .product > .text .info_string > .book_info > a,
.products.list > .product > .text .info_string > .book_info > span {
padding-left: 10px;
border-left: 1px solid #888;
color: #888;
margin-left: 10px;
display: inline-block;
line-height: 14px;
}

.products.list > .product > .text > .order > .btns > .btn-primary-2 {
background-color: #6086b1;
color: #fff;
}

@media (max-width: 1200px) {
	.products .product > .info_string,
	.products .product > .text > .info_string {
		display: block;
	}
	.products.list > .product > .text .info_string > .book_info {
		display: block;
	}
}

@media (max-width: 767px) {
	.site_title h1 {
		font-size: 30px;
	}
	.site_title h1 .inagent-alert {
		vertical-align: middle;
	}

	.products.list > .product {
		max-width: none;
		padding: 15px;
	}

	.products.list > .product > .img-container {
		width: 130px;
		margin-bottom: 20px;
	}

	.products.list > .product > .text {
		margin-left: 150px;
	}

	.products.list > .product > .text > .title,
	.products.list > .product > .text > .name {
		font-size: 14px;
		max-height: 40px;
	}

	.products.list > .product > .text .info_string > .book_info > span {
		display: block;
	}
}

@media (max-width: 350px) {
	.products .product { height: 350px; }
}
/*top_product*/
/*products*/

/*last_news*/
.last_news {
border: 1px solid #d6d6d6;
padding: 30px 15px;
margin-bottom: 20px;
}

.last_news > h4 {
color: #0071af;
margin-bottom: 15px;
text-transform: uppercase;
font-weight: bold;
}

.last_news article {
margin-bottom: 30px;
}

.last_news article > .img-container {
margin-bottom: 15px;
}

.last_news article > .text > .title {
display: block;
margin-bottom: 15px;
}

.last_news article > .text > p {
margin-bottom: 15px;
}
/*last_news*/

/*bread_crumb*/
.bread_crumb {
margin-bottom: 18px;
}

.bread_crumb > a,
.bread_crumb > span {
display: inline-block;
}

.bread_crumb > span > a:after {
content: "\f178";
display: inline-block;
font-family: "FontAwesome";
color: #303030;
margin: 0 5px;
}

.bread_crumb > span:last-child > a:after {
content: "";
margin: 0;
}
/*bread_crumb*/

/*catalog_page*/
.catalog_page_title {
margin-bottom: 10px;
}

.catalog_page_title > h2 {
float: left;
}

.viewmode {
display: inline-block;
vertical-align: middle;
list-style: none;
padding: 0;
margin: 0;
}
@media (max-width: 991px) {
	.viewmode {margin: 13px 0 0 0;}
	.shops .viewmode {
		display: block;
		margin: 0 0 20px 0;
	}
}

.viewmode > li {
float: left;
}

.viewmode > li:first-child {
padding: 10px;
}

.viewmode:after {
display: block;
content: "";
clear: both;
}

.viewmode .btn {
background-color: #fff;
padding: 0;
font-size: 14px;
width: 40px;
height: 40px;
border: 1px solid #aaa;
color: #333;
border-radius: 0 2px 2px 0;
float: left;
display: block;
}

.viewmode .btn:first-child {
border-radius: 2px 0 0 2px;
margin-right: -1px;
}

.viewmode .btn.active {
color: #fff;
background-color: #0071af;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}

.shops .viewmode .btn {
	width: 50%;
}


/*filter*/
.filter {
margin-bottom: 20px;
}

.filter label {
	font-weight: normal;
	margin-right: 11px;
	cursor: pointer;
}

.filter > .top {
margin-bottom: 10px;
}
.filter > .top > .sort {
	display: inline-block;
	padding: 10px 0;
}
.filter > .top > .sort > .custom_select {
display: inline-block;
margin-left: 9px;
}
.filter > .top > .sort > .custom_select .dropdown-toggle {
text-decoration: none;
}

.filter > .top > .sort > .custom_select .dropdown-toggle > span {
border-bottom: 1px dotted #0071af;
margin-right: 5px;
}

.filter > .top > .sort > .custom_select .dropdown-toggle > .fa {
font-size: 10px;
}

.filter > .top > .divider {
width: 1px;
height: 15px;
background-color: #dddddd;
display: inline-block;
vertical-align: middle;
margin: 0 15px;
}

.filter > .top .filter_toggle {
text-decoration: none;
}

.filter > .top .filter_toggle > i {
color: #303030;
margin-right: 7px;
font-size: 18px;
vertical-align: middle;
}

.filter > .top .filter_toggle > span {
border-bottom: 1px dotted #0071af;
}

.filter > .top > div > label {
font-weight: normal;
display: inline-block;
}

.filter > .top > label > input {
margin: 0;
position: relative;
top: 2px;
}
@-moz-document url-prefix() {
	.filter > .top > label > input {top: 0;}
}

.filter > .top .filter_toggle.show_filter,
.filter > .top.active .filter_toggle.hide_filter {
display: none;
}

.filter > .top.active .filter_toggle.show_filter {
display: inline-block;
}

.filter .filter_form {
padding: 15px;
border: 1px solid #dedede;
background-color: #f8f8f8;
}

.filter .filter_form > .row:first-child {
margin-bottom: 20px;
}

.filter .filter_form .grid > .form-group {
margin-bottom: 15px;
display: block;
font-weight: normal;
}

.filter .filter_form .grid > .form-group > span {
display: block;
cursor: pointer;
margin-bottom: 10px;
}

.filter .filter_form .grid > .form-group > .form-inline > .form-group {
display: inline-block;
margin-right: 10px;
}

.filter .filter_form .grid > .form-group > .form-inline > .form-group > span {
display: inline-block!important;
margin-right: 5px;
font-weight: normal;
}

.filter .filter_form .grid > .form-group > .form-inline > .form-group > .form-control {
width: 60px !important;
display: inline-block !important;
}

.filter .filter_form .checkboxes label {
font-weight: normal;
vertical-align: top;
font-size: 12px;
cursor: pointer;
margin-bottom: 10px;
}

.filter .filter_form .checkboxes label > input {
margin: 0 3px 0 0;
position: relative;
top: 2px;
}
/*filter*/
/*catalog_page*/

/*paginator*/
.paginator {
text-align: center;
position: relative;
margin-bottom: 50px;
}

.paginator:before {
width: 100%;
height: 1px;
background-color: #ddd;
position: absolute;
display: block;
content: '';
top: 0;
bottom: 0;
margin: auto;
z-index: 1;
}

.paginator > .links {
padding: 10px 30px;
background-color: #ffffff;
z-index: 2;
position: relative;
display: inline-block;
}

.paginator > .links > a {
padding: 5px;
width: 40px;
border: 1px solid #ddd;
display: inline-block;
border-radius: 2px;
color: #303030;
text-decoration: none;
}

.paginator > .links > a:hover,
.paginator > .links > a.active {
background-color: #0071af;
color: #fff;
border-color: #0071af;
}

.paginator > .links > a:first-child,
.paginator > .links > a:last-child {
width: auto;
padding: 5px 15px;
}
/*paginator*/

/*product_info*/
#product_slider {
margin-bottom: 30px;
}

#product_slider .carousel-indicators {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 -10px;
width: auto;
max-height: 150px;
overflow-y: auto;
}

#product_slider .carousel-indicators:after {
display: block;
content: "";
clear: both;
}

#product_slider .carousel-indicators .img-container {
border: 1px solid #ddd;
background-repeat: no-repeat;
-ms-background-size: contain;
background-size: contain;
}

#product_slider .carousel-indicators > li,
#product_slider .carousel-indicators > li.active {
width: 25%;
height: auto;
float: left;
margin: 0;
padding: 10px;
border: 0;
}

#product_slider .carousel-indicators > li.active > .img-container {
border: 1px solid #0071af;
}

#product_slider .carousel-inner {
margin-bottom: 20px;
cursor: zoom-in;
}

#product_slider .carousel-inner .img-container {
width: 90%;
margin: 0 auto;
background-repeat: no-repeat;
/*height: 370px;*/
}

.product_info h1 {
margin-bottom: 25px;
}
.product_info .product_text {
margin: 0 0 25px -10px;
}

.product_info .product_text > h4 {
color: #303030;
font-weight: bold;
margin-bottom: 15px;
}

.product_info .product_text > .name {
color: #0071af;
font-size: 18px;
margin-bottom: 15px;
font-weight: 500;
font-family: "Roboto", sans-serif;
}

.product_info .product_text > table {
position: relative;
margin-bottom: 20px;
}
@media (max-width: 767px) {
	.product_info .product_text > h1 {
		text-align: center;
		margin-bottom: 25px;
	}
	.product_info .product_text > table {
		margin: auto auto 20px auto;
	}
	.product_info .product_text table > tbody > tr > td {
		width: 50%;
	}
}

.product_info .product_text table > tbody > tr > td {
padding: 2px 10px 2px 0;
vertical-align: top;
}

.product_info .product_text table > tbody > tr > td:first-child {
font-style:italic;
text-align: right;
}

.product_info .product_text table > tbody > tr > td > a {
text-decoration: none;
}

.product_info .product_text table > tbody > tr > td > a.text-underline {
text-decoration: underline;
}

.product_info .more_info {
margin-bottom: 30px;
}

.product_info .more_info > a {
display: inline-block;
border-bottom: 1px dotted #0071af;
text-decoration: none;
}

.product_info .product_text > .description > h6 {
margin-bottom: 20px;
}

.product_info #description_wrap {
overflow: hidden;
transition: 1s;
}

.product_info .order_block {
padding: 15px 20px;
border: 1px solid #ddd;
margin: 0 auto 30px auto;
max-width: 250px;
text-align: center;
}
.product_info .order_block.sf {
	padding: 10px;
	min-width: 150px;
}

.product_info .order_block > h5 {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
}

.product_info .order_block .price {
margin-bottom: 3px;
}
.product_info .order_block.sf .price {
margin-bottom: auto;
}
.product_info .order_block .price > strong {
font-size: 2em;
display: inline-block;
position: relative;
margin-right: 10px;
}
.product_info .order_block .price > span {
text-decoration: line-through;
font-size: 2em;
}

.product_info .order_block .opt {
margin: 7px 0 7px;
}

.product_info .order_block.sf .price > strong,
.product_info .order_block.sf .price > span {
font-size: inherit;
}


.table.product_info > tbody > tr > td {
	vertical-align: middle;
}

.product_info .order_block .gtm_buybtn {
text-transform: uppercase;
}
.product_info .order_block .gtm_notice  {
	display: block;
	margin: 12px 0;
}

.product_info .order_block > .btns {
margin-bottom: 25px;
}

.product_info .order_block > .btns > .btn {
height: 50px;
width: 100%;
margin-top: 2px;
padding-left: 20px;
padding-right: 20px;
font-size: 20px;
}

.product_info .order_block > .btns > .btn > img {
margin-right: 10px;
}

.product_info .order_block.added > .btns > .btn {
background-color: #ab3bac;
width: 100%;
color: #ffffff;
text-transform: uppercase;
}

.product_info .order_block > .delivery {
margin-bottom: 30px;
}

.product_info .order_block > .delivery > .city {
margin-bottom: 15px;
}

.product_info .order_block > .delivery > .city > strong {
margin-right: 10px;
font-size: 16px;
color: #002944;
}

.product_info .order_block > .delivery > .city > .custom_select {
display: inline-block;
}

.product_info .order_block > .delivery > .city > .custom_select > .dropdown-toggle {
text-decoration: none;
}

.product_info .order_block > .delivery > .city > .custom_select > .dropdown-toggle > span {
display: inline-block;
margin-right: 10px;
border-bottom: 1px dotted #0071af;
font-size: 16px;
font-weight: bold;
}

.product_info .order_block > .delivery > .item {
margin-bottom: 10px;
}

.product_info .order_block > .delivery > .item:after {
display: block;
clear: both;
content: "";
}

.product_info .order_block > .delivery > .item > img {
float: left;
margin-top: 10px;
}

.product_info .order_block > .delivery > .item > .text {
margin-left: 40px;
}

.product_info .order_block > .delivery > .item > .text > a {
display: inline-block;
text-decoration: none;
border-bottom: 1px dotted #303030;
}

.product_info .order_block > .delivery > .item > .text > strong {
font-size: 12px;
display: block;
margin-top: 2px;
}

.product_info .order_block > .rozn > h5 {
color: #002944;
font-size: 1em;
font-weight: bold;
margin-bottom: 3px;
}

.product_info .order_block > .more_info {
margin-bottom: 0;
}

.product_info .order_block.added > .more_info > a {
    color: #ab3bac;
    border-color: currentColor;
    margin-bottom: 5px;
}

.product_info .notice {
margin-bottom: 30px;
text-align: center;
}

.product_info .notice > .btn {
padding: 10px 50px;
display: block;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
}

.product_info .notice > .more {
display: inline;
text-decoration: none;
border-bottom: 1px dotted #0071af;
}

.product_info .product_tab {
margin-bottom: 50px;
}

.product_info .product_tab > .nav-tabs {
border: 0;
margin-bottom: 30px;
}

.product_info .product_tab > .nav-tabs > li {
margin-right: 15px;
}

.product_info .product_tab > .nav-tabs > li > a {
margin: 9px 0 0 0;
font-weight: bold;
font-size: 16px;
text-decoration: none;
border: 0;
border-radius: 0;
color: #303030;
}

.product_info .product_tab > .nav-tabs > li.active > a,
.product_info .product_tab > .nav-tabs > li > a:hover {
background-color: #0071af;
color: #fff;
}

.product_info .product_tab > .nav-tabs > li > a > span {
border-bottom: 2px dotted #303030;
display: inline-block;
}

.product_info .product_tab > .nav-tabs > li.active > a > span,
.product_info .product_tab > .nav-tabs > li > a:hover > span {
border-bottom-color: transparent;
}
/*product_info*/

/*quantity_count*/
.quantity_count:after {
display: block;
clear: both;
content: "";
}

.quantity_count > .form-control {
padding: 0;
float: left;
display: block;
width: 50px;
height: 36px;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-radius: 0;
margin: 0;
text-align: center;
}

.quantity_count > .btn {
background-color: #f7f7f7;
color: #555;
padding: 0;
height: 36px;
float: left;
border: 1px solid #ddd;
width: 20px;
}

.quantity_count > .quantity-down {
border-radius: 3px 0 0 3px;
}

.quantity_count > .quantity-up {
border-radius: 0 3px 3px 0;
}
/*quantity_count*/

/*cart-section*/
.cart-section {
margin-bottom: 30px;
}

.cart-section .product {
padding: 30px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.cart-section .product.danger {
	background-color: #f2dede;
}
.cart-section .product.warning {
	background-color: #fcf8e3;
}
.cart-section .product.info {
	background-color: #d9edf7;
}

.cart-section .product > .item {
	vertical-align: middle;
	border: none;
}

.cart-section .product > .item:first-child {
vertical-align: top;
padding-left: 0;
}

.cart-section .product > .item > .img-container {
width: 150px;
}

.cart-section .product > .item > .text > .title {
font-size: 18px;
text-decoration: none;
font-weight: bold;
font-family: "Roboto", sans-serif;
}

.cart-section .product > .item > .text > table {
position: relative;
margin: 0 -10px 20px -10px;
}

.cart-section .product > .item > .text > table > tbody > tr > td {
padding: 2px 10px;
}

.cart-section .product > .item > .text > table > tbody > tr > td > a {
text-decoration: none;
}

.cart-section .product > .item > .text > table > tbody > tr > td > a.text-underline {
text-decoration: underline;
}

.cart-section .product > .item > .price > h5 {
font-size: 16px;
color: #002443;
}

.cart-section .product > .item > .price > strong {
font-size: 24px;
display: block;
position: relative;
}

.cart-section .product > .item > .price > span {
font-size: 18px;
text-decoration: line-through;
}

.cart-section .product > .item.quantity {
	min-width: 120px;
}
.cart-section .product > .item.quantity > h5 {
font-size: 16px;
color: #002443;
}

.cart-section .total {
text-align: right;
}

.cart-section .total > p {
color: #555;
font-weight: 500;
font-family: "Roboto", sans-serif;
}

.cart-section .total > .total_price {
margin-bottom: 15px;
}

.cart-section .total > .total_price > strong:first-child {
display: inline-block;
margin-right: 10px;
font-size: 18px;
color: #002443;
}

.cart-section .total > .total_price strong {
display: inline-block;
font-size: 1.3em;
}

.cart-section .total > .btn {
text-transform: uppercase;
padding-left: 40px;
padding-right: 40px;
}

@media (max-width: 668px) {
	.cart-section .product > .item.quantity {
		min-width: 108px;
	}

	.cart-section .product > .item:first-child {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	.cart-section .product > .item:nth-child(2) {
		width: 100%;
		margin: 0;
		float: left;
	}
	.cart-section .product > .item:nth-child(3),
	.cart-section .product > .item:nth-child(4),
	.cart-section .product > .item:nth-child(5) {
		display: inline-block;
		width: 25%;
		margin: 10px 0 20px 5%;
	}
	.cart-section .product > .item:nth-child(3) {
		margin-left: 2%;
	}

	.cart-section .product > .item > .text {
		text-align: center;
	}

	.cart-section .product > .item > .text > table {
		margin: 0 auto;
	}
	.cart-section .product > .item > .text > table > tbody > tr > td:first-child {
		text-align: right;
	}
	.cart-section .product > .item > .text > table > tbody > tr > td:last-child {
		text-align: left;
	}
}

@media (min-width: 668px) and (max-width: 991px) {
	.cart-section .product > .item:first-child {
		float: left;
		margin: 0 25px 0 0;
		padding-top: 25px;
	}

	.cart-section .product > .item:nth-child(2) {
		float: left;
		display: block;
		padding-top: 20px;
		max-width: 400px;
	}

	.cart-section .product > .item:nth-child(3),
	.cart-section .product > .item:nth-child(4),
	.cart-section .product > .item:nth-child(5) {
		float: left;
		display: block;
		margin-left: 25px;
		padding-bottom: 20px;
	}

	.cart-section .product > .item:nth-child(3) {
		margin-left: 0;
		clear: left;
		margin-left: 230px;
	}

	.cart-section .product > .item > .img-container {
		width: 200px;
	}

	.cart-section .product > .item > .bg-item {
		background-position: center top;
	}
}

@media (max-width: 1199px) {
	.cart-section .product > .item > .text > .name,
	.cart-section .product > .item > .text > table > tbody > tr > td {
		font-size: 13px;
	}

	.cart-section .product > .item > .price > h5,
	.cart-section .product > .item.quantity > h5 {
		font-size: 14px;
	}

	.cart-section .product > .item > .price > strong {
		font-size: 18px;
	}

	.cart-section .product > .item > .text > .title,
	.cart-section .product > .item > .price > span {
		font-size: 16px;
	}
}

/*cart-section*/

/*------------------------------------------------------------------------------------------*/

/*lk_page*/
.lk_page {
margin-bottom: 30px;
}

.lk_page > .lk_navbar {
display: flex;
justify-content: space-between;
}

.lk_page > .lk_navbar > .nav-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	border: 0;
}

.lk_page > .lk_navbar > .nav-tabs > li {
	float: none;
	margin-right: 5px;
	margin-bottom: 10px;
}

.lk_page > .lk_navbar > .nav-tabs > li > a {
border: 1px solid #737373;
color: #4e5864;
text-transform: uppercase;
font-size: 12px;
font-family: "Roboto", sans-serif;
font-weight: 700;
border-radius: 0;
margin: 0;
padding: 8px 30px;
text-decoration: none;
}

.lk_page > .lk_navbar > .nav-tabs > li.active > a,
.lk_page > .lk_navbar > .nav-tabs > li > a:focus {
color: #fff;
background-color: #0071af;
}

.lk_page > .lk_navbar > a {
float: right;
font-size: 22px;
}

.lk_page .lk_history .history_block {
margin-bottom: 30px;
}

.lk_page .lk_history .history_block > .titles .column {
padding: 10px 15px;
}

.lk_page .lk_history .history_block > .titles .column > strong {
font-family: "Roboto", sans-serif;
font-weight: bold;
}

.lk_page .lk_history .history_block > .history {
border-bottom: 1px solid #dddddd;
}

.lk_page .lk_history .history_block > .history > .header .column {
padding: 15px;
}

.lk_page .lk_history .history_block > .history > .header .column > .order_id {
text-decoration: none;
display: inline-block;
border-bottom: 1px dotted #0071af;
}

.lk_page .lk_history .history_block > .history > .header .column > .order_id.active {
border: transparent;
color: #303030;
}

.lk_page .lk_history .history_block > .history > .header .column > strong {
display: none;
}

.lk_page .lk_history .history_block > .history .content {
display: none;
}

.lk_page .lk_history .history_block .product {
padding: 30px 0;
}

.lk_page .lk_history .history_block .product .text {
max-width: 400px;
}

.lk_page .lk_history .history_block .product .text > .title {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

.lk_page .lk_history .history_block .product .text > .name {
color: #0071af;
text-decoration: none;
display: block;
margin-bottom: 5px;
}

.lk_page .lk_history .history_block .product .text > table {
position: relative;
margin: 0 -10px 15px -10px;
}

.lk_page .lk_history .history_block .product .text > table > tbody > tr > td {
padding: 2px 10px;
}

.lk_page .lk_history .history_block .product .text > table > tbody > tr > td > a {
text-decoration: none;
}

.lk_page .lk_history .history_block .product .text > table > tbody > tr > td > a.text-underline {
text-decoration: underline;
}

.lk_page .lk_history .total {
margin-bottom: 30px;
}

.lk_page .lk_history .total > h2 {
font-size: 32px;
}

.lk_page .lk_history .total > hr {
margin: 10px 0;
}

.lk_page .lk_history .total .content {
margin: 20px 0;
}

.lk_page .lk_history .total .content > .clearfix {
margin: 10px 0;
font-size: 16px;
}

.lk_page .lk_history .total .content > .clearfix > .pull-right {
width: 24px;
height: 24px;
border-radius: 24px;
text-align: center;
}

.lk_page .lk_history .total .content > .clearfix:nth-child(2) > .pull-left {
color: #a6a235;
}

.lk_page .lk_history .total .content > .clearfix:nth-child(3) > .pull-left {
color: #f78a09;
}

.lk_page .lk_history .total .content > .clearfix:nth-child(3) > .pull-right {
text-align: center;
color: #fff;
background-color: #f78a09;
}

.lk_page .lk_history .total .content > .clearfix:last-child > .pull-left {
color: #8d8d8d;
}

.lk_page .lk_history .total > p > a {
text-decoration: none;
display: inline-block;
border-bottom: 1px dotted #0071af;
}

@media (max-width: 767px) {
	.lk_page > .lk_navbar > .nav-tabs {
		width: 90%;
	}

	.lk_page > .lk_navbar > .nav-tabs > li {
		width: 45%;
	}

	.lk_page .lk_history .history_block > .history > .header {
		padding: 15px 0;
	}

	.lk_page .lk_history .history_block > .history > .header .column {
		padding: 5px 15px;
	}

	.lk_page .lk_history .history_block > .history > .header .column > strong {
		display: block;
		float: left;
		margin-right: 5px;
	}
}

@media (max-width: 568px) {
	.lk_page > .lk_navbar > .nav-tabs > li {
		width: 100%;
	}
}

@media (max-width: 991px) {
.lk_page > .lk_navbar > .nav-tabs > li > a {
padding: 7px 10px;
font-size: 13px;
text-align: center;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.lk_page > .lk_navbar > .nav-tabs > li > a {
padding: 10px 15px;
}
}

/*personal_data*/
.personal_data {
margin-bottom: 50px;
font-family: "Roboto", sans-serif;
}

.personal_data .data {
margin-bottom: 50px;
}

.personal_data .data > p.title {
margin-bottom: 20px;
}

.personal_data .data > h4.title {
color: #0071af;
margin-bottom: 20px;
font-weight: bold;
}

.personal_data .data > p.title > sup {
color: red;
margin-left: 5px;
}

.personal_data .data > h5.description {
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
}

.personal_data .data > p.description {
margin-bottom: 20px;
}

.personal_data .data a.edit {
text-decoration: none;
border-bottom: 1px dotted #0071af;
display: inline-block;
font-size: 13px;
}

.personal_data .data .vertical_divider {
display: inline-block;
width: 1px;
height: 16px;
background-color: #ddd;
vertical-align: middle;
margin: 0 10px;
}

.personal_data .data label {
font-weight: normal;
display: block;
margin-bottom: 10px;
}

.personal_data .data label > input {
margin-right: 10px;
vertical-align: middle;
position: relative;
top: -2px;
}

.personal_data .data label > input:checked + span {
color: #0071af;
}

.lk_page .site_title h4 > img {
height: 24px;
position: relative;
top: -4px;
margin-left: 10px;
}


/*cards*/
.cards {
font-family: "Roboto", sans-serif;
padding-bottom: 30px;
}

.cards form {
margin-bottom: 30px;
}

.cards form .form-group {
margin-bottom: 30px;
}

.cards form .form-group label {
font-weight: normal;
font-size: 18px;
}

.cards form .form-group label > sup {
margin-left: 5px;
color: red;
}

.cards form .form-group .form-control {
text-transform: uppercase;
height: 44px;
}

.cards form .form-group .img-container.card {
margin-right: -50px;
margin-left: 30px;
margin-top: -25px;
}

.cards form .btn-save {
padding: 10px 40px;
text-transform: uppercase;
font-size: 22px;
display: block;
margin-bottom: 30px;
}

.cards form > i {
color: red;
font-size: 12px;
}

.cards .card_list > p {
font-size: 18px;
}

.cards .card_list > p > img {
margin-right: 15px;
}

.cards .card_list > p > strong:first-child {
margin-right: 10px;
}

.cards .card_list > .edits {
margin-top: 30px;
}

.cards .card_list > .edits > a {
text-decoration: none;
border-bottom: 1px dotted #0071af;
}

.cards .card_list > .edits > .vertical_divider {
height: 15px;
width: 1px;
background-color: #ddd;
display: inline-block;
margin: 0 10px;
vertical-align: middle;
}

@media (max-width: 991px) {
.cards form .form-group .img-container.card {
margin: 15px 0;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.cards form .form-group .img-container.card {
margin: -30px -100px 0 0;
}
}
/*lk_page*/


/*how_to_order*/
.how_to_order {
margin-bottom: 50px;
}

.how_to_order > p {
margin-bottom: 30px;
font-size: 18px;
font-family: "Roboto", sans-serif;
}

.how_to_order > p > img {
max-width: 100%;
}

.how_to_order .site_title h3 > img {
margin-right: 10px;
}

.how_to_order .site_title > p {
margin-left: 50px;
color: #777;
}
/*how_to_order*/


/*order_page*/

.order_page {
margin-bottom: 50px;
}

.order_page > .order_page_navbar > .nav-tabs {
margin-bottom: 30px;
width: 100%;
}

.order_page > .order_page_navbar > .nav-tabs > li > a {
font-size: 18px;
font-family: "Roboto", sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #8f8f8f;
text-decoration: none;
}

@media (max-width: 991px) {
	.order_page > .order_page_navbar > .nav-tabs {
		border: 0;
	}
	.order_page > .order_page_navbar > .nav-tabs > li > a {
		padding: 10px 15px;
		border: 0;
		border-radius: 0;
		margin: 0;
	}

	.order_page > .order_page_navbar > .nav-tabs {
		width: 90%;
	}

	.order_page .items > .item .radio {
		text-align: left;
	}
}

.order_page > .order_page_navbar > .nav-tabs > li.active > a {
color: #0071af;
}

.order_page > .order_page_navbar > .nav-tabs > li > a > span {
display: inline-block;
background-color: #8f8f8f;
width: 30px;
height: 30px;
border-radius: 30px;
text-align: center;
color: #fff;
padding-top: 3px;
margin-right: 10px;
}

.order_page > .order_page_navbar > .nav-tabs > li.active > a > span {
background-color: #0071af;
}

.order_page > .order_page_navbar > a {
float: right;
font-size: 32px;
display: block;
}

.order_page .items {
margin-bottom: 50px;
}
.order_page .items > .item {
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.order_page .items > .item.disabled {
color: #ccc;
}

.order_page .items > .item .radio {
font-weight: normal;
cursor: pointer;
margin: 0;
display: block;
position: relative;
padding: 0 10px 0 40px;
margin-bottom: 15px;
}
.order_page .items > .item .order_branches .radio {
padding: 0 10px 0 0px;
}
.order_page .items > .item .order_branches .radio p {
margin-left: 15px;
padding-left: 5px;
}
.order_page .items > .item .radio > input {
display: none;
}
.order_page .items > .item .radio > .icon {
display: block;
width: 20px;
height: 20px;
border-radius: 10px;
border: 2px solid #0071af;
margin-right: 10px;
padding: 2px;
position: absolute;
left: 0;
top: 0;
right: auto;
bottom: 0;
margin: auto;
}

.order_page .items > .item .radio > img {
max-width: 90%;
}

.order_page .items > .item .radio > .icon:before {
width: 100%;
height: 100%;
background-color: #0071af;
border-radius: 100%;
content: "";
display: none;
}

.order_page .items > .item .radio > input:checked + .icon:before {
display: block;
}

.order_page .items > .item .title > h4 {
font-family: "Roboto", sans-serif;
font-weight: bold;
color: #002944;
}
.order_page .items > .item.disabled .title > h4 {
color: #ccc;
}

.order_page .items > .item .title > h4 > small {
display: block;
color: #002944;
font-size: 18px;
margin-top: 5px;
font-weight: bold;
font-family: "Roboto", sans-serif;
}

.order_page .items > .item .title > h4 > small > a {
border-bottom: 2px dotted #0071af;
font-weight: bold;
color: #0071af;
text-decoration: none;
}

.order_page .items > .item .title > p {
color: #787878;
font-weight: 500;
font-family: "Roboto", sans-serif;
}

.order_page .items > .item .title .price {
font-size: 24px;
display: block;
position: relative;
}

.order_page .items > .item .description {
font-family: "Roboto", sans-serif;
}

.order_page .items > .item .description > p {
margin-bottom: 5px;
}

.order_page .items #cdek26_iframe {
	height: 100px;
}

.order_page form > h4 {
margin-bottom: 30px;
font-weight: bold;
}

.order_page form {
font-family: "Roboto", sans-serif;
}

.order_page form .form-group {
display: block;
font-weight: normal;
margin-top: 0;
padding: 0;
margin-bottom: 30px;
}

.order_page form .form-group > span {
display: block;
margin-bottom: 5px;
font-size: 16px;
}
.order_page form .form-group.notempty > span {
	font-weight: bold;
}

.order_page form .form-group textarea {
min-height: 150px;
}

.order_page form .form-group > .form-control {
height: 44px;
}

.order_page form label.checkbox {
font-weight: normal;
padding-left: 15px;
}

.order_page .total {
margin-bottom: 50px;
font-family: "Roboto", sans-serif;
}

.order_page .total > h4 {
font-weight: bold;
}

.order_page .total > .content {
padding: 15px 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size: 18px;
margin-bottom: 20px;
}

.order_page .total > .content p {
font-size: 12px;
}

.order_page .total > .content > .clearfix {
margin: 15px 0;
}

.order_page .total > .price {
font-size: 24px;
margin-bottom: 20px;
}
/*order_page*/

.delivery_rule {
margin-bottom: 50px;
font-family: "Roboto", sans-serif;
font-weight: 400;
}

.collapse_element {
margin-bottom: 30px;
}

.collapse_element > a {
display: block;
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

.collapse_element > a > .fa {
margin-right: 10px;
font-size: 14px;
vertical-align: middle;
width: 32px;
height: 32px;
border-radius: 32px;
background-color: #0071af;
color: #fff;
text-align: center;
padding: 9px 0;
}

.collapse_element > a > .fa:before {
content: "\f067";
}

.collapse_element.open > a > .fa:before {
content: "\f068";
}

.collapse_element > a > span {
display: inline-block;
border-bottom: 1px dotted #0071af;
}

.collapse_element .content {
padding: 35px;
display: none;
}

.collapse_element .content > p {
margin-bottom: 30px;
font-size: 14px;
}

.collapse_element .content > img {
max-width: 100%;
}

.collapse_element .content > ul {
margin-bottom: 30px;
font-size: 15px;
padding-left: 17px;
}

.collapse_element .content > h5 {
font-size: 18px;
margin-bottom: 15px;
font-weight: bold;
}

.collapse_element .content .map {
height: 350px;
width: 100%;
position: relative;
background-color: #ddd;
margin-bottom: 30px;
}

.collapse_element .content .f_m {
font-weight: 500;
}

.collapse_element .content > *:last-child {
margin-bottom: 0;
}

.collapse_element.small {
margin-bottom: 15px;
}

.collapse_element.small > .content.small {
font-size: 14px;
}

.collapse_element.small > a {
font-size: 14px;
}

.collapse_element.small > a > .fa {
width: 20px;
height: 20px;
padding: 4px 0;
font-size: 12px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.collapse_element.open > a > .fa {
background-color: #dddddd;
}

.collapse_element.small > .content {
padding: 15px;
}

.delivery_rule .collapse_element > .content .base_color {
font-weight: 500;
}

.text_page .img-container > img {
max-width: 100%;
width: auto;
margin: 0;
}

.text_page > img {
position: relative;
margin-right: 30px;
margin-bottom: 30px;
max-width: 90%;
}

.payment_rule {
margin-bottom: 50px;
}

.payment_rule .item {
padding: 15px;
border: 1px solid #ddd;
margin-bottom: 10px;
}

.payment_rule .item > .row > .grid > .img-container {
text-align: center;
}

.payment_rule .item > .row > .grid > .img-container > img {
max-width: 100%;
width: auto;
}

.payment_rule .item > .row > .grid > h4 {
font-family: "Roboto", sans-serif;
font-weight: bold;
color: #002944;
}

.payment_rule .item > .row > .grid > p {
font-size: 14px;
font-family: "Roboto", sans-serif;
}

.articles {
margin-bottom: 30px;
}

.articles article {
padding: 30px 0;
border-bottom: 1px solid #ddd;
display: table;
}

.articles article > .img-container {
display: table-cell;
vertical-align: top;
width: 270px;
}

.articles article > .text > .date {
display: block;
margin-bottom: 5px;
color: #777;
}

.articles article > .text > .title {
display: block;
font-size: 18px;
margin-bottom: 10px;
}

.articles article > .text > p {
margin-bottom: 20px;
}

.articles article:after {
display: block;
content: "";
clear: both;
}

.articles > .more {
margin-top: 30px;
text-align: center;
margin-bottom: 50px;
}

.articles > .more > .btn {
height: 40px;
padding-left: 60px;
padding-right: 60px;
color: #787878;
border: 1px solid #ababab;
border-radius: 2px;
font-size: 16px;
background-color: #fff;
}

.articles .pagination {
margin-bottom: 50px;
}

.registration {
margin-bottom: 50px;
}

.registration h5 {
font-size: 18px;
margin-bottom: 20px;
}

.registration .socials {
margin-bottom: 20px;
}

.registration .socials > li > a {
margin-right: 15px;
}

.registration form {
padding: 30px 0;
}

.registration form .form-group {
margin-bottom: 30px;
}

.registration form .form-group label {
font-weight: normal;
margin-bottom: 5px;
font-size: 18px;
}

.registration form .form-group .form-control {
height: 40px;
}

.registration form .form-group > label > sup {
margin-left: 5px;
color: red;
}


.shops {
margin-bottom: 50px;
}

.shops nav {
margin-bottom: 20px;
}

.shops nav > a {
display: inline-block;
margin: 9px 0 0 0;
padding: 5px 25px;
vertical-align: middle;
border: 1px solid #ccc;
color: #555;
font-size: 18px;
font-weight: 600;
font-family: "Roboto", sans-serif;
text-decoration: none;
}

.shops nav > a.active {
padding: 5px 25px;
border: transparent;
color: #fff;
background-color: #319fda;
}


.branches {
	overflow-y: auto;
}
.filials-map {
	height: 600px;
	padding: 0;
}
@media (min-width: 768px) {
	.branches {
		max-height: 600px;
		padding: 0;
	}
	.order_page .items > .item .order_branches {
		padding-left: 50px;
	}
}
.tags {
	margin-top: 30px;
}
.tags-link {
	display: inline-block;
}
.tags-link:not(:last-of-type)::after {
	content: ',';
}
.shops .sub_title {
font-weight: bold;
margin-bottom: 20px;
}

.shops .shop {
	padding: 15px;
	margin-bottom: 2px;
}

.shops .shop .btns {
margin-top: 15px;
}

.shops .shop .btns > strong {
display: block;
margin-bottom: 5px;
}

.shops .shop > .title {
font-weight: bold;
text-decoration: none;
}

.shops .shop:hover {
background: #d9edf7;
}
.shops .shop.inactive {
background: #eee;
}

@media (max-width: 767px) {
	.tags {
		text-align: center;
	}

	.payment_rule .item {
		text-align: center;
	}

	.payment_rule .item .img-container {
		margin-bottom: 10px;
	}

	.articles article > .img-container {
		margin-bottom: 15px;
	}

	.articles article > .img-container,
	.articles article > .text {
		display: block;
		width: 100%;
		padding: 0;
	}
}

@media (min-width: 768px) {
.payment_rule .item > .row {
margin: 0;
font-size: 0;
}

.payment_rule .item > .row > .grid {
display: inline-block;
float: none;
vertical-align: middle;
}
}

/*------------------------------------------------------------------------------------------*/

header {
/*position: relative;*/
padding-top: 20px;
margin-bottom: 30px;
}

header .logo {
display: block;
margin: -10px auto 10px auto;
max-width: 400px;
}

header .logo > img {
max-width: 100%;
max-height: 80px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	header .logo > img {
		max-width: 100%;
		height: 100%;
	}
}

header .phone {
	float: left;
}
header .phone > a {
	text-decoration: none;
	color: #0071af;
	margin: 0 25px 0 0;
	font-size: 16px;
}
header .phone > p {
	color: #666;
	font-size: 12px;
}
header .cart {
	min-width: 150px;
	float: right;
}

header .cart > a.modal-toggle {
display: block;
color: #303030;
text-decoration: none;
position: relative;
margin-bottom: 5px;
}

header .cart > a.modal-toggle > .fa {
position: absolute;
right: 0;
top: 0;
font-size: 18px;
}

header .cart > a.modal-toggle > img {
float: left;
}

header .cart > a.modal-toggle > .text {
margin-left: 42px;
display: block;
}

header .cart > a.modal-toggle > .text > strong {
color: #0071af;
display: inline-block;
white-space: nowrap;
}

header .cart > a.order {
display: block;
margin-left: 60px;
}

.header-nav-container {
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}

.header-nav a {
padding: 0 0 5px 0;
margin-right: 50px;
font-weight: bold;
text-decoration: none;
white-space: nowrap;
display: inline-block;
}

.header-nav a:last-child {
margin-right: 0;
}

.header-nav a > .fa-lg {
	font-size: 1.5em;
}

/*------------------------------------------------------------------------------------------*/

/* top search */

sform {
	position: relative;
	margin-bottom: 15px;
}

#sform > .custom_select {
position: absolute;
right:60px;
top: 7px;
border: 0;
}

#sform > .custom_select > .dropdown-toggle {
height: auto;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 0;
border: 0;
background-color: #fff;
padding: 10px 15px 10px 30px;
}

#sform > .custom_select > .form-control:after {
left: 0;
right: auto;
}

#sform > .custom_select > .dropdown-toggle > span {
display: block;
width: 100%;
max-width: 200px;
min-width: 100px;
overflow: hidden;
-moz-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}

#sform > .form-control {
border-radius: 30px;
padding-left: 30px;
padding-right: 230px;
height: 54px;
border: 3px solid #7096c2;
}

#sform > .btn-clear {
background-color: #fff;
color: #ccc;
width:  40px;
height: 48px;
padding: 0;
font-size: 24px;
z-index: 999;
position: absolute;
top: 3px;
right: 60px;
border: none;
}
#sform > .btn {
background-color: #fff;
color: #0071af;
width:  60px;
height: 48px;
padding: 0;
font-size: 24px;
z-index: 999;
position: absolute;
top: 3px;
right: 2px;
border-radius: 50px;
}

#sform_lg {
	position: relative
}

#srch_tabcontent .tab-pane.active {
	column-width: 220px;
	column-gap: 10px;
	border: 1px solid #ccc;
    border-top: none;
	padding: 10px;
}
.search-dop {
	padding: 5px 2px;
	break-inside: avoid;
}

@media (max-width: 767px) {
	#sform_lg {
		position: static;
	}
	#sform_xs {
		height: 100px;
	}
	#sform {
		position: absolute;
		top: 60px;
		/*top: 185px;*/
		left: 15px;
		width: 95%;
	}
	#sform > .form-control {
		padding-right: 0;
	}
	#sform > .custom_select {
		right:0;
		top: 55px;
	}
	#sform > .custom_select > .dropdown-toggle {
		background-color: transparent;
	}
	#sform .xs-search-cat-label {
		display: block;
		padding: 11px 0 0 0;
		position: absolute;
		right: 170px;
	}
	.search-dop {
		padding: 9px 0;
	}
	#srch_tabcontent .tab-pane.active {
		column-width: 180px;
	}

	header .logo {
		margin-bottom: 15px;
	}
	header .cart,
	header .phone {
		text-align: left;
		display: inline-block;
		margin: 10px 15px 10px 0;
		vertical-align: top;
	}
	header .cart-badge {
		position: absolute;
		background-color: #b94a48;
		top: -7px;
		right: 17%;
		font-size: 0.7em;
	}
	.header-nav a {
		padding: 0 0 5px;
		margin: 0;
	}
}

@media (max-width: 991px) {
	header .phone > p {
		margin-left: 40px;
		font-size: 12px;
	}

	header .cart {
		font-size: 13px;
	}

	header .cart > a.modal-toggle > .text,
	header .cart > a.order {
		margin-left:40px;
	}

	.header-nav a {
		margin-right: 20px;
	}

	.order_page .items #cdek26_iframe {
		height: 350px;
	}
}

@media (min-width:992px) {
	.header-nav a {
		margin-right: 30px;
	}
}

/*------------------------------------------------------------------------------------------*/

footer {
    padding-top: 50px;
    border-top: 1px solid #137cb3;
    padding-bottom: 50px;
}

footer  h4 {
    color: #0071af;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
}

footer  .menu {
    margin-bottom: 30px;
}

footer  .menu > li > a {
    color: #303030;
    padding: 5px 0;
    text-decoration: none;
}

footer form {
    margin-bottom: 30px;
}

footer form > .form-control {
    margin-bottom: 10px;
}

footer .text {
color: #0071af;
margin-top: 30px;
}


#scrolltop-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: #111111;
	color: #fff;
	opacity: .5;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	cursor: pointer;
}


/*------------------------------------------------------------------------------------------*/
/* OVERLOAD */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html,
body {
padding: 0;
margin: 0;
position: relative;
display: block;
}

body {
font-family: "Arial", sans-serif;
font-weight: 400;
color: #2d3235;
}

a {
color: #0071af;
text-decoration: underline;
}

a:hover, a:focus, a:active {
color: #007dc2;
text-decoration: none;
}

a.unstyled, a.btn, .nav-tabs a {
	text-decoration: none;
}
a.dashed {
	text-decoration: none;
	border-bottom: 1px dashed #0071af;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 10px 0;
}

p {
line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}

h1 {
font-size: 36px;
}
h1.small {
font-size: 30px;
}

h2 {
font-size: 32px;
}

h3 {
font-size: 28px;
}

h4 {
font-size: 24px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 16px;
}

hr {
height: 1px;
border: none;
background: #eee;
margin: 0;
}

hr.divider {
margin: 30px 0;
}

textarea {
min-height: 100px;
}

blockquote {
padding: 20px 40px;
background-color: #f3f3f0;
font-size: 15px;
border: 0;
margin-bottom: 30px;
}

blockquote.style_2 {
background-color: #fcfacc;
}

.table-autowidth {
	width: auto;
}

*, *:focus {
outline: none !important;
}

strong {
font-weight: 700;
}

ul.typo > li, ol.typo > li {
	margin: 9px 0 9px;
}

.fa-rouble {
	font-size: 0.95em;
}

.mar0 {
	margin: 0;
}
.pad0 {
	padding: 0;
}
.pad5 {
	padding: 5px;
}
.pad-l-25 {
    padding-left: 25px;
}

.form-err {
	border-color: #a94442;
	background: #fcc;
}

.videoframe {
	max-width: 100%;
}

.cw {color: #fff}
.cr {color: #D2322D}
.cb {color: #427CBE}
.cg {color: #009933}
.cgr {color: #777777}
.cur {cursor: pointer}
.dis {display: none}

.tb {border-top: 1px solid #ccc}
.bb {border-bottom: 1px solid #ccc}
.rb {border-right: 1px solid #ccc}
.lb {border-left: 1px solid #ccc}
.bord {border: 1px solid #ccc}

.bg1 {background-color: #EBF2FA;}
.bg2 {background-color: #D3E3F6;}

.big12 {font-size: 1.2em}
.big15 {font-size: 1.5em}

/* AUTOCOMPLETE
-----------------------------------------------------------------------------*/
.autocomplete-suggestions /*Chrome fix*/ {
	border: 1px solid #aaa !important;
	background: #FFF !important;
	overflow: auto !important;
}
.autocomplete-suggestion {
	padding: 2px 5px !important;
	white-space: nowrap !important; /*Chrome fix*/
	overflow: hidden !important; /*Chrome fix*/
}
.autocomplete-selected {
	background: #F0F0F0 !important;
}

@media (max-width: 767px) {
	.autocomplete-suggestion {
		padding: 8px !important;
	}
}

/* GATALOG PAGE
-----------------------------------------------------------------------------*/
.cat_count {
    color: gray;
    font-size: 75%;
    margin-left: 5px;
}

/* GALLERY
-----------------------------------------------------------------------------*/
.gallery li {
	width: 150px;
	min-height: 140px;
	display: inline-block;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #ccc;
	position: relative;
	text-align: center;
	vertical-align: top;
	/*IE6,7 hack*/
	zoom: 1;
	*display: inline;
}

/* SLIDE PANEL
-----------------------------------------------------------------------------*/
.slidepanel-wrap {
	position:relative;
}
.slidepanel-container {
	height: 426px;
	overflow: hidden;
	width: 1156px;
}
.slidepanel {
	height: 445px;
	overflow-y: hidden;
	overflow-x: scroll;
	user-select: none;
	cursor: grab;
}
.slidepanel .img-container{
	pointer-events: none;
}
@media (hover: none) {
	.slidepanel {
		height: 425px;
	}
	.slidepanel .img-container{
		pointer-events: auto;
	}
}
.slidepanel table {
	border-spacing: 1px 1px;
	border-collapse: separate;
}
.slidepanel .product {
	min-width: 230px;
}

.slidepanel-btn {
	position:absolute;
	display: block;
	font-size:30px;
	text-decoration: none;
	color: #333;
	top: 0;
	left:-20px;
	opacity: .75;
	height: 415px;
	width: 30px;
}
.slidepanel-btn.right {
	left: auto;
	right: -30px;
	width: 20px;
}
.slidepanel-btn::before {
	border-style: solid;
	border-width: 0 2px 2px 0;
	content: '';
	display: inline-block;
	position: relative;
	top: 40%;
	left: 0;
	vertical-align: top;
	width: 0.7em;
	height: 0.7em;
	transform: rotate(135deg);
}
.slidepanel-btn.right::before {
	transform: rotate(-45deg);
}

@media (max-width: 1200px) {
	.slidepanel-btn.right {
		right: 0;
	}
	.slidepanel-container {
		width: 925px
	}
}
@media (max-width: 992px) {
	.slidepanel-container {
		width: 694px
	}
}
@media (max-width: 767px) {
	.products.slidepanel-wrap {
		padding: 0 20px;
	}
	.slidepanel-btn.right {
		right: -20px;
	}
	.slidepanel-container {
		width: auto
	}
}
@media (max-width: 350px) {
	.slidepanel, .slidepanel-btn {
		height: 350px;
	}
	.slidepanel-container {
		width: 231px
	}
	.slidepanel-btn.right {
		right: 0;
	}
}

.slidepanel-wrap .carousel-indicators {
	bottom: -40px;
}
.slidepanel-wrap .carousel-indicators li {
	border: 1px solid #0e61ff;
	background: #C6EEFF;
}
.slidepanel-wrap .carousel-indicators li.active {
	background: #fff;
}

/*------------------------------------------------------------------------------------------*/

.defer-btn, .defer-btn:focus {
	color: #e382e5;
	box-shadow: inset 0px 0px 0px 1px #e382e5;
	background-color: transparent;
}
.defer-btn:hover, .defer-btn.defer-in:hover {
	background-color: #cc59d0;
	color: #fff;
}
@media (hover: none) {
    .defer-btn:hover {
		color: #e382e5;
		box-shadow: inset 0px 0px 0px 1px #e382e5;
		background-color: transparent;
	}
}
.defer-btn.defer-in {
	background-color: #e382e5;
	color: #fff;
}
.defer-btn i:after {
	font-family: "Arial", sans-serif;
	content: " В закладки";
}
.defer-btn.defer-in i:after {
	font-family: "Arial", sans-serif;
	content: " В закладках";
}

/*------------------------------------------------------------------------------------------*/

#nav-icon3 {
	display: inline-block;
	float: right;
	margin-top: 6px;
	width: 26px;
	height: 22px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #0071af;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/*------------------------------------------------------------------------------------------*/

/* top bnr */
#spec1 {
	display: block;
	width:100%;
	min-height: 60px;
	background-position: center center;
	-ms-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------------*/

/* mobile_header */

header {
	/*overload main style*/
	padding-top: 0;
	margin: 9px 0;
}
#mobile_header > .row a {
	text-decoration: none;
	color: #777777;
	display: block;
}
#mobile_header > .row a.active {
	color: #0071af;
}

#mobile_header > .row > div {
	text-align: center;
	padding: 0;
	/*border: 1px solid #ccc;*/
}

#mobile_header span {
	font-size: .8em;
}
#menu_xs {
	margin-bottom: 5px;
}

#catalog_menu_xs,#contacts_xs,#lk_xs {
	height: 0;
	overflow: hidden;
	transition: .5s;
}

#contacts_xs.shown {
	height: 355px;
}
#contacts_xs ul {
	border: 1px solid #ccc;
	padding: 15px;
}
#contacts_xs li.padded {
	padding-top: 25px;
}

#lk_xs.shown {
	height: 354px;
	border-bottom: 1px solid #ccc;
}
#lk_xs .menu {
	position: static;
}

#sale_container mark {
	margin: 5px 0;
}
#sale_container h6 {
	margin-top: 9px;
}
#sale_container .sale-shops {
	background: #fcf8e3;
}
#sale_container > div > div {
	min-width: 300px;
	max-width: 360px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto 30px auto;
	background-position: top center;
}
#sale_container .sale-dt {
	margin-top: 70%;
	margin-bottom: 5px;
}
#sale_container > div > div > a.more {
	display: block;
	position: absolute;
	width: 100%;
	height:100%;
}

/*------------------------------------------------------------------------------------------*/

#card_order_history .period0 {background: #FDFCD9; font-weight: bold;}
#card_order_history .period1 {background: #FDFCD9; font-weight: bold;}
#card_order_history .period2 {background: #D6F6D3; font-weight: bold;}
#card_order_history .period3 {background: #EFF2F6;}

/*------------------------------------------------------------------------------------------*/

[data-prcovrh] span {
	color: #fff;
}

#terms_of_service_text p {
	font-size: small;
	text-align:justify;
	padding: 2px 10px;
}

#cookie_agreement_div {
	position: fixed;
	z-index: 1000;
	bottom: 15px;
	right: 15px;
	width: fit-content;
	max-width: 500px;
	height: fit-content;
	background: #dedede;
	padding: 15px;
	border-radius: 10px;
}