/* General style */
ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p,
	blockquote, input {
	margin: 0;
	padding: 0;
}

input:focus, a:focus {
	outline: none;
}

.clear {
	clear: both;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
} 

@media ( min-width : 1px) {
	.xs-padding-no {
		padding-left: 0;
		padding-right: 0;
	}
	.xs-padding-min {
		padding-left: 7px;
		padding-right: 7px;
	}
	.xs-padding-left-no {
		padding-left: 0;
		padding-right: 14px;
	}
	.xs-padding-right-no {
		padding-right: 0;
		padding-left: 14px;
	}
}

@media ( min-width : 768px) {
	.sm-padding-no {
		padding-left: 0;
		padding-right: 0;
	}
	.sm-padding-min {
		padding-left: 7px;
		padding-right: 7px;
	}
	.sm-padding-left-no {
		padding-left: 0;
		padding-right: 15px;
	}
	.sm-padding-right-no {
		padding-right: 0;
		padding-left: 15px;
	}
}

html, body {
	height: 100%;
	min-height: 100%;
}

body {
	overflow-x: hidden;
}

/*Fonts*/
@font-face {
	font-family: 'PG Isadora Cyr Pro';
	src: url("../fonts/Isadora/PGIsadoraCyrPro-Regular.eot");
	src: local('PG Isadora Cyr Pro'),
		url("../fonts/Isadora/PGIsadoraCyrPro-Regular.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/Isadora/PGIsadoraCyrPro-Regular.woff") format("woff"),
		url("../fonts/Isadora/PGIsadoraCyrPro-Regular.ttf") format("truetype"),
		url("../fonts/Isadora/PGIsadoraCyrPro-Regular.svg#PGIsadoraCyrPro-Regular")
		format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Franklin Gothic Book';
	src: url("../fonts/Frank/FranklinGothic-Book.eot");
	src: local('Franklin Gothic Book'),
		url("../fonts/Frank/FranklinGothic-Book.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/Frank/FranklinGothic-Book.woff") format("woff"),
		url("../fonts/Frank/FrankingGotic-Book.ttf") format("truetype"),
		url("../fonts/Frank/FrankingGotic-Book.svg#FranklinGothic-Book")
		format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Univers';
	src: url("../fonts/UniversalMedium/Univers-Medium.eot");
	src: local('Univers'),
		url("../fonts/UniversalMedium/Univers-Medium.eot?#iefix")
		format("embedded-opentype"),
		url("../fonts/UniversalMedium/Univers-Medium.woff") format("woff"),
		url("../fonts/UniversalMedium/Univers-Medium.ttf") format("truetype"),
		url("../fonts/UniversalMedium/Univers-Medium.svg#Univers-Medium")
		format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url("../fonts/ProximaNova/ProximaNovaRegular.eot");
	src: local('ProximaNovaRegular'),
		url("../fonts/ProximaNova/ProximaNovaRegular.eot")
		format("embedded-opentype"),
		url("../fonts/ProximaNova/ProximaNovaRegular.woff2") format("woff2"),
		url("../fonts/ProximaNova/ProximaNovaRegular.woff") format("woff"),
		url("../fonts/ProximaNova/ProximaNovaRegular.ttf") format("truetype"),
		url("../fonts/ProximaNova/ProximaNovaRegular.svg#ProximaNovaRegular")
		format("svg");
	font-weight: normal;
	font-style: normal;
}


/*End fonts*/

/* End general style */

/* Style for header */
.header {
	display: block;
	position: relative;
	margin-bottom: 4px;
	border-top: 9px solid #052640;
}

.header-top .container {
	border-bottom: 1px solid #000;
}
/*Style for header logo*/
.logo {
	position: relative;
	min-height: 142px;
}

.logo img.logo-miss {
	position: absolute;
	left: -85px;
	top: -4px;
	z-index: 1;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.logo {
		min-height: 122px;
	}
	.logo img.logo-miss {
		width: 437px;
		height: auto;
		left: -75px;
		top: 17px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.logo {
		min-height: 122px;
	}
	.logo img.logo-miss {
		width: 342px;
		height: auto;
		left: -65px;
		top: 18px;
	}
}

@media ( max-width : 767px) {
	.logo {
		min-height: 100px;
		text-align: center;
	}
	.logo img.logo-miss {
		width: 100%;
		max-width: 342px;
		min-width: 270px;
		height: auto;
		left: 50%;
		margin-left: -160px;
	}
}
/*End style for header logo*/

/*Style for header top block left*/
.header-top-block-left {
	margin-top: 5px;
	z-index: 2;
	position: relative;
}

.header-top-block-left .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12px;
	display: block;
	color: #6c727d;
	text-transform: uppercase
}

.header-top-block-left .wrap-phone {
	padding-left: 20px;
}

.header-top-block-left .wrap-phone:before {
	content: '\260E';
	position: absolute;
	left: 0;
	color: #052640;
	top: 18px;
}

.header-top-block-left p {
	font-family: 'ProximaNova', Arial;
	font-size: 18px;
	display: block;
	color: #052640;
	font-weight: bold;
}

.header-top-block-left p i {
	font-size: 12px;
	color: #6c727d;
	padding-left: 7px;
	font-family: 'Times New Roman', arial, sans-serif;
	font-weight: normal;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.header-top-block-left .wrap-phone {
		padding-left: 18px;
	}
	.header-top-block-left .title {
		font-size: 13px;
	}
	.header-top-block-left p {
		font-size: 16px;
	}
	.header-top-block-left p i {
		font-size: 10px;
		padding-left: 3px;
	}
	.header-top-block-left {
		margin-top: 35px;
	}
}

@media ( max-width : 767px) {
	.header-top-block-left {
		margin-top: 10px;
	}
}
/*End style for header top block left*/

/*Style for header top block right*/
.header-top-block-right {
	margin-top: 50px;
}

.wrap-top-block-right1 {
	margin-bottom: 10px;
	position: relative;
	z-index: 101;
}

.header-login {
	display: inline-block;
	float: left;
}

.wrap-top-block-right1, #search {
	width: 95%;
	max-width: 350px;
	float: right;
}

.wrap-top-block-right1 a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12px;
	color: #6c727d;
	text-transform: uppercase;
}

.wrap-top-block-right1 a.black {
	color: #052640;
	padding-left: 15px;
	background: url(../img/miss_reg_enter_i.png) no-repeat 3px 4px;
}

.wrap-top-block-right1 .basket, .wrap-top-block-right1 .bx-hdr-profile {
	float: right;
}
/*NEW BASKET*/
.wrap-top-block-right1 .bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}
/**/
.basket a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12px;
	color: #6c727d;
	text-transform: uppercase;
}

.basket a:hover {
	text-decoration: underline;
}

.basket span {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
}

.basket span a {
	color: #052640;
}

#search {
	margin-bottom: 12px;
	z-index: 100;
	position: relative;
}

#search form {
	position: relative;
	display: block;
}

#search input[type="text"] {
	height: 32px;
	border: 1px solid #cfd3da;
	padding: 0 124px 0 3px;
	width: 100%;
}

#search .wrap_input {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 32px;
}

#search .wrap_input input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	color: #fff;
	background-color: #052640;
	border: none;
	display: block;
	width: 100%;
	line-height: 32px;
	height: 32px;
	text-transform: uppercase;
}

#search .wrap_input input[type="submit"]:hover {
	background-color: #0c3657;
}

@media ( min-width : 768px) and (max-width: 991px) {
	#search input[type="text"] {
		padding: 0 100px 0 3px;
	}
	#search .wrap_input {
		width: 96px;
	}
	#search {
		margin-bottom: 0;
	}
	#search .wrap_input input[type="submit"] {
		font-size: 12px;
	}
}

@media ( max-width : 767px) {
	.header-top-block-right {
		margin-top: 25px;
	}
	#search input[type="text"] {
		padding: 0 100px 0 3px;
	}
	#search .wrap_input {
		width: 96px;
	}
}

/*title-search-result */
div.title-search-result {
	border: 1px solid #cfd3da;
	display: none;
	z-index: 99;
	max-width: 348px;
	margin-left: 1px;
	margin-top: -2px;
	background: url(../img/mister_title_search_result_small_bg.png) repeat-y
		0 0 #f6f6f6;
}

div.title-search-fader {
	display: none;
	display: block;
	/*background-image: url('images/fader.png');*/
	background-position: right top;
	background-repeat: repeat-y;
	position: absolute;
}

p.title-search-preview {
	font-size: 12px;
}

div.title-search-result td.title-search-price span {
	font-size: 26px;
}

.miss_search {
	padding-bottom: 25px;
}

.miss_search .bx_item_block {
	min-height: 69px;
	position: relative;
	display: block;
	border: 1px solid transparent;
	margin: 3px 10px 0px 10px
}

.miss_search a.bx_item_block:hover {
	border: 1px solid #cfd3da;
	background: #ffffff;
}

.miss_search .bx_img_element {
	float: left;
	display: block;
	width: 72px;
	padding: 8px;
}

.miss_search .bx_img_element img {
	border: 1px solid #f7f7f7;
	margin: 0 auto;
}

.miss_search .bx_item_element {
	margin-left: 82px;
	display: block;
}

.miss_search .bx_item_element .bx_item_name {
	font-family: "ProximaNova", Arial, sans-serif;
	display: inline-block;
	color: #6c727d;
	font-size: 16px;
	padding-top: 10px;
}

.miss_search .bx_item_element .bx_item_name b {
	color: #010101;
	font-weight: normal;
}

.miss_search .bx_price .old {
	font-weight: normal;
	text-decoration: line-through;
	color: #636363
}

.miss_search .bx_item_block.all_result {
	min-height: 0;
	margin-top: 20px;
}

.miss_search .bx_item_block.all_result .bx_img_element {
	width: 70px;
}

.miss_search .bx_item_block.all_result .bx_item_element {
	padding: 0px;
	margin-left: 70px;
}

.miss_search .bx_item_block.all_result .all_result_title {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 5px 0 5px 0;
	text-decoration: none;
	display: block;
	background-color: #001f37;
	border: 10px solid #c5c3c0;
	text-align: center;
}

.miss_search .bx_item_block.all_result  .all_others {
	/* font-family: 'ProximaNova', Arial, regular;
    font-size: 18px;    
    color: #c69696;
    display: inline-block;
    padding: 5px 15px 5px 0;
    text-decoration: underline;
    text-transform:capitalize;    */
	display: none;
}

.miss_search .bx_item_block.all_result .all_result_title:hover,
	.miss_search .bx_item_block.all_result  .all_others:hover {
	text-decoration: none;
}
/*end title-search-result*/
@media ( min-width : 992px) and (max-width: 1199px) {
	.header-login {
		text-align: right;
		display: block;
		margin-top: -20px;
		float: none;
	}
	.miss_search .bx_img_element {
		width: 72px;
		padding: 8px;
	}
	.miss_search .bx_item_block .bx_item_element {
		padding: 12px 5px 5px 10px;
		margin-left: 72px;
	}
	.miss_search .bx_item_block.all_result .bx_item_element {
		padding: 12px 5px 12px 10px;
		margin-left: 60px;
	}
	.miss_search .bx_item_block.all_result .all_result_title {
		font-size: 16px;
	}
	.miss_search .bx_item_block.all_result  .all_others {
		font-size: 16px;
		padding: 5px 10px 5px 0;
	}
	.miss_search .bx_item_block.all_result .bx_item_element .all_result_r {
		width: 9px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.header-login {
		text-align: right;
		display: block;
		margin-top: -20px;
		float: none;
	}
	.wrap-top-block-right1 {
		text-align: right;
	}
	.wrap-top-block-right1, #search {
		width: 100%;
		max-width: 100%;
	}
	.miss_search .bx_img_element {
		width: 72px;
		padding: 8px;
	}
	.miss_search .bx_item_block .bx_item_element {
		padding: 12px 5px 5px 10px;
		margin-left: 72px;
	}
	.miss_search .bx_item_block.all_result .bx_item_element {
		padding: 12px 5px 12px 10px;
		margin-left: 60px;
	}
	.miss_search .bx_item_block.all_result {
		width: 105%;
	}
	.miss_search .bx_item_block.all_result .all_result_title {
		font-size: 16px;
	}
	.miss_search .bx_item_block.all_result  .all_others {
		font-size: 16px;
		padding: 5px 10px 5px 0;
	}
	.miss_search .bx_item_block.all_result .bx_item_element .all_result_r {
		width: 9px;
	}
}

@media ( max-width : 767px) {
	.header-login.enter {
		text-align: right;
		display: block;
		margin-top: -20px;
		float: none;
		margin-bottom: 5px;
	}
	.wrap-top-block-right1, #search {
		width: 100%;
		max-width: 100%;
		float: left;
	}
	div.title-search-result {
		display: none !important;
	}
}

@media ( max-width : 480px) {
	.header-login {
		text-align: right;
		display: block;
		margin-top: -20px;
		float: none;
		margin-bottom: 5px;
	}
}
/*End style for header top block right*/

/*Style for main menu*/
.main-top-menu {
	position: relative;
	width: 100%;
	margin: 0px;
	padding-bottom: 0px;
	z-index: 10;
	background: transparent;
	padding-bottom: 5px;
}

.main-top-menu .wrap-main-top-menu {
	display: table;
	width: auto;
	min-width: 100%;
}

.main-top-menu .wrap-main-top-menu ul {
	display: table-row;
}

.main-top-menu .wrap-main-top-menu ul>li {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
	width: 10%;
}

.main-top-menu .wrap-main-top-menu ul>li>a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #052640;
	display: inline-block;
	width: 100%;
	padding: 14px 3% 14px 3%;
	text-align: center;
	text-decoration: none;
	line-height: 16px;
	text-transform: uppercase
}

.main-top-menu .wrap-main-top-menu ul>li>a span {
	display: inline-block;
	text-align: left;
}

.main-top-menu .wrap-main-top-menu ul>li>a:hover, .main-top-menu .wrap-main-top-menu ul>li>a:active,
	.main-top-menu .wrap-main-top-menu ul>li.li-active>a, .main-top-menu .wrap-main-top-menu ul>li.li-hover>a
	{
	color: #6c727d;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.main-top-menu .wrap-main-top-menu ul>li>a {
		text-align: left;
	}
	.main-top-menu .wrap-main-top-menu ul>li.li-first>a {
		padding-left: 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.main-top-menu .wrap-main-top-menu ul>li>a {
		font-size: 12px;
		text-align: left;
	}
	.main-top-menu .wrap-main-top-menu ul>li.li-first>a {
		padding-left: 5px;
	}
}

.wrap-top-inner-menu {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	
	visibility: hidden;
	opacity: 1;
	border-top: 1px solid #d9d9d9;
	box-shadow: 0px 2px 3px 1px #cdccc9;
	-webkit-box-shadow: 0px 2px 3px 1px #cdccc9;
	-moz-box-shadow: 0px 2px 3px 1px #cdccc9;
}
/*For ie9 and ie10*/
@media screen and (min-width:0\0) {
	.wrap-top-inner-menu {
		margin-top: -5px;
	}
}
/*End for ie9 and ie10*/
.wrap-top-inner-menu .wrap-item {
	width: 100%;
}

.wrap-top-inner-menu .wrap-item .item {
	padding: 35px 35px 35px 35px;
	position: absolute;
}

.wrap-top-inner-menu .item .wrap-title {
	margin-bottom: 30px;
}

.wrap-top-inner-menu .item .wrap-title-banner {
	padding-top: 60px;
	display: block;
	text-decoration: none;
}

.wrap-top-inner-menu .item .wrap-title-banner .banner-title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 30px;
	line-height: 35px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

.wrap-top-inner-menu .item .wrap-title-banner .banner-title-del {
	height: 1px;
	background: #000;
	width: 60%;
	margin: 0 auto;
	margin-top: 27px;
	margin-bottom: 27px;
}

.wrap-top-inner-menu .item .wrap-title-banner .banner-title-2 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

.wrap-top-inner-menu .item .wrap-banner {
	position: relative;
	display: block;
}

.wrap-top-inner-menu .item .wrap-img {
	position: relative;
	display: block;
}

.wrap-top-inner-menu .item .wrap-img .wrap-img-text {
	position: absolute;
	bottom: 15px;
	left: 20px;
	display: block;
	width: 48%;
	color: #a76e6e;
	font-size: 18px;
	line-height: 20px;
}

.wrap-top-inner-menu .item .wrap-element {
	color: #000;
	text-decoration: none;
}

.wrap-top-inner-menu .item .wrap-element img {
	border: 1px solid #acacac;
	margin-bottom: 5px;
}

.wrap-top-inner-menu .item .wrap-element .wrap-name {
	min-height: 50px;
	min-height: 35px;
	margin-bottom: 5px;
	display: block;
}

.wrap-top-inner-menu .item .wrap-element .item-name {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

.wrap-top-inner-menu .item .wrap-element .item-second-name {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	text-decoration: none;
	display: block;
}

.wrap-top-inner-menu .item .wrap-element .wrap-price {
	display: block;
}

.wrap-top-inner-menu .item .wrap-element .wrap-price .item_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d44343;
	display: inline-block;
	margin-bottom: 3px;
	margin-right: 3px;
}

.wrap-top-inner-menu .item .wrap-element .wrap-price .item_price_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #bababa;
	text-decoration: line-through;
	margin-bottom: 0px;
	display: inline-block;
	margin-bottom: 3px;
}

@media ( min-width : 1200px) {
	.wrap-top-inner-menu .item a.wrap-banner:hover .img_hover,
		.wrap-top-inner-menu .item a.wrap-element .img_hover {
		background: none repeat scroll 0 0 #fff;
		display: none;
		height: 100%;
		left: 0;
		opacity: 1;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.wrap-top-inner-menu .item a.wrap-banner:hover .img_hover,
		.wrap-top-inner-menu .item a.wrap-element:hover .img_hover {
		display: block;
		opacity: 0.1;
	}
}

.wrap-top-inner-menu .item .wrap-img .wrap-img-text .text-1 {
	font-family: 'ProximaNova', Arial, sans-serif;
	display: block;
}

.wrap-top-inner-menu .item .wrap-img .wrap-img-text .text-2 {
	font-family: "Times New Roman", Arial, sans-serif;
	display: block;
	text-transform: uppercase;
}

.wrap-top-inner-menu .item .wrap-title .menu-inner-title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 27px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}

.wrap-top-inner-menu .item .wrap-title .menu-inner-title a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	line-height: 100%;
	color: #052640;
	text-decoration: none;
	text-transform: uppercase;
}

.wrap-top-inner-menu .item .wrap-title .menu-inner-title-2 {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #6c727d;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: normal;
}

.wrap-top-inner-menu .item .menu-inner-title-del {
	height: 1px;
	background: #888888;
	width: 35%;
	margin-top: 15px;
}

.wrap-top-inner-menu .item .menu-inner-wrap-text, .wrap-top-inner-menu .item .menu-inner-wrap-text p
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.wrap-top-inner-menu .item .menu-inner-wrap-text p {
	margin-bottom: 15px;
}

.wrap-top-inner-menu .item .menu-lv-2-1, .wrap-top-inner-menu .item .menu-lv-2-2
	{
	margin-bottom: 10px;
}

.wrap-top-inner-menu .item .menu-lv-2-1, .wrap-top-inner-menu .item .menu-lv-2-2
	{
	
}

.wrap-top-inner-menu .item .menu-lv-2-1>li, .wrap-top-inner-menu .item .menu-lv-2-2>li
	{
	list-style: none;
}

.wrap-top-inner-menu .item .menu-lv-2-1>li>a, .wrap-top-inner-menu .item .menu-lv-2-2>li>a
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	display: block;
	color: #33363b;
	text-transform: uppercase;
	text-decoration: none;
}

.wrap-top-inner-menu .item .menu-lv-2-1>li.li-active>a,
	.wrap-top-inner-menu .item .menu-lv-2-1>li:hover>a,
	.wrap-top-inner-menu .item .menu-lv-2-1>li:active>a,
	.wrap-top-inner-menu .item .menu-lv-2-2>li.li-active>a,
	.wrap-top-inner-menu .item .menu-lv-2-2>li:hover>a,
	.wrap-top-inner-menu .item .menu-lv-2-2>li:active>a {
	color: #8b8b8b;
	text-decoration: none;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.wrap-top-inner-menu {
		padding: 25px 25px 25px 25px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner {
		padding-top: 45px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner .banner-title {
		font-size: 23px;
		line-height: 30px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner .banner-title-del {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner .banner-title-2 {
		font-size: 14px;
		line-height: 20px;
	}
	.wrap-top-inner-menu .item .wrap-banner .wrap-img-text {
		font-size: 16px;
		line-height: 18px;
	}
	.wrap-top-inner-menu .item .wrap-title .menu-inner-title {
		font-size: 23px;
		line-height: 27px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.wrap-top-inner-menu {
		padding: 20px 20px 20px 20px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner {
		padding-top: 45px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner .banner-title {
		font-size: 23px;
		line-height: 30px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner .banner-title-del {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.wrap-top-inner-menu .item .wrap-title-banner .banner-title-2 {
		font-size: 14px;
		line-height: 20px;
	}
	.wrap-top-inner-menu .item .wrap-banner .wrap-img-text {
		font-size: 16px;
		line-height: 18px;
	}
	.wrap-top-inner-menu .item .wrap-title .menu-inner-title {
		font-size: 23px;
		line-height: 27px;
	}
}
/* End style for main menu*/

/*Style for main menu mobile*/
.open-mobile-menu {
	/* margin-bottom: 20px;
    position: relative;
    background: url(../img/miss_header_menu_bg.png) 0 0;
    box-shadow:  0px 02px 2px 2px #d6d6d6;
    -webkit-box-shadow:  0px 02px 2px 2px #d6d6d6;
    -moz-box-shadow:  0px 02px 2px 2px #d6d6d6;
    padding: 5px 10px 5px 10px; */
	position: absolute;
	top: -50px;
	left: 0;
	height: 50px;
	background-color: #333333;
	width: 100%;
}

#open-menu {
	display: inline-block;
	padding: 18px 15px 14px 15px;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

#open-menu .icon-bar {
	background: #fff;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
	margin-bottom: 4px;
}

#open-menu .navbar-menu-name {
	color: #ffffff;
	left: 42px;
	position: absolute;
	top: 14px;
}

.menu_mobile .main-menu-lv-1 li {
	width: 100% !important;
}

.menu_mobile .main-menu-lv-2>ul {
	float: none;
	display: block;
}

.menu_mobile .main-menu-lv-2>ul>li {
	width: auto;
}

.menu_mobile .main-menu-lv-2 > ul.menu-lv-2-2.mm-list > li.li-1:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
	border-bottom: none;
}

.menu_mobile .main-menu-lv-2>ul>li.mm-subclose>a {
	padding: 10px 10px 10px 20px;
}

.menu_mobile .mm-list a.mm-subclose:before {
	top: 15px;
}

.menu_mobile .main-menu-lv-2>ul>li>a {
	padding: 10px 10px 10px 20px;
	color: inherit;
}

.menu_mobile .main-menu-lv-2>ul.menu-lv-2-2>li.li-1>a {
	color: rgba(255, 255, 255, 0.3);
}

.menu_mobile .main-menu-lv-2 .span-img {
	display: block;
	float: none;
	width: 90%;
	margin-bottom: 30px;
}

.menu_mobile .main-menu-lv-2 .span-img img {
	margin: 0 auto;
}

@media ( max-width : 767px) {
	.header {
		border-top: 0;
	}
	.header-top {
		margin-top: 50px;
	}
}
/*End style for main menu mobile*/

/* End style for main menu*/

/* Style for content */
.container {
	
}
/* Style for content text */
.content-text h1 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	color: #6c727d;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.content-text h2 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 23px;
	color: #052640;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.content-text h3 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	color: #6c727d;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.content-text h4 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	color: #6c727d;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.content-text h5 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #6c727d;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: normal;
}

.content-text, .content-text p {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #33363b;
	margin-bottom: 14px;
	font-style: normal;
	font-weight: normal;
}

.content-text a, .desc_prop a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #010101;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.content-text a:hover, .desc_prop a:hover {
	text-decoration: none;
}

.content-text ul {
	margin: 0 0 12px 27px;
}

.content-text ul li {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #787f8c;
	color: #33363b;
}

.content-text img {
	max-width: 100%;
	display: block;
	height: auto;
}

.errortext, font.errortext {
	font-family: "ProximaNova", Arial, regular;
	font-size: 15px;
	color: red;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.content-text h1 {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.content-text h2 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.content-text h3 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.content-text h1 {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.content-text h2 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.content-text h3 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
}

@media ( max-width : 767px) {
	.content-text h1 {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.content-text h2 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.content-text h3 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
	}
}
/*Style text_page*/
.content-text .text_page h1, .content-text .text_page h2, .content-text .text_page h3,
	.content-text .text_page h4, .content-text .text_page a {
	color: #001f38;
}

.content-text .text_page a {
	color: #3c6585;
}

/*End style text_page*/
/*End style for content text*/

/*Style for main content*/
main {
	margin-bottom: 50px;
}

/*Style main top block*/
.main-top-block {
	margin-bottom: 17px;
}

.main-top-block a, .main-top-block span {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #6c727d;
}

.main-top-block a, .main-top-block .alpha {
	text-decoration: underline;
	cursor: pointer;
}

.main-top-block a:hover, .main-top-block .alpha:hover {
	text-decoration: none;
	color: #052640;
}
/*Style main center top block*/
.block_alpha {
	display: table;
	width: auto;
	min-width: 100%;
}

ul.main-top-center {
	display: table-row;
}

ul.main-top-center>li {
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}

.main-top-center>li>a, .main-top-center .alpha {
	display: block;
	text-align: center;
}

.main-top-center li>.alpha_inner {
	position: absolute;
	top: 30px;
	left: 2%;
	z-index: 20;
	width: 93%;
	min-height: 250px;
	padding: 35px 50px 60px 20px;
	display: none;
	box-shadow: 0px 2px 1px 1px #e2e2e2;
	-webkit-box-shadow: 0px 2px 1px 1px #e2e2e2;
	-moz-box-shadow: 0px 2px 1px 1px #e2e2e2;
	background-color: #fff;
}

.alpha_inner img {
	border: 1px solid #7f7f7f;
}

.alpha_inner .alpha_banner {
	font-family: 'ProximaNova', Arial, regular;
	color: #000000;
	font-size: 120px;
	border: 1px solid #7f7f7f;
	max-width: 172px;
	line-height: 172px;
	height: 172px;
	text-align: center;
}

.alpha_inner ul {
	margin: 0;
}

.alpha_inner ul li {
	list-style: none;
	float: left;
	width: 46%;
	padding-right: 2%;
}

.main-top-center li>.alpha_inner a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 3% 0;
}

.main-top-center li>.alpha_inner a:hover {
	text-decoration: underline;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.main-top-center li>.alpha_inner a {
		font-family: "Times New Roman", Arial, sans-serif;
		font-size: 12px;
	}
	.alpha_inner .alpha_banner {
		font-size: 90px;
		max-width: 129px;
		line-height: 129px;
		height: 129px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.main-top-center li>.alpha_inner a {
		font-family: "Times New Roman", Arial, sans-serif;
		font-size: 12px;
	}
	.alpha_inner .alpha_banner {
		font-size: 70px;
		max-width: 89px;
		line-height: 89px;
		height: 89px;
	}
}
/*End style main center top block*/
.main-top-right {
	text-align: right;
}

.main-top-right a.left {
	text-align: left;
	text-decoration: none;
}

.main-top-right a {
	width: 47%;
	display: inline-block;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.main-top-right a {
		width: 42%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.main-top-block a, .main-top-block span {
		font-size: 12px;
	}
	.main-top-right a {
		width: 45%;
	}
}

@media ( max-width : 767px) {
	.main-top-center a {
		width: 10% !important;
	}
	.main-top-right a {
		width: 48%;
		margin-right: 1%;
	}
}
/*End style main top block*/

/* Style for main banner */
.block_banner .banner-inner {
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
}

.block_banner .banner-inner .item {
	display: block;
}

.block_banner .banner-inner .item.item_absolute {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
/* Styling main banner Pagination*/
.block_banner .banner-inner .owl-dots {
	position: absolute;
	right: 1%;
	bottom: 1%;
}

.block_banner .banner-inner .owl-controls .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.block_banner .banner-inner .owl-controls .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity = 30); /*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #052640;
}

.block_banner .banner-inner .owl-controls .owl-dot.active span,
	.block_banner .banner-inner .owl-controls.clickable .owl-dot:hover span
	{
	filter: Alpha(Opacity = 100); /*IE7 fix*/
	opacity: 1;
}
/* End Styling main banner Pagination*/
.block_banner .banner-inner .owl-nav .owl-prev, .block_banner .banner-inner .owl-nav .owl-next
	{
	position: absolute;
	width: 16px;
	height: 33px;
	top: 50%;
	margin-top: -16.5px;
}

.block_banner .banner-inner .owl-nav .owl-prev:hover, .block_banner .banner-inner .owl-nav .owl-next:hover
	{
	opacity: 0.5;
}

.block_banner .banner-inner .owl-nav .owl-prev {
	background: url(../img/sprites/mister_arrow_banner.png);
	background-repeat: no-repeat;
	background-position: -31px -5px;
	left: 1%;
}

.block_banner .banner-inner .owl-nav .owl-next {
	background: url(../img/sprites/mister_arrow_banner.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	right: 1%;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_banner .banner-inner .owl-controls .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 6px;
	}
}

@media ( max-width : 767px) {
	.block_banner .banner-inner .owl-controls .owl-dot span {
		width: 9px;
		height: 9px;
		margin: 3px 4px;
	}
}
/* End style for main banner */

/* Style for small banner */
.block_small_banner {
	margin-bottom: 50px;
}

.block_small_banner a, .block_small_banner span {
	display: block;
}

.block_small_banner img {
	display: inline;
}

.block_small_banner .sm-padding-right-no {
	text-align: right;
}

.block_small_banner .sm-padding-left-no {
	text-align: left;
}

.block_small_banner .sm-padding-min {
	text-align: center;
}

.block_small_banner img {
	
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_small_banner {
		margin-bottom: 20px;
	}
}

@media ( max-width : 767px) {
	.block_small_banner {
		margin-bottom: 20px;
	}
	.block_small_banner .sm-padding-min, .block_small_banner .sm-padding-left-no,
		.block_small_banner .sm-padding-right-no {
		text-align: center;
	}
}
/* End style for small banner */

/* Style for block brand and use this you look*/
.block_brand {
	margin-bottom: 0px;
	padding-bottom: 65px;
}

.block_brand .block_title, .block_buy_now .block_title, .main_block_news .block_title
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	line-height: 36px;
	color: #052640;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.block_brand .block_title span, .block_buy_now .block_title span,
	.main_block_news .block_title span {
	font-family: 'ProximaNova', Arial, regular;
	color: #9da5b3;
	font-size: 13px;
	white-space: nowrap;
}

.block_brand_wrap {
	width: 100%;
	background-color: #fff;
	padding: 5px;
	border-top: #cfd3da 1px solid
}

.block_brand_inner {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 140px;
	overflow: hidden;
}

.block_brand_inner .block_wrap_carousel {
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%;
}

.block_brand_inner .block_carousel .item {
	padding: 0 15px;
	opacity: 0.3;
}

.block_brand_inner .block_carousel .item:hover {
	opacity: 1;
}

.block_brand_inner .block_carousel a, .block_brand_inner .block_carousel span
	{
	display: block;
	text-align: center;
	width: 100%;
	height: 80px;
	line-height: 80px;
}

.block_brand_inner .block_carousel>div {
	/*padding: 0 1%;*/
	
}

.block_brand_inner .block_carousel a>img, .block_brand_inner .block_carousel span>img
	{
	margin: 0 auto;
	display: inline-block;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_brand_inner {
		height: 120px;
		padding: 25px;
	}
	.block_brand_inner .block_carousel a, .block_brand_inner .block_carousel span
		{
		height: 65px;
		line-height: 65px;
	}
}

@media ( max-width : 767px) {
	.block_brand_inner {
		height: 100px;
		padding: 15px;
	}
	.block_brand .block_title, .block_buy_now .block_title, .main_block_news .block_title
		{
		font-size: 25px;
		line-height: 27px;
	}
	.block_brand_inner .block_carousel a, .block_brand_inner .block_carousel span
		{
		height: 70px;
		line-height: 70px;
	}
}

@media ( max-width : 459px) {
	.block_brand_inner {
		height: 90px;
		padding: 15px;
	}
	.block_brand_inner .block_carousel a, .block_brand_inner .block_carousel span
		{
		height: 65px;
		line-height: 65px;
	}
}
/* End style for block brand */

/*Style block_news*/
.main_block_news {
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.main_block_news .block_title {
	border-bottom: 1px solid #cfd3da;
	margin-bottom: 25px;
}

.main_block_news .wrap_news {
	padding: 0px;
}

.main_block_news .wrap_news .bl_left {
	display: block;
	text-decoration: none;
}

.main_block_news .wrap_news .bl_left .title {
	font-family: "Times New Roman", Arial, sans-serif;
	color: #6c727d;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 18px;
}

.main_block_news .wrap_news .bl_left .title a {
	font-size: 23px;
	text-decoration: none;
	color: #052640
}

.main_block_news .wrap_news .bl_left .title a:hover {
	color: #052640;
}

@media ( min-width : 1200px) {
	.main_block_news .wrap_news .bl_left .title {
		font-size: 21px;
		line-height: 23px;
	}
}

.main_block_news .wrap_news .bl_left .date {
	font-family: 'ProximaNova', Arial, sans-serif;
	font-size: 13px;
	color: #9da5b3;
	margin-bottom: 15px;
}

.main_block_news .wrap_news .bl_left .wrap_img {
	display: block;
	margin-bottom: 15px;
}

.main_block_news .wrap_news .bl_left .text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6c727d;
}

.main_block_news .wrap_news .bl_center {
	margin-top: 4px;
}

.main_block_news .wrap_news .bl_center .news_one {
	margin-bottom: 30px;
	display: block;
	text-decoration: none;
}

.main_block_news .wrap_news .bl_center .news_one .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6c727d;
	margin-bottom: 5px;
}

.main_block_news .wrap_news .bl_center .news_one .date {
	font-family: 'ProximaNova', Arial, sans-serif;
	font-size: 13px;
	color: #9da5b3;
	margin-bottom: 0px;
}

.main_block_news .wrap_news .bl_center .news_one:hover .title {
	color: #010101;
}

.main_block_news .bl_right .news_slide {
	background: #f6f6f6;
	padding: 17px 15px 17px 15px;
	position: relative;
}

.main_block_news .bl_right .news_slide .slides {
	margin: 0;
}

.main_block_news .bl_right .news_slide .slides li {
	list-style: none;
}

.main_block_news .bl_right .news_slide .item {
	
}

.main_block_news .bl_right .news_slide .item.item_absolute {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.main_block_news .bl_right .news_slide .item .title {
	font-family: "Times New Roman", Arial, sans-serif;
	color: #052640;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
}

.main_block_news .bl_right .news_slide .item .title a {
	font-size: 23px;
	text-decoration: none;
	color: #052640
}

.main_block_news .bl_right .news_slide .item .title a:hover {
	color: #666666;
}

.main_block_news .bl_right .news_slide .item .date {
	font-family: 'ProximaNova', Arial, sans-serif;
	font-size: 13px;
	color: #9da5b3;
	margin-bottom: 15px;
}

.main_block_news .bl_right .news_slide .item .wrap_img {
	display: block;
	margin-bottom: 15px;
}

.main_block_news .bl_right .news_slide .item .wrap_img img {
	/*margin: 0 auto;*/
	
}

.main_block_news .bl_right .news_slide .item .text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	color: #6c727d
}

.main_block_news .bl_right .news_slide .item .wrap_go_detail {
	text-align: right;
}

.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	color: #a76e6e;
}

.main_block_news .bl_right .news_slide .owl-controls {
	left: 0;
	bottom: -40px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/*.main_block_news .bl_right .news_slide .flex-control-nav li {

}*/
.main_block_news .bl_right .news_slide .owl-controls .owl-dots .owl-dot
	{
	background: #ffffff;
	display: inline-block;
	margin: 0 6px;
	border-radius: 20px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
	cursor: pointer;
	height: 11px;
	width: 11px;
}

.main_block_news .bl_right .news_slide .owl-controls .owl-dots .active {
	background: #052640;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.main_block_news {
		padding-bottom: 60px;
	}
	.main_block_news .wrap_news {
		padding: 20px 20px 30px 20px;
	}
	.main_block_news .wrap_news .bl_center .news_one {
		margin-bottom: 25px;
	}
	.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.main_block_news {
		margin-bottom: 35px;
		padding-bottom: 50px;
	}
	.main_block_news .wrap_news {
		padding: 20px 20px 30px 20px;
	}
	.main_block_news .wrap_news .bl_center .news_one {
		margin-bottom: 15px;
	}
	.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.main_block_news {
		margin-bottom: 30px;
		padding-bottom: 50px;
	}
	.main_block_news .wrap_news {
		padding: 15px 15px 40px 15px;
	}
	.main_block_news .wrap_news .bl_left {
		margin-bottom: 25px;
	}
	.main_block_news .wrap_news .bl_center {
		margin-bottom: 20px;
	}
	.main_block_news .wrap_news .bl_center .news_one {
		margin-bottom: 10px;
	}
	.main_block_news .bl_right .news_slide .item .wrap_go_detail a {
		font-size: 16px;
	}
}
/*End style block news*/

/*Style for block buy now*/
.block_buy_now {
	
}

.block_buy_now .block_title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	color: #052640;
	margin-bottom: 0;
}

.block_buy_now  .wrap_online {
	text-align: right;
	margin-bottom: 0;
	line-height: 36px;
}

.block_buy_now .wrap_online .block_online {
	font-family: "Times New Roman", Arial, regular;
	color: #052640;
	font-size: 20px;
	line-height: 36px;
	display: block;
}

.block_buy_now .wrap_online .block_online a, .block_buy_now .wrap_online .block_online span
	{
	font-family: "Times New Roman", Arial, regular;
	font-style: italic;
	color: #052640;
	font-size: 17px;
	line-height: 36px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.block_buy_now .wrap_online .block_online a:hover, .block_buy_now .wrap_online .block_online span:hover
	{
	color: #6c727d;
}

.wrap-buy-now-slider {
	border-top: 1px solid #cfd3da;
}

#buy-now-slider, .buy-now-slider {
	width: 1000%;
	display: inline-block;
	padding-top: 20px;
}

#buy-now-slider .owl-item, .buy-now-slider .owl-item {
	z-index: 1;
	position: relative;
}

#buy-now-slider .owl-item.hover, .buy-now-slider .owl-item.hover {
	z-index: 2;
}

#buy-now-slider .one-item, .buy-now-slider .one-item {
	padding: 3px 0 125px 0;
	position: relative;
	z-index: 1;
	float: left;
	max-width: 256px;
}

#buy-now-slider .owl-prev, .buy-now-slider .owl-prev {
	background: url(../img/sprites/mister_arrow_banner-sm.png);
	background-repeat: no-repeat;
	background-position: -32px -5px;
	height: 43px;
	width: 17px;
	position: absolute;
	top: 31%;
	left: -2%;
	z-index: 50;
}

#buy-now-slider .owl-next, .buy-now-slider .owl-next {
	background: url(../img/sprites/mister_arrow_banner-sm.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	height: 43px;
	width: 17px;
	position: absolute;
	top: 31%;
	right: -2%;
	z-index: 50;
}

#buy-now-slider .owl-prev:hover, #buy-now-slider .owl-next:hover {
	opacity: 0.5;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	#buy-now-slider .owl-next, #buy-now-slider .owl-prev, .buy-now-slider .owl-next,
		.buy-now-slider .owl-prev {
		background-size: 10px 30px;
		background-position: 2px 2px;
		top: 26%;
	}
	#buy-now-slider .owl-next, .buy-now-slider .owl-next {
		width: 16px;
		height: 44px;
		background-size: cover;
		background-position: -5px -5px;
	}
	#buy-now-slider .owl-prev, .buy-now-slider .owl-prev {
		width: 16px;
		height: 44px;
		background-size: cover;
		background-position: -25px -5px;
	}
	#buy-now-slider .item, .buy-now-slider .one-item {
		padding: 3px 0 80px 0;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	#buy-now-slider .owl-prev, .buy-now-slider .owl-prev {
		background-size: 13px 33px;
		background-position: 2px 2px;
		top: 29%;
		left: 1.2%;
	}
	#buy-now-slider .owl-next, .buy-now-slider .owl-next {
		background-size: 13px 33px;
		background-position: 2px 2px;
		top: 29%;
		right: 1.2%;
	}
}

@media ( max-width : 767px) {
	.block_buy_now {
		margin-bottom: 30px;
	}
	.block_buy_now  .wrap_online {
		display: none;
	}
	#buy-now-slider .one-item, .buy-now-slider .one-item {
		padding-bottom: 10px;
		margin: 0 11px;
	}
	#buy-now-slider .owl-prev, .buy-now-slider .owl-prev {
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 30%;
		left: 2.8%;
	}
	#buy-now-slider .owl-next, .buy-now-slider .owl-next {
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 30%;
		right: 1.5%;
	}
}

@media ( max-width : 479px) {
	#buy-now-slider .owl-next, #buy-now-slider .owl-prev, .buy-now-slider .owl-next,
		.buy-now-slider .owl-prev {
		top: 20%;
	}
}

#buy-now-slider .item-top-part, .buy-now-slider .item-top-part {
	padding: 0 0 10px 0;
	position: relative;
}

#buy-now-slider .buy-now-top-inner, .buy-now-slider .buy-now-top-inner {
	/*height: 427px;
    line-height: 425px;*/
	background: #fff;
	text-align: center;
	overflow: hidden;
}

#buy-now-slider .item-top-part a, #buy-now-slider .item-top-part .wrap_img,
	.buy-now-slider .item-top-part a, .buy-now-slider .item-top-part .wrap_img
	{
	display: block;
}

#buy-now-slider .item-discount, .buy-now-slider .item-discount {
	padding: 4px;
	display: block;
	position: absolute;
	bottom: 5%;
	right: -4px;
	z-index: 101;
}

#buy-now-slider .item-discount .item-discount-inner, .buy-now-slider .item-discount .item-discount-inner
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 27px;
	line-height: 30px;
	color: #001f37;
	padding: 0 15px;
	border: 1px solid #001f37;
	background: #fff;
	display: block;
	white-space: nowrap;
}

#buy-now-slider .buy_now_bottom, .buy-now-slider .buy_now_bottom {
	background-color: #fff;
	padding-top: 5px;
}

#buy-now-slider  .buy_now_bottom_inner, .buy-now-slider .buy_now_bottom_inner
	{
	border-top: 1px solid #7f7f7f;
	padding: 25px 0 23px 0;
	text-align:left;
}

#buy-now-slider  .buy_now_bottom_inner .wrap_price_name,
	.buy-now-slider  .buy_now_bottom_inner .wrap_price_name
	{
	width: 100%;
	display: inline-block;
}

@media ( min-width : 1200px) {
	#buy-now-slider  .buy_now_bottom_inner .wrap_price_name,
		.buy-now-slider  .buy_now_bottom_inner .wrap_price_name
		{
		height: 66px;
		overflow: hidden;
	}
}

#buy-now-slider .block_name, .buy-now-slider .block_name {
	width: 60%;
	float: left;
	word-wrap: break-word;
}

#buy-now-slider .block_price, .buy-now-slider .block_price {
	width: 40%;
	margin-left: 60%;
	text-align:right;
}

#buy-now-slider .block_name .item_name, .buy-now-slider .block_name .item_name
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	line-height: 19px;
	color: #000;
	margin-bottom: 0;
}

#buy-now-slider .block_name .item_name a, .buy-now-slider .block_name .item_name a
	{
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	font-family: "ProximaNova", Arial, sans-serif;
	color: #001f37;
}

#buy-now-slider .block_name .item_name a:hover, #buy-now-slider .block_name .item_name a:active,
	.buy-now-slider .block_name .item_name a:hover, .buy-now-slider .block_name .item_name a:active
	{
	color: #6c727d;
}

#buy-now-slider  .item_second_name, .buy-now-slider  .item_second_name
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 0;
}
#buy-now-slider .item_open .item_second_name
{
	margin-top: 2px;
}
#buy-now-slider  .item_second_name a, .buy-now-slider  .item_second_name a
	{
	text-decoration: none;
	color: #001f37;
	font-size: 14px;
}

#buy-now-slider  .item_second_name a:hover, #buy-now-slider  .item_second_name a:active,
	.buy-now-slider  .item_second_name a:hover, .buy-now-slider  .item_second_name a:active
	{
	text-decoration: underline;
}

#buy-now-slider  .item_price, .buy-now-slider  .item_price
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	color: #d44343;
	text-align: right;
	margin-bottom: 0px;
	margin-right:3px;
}
#buy-now-slider .item_open .item_price
{
	margin-right:2px;
}
#buy-now-slider  .item_price_big, .buy-now-slider  .item_price_big
	{
	font-family: "Univers", Arial, sans-serif;
	font-size: 14px;
	color: #bababa;
	text-decoration: line-through;
	text-align: right;
	margin-bottom: 0px;
}

#buy-now-slider .block_text, .buy-now-slider .block_text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #797979;
	margin-top: 9px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	#buy-now-slider .buy-now-top-inner, .buy-now-slider .buy-now-top-inner {
		/* height: 354px;
    line-height: 354px; */
		
	}
	#buy-now-slider .item-discount .item-discount-inner, .buy-now-slider .item-discount .item-discount-inner
		{
		font-size: 22px;
		line-height: 26px;
		padding: 0 11px;
	}
	#buy-now-slider  .item_name, .buy-now-slider .block_name .item_name
		{
		font-size: 17px;
		line-height: 18px;
	}
	#buy-now-slider .block_name .item_second_name, .buy-now-slider .block_name .item_second_name
		{
		font-size: 13px;
		line-height: 14px;
	}
	#buy-now-slider .block_price .item_price, .buy-now-slider .block_price .item_price
		{
		font-size: 15px;
	}
	#buy-now-slider .block_price .item_price_big, .buy-now-slider .block_price .item_price_big
		{
		font-size: 13px;
	}
	#buy-now-slider .block_text, .buy-now-slider .block_text {
		font-size: 13px;
		line-height: 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	#buy-now-slider .buy-now-top-inner, .buy-now-slider .buy-now-top-inner {
	}
	#buy-now-slider .item-discount, .buy-now-slider .item-discount {
		padding: 3px;
		right: -3px;
	}
	#buy-now-slider .item-discount .item-discount-inner, .buy-now-slider .item-discount .item-discount-inner
		{
		font-size: 18px;
		line-height: 22px;
	}
	#buy-now-slider .block_name, .buy-now-slider .block_name {
		width: 100%;
		float: none;
		word-wrap: break-word;
	}
	#buy-now-slider .buy_now_bottom .buy_now_bottom_inner, .buy-now-slider .buy_now_bottom .buy_now_bottom_inner
		{
		padding: 15px 5% 13px 7%;
	}
	#buy-now-slider .block_price, .buy-now-slider .block_price {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
	#buy-now-slider .block_price .item_price, #buy-now-slider .block_price .item_price_big
		{
		display: inline;
	}
	#buy-now-slider .block_price .item_price, #buy-now-slider .block_price .item_price_big,
		.buy-now-slider .block_price .item_price, .buy-now-slider .block_price .item_price_big
		{
		text-align: left;
	}
	#buy-now-slider .block_name .item_name, .buy-now-slider .block_name .item_name
		{
		font-size: 17px;
		line-height: 18px;
	}
	#buy-now-slider .block_name .item_second_name, .buy-now-slider .block_name .item_second_name
		{
		font-size: 13px;
		line-height: 14px;
	}
	#buy-now-slider .block_price .item_price, .buy-now-slider .block_price .item_price
		{
		font-size: 15px;
	}
	#buy-now-slider .block_price .item_price_big, .buy-now-slider .block_price .item_price_big
		{
		font-size: 13px;
	}
	#buy-now-slider .block_text {
		font-size: 13px;
		line-height: 15px;
	}
}

@media ( max-width : 767px) {
	#buy-now-slider .buy-now-top-inner, .buy-now-slider .buy-now-top-inner {
		height: auto;
		line-height: inherit;
	}
	#buy-now-slider .item-discount, .buy-now-slider .item-discount {
		padding: 2px;
		right: -2px;
		bottom: 6%;
	}
	#buy-now-slider .item-discount .item-discount-inner, .buy-now-slider .item-discount .item-discount-inner
		{
		font-size: 18px;
		line-height: 20px;
		padding: 0 5px;
	}
	#buy-now-slider .buy_now_bottom .buy_now_bottom_inner, .buy-now-slider .buy_now_bottom .buy_now_bottom_inner
		{
		padding: 15px 5% 13px 7%;
	}
	#buy-now-slider .block_name, .buy-now-slider .block_name {
		width: 100%;
	}
	#buy-now-slider .block_price, .buy-now-slider .block_price {
		width: 100%;
		margin-left: 0;
	}
	#buy-now-slider .block_name .item_name, .buy-now-slider .block_name .item_name
		{
		font-size: 17px;
		line-height: 18px;
	}
	#buy-now-slider .block_name .item_second_name, .buy-now-slider .block_name .item_second_name
		{
		font-size: 13px;
		line-height: 14px;
	}
	#buy-now-slider .block_price .item_price, .buy-now-slider .block_price .item_price
		{
		font-size: 15px;
		text-align: left;
	}
	#buy-now-slider .block_price .item_price_big, .buy-now-slider .block_price .item_price_big
		{
		font-size: 13px;
		text-align: left;
	}
	#buy-now-slider .block_text, .buy-now-slider .block_text {
		display: none;
	}
}

@media ( max-width : 479px) {
	#buy-now-slider .item-discount .item-discount-inner, .buy-now-slider .item-discount .item-discount-inner
		{
		font-size: 15px;
		line-height: 18px;
		padding: 0 7px;
	}
	#buy-now-slider .block_name, .buy-now-slider .block_name {
		width: 100%;
		float: none;
		word-wrap: break-word;
	}
	#buy-now-slider .block_price, .buy-now-slider .block_price {
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
	#buy-now-slider .block_price .item_price, .block_price .item_price_big,
		#buy-now-slider .block_price .item_price {
		text-align: left;
	}
}

/*icon property*/
#buy-now-slider .item-top-part .icon_property_wrap, .buy-now-slider .item-top-part .icon_property_wrap
	{
	position: absolute;
	right: -30px;
	top: 43px;
	display: inline-block;
	text-align: center;
	z-index: 101;
	border: 1px solid #3d3d3d;
	padding: 5px;
	background: url(../img/miss_modal_basket_item_a_bg.png) 0 0;
	-webkit-transform: rotate(-90deg); /* Chrome y Safari */
	-moz-transform: rotate(-90deg); /* Firefox */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	/* Internet Explorer */
	-o-transform: rotate(-90deg); /* Opera */
	transform: rotate(-90deg);
}

#buy-now-slider .item-top-part .icon_property_wrap:before, .buy-now-slider .item-top-part .icon_property_wrap:before
	{
	content: "";
	width: 21px;
	height: 12px;
	display: block;
	position: absolute;
	top: 15px;
	right: -8px;
	background: url(../img/miss_buy_now_prop_bg.png) 0 0 no-repeat;
	z-index: 101;
}

#buy-now-slider .item-top-part .icon_property_wrap .icon_property,
	.buy-now-slider .item-top-part .icon_property_wrap .icon_property {
	background: #052640;
	display: block;
	padding: 5px 17px;
}

#buy-now-slider .item-top-part .icon_property_wrap .icon_property .icon_property_name,
	.buy-now-slider .item-top-part .icon_property_wrap .icon_property .icon_property_name
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	#buy-now-slider .buy_now_top .icon_property_wrap, .buy-now-slider .buy_now_top .icon_property_wrap
		{
		padding: 4px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap:before, .buy-now-slider .buy_now_top .icon_property_wrap:before
		{
		top: 14px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
		.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
		padding: 5px 13px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
		.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
		{
		font-size: 18px;
		line-height: 20px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	#buy-now-slider .buy_now_top .icon_property_wrap, .buy-now-slider .buy_now_top .icon_property_wrap
		{
		padding: 3px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap:before, .buy-now-slider .buy_now_top .icon_property_wrap:before
		{
		top: 12px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
		.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
		padding: 4px 13px 4px 10px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
		.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
		{
		font-size: 16px;
		line-height: 18px;
	}
}

@media ( max-width : 767px) {
	#buy-now-slider .buy_now_top .icon_property_wrap, .buy-now-slider .buy_now_top .icon_property_wrap
		{
		padding: 2px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap:before, .buy-now-slider .buy_now_top .icon_property_wrap:before
		{
		top: 10px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
		.buy-now-slider .buy_now_top .icon_property_wrap .icon_property {
		padding: 3px 13px 3px 4px;
	}
	#buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
		.buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
		{
		font-size: 14px;
		line-height: 16px;
	}
}
/*end icon property*/

#buy-now-slider .item-bottom-part
{
	padding-top:6px;
}


/*Hover style block buy now*/
#buy-now-slider .item_open, .buy-now-slider .item_open {
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 0;
	z-index: 100;
	width: 139%;
	margin-top: 3px;
	-webkit-box-shadow: 0 0 0 1px #cfd3da;
	-moz-box-shadow: 0 0 0 1px #cfd3da;
	box-shadow: 0 0 0 1px #cfd3da;
}

#buy-now-slider .hover .item_open, .buy-now-slider .hover .item_open
	{
	display: block;
	visibility: visible;
}

#buy-now-slider .hover .buy_now_top, .buy-now-slider .hover .buy_now_top
	{
	background-color: #fff;
}

#buy-now-slider .hover .buy_now_bottom, .buy-now-slider .hover .buy_now_bottom
	{
	box-shadow: none;
}

#buy-now-slider .hover .item_open .buy_now_top, .buy-now-slider .hover .item_open .buy_now_top
	{
	background: none;
	display: block;
	visibility: visible;
}

#buy-now-slider .item_open .buy_now_top, .buy-now-slider .item_open .buy_now_top
	{
	border: 0;
	margin: 0 0px 0px 28%;
	background: none;
}

#buy-now-slider .buy_now_top_small_img, .buy-now-slider .buy_now_top_small_img
	{
	float: left;
	width: 28%;
	padding: 5px 3% 0 3%;
	background-color: #fff;
	z-index: 3;
}

#buy-now-slider .buy_now_top_small_img a, .buy-now-slider .buy_now_top_small_img a,
	#buy-now-slider .buy_now_top_small_img span, .buy-now-slider .buy_now_top_small_img span
	{
	width: 100%;
	display: block;
	margin-top: 9%;
	cursor: pointer;
}

#buy-now-slider .buy_now_top_small_img img, .buy-now-slider .buy_now_top_small_img img
	{
	margin: 0 auto;
}

#buy-now-slider .item_open .item-bottom-part, .buy-now-slider .item_open .item-bottom-part
	{
	padding-left: 28%;
	box-shadow: none;
	padding-top: 5px;
	background-color: #fff;
	border-right: none;
	
}

#buy-now-slider .item_open .item-bottom-part .buy_now_bottom_inner,
	.buy-now-slider .item_open .item-bottom-part .buy_now_bottom_inner {
	padding: 25px 0px 6px 0;
	text-align:left;
}

#buy-now-slider .block_size_color, .buy-now-slider .block_size_color {
	margin-top: 9px;
}

#buy-now-slider .block_size_color p, .buy-now-slider .block_size_color p
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #9da5b3;
	margin-bottom: 2px;
}

#buy-now-slider .block_size_color .name_color, .buy-now-slider .block_size_color .name_color
{
	margin-bottom: 5px;
	text-align:left;
}

#buy-now-slider .block_size_color .item_size, .buy-now-slider .block_size_color .item_size
	{
	color: #33363b;
}

#buy-now-slider .block_size_color .item_size span, .buy-now-slider .block_size_color .item_size span
	{
	color: #33363b;
}

#buy-now-slider .block_size_color .item_color, .buy-now-slider .block_size_color .item_color
	{
	min-width: 105px;
	height: 21px;
	overflow: hidden;
	text-align:left;
}

#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
	margin-right: 11px;
}

#buy-now-slider .owl-wrapper .owl-item.active:first-of-type,
	#buy-now-slider .owl-wrapper :not (.active ) +.active {
	margin-left: 1px;
}

@media ( min-width :992px) and (max-width:1199px) {
	#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
		margin-right: 10px;
	}
	#buy-now-slider .owl-wrapper .owl-item .item {
		max-width: 86%;
	}
}

@media ( min-width :768px) and (max-width:991px) {
	#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
		margin-right: 5px;
	}
	#buy-now-slider .owl-wrapper .owl-item .item {
		max-width: 95%;
	}
}

@media ( max-width :768px) {
	#buy-now-slider .owl-wrapper .owl-item.active:not(:last-child){
		margin-right: 3px;
	}
	#buy-now-slider .owl-wrapper .owl-item .item {
		max-width: 95%;
	}
}

#buy-now-slider .block_size_color .item_color span, .buy-now-slider .block_size_color .item_color span
	{
	height: 19px;
	width: 19px;
	display: inline-block;
	margin: 2px;
	box-shadow: inset 0px 0px 0px 1px #c0c1c2;
	-webkit-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
	-moz-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
}

#buy-now-slider .item_open .wrap_item_bnt, .buy-now-slider .item_open .wrap_item_bnt
	{
	position: absolute;
	top: 31%;
	right: 0px;
	z-index: 100;
	display: block;
	width: 72%;
}

#buy-now-slider .item_open .wrap_item_bnt .bnt_left, .buy-now-slider .item_open .wrap_item_bnt .bnt_left
	{
	display: block;
	float: left;
	height: 42px;
	width: 10%;
	background: url(../img/miss_item_arrow_left.png) no-repeat center center;
	cursor: pointer;
}

#buy-now-slider .item_open .wrap_item_bnt .bnt_right, .buy-now-slider .item_open .wrap_item_bnt .bnt_right
	{
	display: block;
	float: right;
	height: 42px;
	width: 10%;
	background: url(../img/miss_item_arrow_right.png) no-repeat center
		center;
	cursor: pointer;
}

#buy-now-slider .item_open .wrap_item_bnt .bnt_center, .buy-now-slider .item_open .wrap_item_bnt .bnt_center
	{
	display: none;
}

#buy-now-slider .item_open .wrap_item_bnt .bnt_center:hover,
	.buy-now-slider .item_open .wrap_item_bnt .bnt_center:hover {
	background: #fff;
}

@media ( min-width : 1200px) {
	#buy-now-slider .item_open .wrap_item_bnt .bnt_center, .buy-now-slider .item_open .wrap_item_bnt .bnt_center
		{
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		display: block;
		border: 1px solid #9a9a9a;
		text-decoration: none;
		padding: 12px 5px;
		width: 78%;
		background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
		cursor: pointer;
		margin: 0 11%;
		color: #000;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	#buy-now-slider .item_open .wrap_item_bnt, .buy-now-slider .item_open .wrap_item_bnt
		{
		top: 28%;
	}
	#buy-now-slider .item_open .wrap_item_bnt .bnt_left, .buy-now-slider .item_open .wrap_item_bnt .bnt_left,
		#buy-now-slider .item_open .wrap_item_bnt .bnt_right, .buy-now-slider .item_open .wrap_item_bnt .bnt_right
		{
		width: 15%;
	}
	#buy-now-slider .block_size_color .item_color, .buy-now-slider .block_size_color .item_color
		{
		height: 17px;
	}
	#buy-now-slider .block_size_color .item_color span, .buy-now-slider .block_size_color .item_color span
		{
		height: 15px;
		width: 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	#buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
		.buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
		padding: 15px 5% 13px 7%;
	}
	#buy-now-slider .buy_now_top_small_img, .buy-now-slider .buy_now_top_small_img
		{
		width: 27%;
	}
	#buy-now-slider .item_open .wrap_item_bnt, .buy-now-slider .item_open .wrap_item_bnt
		{
		top: 23%;
	}
	#buy-now-slider .item_open .wrap_item_bnt .bnt_left, .buy-now-slider .item_open .wrap_item_bnt .bnt_left,
		#buy-now-slider .item_open .wrap_item_bnt .bnt_right, .buy-now-slider .item_open .wrap_item_bnt .bnt_right
		{
		width: 15%;
	}
	#buy-now-slider .block_size_color .item_color, .buy-now-slider .block_size_color .item_color
		{
		height: 17px;
	}
	#buy-now-slider .block_size_color .item_color span, .buy-now-slider .block_size_color .item_color span
		{
		height: 15px;
		width: 15px;
		margin: 1px;
	}
}

@media ( max-width : 767px) {
	#buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
		.buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner {
		padding: 15px 5% 13px 7%;
	}
	#buy-now-slider .item_open .wrap_item_bnt, .buy-now-slider .item_open .wrap_item_bnt
		{
		top: 27%;
	}
	#buy-now-slider .item_open .wrap_item_bnt .bnt_left, .buy-now-slider .item_open .wrap_item_bnt .bnt_left,
		#buy-now-slider .item_open .wrap_item_bnt .bnt_right, .buy-now-slider .item_open .wrap_item_bnt .bnt_right
		{
		width: 15%;
		background-size: 9px 22px;
	}
	#buy-now-slider .block_size_color, .buy-now-slider .block_size_color {
		display: none;
	}
	#buy-now-slider .block_size_color .item_color, .buy-now-slider .block_size_color .item_color
		{
		height: 14px;
	}
	#buy-now-slider .block_size_color .item_color span, .buy-now-slider .block_size_color .item_color span
		{
		height: 12px;
		width: 12px;
	}
}

@media ( max-width : 479px) {
	#buy-now-slider .item_open .wrap_item_bnt, .buy-now-slider .item_open .wrap_item_bnt
		{
		top: 31%;
	}
}
/*For first hover style block buy now*/
#buy-now-slider .active-first .item_open .item-bottom-part
{
	padding-left:0;
}


#buy-now-slider .active-first .item_open .item-bottom-part .wrap_price_name
{
	margin-left:-1px;
}

#buy-now-slider .active-first, .giftmain .active-first, .buy-now-slider .active-first
{
	z-index: 15;
}

#buy-now-slider .active-first .item_open, .giftmain .active-first .item_open,
	.buy-now-slider .active-first .item_open {
	left: 0;
}

#buy-now-slider .active-first .buy_now_top_small_img, .giftmain .active-first .buy_now_top_small_img,
	.buy-now-slider .active-first .buy_now_top_small_img {
	float: right;
	z-index: 3;
}

#buy-now-slider .active-first .item_open .buy_now_top, .giftmain .active-first .item_open .buy_now_top,
	.buy-now-slider .active-first .item_open .buy_now_top, .giftmain .active-first .item_open .buy_now_bottom
	{
	margin: 0;
}

#buy-now-slider .active-first .item_open .buy_now_bottom,
	.buy-now-slider .active-first .item_open .buy_now_bottom {
	padding-left: 0;
	padding-right: 28%;
	border-left: none;
	border-right: 1px solid #fff;
}

#buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
	.buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner
	{
	padding: 25px 0px 6px 0px;
}

@media ( min-width : 1200px) {
}

#buy-now-slider .active-first .item_open .wrap_item_bnt, .buy-now-slider .active-first .item_open .wrap_item_bnt,
	.giftmain .active-first .item_open .wrap_item_bnt {
	right: auto;
	left: 0px;
}

@media ( min-width : 768px) and (max-width: 991px) {
	#buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
		.buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
		.giftmain .active-first .item_open .buy_now_bottom .buy_now_bottom_inner
		{
		padding: 15px 0% 13px 7%;
	}
}

@media ( max-width : 767px) {
	#buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
		.buy-now-slider .active-first .item_open .buy_now_bottom .buy_now_bottom_inner,
		.giftmain .active-first .item_open .buy_now_bottom .buy_now_bottom_inner
		{
		padding: 15px 0% 13px 7%;
	}
}
/*End first hover style block buy now*/

/*For swipper vertical slider*/
.buy_now_top_small_img .wrap {
	position: relative;
	padding-top: 9px;
	padding-bottom: 13px;
	margin-top: 8%;
}

.buy_now_top_small_img .swiper-slide {
	max-width: 99%;
}

.buy_now_top_small_img .swiper-container {
	
}

.buy_now_top_small_img .arrow-top, .buy_now_top_small_img .arrow-bottom
	{
	height: 10px;
	width: 100%;
	cursor: pointer;
	position: absolute;
	display: block;
	left: 0;
}

.buy_now_top_small_img .arrow-top {
	top: 0px;
	background: url(../img/miss_swiper_arrow_top.png) center top no-repeat;
}

.buy_now_top_small_img .arrow-bottom {
	bottom: 0px;
	background: url(../img/miss_swiper_arrow_bottom.png) center bottom
		no-repeat;
}
/*End for swipper vertical slider*/
/*End hover style block buy now*/

/*Correct style for inner page block you look*/
.block_you_look #buy-now-slider, .buy-now-slider, .block_you_look .buy-now-slider,
	.buy-now-slider {
	padding-top: 12px;
}

.block_you_look #buy-now-slider .item, .block_you_look .buy-now-slider .item
	{
	padding: 3px 0 112px 0;
	margin: 0 12px;
	max-width: 192px;
}

.block_you_look #buy-now-slider .owl-prev, .block_you_look #buy-now-slider .owl-next,
	.block_you_look .buy-now-slider .owl-prev, .block_you_look .buy-now-slider .owl-next
	{
	background-size: 16px 25px;
	background-position: 2px 2px;
	top: 22%;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_you_look #buy-now-slider .item, .block_you_look .buy-now-slider .item
		{
		margin: 0 10px;
	}
	.block_you_look #buy-now-slider .owl-next, .block_you_look #buy-now-slider .owl-prev,
		.block_you_look .buy-now-slider .owl-next, .block_you_look .buy-now-slider .owl-prev
		{
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 18%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_you_look #buy-now-slider .item, .block_you_look .buy-now-slider .item
		{
		padding-bottom: 128px;
		margin: 0 8px;
	}
	.block_you_look #buy-now-slider .owl-prev, .block_you_look .buy-now-slider .owl-prev
		{
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 18%;
	}
	.block_you_look #buy-now-slider .owl-next, .block_you_look .buy-now-slider .owl-next
		{
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 18%;
	}
}

@media ( max-width : 767px) {
	.block_you_look #buy-now-slider .item, .block_you_look .buy-now-slider .item
		{
		padding-bottom: 30px;
		margin: 0 8px;
	}
	.block_you_look #buy-now-slider .owl-prev, .block_you_look #buy-now-slider .owl-prev
		{
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 20%;
	}
	.block_you_look #buy-now-slider .owl-next, .block_you_look .buy-now-slider .owl-next
		{
		background-size: 12px 16px;
		background-position: 2px 2px;
		top: 20%;
	}
}

@media ( max-width : 479px) {
	.block_you_look #buy-now-slider .owl-next, .block_you_look #buy-now-slider .owl-prev,
		.block_you_look .buy-now-slider .owl-next, .block_you_look .buy-now-slider .owl-prev
		{
		top: 22%;
	}
}

/*icon*/
.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
	.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
	padding: 3px;
}

.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
	.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before
	{
	top: 11px;
}

.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
	.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property
	{
	padding: 5px 13px 5px 6px;
}

.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 17px;
	line-height: 19px;
}

.block_you_look #buy-now-slider .buy_now_top .item-discount,
	.block_you_look .buy-now-slider .buy_now_top .item-discount {
	padding: 3px;
	right: -3px;
	bottom: 6%;
}

.block_you_look #buy-now-slider .buy_now_top .item-discount-inner,
	.block_you_look .buy-now-slider .buy_now_top .item-discount-inner {
	font-size: 18px;
	line-height: 20px;
	padding: 0 9px;
}
/*End icon*/
.block_you_look #buy-now-slider .buy_now_bottom_inner, .block_you_look .buy-now-slider .buy_now_bottom_inner
	{
	padding: 6px 5% 6px 5%;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner p, .block_you_look .buy-now-slider .buy_now_bottom_inner p
	{
	word-wrap: break-word;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-top: 0;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name,
	.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	margin-bottom: 3px;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a {
	margin-bottom: 0;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a:hover,
	.block_you_look #buy-now-slider .buy_now_bottom_inner .item_name a:active,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name a:hover,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_name a:active
	{
	color: #a86e6d;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name,
	.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 9px;
	text-decoration: none;
	min-height: 45px;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a
	{
	margin-bottom: 0px;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a:hover,
	.block_you_look #buy-now-slider .buy_now_bottom_inner .item_second_name a:active,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a:hover,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_second_name a:active
	{
	text-decoration: underline;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_price,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #ec859b;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 3px;
}

.block_you_look #buy-now-slider .buy_now_bottom_inner .item_price_big,
	.block_you_look .buy-now-slider .buy_now_bottom_inner .item_price_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #bababa;
	text-decoration: line-through;
	display: inline-block;
	margin-bottom: 5px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
		padding: 3px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before
		{
		top: 11px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property
		{
		padding: 3px 13px 4px 6px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
		{
		font-size: 15px;
		line-height: 17px;
	}
	.block_you_look #buy-now-slider .buy_now_top .item-discount,
		.block_you_look .buy-now-slider .buy_now_top .item-discount {
		padding: 3px;
	}
	.block_you_look #buy-now-slider .buy_now_top .item-discount .item-discount-inner,
		.block_you_look .buy-now-slider .buy_now_top .item-discount .item-discount-inner
		{
		font-size: 17px;
		line-height: 19px;
		padding: 0 7px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
		padding: 3px;
		display: none;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before
		{
		top: 11px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property
		{
		padding: 3px 13px 4px 6px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
		{
		font-size: 15px;
		line-height: 17px;
	}
	.block_you_look #buy-now-slider .buy_now_top .item-discount,
		.block_you_look .buy-now-slider .buy_now_top .item-discount {
		padding: 2px;
	}
	.block_you_look #buy-now-slider .buy_now_top .item-discount .item-discount-inner,
		.block_you_look .buy-now-slider .buy_now_top .item-discount .item-discount-inner
		{
		font-size: 16px;
		line-height: 18px;
		padding: 0 6px;
	}
}

@media ( max-width : 767px) {
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap {
		padding: 2px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap:before,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap:before
		{
		top: 10px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property
		{
		padding: 3px 13px 4px 4px;
	}
	.block_you_look #buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
		.block_you_look .buy-now-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name
		{
		font-size: 15px;
		line-height: 17px;
	}
	.block_you_look #buy-now-slider .buy_now_top .item-discount,
		.block_you_look .buy-now-slider .buy_now_top .item-discount {
		padding: 2px;
		right: -2px;
		bottom: 6%;
	}
	.block_you_look #buy-now-slider .buy_now_top .item-discount .item-discount-inner,
		.block_you_look .buy-now-slider .buy_now_top .item-discount .item-discount-inner
		{
		font-size: 18px;
		line-height: 20px;
		padding: 0 5px;
	}
}

/*Hover style block you look*/
.block_you_look #buy-now-slider .item_open .wrap_item_bnt,
	.block_you_look .buy-now-slider .item_open .wrap_item_bnt {
	top: 27%;
}

.block_you_look #buy-now-slider .item_open .wrap_item_bnt .bnt_left,
	.block_you_look .buy-now-slider .item_open .wrap_item_bnt .bnt_left,
	.block_you_look #buy-now-slider .item_open .wrap_item_bnt .bnt_right,
	.block_you_look .buy-now-slider .item_open .wrap_item_bnt .bnt_right {
	height: 34px;
	background-size: 6px 20px;
}

.block_you_look #buy-now-slider .item_open .wrap_item_bnt .bnt_center,
	.block_you_look .buy-now-slider .item_open .wrap_item_bnt .bnt_center {
	font-size: 16px;
	line-height: 16px;
	padding: 8px 5px;
}

.block_you_look #buy-now-slider .item_open .buy_now_bottom,
	.block_you_look .buy-now-slider .item_open .buy_now_bottom {
	
}

.block_you_look #buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block_you_look .buy-now-slider .item_open .buy_now_bottom .buy_now_bottom_inner
	{
	padding: 6px 5% 6px 5%;
}

.block_you_look #buy-now-slider .block_size_color, .block_you_look .buy-now-slider .block_size_color
	{
	margin-top: 0px;
}

.block_you_look #buy-now-slider .block_size_color .name_color,
	.block_you_look .buy-now-slider .block_size_color .name_color {
	margin-bottom: 3px;
}

.block_you_look  #buy-now-slider .block_size_color .item_color,
	.block_you_look  .buy-now-slider .block_size_color .item_color {
	height: 17px;
}

.block_you_look  #buy-now-slider .block_size_color .item_color span,
	.block_you_look  .buy-now-slider .block_size_color .item_color span {
	height: 15px;
	width: 15px;
}

.block_you_look #buy-now-slider .block_size_color p, .block_you_look .buy-now-slider .block_size_color p
	{
	color: #797979;
}

.block_you_look #buy-now-slider .block_size_color .item_size,
	.block_you_look .buy-now-slider .block_size_color .item_size {
	color: #000000;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_you_look #buy-now-slider .item_open .wrap_item_bnt,
		.block_you_look .buy-now-slider .item_open .wrap_item_bnt {
		top: 22%;
	}
	.block_you_look  #buy-now-slider .block_size_color .item_color span,
		.block_you_look  .buy-now-slider .block_size_color .item_color span {
		height: 14px;
		width: 14px;
		margin: 1px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_you_look #buy-now-slider .item_open .wrap_item_bnt,
		.block_you_look .buy-now-slider .item_open .wrap_item_bnt {
		top: 22%;
	}
	.block_you_look  #buy-now-slider .block_size_color .item_color span,
		.block_you_look  .buy-now-slider .block_size_color .item_color span {
		height: 13px;
		width: 13px;
		margin: 1px;
	}
}

@media ( max-width : 767px) {
}
/*End hover style block you look*/
/*End correct style for inner page block you look*/

/*Style block-you-slider-big*/
.block_gift_big .title, .giftmain .title {
	margin-top: 20px;
}

.block_you_look_big .title, .block_gift_big .title, .giftmain .title {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 20px;
	color: #001f38;
}

.block-you-slider {
	width: 1000%;
	display: inline-block;
	padding-top: 12px;
}

.wrap-block-you-slider {
	overflow: hidden;
}

.block-you-slider .owl-item, .block-gift .owl-item, .giftmain .owl-item,
	.block-giftbasket .owl-item {
	z-index: 1;
	position: relative;
}

.block-you-slider .owl-item.hover, .block-gift .owl-item.hover,
	.giftmain .owl-item.hover, .block-giftbasket .owl-item.hover {
	z-index: 2;
}

.block-you-slider .one-item, .block-gift .item, .giftmain .item,
	.block-giftbasket .item {
	padding: 3px 0 125px 0;
	margin: 0 19px;
	position: relative;
	z-index: 1;
	float: left;
	max-width: 192px;
}

.block-you-slider .owl-prev, .block-gift .owl-prev, .giftmain .owl-prev,
	.block-giftbasket .owl-prev {
	background: url(../img/sprites/mister_buy_now.png);
	background-repeat: no-repeat;
	background-position: -33px -5px;
	height: 44px;
	width: 18px;
	position: absolute;
	top: 22%;
	left: 0%;
	z-index: 50;
}

.block-you-slider .owl-next, .block-gift .owl-next, .giftmain .owl-next,
	.block-giftbasket .owl-next {
	background: url(../img/sprites/mister_buy_now.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	height: 44px;
	width: 18px;
	position: absolute;
	top: 22%;
	right: 0%;
	z-index: 50;
}

/*START COLOR SLIDER*/
.js_detail_prop_block .js_detail_prop {
	clear: both;
}

.detail_color ul .owl-stage-outer li.color_img span {
	border: 0;
}

.detail_color ul .owl-stage-outer li.color_img span img {
	border: 1px solid #b8b8ba;
}

.detail_color .owl-nav .owl-prev, .detail_color .owl-nav .owl-next {
	cursor: pointer;
	height: 14px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 9px;
	z-index: 50;
}

.detail_color .owl-item {
	z-index: 1;
	text-align: center;
}

.detail_color .owl-item ol {
	display: inline-block;
	margin: 0 auto;
}

.detail_color .owl-item li {
	float: left;
	display: block;
	clear: both;
}
/*.detail_color .owl-item li.li-active{border:0;}
.detail_color .owl-item li.li-active span{border:1px solid #7b7b7b;}*/
.detail_color .owl-nav .owl-prev {
	background: rgba(0, 0, 0, 0) url("../img/miss_buy_now_prev_color.png")
		no-repeat;
	left: 0;
}

.detail_color .owl-nav .owl-next {
	background: rgba(0, 0, 0, 0) url("../img/miss_buy_now_next_color.png")
		no-repeat;
	right: 0;
}

/*END COLOR SLIDER*/
@media ( min-width : 992px) and (max-width: 1199px) {
	.block-you-slider .owl-next, .block-you-slider .owl-prev, .block-gift .owl-next,
		 .block-giftbasket .owl-next, .block-giftbasket .owl-prev
		.giftmain .owl-prev, .block-gift .owl-next, .giftmain .owl-prev {
		background-size: 12px 16px;
		top: 18%;
	}
	.block-you-slider .owl-next, .block-gift .owl-next, .giftmain .owl-next,
		.block-giftbasket .owl-next {
		background-position: 0px 2px;
	}
	.block-you-slider .owl-prev, .block-gift .owl-prev, .giftmain .owl-prev,
		.block-giftbasket .owl-prev {
		background-position: -19px 2px;
	}
	.block-you-slider .item, .block-gift .item, .giftmain .item,
		.block-giftbasket .item {
		margin: 0 20px;
		padding-bottom: 115px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block-you-slider .owl-prev, .block-gift .owl-prev, .giftmain .owl-prev,
		.block-giftbasket .owl-prev {
		background-size: 12px 16px;
		background-position: -5px 2px; width : 5px;
		top: 18%;
		left: 1.2%;
		width: 5px;
	}
	.block-you-slider .owl-next, .block-gift .owl-next, .giftmain .owl-next,
		.block-giftbasket .owl-next { 
		background-size: 12px 16px;
		background-position: 0px 2px;
		top: 18%;
		right: 1.2%;
		width: 5px;
	}
	.block-you-slider .item, .block-gift .item, .giftmain .item,
		.block-giftbasket .item {
		padding-bottom: 128px;
		margin: 0 20px;
	}
}

@media ( max-width : 767px) {
	.block-you-slider .item, .block-gift .item, .giftmain .item,
		.block-giftbasket .item {
		padding-bottom: 30px;
		margin: 0 11px;
	}
	.block-you-slider .owl-prev, .block-gift .owl-prev, .giftmain .owl-prev,
		.block-giftbasket .owl-prev {
		background-size: 12px 16px;
		background-position: -6px 2px;
		top: 20%;
		left: 0%;
		width: 12px;
	}
	.block-you-slider .owl-next, .block-gift .owl-next, .giftmain .owl-next,
		.block-giftbasket .owl-next {
		background-size: 12px 16px;
		background-position: 6px 2px;
		top: 20%;
		right: 0%;
		width: 12px;
	}
}

@media ( max-width : 479px) {
	.block-you-slider .owl-next, .block-you-slider .owl-prev, .block-gift .owl-next,
		.block-giftbasket .owl-next, .block-giftbasket .owl-prev, .block-gift .owl-prev,
		.giftmain .owl-next, .giftmain .owl-prev {
		top: 22%;
	}
}

.block-you-slider .buy_now_top, .block-gift .buy_now_top, .giftmain .buy_now_top,
	.block-giftbasket .buy_now_top {
	padding: 0 0 10px 0;
	position: relative;
}

.block-you-slider .buy-now-top-inner, .block-gift .buy-now-top-inner,
	.giftmain .buy-now-top-inner, .block-giftbasket .buy-now-top-inner {
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.block-you-slider .buy_now_top a, .block-you-slider .buy_now_top .wrap_img,
	.block-gift .buy_now_top a, .block-gift .buy_now_top .wrap_img,
	.block-giftbasket .buy_now_top a, .block-giftbasket .buy_now_top .wrap_img,
	.giftmain .buy_now_top a, .giftmain .buy_now_top .wrap_img {
	display: block;
}

.block-you-slider .item-discount, .block-gift .item-discount,
	.block-giftbasket .item-discount, .giftmain .item-discount {
	padding: 3px;
	display: block;
	position: absolute;
	bottom: 6%;
	right: -3px;
	z-index: 101;
}

.block-you-slider .item-discount .item-discount-inner, .block-gift .item-discount .item-discount-inner,
	.block-giftbasket .item-discount .item-discount-inner, .giftmain .item-discount .item-discount-inner
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	line-height: 20px;
	color: #001f37;
	padding: 0 9px;
	border: 1px solid #001f37;
	background: #fff;
	display: block;
	white-space: nowrap;
}

.block-you-slider .buy_now_bottom, .block-gift .buy_now_bottom,
	.block-giftbasket .buy_now_bottom, .giftmain .buy_now_bottom {
	background-color: #fff;
	padding-top: 5px;
}

.block-you-slider .buy_now_bottom .buy_now_bottom_inner, .block-gift .buy_now_bottom .buy_now_bottom_inner,
	.giftmain .buy_now_bottom .buy_now_bottom_inner {
	border-top: 1px solid #7f7f7f;
	padding: 6px 0 6px 0;
	text-align: center;
}

.block-you-slider .buy_now_bottom_inner p, .block-gift .buy_now_bottom_inner p,
	.block-giftbasket .buy_now_bottom_inner p, .giftmain .buy_now_bottom_inner p
	{
	word-wrap: break-word;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-top: 0;
}

.block-you-slider .buy_now_bottom_inner .item_name, .block-you-slider .buy_now_bottom_inner .item_name a,
	.block-gift .buy_now_bottom_inner .item_name, .block-gift .buy_now_bottom_inner .item_name a,
	.block-giftbasket .buy_now_bottom_inner .item_name, .block-giftbasket .buy_now_bottom_inner .item_name a,
	.giftmain .buy_now_bottom_inner .item_name, .giftmain .buy_now_bottom_inner .item_name a
	{
	font-family: "Proxima Nova", Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	margin-bottom: 3px;
	color: #001f37;
}

.block-you-slider .buy_now_bottom_inner .item_name a, .block-gift .buy_now_bottom_inner .item_name a,
	.block-giftbasket .buy_now_bottom_inner .item_name a, .giftmain .buy_now_bottom_inner .item_name a
	{
	margin-bottom: 0;
}

.block-you-slider .buy_now_bottom_inner .item_name a:hover,
	.block-you-slider .buy_now_bottom_inner .item_name a:active,
	.block-gift .buy_now_bottom_inner .item_name a:hover, .block-gift .buy_now_bottom_inner .item_name a:active,
	.block-giftbasket .buy_now_bottom_inner .item_name a:hover,
	.block-giftbasket .buy_now_bottom_inner .item_name a:active, .giftmain .buy_now_bottom_inner .item_name a:hover,
	.giftmain .buy_now_bottom_inner .item_name a:active {
	color: #6c727d;
}

.block-you-slider .buy_now_bottom_inner .item_second_name,
	.block-you-slider .buy_now_bottom_inner .item_second_name a,
	.block-gift .buy_now_bottom_inner .item_second_name, .block-gift .buy_now_bottom_inner .item_second_name a,
	.block-giftbasket .buy_now_bottom_inner .item_second_name,
	.block-giftbasket .buy_now_bottom_inner .item_second_name a, .giftmain .buy_now_bottom_inner .item_second_name,
	.giftmain .buy_now_bottom_inner .item_second_name a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 9px;
	text-decoration: none;
	color: #001f37;
}

.block-you-slider .buy_now_bottom_inner .item_second_name a, .block-gift .buy_now_bottom_inner .item_second_name a,
	.block-giftbasket .buy_now_bottom_inner .item_second_name a, .giftmain .buy_now_bottom_inner .item_second_name a
	{
	margin-bottom: 0px;
}

.block-you-slider .buy_now_bottom_inner .item_second_name a:hover,
	.block-you-slider .buy_now_bottom_inner .item_second_name a:active,
	.block-gift .buy_now_bottom_inner .item_second_name a:hover,
	.block-gift .buy_now_bottom_inner .item_second_name a:active,
	.block-giftbasket .buy_now_bottom_inner .item_second_name a:hover,
	.block-giftbasket .buy_now_bottom_inner .item_second_name a:active,
	.giftmain .buy_now_bottom_inner .item_second_name a:hover, .giftmain .buy_now_bottom_inner .item_second_name a:active
	{
	text-decoration: underline;
}

.block-you-slider .buy_now_bottom_inner .item_price, .block-gift .buy_now_bottom_inner .item_price,
	.block-giftbasket .buy_now_bottom_inner .item_price, .giftmain .buy_now_bottom_inner .item_price
	{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #d44343;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 3px;
}

.block-you-slider .buy_now_bottom_inner .item_price_big, .block-gift .buy_now_bottom_inner .item_price_big,
	.block-giftbasket .buy_now_bottom_inner .item_price_big, .giftmain .buy_now_bottom_inner .item_price_big
	{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #9da5b3;
	text-decoration: line-through;
	display: inline-block;
	margin-bottom: 5px;
}

@media
(
min-width
:
992px)
and
(max-width:
1199px)
{
.block-you-slider .item-discount, .block-gift .item-discount,
	.block-giftbasket .item-discount, .giftmain .item-discount {
	padding: 3px;
}

.block-you-slider .item-discount .item-discount-inner, .block-gift .item-discount .item-discount-innerr,
	.block-giftbasket .item-discount .item-discount-inner, .giftmain .item-discount .item-discount-inner
	{
	font-size: 22px;
	line-height: 26px;
	padding: 0 11px;
}

}
@media
(
min-width
:
768px)
and
(max-width:
991px)
{
.block-you-slider .item-discount, .block-gift .item-discount,
	.block-giftbasket .item-discount, .giftmain .item-discount {
	padding: 2px;
	right: -2px;
}

.block-you-slider .item-discount .item-discount-inner, .block-gift .item-discount .item-discount-inner,
	.block-giftbasket .item-discount .item-discount-inner, .giftmain .item-discount .item-discount-inner
	{
	font-size: 16px;
	line-height: 18px;
	padding: 0 6px;
}

.block-you-slider .buy_now_bottom .buy_now_bottom_inner, .block-gift .buy_now_bottom .buy_now_bottom_inner,
	.block-giftbasket .buy_now_bottom .buy_now_bottom_inner, .giftmain .buy_now_bottom .buy_now_bottom_inner
	{
	padding: 15px 5% 13px 7%;
}

}
@media ( max-width : 767px) {
	.block-you-slider .buy-now-top-inner, .block-gift .buy-now-top-inner,
		.block-giftbasket .buy-now-top-inner, .giftmain .buy-now-top-inner {
		height: auto;
		line-height: inherit;
	}
	.block-you-slider .item-discount, .block-gift .item-discount,
		.block-giftbasket .item-discount, .giftmain .item-discount {
		padding: 2px;
		right: -2px;
		bottom: 6%;
	}
	.block-you-slider .item-discount .item-discount-inner, .block-gift .item-discount .item-discount-inner,
		.block-giftbasket .item-discount .item-discount-inner, .giftmain .item-discount .item-discount-inner
		{
		font-size: 18px;
		line-height: 20px;
		padding: 0 5px;
	}
	.block-you-slider .buy_now_bottom .buy_now_bottom_inner, .block-gift .buy_now_bottom .buy_now_bottom_inner,
		.block-giftbasket .buy_now_bottom .buy_now_bottom_inner, .giftmain .buy_now_bottom .buy_now_bottom_inner
		{
		padding: 15px 5% 13px 7%;
	}
}

@media
(
max-width
:
479px)
{
.block-you-slider .item-discount .item-discount-inner, .block-gift .item-discount .item-discount-inner,
	.block-giftbasket .item-discount .item-discount-inner, .giftmain .item-discount .item-discount-inner
	{
	font-size: 15px;
	line-height: 18px;
	padding: 0 7px;
}

}

/*icon property*/
.block-you-slider .buy_now_top .icon_property_wrap, .block-gift .buy_now_top .icon_property_wrap,
	.block-giftbasket .buy_now_top .icon_property_wrap, .giftmain .buy_now_top .icon_property_wrap
	{
	position: absolute;
	right: -30px;
	top: 43px;
	display: inline-block;
	text-align: center;
	z-index: 101;
	border: 1px solid #3d3d3d;
	padding: 3px;
	background: url(../img/miss_modal_basket_item_a_bg.png) 0 0;
	-webkit-transform: rotate(-90deg); /* Chrome y Safari */
	-moz-transform: rotate(-90deg); /* Firefox */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	/* Internet Explorer */
	-o-transform: rotate(-90deg); /* Opera */
	transform: rotate(-90deg);
}

.block-you-slider .buy_now_top .icon_property_wrap:before {
	content: "";
	width: 21px;
	height: 12px;
	display: block;
	position: absolute;
	top: 11px;
	right: -8px;
	background: url(../img/miss_buy_now_prop_bg.png) 0 0 no-repeat;
	z-index: 101;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property,
	.block-gift .buy_now_top .icon_property_wrap .icon_property,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property,
	.giftmain .buy_now_top .icon_property_wrap .icon_property {
	background: #052640;
	display: block;
	padding: 5px 13px 5px 6px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-gift .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.giftmain .buy_now_top .icon_property_wrap .icon_property .icon_property_name
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
}

@media
(
min-width
:
992px)
and
(max-width:
1199px)
{
.block-you-slider .buy_now_top .icon_property_wrap, .block-gift .buy_now_top .icon_property_wrap,
	.block-giftbasket .buy_now_top .icon_property_wrap, .giftmain .buy_now_top .icon_property_wrap
	{
	padding: 3px;
}

.block-you-slider .buy_now_top .icon_property_wrap:before, .block-gift .buy_now_top .icon_property_wrap:before,
	.block-giftbasket .buy_now_top .icon_property_wrap:before, .giftmain .buy_now_top .icon_property_wrap:before
	{
	top: 11px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property,
	.block-gift .buy_now_top .icon_property_wrap .icon_property,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property,
	.giftmain .buy_now_top .icon_property_wrap .icon_property {
	padding: 3px 13px 4px 6px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-gift .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.giftmain .buy_now_top .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 15px;
	line-height: 17px;
}

}
@media
(
min-width
:
768px)
and
(max-width:
991px)
{
.block-you-slider .buy_now_top .icon_property_wrap, .block-gift .buy_now_top .icon_property_wrap,
	.block-giftbasket .buy_now_top .icon_property_wrap, .giftmain .buy_now_top .icon_property_wrap
	{
	padding: 3px;
	display: none;
}

.block-you-slider .buy_now_top .icon_property_wrap:before, .block-gift .buy_now_top .icon_property_wrap:before,
	.block-giftbasket .buy_now_top .icon_property_wrap:before, .giftmain .buy_now_top .icon_property_wrap:before
	{
	top: 11px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property,
	.block-gift .buy_now_top .icon_property_wrap .icon_property,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property,
	.giftmain .buy_now_top .icon_property_wrap .icon_property {
	padding: 3px 13px 4px 6px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-gift .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.giftmain .buy_now_top .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 15px;
	line-height: 17px;
}

}
@media
(
max-width
:
767px)
{
.block-you-slider .buy_now_top .icon_property_wrap, .block-gift .buy_now_top .icon_property_wrap,
	.block-giftbasket .buy_now_top .icon_property_wrap, .giftmain .buy_now_top .icon_property_wrap
	{
	padding: 2px;
}

.block-you-slider .buy_now_top .icon_property_wrap:before, .block-gift .buy_now_top .icon_property_wrap:before,
	.block-giftbasket .buy_now_top .icon_property_wrap:before, .giftmain .buy_now_top .icon_property_wrap:before
	{
	top: 10px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property,
	.block-gift .buy_now_top .icon_property_wrap .icon_property,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property,
	.giftmain .buy_now_top .icon_property_wrap .icon_property {
	padding: 3px 13px 3px 4px;
}

.block-you-slider .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-gift .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.block-giftbasket .buy_now_top .icon_property_wrap .icon_property .icon_property_name,
	.giftmain .buy_now_top .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 15px;
	line-height: 17px;
}

}
/*end icon property*/

/*Hover style block buy now*/
.block-you-slider .item_open, .block-gift .item_open, .block-giftbasket .item_open,
	.giftmain .item_open {
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 0;
	z-index: 100;
	width: 139%;
	margin-top: 3px;
	border: 1px solid #cfd3da;
}

.block-you-slider .hover .item .item_open, .block-gift .hover .item .item_open,
	.block-giftbasket .hover .item .item_open, .giftmain .hover .item .item_open
	{
	visibility: visible;
	display: block;
}

.block-you-slider .hover .item .buy_now_top, .block-gift .hover .item .buy_now_top,
	.block-giftbasket .hover .item .buy_now_top, .giftmain .hover .item .buy_now_top
	{
	background-color: #fff;
}

.block-you-slider .hover .item .buy_now_bottom, .block-gift .hover .item .buy_now_bottom,
	.block-giftbasket .hover .item .buy_now_bottom, .giftmain .hover .item .buy_now_bottom
	{
	box-shadow: none;
}

.block-you-slider .hover .item .item_open .buy_now_top, .block-gift .hover .item .item_open .buy_now_top,
	.block-giftbasket .hover .item .item_open .buy_now_top, .giftmain .hover .item .item_open .buy_now_top
	{
	background: none;
	display: block;
}

.block-you-slider .item_open .buy_now_top, .block-gift .item_open .buy_now_top,
	.block-giftbasket .item_open .buy_now_top, .giftmain .item_open .buy_now_top
	{
	border: 0;
	margin: 0 0px 0px 28%;
	background: none;
}

.block-you-slider .buy_now_top_small_img, .block-gift .buy_now_top_small_img,
	.block-giftbasket .buy_now_top_small_img, .giftmain .buy_now_top_small_img
	{
	float: left;
	width: 28%;
	padding: 5px 3% 0 3%;
	background-color: #fff;
	z-index: 3;
}

.block-you-slider .buy_now_top_small_img a, .block-you-slider .buy_now_top_small_img span,
	.block-gift .buy_now_top_small_img a, .block-gift .buy_now_top_small_img span,
	.block-giftbasket .buy_now_top_small_img a, .block-gift .buy_now_top_small_img span,
	.giftmain .buy_now_top_small_img a, .giftmain .buy_now_top_small_img span
	{
	width: 100%;
	display: block;
	margin-top: 9%;
	cursor: pointer;
}

.block-you-slider .buy_now_top_small_img img, .block-gift .buy_now_top_small_img img,
	.block-giftbasket .buy_now_top_small_img img, .giftmain .buy_now_top_small_img img
	{
	margin: 0 auto;
}

.block-you-slider .item_open .buy_now_bottom, .block-gift .item_open .buy_now_bottom,
	.block-giftbasket .item_open .buy_now_bottom, .giftmain .item_open .buy_now_bottom
	{
	padding-left: 28%;
	box-shadow: none;
	padding-top: 4px;
	background-color: #fff;
	border-right: none;
}

.block-you-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block-gift .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block-giftbasket .item_open .buy_now_bottom .buy_now_bottom_inner,
	.giftmain .item_open .buy_now_bottom .buy_now_bottom_inner {
	padding: 6px 0 6px 0;
	text-align: center;
}

.block-you-slider .block_size_color, .block-gift .block_size_color,
	.block-giftbasket .block_size_color, .giftmain .block_size_color {
	margin-top: 0px;
}

.block-you-slider .block_size_color p, .block-gift .block_size_color p,
	.block-giftbasket .block_size_color p, .giftmain .block_size_color p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 2px;
	color: #adadad;
	font-family: "Times New Roman", Arial, sans-serif;
}

.block-you-slider .block_size_color .name_color, .block-gift .block_size_color .name_color,
	.block-giftbasket .block_size_color .name_color, .giftmain .block_size_color .name_color
	{
	margin-bottom: 3px;
}

.block-you-slider .block_size_color .item_size, .block-gift .block_size_color .item_size,
	.block-giftbasket .block_size_color .item_size, .giftmain .block_size_color .item_size
	{
	color: #000000;
}

.block-you-slider .block_size_color .item_size span, .block-gift .block_size_color .item_size span,
	.block-giftbasket .block_size_color .item_size span, .giftmain .block_size_color .item_size span
	{
	color: #666666;
}

.block-you-slider .block_size_color .item_color, .block-gift .block_size_color .item_color,
	.block-giftbasket .block_size_color .item_color, .giftmain .block_size_color .item_color
	{
	min-width: 105px;
	height: 17px;
	overflow: hidden;
}

.block-you-slider .block_size_color .item_color span, .block-gift .block_size_color .item_color span,
	.block-giftbasket .block_size_color .item_color span, .giftmain .block_size_color .item_color span
	{
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 2px;
	box-shadow: inset 0px 0px 0px 1px #c0c1c2;
	-webkit-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
	-moz-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
}

.block-you-slider .item_open .wrap_item_bnt, .block-gift .item_open .wrap_item_bnt,
	.block-giftbasket .item_open .wrap_item_bnt, .giftmain .item_open .wrap_item_bnt
	{
	position: absolute;
	top: 27%;
	right: 0px;
	z-index: 100;
	display: block;
	width: 72%;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_left, .block-gift .item_open .wrap_item_bnt .bnt_left,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_left, .giftmain .item_open .wrap_item_bnt .bnt_left
	{
	display: block;
	float: left;
	height: 34px;
	width: 10%;
	background: url(../img/miss_item_arrow_left.png) no-repeat center center;
	background-size: 6px 20px;
	cursor: pointer;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_right, .block-gift .item_open .wrap_item_bnt .bnt_right,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_right, .giftmain .item_open .wrap_item_bnt .bnt_right
	{
	display: block;
	float: right;
	height: 34px;
	width: 10%;
	background: url(../img/miss_item_arrow_right.png) no-repeat center
		center;
	background-size: 6px 20px;
	cursor: pointer;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_center, .block-gift .item_open .wrap_item_bnt .bnt_center,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_center, .giftmain .item_open .wrap_item_bnt .bnt_center
	{
	display: none;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_center:hover,
	.block-gift .item_open .wrap_item_bnt .bnt_center:hover,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_center:hover,
	.giftmain .item_open .wrap_item_bnt .bnt_center:hover {
	background: #fff;
}

@media
(
min-width
:
1200px)
{
.block-you-slider .item_open .wrap_item_bnt .bnt_center, .block-gift .item_open .wrap_item_bnt .bnt_center,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_center, .giftmain .item_open .wrap_item_bnt .bnt_center
	{
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	border: 1px solid #9a9a9a;
	text-decoration: none;
	padding: 8px 5px;
	width: 78%;
	background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
	cursor: pointer;
	margin: 0 11%;
	color: #000;
}

}
@media
(
min-width
:
992px)
and
(max-width:
1199px)
{
.block-you-slider .item_open .wrap_item_bnt, .block-gift .item_open .wrap_item_bnt,
	.block-giftbasket .item_open .wrap_item_bnt, .giftmain .item_open .wrap_item_bnt
	{
	top: 22%;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_left, .block-you-slider .item_open .wrap_item_bnt .bnt_right,
	.block-gift .item_open .wrap_item_bnt .bnt_left, .block-gift .item_open .wrap_item_bnt .bnt_right,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_left, .block-gift .item_open .wrap_item_bnt .bnt_right,
	.giftmain .item_open .wrap_item_bnt .bnt_left, .giftmain .item_open .wrap_item_bnt .bnt_right
	{
	width: 15%;
}

.block-you-slider .block_size_color .item_color, .block-gift .block_size_color .item_color,
	.block-giftbasket .block_size_color .item_color, .giftmain .block_size_color .item_color
	{
	height: 17px;
}

.block-you-slider .block_size_color .item_color span, .block-gift .block_size_color .item_color span,
	.block-giftbasket .block_size_color .item_color span, .giftmain .block_size_color .item_color span
	{
	height: 13px;
	width: 13px;
	margin: 1px;
}

}
@media
(
min-width
:
768px)
and
(max-width:
991px)
{
.block-you-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block-gift .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block-giftbasket .item_open .buy_now_bottom .buy_now_bottom_inner,
	.giftmain .item_open .buy_now_bottom .buy_now_bottom_inner {
	padding: 15px 5% 13px 7%;
}

.block-you-slider .buy_now_top_small_img, .block-gift .buy_now_top_small_img,
	.block-giftbasket .buy_now_top_small_img, .giftmain .buy_now_top_small_img
	{
	width: 27%;
}

.block-you-slider .item_open .wrap_item_bnt, .block-gift .item_open .wrap_item_bnt,
	.block-giftbasket .item_open .wrap_item_bnt, .giftmain .item_open .wrap_item_bnt
	{
	top: 22%;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_left, .block-you-slider .item_open .wrap_item_bnt .bnt_right,
	.block-gift .item_open .wrap_item_bnt .bnt_left, .block-gift .item_open .wrap_item_bnt .bnt_right,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_left,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_right, .giftmain .item_open .wrap_item_bnt .bnt_left,
	.giftmain .item_open .wrap_item_bnt .bnt_right {
	width: 15%;
}

.block-you-slider .block_size_color .item_color, .block-gift .block_size_color .item_color,
	.block-giftbasket .block_size_color .item_color, .giftmain .block_size_color .item_color
	{
	height: 17px;
}

.block-you-slider .block_size_color .item_color span, .block-gift .block_size_color .item_color span,
	.block-giftbasket .block_size_color .item_color span, .giftmain .block_size_color .item_color span
	{
	height: 13px;
	width: 13px;
	margin: 1px;
}

}
@media
(
max-width
:
767px)
{
.block-you-slider .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block-gift .item_open .buy_now_bottom .buy_now_bottom_inner,
	.block-giftbasket .item_open .buy_now_bottom .buy_now_bottom_inner,
	.giftmain .item_open .buy_now_bottom .buy_now_bottom_inner {
	padding: 15px 5% 13px 7%;
}

.block-you-slider .item_open .wrap_item_bnt, .block-gift .item_open .wrap_item_bnt,
	.block-giftbasket .item_open .wrap_item_bnt, .giftmain .item_open .wrap_item_bnt
	{
	top: 27%;
}

.block-you-slider .item_open .wrap_item_bnt .bnt_left, .block-you-slider .item_open .wrap_item_bnt .bnt_right,
	.block-gift .item_open .wrap_item_bnt .bnt_left, .block-gift .item_open .wrap_item_bnt .bnt_right,
	.block-giftbasket .item_open .wrap_item_bnt .bnt_left, .block-gift .item_open .wrap_item_bnt .bnt_right,
	.giftmain .item_open .wrap_item_bnt .bnt_left, .giftmain .item_open .wrap_item_bnt .bnt_right
	{
	width: 15%;
	background-size: 9px 22px;
}

.block-you-slider .block_size_color, .block-gift .block_size_colorr,
	.block-giftbasket .block_size_color, .giftmain .block_size_color {
	display: none;
}

.block-you-slider .block_size_color .item_color, .block-gift .block_size_color .item_color,
	.block-giftbasket .block_size_color .item_color, .giftmain .block_size_color .item_color
	{
	height: 14px;
}

.block-you-slider .block_size_color .item_color span, .block-gift .block_size_color .item_color span,
	.block-giftbasket .block_size_color .item_color span, .giftmain .block_size_color .item_color span
	{
	height: 12px;
	width: 12px;
}

}
@media
(
max-width
:
479px)
{
.block-you-slider .item_open .wrap_item_bnt, .block-gift .item_open .wrap_item_bnt,
	.block-giftbasket .item_open .wrap_item_bnt, .giftmain .item_open .wrap_item_bnt
	{
	top: 31%;
}

}
/*For first hover style block buy now*/
.block-you-slider .active-first, .block-gift .active-first,
	.block-giftbasket .active-first, .giftmain .active-first, .block-gift .active-first
	{ 
	z-index: 15;
}

.block-you-slider .active-first .item_open, .block-gift .active-first .item_open,
	.block-giftbasket .active-first .item_open, .giftmain .active-first .item_open
	{
	left: 0;
}

.block-you-slider .active-first .buy_now_top_small_img, .block-gift .active-first .buy_now_top_small_img,
	.block-giftbasket .active-first .buy_now_top_small_img, .giftmaint .active-first .buy_now_top_small_img
	{
	float: right;
	z-index: 3;
}

.block-you-slider .active-first .item_open .buy_now_top, .block-gift .active-first .item_open .buy_now_top,
	.block-giftbasket .active-first .item_open .buy_now_top, .giftmain .active-first .item_open .buy_now_top
	{
	margin: 0;
}

.block-you-slider .active-first .item_open .buy_now_bottom, .block-gift .active-first .item_open .buy_now_bottom,
	.block-giftbasket .active-first .item_open .buy_now_bottom, .giftmain .active-first .item_open .buy_now_bottom,
	.giftmain .active-first .item_open .item-bottom-part {
	padding-left: 0;
	padding-right: 28%;
	border-left: none;
	border-right: 1px solid #fff;
}

@media ( min-width : 1200px) {
}

.block-you-slider .active-first .item_open .wrap_item_bnt, .block-gift .active-first .item_open .wrap_item_bnt,
	.block-giftbasket .active-first .item_open .wrap_item_bnt, , .giftmain .active-first .item_open .wrap_item_bnt
	{
	right: auto;
	left: 0px;
}
/*End style block-you-slider-big*/
/*End style for block buy now and use this you look*/

/*Style for block seo*/
.block_seo ul {
	padding: 0 0 12px 12px;
	margin: 0;
}

.block_seo ul>li {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #787f8c;
}
/*End style for block seo*/

/*Style for inner page*/
.inner_page  .center_wrap {
	min-height: 500px;
}

.main-bg .inner_page  .center_wrap {
	min-height: 700px;
}

.inner_page .main_inner_title {
	border-bottom: 1px solid #cfd3da;
	margin-bottom: 30px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

.inner_page .main_inner_title.title_center {
	text-align: center;
}

.inner_page .main_inner_title .text {
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 58px;
	display: inline-block;
	color: #001f38;
}

.inner_page .main_inner_title .text span {
	font-size: 17px;
	text-transform: none;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.inner_page .main_inner_title .text span {
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.inner_page .main_inner_title .text span {
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.inner_page .main_inner_title {
		height: auto;
		line-height: 24px;
		margin-bottom: 25px;
		overflow: visible;
	}
	.inner_page .main_inner_title .text {
		font-size: 20px;
		line-height: 24px;
		padding: 12px 0;
	}
	.inner_page .main_inner_title .text span {
		display: none;
	}
}
/*Style for left block*/
.center_wrap .col-sm-6.left-wrap {
	z-index: 2;
}

.left-block {
	
}

.left-block .left-block-inner.margin-top {
	margin-top: 31px;
}

.left-block .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-transform: uppercase;
	padding-left: 30px;
	margin-bottom: 10px;
	color: #000;
}

.left-block-inner {
	background-color: #fff;
	margin-bottom: 50px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.left-block-inner {
		margin-bottom: 40px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.left-block-inner {
		margin-bottom: 35px;
	}
}

@media ( max-width : 767px) {
	.left-block-inner {
		margin-bottom: 20px;
	}
}

/*Left menu*/
.block_left_menu {
	
}

.block_left_menu>ul {
	margin: 0px;
}

.block_left_menu ul li {
	list-style: none;
	position: relative;
	display: block;
}

.block_left_menu ul li a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	display: block;
}

.block_left_menu>ul>li {
	position: relative;
}

/*mistershop_new*/
.block_left_menu > ul > li:not(:last-child) {
	border-top: 1px solid #cfd3da;
}

.block_left_menu>ul>li:last-child {
	border-top: 1px solid #cfd3da;
	border-bottom: 1px solid #cfd3da;
}
/*mistershop_new_end*/
.block_left_menu>ul>li>a {
	display: block;
	padding: 7px 4px 7px 30px;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	color: #33363b
}

.block_left_menu>ul>li>.open_close_menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 35px;
	cursor: pointer;
	opacity: 0;
}
/*.block_left_menu > ul > li > .open_dropdown_menu:hover {
    opacity: 1;
}*/
.block_left_menu>ul>li.li-active>a, .block_left_menu>ul>li.li-open>a,
	.block_left_menu>ul>li:hover>a {
	background-color: #052640;
	color: #fff;
}

.block_left_menu>ul>li.dropdown>a {
	background-image: url(../img/mister_left_block_li_icon_close.png);
	background-repeat: no-repeat;
	background-position: 14px 13px;
}

.block_left_menu>ul>li.dropdown:hover>a, .block_left_menu>ul>li.dropdown.li-active>a
	{
	background-image: url(../img/mister_left_block_li_icon_white_close.png);
	background-repeat: no-repeat;
	background-position: 14px 13px;
}

.block_left_menu>ul>li.dropdown.li-open>a, .block_left_menu>ul>li.dropdown.li-active.li-open>a
	{
	background-image: url(../img/mister_left_block_li_icon_white.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
}

.block_left_menu>ul>li .inner-menu {
	margin: 0;
	padding-top: 5px;
	width: 96%;
	display: none;
}

.block_left_menu>ul>li .inner-menu ul {
	margin-left: 30px;
	position: relative;
}

.block_left_menu>ul>li ul>li>a {
	color: #6c727d;
	padding: 4px 4px 4px 0px;
	text-transform: uppercase;
	font-size: 12px;
}

.block_left_menu>ul>li ul>li:hover>a, .block_left_menu>ul>li ul>li.li-active>a
	{
	text-decoration: underline;
	color: #33363b;
}

.block_left_menu>ul>li ul>li:after {
	display: block;
	color: #797979;
	position: absolute;
	top: 4px;
	left: 0;
}
/*End left menu*/

/*Style selection left menu and filter many style for chrome*/
.block_left_menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.block_form_filter {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter_block .block_name::selection, .filter_price .block_name::selection
	{
	background: none;
}

.filter_block .block_name::-moz-selection, .filter_price .block_name::-moz-selection
	{
	background: none;
}

.block_left_menu  ul  li a::selection {
	background: none;
}

.block_left_menu>ul  li a::-moz-selection {
	background: none;
}

.block_left_menu  ul  li::selection {
	background: none;
}

.inner_filter_block ul li label::selection {
	background: none;
	color: #797979;
}

.inner_filter_block ul li input[type="checkbox"]::selection {
	background: none;
}
/*End style selection left menu and filter many style for chrome*/

/*Style for block filter*/
.block_form_filter {
	margin: 30px 0 25px 0;
	padding: 10px 14px;
	border: 1px solid #cfd3da;
}

.filter_block {
	border-top: 1px solid #cfd3da;
	padding: 10px 0 0 0;
}

@media ( min-width : 1200px) {
	.block_form_filter {
		
	}
	.filter_block {
		padding: 10px 0 0 10px;
	}
}

.filter_block .block_name {
	color: #000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 10px;
	padding-left: 17px;
	text-transform: uppercase;
	display: block;
	float: none;
	background: url(../img/mister_left_block_li_icon_close.png) 2px 4px
		no-repeat;
	text-decoration: none;
	cursor: pointer;
}

.filter_block.block_open .block_name {
	background: url(../img/mister_left_block_li_icon.png) 0 6px no-repeat;
}

.filter_block .inner_filter_block {
	margin-bottom: 21px;
	display: none;
}

.inner_filter_block ul {
	margin: 0;
}

.inner_filter_block ul li {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #797979;
	list-style: none;
	display: block;
	position: relative;
}

.inner_filter_block ul li input[type="checkbox"], .inner_filter_block ul li input[type="radio"]
	{
	display: none;
}

.inner_filter_block ul li label.check {
	line-height: 18px;
	min-height: 22px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/mister_input_chek_sprite.png) 0 3px no-repeat;
	padding-left: 20px;
	cursor: pointer;
	color: #6c727d;
	font-size: 13px;
}

.inner_filter_block ul li label.radio {
	line-height: 18px;
	min-height: 22px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/miss_input_radio_sprite.png) 0 3px no-repeat;
	padding-left: 20px;
	cursor: pointer;
}

.inner_filter_block ul li input[type="checkbox"]::-moz-selection,
	.inner_filter_block ul li label::-moz-selection, .inner_filter_block ul li input[type="radio"]::-moz-selectionВ¶
	{
	background: none;
}

.inner_filter_block ul li label.label-disable {
	color: #797979;
	opacity: 0.4;
	cursor: default;
	text-decoration: none;
	cursor: default;
}

.inner_filter_block ul li label:hover {
	color: #000;
}

.inner_filter_block ul li label.label-active {
	background-position: 0px -60px;
	color: #000;
}

.inner_filter_block ul li label.label-disable:hover {
	color: #797979;
	text-decoration: none;
}

.scrollbarY {
	width: 100%;
	margin: 0 0 29px 0;
	padding-bottom:3px;
	overflow:hidden;
	position:relative;
}

.scrollbarY .scrollbar {
	right: -4px;
	top: 1px;
}

.scrollbarY .track {
	background: none;
	width: 1px;
	background-color: #7c7c7b;
	padding: 0;
}

.scrollbarY .thumb {
	background: none;
	border-radius: 8px;
	width: 16px;
	background-color: #ffffff;
	border: none;
	left: -7px;
	box-shadow: 0px 1px 2px 1px #d3d2d1;
	-webkit-box-shadow: 0px 1px 2px 1px #d3d2d1;
	-moz-box-shadow: 0px 1px 2px 1px #d3d2d1;
	cursor: pointer;
}

.scrollbarY .thumb .end {
	background: none;
	height: 0;
	overflow: hidden;
	width: 0;
}

.scrollbarY .viewport {
	width: 90%;
	height: 45px;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.scrollbarY .viewport {
		width: 86%;
		height: 45px;
	}
}

@media ( max-width : 768px) {
	.block_form_filter {
		margin-bottom: 0px;
	}
}
/*Block filter color and filter size*/
.filter_size .inner_filter_block {
	
}

.filter_color ul, .filter_size ul {
	margin-left: 12px;
	display: inline-block;
}

.filter_color ul li, .filter_size ul li {
	float: left;
	display: inline-block;
	margin: 2px 2px;
}

.filter_size ul>li>label {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #797979;
	text-align: center;
	text-decoration: none;
	display: block;
	min-width: 28px;
	height: 28px;
	padding: 0px 3px;
	border: 1px solid #7f7f7f;
	background: none;
}

.filter_size ul li>label.label-active {
	border: 1px solid #000;
	background: none;
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

@media ( min-width : 1200px) {
	.filter_size ul li>label:hover {
		border: 1px solid #000;
		background: none;
		background-color: #000;
		text-decoration: none;
		color: #fff;
	}
}

.filter_color ul>li>label {
	display: block;
	width: 28px;
	height: 28px;
	background: none;
	padding: 1px;
	border: 1px solid transparent;
}

.filter_color ul>li>label span {
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 1px 0px #c0c1c2;
	-webkit-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
	-moz-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
}

.filter_color ul li>label.label-active {
	border: 1px solid #7f7f7f;
	background: none;
}

@media ( min-width : 1200px) {
	.filter_color ul li>label:hover {
		border: 1px solid #7f7f7f;
		background: none;
	}
}

.filter_size ul li>label.label-disable, .filter_color ul li>label.label-disable
	{
	border: 1px solid #e2e2e2;
	background: transparent;
	opacity: 1;
	color: #d4d4d4;
}

@media ( min-width : 1200px) {
	.filter_size ul li>label.label-disable:hover, .filter_color ul li>label.label-disable:hover
		{
		border: 1px solid #e2e2e2;
		background: transparent;
		opacity: 1;
		color: #d4d4d4;
	}
}

.filter_size ul li>label.label-disable:before, .filter_color ul li>label.label-disable:before
	{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/detail_color_size_disable.png") 0 0 repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.filter_size .inner_filter_block  ul>li>input[type="checkbox"],
	.filter_color .inner_filter_block ul>li>input[type="checkbox"] {
	display: none;
}
/*End block filter color and filter size*/

/*Block filter price*/
.filter_block.filter_price {
	padding: 10px 0 0 0;
}

@media ( min-width : 1200px) {
	.filter_block.filter_price .block_name {
		margin-left: 10px;
	}
}

.price-slider {
	
}

.noUi-handle:after, .noUi-handle:before {
	display: none;
}

.noUi-target {
	border-radius: 0;
	box-shadow: none;
	border: none;
	background-color: #7c7c7b;
	height: 1px;
	margin: 15px 2% 20px 2%;
}

.noUi-origin {
	border-radius: 0;
}

.noUi-background {
	background-color: #7c7c7b;
	box-shadow: none;
}

.noUi-horizontal .noUi-handle {
	height: 14px;
	width: 14px;
	border-radius: 7px;
	left: -7px;
	top: -7px;
	background-color: #fff;
	border: none;
	box-shadow: 0px 1px 2px 1px #d3d2d1;
	-webkit-box-shadow: 0px 1px 2px 1px #d3d2d1;
	-moz-box-shadow: 0px 1px 2px 1px #d3d2d1;
	cursor: pointer;
}

.filter_price .block_name {
	color: #7f7f7f;
}

.filter_price .inner_filter_block {
	background-color: #f9f8f7;
	border-radius: 2px;
	padding: 10px 2% 20px 2%;
	margin-bottom: 0px;
}

.inner_filter_block_2_1, .inner_filter_block_2_2 {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	width: 48%;
	display: inline-block;
}

.inner_filter_block_2 label {
	float: left;
	display: inline-block;
	margin: 0 2% 0 18%;
	min-width: 16px;
}

.inner_filter_block_2_1 input, .inner_filter_block_2_1 input:focus,
	.inner_filter_block_2_2 input, .inner_filter_block_2_2 input:focus {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	box-shadow: none;
	border: 1px solid #e7e3e3;
	border-radius: 0;
	color: #6c727d;
	width: 50%;
	max-width: 60px;
	text-align: center;
	display: block;
}

.inner_filter_block_2_1 input:focus::-webkit-input-placeholder {color: transparent}
.inner_filter_block_2_1 input:focus::-moz-placeholder          {color: transparent}
.inner_filter_block_2_1 input:focus:-moz-placeholder           {color: transparent}
.inner_filter_block_2_1 input:focus:-ms-input-placeholder      {color: transparent}

.inner_filter_block_2_2 input:focus::-webkit-input-placeholder {color: transparent}
.inner_filter_block_2_2 input:focus::-moz-placeholder          {color: transparent}
.inner_filter_block_2_2 input:focus:-moz-placeholder           {color: transparent}
.inner_filter_block_2_2 input:focus:-ms-input-placeholder      {color: transparent}

.block_form_filter .wrap_del_form_filter {
	margin-top: 20px;
}

.block_form_filter .wrap_del_form_filter .del_form_filter {
	font-family: 'Times New Roman', Arial, regular;
	color: #797979;
	position: relative;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
	border: 1px solid #d4d4d4;
	-moz-box-shadow: 0px 2px 2px 1px #f1f1f1;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 7px;
	max-width: 120px;
}

.block_form_filter .wrap_del_form_filter .del_form_filter:hover,
	.block_form_filter .wrap_del_form_filter .del_form_filter:active {
	background: #ffffff;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.noUi-target {
		margin: 15px 4% 20px 4%;
	}
	.noUi-horizontal .noUi-handle {
		height: 20px;
		width: 20px;
		border-radius: 10px;
		left: -10px;
		top: -10px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.noUi-target {
		margin: 15px 5% 20px 5%;
	}
	.inner_filter_block_2_1, .inner_filter_block_2_2 {
		width: 100%;
		margin-bottom: 5px;
	}
	.noUi-horizontal .noUi-handle {
		height: 20px;
		width: 20px;
		border-radius: 10px;
		left: -10px;
		top: -10px;
	}
}

@media ( max-width : 767px) {
	.noUi-horizontal .noUi-handle {
		height: 20px;
		width: 20px;
		border-radius: 10px;
		left: -10px;
		top: -10px;
	}
}
/*End block filter price*/
/*End style for block filter*/

/*End style for left block*/

/*Style for center block*/
.center_wrap {
	z-index: auto;
}

/*breadcrumb*/
ul.breadcrumb {
	color: #6c727d;
	margin: 0;
	padding: 0 0 7px 0;
	border-bottom: 1px solid #cfd3da;
}

.breadcrumb>li {
	text-shadow: none;
	display: inline-block;
}

.breadcrumb>li>a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6c727d;
	text-decoration: none;
}

.breadcrumb>li>a:hover {
	text-decoration: underline;
}

.breadcrumb>li>span {
	color: #6c727d;
}

.breadcrumb>li>.divider {
	color: #6c727d;
	padding: 0 4px;
}
/*Style breadcrumb-catalog*/
ul.breadcrumb-section {
	color: #797979;
	padding: 0px;
	margin: 0;
	padding-bottom: 4px;
	/*border-bottom: 1px solid #cfd3da;  */
}

.breadcrumb-section>li {
	text-shadow: none;
	display: inline-block;
}

.breadcrumb-section>li>a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #797979;
	text-decoration: none;
}

.breadcrumb-section>li>a:hover {
	text-decoration: underline;
}

.breadcrumb-section>li>span {
	color: #6c727d;
}

.breadcrumb-section>li>.divider {
	color: #797979;
	padding: 0 2px;
}

@media ( max-width : 767px) {
	ul.breadcrumb-section {
		margin: 0px;
	}
}
/*End style breadcrumb-catalog*/
/*End breadcrumb*/

/*Block pagination*/
.block-pagination {
	font-family: "Proxima Nova", Arial, sans-serif;
	font-size: 13px;
	color: #6c727d;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #cfd3da;
	padding-top: 10px;
}

.block-pagination .count_item, .block-pagination .visible_item,
	.block-pagination .bx_pagination_page, .block-pagination .block_sort {
	margin-top: 5px;
}

.count_item .number {
	color: #001f38;
}

.bx_pagination_page {
	display: inline-block;
	width: 100%;
}

.bx_pagination_page .bx_pg_text {
	float: left;
	margin-right: 3px;
}

.bx_pagination_page .navig_previous, .bx_pagination_page .navig_next {
	font-size: 20px;
	line-height: 17px;
	height: 17px;
	width: 11px;
	display: block;
	padding: 0 3px;
}

.bx_pagination_page .navig_previous {
	background: url(../img/miss_navig_previous.png) 4px 4px no-repeat;
}

.bx_pagination_page .navig_next {
	background: url(../img/miss_navig_next.png) 0px 4px no-repeat;
}

.bx_pagination_page ul {
	margin: 0;
}

.bx_pagination_page ul li {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	float: left;
	list-style: none;
	padding: 1px 1px;
	margin: 0px 1px;
	border: 1px solid #ffffff;
}

.bx_pagination_page ul li a, .bx_pagination_page ul li span {
	font-family: "Proxima Nova", Arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
	padding: 0 2px;
	display: block;
	color: #6c727d;
}

.bx_pagination_page ul li span.nav-current-page {
	cursor: default;
}

.bx_pagination_page ul li:hover, .bx_pagination_page ul li.bx_active {
	border: 1px solid #cfd3da;
}

.block-pagination .block_sort {
	
}

.block-pagination .block_sort .block_sort_name {
	float: left;
	margin-right: 1%;
	width: 34%;
}

.block-pagination .block_sort .wrap_select_sort {
	width: 65%;
	display: inline-block;
	max-width: 100%;
	margin-top: -2px;
}

.block-pagination .block_sort .wrap_select_sort select,
	.block-pagination .block_sort .wrap_select_sort select:hover,
	.block-pagination .block_sort .wrap_select_sort select:focus {
	max-width: 100%;
	display: block;
	cursor: pointer;
}

.ik_select {
	position: relative;
	width: 100%;
	max-width: 100%;
	border: 1px solid #cfd3da;
	cursor: pointer;
	height: 22px;
}

.ik_select  .ik_select_link
	{
	padding-right: 1px;
}

.ik_select .ik_select_link_text
	{
	font-family: "Times New Roman", Arial, sans-serif;
	padding: 0 19px 0 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	background: url("../img/mister_select_arrow.png") no-repeat right center
		#fff;
}

.ik_select_dropdown {
	border: 1px solid #cfd3da;
	background: #fff;
}

.ik_select_dropdown ul {
	list-style: none;
}

.ik_select_dropdown ul li {
	margin-left: 5px;
}

.ik_select_dropdown ul li span {
	cursor: pointer;
	color: #001f38;
	font-size: 13px;
	font-family: "Proxima Nova", arial, sans-serif;
}

.block-pagination .visible_item .wrap_text {
	float: left;
	margin-right: 4px;
}

.block-pagination .wrap_select_number {
	display: inline-block;
	width: 52px;
}

.block-pagination .wrap_select_number select, .block-pagination .wrap_select_number select:hover,
	.block-pagination .wrap_select_number select:focus {
	max-width: 100%;
	cursor: pointer;
}

.ik_select {
	position: relative;
	width: 100%;
	border: 1px solid #cfd3da;
	cursor: pointer;
	height: 22px;
	background: #fff;
	margin-top: -2px;
}

.ik_select .ik_select_link {
	padding-right: 1px;
}

.ik_select .ik_select_link_text {
	padding: 0 19px 0 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	background: url("../img/mister_select_arrow.png") no-repeat right center
		#fff;
	color: #001f38;
	font-size: 13px;
	font-family: "Proxima Nova", arial, sans-serif;
}
@media ( min-width : 992px) and (max-width: 1199px) {
	.count_item .count_name_2 {
		display: none;
	}
	.visible_item .visible_name_2 {
		display: none;
	}
	.bx_pagination_page .bx_pg_text {
		display: none;
	}
	.block-pagination .block_sort .block_sort_name {
		display: none;
	}
	.block-pagination .block_sort .wrap_select_sort {
		width: auto;
	}
	.ik_select {
		max-width: 100%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block-pagination {
		font-size: 12px;
	}
	.block-pagination a {
		font-size: 12px;
	}
	.block-pagination ul li {
		font-size: 12px;
	}
	.bx_pagination_page ul li a {
		font-size: 12px;
	}
	.block-pagination .visible_item .wrap_text {
		margin-right: 3px;
	}
	.bx_pagination_page .navig_previous, .bx_pagination_page .navig_next {
		font-size: 20px;
		line-height: 15px;
	}
	.count_item .count_name_2 {
		display: none;
	}
	.visible_item .visible_name_2 {
		display: none;
	}
	.bx_pagination_page .bx_pg_text {
		display: none;
	}
	.block_sort .block_sort_name {
		display: none;
	}
	.block-pagination .block_sort .wrap_select_sort {
		width: auto;
	}
	.ik_select {
		max-width: 100%;
	}
	.ik_select
	{
		height: 20px;
	}
	.ik_select .ik_select_link_text
	{
		height: 18px;
		line-height: 18px;
		background-size: 16px 16px;
	}
}

@media ( max-width : 767px) {
	.block-pagination .count_item, .block-pagination .visible_item,
		.block-pagination .bx_pagination_page, .block-pagination .block_sort {
		margin-top: 10px;
	}
	.block-pagination .block_sort .block_sort_name {
		width: 80px;
	}
	.block-pagination .block_sort .wrap_select_sort {
		width: auto;
		max-width: 165px;
		display: inline-block;
	}
	.block-pagination .wrap_select_number {
		float: none
	}
}
/*End block pagination*/

/*Inner top banner*/
.inner_page .inner_banner_right_top {
	margin-bottom: 20px;
}

.inner_page .banner_descpript {
	padding: 4px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #cfd3da
}

.inner_page .banner_descpript .inner_descpript {
	padding: 40px 6% 30px 4%;
}

.inner_page .banner_descpript .inner_descpript .wrap_img {
	margin-top: 10px;
}

.inner_page .banner_descpript .inner_descpript .wrap_img img {
	margin: 0 auto;
}

.inner_page .banner_descpript .inner_descpript .wrap_text {
	margin-bottom: 0;
	color: #6c727d;
	min-height: 100px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.inner_page .banner_descpript .inner_descpript {
		padding: 35px 5% 45px 3%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.inner_page .banner_descpript .inner_descpript {
		padding: 25px 5% 25px 3%;
	}
}

@media ( max-width : 767px) {
	.inner_page .banner_descpript {
		margin: 0 15px 20px 15px;
	}
	.inner_page .banner_descpript .inner_descpript .wrap_img {
		margin-bottom: 10px;
		margin-top: 0;
	}
	.inner_page .banner_descpript .inner_descpript {
		border: 1px solid #a5a5a5;
		padding: 20px 10px 25px 10px;
	}
}

/*End inner banner*/

/*Right block subscribt*/
.right_block_subscribt {
	margin-bottom: 10px;
}

.right_block_subscribt>.row {
	border: 1px solid #d1d2d6;
	margin-left: 0px;
	background: #f3f4f6;
}

.right_block_subscribt .form-subscribe {
	margin: 10px 5px 10px 5px;
}

.right_block_subscribt .right_block_subscribt_center {
	margin: 0px 8px 0px 8px;
}

.right_block_subscribt_left {
	background: rgba(0, 0, 0, 0)
		url("../img/mister_subscrible_catalog_curs.png") no-repeat scroll 0 0;
	height: 37px;
	margin: 15px 0px 15px 10px;
	padding-left: 80px;
}

.right_block_subscribt_left p {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #6c727d;
	margin-bottom: 0px;
}

.right_block_subscribt_center label {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 6px;
	margin-left: 0px;
	display: inline-block;
	line-height: 30px;
	display: none;
}

.right_block_subscribt_center input[type="text"] {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	padding: 0 10px;
	height: 45px;
	border: none;
	background-color: #ffffff;
	width: 100%;
	max-width: 300px;
	color: #6c727d;
	text-align: left;
	border: 1px solid #f3f4f6
}

.right_block_subscribt_right .wrap_input input[type="submit"] {
	font-size: 15px;
	color: #fff;
	background: none;
	border: none;
	display: block;
	width: 100%;
	line-height: 45px;
	background-color: #052640;
	font-family: "ProximaNova", Arial, sans-serif;
	text-transform: uppercase;
}

.right_block_subscribt_right .wrap_input input[type="submit"]:hover {
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.right_block_subscribt_left p {
		font-size: 13px;
	}
	.right_block_subscribt_center label, .right_block_subscribt_center input[type="text"]
		{
		font-size: 13px;
	}
	.right_block_subscribt_right .wrap_input input[type="submit"] {
		font-size: 14px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.right_block_subscribt_left p {
		font-size: 12px;
		line-height: 14px;
	}
	.right_block_subscribt_center label, .right_block_subscribt_center input[type="text"]
		{
		font-size: 12px;
	}
	.right_block_subscribt_right .wrap_input input[type="submit"] {
		font-size: 11px;
	}
	.right_block_subscribt_center input[type="text"] {
		
	}
}

@media ( max-width : 767px) {
	.right_block_subscribt_left, .right_block_subscribt_center,
		.right_block_subscribt_top_right {
		max-width: 470px;
		margin: 0 auto;
	}
	.right_block_subscribt_right {
		height: 57px;
		padding: 0px;
	}
	.right_block_subscribt_left {
		max-width: 470px;
	}
	.right_block_subscribt_left:after {
		content: "";
		background: url(../img/miss_right_block_subscribt_left_bg_right.jpg)
			left top no-repeat;
		display: block;
		height: 51px;
		width: 3px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.right_block_subscribt_center {
		background: none;
	}
	.right_block_subscribt_right {
		background: none;
	}
	.right_block_subscribt_center input[type="text"] {
		font-size: 13px;
		margin-right: 0;
		width: 55%;
		max-width: 255px;
	}
	.right_block_subscribt_center label {
		font-size: 13px;
		margin-left: 0px;
	}
	.right_block_subscribt_right .wrap_input {
		max-width: 223px;
		margin: 0 auto;
	}
	.wrap_input input[type="submit"] {
		font-size: 20px;
		line-height: 30px;
		height: 30px;
	}
}

@media ( min-width : 468px) and (max-width: 767px) {
	.right_block_subscribt_left p {
		text-align: center;
		padding: 17px 3% 5px 2%;
	}
}

@media ( max-width : 467px) {
	.right_block_subscribt_left p {
		font-size: 13px;
		padding: 7px 3% 5px 2%;
		text-align: center;
	}
}
/*End right block subscribt*/
.inner_page .inner_title_brand {
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

.inner_page .inner_title_brand .text {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 60px;
	margin-bottom: 0;
	color: #001f37;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.inner_page .inner_title_brand {
		margin-bottom: 20px;
	}
	.inner_page .inner_title_brand .text {
		font-size: 20px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.inner_page .inner_title_brand {
		margin-bottom: 15px;
	}
	.inner_page .inner_title_brand .text {
		font-size: 20px;
	}
}

@media ( max-width : 767px) {
	.inner_page .inner_title_brand {
		margin-bottom: 15px;
		overflow: visible;
		height: auto;
	}
	.inner_page .inner_title_brand .text {
		font-size: 20px;
		line-height: 24px;
		padding: 12px 0;
	}
}
/*Style right block title for brand page*/

/*End style right block title for brand page*/

/*Style for section list item*/
.section_list {
	
}

.one-item {
	position: relative;
	padding: 3px 0 30px 0;
	z-index: 1;
}

.item-top-part {
	padding: 0 0 3px 0;
	position: relative;
	min-height: 100px;
}

.item-top-part .item-top-part-inner {
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.item-top-part a, .item-top-part .wrap_img {
	display: block;
	cursor: pointer;
}

.item-top-part img {
	display: inline;
}

/*icon property*/
.item-top-part  .icon_property_wrap {
	position: absolute;
	right:0;
	top:5px;
	display: inline-block;
	text-align: center;
	z-index: 101;
	border: 1px solid #3d3d3d;
	padding: 3px;
	background: url(../img/miss_modal_basket_item_a_bg.png) 0 0;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background:#FFF;
}

.item-top-part .icon_property_wrap:before {
	content: "";
	width: 21px;
	height: 12px;
	display: block;
	position: absolute;
	top: 11px;
	right: -8px;
	background: url(../img/miss_buy_now_prop_bg.png) 0 0 no-repeat;
	z-index: 101;
}

.item-top-part .icon_property_wrap .icon_property {
	background: #052640;
	display: block;
	padding: 5px 13px 5px 6px;
}

.item-top-part  .icon_property_wrap .icon_property .icon_property_name {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	line-height: 17px;
	color: #fff;
}
/*end icon property*/
.item-top-part .item-discount {
	padding: 3px;
	display: block;
	position: absolute;
	bottom: 6%;
	right: -3px;
	z-index: 101;
}

.item-top-part .item-discount .item-discount-inner {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	line-height: 20px;
	color: #001f37;
	padding: 0 9px;
	border: 1px solid #001f37;
	background: #fff;
	display: block;
	white-space: nowrap;
}

.item-bottom-part {
	background-color: #fff;
	padding-top: 5px;
}

.item-bottom-part .buy_now_bottom_inner {
	border-top: 1px solid #7f7f7f;
	padding: 7px 0 6px 0;
	text-align: center;
}

.item-bottom-part p {
	word-wrap: break-word;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	margin-top: 0;
}

.item-bottom-part .item_name, .item-bottom-part .item_name a {
	font-family: "Proxima Nova", Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	margin-bottom: 3px;
	color: #001f37;
}

.item-bottom-part .item_name a {
	margin-bottom: 0px;
}

.item-bottom-part .item_name a:hover, .item-bottom-part .item_name a:active
	{
	color: #6c727d;
}

.item-bottom-part .item_second_name, .item-bottom-part .item_second_name a
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 9px;
	text-decoration: none;
	color: #001f37;
}

.item-bottom-part .item_second_name a {
	margin-bottom: 0px;
}

.item-bottom-part .item_second_name a:hover, .item-bottom-part .item_second_name a:active
	{
	text-decoration: underline;
	margin-bottom: 0px;
}

.item-bottom-part .item_price {
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: bold;
	color: #d44343;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 3px;
	font-size: 14px;
}

.item-bottom-part .item_price_big {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9da5b3;
	text-decoration: line-through;
	margin-bottom: 0px;
	display: inline-block;
	margin-bottom: 5px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.item-top-part .item-top-part-inner {
		
	}
	.item-top-part .icon_property_wrap {
		padding: 3px;
	}
	.item-top-part .icon_property_wrap:before {
		top: 11px;
	}
	.item-top-part .icon_property_wrap .icon_property {
		padding: 3px 13px 4px 6px;
	}
	.item-top-part .icon_property_wrap .icon_property .icon_property_name {
		font-size: 15px;
		line-height: 17px;
	}
	.item-top-part .item-discount {
		padding: 3px;
	}
	.item-top-part .item-discount .item-discount-inner {
		font-size: 17px;
		line-height: 19px;
		padding: 0 7px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.item-top-part .item-top-part-inner {
		
	}
	.item-top-part .icon_property_wrap {
		padding: 3px;
		display: none;
	}
	.item-top-part .icon_property_wrap:before {
		top: 11px;
	}
	.item-top-part .icon_property_wrap .icon_property {
		padding: 3px 13px 4px 6px;
	}
	.item-top-part .icon_property_wrap .icon_property .icon_property_name {
		font-size: 15px;
		line-height: 17px;
	}
	.item-top-part .item-discount {
		padding: 2px;
		right: -2px;
	}
	.item-top-part .item-discount .item-discount-inner {
		font-size: 16px;
		line-height: 18px;
		padding: 0 6px;
	}
	.item-bottom-part .item_price, .item-bottom-part .item_price_big {
		margin-bottom: 3px;
	}
}

@media ( max-width : 767px) {
	.item-top-part .item-top-part-inner {
		
	}
	.item-top-part .item-top-part-inner img {
		
	}
	.item-top-part .icon_property_wrap {
		padding: 2px;
	}
	.item-top-part .icon_property_wrap:before {
		top: 10px;
	}
	.item-top-part .icon_property_wrap .icon_property {
		padding: 3px 13px 4px 4px;
	}
	.item-top-part .icon_property_wrap .icon_property .icon_property_name {
		font-size: 15px;
		line-height: 17px;
	}
	.item-top-part .item-discount {
		bottom: 6%;
		padding: 2px;
		right: -2px;
	}
	.item-top-part .item-discount .item-discount-inner {
		font-size: 18px;
		line-height: 20px;
		padding: 0 5px;
	}
}

/*Item open*/
.one-item.hover {
	z-index: 15;
}

.one-item .item_open {
	position: absolute;
	visibility: hidden;
	right: 0;
	top: 0;
	z-index: 100;
	width: 139%;
	margin-top: 3px;
	border: 1px solid #cfd3da;
}

.one-item.hover .item_open {
	visibility: visible;
	display: block;
}

.one-item .item_open .item-top-part {
	display: block;
	box-shadow: none;
	border: 0;
	margin: 0 0px 0px 28%;
	background: none;
}

.one-item.hover .item-top-part .item-top-part-inner {
	
}

.one-item .item_open .buy_now_top_small_img {
	float: left;
	width: 27%;
	padding: 5px 3% 0 3%;
	background-color: #fff;
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
}

.one-item .item_open .buy_now_top_small_img a, .one-item .item_open .buy_now_top_small_img span
	{
	width: 100%;
	display: block;
	margin-top: 9%;
	cursor: poiner;
}

.one-item .item_open .buy_now_top_small_img img {
	margin: 0 auto;
}

.one-item .item_open .item-bottom-part {
	padding-left: 28%;
	padding-top: 4px;
	box-shadow: none;
	background-color: #fff;
	border-right: none;
}

.one-item .item_open .item-bottom-part .buy_now_bottom_inner {
	
}

.one-item .item_open .block_size_color {
	margin-top: 0px;
}

.one-item .item_open .block_size_color p {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #adadad;
	margin-bottom: 2px;
}

.one-item  .item_open .buy_now_bottom_inner .item_price, .one-item  .item_open .buy_now_bottom_inner .item_price_big
	{
	
}

.one-item .item_open .block_size_color .item_size {
	color: #666666;
}

.one-item .item_open .block_size_color .item_color {
	min-width: 105px;
}

.one-item .item_open .block_size_color .item_color span {
	height: 15px;
	width: 15px;
	display: inline-block;
	margin: 2px;
	box-shadow: inset 0px 0px 0px 1px #c0c1c2;
	-webkit-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
	-moz-box-shadow: inset 0px 0px 0px 1px #c0c1c2;
}

.one-item .item_open .wrap_item_bnt {
	position: absolute;
	top: 27%;
	right: 0px;
	z-index: 100;
	display: block;
	width: 72%;
}

.one-item .item_open .wrap_item_bnt .bnt_left {
	display: block;
	float: left;
	height: 34px;
	width: 10%;
	background: url(../img/miss_item_arrow_left.png) no-repeat center center;
	background-size: 6px 20px;
	cursor: pointer;
}

.one-item .item_open .wrap_item_bnt .bnt_right {
	display: block;
	float: right;
	height: 34px;
	width: 10%;
	background: url(../img/miss_item_arrow_right.png) no-repeat center
		center;
	background-size: 6px 20px;
	cursor: pointer;
}

.one-item .item_open .wrap_item_bnt .bnt_center {
	display: none;
}

.one-item .item_open .wrap_item_bnt .bnt_center:hover {
	background: #fff;
}

@media ( min-width : 1200px) {
	.one-item .item_open .wrap_item_bnt .bnt_center {
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		display: block;
		border: 1px solid #d6dadf;
		text-decoration: none;
		padding: 8px 5px;
		width: 78%;
		background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
		cursor: pointer;
		margin: 0 11%;
		color: #000;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.one-item .item_open .wrap_item_bnt {
		top: 22%;
	}
	.one-item .item_open .block_size_color .item_color span {
		height: 14px;
		width: 14px;
		margin: 1px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.one-item .item_open .item-bottom-part {
		padding-top: 4px;
	}
	.one-item .item_open .wrap_item_bnt {
		top: 17%;
	}
	.one-item .item_open .block_size_color .item_color span {
		height: 13px;
		width: 13px;
		margin: 1px;
	}
}

@media ( max-width : 767px) {
	.one-item .item_open .wrap_item_bnt {
		top: 27%;
	}
	.one-item .item_open .block_size_color {
		display: none;
	}
}
/*For first hover style item open*/
.one-item.active-first .item_open {
	left: 0;
}

.one-item.active-first .buy_now_top_small_img {
	float: right;
	z-index: 3;
}

.one-item.active-first .item_open .item-top-part {
	margin: 0;
}

.one-item.active-first .item_open .item-bottom-part {
	padding-left: 0;
	padding-right: 28%;
	border-left: none;
	border-right: 1px solid #fff;
}

.one-item.active-first .item_open .wrap_item_bnt {
	left: 0px;
	right: auto;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.one-item.active-first .item_open .item-bottom-part .buy_now_bottom_inner
		{
		padding-left: 7px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.one-item.active-first .item_open .item-bottom-part .buy_now_bottom_inner
		{
		padding: 6px 0% 6px 5px;
	}
}

@media ( max-width : 767px) {
	.one-item.active-first .item_open .item-bottom-part .buy_now_bottom_inner
		{
		
	}
}
/*End first hover style block item open*/
/*End item open*/
/*End style for section list item*/

/*Section description*/
.section_description .title {
	text-transform: uppercase;
}
/*End section description*/

/*Block you look this*/
.block_you_look {
	
}

.block_you_look .title {
	text-transform: uppercase;
	margin-bottom: 0;
}
/*For slide look up in slide "buy-now-slider"*/
/*End block you look this*/

/*Search page*/
.content-text .search_title {
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}

.wrap_search {
	margin-bottom: 21px;
}

.wrap_search .search_left {
	
}

.wrap_search .search_left input[type="text"] {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: white;
	border: 1px solid #cfd3da;
	border-radius: 0;
	height: 30px;
	width: 100%;
	padding: 0 2%;
}

.wrap_search .search_right {
	max-width: 170px;
}

.search_right input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	color: #fff;
	background: none;
	border: none;
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	background-color: #052640;
	border-radius: 0;
	text-transform: uppercase;
}

.search_right input[type="submit"]:hover {
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
	.wrap_search .search_left {
		border: 3px solid #fff;
	}
	.wrap_search .search_left input[type="text"] {
		height: 28px;
	}
	.wrap_search .search_right {
		padding: 2px;
	}
	.search_right input[type="submit"] {
		line-height: 27px;
		height: 27px;
	}
}

@media ( max-width : 767px) {
	.wrap_search .search_left {
		border: 3px solid #fff;
	}
	.wrap_search .search_left input[type="text"] {
		height: 28px;
	}
	.wrap_search .search_right {
		margin: 0 auto;
		margin-top: 15px;
		padding: 2px;
	}
	.search_right input[type="submit"] {
		line-height: 26px;
		height: 26px;
	}
}
/*End search page*/
/*End style for center block*/

/*Style for inner detail catalog page*/

/*Style detail left*/
/*Style detail pic*/
.detail_big_pic {
	border: 1px solid #f4f4f4;
	text-align: center;
	padding: 0px;
	margin: 5px 0 10px 0;
	overflow: hidden;
	background-color: #fff;
	max-width: 375px;
	position: relative;
}

.detail_big_pic .big_foto {
	display: block;
	max-width: 100%;
}

.detail_big_pic a {
	display: block;
	position: relative;
	float: left;
}

.detail_big_pic img {
	display: inline-block;
}

.detail_big_pic .download_pic {
	position: absolute;
	left: 3px;
	bottom: 3px;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../img/miss_detail_pic_download.png) no-repeat 0 0;
	background-size: cover;
	z-index: 10100;
}

.detail_big_pic .zoomIt_area {
	border: 4px solid #888 !important;
	box-shadow: 0px 0px 0px 1px #888888 !important;
	-webkit-box-shadow: 0px 0px 0px 1px #888888 !important;
	-moz-box-shadow: 0px 0px 0px 1px #888888 !important;
	background: none !important;
}

.zoomIt_zoomed, .zoomIt_quick_zoomed {
	border: 1px solid #888 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4) !important;
	margin-top: -2px !important;
	background: #fff;
}

.wrap_detail_pic_small {
	overflow: hidden;
}

.detail_pic_small {
	width: 100%;
	padding: 4px 0;
	display: inline-block;
	margin-bottom: 15px;
}

.detail_pic_small.js_slider_pic_small {
	width: 1000%;
	max-width: 1000%;
}

.detail_pic_small .item, .detail_pic_small .item-video {
	margin: 3px 5px;
	text-align: center;
	background-color: #fff;
	text-align: center;
	float: left;
}

.detail_pic_small .item img {
	border: 1px solid #f4f4f4;
}

.detail_pic_small .item.item_active img {
	border: 1px solid #f4f4f4;
}

.detail_pic_small .owl-next, .detail_pic_small .owl-prev {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0;
}

.detail_pic_small .owl-prev {
	background: url(../img/sprites/miss_detail_js_slider.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	left: 0;
}

.detail_pic_small .owl-next {
	background: url(../img/sprites/miss_detail_js_slider.png);
	background-repeat: no-repeat;
	background-position: -23px -5px;
	right: 0;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.detail_big_pic .download_pic {
		width: 32px;
		height: 32px;
	}
	.detail_big_pic .zoomIt_area {
		border: 3px solid #888 !important;
	}
}

@media ( min-width : 767px) and (max-width: 991px) {
	.detail_big_pic .download_pic {
		width: 32px;
		height: 32px;
	}
	.detail_big_pic .zoomIt_area {
		border: 2px solid #888 !important;
	}
}

@media ( max-width : 767px) {
	.detail_big_pic .download_pic {
		width: 32px;
		height: 32px;
	}
	.detail_pic_small .item img {
		margin: 0 auto;
	}
}
/*End style detail pic*/
/*End style detail left*/

/*Style detail block right*/
/*Style detail blog title*/
.detail_page_wrap>.js-title {
	display: none;
}

.detail_block_title {
	height: 64px;
	border-bottom: 1px solid #cfd3da;
	margin-bottom: 25px;
	margin-left: 15px;
}

.detail_block_title .block_title_left {
	padding: 10px 0 8px 10px;
}

.detail_block_title .detail_title {
	font-family: 'Times New Roman';
	line-height: 25px;
	margin-bottom: 3px;
	color: #001f38
}

.detail_block_title .detail_title_second {
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #001f38;
	margin-bottom: 0;
}

.detail_block_title .block_title_share {
	padding-top: 18px;
	width: 140px !important;
}

.detail_block_title .block_title_share ul {
	margin: 0;
}

.detail_block_title .block_title_share ul li {
	list-style: none;
	float: left;
}

.detail_block_title .block_title_share ul li {
	margin: 0 2px 4px 2px;
}

.detail_block_title .block_title_list {
	padding-top: 18px;
}

.detail_block_title .block_title_list ul {
	margin: 0;
}

.detail_block_title .block_title_list ul li {
	list-style: none;
	float: left;
}

.detail_block_title .block_title_list ul li {
	margin: 0 3px 4px 3px;
	position: relative;
}

.detail_block_title .block_title_list ul li .list_left {
	width: 27px;
	height: 27px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background: url(../img/sprites/mister_detail_block_title.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.detail_block_title .block_title_list ul li .list_right {
	width: 27px;
	height: 27px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background: url(../img/sprites/mister_detail_block_title.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.detail_block_title .block_title_list ul li:hover .list_left,
	.detail_block_title .block_title_list ul li:hover .list_right {
	opacity: 0.6;
}

.detail_block_title .block_title_list ul li .next_prev_item {
	position: absolute;
	top: 32px;
	right: -2px;
	width: 249px;
	background: #f5f3f2;
	padding: 7px 22px;
	z-index: 10;
	display: none;
}

.detail_block_title .block_title_list ul li:hover .next_prev_item {
	display: block;
}

.detail_block_title .block_title_list ul li .next_prev_item {
	background-color: white;
	border: 1px solid #cfd3da
}

.detail_block_title .block_title_list ul li .next_prev_item:before {
	content: "";
	background: none;
	height: 20px;
	width: 249px;
	top: -10px;
	left: 0;
	position: absolute;
	background: url(../img/mister_next_prev_item_bg_top.png) right top
		no-repeat;
}

.detail_block_title .block_title_list ul li .next_prev_item:after {
	content: "";
	background: none;
	width: 249px;
	height: 13px;
	bottom: -13px;
	left: 0;
	position: absolute;
}

.detail_block_title .block_title_list ul li .next_prev_item .next_prev_item_inner
	{
	display: block;
	width: 100%;
}

.detail_block_title .block_title_list ul li .next_prev_item .wrap_img {
	display: block;
	overflow: hidden;
	text-align: center;
	width: 50px;
	height: 69px;
	line-height: 69px;
	float: left;
}

.detail_block_title .block_title_list ul li .next_prev_item .wrap_img img
	{
	display: inline-block;
	border: 1px solid #f4f4f4;
}

.detail_block_title .block_title_list ul li .next_prev_item .wrap_text {
	margin-left: 64px;
	display: block;
	min-height: 45px;
}

.detail_block_title .block_title_list ul li .next_prev_item .wrap_text .title
	{
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	display: block;
	color: #001f37;
}

.detail_block_title .block_title_list ul li .next_prev_item .wrap_text .title_second
	{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
	color: #001f37;
	display: block;
}

.detail_block_title .block_title_list ul li .next_prev_item .price {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #d44343;
	display: block;
	margin-top: 5px;
	margin-left: 64px;
}

.miss_small_modal {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	line-height: 20px;
	color: #603a2f;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 168px;
	z-index: 10000;
	cursor: pointer;
}

.miss_small_modal {
	border: 1px solid #cfd3da;
	background-color: white;
	width: 168px;
}

.miss_small_modal:after {
	content: "";
	background: none;
	height: 7px;
	width: 168px;
	bottom: -7px;
	left: 0;
	position: absolute;
	background: url(../img/mister_modal_small_bg_bottom.png) right top
		no-repeat;
}

.miss_small_modal .wrap_text {
	margin: 5px 10px 5px 10px;
	color: #6c727d;
	text-align: center;
	display: block;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-transform: none;
}

.miss_small_modal .wrap_text i {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

.miss_small_modal img {
	display: none;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.detail_block_title {
		/*  padding-top: 5px;  */
		
	}
	.detail_block_title .block_title_left {
		width: 83%;
	}
}

@media ( min-width : 767px) and (max-width: 991px) {
	.detail_block_title {
		margin-bottom: 15px;
	}
	.detail_block_title .block_title_share {
		padding-top: 5px;
	}
	.detail_block_title .block_title_share ul li {
		margin: 0 3px 4px 3px;
	}
	.detail_block_title .block_title_list {
		padding-top: 4px;
	}
}

@media ( max-width : 767px) {
	.detail_block_title {
		margin: 0;
		height: auto;
		border: none;
	}
	.js-title {
		display: none;
	}
	.detail_page_wrap>.js-title {
		display: block;
	}
	.detail_block_title {
		display: block;
	}
	.detail_block_title .block_title_list {
		padding-top: 10px;
		padding-bottom: 10px;
		float: right;
	}
	.detail_block_title .block_title_list ul li {
		margin: 0 0px 4px 30px;
	}
}
/*End style detail blog title*/
.detail_block_buy, .detail_block_service {
	margin: 0 15px;
}

@media ( max-width : 767px) {
	.detail_block_buy, .detail_block_service {
		margin: 0;
	}
}
/*Style detail blog buy*/
.detail_block_buy {
	min-height: 400px;
	margin-bottom: 15px
}

.detail_block_buy > .row > .col-sm-12:first-child
{
	padding-right:4px;
}
.detail_block_buy > .row > .col-sm-12:last-child
{
	padding-left:7px;
}

@media (max-width: 991px) and (min-width: 768px)
{
	.detail_block_buy > .row > .col-sm-12:first-child
{
	padding-right:10px;
}
.detail_block_buy > .row > .col-sm-12:last-child
{
	padding-left:10px;
}
}
@media (max-width: 767px)
{
.detail_block_buy > .row > .col-sm-12:first-child
{
	padding-right:15px;
}
.detail_block_buy > .row > .col-sm-12:last-child
{
	padding-left:15px;
}
}

/*Style detail blog price*/
.detail_block_price {
	padding: 30px 12px 25px 12px;
	border: 1px solid #e0e0e0;
	background-color: #f6f6f6;
	margin-bottom: 15px;
	max-width: 375px;
}

.detail_block_price .discount_price, .detail_block_price .old_price {
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	display: block;
	text-align: right;
	padding-right: 10%;
	color: #bababa
}

.detail_block_price .discount_price {
	color: #d44343;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 4px;
}

.detail_block_price .old_price {
	color: #bababa;
	font-size: 19px;
	line-height: 22px;
	text-decoration: line-through;
}

.detail_block_price .block_quantity {
	margin-top: 10px;
}

.btn_add_basket, .btn_add_basket_gift, .btn_add_basket_gift, .btn_add_basket_giftmain, .btn-changed
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	position: relative;
	background-color: #052640;
	line-height: 38px;
	height: 38px;
	margin-top: 14px;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	cursor:pointer;
}

.btn_add_basket:hover, .btn_add_basket_gift:hover, .btn_add_basket:active,
	.btn_add_basket_gift:active, .btn_add_basket_gift:hover, .btn_add_basket_gift:active,
	.btn_add_basket_giftmain:active, .btn_add_basket_giftmain:hover
	 {
	background-color: #0c3657;
}

.btn_add_wish, .btn_add_wish_gift, .btn_add_wish_gift, .btn_add_wish_giftmain
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #797979;
	background-color: #fff;
	border: 1px solid #cfd3da;
	height: 40px;
	line-height: 40px;
	margin-top: 12px;
	display: block;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	cursor:pointer;
}

.btn_add_wish:hover, .btn_add_wish_gift:hover, .btn_add_wish:active,
	.btn_add_wish_gift:active, .btn_add_wish_giftmain:active {
	background-color: #fff;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.detail_block_price .discount_price {
		font-size: 27px;
		padding-right: 0;
	}
	.detail_block_price .old_price {
		font-size: 17px;
		padding-right: 0;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.detail_block_price .discount_price {
		font-size: 19px;
		line-height: 28px;
		padding-right: 0;
	}
	.detail_block_price .old_price {
		font-size: 14px;
		line-height: 18px;
		padding-right: 0;
	}
	.btn_add_basket, .btn_add_wish, .btn_add_basket_gift, .btn_add_wish_gift,
		.btn_add_basket_gift, .btn_add_wish_giftmain {
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	}
	.detail_block_title .block_title_share {
		display: none;
	}
	.detail_block_title .block_title_list {
		width: 70px;
		position: relative;
		left: -15px;
	}
}

@media ( max-width : 767px) {
}

/*End style detail blog price*/

/*Style detail blog book call*/
.detail_block_back_call {
	max-width: 375px;
}

.detail_block_back_call .wrap_back_call {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 9px 12px 8px 12px;
}

.wrap_back_call .title {
	font-family: 'Times New Roman', Arial, regular;
	font-size: 15px;
	color: #001f38;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.wrap_back_call label {
	font-family: 'Times New Roman';
	font-size: 12px;
	line-height: 25px;
	color: #6c727d;
}

.wrap_back_call input[type=text], .wrap_back_call input[type=text]:focus
	{
	font-family: 'Times New Roman';
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	color: #33363b;
	background: #f6f6f6;
	border: 1px solid #cfd3da;
	max-width: 98%;
	border-radius: 0;
	box-shadow: none;
	padding: 0 1%;
}

@media ( min-width : 1200px) {
	.wrap_back_call input[type=text], .wrap_back_call input[type=text]:focus
		{
		width: 128px;
	}
}

.detail_block_back_call .wrap_input {
	margin-top: 6px;
	width: 100%;
	max-width: 240px;
}

.detail_block_back_call .wrap_input input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	color: #fff;
	border: none;
	line-height: 38px;
	height: 38px;
	width: 100%;
	background-color: #052640;
	text-transform: uppercase;
}

.detail_block_back_call .wrap_input input[type="submit"]:hover {
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.wrap_back_call input[type=text], .wrap_back_call input[type=text]:focus
		{
		width: 100%;
		max-width: 100%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.detail_block_back_call .wrap_input input[type="submit"] {
		font-size: 12px;
	}
	.wrap_back_call .title {
		font-size: 11px;
	}
}

@media ( max-width : 767px) {
	.detail_block_back_call {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.detail_block_back_call .wrap_input {
		margin: 0 auto;
		margin-top: 6px;
	}
}
/*End style detail blog book call*/

/*Style detail blog property*/
.detail_block_property {
	font-family: 'Times New Roman';
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	color: #6c727d;
	max-width: 375px;
}

.detail_block_brand, .detail_prop, .detail_sect, .detail_color,
	.detail_size, .wrap_more_info_url, .wrap_table_size {
	padding-left: 15px;
	padding-right: 15px;
}

.detail_block_brand {
	min-height: 59px;
	margin-bottom: 10px;
	text-align: center;
}

.detail_block_brand a {
	display: block;
	position: relative;
}

.detail_block_brand a img {
	margin: 0 auto;
}

@media ( min-width : 1200px) {
	.detail_block_brand a .img_hover {
		background: none repeat scroll 0 0 #fff;
		display: none;
		height: 100%;
		left: 0;
		opacity: 0.5;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 2;
	}
	.detail_block_brand a:hover .img_hover {
		display: block;
		opacity: 0.3;
	}
}

.detail_sect {
	margin-bottom: 20px;
}

.detail_sect a {
	margin-top: 5px;
	color: #6c727d;
	display: block;
	font-size: 14px;
}

.detail_prop {
	margin-bottom: 20px;
}

.js_detail_prop_block {
	border: 1px solid #cfd3da
}

.detail_prop span {
	display: block;
	margin-top: 5px;
	color: #6c727d
}

.detail_prop .black {
	color: #000;
	display: inline;
	color: #33363b;
	word-break: break-word;
}

.detail_color {
	padding-top: 15px;
}

.detail_size {
	padding-top: 10px;
	padding-bottom: 10px;
}

.detail_prop_title {
	display: block;
	margin-bottom: 5px;
	color: #6c727d;
}

.detail_color ul, .detail_size ul {
	margin: 0px;
	display: inline-block;
}

.detail_color ul li, .detail_size ul li {
	float: left;
	padding: 1px;
	border: 1px solid transparent;
	display: inline-block;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 2px 2px;
	position: relative;
}

.detail_color ul li.color_img {
	height: auto;
	width: auto;
}

.detail_color ul>li>span, .detail_color ul .owl-item>li>span,
	.detail_size ul>li>span {
	display: block;
	width: 100%;
	height: 100%;
	color: #797979;
	font-family: 'Times New Roman';
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.detail_size ul>li>span {
	padding: 0px 3px;
}

.detail_color ul>li>span {
	box-shadow: inset 0px 0px 1px 0px #c0c1c2;
	-webkit-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
	-moz-box-shadow: inset 0px 0px 1px 0px #c0c1c2;
}

.detail_color ul li span {
	border: 1px solid #b8b8ba;
}

.detail_color ul li:hover, .detail_color ul li.li-active {
	border: 1px solid #7b7b7b;
}

.detail_size ul li {
	border: 1px solid #7b7b7b;
}

.detail_size ul li:hover, .detail_size ul li.li-active {
	border: 1px solid #000;
	background-color: #000;
}

.detail_size ul li:hover>span, .detail_size ul li.li-active>span {
	text-decoration: none;
	color: #fff;
}

.detail_color ul li.li-disable, .detail_size ul li.li-disable {
	border: 1px solid #e2e2e2;
	background-color: transparent;
}

.detail_color ul li.li-disable:before, .detail_size ul li.li-disable:before
	{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/detail_color_size_disable.png") 0 0 repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.detail_color ul li.li-disable span, .detail_size ul li.li-disable span
	{
	color: #d4d4d4;
	cursor: default;
}

.wrap_table_size {
	text-align: right;
	margin-bottom: 10px;
}

.wrap_table_size {
	text-align: center;
}

.wrap_table_size .table_size, .wrap_more_info_url .more_info {
	font-family: 'Times New Roman';
	font-size: 14px;
	line-height: 16px;
	color: #6c727d;
}

/*START REVIEWS*/
.add-comments .spoiler-input, .item .add-comments .wrap-quote .quote,
	#reviews-list .item .wrap-quote .quote, #questions-body .item  .wrap-quote .quote
	{
	background: unset !important;
	font-family: 'ProximaNova', Arial, regular !important;
}

.add-comments .spoiler {
	background: #052640 !important;
	border: 1px solid #052640 !important;
	cursor:pointer;
}

.add-comments .spoiler .spoiler-input
{
	background: #052640 !important;
}

.item .add-comments .spoiler-input, .item .add-comments .wrap-quote .quote,
	#reviews-list .item .wrap-quote .quote, #questions-body .item  .wrap-quote .quote
	{
	background: #FFF !important;
	color: #052640 !important;
	border-bottom: 1px dotted #052640 !important;
}
.item .add-comments .spoiler .spoiler-input
{
	background: #052640 !important;
}
.item .add-comments .spoiler {
	background: #FFF !important;
	border: none !important;
}

#comments-body .add-check-error {
	color: #001f38 !important;
}
.add-questions .spoiler-input
{
	background: #052640 !important;
}
.add-questions .spoiler-input {
	background: unset !important;
	font-family: 'ProximaNova', Arial, regular !important;
}

.add-questions .spoiler {
	background: #052640 !important;
	border: 1px solid #052640 !important;
	cursor:pointer;
}

#questions-body .spoiler_body p.add-check-error {
	color: #001f38 !important;
}

.add-reviews .spoiler-input {
	background: unset !important;
	font-family: 'ProximaNova', Arial, regular !important;
}

.add-reviews .spoiler {
	background: #052640 !important;
	border: 1px solid #052640 !important;
	cursor:pointer;
}

.add-reviews .spoiler .spoiler-input{
	background: #052640 !important;
	cursor:pointer;
}

.spoiler-reviews-body .review-add-title {
	color: #001f38 !important;
}

.spoiler-reviews-body .add-check-error {
	color: #001f38 !important;
}

.spoiler-reviews-body .not-buy-error {
	color: #001f38 !important;
}

#custom-options-select-sort li:hover {
	color: #001f38 !important;
}

#custom-options-select-rating li:hover span.uni-stars {
	color: #001f37 !important;
}

#reviews-body #filter-pagination button.current {
	color: #001f37 !important;
}

#reviews-statistics h3 {
	color: #001f38 !important;
}

#reviews-statistics .reviews-scale-full {
	background: #001f38 !important;
}

.add-comments .auth-error {
	color: #001f38 !important;
}

.add-questions .auth-error {
	color: #001f38 !important;
}

.add-reviews .auth-error {
	color: #001f38 !important;
}

.spoiler-comments-body .not-ban-error {
	color: #001f38 !important;
}

.spoiler-questions-body .not-ban-error {
	color: #001f38 !important;
}

.spoiler-reviews-body .not-ban-error {
	color: #001f38 !important;
}

.add-reviews .spoiler:hover,
.add-comments .spoiler:hover,
.add-questions .spoiler:hover,
.add-reviews  .spoiler .spoiler-input:hover,
.add-comments  .spoiler .spoiler-input:hover,
.add-questions  .spoiler .spoiler-input:hover
{
	background:#0c3657!important;
}
.item .add-comments .spoiler .spoiler-input:hover,
.item .add-comments .spoiler:hover
{
	background:#FFF!important;
}

#questions-body .list .shopanswer .username,
#reviews-body .list .shopanswer .username
{
	color:#001f38!important;
}
/*END REVIEWS*/
.wrap_more_info_url {
	margin-bottom: 15px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.detail_block_property {
		margin-right: 0px;
	}
	.detail_block_brand, .detail_prop, .detail_sect, .detail_color,
		.wrap_more_info_url, .detail_size, .wrap_table_size {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.detail_block_property {
		margin-right: 0px;
		max-width: 220px;
	}
	.detail_block_brand, .detail_prop, .detail_sect, .detail_color,
		.wrap_more_info_url, .detail_size, .wrap_table_size {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media ( max-width : 767px) {
	.detail_block_property {
		margin-right: 0px;
	}
	.wrap_table_size, .wrap_more_info_url {
		margin-bottom: 15px;
	}
}
/*End style detail blog property*/
/*Style detail blog buy*/

/*Style setail block service*/
.detail_block_service {
	display: inline-block;
	width: 100%;
	margin-bottom: 42px;
	display:flex;
	justify-content:space-between;
	padding-right:30px;
}

.detail_block_service .item {
	width: 25%;
	text-align: center;
	border:1px solid #cccccc;
	padding:10px;
	margin-right:10px;
}
.detail_block_service .item:last-child
{
	margin-right:0px;
}
.detail_block_service .item img {
	margin: 0 auto;
	margin-bottom: 10px;
}

.detail_block_service .item a, .detail_block_service .item span {
	text-transform: uppercase;
	font-family: 'ProximaNova';
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	display: block;
	color: #6c727d;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.detail_block_service {
		margin-bottom: 32px;
	}
	.detail_block_service .item a, .detail_block_service .item span {
		font-size: 9px;
		line-height: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.detail_block_service {
		margin-bottom: 25px;
		display:inline-block;
	}
	.detail_block_service .item a, .detail_block_service .item span {
		font-size: 12px;
		line-height: 16px;
	}
	.detail_block_service .item
	{
		width:45%;
		width:calc(50% - 10px);
		float:left;
		margin-bottom:20px;
	}
	.detail_block_service .item:nth-child(odd)
	{
		float:right;
		margin-right:0;
	}
}

@media ( max-width : 767px) {
	.detail_block_service {
		display: none;
	}
}
/*End style detail block service*/

/*Style for detail description*/
.detail_description {
	margin: 0;
	padding: 16px 15px 1px 15px;
}

@media ( max-width : 767px) {
	.detail_description {
		margin: 0;
		padding:0;
	}
}

.description_block {
	margin-bottom: 14px;
}

.description_title {
	padding: 4px 0;
	cursor: pointer;
}

.description_block .description_title_in {
	font-family: 'Times New Roman', Arial, regular;
	font-size: 18px;
	font-weight: normal;
	background: url("../img/mister_left_block_li_icon_close.png") 96% 12px
		no-repeat #fff;
	border: 1px solid #cfd3da;
	line-height: 35px;
	color: #001f38;
	padding: 0 10px;
}

.description_block.block_open .description_title_in {
	background: url("../img/mister_left_block_li_icon.png") 96% 14px
		no-repeat #fff;
}

.description_title_in span {
	display: inline-block;
	position: relative;
}

.description_content {
	font-family: 'Times New Roman';
	font-size: 14px;
	margin: 10px 5px 0px 15px;
	color: #6c727d
}

.description_content .desc_prop {
	margin-bottom: 0px;
	color: #6c727d;
	font-size: 14px;
}

.description_content .desc_prop span {
	color: #33363b;
	font-size: 14px;
}

/*End detail descritrion*/

/*Style detail right*/
.detail_page {
	
}

.detail_page_wrap {
	margin-bottom: 20px;
}

.detail-right-block {
	margin-bottom: 20px;
	display: inline-block;
	min-width: 100%;
}

.detail-right-block .title {
	text-transform: uppercase;
	font-family: 'Times New Roman';
	font-size: 17px;
	line-height: 24px;
	padding: 9px 4px 7px 4px;
	font-weight: normal;
	margin: 0 0 10px 9px;
	color: #001f38;
	text-align: center;
	border: 1px solid #cfd3da;
}

.detail-right-block ul.block-picture {
	margin: 0;
}

.detail-right-block .block-picture li {
	list-style: none;
	float: left;
	width: 50%;
	margin-bottom: 9px;
	padding-left: 9px;
}

.detail-right-block .block-picture a {
	display: block;
	position: relative;
	overflow: hidden;
}

.detail-right-block .block-picture a img {
	border: 1px solid #f4f4f4;
}

.detail-right-block .picture-descript {
	position: absolute;
	width: 100%;
	bottom: -100%;
	left: 0;
	background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;
	padding: 3px;
	border: 1px solid #d6dadf;
	display: none;
}

.picture-descript .picture-descript-in {
	background: url(../img/mister_detail_carry_pic_bg.png) repeat 0 0;
	width: 100%;
	display: block;
	text-align: center;
}

.picture-descript .picture-descript-in .name, .picture-descript .picture-descript-in .price
	{
	font-family: 'Times New Roman';
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #6c727d;
	display: block;
	margin-bottom: 5px;
}

.picture-descript .picture-descript-in .price {
	font-size: 14px;
	color: #33363b;
	margin-bottom: 10px;
}

@media ( min-width : 1200px) {
	.detail-right-block .picture-descript {
		display: block;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.detail-right-block .title {
		font-size: 15px;
		line-height: 22px;
		padding: 9px 4px 7px 4px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.detail-right-block .title {
		font-size: 12px;
		line-height: 18px;
		padding: 6px 1px 4px 1px;
	}
}

@media ( min-width : 480px) and (max-width: 767px) {
	.detail-right-block-wrap {
		margin-top: 10px;
	}
	.detail-right-block .block-picture li {
		width: 30%;
	}
}

@media ( max-width : 479px) {
	.detail-right-block-wrap {
		margin-top: 10px;
	}
	.detail-right-block .block-picture li {
		width: 50%;
	}
}
/*End style detail right*/

/*Style detail bottom wrap*/
.detail_bottom_wrap {
	border-top: 1px solid #cfd3da;
	border-bottom: 1px solid #cfd3da;
	background-color: #f6f6f6;
	padding-top: 5px;
}

.detail_bottom_wrap .container {
	min-height: 100px;
}

.block_similar_goods {
	margin: 40px 0;
}

.block_similar_goods .block_similar_title {
	text-transform: uppercase;
	font-family: 'Times New Roman';
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #001f38
}

.wrap_block_similar_in {
	margin: 0 10px 0 8px;
	overflow: hidden;
}

.block_similar_in {
	width: 100%;
	display: inline-block;
}

.block_similar_in.js_slider_6 {
	width: 1000%;
}

.block_similar_in .item {
	margin: 0 5px;
	text-align: center;
	float: left;
}

.block_similar_in .item a {
	display: block;
	margin: 0 auto;
}

.block_similar_in .item a img {
	margin: 0 auto;
	border: 1px solid #A0A0A0;
}

.block_similar_in .owl-next, .block_similar_in .owl-prev {
	position: absolute;
	width: 18px;
	height: 34px;
	top: 45%;
}

.block_similar_in .owl-prev {
	background: url(../img/sprites/miss_detail_js_slider.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	left: 0;
}

.block_similar_in .owl-next {
	background: url(../img/sprites/miss_detail_js_slider.png);
	background-repeat: no-repeat;
	background-position: -23px -5px;
	right: 0;
}

.detail_block_banner {
	padding-left: 9px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.detail_block_banner a {
	display: block;
}

.detail_block_banner a img {
	margin: 0 auto;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_similar_goods .block_similar_title {
		font-size: 15px;
		margin-bottom: 10px;
	}
}
/*End style detail bottom wrap*/
/*End style for inner detail catalog page*/

/*Style page brand list*/
.brand_list {
	padding: 0 9px;
}

.brand_list .brand_cart_wrap {
	display: block;
	text-decoration: none;
	margin-bottom: 25px;
}

.brand_list .brand_cart {
	width: 100%;
	padding: 4px;
	background: #fff;
	margin-bottom: 15px;
	display: block;
	border: 1px solid #9d9d9d
}

.brand_list .brand_cart .brand_cart_inner {
	height: 155px;
	line-height: 155px;
	text-align: center;
	display: block;
}

.brand_list .brand_cart .brand_cart_inner img {
	display: inline-block;
}

.brand_list .brand_name {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding: 0 8px;
	text-align: center;
	color: #33363b;
	display: block;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.brand_list .brand_cart_wrap {
		margin-bottom: 20px;
	}
	.brand_list .brand_cart .brand_cart_inner {
		height: 122px;
		line-height: 122px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.brand_list .brand_cart {
		margin-bottom: 10px;
	}
	.brand_list .brand_cart_wrap {
		margin-bottom: 15px;
	}
	.brand_list .brand_cart .brand_cart_inner {
		height: 83px;
		line-height: 83px;
	}
	.brand_list .brand_name {
		font-size: 14px;
		padding: 0 4px;
	}
}

@media ( max-width : 767px) {
	.brand_list {
		padding: 0 15px;
	}
	.brand_list .brand_cart {
		margin-bottom: 10px;
	}
	.brand_list .brand_cart_wrap {
		margin-bottom: 15px;
	}
	.brand_list .brand_cart .brand_cart_inner {
		height: 122px;
		line-height: 122px;
	}
}

@media ( max-width : 479px) {
	.brand_list .brand_cart .brand_cart_inner {
		height: 100px;
		line-height: 100px;
	}
}
/*Style brand pagination*/
.wrap_brand_pagination {
	display: block;
	text-align: center;
	width: 100%;
	position: relative;
	padding-bottom: 25px;
}

.wrap_brand_pagination .brand_pagination {
	width: auto;
	display: inline-block;
}

.brand_pagination .navig_previous, .brand_pagination .navig_next {
	padding: 0 6px;
}

.brand_pagination ul {
	position: relative;
	z-index: 10;
	margin: 0;
}

.brand_pagination ul li {
	float: left;
	list-style: none;
	padding: 0 3px;
	margin: 0 3px;
}

.brand_pagination ul li a {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 20px;
	font-weight: normal;
	color: #9f7f75;
	font-size: 20px;
	text-decoration: none;
}

.brand_pagination ul li span.nav-current-page {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 20px;
	font-weight: normal;
	color: #4d3028;
	cursor: default;
}

.brand_pagination ul li:hover a, .brand_pagination ul li.bx_active a {
	color: #4d3028;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
	.brand_pagination ul li a, .brand_pagination ul li span.nav-current-page
		{
		font-size: 18px;
	}
}

@media ( max-width : 767px) {
	.wrap_brand_pagination {
		margin-top: 10px;
		padding-bottom: 15px;
	}
	.brand_pagination .navig_previous, .brand_pagination .navig_next {
		padding: 0px;
	}
	.brand_pagination ul li {
		margin: 0 5px;
	}
	.brand_pagination ul li a, .brand_pagination ul li span.nav-current-page
		{
		font-size: 18px;
	}
}
/*End style brand pagination*/
/*Ens style page brand list*/

/*Style for basket page*/
/*Style block_order_call*/
.block_order_call {
	border-bottom: 1px solid #cfd3da;
	margin-bottom: 25px;
	padding: 10px 0;
}

.block_order_call h1 {
	line-height: 43px;
	margin: 0;
	color: #001f38;
	text-transform: uppercase;
}

.block_order_call .name_call {
	font-size: 15px;
	font-weight: normal;
	color: #001f38;
	line-height: 43px;
	margin: 0;
	text-align: right;
	text-transform: uppercase;
}

.block_order_call_center {
	border: 1px solid #cfd3da;
	background: #fff;
	height: 43px;
}

.block_order_call_center label {
	color: #6c727d;
	display: inline-block;
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	margin-left: 2%;
	margin-top: 6px;
}

.block_order_call_center input[type="text"] {
	background-color: #f6f6f6;
	border: 1px solid #cfd3da;
	border-radius: 0;
	color: #33363b;
	float: right;
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-right: 2%;
	margin-top: 6px;
	max-width: 270px;
	padding: 0 10px;
	width: 55%;
}

.block_order_call_right {
	padding-left: 15px;
}

.block_order_call_right .wrap_input {
	max-width: 303px;
}

.block_order_call_right .wrap_input input[type="submit"] {
	background: #052640;
	border: medium none;
	border-radius: 0;
	color: #fff;
	display: block;
	font-family: 'ProximaNova', Arial, regular;
	font-size: 17px;
	height: 41px;
	line-height: 41px;
	width: 100%;
	text-transform: uppercase;
}

.block_order_call_right .wrap_input input[type="submit"]:hover {
	background: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_order_call_right .wrap_input input[type="submit"] {
		font-size: 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_order_call h1 {
		font-size: 19px;
		line-height: 20px;
	}
	.block_order_call .name_call {
		font-size: 16px;
		line-height: 20px;
		margin-top: 2px;
	}
	.block_order_call_center label {
		font-size: 13px;
	}
	.block_order_call_right .wrap_input input[type="submit"] {
		font-size: 16px;
	}
	.block_order_call_center input[type="text"] {
		width: 45%;
	}
}

@media ( max-width : 767px) {
	.block_order_call {
		border-bottom: none;
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 0;
		padding-right: 0;
	}
	.block_order_call .name_call {
		text-align: center;
		font-size: 18px;
		margin-top: 10px;
	}
	.block_order_call_right {
		padding: 9px 0 0 0;
		margin-top: 7px;
		background: none;
	}
	.block_order_call_right .wrap_input {
		margin: 0 auto;
	}
	.block_order_call_center input[type="text"] {
		width: 45%;
	}
}
/*End style block_order_call*/

/*Style block sort*/
.sort_container {
	
}

.sort_container .wrap_btn {
	background: #f6f6f6;
	display: inline-block;
	padding: 8px;
}

.sort_container .wrap_btn .button {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 15px;
	color: #33363b;
	font-weight: normal;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 13px;
	height: 37px;
	line-height: 35px;
	margin: 0 1px;
	border: 1px solid transparent;
}

.sort_container .wrap_btn .button:hover, .sort_container .wrap_btn .button.active
	{
	border: 1px solid #c9c8c8;
	background: #fff;
}
/*End style block sort*/

/*Style block basket*/
.block_basket {
	
}

.block_basket .div_table {
	margin-bottom: 15px;
}

.block_basket .div_table_header {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 46px;
	line-height: 46px;
	color: #6c727d;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.block_basket .div_table_header .first_name {
	padding-left: 9px;
}

.block_basket .div_table_header .row {
	background: #f6f6f6;
}

.basket_item>.row>.col-sm-4 {
	padding-left: 0px;
}

.basket_item, .basket_item a, .basket_item p {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
}

.basket_item .row.divider {
	background: none;
}

.basket_item .row.divider span {
	background: #d1d4db;
	height: 1px;
	margin: 15px 0;
	display: block;
}

.basket_item img {
	border: 1px solid #f6f6f6;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.basket_item .wrap_title {
	min-height: 70px;
}

.basket_item .item_name {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	display: block;
	padding-top: 2px;
}

.basket_item .item_name a {
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}

.basket_item .item_name a:hover, .basket_item .item_name a:focus {
	color: #a86e6d;
}

.basket_item .item_second_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 0;
	color: #000000;
	text-decoration: none;
}

.basket_item .item_second_name a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.basket_item .item_second_name a:hover, .basket_item .item_second_name a:focus
	{
	text-decoration: underline;
}

.basket_item .item_prop {
	margin-bottom: 10px;
}

.basket_item .item_prop p {
	color: #797979;
	margin-bottom: 3px;
}

.basket_item .item_prop p .black {
	color: #000;
}

.basket_item .item_prop .detail_color, .basket_item .item_prop .detail_size
	{
	background: none;
	padding: 0;
}

.basket_item .item_prop p.item_prop_color {
	line-height: 23px;
	margin-bottom: 2px;
	display: inline-block;
	width: 100%;
}

.basket_item .item_prop p.item_prop_color span.text {
	float: left;
	display: inline-block;
	margin-right: 3px;
}

.basket_item .item_prop p.item_prop_color span.color {
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
}

.basket_item .wrap_input, .basket_item .wrap_price, .basket_item .count_item,
	.basket_item .wrap_del_change {
	margin-top: 40px;
}

.basket_item .wrap_input {
	border: 1px solid #cfd3da;
	background: #fff;
	display: inline-block;
	padding: 4px 4px 3px 4px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.basket_item .wrap_input.input_delayed {
	border: none;
	background: none;
	margin-left: 25%;
}

.basket_item .wrap_input .basket_item_input {
	outline: none;
	border: none;
	width: 26px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	padding: 0 2px;
	border-radius: 0;
	color: #33363b;
}

.basket_item .wrap_input .minus, .basket_item .wrap_input .plus {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	background: #c5cad2;
	color: #33363b;
	width: 12px;
	height: 13px;
	display: inline-block;
	cursor: pointer;
	border-radius: 1px;
	text-align: center;
	line-height: 13px;
}

.basket_item .wrap_input .minus::selection, .basket_item .wrap_input .plus::selection
	{
	background: none;
}

.basket_item .wrap_input .minus::-moz-selection, .basket_item .wrap_input .plus::-moz-selection
	{
	background: none;
}

.basket_item .wrap_price {
	display: inline-block;
}

.basket_item .item_price {
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #33363b;
	display: block;
	text-align: right;
	margin-bottom: 0px;
}

.basket_item .item_old_price {
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	color: #bababa;
	text-decoration: line-through;
	text-align: right;
	margin-bottom: 0px;
}

.basket_item .count_item {
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d44343;
	display: block;
	margin-top: 40px;
}

.basket_item .cart-change-item, .basket_item .cart-delete-item {
	color: #6c727d;
}

.basket_item .cart-change-item a, .basket_item .cart-delete-item a {
	color: #6c727d;
	text-decoration: none;
	border-bottom: 1px dashed #6c727d;
}

.basket_item .cart-change-item a:hover, .basket_item .cart-delete-item a:hover
	{
	border-bottom: none;
}

.basket_item .mobile_title {
	font-weight: bold;
	display: none;
	margin-top: 10px;
	padding-bottom: 5px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
	.basket_item, .basket_item a, .basket_item p {
		font-size: 13px;
	}
	.basket_item .item_name, .basket_item .item_name a {
		font-size: 15px;
	}
	.basket_item .item_second_name, .basket_item .item_second_name a {
		font-size: 11px;
	}
	.basket_item .item_price, .basket_item .count_item {
		font-size: 15px;
	}
	.basket_item .wrap_input.input_delayed {
		margin-left: 35%;
	}
}

@media ( max-width : 767px) {
	.basket_item {
		margin: 0 15px;
	}
	.block_basket .div_table {
		margin-bottom: 15px;
	}
	.basket_item_img {
		margin-bottom: 10px;
		margin-top: 10px;
		display: block;
	}
	.basket_item .wrap_input, .basket_item .wrap_price, .basket_item .count_item,
		.basket_item .wrap_del_change {
		margin-top: 0px;
	}
	.basket_item .wrap_input {
		width: 80px;
	}
	.basket_item .wrap_input .basket_item_input {
		width: 36px;
	}
	.basket_item .wrap_del_change {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.div_table_body .basket_item .mobile_title {
		display: block;
	}
	.div_table_body .basket_item .cart-delete-item {
		margin-top: 10px;
	}
	.block_basket .div_table_header {
		display: none;
	}
	.basket_item .wrap_input.input_delayed {
		margin-left: 0%;
	}
}
/*End style block basket*/

/*Style for block basket_count*/
.block_basket_count_wrap {
	background: #f6f6f6;
	padding: 15px 20px;
	margin-bottom: 40px;
}

.block_basket_count {
	background: #fff;
	border: 1px solid #cfd3da;
	padding: 14px 2% 14px 2%;
}

.block_basket_count .back_catalog {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #33363b;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.block_basket_count .block_promo_title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 17px;
	color: #6c727d;
	height: 30px;
	line-height: 30px;
	text-align: right;
	display: block;
}

.block_basket_count .input_coupon {
	background-color: #f6f6f6;
	border: 1px solid #cfd3da;
	border-radius: 0;
	color: #33363b;
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 16px;
	height: 30px;
	padding: 0 5px;
	width: 100%;
}

.block_basket_count .input_coupon.success {
	border-color: #01d3a3;
	box-shadow: 0px 0px 2px 0px #01d3a3;
	-webkit-box-shadow: 0px 0px 2px 0px #01d3a3;
	-moz-box-shadow: 0px 0px 2px 0px #01d3a3;
}

.block_basket_count .input_coupon.error {
	border-color: #ef0909;
	box-shadow: 0px 0px 2px 0px #ef0909;
	-webkit-box-shadow: 0px 0px 2px 0px #ef0909;
	-moz-box-shadow: 0px 0px 2px 0px #ef0909;
}

.block_basket_count .basket_refresh {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	color: #fff;
	background-color: #052640;
	border: none;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
}

.block_basket_count .basket_refresh:hover {
	background-color: #0c3657;
}

.block_basket_count .basket_count {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 20px;
	color: #33363b;
	margin: 0;
	text-align: right;
	height: 30px;
	line-height: 30px;
}

.block_basket_count .basket_count span {
	font-size: 25px;
	color: #d44343;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_basket_count .block_promo_title {
		font-size: 16px;
	}
	.block_basket_count .input_coupon {
		font-size: 15px;
	}
	.block_basket_count .basket_refresh {
		font-size: 14px;
	}
	.block_basket_count .basket_count {
		font-size: 18px;
	}
	.block_basket_count .basket_count span {
		font-size: 23px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_basket_count .back_catalog {
		font-size: 15px;
	}
	.block_basket_count .block_promo_title {
		font-size: 13px;
	}
	.block_basket_count .input_coupon {
		font-size: 14px;
	}
	.block_basket_count .basket_refresh {
		font-size: 11px;
	}
	.block_basket_count .basket_count {
		font-size: 16px;
	}
	.block_basket_count .basket_count span {
		font-size: 18px;
	}
}

@media ( max-width : 767px) {
	.block_basket_count .back_catalog {
		margin-bottom: 10px;
	}
	.block_basket_count .block_promo_title {
		text-align: left;
	}
	.block_basket_count .input_coupon {
		margin-bottom: 15px;
	}
	.block_basket_count .basket_refresh {
		
	}
	.block_basket_count .basket_count {
		text-align: left;
		margin-bottom: 20px;
	}
	.block_basket_count .basket_count span {
		
	}
}
/*End style for block basket_count*/

/*Style btn basket_order*/
.wrap_basket_order {
	text-align: right;
	margin-bottom: 30px;
}

.wrap_basket_order .basket_order_btn {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 19px;
	color: #ffffff;
	padding: 6px 20px 7px 20px;
	border: none;
	background: #052640;
	display: inline-block;
	text-decoration: none;
	border-radius: 0px;
	position: relative;
	text-transform: uppercase;
}

.wrap_basket_order .basket_order_btn:hover, .wrap_basket_order .basket_order_btn:focus
	{
	background: #0c3756;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.wrap_basket_order .basket_order_btn {
		font-size: 16px;
		margin-right: 5px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.wrap_basket_order .basket_order_btn {
		font-size: 15px;
		margin-right: 20px;
	}
}

@media ( max-width : 767px) {
	.wrap_basket_order {
		text-align: center;
	}
	.wrap_basket_order .basket_order_btn {
		font-size: 16px;
	}
}
/*End style btn basket_order*/
.block_order .section {
	background: #f6f6f6;
	padding: 16px 26px 30px 26px;
	margin-bottom: 35px;
}

.block_order .section .section_title {
	padding: 4px 0;
	cursor: auto;
	margin-bottom: 18px;
}

.block_order .section .section_title_in {
	font-family: 'Times New Roman', Arial, regular;
	font-size: 15px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #cfd3da;
	line-height: 35px;
	color: #001f38;
	padding: 0 10px;
	text-transform: uppercase;
}

.block_order .section .section_title_in span {
	display: inline-block;
	position: relative;
}
.block_order .wrap_person_type label {
	border: 1px #7c7c7c solid;
	background-color: #ffffff;
	display: inline-block;
	padding: 7px 120px 7px 16px;
	margin-right: 18px;
	color: #434343;
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
}
.block_order .order_props_title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 17px;
	color: #001f38;
	text-transform: uppercase;
	padding-left: 26px;
	margin-bottom: 15px;
}

/*Style block_buyer*/
.block_buyer .wrap_field,
.block_buyer .wrap-buyer
{
	margin-bottom: 10px;
}

.block_buyer .sale_order_props .field_name {
	color: #33363b;
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	display: block;
}

.block_buyer .sale_order_props input, .block_buyer .sale_order_props textarea
	{
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 16px;
	color: #6c727d;
	border: 1px solid #d7dae0;
	padding: 5px 4%;
	height: 32px;
	line-height: 22px;
	outline: medium none;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.block_buyer .sale_order_props textarea {
	height: 60px;
	resize: none;
	line-height: 20px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_buyer .sale_order_props .field_name {
		font-size: 13px;
	}
	.block_buyer .sale_order_props input, .block_buyer .sale_order_props textarea
		{
		font-size: 14px;
	}
}

@media ( max-width : 767px) {
}
/*End style block_buyer*/

/*Style block order_comment*/
.order_comment textarea {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #6c727d;
	border: 1px solid #d7dae0;
	width: 100%;
	resize: none;
	padding: 15px 4%;
	height: 250px;
	position: relative;
	display: block;
	margin-bottom: 10px;
	border-radius: 0;
	outline: medium none;
}

.order_comment.block_buyer textarea
{
	height:60px;
}

.order_comment.block_buyer .sale_order_props
{
	margin-bottom:16px;
}

/*End style order_comment*/

/*Style for block order count*/
.wrap_order_count {
	background: #f8f8f8;
	padding: 16px 6px 16px 6px;
	margin-bottom: 30px;
}

.wrap_order_count .order_count_title {
	font-family: 'Times New Roman', Arial, sans-serif;;
	font-size: 24px;
	font-weight: normal;
	color: #001f38;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
}

.wrap_order_count .block_order_count {
	border: 1px solid #cfd3da;
	padding: 3% 4%;
	background: #fff;
}

.wrap_order_count .block_order_count p {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #6c727d;
}

.wrap_order_count .block_order_count p b {
	color: #33363b;
}

.wrap_order_count .block_order_count span {
	display: block;
}

.wrap_order_count .block_order_count .order_prop_price b {
	color: #d44343;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.wrap_order_count .order_count_title {
		font-size: 25px;
	}
	.wrap_order_count .block_order_count p {
		font-size: 13px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.wrap_order_count .order_count_title {
		font-size: 23px;
	}
	.wrap_order_count .block_order_count p {
		font-size: 12px;
	}
}

@media ( max-width : 767px) {
	.wrap_order_count {
		padding-top: 5px;
		margin-bottom: 30px;
	}
	.wrap_order_count .order_count_title {
		margin-top: 0px;
		text-align: left;
	}
}
/*End style for block order count*/

/*Style for order_send_btn*/
.wrap_order_send_btn {
	text-align: right;
	margin-bottom: 30px;
	position: relative;
	margin-top: 27px;
}

.wrap_order_send_btn input[type=submit] {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 19px;
	color: #ffffff;
	padding: 6px 20px 7px 20px;
	display: inline-block;
	text-decoration: none;
	border-radius: 0px;
	border: none;
	outline: none;
	position: relative;
	background: #052640;
	width: 90%;
	text-transform: uppercase;
}

.wrap_order_send_btn input[type=submit]:hover, .wrap_order_send_btn input[type=submit]:focus
	{
	background: #0c3756;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.wrap_order_send_btn {
		font-size: 20px;
		margin-right: 5px;
	}
	.wrap_order_send_btn input[type=submit] {
		font-size: 16px;
		margin-right: 5px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.wrap_order_send_btn {
		margin-right: 20px;
	}
	.wrap_order_send_btn input[type=submit] {
		font-size: 13px;
		width: 100%;
	}
}

@media ( max-width : 767px) {
	.wrap_order_send_btn {
		text-align: right;
		width: 90%;
	}
}
/*End style for order_send_btn*/

/*Style wrap section close part*/
.wrap_section .close_block {
	display: none;
}

.wrap_section .wrap_block_btn {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.wrap_section .wrap_block_btn .display_close_block {
	cursor: pointer;
	float: right;
	padding: 3px;
	cursor: pointer;
	max-width: 186px;
	width: 47%;
}

.wrap_section .wrap_block_btn .display_close_block span {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #cfd3da;
	color: #6c727d;
	padding: 0 10px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.wrap_section .wrap_block_btn .display_close_block.close .second {
	display: none;
}

.wrap_section .wrap_block_btn .display_close_block.open .first {
	display: none;
}

/*End style wrap section close part*/

/*Style block_delivery*/
.wrap_item_payment {
	position: relative;
}

.wrap_item_payment input {
	display: none;
}

.wrap_item_payment label {
	border: 1px solid transparent;
	display: block;
	margin-bottom: 25px;
	padding: 8px 3px 8px 6px;
	cursor: pointer;
	min-height: 83px;
}

.wrap_item_payment label:hover, .wrap_item_payment label.label-active {
	background: #fff;
	border: 1px solid #a0a0a0;
}

.wrap_item_payment label .block_img {
	text-align: center;
	width: 100%;
	border: 1px solid #7b7b7b;
	background: #fff;
	height: 62px;
	line-height: 62px;
}

.wrap_item_payment label .block_img img {
	display: inline-block;
}

.wrap_item_payment label .block_text .title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #33363b;
	margin-bottom: 5px;
	font-weight: bold;
}

.wrap_item_payment label .block_text .payment_text {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 12px;
	color: #6c727d;
	margin-bottom: 0;
}

.wrap_item_payment label .block_cost {
	padding-top: 15px;
	text-align: right;
}

.wrap_item_payment label .block_cost p {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
}

.wrap_item_payment label .block_cost a {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
	display: block;
}

.wrap_item_payment label .block_cost p span {
	font-weight: normal;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.wrap_section .wrap_block_btn .display_close_block span {
		font-size: 13px;
	}
}

@media ( max-width : 767px) {
}
/*End style block_delivery*/

/*Style block_delivery*/
.wrap_item_delivery {
	position: relative;
}

.wrap_item_delivery input {
	display: none;
}

.wrap_item_delivery label {
	border: 1px solid transparent;
	display: block;
	margin-bottom: 25px;
	padding: 10px 3px 6px 3px;
	cursor: pointer;
	min-height: 83px;
}

.wrap_item_delivery label:hover, .wrap_item_delivery label.label-active
	{
	background: #fff;
	border: 1px solid #a0a0a0;
}

.wrap_item_delivery label .block_img {
	text-align: center;
	width: 100%;
	padding-top: 15px;
}

.wrap_item_delivery label .block_img img {
	display: inline-block;
}

.wrap_item_delivery label .block_text .title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #33363b;
	margin-bottom: 5px;
	font-weight: bold;
}

.wrap_item_delivery label .block_text .delivery_text {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 12px;
	color: #6c727d;
	margin-bottom: 0;
}

.wrap_item_delivery label .block_cost {
	text-align: right;
}

.wrap_item_delivery label .block_cost p {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #33363b;
	font-weight: bold;
	margin-bottom: 0;
}

.wrap_item_delivery label .block_cost a {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
	display: block;
}

.wrap_item_delivery label { /*.block_cost b {*/
	display: block;
}

.wrap_item_delivery label .block_cost p span {
	font-weight: normal;
	color: #6c727d;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.wrap_item_delivery label .block_cost p {
		font-size: 13px;
	}
	.wrap_item_delivery label .block_cost a {
		font-size: 13px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
}

@media ( max-width : 767px) {
}
/*End style block_delivery*/

/*Style end offer page*/
.order_end {
	
}

.order_end .wrap_order_number {
	padding: 20px 23px 20px 23px;
	border: 1px solid #cfd3da;
	margin-bottom: 18px
}

.order_end .wrap_order_number p {
	margin-bottom: 0;
}

.order_end .wrap_order_number p span {
	color: #000;
}

.order_end .wrap_personal_link {
	background: #f8f8f8;
	padding: 33px 23px 28px 23px;
	min-height: 108px;
	margin-bottom: 50px;
}

.order_end .wrap_personal_link .personal_text {
	margin-bottom: 0;
	line-height: 35px;
	padding: 5px 0;
}

.order_end .wrap_personal_link .personal_link {
	display: block;
	text-decoration: none;
	max-width: 320px;
}

.order_end .wrap_personal_link .personal_link_in {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #cfd3da;
	line-height: 35px;
	color: #6c727d;
	padding: 0 10px;
	display: block;
	text-align: center;
}

.order_end .wrap_personal_link .personal_link_in span {
	display: inline-block;
	position: relative;
	display: inline-block;
}

.order_end .wrap_personal_link .personal_link:hover, .order_end .wrap_personal_link .personal_link:active
	{
	opacity: 0.7;
}

.order_end .wrap_personal_link .personal_link:hover .personal_link_in,
	.order_end .wrap_personal_link .personal_link:active .personal_link_in
	{
	
}

.order_end .wrap_personal_desc {
	background: #f4f2e3;
	max-width: 320px;
	min-height: 108px;
	padding: 20px 30px 28px 30px;
	position: relative;
	margin-bottom: 50px;
}

.order_end .wrap_personal_desc .personal_desc {
	margin-bottom: 0;
}

.order_end .wrap_personal_desc .nail_1, .order_end .wrap_personal_desc .nail_2,
	.order_end .wrap_personal_desc .nail_3, .order_end .wrap_personal_desc .nail_4
	{
	position: absolute;
	width: 10px;
	height: 6px;
}

.order_end .wrap_personal_desc .nail_1 {
	left: 11px;
	top: 9px;
	background: url("../img/miss_personal_desc_nail_1.png") 0 0 no-repeat;
}

.order_end .wrap_personal_desc .nail_2 {
	right: 11px;
	top: 9px;
	background: url("../img/miss_personal_desc_nail_2.png") 0 0 no-repeat;
}

.order_end .wrap_personal_desc .nail_3 {
	left: 11px;
	bottom: 9px;
	background: url("../img/miss_personal_desc_nail_3.png") 0 0 no-repeat;
}

.order_end .wrap_personal_desc .nail_4 {
	right: 11px;
	bottom: 9px;
	background: url("../img/miss_personal_desc_nail_4.png") 0 0 no-repeat;
}

.order_end .wrap_order_title {
	padding: 20px 23px 20px 9px;
	border: 1px solid #cfd3da;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}

.order_end .wrap_order_title h2 {
	margin-bottom: 0;
}

.order_end .wrap_order_pay {
	background: #f8f8f8;
	padding: 40px 23px 55px 23px;
	margin-bottom: 20px;
	position: relative;
}

.order_end .wrap_order_pay .logo_pay {
	margin-bottom: 20px;
}

.order_end .wrap_order_pay .logo_pay img {
	margin-bottom: 10px;
}

.order_end .wrap_order_pay .wrap_btn_pay {
	margin-top: 20px;
}

.order_end .wrap_order_pay input[type=submit], .order_end .wrap_order_pay .wrap_btn_pay a
	{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	color: #ffffff;
	padding: 7px 5px 7px 5px;
	display: inline-block;
	text-decoration: none;
	border-radius: 0px;
	border: none;
	outline: none;
	position: relative;
	background: #052640;
	width: 90%;
	max-width: 200px;
}

.order_end .wrap_order_pay .wrap_btn_pay input:hover, .order_end .wrap_order_pay .wrap_btn_pay input:focus,
	.order_end .wrap_order_pay .wrap_btn_pay a:hover, .order_end .wrap_order_pay .wrap_btn_pay a:focus
	{
	background: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.order_end .wrap_personal_link .personal_text {
		margin-bottom: 0;
		line-height: 16px;
		padding: 5px 0;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.order_end .wrap_personal_link .personal_text {
		margin-bottom: 0;
		line-height: 16px;
		padding: 4px 0;
	}
	.order_end .wrap_personal_link, .order_end .wrap_personal_desc {
		margin-bottom: 40px;
	}
	.order_end .wrap_order_pay {
		padding: 30px 23px 45px 23px;
		margin-bottom: 10px;
	}
}

@media ( max-width : 767px) {
	.order_end .wrap_order_number {
		padding: 10px 15px 10px 15px;
	}
	.order_end .wrap_personal_link .personal_text {
		margin-bottom: 10px;
		line-height: 16px;
		padding: 4px 0;
	}
	.order_end .wrap_personal_link {
		padding: 18px 15px 18px 15px;
		min-height: 10px;
		margin-bottom: 10px;
	}
	.order_end .wrap_personal_desc {
		margin-left: 15px;
		margin-bottom: 30px;
	}
	.order_end .wrap_order_title {
		padding: 10px 15px 10px 9px;
	}
	.order_end .wrap_order_pay {
		padding: 20px 15px 25px 15px;
		margin-bottom: 0px;
	}
}
/*End style end offer page*/
/*End style for basket page*/

/*Style for personal office*/
/*Style for personal left main*/
.personal_left_wrap {
	
}

.personal_left_wrap .nik_name {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 18px;
	height: 64px;
	padding: 10px 0 0 0;
	text-align: center;
	color: #001f38;
	text-decoration: none;
	margin-bottom: 18px;
	display: block;
}

.personal_left_wrap a {
	color: #6c727d;
	padding: 0 4%;
	display: block;
	margin-bottom: 7px;
	font-size: 15px;
}

.personal_left_wrap .left_block_general {
	margin-bottom: 20px;
}

.personal_left_wrap .left_block_general .block_title {
	margin-bottom: 18px;
}

.personal_left_wrap .left_block_general .block_title_in {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 16px;
	background: #fff;
	border: 1px solid #cfd3da;
	color: #33363b;
	padding: 5px 4%;
	margin-bottom: 0;
}

.personal_left_wrap .left_block_general .block_title_in span {
	font-family: 'ProximaNova', Arial, regular;
	color: #33363b;
	display: inline-block;
	position: relative;
}

.personal_left_wrap .left_block_general.block_active .block_title_in,
	.personal_left_wrap .left_block_general .block_title:hover .block_title_in,
	.personal_left_wrap .left_block_general .block_title:active .block_title_in
	{
	background: #052640;
	border: 1px solid #052640;
	color: #fff;
}

.personal_left_wrap .left_block_general.block_active .block_title_in span,
	.personal_left_wrap .left_block_general .block_title:hover .block_title_in span,
	.personal_left_wrap .left_block_general .block_title:active .block_title_in span
	{
	color: #fff;
}

.personal_left_wrap  .left_block_general .a_active {
	text-decoration: none;
}

@media ( min-width : 1200px) {
	.personal_left_wrap .left_block_order .description_title_in {
		padding: 0 5%;
	}
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_left_wrap .nik_name {
		font-size: 16px;
	}
	.personal_left_wrap .left_block_order .description_title {
		margin-bottom: 15px;
	}
	.personal_left_wrap .left_block_general .block_title_in {
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_left_wrap .nik_name {
		font-size: 16px;
	}
	.personal_left_wrap .left_block_order .description_title {
		margin-bottom: 15px;
	}
	.personal_left_wrap .left_block_general .block_title_in {
		font-size: 15px;
	}
}

@media ( max-width : 767px) {
	.personal_left_wrap .nik_name {
		height: 44px;
		font-size: 16px;
	}
	.personal_left_wrap .left_block_order .description_title {
		margin-bottom: 15px;
	}
	.personal_left_wrap .left_block_general .block_title_in {
		font-size: 16px;
	}
}
/*End style for personal left main*/

/*Style for personal right main*/
.personal_block_title {
	border-bottom: 1px solid #cfd3da;
	margin-bottom: 40px;
	height: 64px;
	line-height: 64px;
	padding: 0 10px 0 0;
}
.personal_block_title_reviews
{
	margin-bottom: 19px;
}
.personal_block_title .text {
	text-transform: uppercase;
	margin-bottom: 0;
	height: 64px;
	line-height: 64px;
	display: inline-block;
	color: #001f38;
}

.personal_block_title  .text_2 {
	display: inline-block;
	margin-left: -15px;
	height: 64px;
	line-height: 64px;
}

.personal_block_title  .text_2 a {
	display: inline-block;
	margin-left: 34px;
	color: #6c727d;
	text-decoration: underline;
	white-space: nowrap;
	word-wrap: normal;
}

.personal_block_title  .text_2 a:hover, .personal_block_title  .text_2 a:focus
	{
	text-decoration: none;
}

.personal_block_second .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	color: #000;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.personal_block_second .block_text {
	background: #f8f8f8;
	color: #a76e6e;
	padding: 12px;
	margin-bottom: 45px;
}

.personal_block_third .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	padding-bottom: 5px;
	color: #001f38;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #cfd3da;
}

.personal_block_third .wrap_content {
	padding: 20px 4% 60px 4%;
	border: 1px solid #cfd3da;
}

.personal_block_third .wrap_content .left_title, .personal_block_third .wrap_content .right_title
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-style: italic;
	color: #33363b;
	margin-bottom: 10px;
}

.block_third_left .block_third_left_content {
	padding: 40px 25px 40px 0;
	max-width: 270px;
}

.block_third_left .block_third_left_content .prop {
	margin-bottom: 6px;
	color: #33363b;
	font-size: 14px;
}

.block_third_left .block_third_left_content .prop span {
	color: #6c727d;
}

.block_third_left .block_third_left_content .prop_bg {
	font-size: 14px;
	color: #33363b;
	background: #f6f6f6;
	margin-left: -15px;
	padding: 7px 7px 7px 15px;
}

.block_third_left .block_third_left_content .prop_bg span {
	color: #6c727d;
}

.block_third_right {
	margin-left: 5px;
}

.block_third_right .block_third_right_text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #33363b;
}

.social_split .social_list {
	display: inline-block;
	width: 100%;
	margin: 17px 0;
}

.social_split .social_list li {
	float: left;
	list-style: none;
	margin-right: 6px;
}

.block_third_right .block_third_right_content {
	background: #f8f8f8;
	padding: 20px 20px 20px 30px;
	max-width: 270px;
	margin-left: -30px;
}

.block_third_right .block_third_right_content .block_content_text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-bottom: 15px;
}

.block_third_right .block_third_serv_accounts {
	
}

.block_third_right .block_third_serv_accounts .item_serv {
	width: 100%;
	display: inline-block;
	margin-bottom: 2px;
}

.block_third_right .block_third_serv_accounts .item_serv .icon_split {
	margin-right: 10px;
}

.block_third_right .block_third_serv_accounts .item_serv .item_serv_link
	{
	margin-right: 5px;
	float: left;
	line-height: 31px;
	height: 31px;
	text-decoration: none;
}

.block_third_right .block_third_serv_accounts .item_serv .item_serv_link:hover
	{
	text-decoration: underline;
}

.block_third_right .block_third_serv_accounts .item_serv .item_serv_delete
	{
	height: 31px;
	width: 31px;
	display: inline-block;
	background: url(../img/miss_item_serv_delete.png) center center
		no-repeat;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_block_title {
		margin-bottom: 35px;
	}
	.personal_block_second .title, .personal_block_third .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_second .block_text {
		margin-bottom: 40px;
	}
	.personal_block_third .wrap_content {
		padding: 20px 4% 50px 4%;
	}
	.block_third_left .block_third_left_content {
		padding: 35px 20px 35px 0;
	}
	.block_third_right {
		margin-left: 20px;
	}
	.block_third_right .block_third_right_content {
		padding: 20px 20px 20px 20px;
		margin-left: -20px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_block_title {
		margin-bottom: 35px;
	}
	.personal_block_title  .text_2 {
		margin-left: -10px;
	}
	.personal_block_title  .text_2 a {
		margin-left: 16px;
	}
	.personal_block_second .title, .personal_block_third .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_second .block_text {
		margin-bottom: 40px;
	}
	.personal_block_third .wrap_content {
		padding: 20px 4% 40px 4%;
	}
	.block_third_left .block_third_left_content {
		padding: 30px 20px 35px 0;
	}
	.block_third_right {
		margin-left: 20px;
	}
	.block_third_right .block_third_right_content {
		padding: 20px 10px 20px 20px;
		margin-left: -20px;
	}
}

@media ( max-width : 767px) {
	.personal_block_title {
		margin-bottom: 30px;
	}
	.personal_block_title .text {
		font-size: 22px;
	}
	.personal_block_title  .text_2 {
		margin-left: 0px;
		height: 64px;
		line-height: 20px;
		display: block;
		float: right;
		margin-top: 20px;
	}
	.personal_block_title  .text_2 a {
		margin-left: 0px;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.personal_block_second .title, .personal_block_third .title {
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_second .block_text {
		margin-bottom: 30px;
	}
	.personal_block_third .wrap_content {
		padding: 15px 15px 30px 15px;
	}
	.block_third_left .block_third_left_content {
		padding: 20px 0px 25px 0;
	}
	.block_third_left .block_third_left_content .prop {
		margin-left: 15px;
	}
	.block_third_right {
		margin-left: 0px;
	}
	.block_third_right .block_third_right_text, .block_third_right .social_split
		{
		margin-left: 15px;
	}
	.block_third_right .block_third_right_content {
		padding: 20px 10px 20px 20px;
		margin-left: 0;
	}
	.block_third_left .block_third_left_content, .block_third_right .block_third_right_content
		{
		max-width: 100%;
	}
	.block_third_left .block_third_left_content .prop_bg {
		margin-left: 0px;
	}
}
/*End style for personal right main*/

/*Style personal_block_inform */
.personal_block_inform .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	padding-bottom: 5px;
	color: #000;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #e2e2e2;
}

.personal_block_inform .wrap_content {
	padding: 20px 4% 44px 4%;
	background: #f6f6f6;
}

.personal_block_inform .wrap_content .block_title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-style: italic;
	color: #33363b;
	margin-bottom: 10px;
}

.personal_block_inform .wrap_content .wrap_block {
	margin-bottom: 30px;
}

.personal_block_inform .wrap_content .personal_field_val {
	border: 1px solid transparent;
	height: 30px;
	line-height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 11px;
	font-size: 14px;
}

.personal_block_inform .wrap_content .wrap_block input[type=text],
	.personal_block_inform .wrap_content .wrap_block input[type=password] {
	border: 1px solid #cfd3da;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 11px;
	border-radius: 0;
	font-size: 14px;
}

.personal_block_inform .wrap_content .wrap_block  label {
	line-height: 30px;
	height: 30px;
	color: #6c727d;
	font-size: 14px;
}

.personal_block_inform .wrap_content input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #001f37;
	border: none;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
}

.personal_block_inform .wrap_content input[type="submit"]:hover,
	.personal_block_inform .wrap_content input[type="submit"]:focus {
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_block_inform .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_inform .wrap_content {
		padding: 20px 4% 40px 4%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_block_inform .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_inform .wrap_content {
		padding: 20px 4% 35px 4%;
	}
	.personal_block_inform .wrap_content input[type="submit"] {
		font-size: 14px;
	}
}

@media ( max-width : 767px) {
	.personal_block_inform .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_inform .wrap_content {
		padding: 15px 15px 30px 15px;
	}
	.personal_block_inform .wrap_content .wrap_block {
		margin-bottom: 20px;
	}
}
/*End right personal_block_inform */

/*Style personal_block_subscribe */
.personal_block_subscribe {
	
}

.personal_block_subscribe .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	padding-bottom: 5px;
	color: #000;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #e2e2e2;
}

.personal_block_subscribe .wrap_content {
	padding: 20px 3% 60px 3%;
	border: 1px solid #cfd3da;
}

.personal_block_subscribe .block_subscribe_right {
	background: #f8f8f8;
	padding: 40px 25px;
}

.personal_block_subscribe .subscribe_email input[type=text] {
	border: 1px solid #cfd3da;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 25px;
	border-radius: 0;
	color: #33363b;
}

.personal_block_subscribe .subscribe_email label {
	line-height: 30px;
	height: 30px;
	color: #6c727d;
	display: inline-block;
}

.personal_block_subscribe .subscribe_choose {
	margin-bottom: 25px;
	position: relative;
}

.personal_block_subscribe .subscribe_choose .wrap_input {
	display: inline-block;
	margin-left: -7px;
}

.personal_block_subscribe .subscribe_choose p {
	margin-bottom: 5px;
	color: #6c727d;
}

.personal_block_subscribe .subscribe_choose input {
	display: none;
}

.personal_block_subscribe .subscribe_choose label {
	margin-bottom: 5px;
	cursor: pointer;
	padding: 7px 27px 7px 27px;
	margin-bottom: 0;
	display: inline-block;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNEZFRDBCNEI1NUUxMUU2QkE5N0M2MTE1NDgyQjIxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNEZFRDBCNUI1NUUxMUU2QkE5N0M2MTE1NDgyQjIxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RkVEMEIyQjU1RTExRTZCQTk3QzYxMTU0ODJCMjFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI0RkVEMEIzQjU1RTExRTZCQTk3QzYxMTU0ODJCMjFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4xMr6gAAADBJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHBhVRx91jETGL0CAAQAmmhC54T829QAAAABJRU5ErkJggg==") no-repeat
		7px 11px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 180px;
}

.personal_block_subscribe .subscribe_choose label.label-active {
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkJEN0ZCQUI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkJEN0ZCQkI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGQkQ3RkI4QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGQkQ3RkI5QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+POeG4QAAAORJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHMCp7ub1K6Fe9i+ePcWnDqgoNsjjwtlTGfEhKOrOnDwGV3T/zi2govfv3nJwcDZ2TkKoW7ZgVqSfc3dLDZD98P7d2BBPiKJZS9fpG5lC1LEA8aF9u4HkrMm9nz5+3L9728vnzyCKLG0cEE7ZsWPHl88fI3wc5fgZIEhJhHX3to0/f3yHI6AakL2srGwzFq+xsAaFIgsr65S5y+yc3LCHCycnF9AiW0dXoCJndx/MEGCBs4BK563YhCs4GYmMX4AAAwDZ8mdhWpCz8gAAAABJRU5ErkJggg==") no-repeat 7px 11px;;
}

.personal_block_subscribe .subscribe_format {
	margin-bottom: 15px;
	position: relative;
}

.personal_block_subscribe .subscribe_format input {
	display: none;
}

.personal_block_subscribe .subscribe_format .wrap_radio {
	background: #f8f8f8;
	min-width: 180px;
	display: inline-block;
	margin-left: -7px;
	padding: 7px 27px 7px 7px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.personal_block_subscribe .subscribe_format label {
	padding-left: 20px;
	cursor: pointer;
	background: url("../img/mister_subscribe_radio_snipet.png") no-repeat
		3px 3px;
}

.personal_block_subscribe .subscribe_format label.label-active {
	background-position: 3px -29px;
}

.personal_block_subscribe .subscribe_save, .personal_block_subscribe .subscribe_reset
	{
	font-family: 'Times New Roman', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;
	border: none;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	margin-bottom: 7px;
	max-width: 270px;
	text-transform: uppercase;
}

.personal_block_subscribe .subscribe_save:hover,
	.personal_block_subscribe .subscribe_save:active,
	.personal_block_subscribe .subscribe_reset:hover,
	.personal_block_subscribe .subscribe_reset:active {
	background: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_block_subscribe .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_subscribe .wrap_content {
		padding: 20px 4% 50px 4%;
	}
	.personal_block_subscribe .block_subscribe_right {
		padding: 35px 20px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_block_subscribe .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_subscribe .wrap_content {
		padding: 20px 4% 40px 4%;
	}
	.personal_block_subscribe .block_subscribe_right {
		padding: 30px 20px;
	}
	.personal_block_subscribe .subscribe_save, .personal_block_subscribe .subscribe_reset
		{
		font-size: 13px;
	}
}

@media ( max-width : 767px) {
	.personal_block_subscribe .title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.personal_block_subscribe .wrap_content {
		padding: 15px 15px 30px 15px;
	}
	.personal_block_subscribe .block_subscribe_left {
		
	}
	.personal_block_subscribe .block_subscribe_right {
		padding: 20px 20px;
	}
	.personal_block_subscribe .block_subscribe_left,
		.personal_block_subscribe .block_subscribe_right {
		max-width: 100%;
	}
	.personal_block_subscribe .subscribe_choose .wrap_input {
		margin-left: 0px;
	}
	.personal_block_subscribe .subscribe_format .wrap_radio {
		margin-left: 0px;
	}
}
/*End style personal_block_subscribe */

/*Style personal_list_order*/
.personal_list_order {
	margin-bottom: 20px;
}

.personal_list_order .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 20px;
	color: #000;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #cfd3da;
	padding-bottom: 7px;
}

.personal_list_order .title_text {
	color: #666666;
}

.personal_list_order .table_one_order {
	margin-top: 30px;
	background: #f6f6f6;
}

.personal_list_order .table_header {
	margin-bottom: 30px;
	padding: 0 3%;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #cfd3da;
	padding: 0 3%;
	position: relative;
	z-index: 2;
}

.personal_list_order .prop_order_number {
	color: #6c727d;
	margin-bottom: 0;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}

.personal_list_order .prop_order_detail {
	float: right;
	height: 60px;
	line-height: 60px;
}

.personal_list_order .table_body {
	padding: 0 3% 35px 3%;
}

.personal_list_order .table_body .prop_order {
	margin-bottom: 2px;
	color: #000000;
}

.personal_list_order .table_body .prop_order b {
	color: #6c727d;
	font-weight: normal;
}

.personal_list_order .table_body .prop_item_list {
	margin: 5px 0 0 0px;
}

.personal_list_order .table_body .prop_item_list>li {
	list-style-type: none;
	counter-increment: item;
}

.personal_list_order .table_body .prop_item_list>li a {
	color: #000;
	text-decoration: none;
}

.personal_list_order .table_body .prop_item_list>li a:hover,
	.personal_list_order .table_body .prop_item_list>li a:active {
	text-decoration: underline;
}

.personal_list_order .table_body .prop_item_list>li:before {
	content: counter(item) ". ";
}

.personal_list_order .table_body .prop_date {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 13px;
}

.personal_list_order .table_body .prop_status {
	background: #80c076;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 90%;
	border-radius: none;
	text-transform: uppercase;
}

.personal_list_order .table_body .prop_status.gray {
	background: #ffd34e;
}

.personal_list_order .table_body .prop_status.red {
	background: #dc6060;
}

.personal_list_order .table_body .prop_status.green {
	background: #80c076;
}

.personal_list_order .table_body .prop_status.yellow {
	background: #ade421;
}

.personal_list_order .table_body .prop_btn {
	
}

.personal_list_order .table_body .prop_btn a {
	font-family: 'ProximaNova', Arial, regular;
	color: #6c727d;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cfd3da;
	display: inline-block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 43%;
	border-radius: none;
	margin-right: 10px;
	max-width: 140px;
	margin-top: 10px;
	text-transform: uppercase;
}

.personal_list_order .table_body .prop_btn a:hover, .personal_list_order .table_body .prop_btn a:active
	{
	opacity: 0.7;
}

.wrap_order_pagination {
	display: block;
	text-align: right;
	width: 100%;
}

.wrap_order_pagination .bx_pagination_page {
	width: auto;
}

.wrap_order_pagination .bx_pagination_page .bx_pg_text {
	display: inline-block;
}

.wrap_order_pagination .bx_pagination_page ul {
	display: inline-block;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_list_order .table_one_order {
		margin-top: 20px;
	}
	.personal_list_order .table_header {
		margin-bottom: 25px;
	}
	.personal_list_order .table_body {
		padding: 0 3% 20px 3%;
	}
	.personal_list_order .table_body .prop_btn a {
		font-size: 10px;
	}
	.personal_list_order .table_body .prop_item_list {
		margin: 15px 0 0 12px;
	}
	.personal_list_order .table_body .prop_status {
		width: 100%;
		font-size: 11px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_list_order .table_one_order {
		margin-top: 20px;
	}
	.personal_list_order .table_header {
		margin-bottom: 25px;
	}
	.personal_list_order .table_body {
		padding: 0 3% 15px 3%;
	}
	.personal_list_order .table_body .prop_item_list {
		margin: 10px 0 0 5px;
	}
	.personal_list_order .table_body .prop_btn a {
		width: 65%;
		margin: 0 auto;
		margin-top: 10px;
		display: block;
		font-size: 11px;
	}
	.personal_list_order .table_body .prop_status {
		width: 100%;
		font-size: 11px;
	}
}

@media ( max-width : 767px) {
	.personal_list_order .table_one_order {
		padding: 0;
		margin-top: 20px;
	}
	.personal_list_order .table_header {
		margin-bottom: 20px;
		padding: 10px 3%;
	}
	.personal_list_order .prop_order_number {
		height: 30px;
		line-height: 30px;
	}
	.personal_list_order .prop_order_detail {
		float: none;
		height: 30px;
		line-height: 30px;
	}
	.personal_list_order .table_body {
		padding: 0 3% 25px 3%;
	}
	.personal_list_order .table_body .prop_item_list {
		margin: 10px 0 0 5px;
	}
	.personal_list_order .table_body .prop_btn a {
		width: 65%;
		display: block;
		margin: 0 auto;
		margin-top: 20px;
	}
	.personal_list_order .table_body .prop_status {
		width: 100%;
		font-size: 11px;
	}
}
/*End style personal_list_order*/

/*End style for personal office*/

/*Style personal_detail_order*/
.personal_detail_order {
	padding-bottom: 20px;
}

.personal_detail_order .table_detail_order {
	background: #f6f6f6;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.table_detail_order .table_header {
	padding: 0 3%;
	border: 1px solid #cfd3da;
	background: #fff;
	position: relative;
	z-index: 2;
}

.table_detail_order .table_header .prop_order_number {
	color: #6c727d;
	margin-bottom: 0;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
}

.table_detail_order .table_body {
	position: relative;
	z-index: 1;
	padding: 24px 3% 20px 2%;
}

.table_detail_order .table_body .wrap_block_title {
	background: #fff;
	border: 1px solid #cfd3da;
	margin: 30px 0 36px 0;
}

.table_detail_order .table_body .block_title {
	color: #6c727d;
	margin-bottom: 0;
	padding: 0 1%;
	height: 40px;
	line-height: 40px;
}

.table_detail_order .table_body .wrap_block_text {
	padding: 0 1%;
}

.table_detail_order .table_body .wrap_block_text .wrap_prop {
	display: inline-block;
	width: 100%;
}

.table_detail_order .table_body .wrap_block_text .prop_name {
	color: #6c727d;
}

.table_detail_order .table_body .order_cancel {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;
	border: none;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: none;
	margin-bottom: 7px;
	max-width: 170px;
	text-transform: uppercase;
}

.table_detail_order .table_body .order_cancel:hover, .table_detail_order .table_body .order_cancel:active
	{
	background: #0c3657;
}

.table_detail_order .table_footer {
	padding: 0 3%;
}

.table_detail_order .table_footer .footer_text {
	font-family: 'Times New Roman', Arial, regular;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 3px;
}

.table_detail_order .table_footer .footer_text span {
	color: #c59090;
}

.table_detail_order .table_footer .wrap_bnt_order_pay {
	margin: 55px 0 18px 0;
	width: 100%;
	position: relative;
}

.table_detail_order .table_footer input[type="submit"] {
	background-color: #052640;
	border: none;
	border-radius: none;
	color: #fff;
	display: block;
	font-family: "ProximaNova", Arial, regular;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
	max-width: 284px;
	z-index: 2;
	margin: 0 0 18px 0;
}

.table_detail_order .table_footer input[type="submit"]:hover,
	.table_detail_order .table_footer input[type="submit"]:focus {
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_detail_order .table_detail_order {
		margin-bottom: 30px;
	}
	.table_detail_order .table_body .wrap_block_title {
		margin: 25px 0 30px 0;
	}
	.table_detail_order .table_footer .footer_text {
		font-size: 15px;
	}
	.table_detail_order .table_footer .wrap_bnt_order_pay {
		margin: 45px 0 12px 0;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_detail_order .table_detail_order {
		margin-bottom: 30px;
	}
	.table_detail_order .table_body .wrap_block_title {
		margin: 25px 0 30px 0;
	}
	.table_detail_order .table_footer .footer_text {
		font-size: 15px;
	}
	.table_detail_order .table_footer .wrap_bnt_order_pay {
		margin: 40px 0 12px 0;
	}
}

@media ( max-width : 767px) {
	.personal_detail_order .table_detail_order {
		margin-bottom: 30px;
	}
	.table_detail_order .table_body .wrap_block_title {
		margin: 20px 0 25px 0;
	}
	.table_detail_order .table_body .prop_name {
		font-weight: bold;
		margin-bottom: 0px;
	}
	.table_detail_order .table_footer .footer_text {
		font-size: 15px;
	}
	.table_detail_order .table_footer .wrap_bnt_order_pay {
		margin: 30px 0 10px 0;
		width: 90%;
		position: relative;
	}
}

/*Style personal_order_item*/
.personal_order_item {
	
}

.personal_order_item .div_table {
	margin-bottom: 15px;
}

.personal_order_item .div_table_header {
	font-weight: normal;
	margin-bottom: 16px;
	background: #f6f6f6;
}

.personal_order_item .div_table_header .title {
	color: #6c727d;
	height: 60px;
	line-height: 60px;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
}

.personal_order_item .div_table_header .title_1 {
	margin-left: 30px;
	text-align: left;
}

.personal_order_item .div_table_header .title_3 {
	text-align: left;
}

.personal_order_item .div_table_header .row {
	background: none;
}

.personal_order_item .basket_item, .personal_order_item .basket_item a,
	.personal_order_item .basket_item p {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 14px;
}

.personal_order_item .basket_item {
	background: #fcfcfc;
}

.personal_order_item .basket_item .row {
	background: none;
}

.personal_order_item .row.divider {
	background: none;
}

.personal_order_item .row.divider span {
	background: #d1d4db;
	height: 1px;
	margin: 15px 0;
	display: block;
}

.personal_order_item .basket_item img {
	border: none;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: auto;
}

.personal_order_item .basket_item .wrap_title {
	min-height: 65px;
}

.personal_order_item .basket_item .item_name {
	font-family: 'Times New Roman', Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	display: block;
	padding-top: 2px;
}

.personal_order_item .basket_item .item_name a {
	color: #000000;
	text-decoration: none;
}

.personal_order_item .basket_item .item_second_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 4px;
	margin-top: 0;
	color: #000000;
	text-decoration: none;
}

.personal_order_item .basket_item .item_second_name a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.personal_order_item .basket_item .item_prop {
	margin-bottom: 10px;
}

.personal_order_item .basket_item .item_prop p {
	color: #797979;
	margin-bottom: 3px;
}

.personal_order_item .basket_item .item_prop p .black {
	color: #000;
}

.personal_order_item .basket_item .item_prop p.item_prop_color {
	line-height: 23px;
	margin-bottom: 2px;
	display: inline-block;
	width: 100%;
}

.personal_order_item .basket_item .item_prop p.item_prop_color span.text
	{
	float: left;
	display: inline-block;
	margin-right: 3px;
}

.personal_order_item .basket_item .item_prop p.item_prop_color span.color
	{
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 2px;
}

.personal_order_item .basket_item .wrap_quantity, .personal_order_item .basket_item .wrap_price,
	.personal_order_item .basket_item .wrap_discount, .personal_order_item .basket_item .count_item
	{
	margin-top: 40px;
	text-align: center;
}

.personal_order_item .basket_item .wrap_price {
	display: inline-block;
}

.personal_order_item .basket_item .item_price {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	text-align: right;
	margin-bottom: 0px;
}

.personal_order_item .basket_item .item_old_price {
	font-family: Arial, Helvetica, sans-serif;
	color: #bababa;
	text-decoration: line-through;
	text-align: right;
	margin-bottom: 0px;
}

.personal_order_item .basket_item .count_item {
	font-family: Arial, Helvetica, sans-serif;
	color: #ec859b;
	display: block;
	margin-top: 40px;
}

.personal_order_item .basket_item .mobile_title {
	font-weight: bold;
	display: none;
	margin-top: 10px;
	padding-bottom: 5px;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_order_item .basket_item, .personal_order_item .basket_item a,
		.personal_order_item .basket_item p {
		font-size: 13px;
	}
	.personal_order_item .basket_item_img {
		display: none;
	}
	.personal_order_item .basket_item .item_name, .personal_order_item .basket_item .item_name a
		{
		font-size: 15px;
	}
	.personal_order_item .basket_item .item_second_name,
		.personal_order_item .basket_item .item_second_name a {
		font-size: 11px;
	}
	.personal_order_item .basket_item .item_price, .personal_order_item .basket_item .count_item
		{
		font-size: 15px;
	}
}

@media ( max-width : 767px) {
	.personal_order_item  .div_table_header {
		display: none;
	}
	.personal_order_item .basket_item {
		margin: 0 15px;
	}
	.personal_order_item .basket_item .row {
		background: #fcfcfc;
	}
	.personal_order_item .block_basket .div_table {
		margin-bottom: 15px;
	}
	.personal_order_item .basket_item_img {
		margin-bottom: 10px;
		margin-top: 10px;
		display: block;
	}
	.personal_order_item .basket_item .wrap_quantity, .personal_order_item .basket_item .wrap_price,
		.personal_order_item .basket_item .wrap_discount, .personal_order_item .basket_item .count_item
		{
		margin-top: 0px;
		text-align: left;
	}
	.personal_order_item .div_table_body .basket_item .mobile_title {
		display: block;
	}
	.personal_order_item .block_basket .div_table_header {
		display: none;
	}
}
/*End style personal_order_item*/

/*Style personal_order_back*/
.personal_detail_order .personal_order_back {
	font-family: "ProximaNova", Arial, regular;
	color: #6c727d;
	position: relative;
	background: #ffffff;
	border: 1px solid #cfd3da;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: none;
	margin-bottom: 7px;
	max-width: 170px;
	margin: 20px 0;
	text-transform: uppercase;
}

.personal_detail_order .personal_order_back:hover,
	.personal_detail_order .personal_order_back:active {
	opacity: 0.7;
}

.personal_order_count {
	background: #f8f8f8;
	padding: 6px 6px 6px 6px;
	margin-bottom: 0px;
}

.personal_order_count .order_count_title {
	font-size: 20px;
	font-weight: normal;
	color: #001f38;
	margin-top: 15px;
	text-align: center;
}

.personal_order_count .personal_order_wrap {
	border: 1px solid #cfd3da;
	padding: 3% 4%;
	background: #fff;
}

.personal_order_count .personal_order_wrap p {
	font-size: 16px;
}

.personal_order_count .personal_order_wrap p b {
	font-size: 15px;
}

.personal_order_count .personal_order_wrap .order_prop.order_prop_price b
	{
	color: #d44343;
}

.personal_order_count .personal_order_wrap span {
	display: block;
	color: #6c727d;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.personal_order_count .personal_order_wrap p {
		font-size: 13px;
	}
	.personal_order_count .personal_order_wrap p b {
		font-size: 13px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.personal_order_count .personal_order_wrap p {
		font-size: 12px;
	}
	.personal_order_count .personal_order_wrap p b {
		font-size: 12px;
	}
}

@media ( max-width : 767px) {
	.personal_order_count {
		padding-top: 5px;
		margin-bottom: 30px;
	}
	.personal_order_count .order_count_title {
		margin-top: 0px;
	}
}

/*End style personal_order_back*/
/*End style personal_detail_order*/

/*Style personal_cancel_order*/
.personal_cancel_order {
	
}

.personal_cancel_order .block_text_title {
	font-size: 14px;
	color: #d44343;
	background: #f6f6f6;
	padding: 15px 12px 15px 12px;
	margin-bottom: 30px;
}

.personal_cancel_order .block_text_title a {
	color: #6c727d;
	display: inline-block;
}

.block_text_title b {
	color: #33363b;
	display: inline-block;
}

.personal_cancel_order .wrap_textarea .title {
	color: #6c727d;
	margin-bottom: 10px;
}

.personal_cancel_order .wrap_textarea textarea {
	border: 1px solid #cfd3da;
	line-height: 18px;
	outline: medium none;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
	height: 95px;
	margin-bottom: 15px;
	max-width: 535px;
	border-radius: none;
	background: #fff;
}

.personal_cancel_order .order_cancel {
	font-family: "ProximaNova", Arial, regular;
	color: #6c727d;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cfd3da;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: none;
	margin-bottom: 7px;
	max-width: 170px;
}

.personal_cancel_order .order_cancel:hover, .personal_cancel_order .order_cancel:active
	{
	opacity: 0.7;
}
/*End style personal_cancel_order*/

/*Style registr_page*/
.registr_page .title {
	border-bottom: 1px solid #e2e2e2;
	color: #000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 5px 0px;
}

.registr_page .wrap_registr_form {
	background: #f6f6f6;
	padding: 15px 4% 0 4%;
	margin-bottom: 18px;
}

.registr_page .wrap_registr_form .block_title {
	font-style: italic;
	margin-bottom: 10px;
	color: #33363b;
}

.registr_page .wrap_registr_form {
	
}

.registr_page .wrap_block input[type=text], .registr_page .wrap_block input[type=password]
	{
	border: 1px solid #cfd3da;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 11px;
	border-radius: 0;
}

.registr_page .wrap_registr_form .wrap_block label {
	line-height: 30px;
	height: 30px;
	color: #6c727d;;
}

.registr_page .wrap_registr_form .wrap_block .input_message_1 {
	line-height: 16px;
	height: 32px;
	color: #6c727d;
	font-style: italic;
}

.registr_page .wrap_registr_form .wrap_block .input_message_2 {
	height: 32px;
	line-height: 32px;
	color: #6c727d;
	font-style: italic;
}

.registr_page  .wrap_registr_form_2 {
	padding: 15px 4% 10px 4%;
	border: 1px solid #cfd3da;
}

.registr_page .wrap_registr_form_2 .block_title {
	color: #33363b;
	font-style: italic;
	margin-bottom: 20px;
}

.registr_page .wrap_registr_form_2 .wrap_block label {
	color: #6c727d;
	line-height: 16px;
}

.registr_page .wrap_registr_form_2 .wrap_block input[type=text] {
	margin-bottom: 20px;
}

.registr_page .wrap_registr_form_2 .wrap_img {
	padding-top: 12px;
	margin-bottom: 11px;
}

.registr_page .wrap_registr_form_2 input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;
	border: none;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	max-width: 280px;
	margin: 0 auto;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.registr_page .wrap_registr_form_2 input[type="submit"]:hover,
	.registr_page .wrap_registr_form_2 input[type="submit"]:focus {
	background-color: #0c3657;
}

.registr_page .wrap_registr_form_2 .wrap_auth .auth {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #052640;
	height: 38px;
	line-height: 38px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.registr_page .title {
		margin-bottom: 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.registr_page .title {
		margin-bottom: 15px;
	}
}

@media ( max-width : 767px) {
	.registr_page .title {
		margin-bottom: 5px;
	}
	.registr_page .wrap_registr_form {
		padding: 15px 15px 10px 15px;
	}
	.registr_page .wrap_registr_form_2 .wrap_block label {
		line-height: 30px;
	}
	.registr_page .wrap_registr_form_2 .wrap_auth {
		text-align: center;
	}
}
/*Style end registr_page*/

/*Style forgot_page*/
.forgot_page .title {
	color: #001f38;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 5px 0px;
}

.forgot_page .wrap_title_text {
	color: #000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 25px;
}

.forgot_page .wrap_forgot_form {
	background: #f6f6f6;
	padding: 35px 4% 50px 4%;
	margin-bottom: 22px;
}

.forgot_page .wrap_block input[type=text], .forgot_page .wrap_block input[type=password]
	{
	border: 1px solid #cfd3da;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 11px;
	border-radius: 0;
}

.forgot_page .wrap_forgot_form .wrap_block label {
	line-height: 30px;
	height: 30px;
	color: #6c727d;
}

.forgot_page .login_or_email {
	margin-bottom: 11px;
	height: 30px;
	line-height: 30px;
	display: block;
}

.forgot_page .wrap_forgot_form_2 input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;
	border: none;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	max-width: 280px;
	margin-bottom: 12px;
}

.forgot_page .wrap_forgot_form_2 input[type="submit"]:hover,
	.forgot_page .wrap_forgot_form_2 input[type="submit"]:focus {
	background-color: #0c3657;
}

.forgot_page .wrap_forgot_form_2 .wrap_auth .auth {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #6c727d;
	height: 38px;
	line-height: 38px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.forgot_page .title {
		
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.forgot_page .title {
		
	}
}

@media ( max-width : 767px) {
	.forgot_page .title {
		
	}
	.forgot_page .wrap_forgot_form {
		padding: 15px 15px 10px 15px;
	}
	.forgot_page .login_or_email {
		margin-bottom: 5px;
	}
	.forgot_page .wrap_forgot_form_2 input[type="submit"] {
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.forgot_page .wrap_forgot_form_2 .wrap_auth {
		text-align: center;
	}
}
/*End style forgot_page*/

/*Style change_pass_page*/
.change_pass_page .title {
	color: #001f38;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 5px 0px;
}

.change_pass_page .wrap_title_text {
	color: #000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 25px;
}

.change_pass_page .wrap_change_form {
	background: #f6f6f6;
	padding: 35px 4% 50px 4%;
	margin-bottom: 22px;
}

.change_pass_page .wrap_block input[type=text], .change_pass_page .wrap_block input[type=password]
	{
	border: 1px solid #cfd3da;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 11px;
	border-radius: 0;
}

.change_pass_page .wrap_change_form .wrap_block label {
	line-height: 30px;
	height: 30px;
	color: #6c727d;;
}

.change_pass_page .wrap_change_form_2 input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;;
	border: none;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	max-width: 280px;
	margin-bottom: 12px;
}

.change_pass_page .wrap_change_form_2 input[type="submit"]:hover,
	.change_pass_page .wrap_change_form_2 input[type="submit"]:focus {
	background-color: #0c3657;
}

.change_pass_page .wrap_change_form_2 .wrap_auth .auth {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #6c727d;
	height: 38px;
	line-height: 38px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.change_pass_page .title {
		
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.change_pass_page .title {
		
	}
}

@media ( max-width : 767px) {
	.change_pass_page .title {
		
	}
	.change_pass_page .wrap_change_form {
		padding: 15px 15px 10px 15px;
	}
	.change_pass_page .login_or_email {
		margin-bottom: 5px;
	}
	.change_pass_page .wrap_change_form_2 input[type="submit"] {
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.change_pass_page .wrap_change_form_2 .wrap_auth {
		text-align: center;
	}
}
/*End style change_pass_page*/

/*Style login_page*/
.login_page .title {
	color: #001f38;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 5px 0px;
}

.login_page .wrap_login_form {
	background: #f6f6f6;
	padding: 15px 4% 45px 4%;
	margin-bottom: 18px;
}

.login_page .wrap_login_form .block_title {
	color: #33363b;
	font-style: italic;
	margin-bottom: 10px;
}

.login_page .wrap_block input[type=text], .login_page .wrap_block input[type=password]
	{
	border: 1px solid #cfd3da;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 11px;
	border-radius: 0;
}

.login_page .wrap_login_form .wrap_block label {
	line-height: 30px;
	height: 30px;
	color: #6c727d;
}

.login_page .wrap_login_form .wrap_block .input_message_1 {
	line-height: 16px;
	height: 32px;
}

.login_page .wrap_login_form .wrap_block .wrap_remember_forgot {
	display: inline-block;
	width: 100%;
}

.login_page .wrap_login_form .rememberme {
	float: left;
	position: relative;
}

.login_page .wrap_login_form .rememberme input {
	display: none;
}

.login_page .wrap_login_form .rememberme label {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
	background: url(../img/mister_rememberme_sprite.png) 0 0 no-repeat;
	padding-left: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login_page .wrap_login_form .rememberme label::selection {
	background: none;
}

.login_page .wrap_login_form .rememberme label::-moz-selection {
	background: none;
}

.login_page .wrap_login_form .rememberme label.label-active {
	background: url(../img/mister_rememberme_sprite.png) 0 -26px no-repeat;
}

.login_page .wrap_login_form .wrap_block .forgot_password {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	float: right;
	color: #33363b;
}

.login_page .wrap_login_form input[type="submit"] {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;
	border: none;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	max-width: 170px;
	margin-top: 30px;
}

.login_page .wrap_login_form input[type="submit"]:hover, .login_page .wrap_login_form input[type="submit"]:focus
	{
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
	.login_page .title {
		margin-bottom: 15px;
	}
	.login_page .wrap_login_form .wrap_block .input_message_1 {
		margin-top: 10px;
		line-height: 16px;
		height: 18px;
	}
	.login_page .wrap_login_form input[type="submit"] {
		margin-top: 20px;
	}
}

@media ( max-width : 767px) {
	.personal_auth_title {
		padding: 0 15px;
	}
	.login_page .title {
		margin-bottom: 5px;
	}
	.login_page .wrap_login_form {
		padding: 15px 15px 20px 15px;
	}
	.login_page .wrap_login_form .wrap_block .input_message_1 {
		margin-top: 10px;
		line-height: 16px;
		height: 18px;
	}
	.login_page .wrap_login_form input[type="submit"] {
		margin-top: 20px;
	}
}
/*end style login_page*/

/*Style contacts page*/
.block_contacts {
	background: #f6f6f6;
	padding: 27px 30px 37px 30px;
	margin-bottom: 20px;
}
/*Style block office address*/
.block_office_title {
	border-bottom: 1px solid #cfd3da;
	color: #001f38;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 0 0 5px 10px;
}

.block_office {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid #cfd3da;
	padding: 17px 15px 20px 15px;
}

.block_office .block_title {
	color: #001f38;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0;
}

.block_office .office_contacts {
	padding-top: 20px;
	margin-bottom: 25px;
	position: relative;
}

.block_office .office_contacts:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #e2e2e2;
	width: 52px;
	height: 1px;
}

.block_office .office_contacts.first:before {
	display: none;
}

.block_office .prop .name {
	font-family: "Times New Roman", Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	color: #6c727d;
	margin-bottom: 5px;
	display: inline-block;
}

.block_office .prop_map {
	text-align: right;
}

.block_office .prop_map .show_map {
	font-family: 'ProximaNova', Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #a76e6e;
	margin-bottom: 5px;
	display: block;
	cursor: pointer;
}

.block_office .prop .value {
	font-size: 14px;
	line-height: 24px;
	color: #33363b;
	margin-bottom: 5px;
	display: inline-block;
}

.block_office .prop_wrap_btn {
	text-align: right;
	margin-top: 5px;
}

.block_office .prop_wrap_btn .wrap_show_map {
	border: 1px solid #cfd3da;
	padding: 3px;
	display: inline-block;
	max-width: 266px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.block_office .prop_wrap_btn .wrap_show_map span {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 16px;
	color: #6c727d;
	background: none;
	border: none;
	display: block;
	width: 100%;
	line-height: 24px;
	height: 24px;
	border-radius: 0;
	padding: 0 22px;
}

.block_office .prop_wrap_btn .wrap_show_map:hover {
	opacity: 0.7;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_office_title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.block_office .block_title {
		font-size: 16px;
	}
	.block_office .prop .name {
		font-size: 16px;
	}
	.block_office .prop .name, .block_office .prop .value {
		line-height: 22px;
	}
	.block_office .prop_wrap_btn .wrap_show_map span {
		padding: 0 10px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_office_title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.block_contacts {
		padding: 20px 20px 30px 20px;
	}
	.block_office {
		padding: 15px 15px 10px 15px;
	}
	.block_office .block_title {
		font-size: 16px;
	}
	.block_office .office_contacts {
		padding-top: 15px;
		margin-bottom: 20px;
	}
	.block_office .prop .name {
		font-size: 16px;
	}
	.block_office .prop .name, .block_office .prop .value {
		line-height: 22px;
	}
	.block_office .prop_wrap_btn .wrap_show_map span {
		padding: 0 10px;
	}
}

@media ( max-width : 767px) {
	.block_office_title {
		font-size: 23px;
		line-height: 26px;
		margin-bottom: 5px;
		border-bottom: none;
	}
	.block_contacts {
		padding: 20px 15px 20px 15px;
	}
	.block_office {
		padding: 15px 15px 5px 15px;
	}
	.block_office .block_title {
		font-size: 16px;
	}
	.block_office .office_contacts {
		padding-top: 15px;
		margin-bottom: 20px;
	}
	.block_office .prop .name {
		font-size: 16px;
	}
	.block_office .prop .name, .block_office .prop .value {
		line-height: 22px;
	}
	.block_office .prop_wrap_btn .wrap_show_map span {
		padding: 0 10px;
	}
}
/*End style block office address*/

/*Style block feedback*/
.block_feedback {
	background: #fff;
	margin-bottom: 21px;
	border: 1px solid #cfd3da;
	padding: 25px 15px 20px 25px;
	min-height: 446px;
}

.block_feedback .field-title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #6c727d;
	margin-bottom: 12px;
	display: inline-block;
	font-style: italic;
}

.block_feedback  input[type=text] {
	border: 1px solid #d9dce1;
	font-size: 14px;
	color: #33363b;
	height: 30px;
	padding: 0 2%;
	width: 100%;
	margin-bottom: 12px;
	border-radius: 0;
}

.block_feedback textarea {
	border: 1px solid #d9dce1;
	font-size: 14px;
	color: #33363b;
	padding: 0 2%;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin-bottom: 15px;
	border-radius: 0;
	height: 198px;
	min-height: 198px;
	padding: 5px 2%;
}

.block_feedback .field-title.captcha_label {
	line-height: 40px;
}

.block_feedback  input[type=text].captcha_input {
	margin-bottom: 15px;
	height: 40px;
	padding: 0 5%;
}

.block_feedback .captcha_img {
	display: block;
	margin: 0 auto;
}

.block_feedback input[type=submit] {
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background: #052640;
	border: none;
	display: block;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	height: 40px;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 0;
	max-width: 199px;
	margin: 0 auto;
}

.block_feedback input[type=submit]:hover, .block_feedback input[type=submit]:active
	{
	background: #0c3657;
}

.block_feedback .mf-ok-text {
	font-family: "ProximaNova", Arial, sans-serif;
	color: #001f38;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_feedback {
		min-height: 427px;
	}
	.block_feedback .field-title {
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.block_feedback {
		padding: 20px 15px 20px 15px;
		min-height: 395px;
	}
	.block_feedback .field-title {
		font-size: 16px;
	}
	.block_feedback .field-title.captcha_label {
		line-height: 20px;
	}
	.block_feedback textarea {
		height: 158px;
		min-height: 158px;
	}
	.block_feedback input[type=submit] {
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.block_feedback {
		padding: 20px 15px 20px 15px;
		min-height: 100px;
	}
	.block_feedback .field-title.captcha_label {
		line-height: 30px;
	}
	.block_feedback  input[type=text].captcha_input {
		height: 30px;
	}
	.block_feedback .field-title {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.block_feedback  input[type=text] {
		margin-bottom: 5px;
	}
	.block_feedback textarea {
		height: 128px;
		min-height: 128px;
	}
	.block_feedback .captcha_img {
		margin-bottom: 12px;
	}
}
/*End style block feedback*/

/*Style block map*/
.block_map {
	background: #fff;
	margin-bottom: 21px;
	border: 1px solid #cfd3da;
	padding: 10px 10px 10px 10px;
}

.block_map .map_point, .block_map .contact_map, .block_map .bx-yandex-map
	{
	max-width: 100%;
	min-width: 100%;
	min-height: 150px;
}

.block_map .map_point {
	border: 1px solid #b4b3af;
}

.block_map .bx-yandex-map .ymaps-map {
	max-width: 100% !important;
}

.block_map .bx-yandex-map .ymaps-b-zoom_hints-pos_right {
	top: 55px !important;
}

.yandex_map_title, .block_map .bx-yandex-map .yandex_map_title {
	color: #000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}

.yandex_map_text {
	font-family: "Times New Roman", Arial, sans-serif;
	color: #000;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
	padding-right: 5px;
}

.block_map .bx-yandex-map .yandex_map_text {
	font-family: "Times New Roman", Arial, sans-serif;
	color: #000;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

@media ( max-width : 767px) {
	.block_map .contact_map, .block_map .bx-yandex-map {
		max-height: 250px;
	}
}
/*End style block map*/
/*End style page contacts*/

/*Style page news*/
.page_news .filter_news {
	text-align: center;
	margin-bottom: 25px;
}

.page_news .filter_news .link_section {
	font-size: 16px;
	color: #33363b;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	padding: 0 20px 10px 20px;
}

.page_news .filter_news .link_section:hover, .page_news .filter_news .link_section.link_active
	{
	color: #6c727d;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.page_news .filter_news {
		margin-bottom: 20px;
	}
	.page_news .filter_news .link_section {
		padding: 0 15px 7px 15px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.page_news .filter_news {
		margin-bottom: 15px;
	}
	.page_news .filter_news .link_section {
		padding: 0 10px 7px 10px;
	}
}

@media ( max-width : 767px) {
	.page_news .filter_news {
		margin-bottom: 15px;
	}
	.page_news .filter_news .link_section {
		padding: 0 5px 5px 5px;
	}
}
/*Style main list news*/
.page_news .news_main_list {
	
}

.page_news .news_main_list  .news_main_one {
	padding: 17px 15px 17px 15px;
	margin-bottom: 30px;
	border: 1px solid #cfd3da
}

.page_news .news_main_list  .news_main_one .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
}

.page_news .news_main_list  .news_main_one .title a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #33363b;
	text-decoration: none;
}

.page_news .news_main_list  .news_main_one .title a:hover {
	color: #33363b;
}

@media ( min-width : 1200px) {
	.page_news .news_main_list  .news_main_one .title {
		font-size: 17px;
		line-height: 19px;
	}
}

.page_news .news_main_list  .news_main_one .date {
	color: #9da5b3;
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

.page_news .news_main_list  .news_main_one .wrap_img {
	display: block;
	margin-bottom: 15px;
}

.page_news .news_main_list  .news_main_one .text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #4a4a4a;
}

.page_news .news_main_list  .news_main_one .wrap_go_detail {
	text-align: right;
}

.page_news .news_main_list  .news_main_one .wrap_go_detail a {
	font-family: 'Times New Roman', Arial, regular;
	font-style: italic;
	font-size: 16px;
	color: #9da5b3;
	text-decoration: underline;
}

.page_news .news_main_list  .news_main_one {
	color: #6c727d;
}

.page_news .more_news {
	text-align: center;
	margin-bottom: 30px;
	min-height: 26px;
}

.page_news .more_news  a, .page_news .more_news  span {
	font-family: 'Times New Roman', Arial, regular;
	font-style: italic;
	font-size: 18px;
	color: #9da5b3;
	text-decoration: underline;
	cursor: pointer;
}

.page_news .more_news  a:hover, .page_news .more_news  span:hover {
	text-decoration: none
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.page_news .news_main_list  .news_main_one .wrap_go_detail a {
		font-size: 16px;
	}
	.page_news .more_news {
		margin-bottom: 25px;
	}
	.page_news .more_news  a, .page_news .more_news  span {
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.page_news .news_main_list  .news_main_one .wrap_go_detail a {
		font-size: 16px;
	}
	.page_news .more_news {
		margin-bottom: 20px;
	}
	.page_news .more_news  a, .page_news .more_news  span {
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.page_news .news_main_list  .news_main_one .wrap_go_detail a {
		font-size: 16px;
	}
	.page_news .more_news {
		margin-bottom: 20px;
	}
	.page_news .more_news  a, .page_news .more_news  span {
		font-size: 16px;
	}
}
/*End style main news list*/

/*Style inner news*/
/*Style right column*/
.page_news .news_right_column {
	
}

.page_news .news_right_column .title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 29px;
	color: #001f38;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.page_news .news_right_column .block_popular .news_one {
	margin-bottom: 35px;
}

.page_news .news_right_column .block_popular .news_one .title_section {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: normal;
}

@media ( min-width : 1200px) {
	.page_news .news_right_column .block_popular .news_one .title_section {
		font-family: "Times New Roman", Arial, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #33363b
	}
}

.page_news .news_right_column .block_popular .news_one .title_section a
	{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 100%;
	color: #33363b;
	text-decoration: none;
}

.page_news .news_right_column .block_popular .news_one .date {
	color: #9da5b3;
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}

.page_news .news_right_column .block_popular .news_one .wrap_img {
	display: block;
	margin-bottom: 12px;
}

.page_news .news_right_column .block_popular .news_one .name {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
}

@media ( min-width : 1200px) {
	.page_news .news_right_column .block_popular .news_one .name {
		font-family: "Times New Roman", Arial, sans-serif;
		font-size: 17px;
		line-height: 19px;
	}
}

.page_news .news_right_column .block_popular .news_one .name a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 100%;
	color: #33363b;
	text-decoration: none;
}

.page_news .news_right_column .block_popular .news_one .text {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color: #4a4a4a;
}

.page_news .news_right_column .block_popular .news_one .wrap_go_detail {
	text-align: right;
}

.page_news .news_right_column .block_popular .news_one .wrap_go_detail a
	{
	font-family: 'Times New Roman', Arial, regular;
	font-size: 16px;
	font-style: italic;
	color: #9da5b3;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.page_news .news_right_column .block_popular .news_one {
		margin-bottom: 30px;
	}
	.page_news .news_right_column .block_popular .news_one .title {
		font-size: 25px;
	}
	.page_news .news_right_column .block_popular .news_one .wrap_go_detail a
		{
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.page_news .news_right_column .block_popular .news_one {
		margin-bottom: 30px;
	}
	.page_news .news_right_column .block_popular .news_one .title {
		font-size: 23px;
	}
	.page_news .news_right_column .block_popular .news_one .wrap_go_detail a
		{
		font-size: 16px;
	}
}

@media ( max-width : 767px) {
	.page_news .news_right_column .block_popular .news_one {
		margin-bottom: 20px;
	}
	.page_news .news_right_column .block_popular .news_one .title {
		font-size: 23px;
	}
	.page_news .news_right_column .block_popular .news_one .wrap_go_detail a
		{
		font-size: 16px;
	}
}
/*End style right column*/

/*Style left column*/
.page_news .news_left_column {
	
}

.page_news .news_left_column .title {
	font-family: 'Times New Roman', Arial, sans-serif;
	font-size: 29px;
	color: #001f38;
	margin-bottom: 18px;
	font-style: normal;
	font-weight: normal;
}

.page_news .news_left_column .news_one {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dac2c2;
}

.page_news .news_left_column .news_one .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

@media ( min-width : 1200px) {
	.page_news .news_left_column .news_one .title {
		font-size: 22px;
		line-height: 24px;
	}
}

.page_news .news_left_column .news_one .title a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
}

.page_news .news_left_column .news_one .title a:hover {
	color: #666;
}

.page_news .news_left_column .news_one .date {
	color: #a76e6e;
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 17px;
}

.page_news .news_left_column .news_one .wrap_img {
	display: block;
	margin-bottom: 15px;
}

.page_news .news_left_column .news_one .text {
	margin-bottom: 15px;
}

.page_news .news_left_column .news_one .text, .page_news .news_left_column .news_one .text p,
	.page_news .news_left_column .news_one .text a {
	color: #4a4a4a;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.page_news .news_left_column .title {
		font-size: 25px;
	}
	.page_news .news_left_column .news_one {
		margin-bottom: 25px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.page_news .news_left_column .title {
		font-size: 23px;
	}
	.page_news .news_left_column .news_one {
		margin-bottom: 25px;
	}
}

@media ( max-width : 767px) {
	.page_news .news_left_column .title {
		font-size: 23px;
	}
	.page_news .news_left_column .news_one {
		padding-bottom: 0px;
	}
}

/*Style left column news detail*/
.page_news .news_detail {
	margin-bottom: 20px;
}

.page_news .news_detail .wrap_top_info {
	padding: 6px 0;
	border-top: 1px solid #cfd3da;
	border-bottom: 1px solid #cfd3da;
	text-align: center;
	margin-bottom: 35px;
}

.page_news .news_detail .wrap_top_info>span {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	color: #6c727d;
	font-style: italic;
	padding: 6px 0;
	display: inline-block;
	position: relative;
}

.page_news .news_detail .wrap_top_info>span a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 100%;
	color: #797979;
}

.page_news .news_detail .wrap_top_info .look, .page_news .news_detail .wrap_top_info .text
	{
	padding-left: 28px;
}

.page_news .news_detail .wrap_top_info .look:before, .page_news .news_detail .wrap_top_info .text:before
	{
	content: "";
	position: absolute;
	left: 14px;
	top: 13px;
	width: 5px;
	height: 5px;
	background: #33363b;
	border-radius: 2px;
}

.page_news .news_detail .wrap_top_info .look div {
	display: inline-block;
}

.page_news .news_detail .title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 30px;
	color: #001f38;
	text-align: center;
	margin-bottom: 30px;
}

.page_news .news_detail .wrap_text {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cfd3da;
}

.page_news .news_detail .go_list {
	padding: 8px;
	display: inline-block;
	max-width: 266px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 25px;
}

.page_news .news_detail .go_list span {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	color: #fff;
	background: none;
	border: none;
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	background-color: #052640;
	border-radius: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

.page_news .news_detail .go_list:hover span {
	background-color: #0c3657;
}
/*
.page_news .news_detail .wrap_text,
.page_news .news_detail .wrap_text p,
.page_news .news_detail .wrap_text a {
    color: #4a4a4a;
} */
.page_news .news_detail .wrap_text .detail_picture {
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}

.page_news .news_detail .wrap_text p img, .page_news .news_detail .wrap_text .caption img,
	.page_news .news_detail .wrap_text .photo img {
	margin: 0 auto !important;
	margin-bottom: 10px !important;
}

.page_news .news_detail .wrap_text p span.small, .page_news .news_detail .wrap_text .photo strong
	{
	text-align: center;
	display: block;
	font-family: 'ProximaNova';
	color: #a76e6e;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
}

.page_news .news_detail .wrap_text p span.small {
	margin-bottom: 30px;
}

.page_news .news_detail .wrap_text .photo p, .page_news .news_detail .wrap_text .quick_view_button,
	.page_news .news_detail .wrap_text .top_navigation, .page_news .news_detail .wrap_text .middle_navigation,
	.page_news .news_detail .wrap_text .description_container, .page_news .news_detail .wrap_text .quick_view_container,
	.page_news .news_detail .wrap_text .moving_ribbon.middle, .page_news .news_detail .wrap_text .moving_ribbon.left
	{
	display: none;
}

.page_news .news_detail .wrap_text iframe {
	margin: 0 auto;
	max-width: 100%;
	display: block;
	margin-bottom: 15px;
}

.page_news .news_detail .wrap_text .moving_ribbon_container ul {
	margin: 0;
	display: inline-block;
	width: 100%;
}

.page_news .news_detail .wrap_text .moving_ribbon_container li {
	list-style: none;
	width: 31%;
	margin: 5px 1%;
	float: left;
	display: block;
}

.page_news .news_detail .wrap_text .moving_ribbon_container li img {
	max-width: 100%;
	margin: 0 auto;
}

.page_news .news_detail .wrap_top_info>span a:hover {
	text-decoration: none;
}

.page_news .news_detail {
	
}

.page_news .news_detail .prop_text {
	margin-bottom: 25px;
}

.page_news .news_detail .prop_text p {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #797979;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

.page_news .news_detail .prop_text p a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	color: #797979;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.page_news .news_detail .news_share {
	display: inline-block;
	margin-bottom: 20px
}

.page_news .news_detail .news_share .social_list {
	list-style: none;
	margin: 0;
}

.page_news .news_detail .news_share .social_list li {
	float: left;
	margin-right: 8px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.page_news .news_detail .wrap_top_info {
		margin-bottom: 30px;
	}
	.page_news .news_detail .title {
		font-size: 23px;
	}
	.page_news .news_detail .wrap_text {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.page_news .news_detail .wrap_text p span.small, .page_news .news_detail .wrap_text .photo strong
		{
		font-size: 16px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.page_news .news_detail .wrap_top_info {
		margin-bottom: 25px;
	}
	.page_news .news_detail .title {
		font-size: 23px;
		margin-bottom: 25px;
	}
	.page_news .news_detail .wrap_text {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	.page_news .news_detail .wrap_text p span.small, .page_news .news_detail .wrap_text .photo strong
		{
		font-size: 16px;
	}
	.page_news .news_detail .go_list span {
		font-size: 15px;
		padding: 0 8px;
	}
}

@media ( max-width : 767px) {
	.page_news .news_detail .wrap_top_info {
		margin-bottom: 20px;
	}
	.page_news .news_detail .title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.page_news .news_detail .wrap_text {
		padding-bottom: 35px;
		margin-bottom: 25px;
	}
	.page_news .news_detail .wrap_text p span.small, .page_news .news_detail .wrap_text .photo strong
		{
		font-size: 16px;
	}
	.page_news .news_detail .prop_text {
		display: none;
	}
	.page_news .news_detail .prop_text p {
		text-align: left;
	}
	.page_news .news_detail .go_list span {
		font-size: 15px;
		padding: 0 8px;
	}
	.page_news .news_detail .news_share {
		display: none;
	}
	.page_news .news_detail .wrap_text .moving_ribbon_container li {
		list-style: none;
		width: 100%;
		margin: 5px 0;
		float: none;
	}
}
/*End style left column news detail*/
/*End style left column*/

/*End style inner news*/

/*End style page news*/

/*Style for page 404*/
.bg-404  .inner_page .container {
	min-height: 850px;
	position: relative;
	background: url("../img/mister_404_bg.png") no-repeat scroll center 96px
		#f6f6f6;
}

.block_404_left {
	margin-top: 460px;
	border-top: 2px solid #001f38;
	width: 780px;
	margin-left: 185px;
	margin-top: 460px;
	text-align: center;
	padding-top: 35px;
}

.block_404_left .title {
	font-family: 'ProximaNova', Arial, sans-serif;
	font-size: 150px;
	line-height: 150px;
	color: #000;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: normal;
	display: none;
}

.block_404_left .text {
	font-size: 30px;
	line-height: 30px;
	color: #001f38;
	margin-bottom: 50px;
	font-style: normal;
	font-weight: normal;
	position: relative;
	text-transform: uppercase;
}

.block_404_left .wrap_btn {
	margin-bottom: 30px;
	padding-left: 170px;
}

.block_404_left .wrap_btn a {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	line-height: 38px;
	height: 38px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	position: relative;
	background-color: #052640;
	border: none;
	margin-bottom: 15px;
}

.block_404_left .wrap_btn a:hover, .block_404_left .wrap_btn a:active {
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.block_404_left {
		margin-left: 80px;
	}
	.block_404_left .wrap_btn {
		padding-left: 0px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.bg-404  .inner_page .container {
		min-height: 650px;
	}
	.bg-404  .inner_page .container {
		background-size: 567px 208px;
		background-position: center 76px;
	}
	.block_404_left {
		margin-left: 40px;
		margin-top: 370px;
		padding-top: 35px;
		width: 650px;
	}
	.block_404_left .wrap_btn {
		padding-left: 0px;
	}
	.block_404_left .text {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 35px;
	}
}

@media ( max-width : 767px) {
	.bg-404  .inner_page .container {
		min-height: 550px;
		background-size: contain;
		background-position: center 26px;
	}
	.block_404_left {
		width: 100%;
		margin-top: 300px;
		margin-left: 0;
	}
	.block_404_left .text {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 35px;
	}
	.block_404_left .wrap_btn {
		padding-left: 0px;
	}
}

@media ( max-width : 479px) {
	.block_404_left {
		margin-top: 200px;
	}
	.block_404_left .text {
		font-size: 21px;
		line-height: 21px;
	}
}
/*End style for page 404*/
/*End style for inner page*/

/*End style for main content*/

/*Style for footer*/
.footer {
	display: block;
	margin-top: 35px;
}

/*Style for footer block top*/
.footer_block_top {
	margin-bottom: 30px;
}

.footer_block_top>.container>.row {
	border: 1px solid #d1d2d6;
}

.footer_block_top .form-subscribe {
	margin: 25px 0px 25px 0px;
	border: 1px solid #d1d2d6;
	padding: 15px 15px 15px 15px;
}

.footer_block_top .footer_block_top_left {
	background: url("../img/mister_subscrible_curs.png") no-repeat;
	height: 80px;
	padding-left: 180px;
	margin: 25px 0px 25px 25px;
}

.footer_block_top .footer_block_top_center {
	margin: 0px 8px 0px 15px;
}

.footer_block_top .footer_block_top_right {
	margin: 0px 15px 0px 8px;
}

.footer_block_top_left p {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #000;
	padding: 20px 12% 5px 5%;
}

.footer_block_top_center label {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-top: 16px;
	margin-left: -10px;
	display: none;
	line-height: 38px;
}

.footer_block_top_center input[type="text"] {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	padding: 0 10px;
	height: 45px;
	border: none;
	border: 1px solid #f6f6f6;
	background-color: #f3f4f6;
	width: 100%;
	color: #666;
	text-align: left;
}
/*
.footer_block_top_right {
    padding: 18px 0 0 19px;
}
.footer_block_top_right .wrap_input {
	width: 300px;
}
*/
.wrap_input input[type="submit"] {
	font-size: 15px;
	color: #fff;
	background: none;
	border: none;
	display: block;
	width: 100%;
	line-height: 45px;
	background-color: #052640;
	font-family: "ProximaNova", Arial, sans-serif;
	text-transform: uppercase;
}

.wrap_input input[type="submit"]:hover {
	background-color: #0c3657;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.footer_block_top_left p {
		font-size: 13px;
		padding: 0;
	}
	.footer_block_top_center label {
		font-size: 13px;
	}
	.footer_block_top_center input[type="text"] {
		font-size: 13px;
	}
	.wrap_input input[type="submit"] {
		font-size: 12px;
	}
}

@media ( max-width : 767px) {
	.footer_block_top {
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer_block_top .footer_block_top_left {
		background: none;
		height: auto;
		padding-left: 0px;
		margin: 25px 15px 25px 15px;
	}
	.footer_block_top .footer_block_top_left p {
		font-size: 18px;
		padding: 0;
	}
	.footer_block_top_left, .footer_block_top_center,
		.footer_block_top_right {
		margin: 0 auto;
	}
	.footer_block_top_right {
		height: 57px;
		padding: 0px;
	}
	/*
.footer_block_top_left {
    max-width: 470px;
    background: url(../img/miss_footer_block_top_left_bg_center_phon.jpg) left top no-repeat;
}

.footer_block_top_left:after {
    content: "";
    background: url(../img/miss_footer_block_top_left_bg_right.jpg) left top no-repeat;
    display: block;
    height: 78px;
    width: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
*/
	.footer_block_top .footer_block_top_center {
		margin: 0px;
		background: none;
	}
	.footer_block_top .footer_block_top_right {
		background: none;
		margin: 20px 0 10px 0;
		height: auto;
	}
	.footer_block_top_center input[type="text"] {
		font-size: 13px;
		margin-right: 0;
	}
	.footer_block_top_center label {
		font-size: 13px;
		margin-left: 0px;
	}
	.footer_block_top_right .wrap_input {
		max-width: 223px;
		margin: 0 auto;
	}
	.wrap_input input[type="submit"] {
		font-size: 15px;
		line-height: 32px;
		height: 32px;
	}
}

@media ( min-width : 468px) and (max-width: 767px) {
	.footer_block_top_left p {
		text-align: center;
		padding: 25px 5% 5px 5%;
	}
}

@media ( max-width : 467px) {
	.footer_block_top_left p {
		font-size: 13px;
		text-align: center;
	}
}
/*End style for footer block top*/

/*Style for footer block center*/
.footer_block_second {
	border-top: 1px solid #cfd3da;
	background-color: #f3f4f6;
	padding-top: 10px;
	padding-bottom: 17px;
}

.footer_block_center {
	background-color: #fff;
	position: relative;
}

.footer_block_center .row {
	background-color: #ffffff;
	padding-bottom: 15px;
	border: 1px solid #dbdfe6;
}
/*Style for footer menu*/
.wrap_footer_menu {
	display: inline-block;
	width: 100%;
	margin: 10px 0 0 0;
	position: relative;
}

.footer_menu {
	width: 100%;
}

.footer_menu li {
	list-style: none;
}

.footer_menu>li {
	float: left;
	width: 26%;
}

.footer_menu>li.li-first {
	width: 22%;
}

.footer_menu li a {
	font-family: "Times New Roman", Arial, sans-serif;
	padding-right: 10%;
	padding-left: 20%;
	display: block;
	position: relative;
}

.footer_menu>li.li-first a {
	padding-left: 5%;
}

.footer_menu>li>a {
	font-size: 20px;
	color: #001f37;
	line-height: 40px;
	text-transform: uppercase;
}

.footer_menu>li.li-hover>a, .footer_menu>li.li-active>a {
	text-decoration: none;
}

.footer_menu>li:hover>a, .footer_menu>li:active>a {
	text-decoration: none;
}

.footer_menu>li>ul {
	border-right: 1px solid #f2efed;
	padding-top: 10px;
}

.footer_menu>li>ul>li>a {
	font-size: 14px;
	line-height: 20px;
	color: #6c727d;
	padding-top: 2px;
	padding-bottom: 3px;
	word-break: break-word;
}

.footer_menu>li>ul>li>a>i {
	margin-right: 5px;
}

.footer_menu>li>ul>li>a:hover, .footer_menu>li>ul>li>a:active,
	.footer_menu>li>ul>li.li-active-2>a {
	text-decoration: underline;
	color: #3465a1;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.footer_menu li a {
		padding-left: 18%;
	}
	.footer_menu>li>a {
		font-size: 18px;
		line-height: 36px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.footer_menu li a {
		padding-right: 5%;
		padding-left: 5%;
	}
	.footer_menu>li>a {
		font-size: 15px;
		line-height: 36px;
	}
	.footer_menu>li>ul>li>a {
		font-size: 13px;
		line-height: 18px;
	}
}

@media ( max-width : 767px) {
	.footer_block_center .row {
		padding-bottom: 25px;
	}
	.footer_menu>li, .footer_menu>li.li-first {
		float: none;
		width: 100%;
	}
	.footer_menu>li>ul {
		border-right: none;
		padding-top: 10px;
		margin-left: 5%;
		padding: 10px 0;
		display: none;
	}
	.footer_menu>li.li-hover>ul, .footer_menu>li.li-active>ul {
		display: block;
	}
	.footer_menu>li a, .footer_menu>li.li-first a {
		padding-left: 5%;
	}
	.footer_menu>li>ul>li>a {
		font-size: 13px;
	}
}
/*End style for footer menu*/

/*Style for footer block center left*/
.footer_block_center_left {
	margin: 10px 0 0 0;
}

.footer_block_center_left .center_left_title {
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	color: #000;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer_block_center_left .center_left_title a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	color: #001f37;
	text-decoration: none;
}

.footer_block_center_left .center_left_title, .footer_block_center_left .center_left_email,
	.footer_block_center_left .footer_wrap_phone {
	margin-left: 25%;
}

.center_left_email {
	font-family: "ProximaNova", Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	color: #9da5b3;
	margin-bottom: 20px;
}

.footer_wrap_phone {
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #052640;
	margin-bottom: 5px;
}

.footer_wrap_phone  p>i {
	display: none;
}

.footer_social {
	width: 100%;
	max-width: 190px;
	margin-left: 17%;
	padding-top: 30px;
	margin-bottom: 10px;
}

.footer_social ul {
	display: inline-block;
	width: 100%;
	padding: 7px 10% 7px 10%;
	position: relative;
	z-index: 2;
}

.footer_social ul li {
	float: left;
	list-style: none;
	width: 25%;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.footer_block_center_left .center_left_title, .footer_block_center_left .center_left_email,
		.footer_block_center_left .footer_wrap_phone {
		margin-left: 17%;
	}
	.footer_social {
		margin-left: 10%;
	}
	.footer_social .social_list {
		padding: 7px 5% 7px 5%;
	}
	.footer_block_center_left .center_left_title {
		font-size: 18px;
		line-height: 36px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.footer_block_center_left .center_left_title, .footer_block_center_left .center_left_email,
		.footer_block_center_left .footer_wrap_phone, .footer_social {
		margin-left: 5%;
	}
	.footer_social {
		margin-left: 0;
	}
	.footer_social ul {
		padding: 7px 3% 7px 3%;
	}
	.footer_block_center_left .center_left_title {
		font-size: 15px;
		line-height: 36px;
	}
}

@media ( max-width : 767px) {
	.footer_block_center_left .center_left_title, .footer_social {
		margin-left: 5%;
	}
	.footer_block_center_left .center_left_email, .footer_block_center_left .footer_wrap_phone
		{
		margin-left: 10%;
	}
}
/*End style for block center left*/
/*End style for footer block center*/

/*Style for footer block bottom*/
.footer_block_bottom {
	margin-top: 15px;
}

.footer_block_bottom .container {
	min-height: 50px;
}

.copyright {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #6c727d;
	line-height: 1.2;
	padding-top: 5px;
}

a.sotbit {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #6c727d;
	padding-left: 40px;
	background: url(../img/miss_sotbit_logo.png) no-repeat 0 11px;
	display: block;
	line-height: 1.2;
	padding-top: 5px;
}

a.sotbit:hover {
	text-decoration: none;
}

.footer_bottom_center {
	font-family: "Univers", Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

.footer_bottom_center .text {
	display: inline-block;
	line-height: 40px;
	color: #6c727d;
	margin-right: 10px;
}

.footer_bottom_center .block_bottom_center {
	display: inline-block;
	border: 1px solid #cfd3da;
	padding: 8px 5px;
	max-width: 170px;
}

.footer_bottom_center .block_bottom_center a {
	display: inline-block;
	margin: 0px 5px;
}

.footer_bottom_center .block_bottom_center img {
	display: inline-block;
}

.footer_bottom_right {
	text-align: right;
	font-family: "Univers", Arial, sans-serif;
	font-size: 14px;
	color: #6c727d;
}

.footer_bottom_right .text {
	display: inline-block;
	line-height: 40px;
	margin-right: 10px;
}

.footer_bottom_right .block_bottom_right {
	display: inline-block;
	padding: 8px;
	text-align: center;
	max-width: 320px;
	border: 1px solid #cfd3da;
	background-color: #f3f4f6;
}

.footer_bottom_right .block_bottom_right img {
	
}

.block_bottom_right img {
	margin: 0 2px;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	a.sotbit {
		padding-left: 36px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.footer_bottom_right .block_bottom_right {
		padding: 8px 0px;
	}
	.block_bottom_right img {
		margin: 0px;
	}
	.block_bottom_right a {
		margin: 0px;
	}
	.copyright {
		font-size: 11px;
		padding-top: 7px;
	}
	a.sotbit {
		font-size: 11px;
		padding-left: 30px;
		background-position: 0 9px;
		background-size: 27px;
		padding-top: 7px;
	}
}

@media ( max-width : 767px) {
	.copyright {
		margin-bottom: 10px;
	}
	.footer_block_bottom {
		text-align: left;
	}
}
/*End style for footer block bottom*/
/*End style for footer*/

/*Style for modal window and modal block*/
/*General style for modal window and modal block*/
.modal-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 11000;
	overflow: hidden;
	opacity: 0;
}

.modal-window .modal-window-bg {
	background: url(../img/miss_modal_bg.png) 0 0 repeat;
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wrap-out {
	position: absolute;
	top: 15vh !important;
	width: 100%;
	z-index: 103;
	height: auto;
}

@media ( max-width : 767px) {
	.wrap-out {
		top: 225px;
	}
}

.modal-block {
	background: url(../img/mister_bg_c5c3c0_modal_block.png) 0 0 repeat;
	width: 485px;
	margin: 0 auto;
	padding: 7px;
	position: relative;
	z-index: 1000;
	height: auto;
}

.modal-block .close {
	height: 38px;
	width: 37px;
	display: block;
	position: absolute;
	top: -7px;
	right: -50px;
	cursor: pointer;
	background: url(../img/mister_detail_fancybox_close.png) no-repeat;
}

.modal-block-inner {
	width: 100%;
	position: relative;
	border: 1px solid #000;
	background-color: #fff;
	padding: 14px 9% 14px 5%;
	min-height: 150px;
	height: auto;
}

.modal-content {
	width: 100%;
	height: auto;
}

.modal-block-inner .modal-title {
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #6c727d;
	padding: 0 0 0 3%;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.modal-block {
		width: 435px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.modal-block {
		width: 410px;
	}
}

@media ( max-width : 767px) {
	.modal-block {
		width: 97%;
		max-width: 485px;
	}
	.modal-block .close {
		height: 35px;
		width: 34px;
		background-size: 30px 30px;
		top: 10px;
		right: 10px;
	}
}

.wrap-top-block-right1 .bx-closed .bx-basket-item-list {
	height: 0;
}
/*Style for block window without bg*/
.window-without-bg {
	position: absolute;
	top: 21px;
	left: 50%;
	margin-left: -242px; /*depend from style width ".modal-block"*/
	display: inline-block;
	z-index: 100;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.window-without-bg {
		margin-left: -217px; /*depend from style width ".modal-block"*/
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.window-without-bg {
		margin-left: -205px; /*depend from style width ".modal-block"*/
	}
}

@media ( max-width : 767px) {
	.window-without-bg {
		margin-left: 2%;
		top: 25px;
		left: auto;
		width: 97%;
		max-width: 485px;
	}
}
/*End style for block window without bg*/
/*End General style for modal window and modal block*/

/*Style for modal window login*/
.login-form {
	padding: 0 0 0 3%;
}

.login-form form {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	display: block;
}

.login-form .wrap-label {
	padding: 18px 0 3px 0;
}

.login-form .wrap-label label {
	color: #000;
}

.login-form .wrap-label a {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	float: right;
	color: #33363b;
	text-decoration: underline;
}

.login-form .wrap-label a:hover {
	text-decoration: none;
}

.login-form input[type=text], .login-form input[type=password] {
	width: 100%;
	padding: 0 2%;
	height: 30px;
	border: 1px solid #9f9f9f;
}

.login-form .rememberme {
	margin-top: 2px;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login-form .rememberme input {
	display: none;
}

.login-form .rememberme label {
	cursor: pointer;
	background: url(../img/mister_rememberme_sprite.png) 0 2px no-repeat;
	padding-left: 20px;
	min-height: 19px;
	display: inline-block;
}

.login-form .rememberme label.label-active {
	background: url(../img/mister_rememberme_sprite.png) 0 -24px no-repeat;
}

.login-form .rememberme label::selection {
	background: none;
}

.login-form .rememberme label::-moz-selection {
	background: none;
}

.login-form .wrap-login {
	margin-top: 10px;
	width: 100%;
	display: inline-block;
	margin-bottom: 150px;
}

.login-form .wrap-login div {
	float: left;
}

.login-form .social {
	width: 50%;
	background-color: #f8f8f8;
	margin-top: 27px;
}

.login-btn-wpar {
	width: 50%;
	padding-top: 28px;
}

.login_send, .login_send:hover, .login_send:active {
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	color: #fff;
	background-color: #052640;
	line-height: 32px;
	height: 32px;
	border: none;
	width: 86%;
	text-transform: uppercase;
}

.login_send:hover, .login_send:active {
	background-color: #0c3657;
}

.social span {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 5px 5px 0px;
	display: block;
	text-align: center;
	color: #9f9f9f;
}

.social .social_list {
	display: inline-block;
	color: #33363b;
	width: 95%;
	margin-left: 5%;
	padding: 7px 13px 7px 10px;
}

.social .bx-auth-service-form {
	margin-left: 5%;
}

.social .social_list li {
	float: left;
	list-style: none;
	width: 25%;
}

.social_vk, .social_fb, .social_twitt, .social_inst, .social_gog, .social_ok {
	width: 30px;
	height: 31px;
	display: block;
	margin: 0 auto;
	background: url(../img/mister_sprite_social_icon.png);
}

.social_vk {
	background-position: -5px -5px;
}

.social_vk:hover {
	background-position: -5px -40px;
}

.social_fb {
	background-position: -5px -75px;
}

.social_fb:hover {
	background-position: -5px -110px;
}

.social_twitt {
	background-position: -5px -145px;
}

.social_twitt:hover {
	background-position: -5px -180px;
}

.social_gog {
	background-position: -5px -215px;
}

.social_gog:hover {
	background-position: -5px -250px;
}

.social_inst {
	background-position: -5px -285px;
}

.social_inst:hover {
	background-position: -5px -321px;
}

.social_ok {
	background-position: -5px -356px;
}
.social_ok:hover {
	background-position: -5px -391px;
}


.VKontakte a, .Twitter a, .Facebook a, .Instagram a, .Google a, .Odnoklassniki a {
	width: 31px;
	height: 31px;
	display: block;
	margin: 0 auto;
	background: url(../img/mister_sprite_social_icon.png);
}

.VKontakte a {
	background-position: -5px -5px;
}

.VKontakte:hover a {
	background-position: -5px -40px;
}

.Facebook a {
	background-position: -5px -75px;
}

.Facebook:hover a {
	background-position: -5px -110px;
}

.Twitter a {
	background-position: -5px -145px;
}

.Twitter:hover a {
	background-position: -5px -180px;
}

.Google a {
	background-position: -5px -215px;
}

.Google:hover a {
	background-position: -5px -250px;
}

.Odnoklassniki a {
	background-position: 0px -355px;
}

.Odnoklassniki:hover a {
	background-position: 0px -390px;
}


.Instagram a {
	background-position: -5px -285px;
}

.Instagram:hover a {
	background-position: -5px -321px;
}

.icon_split {
	width: 31px;
	height: 31px;
	display: block;
	background: url(../img/mister_sprite_social_icon.png);
	float: left;
}

.icon_split.VKontakte {
	background-position: -4px -40px;
}

.icon_split.Facebook {
	background-position: -4px -110px;
}

.icon_split.Twitter {
	background-position: -4px -179px;
}

.icon_split.Google {
	background-position: -4px -250px;
}

.icon_split.Instagram {
	background-position: -4px -319px;
}

.bx-auth-service-form .bx-ss-icon {
	width: 16px;
	height: 16px;
	padding: 0;
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.login_send, .login_send:hover, .login_send:active {
		width: 84%;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.login-form form {
		font-size: 13px;
	}
	.login_send, .login_send:hover, .login_send:active {
		width: 82%;
	}
}

@media ( max-width : 767px) {
	.login-form form {
		font-size: 13px;
	}
	.login_send, .login_send:hover, .login_send:active {
		width: 82%;
	}
	.login-btn-wpar {
		width: 100%;
	}
	.login-form .social {
		width: 100%;
	}
	.login-form .social span {
		padding-top: 10px;
		text-align: center;
	}
	.social .social_list {
		margin-right: 10%;
		width: 80%;
		margin-left: 10%;
		padding: 7px 7px 7px 0px;
		text-align: center;
	}
	.login-form .wrap-login div {
		float: none;
	}
	.login-btn-wpar {
		width: 100%;
		text-align: center;
	}
	.login_send, .login_send:hover, .login_send:active {
		width: 70%;
	}
}
/*End style for modal window login*/

/*Style for modal block basket*/
.window-without-bg.window_basket {
	margin-left: 0;
	left: auto;
	right: 0;
	display: block;
	top: 21px;
}

@media ( min-width : 1200px) {
	.window_basket .modal-block .close {
		display: none;
	}
}

@media ( min-width : 768px) {
	.wrap-top-block-right1 #basket {
		position: relative;
	}
}

@media ( max-width : 767px) {
	.window-without-bg.window_basket {
		right: 2%;
	}
}

.window_basket .modal-block .modal-block-inner {
	padding: 30px 0 40px 0;
}

.window_basket .basket-item {
	padding: 0 10px;
	position: relative;
}

.window_basket .basket-item.item-bg-2 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.window_basket .basket-item .delete {
	position: absolute;
	display: block;
	width: 27px;
	height: 28px;
	right: 40px;
	top: 12px;
	background: url(../img/mister_modal_basket_item_delete.png) 3px 3px
		no-repeat;
	border-radius: 10px;
	z-index: 5;
	display: none;
}

.window_basket .basket-item:hover .delete {
	display: block;
	cursor: pointer;
}

.window_basket .basket-item a.item-tovar {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 5px 30px 8px 28px;
	z-index: 1;
}

.window_basket .basket-item a.item-tovar:hover, .window_basket .basket-item a.item-tovar.del
	{
	/*background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0;*/
	text-decoration: none;
}

.window_basket .basket-item .wrap-img {
	margin-right: 25px;
	float: left;
	padding-left: 28px;
	position: relative;
	margin-left: -28px;
	display: block;
	width: 27%;
}

.window_basket .basket-item .wrap-img img {
	border: 1px solid #f4f4f4;
}

.window_basket .characteristics {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	display: block;
	text-align: left;
	float: left;
	width: 73%;
}

.window_basket .characteristics span {
	display: block;
}

.window_basket .characteristics .item-name {
	font-size: 18px;
	margin-top: 10px;
	max-width: 92%;
}

.window_basket .characteristics .item-second-name {
	margin-bottom: 10px;
}

.window_basket .characteristics .item-second-name i {
	font-family: Arial, Helvetica, sans-serif;
}

.window_basket .characteristics .item-size, .window_basket .characteristics .item-color
	{
	color: #797979;
	max-width: 65%;
}

.window_basket .characteristics .item-size b, .window_basket .characteristics .item-color b
	{
	color: #000;
	font-weight: normal;
}

.window_basket .characteristics .item-color {
	line-height: 18px;
}

.window_basket .characteristics .item-color span {
	height: 10px;
	width: 10px;
	display: inline-block;
}

.window_basket .item-tovar .item-price {
	position: absolute;
	bottom: 9px;
	right: 30px;
	max-width: 35%;
}

.window_basket .item-tovar .item-price .price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #d44343;
}

.window_basket .item-tovar .item-count {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	color: #797979;
	display: block;
	margin-bottom: 5px;
	min-width: 60px;
}

.window_basket .item-tovar .item-count span {
	color: #000000;
}

.window_basket .basket-total {
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	/*background: url(../img/miss_modal_basket_item_a_bg.png) repeat 0 0; */
	background: #f8f8f8;
	margin: 18px 10px 0 10px;
	padding: 10px 30px 5px 28px;
}

.window_basket .basket-total div.quantity {
	width: 49%;
	display: inline-block;
}

.window_basket .basket-total div.quantity b {
	font-weight: normal;
}

.window_basket .basket-total div.total-price {
	width: 50%;
	float: right;
	text-align: right;
}

.window_basket .basket-total div.quantity b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 16px;
	color: #000;
}

.window_basket .basket-total div.total-price b {
	color: #d44343;
	font-weight: normal;
}

@media ( min-width : 768px) and (max-width: 991px) {
	.window_basket .basket-item .delete {
		background-position: 1px 2px;
		width: 23px;
		height: 21px;
	}
}

@media ( max-width : 767px) {
	.window_basket .basket-item .delete {
		background-position: 1px 2px;
		width: 27px;
		height: 28px;
	}
	.window_basket .basket-item .wrap-img {
		float: none;
		margin-right: 0px;
		width: 100%;
	}
	.window_basket .characteristics {
		width: 100%;
	}
	.window_basket .characteristics .item-name {
		max-width: 100%;
	}
	.window_basket .basket-total div.quantity {
		width: 100%;
		display: block;
		text-align: center
	}
	.window_basket .basket-total div.total-price {
		width: 100%;
		float: none;
		text-align: center;
	}
}

.window_basket  .basket-btn-order {
	margin: 0 10px 0 10px;
	padding: 13px 30px 13px 28px;
	display: block;
	text-decoration: none;
	background: #f8f8f8;
	position: relative;
}

.window_basket .basket-btn-order:hover, .window_basket .basket-btn-order:active
	{
	text-decoration: none;
}

.basket-btn-order .basket-btn-order-inner {
	font-family: "ProximaNova", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	display: block;
	line-height: 48px;
	text-align: center;
	background-color: #052640;
	position: relative;
}

.basket-btn-order:hover .basket-btn-order-inner, .basket-btn-order:active .basket-btn-order-inner
	{
	background-color: #0c3657;
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
}

@media ( max-width : 767px) {
}
/*End style for modal block basket*/
/*End style for modal window*/

/*Style for bitrix visual redactor*/
.bx-core-window * {
	-moz-box-sizing: content-box;
}

.bx-core-window .bxedmainframe td, .bxedmainframe table td {
	line-height: 140%;
}
/*End style for bitrix visual redactor*/
@media ( min-width : 1200px) {
}

@media ( min-width : 992px) and (max-width: 1199px) {
}

@media ( min-width : 768px) and (max-width: 991px) {
}

@media ( max-width : 767px) {
}

@media ( min-width : 480px) and (max-width: 767px) {
}

@media ( max-width : 479px) {
}

/*AVAILABLE BLOCK*/
.detail_available_title {
	padding: 17px;
	border: 1px solid #e0e0e0;
	background: #fcfcfc
}

.detail_available_title .title {
	color: #d44343;
	font-family: "Times New Roman";
	font-size: 17px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
}

.subscribe_product_form {
	margin-top: 10px;
}

.subscribe_product_form .wrap_input {
	margin-top: 4px;
	max-width: 230px;
	padding: 3px 5px;
	width: 100%;
}

.subscribe_product_form .wrap_input .back_call_submit {
	background-color: #052640;
	border: medium none;
	color: #fff;
	font-family: "ProximaNova", Arial, regular;
	font-size: 15px;
	height: 38px;
	line-height: 38px;
	width: 100%;
	text-transform: uppercase;
	cursor:pointer;
	text-align:center;
}

.subscribe_new {
	border: 1px solid #cccccc;
	padding: 15px 14px 8px 14px;
	margin-top: 7px;
}

.subscribe_new input[type=text] {
	background: #f6f6f6;
	border: 1px solid #cfd3da;
	color: #33363b;
	width: 100%;
	height: 25px;
	margin-bottom: 7px;
	text-align: center;
}

.subscribe_new_form .wrap_input {
	position: relative;
}

.subscribe_new input[type=submit] {
	background-color: #052640;
	color: #ffffff;
	display: inline-block;
	font-family: "ProximaNova", Arial, regular;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
}

.subscribe_new input[type=submit]:hover, .subscribe_new input[type=submit]:active
	{
	background: #0c3657;
}

.detail_block_buy .block_quantity {
	text-align: center;
}

.detail_block_buy .block_quantity input {
	width: 40px;
	text-align: center;
}

/*START MODIFICATION*/
.detail_page_wrap {
	margin-bottom: 5px;
}

@media ( max-width : 479px) {
	.modification {
		display: none;
	}
	.modification-preview {
		display: none;
	}
}

.detail_block_service {
	margin-bottom: 0px;
}

.modification { /*background:#f8f8f8;padding:30px 35px 10px 35px;*/
	margin-bottom: 10px;
	margin-top: 30px;
}

.modification .col-mod-in {
	background: #f8f8f8;
	padding: 22px 21px 21px 21px;
}

.modification-preview {
	background: #f8f8f8;
	margin-bottom: 10px;
}

.modification-preview {
	padding: 22px 21px 16px 21px !important;
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.modification-under-preview {
	padding: 0 !important;
	margin-left: 45px !important;
	margin-right: 25px !important;
	margin-bottom: 15px;
}

#left-under .detail_description
{
	padding-right:20px;
}
.modification-under-preview .no-under-preview-padding {
	padding-left: 0;
	padding-right: 0;
}

.modification-under-preview .no-under-preview-padding-left {
	padding-right: 0px;
	margin-right:11px;
}

.modification-under-preview .no-under-preview-padding-right {
	padding-left: 0px;

}

.modification-under-preview .no-under-preview-padding .row {
	margin-left: 0;
	margin-right: 0;
}

.modification-preview .description_block {
	margin-bottom: 0;
}

.modification-preview .col-modification {
	padding-left: 30px;
	padding-right: 30px;
}

.modification .col-modification {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.modification-preview .col-modification {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.modification .description_block.block_open .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon.png") no-repeat
		scroll 98% 14px
}

.modification-preview .description_block.block_open .description_title_in
	{
	background: #fff url("../img/mister_left_block_li_icon.png") no-repeat
		scroll 98% 14px
}

.modification .description_block .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon_close.png")
		no-repeat scroll 98% 14px
}

.modification-preview .description_block .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon_close.png")
		no-repeat scroll 98% 14px
}

.modification .description_content {
	margin: 10px 0 0 0;
}

.modification-preview .description_content {
	margin: 10px 0 0 0;
}

.modification .modification-inner {
	margin-left: 4px;
	margin-right: 4px;
	background: #ffffff;
}

.modification-preview .modification-inner {
	margin-left: 4px;
	margin-right: 4px;
	background: #ffffff;
}

.modification .fixed-block, .modification .params-name {
	padding-right: 0;
	padding-left: 0;
}

.modification-preview .fixed-block, .modification-preview .params-name {
	padding-right: 0;
	padding-left: 0;
}

.modification .fixed-block .image, .modification .color-name,
	.modification .params-name .params-name-size, .modification .params-name .params-name-kol,
	.modification .params-name .params-name-price {
	padding-left: 0;
	padding-right: 0;
}

.modification-preview .fixed-block .image, .modification-preview .color-name,
	.modification-preview .params-name .params-name-size,
	.modification-preview .params-name .params-name-kol,
	.modification-preview .params-name .params-name-price {
	padding-left: 0;
	padding-right: 0;
}

.modification .fixed-block {
	width: 286px;
}

.modification-preview .fixed-block {
	width: 286px;
}

.modification .fixed-block .item-row {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	display: table;
	height: 115px;
	width: 100%;
	/*border-right:1px solid #d3d3d3;*/
}

.modification-preview .fixed-block .item-row {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	display: table;
	height: 115px;
	width: 100%;
	/*border-right:1px solid #d3d3d3;*/
}

.modification .params-name .params-name-kol, .modification .sizes .size-row-inner-size-row-inner-cnt
	{
	background: #fdfdfd;
}

.modification-preview .params-name .params-name-kol,
	.modification-preview .sizes .size-row-inner-size-row-inner-cnt {
	background: #fdfdfd;
}

.modification .params-name .params-name-price, .modification .sizes .size-row-inner-size-row-inner-price
	{
	background: #f8f8f8;
}

.modification-preview .params-name .params-name-price,
	.modification-preview .sizes .size-row-inner-size-row-inner-price {
	background: #f8f8f8;
}

.modification .fixed-block .item-row, .modification .fixed-block .params-name-row
	{
	margin-right: 0;
	margin-left: 0;
}

.modification-preview .fixed-block .item-row, .modification-preview .fixed-block .params-name-row
	{
	margin-right: 0;
	margin-left: 0;
}

.modification .fixed-block .image, .modification .color-name,
	.modification .params-name {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #d3d3d3;
	float: none;
	text-align: center;
}

.modification-preview .fixed-block .image, .modification-preview .color-name,
	.modification-preview .params-name {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #d3d3d3;
	float: none;
	text-align: center;
}

.modification .fixed-block .image {
	width: 68px;
}

.modification-preview .fixed-block .image {
	width: 68px;
}

.modification .fixed-block .image img {
	border: 1px solid #b8b8ba;
	vertical-align: middle;
	display: inline-block;
	float: none;
}

.modification-preview .fixed-block .image img {
	border: 1px solid #b8b8ba;
	vertical-align: middle;
	display: inline-block;
	float: none;
}

.modification .color-name {
	text-align: left;
}

.modification .color-name .color-name-inner
{
	width: 94px;
	padding-left: 10px;
	overflow:hidden;
}

.modification-preview .color-name {
	width: 94px;
	padding-left: 10px;
	text-align: left;
}

.modification .params-name {
	border-right: 0;
	width: 124px;
}

.modification-preview .params-name {
	border-right: 0;
	width: 124px;
}

.modification .params-name .params-name-size, .modification .params-name .params-name-kol,
	.modification .params-name .params-name-price {
	text-align: left; /*width:113px;*/
	padding-left: 15px;
	margin: auto 0;
}

.modification-preview .params-name .params-name-size,
	.modification-preview .params-name .params-name-kol,
	.modification-preview .params-name .params-name-price {
	text-align: left; /*width:113px;*/
	padding-left: 15px;
	margin: auto 0;
}
/*.modification .params-name .params-name-size,.modification .params-name .params-name-kol{border-bottom:1px solid #d3d3d3;}*/
.modification .params-name .params-name-row {
	border-bottom: 1px solid #d3d3d3;
	height: 38px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
}

.modification-preview .params-name .params-name-row {
	border-bottom: 1px solid #d3d3d3;
	height: 38px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
}

.modification .params-name .params-name-row:last-child {
	border-bottom: 0;
}

.modification-preview .params-name .params-name-row:last-child {
	border-bottom: 0;
}

.modification .sizes-col {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	/*overflow-x: scroll;*/
}

.modification-preview .sizes-col {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	/*overflow-x: scroll;*/
}

.modification .fixed-block .empty-bottom {
	height: 18px;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	display: none;
}

.modification-preview .fixed-block .empty-bottom {
	height: 18px;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	display: none;
}

.modification .fixed-block .empty-bottom {
	border-right: 1px solid #d3d3d3 !important;
}

.modification-preview .fixed-block .empty-bottom {
	border-right: 1px solid #d3d3d3 !important;
}

.modification .fixed-block .params-name-row-kol, .modification .size-row-inner-cnt
	{
	background: #fdfdfd;
}

.modification-preview .fixed-block .params-name-row-kol,
	.modification-preview .size-row-inner-cnt {
	background: #fdfdfd;
}

.modification .fixed-block .params-name-row-price, .modification .size-row-inner-price
	{
	background: #f8f8f8;
}

.modification-preview .fixed-block .params-name-row-price,
	.modification-preview .size-row-inner-price {
	background: #f8f8f8;
}

.modification .sizes {
	display: table;
}

.modification-preview .sizes {
	display: table;
}

.modification .sizes .size-row {
	height: 115px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: 0;
	margin-right: 0;
	display: table-row;
	border-right: 1px solid #d3d3d3;
}

.modification-preview .sizes .size-row {
	height: 115px;
	border-bottom: 1px solid #d3d3d3;
	margin-left: 0;
	margin-right: 0;
	display: table-row;
	border-right: 1px solid #d3d3d3;
}

.modification .size-item-row, .modification .size-item-row-cnt,
	.modification .size-item-row-price {
	padding-left: 0;
	padding-right: 0;
}

.modification-preview .size-item-row, .modification-preview .size-item-row-cnt,
	.modification-preview .size-item-row-price {
	padding-left: 0;
	padding-right: 0;
}

.modification .sizes .size-item-row, .modification .sizes .size-item-row-cnt,
	.modification .sizes .size-item-row-price {
	padding-left: 0;
	padding-right: 0;
	margin: auto 0;
	text-align: center;
	white-space: nowrap;
}

.modification-preview .sizes .size-item-row, .modification-preview .sizes .size-item-row-cnt,
	.modification-preview .sizes .size-item-row-price {
	padding-left: 0;
	padding-right: 0;
	margin: auto 0;
	text-align: center;
	white-space: nowrap;
}

.modification .sizes .size-row-inner {
	margin-left: 0;
	margin-right: 0;
	height: 38px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	border-bottom: 1px solid #d3d3d3;
}

.modification-preview .sizes .size-row-inner {
	margin-left: 0;
	margin-right: 0;
	height: 38px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	border-bottom: 1px solid #d3d3d3;
}

.modification .size {
	float: none;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 0;
	padding-right: 0;
	display: table-cell;
	min-width: 110px;
}

.modification-preview .size {
	float: none;
	border-right: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 0;
	padding-right: 0;
	display: table-cell;
	min-width: 110px;
}

.modification-preview .size {
	min-width: 114px !important;
}

.modification-preview .sizes-col {
	
}

.modification .size:first-child {
	border-left: none;
}

.modification-preview .size:first-child {
	border-left: none;
}

.modification .size .size-row-inner:last-child {
	border-bottom: none;
}

.modification-preview .size .size-row-inner:last-child {
	border-bottom: none;
}

.modification .fixed-block .params-name-row {
	height: 38px;
	margin: auto 0;
}

.modification-preview .fixed-block .params-name-row {
	height: 38px;
	margin: auto 0;
}

.modification .size .size-item-row-price {
	font-family: Arial;
	color: #001f38;
	font-weight: bold;
	font-size: 13px;
}

.modification-preview .size .size-item-row-price {
	font-family: Arial;
	color: #001f38;
	font-weight: bold;
	font-size: 13px;
}

.modification .size .size-item-row-cnt {
	height: 20px;
}

.modification-preview .size .size-item-row-cnt {
	height: 20px;
}

.modification .size .size-item-row-cnt .sizes-block-cnt {
	border: 1px solid #e3e3e3;
	height: 20px;
	display: inline-block;
	margin: 0 auto;
	border-radius: 1px;
}

.modification-preview .size .size-item-row-cnt .sizes-block-cnt {
	border: 1px solid #e3e3e3;
	height: 20px;
	display: inline-block;
	margin: 0 auto;
	border-radius: 1px;
}

.modification .size .size-item-row-cnt .sizes-block-cnt .sizes-block-cnt-minus
	{
	border-radius: 1px;
	height: 13px;
	width: 13px;
	background: #e8e8e8;
	margin-top: 3px;
	margin-left: 5px;
	float: left;
	margin-right: 7px;
	line-height: 13px;
	text-align: center;
	color: #7f7f7f;
	font-size: 13px;
	cursor: pointer;
}

.modification-preview .size .size-item-row-cnt .sizes-block-cnt .sizes-block-cnt-minus
	{
	border-radius: 1px;
	height: 13px;
	width: 13px;
	background: #e8e8e8;
	margin-top: 3px;
	margin-left: 5px;
	float: left;
	margin-right: 7px;
	line-height: 13px;
	text-align: center;
	color: #7f7f7f;
	font-size: 13px;
	cursor: pointer;
}

.modification .size .size-item-row-cnt .sizes-block-cnt .sizes-block-cnt-value
	{
	float: left;
}

.modification-preview .size .size-item-row-cnt .sizes-block-cnt .sizes-block-cnt-value
	{
	float: left;
}

.modification .size .size-item-row-cnt .sizes-block-cnt .sizes-block-cnt-plus
	{
	border-radius: 1px;
	height: 13px;
	width: 13px;
	background: #e8e8e8;
	margin-top: 3px;
	float: right;
	margin-right: 5px;
	margin-left: 7px;
	line-height: 15px;
	text-align: center;
	color: #7f7f7f;
	font-size: 13px;
	cursor: pointer;
}

.modification-preview .size .size-item-row-cnt .sizes-block-cnt .sizes-block-cnt-plus
	{
	border-radius: 1px;
	height: 13px;
	width: 13px;
	background: #e8e8e8;
	margin-top: 3px;
	float: right;
	margin-right: 5px;
	margin-left: 7px;
	line-height: 15px;
	text-align: center;
	color: #7f7f7f;
	font-size: 13px;
	cursor: pointer;
}

.modification .description_block {
	margin-bottom: 0;
}

.modification .size .size-row-inner-name {
	background: #ffffff;
}

.modification-preview .size .size-row-inner-name {
	background: #ffffff;
}

.modification-preview .size .size-row-inner-name {
	background: #ffffff;
}

.modification-under-left-column {
	padding-left: 0;
}

.modification-under-right-column {
	padding-right: 0;
	padding-left: 15px;
}

.modification-under .detail_description {
	margin-left: 0;
	margin-right: 0;
	padding: 22px 21px 21px 21px;
}

.modification-under-preview .detail_description {
	margin-left: 0;
	margin-right: 0;
	padding: 16px 0;
}

.modification-under .description_block {
	margin-bottom: 0;
}

.modification-under-preview .description_block {
	margin-bottom: 0;
}

.sizes-col {
	width: calc(100% - 286px);
}

.modification-preview .sizes-col {
	width: calc(100% - 287px) !important;
}

.sizes-col .viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #d3d3d3;
	background: #f8f8f8;
}

.sizes-col .overview {
	list-style: none;
	position: relative;
	left: 0;
	top: 0;
}


/*.sizes-col .thumb .end, .sizes-col .thumb {
	background-color: #dcdcdc;
	border-radius: 8px;
	margin-top: 5px;
}*/

.sizes-col .scrollbar {
	/* position: relative; */
	float: right;
	width: 100%;
	height: 18px;
	border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}

/*.sizes-col .track {
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}*/

/*.sizes-col .thumb {
	height: 8px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}*/

/*.sizes-col .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
}*/

.sizes-col .disable {
	display: none;
}

.sizes-col .nicescroll-rails-hr {
	position: relative;
/* 	height: 18px !important;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3; */
}

.sizes-col .nicescroll-cursors {
	top: 4px !important;
	margin-left: 5px;
	background-color: #dcdcdc;
	box-shadow: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.scrollbar-right {
	position: absolute;
}

.scrollbar-left {
	position: absolute;
}

.modification-under {
	margin-top: 15px;
}

.modification .row-under-modifications {
	margin-top: 21px;
}

.modification-preview .row-under-modifications {
	margin-top: 16px;
}

.modification-preview .row-under-modifications .col-sm-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modification p.more-text {
	margin-left: 19px;
	display: inline-block;
	margin-right: 23px;
	color: #af7676;
	border-bottom: 1px dotted #af7676;
	cursor: pointer;
}

.modification-preview p.more-text {
	margin-left: 19px;
	display: inline-block;
	margin-right: 23px;
	color: #af7676;
	border-bottom: 1px dotted #af7676;
	cursor: pointer;
}

.modification .show-all {
	cursor: pointer;
	padding: 0 24px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dfdfdf;
	border-radius: 1px;
	color: #666666;
	display: inline-block;
	box-shadow: 0 2px 2px 1px #dfdfdf;
	background: #ffffff;
}

.modification-preview .show-all {
	cursor: pointer;
	padding: 0 24px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dfdfdf;
	border-radius: 1px;
	color: #666666;
	display: inline-block;
	box-shadow: 0 2px 2px 1px #dfdfdf;
	background: #ffffff;
}

.modification .basket-block {
	float: right;
	margin-right: 4px;
}

.modification-preview .basket-block {
	float: right;
	margin-right: 4px;
}

.modification .basket-price span {
	color: #797979;
	display: inline-block;
}

.modification-preview .basket-price span {
	color: #797979;
	display: inline-block;
}

.modification .basket-price {
	color: #010101;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-right: 22px;
}

.modification-preview .basket-price {
	color: #010101;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-right: 22px;
}

.modification .basket-botton {
	position: relative;
	display: inline-block;
	padding: 0 36px;
	height: 36px;
	line-height: 36px;
	background: #052640;
	box-shadow: 0 2px 2px 1px #bebebe;
	font-family: "ProximaNova", Arial, regular;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
}
.modification .basket-botton:hover,
.modification-preview .basket-botton
{
	background:#0c3657;
}

.modification-preview .basket-botton {
	position: relative;
	display: inline-block;
	padding: 0 36px;
	height: 36px;
	line-height: 36px;
	background: #052640;
	box-shadow: 0 2px 2px 1px #bebebe;
	font-family: "ProximaNova", Arial, regular;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
}

.modification #modification-basket-price {
	display: inline-block;
}

.modification-preview #modification-basket-price {
	display: inline-block;
}

/*END MODIFICATION*/
@media ( min-width : 1200px) {
}

@media ( min-width : 992px) and (max-width: 1199px) {
	.subscribe_product_form .wrap_input input[type="submit"] {
		font-size: 12px;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.subscribe_product_form .wrap_input input[type="submit"] {
		font-size: 9px;
	}
	.subscribe_new input[type=submit] {
		font-size: 12px;
	}
}

@media ( max-width : 767px) {
}

@media ( min-width : 480px) and (max-width: 767px) {
}

@media ( max-width : 479px) {
}
/*END*/
.bx_news {
	list-style: none !important;
}

.bx_news {
	font-size: 80%;
}

.bx_news h3 {
	font-size: 24px
}

.bx_news h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.bx_news p {
	margin: 0 0 10px
}

.bx_news .date {
	color: #8f8f8f;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
}

.bx_news h3 a:link {
	color: #0073a3;
	font-size: 16px;
}

.bx_news a {
	color: #0073a3;
	cursor: pointer;
}

.bx_news h3 {
	display: inline-block;
	margin-top: 15px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.1;
	color: inherit;
}

.b-lazy-wrapper {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}

.one-item .item_open .swiper-slide {
	display: none;
}

.one-item.hover .item_open .swiper-slide {
	display: block;
}

.comments-user-list .element a, .reviews-user-list .element a,
	.questions-user-list .element a {
	color: #052640 !important;
}

.sotbit_reviews_personal_reviews th, .sotbit_comments_personal_comments th,
	.sotbit_questions_personal_questions th {
	background: #052640 !important;
}




/*-----nabor start-----*/
.nabor-wrapper {
	margin-top: 30px;
}

.nabor-wrapper .desc_fly_1_bg:after {
	content: "";
}

.nabor-wrapper .description_block {
	margin-bottom: 0px;
}

.nabor-inner {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	margin-top: 14px;
}

.nabor-inner .brand-nabor a {
	color: #000;
	font-size: 19px;
}

.nabor-inner .brand-item-nabor a {
	color: #000;
	font-size: 15px;
}

.nabor-wrapper .one-item {
	padding-top: 0;
	padding-bottom: 0;
}

.nabor-wrapper .nabor-main {
	width: 230px;
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 48px;
}

.nabor-wrapper .nabor-main:after {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 40%;
	right: -30px;
	color: #bababa;
}

.nabor-wrapper .nabor-item {
	margin-right: 30px;
	margin-bottom: 15px;
	width: 191px;
	/*width: calc(33% - 19px);
	width: -webkit-calc(33% - 19px);*/
	position: relative;
	flex-grow: 0;
	flex-shrink: 0;
}
.nabor-wrapper .nabor-item:last-child {
	margin-right: 0px;

	}
.nabor-wrapper .nabor-scroll-inner {
	overflow: hidden;
	padding-left: 2px;
	padding-right: 2px;
}

.nabor-wrapper .nabor-item:before {
	content: "\f067";
	font-family: FontAwesome;
	position: absolute;
	top: 46%;
	top: calc(40% + 12px);
	left: -21px;
	color: #bababa;
}

.nabor-wrapper .nabor-item:first-child {
	
}

.nabor-wrapper .nabor-item:after:last-child {
	
}

.nabor-wrapper .nabor-item .item-wrap-img {
	
}

.nabor-wrapper .nabor-item .item-title {
	display: inline-block;
}

.nabor-wrapper .nabor-item .item-prices {
	margin-top: 10px;
}

.nabor-wrapper #nabor-scroll {
	max-width: 600px;
	max-width: calc(100% - 490px);
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-grow: 0;
	flex-shrink: 0;
	align-items: center;
}

.nabor-wrapper .nabor-item-inner {
	
}

.nabor-wrapper .wrap-nabor-items {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	position: relative;
	align-items: center;
}

.nabor-wrapper .detail_block_price {
	padding: 0;
	border: 0;
}

.nabor-wrapper .detail_block_price .discount_price {
	font-size: 24px;
}

.nabor-wrapper .check {
	border: 1px solid #e2e5e9;
	border-radius: 2px;
	position: absolute;
	bottom: 7px;
	right: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	background: #ffffff;
}

.nabor-wrapper .col-nabor {
	/*background: #f8f8f8;*/
	padding: 22px 21px 21px 21px;
}

.nabor-wrapper .description_block.block_open .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon.png") no-repeat
		scroll 98.5% 15px;
	padding-left:15px;
}

.nabor-wrapper .description_block .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon_close.png")
		no-repeat scroll 98.5% 15px;
	padding-left:14px;
}

.nabor-wrapper .description_content {
	margin: 10px 0 0 0;
}

.nabor .viewport {
	/*overflow: hidden;*/
	
}

.nabor .viewport {
	/*overflow: hidden;*/
	
}

.nabor .overview {
	
}

/* .nabor .thumb .end, .nabor .thumb {
	background-color: #dcdcdc;
	border-radius: 8px;
	margin-top: 4px;
}

.nabor .scrollbar {
	width: 15px;
	height: 18px;
	background: #ffffff;
	border: 1px solid #d3d3d3;
}

.nabor .track {
	height: 100%;
	width: 13px;
	position: relative;
	padding: 0 1px;
}

.nabor .thumb {
	height: 8px;
	width: 13px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.nabor .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 13px;
} */

.nabor-scroll-inner .nicescroll-rails-hr {
	position: relative;
	height: 18px !important;
	background: #fff;
	border: 1px solid #d3d3d3;
}

.nabor-scroll-inner .nicescroll-cursors {
	top: 4px !important;
	background-color: #dcdcdc;
	box-shadow: none;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.nabor-wrapper .basket-price span {
	color: #797979;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: "Franklin Gothic Book", Arial;
}

.nabor-wrapper .basket-price, .nabor-wrapper .basket-price #nabor-basket-price span
	{
	color: #010101;
	font-weight: bold;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	background: #ffffff;
	margin-bottom: 10px;
	font-family: Arial;
}

.nabor-wrapper .nabor-main .item_second_name i {
	font-size: 14px;
	color: #000;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif
}

.nabor-wrapper .nabor-scroll-inner .item_second_name i {
	font-size: 11px;
	color: #000;
	font-family: Arial;
}

.nabor-wrapper .nabor-main .item-bottom-part .item_price {
	font-size: 15px;
	font-family: "Times New Roman", Arial, sans-serif;
	color: #d44343;
	margin-right: 0px;
}

.nabor-wrapper .nabor-scroll-inner .item-bottom-part .item_price {
	font-size: 12px;
}

.nabor-wrapper .nabor-main .item-bottom-part .item_price_big {
	font-size: 15px;
	font-family: Arial;
	color: #bababa;
	margin-left: 10px;
}

.nabor-wrapper .nabor-scroll-inner .item-bottom-part .item_price_big {
	font-size: 12px;
}

.nabor-wrapper .nabor-scroll-inner .cnt {
	font-family: Arial;
	font-size: 11px;
}

.nabor-wrapper .nabor-basket-botton {
	position: relative;
	padding: 0 36px;
	height: 36px;
	line-height: 36px;
	background: #052640;
	box-shadow: 0 2px 2px 1px #bebebe;
	font-family: 'ProximaNova', Arial, regular;
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
}
.nabor-wrapper .nabor-basket-botton:hover
{
	background:#0c3657;
}
.nabor-wrapper  .basket-block .basket-block-inner:before {
	content: "=";
	position: absolute;
	top: 8px;
	left: -30px;
	color: #bababa;
	font-size: 22px;
	font-family: 'Franklin Gothic Book', Arial, sans-serif;
}

.nabor-wrapper  .basket-block {
	margin-left: 40px;
	width: 210px;
}

.nabor-wrapper  .basket-block .basket-block-inner {
	text-align: center;
	width: 168px;
	top: 50%;
	margin-top: -62px;
	position: absolute;
}

.nabor-wrapper #nabor-basket-price {
	display: inline-block;
}

.row-under-nabor {
	margin-top: 12px;
}

.nabor-wrapper .buy_now_bottom_inner {
	position: relative;
}

.nabor-wrapper .razdelitel {
	width: 30px;
	height: 100%;
	color: #b2b2b2;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: center;
	align-content: center;
}

.nabor-wrapper .item-bottom-part {
	
}

.nabor-wrapper .item-bottom-part .buy_now_bottom_inner {
	
}

.nabor-wrapper .item-top-part .item-discount {
	
}

.nabor-wrapper .item-top-part .item-discount:before {
	content: "";
	display: block;
	height: 41px;
	line-height: 41px;
	width: 28px;
	position: absolute;
	top: -30px;
	right: -10px;
	z-index: 50
}

@media ( max-width : 1024px) {
	.nabor-wrapper .nabor-item
	{
	width:200px;
	}
}
@media ( max-width : 768px) {
	.wrap-nabor-items {
		
	}
	.nabor-wrapper .nabor-main {
		
	}
	.nabor-wrapper #nabor-scroll {
		
	}
	.nabor-wrapper .nabor-item {
		width: 100%;
	}
	.nabor-wrapper #nabor-scroll {
		align-items: flex-start;
	}
}

@media ( max-width : 640px) {
	.nabor-wrapper .nabor-main {
		width: 100%;
		margin-right: 0;
	}
	.nabor-wrapper .nabor-main .one-item {
		padding-bottom: 10px;
	}
	.nabor-wrapper .wrap-nabor-items {
		align-items: flex-start;
		padding-top: 10px;
	}
	.nabor-wrapper #nabor-scroll {
		max-width: 100%;
	}
	.nabor-wrapper .nabor-item {
		width: 100%;
	}
	.nabor-inner {
		flex-direction: column;
		align-items: unset;
	}
	.nabor-wrapper .nabor-main::after {
		position: relative;
		right: 0;
		top: 0;
		left: 50%;
		margin-left: -5px;
		bottom: 20px;
	}
	.nabor .viewport {
		height: unset;
	}
	.nabor .scrollbar {
		position: relative;
	}
	.nabor-wrapper  .basket-block {
		margin-left: 0;
		width: 100%;
	}
	.nabor-wrapper  .basket-block .basket-block-inner {
		position: relative;
		top: 0;
		margin: 0 auto;
	}
	.nabor-wrapper  .basket-block .basket-block-inner:before {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.nabor-preview .nabor-wrapper {
	margin-left: 45px;
	margin-right: 45px;
}

.nabor-preview	.nabor-wrapper .nabor-item {
	width: 179px;
	width: calc(50% - 19px);
	width: -webkit-calc(50% - 19px);
}

.nabor-preview .nabor-wrapper .nabor-main {
	width: 200px;
	flex-grow: 1;
	flex-shrink: 1;
}

.nabor-preview .nabor-wrapper #nabor-scroll {
	flex-grow: 1;
	flex-shrink: 1;
}

.nabor-preview .nabor-wrapper  .basket-block {
	width: 150px;
	flex-grow: 1;
	flex-shrink: 1;
}

.nabor-preview .col-nabor {
	width: 850px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.nabor-preview .nabor {
	margin-left: 0;
	margin-right: 0;
}

.nabor-preview .nabor-inner {
	padding-left: 0;
	padding-right: 0;
}

.nabor-preview .nabor-wrapper .basket-block {
	position: relative;
}

.nabor-preview .nabor-wrapper .basket-block-inner {
	width: 100%;
}

.nabor .checking {
	width: 12px;
	height: 12px;
	background: url('../img/check.png');
	margin: auto;
	margin-top: 3px;
}
.nabor-wrapper .description_title
{
	padding:0;
}


.nabor-wrapper .item-top-part .item-discount
{
	left:-2px;
	bottom:-2px;
}
.nabor-wrapper .item-top-part .item-discount .item-discount-inner
{
	width:63px;
	height:43px;
	background:#052640;
	color:#fff;
	height:100%;
	line-height:43px;
	padding:0;
}

/*-----nabor end-----*/
/*-----gift-start-----*/
.gift-product-wrapper .item-top-part .item-discount
{
	left:-2px;
	bottom:-2px;
}
.gift-product-wrapper .item-top-part .item-discount .item-discount-inner
{
	width:63px;
	height:43px;
	background:#052640;
	color:#fff;
	height:100%;
	line-height:43px;
	padding:0;
}


.gift-product-wrapper .description_title
{
	padding:0;
}
.gift-product-wrapper .col-gift-product {
	margin-top: 33px;
	/*background: #f8f8f8;*/
	padding: 28px 21px 28px 21px;
}

.gift-product-wrapper .desc_fly_1_bg:after {
	content: "";
}

.gift-product-wrapper .description_block.block_open .description_title_in
	{
	background: #fff url("../img/mister_left_block_li_icon.png") no-repeat
		scroll 98.5% 17px;
	padding: 7px 15px 7px 15px;
	line-height:23px;
}

.gift-product-wrapper .description_block .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon_close.png")
		no-repeat scroll 98.5% 22px;
	padding: 7px 15px 7px 15px;
	line-height:23px;
}

.gift-product-wrapper .description_block {
	margin-bottom: 0;
}

.item_open .detail_color {
	padding: 0;
	background: #ffffff;
}

.item_open .detail_color ul {
	display: inline-block;
	text-align: center;
}

.item_open .detail_color ul li {
	float: none;
	height: unset;
	line-height: unset;
}

.block-gift .one-item {
	padding-bottom: 0px;
}

.gift-product-wrapper .description_content {
	margin: 20px 0 0 0;
}

.gift-product-wrapper .block-gift {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	background: #ffffff;
	border: 1px solid #e2e5e9;
	padding: 36px 25px 42px 25px;
	margin-bottom: 14px;
}

.gift-product-wrapper .item-top-part  .icon_property_wrap {
	top: 37px;
	right: -12px;
}

.gift-product-wrapper .detail_size {
	margin-bottom: 0px;
}

.gift-product-wrapper .item-top-part  .icon_property_wrap .icon_property
	{
	padding: 10px 17px;
}

.gift-product-wrapper .js_detail_prop_block {
	margin-bottom: 15px;
}

.gift-product-wrapper .item-top-part  .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 20px;
}

.gift-product-wrapper .buy_now_bottom_inner .item_name a {
	color: #000000;
	font-size: 22px;
	font-family: 'Franklin Gothic Book', Arial, sans-serif;
	margin-top: 10px;
	display: block;
}

.block-gift .buy_now_bottom_inner .item_second_name a {
	color: #000000;
	font-size: 17px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif
	margin-top: 11px;
	display: block;
	line-height: 22px;
	
}

.block-gift .buy_now_bottom_inner .item_price {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-right: 0px;
}

.block-gift .buy_now_bottom_inner .item_price_big {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-left:10px;
}

.block-gift .buttons-wrapper {
	margin-top:18px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.block-gift .buttons-wrapper .to_basket, .block-gift .buttons-wrapper .to_wish
	{
	width: 50%;
}


.gift-product-wrapper .btn_add_basket_gift:after {
	content: "";
}

.gift-product-wrapper .btn_add_basket_gift {
	margin-right: 15px;
	margin-left: 15px;
}

.gift-product-wrapper .btn_add_wish_gift {
	margin-right: 15px;
}

.gift-product-wrapper .btn_add_basket_gift, .gift-product-wrapper .btn_add_wish_gift
	{
	margin-top: 0;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.gift-preview .block-gift .buy_now_bottom {
	padding-top: 6px;
}

.block-gift .buy_now_bottom {
	padding-top: 7px;
}

.gift-product-wrapper .item-bottom-part {
	padding-top: 0px;
}

.gift-product-wrapper .miss_small_modal {
	left: -20px;
}

.gift-product-wrapper .item-top-part {
	padding-bottom: 0px;
}

.gift-product-wrapper .one-item .item_open .item-bottom-part {
	padding-top: 5px;
}

.gift-product-wrapper .item-bottom-part .buy_now_bottom_inner {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.gift-product-wrapper .item_open .item-bottom-part .buy_now_bottom_inner
	{
	padding-left: 16px;
}

.gift-product-wrapper .item-bottom-part .buy_now_bottom_inner
.gift-product-wrapper .subscribe_new {
	border: 0;
	padding: 0;
}

.gift-product-wrapper .subscribe_new input[type=text] {
	height: 30px;
}

.gift-product-wrapper .img-gift {
	background: url("../img/gift.png");
	display: block;
	width: 20px;
	height: 23px;
	float: left;
	margin-right: 10px;
}

.gift-product-wrapper .subscribe_product_form {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.gift-product-wrapper .subscribe_product_form .wrap_input {
	margin: 0 auto;
}

.subscribe_product_form .wrap_input input[type="submit"] {
	height: 32px;
	line-height: 32px;
}

.gift-product-wrapper .one-item .item_open .item-bottom-part {
	background: #ffffff;
}

.gift-product-wrapper .buy_now_bottom_inner .title {
	font-size: 16px;
	font-family: "Franklin Gothic Book", Arial;
	color: #d20000;
}

.gift-product-wrapper .subscribe_new {
	border: 0;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.gift-product-wrapper .subscribe_new p {
	font-family: Arial;
	font-size: 14px;
}

.gift-product-wrapper .subscribe_new input[type=text] {
	height: 36px;
	margin-right: 15px;
}

.gift-product-wrapper .buy_now_top_small_img {
	width: 21%;
}

.gift-product-wrapper .item_open {
	width: 127%;
}

.gift-product-wrapper .item_open .item-bottom-part {
	padding-left: 21%;
}

.gift-product-wrapper .active-first .item_open .buy_now_bottom,
	.giftmain .active-first .item_open .item-bottom-part {
	padding-right: 21%;
}

.gift-product-wrapper .subscribe_new .submit {
	height: 36px;
	line-height: 36px;
	border: 1px solid #cecece;
	border-radius: 4px;
	box-shadow: 0 2px 2px 1px #e4e4e4;
	color: #666666;
	font-family: "Franklin Gothic Book", Arial, regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.gift-product-wrapper .subscribe_new_form {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.gift-product-wrapper .block-gift {
	
}

.gift-product-wrapper .one-item-wrapper {
	flex-shrink: 0;
	flex-grow: 0;
}

.block-gift .one-item .item_open .buy_now_top_small_img, .block-gift .one-item-open  .buy_now_top_small_img
	{
	width: 21%;
}

.block-gift .item_open {
	width: 127%;
}

.gift-preview .block-gift .item_open {
	width: 126%;
}

.block-gift .item_open .buy_now_bottom {
	padding-left: 21%;
}

.block-gift .active-first .item_open .buy_now_bottom,
	.gift-product-wrapper .active-first .item_open .item-bottom-part {
	padding-right: 21%;
}

.block-gift .item_open .wrap_item_bnt {
	width: 78%;
}

@media ( max-width : 768px) {
	.block-gift .buttons-wrapper {
		flex-direction: column;
	}
	.block-gift .buttons-wrapper .to_basket, .block-gift .buttons-wrapper .to_wish
		{
		width: 100%;
	}
	.gift-product-wrapper .btn_add_basket_gift {
		margin-right: 15px;
	}
	.gift-product-wrapper .btn_add_wish_gift {
		margin-left: 15px;
	}
	.gift-product-wrapper .buy_now_bottom_inner .item_name a {
		font-size: 18px;
	}
	.block-gift .buy_now_bottom_inner .item_second_name a {
		font-size: 11px;
		line-height: 12px;
	}
	.block-gift .buy_now_bottom_inner .item_price {
		font-size: 13px;
	}
	.block-gift .buy_now_bottom_inner .item_price_big {
		font-size: 13px;
	}
	.subscribe_product_form .wrap_input input[type="submit"] {
		font-size: 8px;
	}
	.item_open .detail_color ul li {
		height: auto;
	}
}

@media ( max-width : 640px) {
	.gift-product-wrapper .block-gift {
		flex-direction: column;
	}
	.gift-product-wrapper .block-gift .one-item-wrapper {
		margin-bottom: 15px;
	}
}

.gift-preview .gift-product-wrapper {
	margin-left: 45px;
	margin-right: 45px;
}

.gift-preview .gift-product-wrapper .one-item-wrapper {
	flex-grow: 1;
	flex-shrink: 1;
}

.gift-preview .gift-product-wrapper .col-gift-product {
	width: 850px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.gift-preview .gift-product-wrapper .buy_now_bottom_inner .item_name a {
	font-size: 20px;
}

.gift-preview .block-gift .buttons-wrapper .to_basket, .gift-preview .block-gift .buttons-wrapper .to_wish
	{
	width: 100%;
}

.gift-preview .block-gift .buy_now_bottom_inner .item_second_name a {
	font-size: 15px;
}

.gift-preview .block-gift .buy_now_bottom_inner .item_price,
	.gift-preview .block-gift .buy_now_bottom_inner .item_price_big {
	font-size: 15px;
}

.gift-preview .detail_size ul li span {
	padding: 0;
}

.gift-preview  .block-gift .buttons-wrapper {
	flex-direction: column;
}

.gift-preview  .block-gift .buttons-wrapper .btn_add_wish_gift {
	margin-left: 15px;
}

/*-----gift-end------*/

/*-----giftmain-start-----*/
.giftmain-product-wrapper .col-giftmain-product {
	margin-top: 33px;
	/*background:  #f8f8f8;*/
	padding: 28px 21px 28px 21px;
}

.giftmain-product-wrapper .desc_fly_1_bg:after {
	content: "";
}

.giftmain-product-wrapper .description_block.block_open .description_title_in
	{
	background: #fff url("../img/mister_left_block_li_icon.png") no-repeat
		scroll 98.5% 17px;
	padding: 8px 15px 8px 15px;
	line-height:24px;
}

.giftmain-product-wrapper .description_block .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon_close.png")
		no-repeat scroll 98.5% 22px;
	padding: 8px 15px 8px 15px;
	line-height:24px;
}

.giftmain-product-wrapper .description_block {
	margin-bottom: 0;
}

.item_open .detail_color {
	padding: 0;
	background: #ffffff;
}

.giftmain .owl-prev
{
	left:12px;
}
.giftmain .owl-next
{
	right:12px;
}

.item_open .detail_color ul {
	display: inline-block;
	text-align: center;
}

.item_open .detail_color ul li {
	float: none;
	height: unset;
	line-height: unset;
}

.block-giftmain .one-item {
	padding-bottom: 0px;
}

.giftmain-product-wrapper .description_content {
	margin: 20px 0 0 0;
}

.giftmain-product-wrapper .block-giftmain {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	background: #ffffff;
	border: 1px solid #e2e5e9;
	padding: 36px 25px 42px 25px;
	margin-bottom: 14px;
}

.giftmain-product-wrapper .item-top-part  .icon_property_wrap {
	top: 37px;
	right: -12px;
}

.giftmain-product-wrapper .detail_size {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.giftmain-product-wrapper .detail_size:first-child {
	padding-top: 10px;
}

.giftmain-product-wrapper .item-top-part  .icon_property_wrap .icon_property
	{
	padding: 10px 17px;
}

.giftmain-product-wrapper .item-top-part  .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 20px;
}

.giftmain-product-wrapper .buy_now_bottom_inner .item_name a {
	color: #000000;
	font-size: 22px;
	font-family: 'Franklin Gothic Book', Arial, sans-serif;
	margin-top: 10px;
	display: block;
}

.giftmain .buy_now_bottom_inner .item_second_name a {
	color: #000000;
	font-size: 17px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif
	margin-top: 11px;
	display: block;
	line-height: 22px;
}

.giftmain .buy_now_bottom_inner .item_price {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 21px;
	
}

.giftmain .buy_now_bottom_inner .item_price_big {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin-left: 10px;
}

.giftmain .buttons-wrapper {
	margin-top:18px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.giftmain .buttons-wrapper .to_basket, .giftmain .buttons-wrapper .to_wish
	{
	width: 50%;
}

.giftmain-product-wrapper .btn_add_basket_gift:after {
	content: "";
}

.giftmain-product-wrapper .btn_add_basket_giftmain {
	margin-right: 7px;
	margin-left: 15px;
}

.giftmain-product-wrapper .btn_add_wish_giftmain {
	margin-right: 15px;
	margin-left: 8px;
}

.giftmain-product-wrapper .btn_add_basket_giftmain,
	.giftmain-product-wrapper .btn_add_wish_giftmain {
	margin-top: 0;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	position: relative;
}

.giftmain .buy_now_bottom {
	padding-top: 6px;
}

.giftmain-product-wrapper .item-bottom-part {
	padding-top: 0px;
}

.giftmain-product-wrapper .miss_small_modal {
	left: -20px;
}

.giftmain-product-wrapper .item-top-part {
	padding-bottom: 0px;
}

.giftmain-product-wrapper .one-item .item_open .item-bottom-part {
	padding-top: 5px;
}

.giftmain-product-wrapper .item-bottom-part .buy_now_bottom_inner {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.giftmain-product-wrapper .item_open .item-bottom-part .buy_now_bottom_inner
	{
	padding-left: 16px;
}

.giftmain-product-wrapper .item-bottom-part .buy_now_bottom_inner
.giftmain-product-wrapper .subscribe_new {
	border: 0;
	padding: 0;
}

.giftmain-product-wrapper .subscribe_new input[type=text] {
	height: 30px;
}

.giftmain-product-wrapper .img-giftmain {
	/*background: url("../img/giftmain.png");*/
	display: block;
	width: 25px;
	height: 31px;
	float: left;
	margin-right: 10px;
}

.giftmain-product-wrapper .subscribe_product_form {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.giftmain-product-wrapper .subscribe_product_form .wrap_input {
	margin: 0 auto;
}

.subscribe_product_form .wrap_input input[type="submit"] {
	height: 32px;
	line-height: 32px;
}

.giftmain-product-wrapper .one-item .item_open .item-bottom-part {
	background: #ffffff;
}

.giftmain-product-wrapper .buy_now_bottom_inner .title {
	font-size: 16px;
	font-family: "Franklin Gothic Book", Arial;
	color: #d20000;
}

.giftmain-product-wrapper .subscribe_new {
	border: 0;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.giftmain-product-wrapper .subscribe_new p {
	font-family: Arial;
	font-size: 14px;
}

.giftmain-product-wrapper .subscribe_new input[type=text] {
	height: 36px;
	margin-right: 15px;
}

.giftmain-product-wrapper .subscribe_new .submit {
	height: 36px;
	line-height: 36px;
	border: 1px solid #cecece;
	border-radius: 4px;
	box-shadow: 0 2px 2px 1px #e4e4e4;
	color: #666666;
	font-family: "Franklin Gothic Book", Arial, regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.giftmain-product-wrapper .subscribe_new_form {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.giftmain-product-wrapper .block-giftmain {
	
}

.giftmain-product-wrapper .one-item-wrapper {
	flex-shrink: 0;
	flex-grow: 0;
	width: 100%;
}

.giftmain {
	padding: 36px 25px 42px 25px;
	border: 1px solid #e2e5e9;
	background: #ffffff;
}

.giftmain .owl-item {
	
}

.giftmain-product-wrapper .js_detail_prop_block {
	margin-bottom: 15px;
}

.giftmain .item_open .buy_now_top {
	margin-left: 15px;
	margin-right: 15px;
}

.giftmain .item {
	max-width: unset;
}

.giftmain .owl-prev, .giftmain .owl-next {
	top: 40%;
}

.giftmain {
	clear: both;
}

.giftmain .item {
	padding-bottom: 5px;
}

.giftmain .buy_now_top {
	padding-bottom: 0;
}

.giftmain .item_open .buy_now_bottom {
	padding-top: 5px;
}

.giftmain .buy_now_bottom-close {
	padding-bottom: 5px;
}

.giftmain .buy_now_top_small_img {
	width: 21%;
}

.giftmain .item_open {
	width: 127%;
}

.giftmain .item_open .buy_now_bottom {
	padding-left: 21%;
}

.giftmain .active-first .item_open .buy_now_bottom, .giftmain .active-first .item_open .item-bottom-part
	{
	padding-right: 21%;
}

.giftmain .item_open .wrap_item_bnt {
	width: 78%;
}

@media ( max-width : 768px) {
	.giftmain .owl-prev
{
	left:0;
}
.giftmain .owl-next
{
	right:0;
}
	.giftmain .buttons-wrapper {
		flex-direction: column;
	}
	.giftmain .buttons-wrapper .to_basket, .giftmain .buttons-wrapper .to_wish
		{
		width: 100%;
	}
	.giftmain .btn_add_basket_giftmain {
	margin-right: 7px;
	margin-left: 15px;
	}
	.giftmain .btn_add_wish_giftmain {
		margin-left: 8px;
		margin-right: 15px;
	}
	.giftmain .buy_now_bottom_inner .item_name a {
		font-size: 18px;
	}
	.giftmain .buy_now_bottom_inner .item_second_name a {
		font-size: 11px;
		line-height: 12px;
	}
	.giftmain .buy_now_bottom_inner .item_price {
		font-size: 13px;
	}
	.giftmain .buy_now_bottom_inner .item_price_big {
		font-size: 13px;
	}
	.subscribe_product_form .wrap_input input[type="submit"] {
		font-size: 8px;
	}
	.item_open .detail_color ul li {
		height: auto;
	}
}

@media ( max-width : 640px) {
	.giftmain-product-wrapper .block-giftmain {
		flex-direction: column;
	}
	.giftmain-product-wrapper .giftmain .one-item-wrapper {
		margin-bottom: 15px;
	}
}

.gift-main-preview .giftmain-product-wrapper {
	margin-left: 45px;
	margin-right: 45px;
}

.gift-main-preview .giftmain-product-wrapper .col-giftmain-product {
	width: 850px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.gift-main-preview .giftmain {
	width: unset;
}

.gift-main-preview .giftmain .buy_now_bottom_inner .item_second_name a {
	font-size: 15px;
}

.gift-main-preview .giftmain .buy_now_bottom_inner .item_price,
	.gift-preview .block-gift .buy_now_bottom_inner .item_price_big {
	font-size: 15px;
}

.gift-main-preview .giftmain .btn_add_basket_gift, .gift-preview .btn_add_wish_gift
	{
	font-size: 14px;
}

.gift-main-preview .giftmain .detail_size ul li span {
	padding: 0;
}

.gift-main-preview .giftmain .buttons-wrapper {
	flex-direction: column;
}

.gift-main-preview .giftmain .buttons-wrapper .btn_add_wish_gift {
	margin-left: 15px;
}

.gift-main-preview .giftmain .to_basket, .gift-main-preview .giftmain .to_wish
	{
	width: 100%;
}



.giftmain-product-wrapper .btn_add_basket_giftmain {
	margin-right: 7px;
	margin-left: 15px;
}

.giftmain-product-wrapper .btn_add_wish_giftmain {
	margin-right: 15px;
	margin-left:8px;
}




.giftmain-product-wrapper .description_title
{
	padding:0;
}

.giftmain-product-wrapper .item-top-part .item-discount
{
	left:-2px;
	bottom:-2px;
}
.giftmain-product-wrapper .item-top-part .item-discount .item-discount-inner
{
	width:63px;
	height:43px;
	background:#052640;
	color:#fff;
	height:100%;
	line-height:43px;
	padding:0;
}



/*-----giftmain-end------*/

/*-----giftbasket-start-----*/


.gift-basket-wrapper .item-top-part .item-discount
{
	left:-2px;
	bottom:-2px;
}
.gift-basket-wrapper .item-top-part .item-discount .item-discount-inner
{
	width:63px;
	height:43px;
	background:#052640;
	color:#fff;
	height:100%;
	line-height:43px;
	padding:0;
}


.gift-basket-wrapper .description_title
{
	padding:0;
}
.gift-basket-wrapper .col-gift-basket {
	margin-top: 0px;
	/*background: #f8f8f8;*/
	padding: 28px 21px 28px 21px;
	margin-bottom: 40px;
}

.gift-basket-wrapper .desc_fly_1_bg:after {
	content: "";
}

.gift-basket-wrapper .description_block.block_open .description_title_in
	{
	background: #fff url("../img/mister_left_block_li_icon.png") no-repeat
		scroll 98.5% 17px;
	padding: 7px 15px 7px 15px;
	line-height:23px;
}

.gift-basket-wrapper .description_block .description_title_in {
	background: #fff url("../img/mister_left_block_li_icon_close.png")
		no-repeat scroll 98.5% 17px;
	padding: 7px 15px 7px 15px;
	line-height:23px;
}

.gift-basket-wrapper .description_block {
	margin-bottom: 0;
}

.item_open .detail_color {
	padding: 0;
	background: #ffffff;
}

.item_open .detail_color ul {
	display: inline-block;
	text-align: center;
}
.item_open .detail_color ul li.li-active
{
	border:1px solid #cfd3da;
}
.item_open .detail_color ul li {
	float: none;
	height: unset;
	line-height: unset;
	
}

.block-giftbasket .one-item {
	padding-bottom: 0px;
}

.gift-basket-wrapper .description_content {
	margin: 20px 0 0 0;
}

.gift-basket-wrapper .block-giftbasket {
	display: -webkit-box;
	display: flex;
	display: -webkit-flex;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	background: #ffffff;
	border: 1px solid #e2e5e9;
	padding: 36px 25px 42px 25px;
	margin-bottom: 14px;
}

.gift-basket-wrapper .item-top-part  .icon_property_wrap {
	top: 37px;
	right: -12px;
}

.gift-basket-wrapper .detail_size {
	margin-bottom: 0px;
}

.gift-basket-wrapper .item-top-part  .icon_property_wrap .icon_property
	{
	padding: 10px 17px;
}

.gift-basket-wrapper .js_detail_prop_block {
	margin-bottom: 15px;
}

.gift-basket-wrapper .item-top-part  .icon_property_wrap .icon_property .icon_property_name
	{
	font-size: 20px;
}

.gift-basket-wrapper .buy_now_bottom_inner .item_name a {
	color: #000000;
	font-size: 20px;
	font-family: 'Franklin Gothic Book', Arial, sans-serif;
	margin-top: 10px;
	display: block;
}

.block-giftbasket .buy_now_bottom_inner .item_second_name a {
	color: #000000;
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin-top: 11px;
	display: block;
	line-height: 18px;
}

.block-giftbasket .buy_now_bottom_inner .item_price {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	
}

.block-giftbasket .buy_now_bottom_inner .item_price_big {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 10px;
}

.block-giftbasket .buttons-wrapper {
	margin-top:18px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.block-giftbasket .buttons-wrapper .to_basket, .block-giftbasket .buttons-wrapper .to_wish
	{
	width: 50%;
}

.gift-basket-wrapper .btn_add_basket_gift:after {
	content: "";
}

.gift-basket-wrapper .btn_add_basket_gift {
	margin-right: 7px;
	margin-left: 15px;
}

.gift-basket-wrapper .btn_add_wish_gift {
	margin-right: 15px;
	margin-left:8px;
}

.gift-basket-wrapper .btn_add_basket_gift, .gift-basket-wrapper .btn_add_wish_gift
	{
	margin-top: 0;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	position: relative;
	font-size: 12px;
}

.block-giftbasket .buy_now_bottom {
	padding-top: 6px;
}

.gift-basket-wrapper .item-bottom-part {
	padding-top: 0px;
}

.gift-basket-wrapper .miss_small_modal {
	left: -20px;
}

.gift-basket-wrapper .item-top-part {
	padding-bottom: 0px;
}

.gift-basket-wrapper .one-item .item_open .item-bottom-part {
	padding-top: 5px;
}

.gift-basket-wrapper .item-bottom-part .buy_now_bottom_inner {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.gift-basket-wrapper .item_open .item-bottom-part .buy_now_bottom_inner
	{
	padding-left: 15px;
}

.gift-basket-wrapper .item-bottom-part .buy_now_bottom_inner
.gift-basket-wrapper .subscribe_new {
	border: 0;
	padding: 0;
}

.gift-basket-wrapper .subscribe_new input[type=text] {
	height: 30px;
}

.gift-basket-wrapper .img-giftbasket {
	background: url("../img/gift.png");
	display: block;
	width: 20px;
	height: 23px;
	float: left;
	margin-right: 10px;
}

.gift-basket-wrapper .subscribe_product_form {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

.gift-basket-wrapper .subscribe_product_form .wrap_input {
	margin: 0 auto;
}

.subscribe_product_form .wrap_input input[type="submit"] {
	height: 32px;
	line-height: 32px;
}

.gift-basket-wrapper .one-item .item_open .item-bottom-part {
	background: #ffffff;
}

.gift-basket-wrapper .buy_now_bottom_inner .title {
	font-size: 16px;
	font-family: "Franklin Gothic Book", Arial;
	color: #d20000;
}

.gift-basket-wrapper .subscribe_new {
	border: 0;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.gift-basket-wrapper .subscribe_new p {
	font-family: Arial;
	font-size: 12px;
}

.gift-basket-wrapper .subscribe_new input[type=text] {
	height: 36px;
	margin-right: 15px;
}
.gift-basket-wrapper .subscribe_new .submit {
	height: 36px;
	line-height: 36px;
	border: 1px solid #cecece;
	border-radius: 4px;
	box-shadow: 0 2px 2px 1px #e4e4e4;
	color: #666666;
	font-family: "Franklin Gothic Book", Arial, regular;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 0 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.gift-basket-wrapper .subscribe_new_form {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.gift-basket-wrapper .block-gift {
	
}

.gift-basket-wrapper .one-item-wrapper {
	flex-shrink: 0;
	flex-grow: 0;
}

@media ( max-width : 768px) {
	.block-giftbasket .buttons-wrapper {
		flex-direction: column;
	}
	.block-giftbasket .buttons-wrapper .to_basket, .block-giftbasket .buttons-wrapper .to_wish
		{
		width: 100%;
	}
	.gift-basket-wrapper .btn_add_basket_gift {
		margin-right: 15px;
	}
	.gift-basket-wrapper .btn_add_wish_gift {
		margin-left: 15px;
	}
	.gift-basket-wrapper .buy_now_bottom_inner .item_name a {
		font-size: 18px;
	}
	.block-giftbasket .buy_now_bottom_inner .item_second_name a {
		font-size: 11px;
		line-height: 12px;
	}
	.block-giftbasket .buy_now_bottom_inner .item_price {
		font-size: 13px;
	}
	.block-giftbasket .buy_now_bottom_inner .item_price_big {
		font-size: 13px;
	}
	.subscribe_product_form .wrap_input input[type="submit"] {
		font-size: 8px;
	}
	.item_open .detail_color ul li {
		height: auto;
	}
}

@media ( max-width : 640px) {
	.gift-basket-wrapper .block-giftbasket {
		flex-direction: column;
	}
	.gift-basket-wrapper .block-giftbasket .one-item-wrapper {
		margin-bottom: 15px;
	}
}

/*-----giftbasket-end------*/


/*---menu third level---*/
.wrap-top-inner-menu .wrap-item .first-item
{
	padding:0;
	margin-top:20px;
}
.main-top-menu .wrap-main-top-menu .first-top-menu
{
	display:table-cell;
	width:5%;
	text-align:right;

}


.main-top-menu .wrap-main-top-menu .first-top-menu .first-top-menu-icon
{
	display:block;
	cursor:pointer;
}
.main-top-menu .wrap-main-top-menu .first-top-menu .first-top-menu-icon .first-top-menu-icon-line
{
	height:4px;
	background:#052640;
	width:25px;
	display:block;
	margin-top:4px;
}
.main-top-menu .wrap-main-top-menu .first-top-menu  a
{
	display:block;
	padding:14px 20px 14px 0;
}
.main-top-menu .wrap-main-top-menu .first-top-menu .first-top-menu-icon .first-top-menu-icon-line:first-child
{
	margin-top:0px;
}
.main-top-menu .wrap-main-top-menu .first-top-menu
{
	
}


#menu_mobile  .main-menu-lv-1
{
	padding:0;
}
/*#menu_mobile  .menu-lv-2-2
{
	padding:20px 0;
}*/

#menu_mobile .mm-list a.mm-subclose
{
	padding-top:10px;
}


.wrap-top-inner-menu .item .first-top-menu-content
{
	border-top:1px solid #eee;
	display:table;
	width:100%;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu-row
{
	width:100%;
	display:table-row;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu-row:last-child
{
	border-bottom:none;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu
{
	position:relative;
	width:20%;
	display:table-cell;
	
}


.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-title
{
	font-family:"Times New Roman", Arial, sans-serif;
	padding-left:25px;
	padding-right:25px;
	color:#000;
	font-size:15px;
	text-transform: uppercase;
	display:block;
	
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-title:hover
{
	text-decoration: none;
	color:#8b8b8b;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-title-wrapper a.active
{
	text-decoration: none;
	/*color:#8b8b8b;*/
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-title-wrapper
{
	padding-top:30px;
	border-right:1px solid #eee;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu
{
	padding-top:5px;
	display:block;
	padding-left:10px;
	padding-right:25px;
	position:absolute;
	z-index:9999;
	width: 100%;
	width: -webkit-calc(100% + 1px);
	width: -moz-calc(100% + 1px);
	width:calc(100% + 1px);
	left:-1px;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	background:#FFF;
	padding-bottom:15px;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu-row .first-top-menu-content-menu:first-child .first-top-menu-content-menu-title-wrapper
{
	border-left:0;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu-row .first-top-menu-content-menu:first-child .first-top-menu-content-menu-childmenu
{
	border-left:0;
	padding-left:12px;
}


.wrap-top-inner-menu .item .first-top-menu-content-menu-row .first-top-menu-content-menu:nth-child(5) .first-top-menu-content-menu-childmenu,
.wrap-top-inner-menu .item .first-top-menu-content-menu-row .first-top-menu-content-menu:nth-child(5) .first-top-menu-content-menu-title-wrapper
{
	border-right:none;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu a
{
	color:#6c727d;
	/*color:#8a8a89;*/
	font-size:14px;
	display:block;
	font-family:"Times New Roman", Arial, sans-serif;
	margin-top:15px;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu a:hover
{
	text-decoration:none;
	/*color:#555;*/
	color:#000;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu a.active
{
	text-decoration:none;
	color:#000;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu-third
{
	padding-left:10px;
	margin-top:3px;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu-third a:hover
{
	text-decoration:none;
	color:#555;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu-third a.active
{
	text-decoration:none;
	color:#000;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .li-open .first-top-menu-content-menu-childmenu-third {

	display:none;
}


.wrap-top-inner-menu .item .first-top-menu-content-menu .first-top-menu-content-menu-childmenu-third a
{
	margin-top:0;
	padding-top:9px;
	/*line-height:24px;*/
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .dropdown
{
	position:relative;
	display:block;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .open_close_top_menu,.wrap-top-inner-menu .item  .open_close_top_menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 19px;
	cursor: pointer;
	background: #faf8f8;
	opacity: 0;
	
}

.wrap-top-inner-menu .item .menu-lv-2-1>li, .wrap-top-inner-menu .item .menu-lv-2-2>li
{
	position:relative;
	padding-left:15px;
	margin-left:-15px;
	padding-bottom:9px;
	
}
.wrap-top-inner-menu .item .menu-lv-2-1>li.dropdown, .wrap-top-inner-menu .item .menu-lv-2-2>li.dropdown
{
	background: url(../img/left_block_li_icon_open.png) 0px 11px no-repeat;
}
.wrap-top-inner-menu .item .menu-lv-2-1>li.dropdown.li-open, .wrap-top-inner-menu .item .menu-lv-2-2>li.dropdown.li-open
{
	background: url(../img/left_block_li_icon_close_2.png) 0px 8px no-repeat;
	
}

.wrap-top-inner-menu .item .top-menu-content-menu-childmenu-third
{
	padding-left:15px;
	display:none;
}


.wrap-top-inner-menu .item .top-menu-content-menu-childmenu-third li
{
	list-style:none;
	/*padding-left:15px;*/
}

.wrap-top-inner-menu .item .top-menu-content-menu-childmenu-third a
{
	/*color:#8a8a89;*/
	color:#6c727d;
	font-size:13px;
	text-decoration:none;
	line-height:24px;
	font-family:"Times New Roman", Arial, sans-serif;
}

#menu_mobile .open_close_top_menu,#menu_mobile .first-top-menu
{
	display:none;
}
.wrap-top-inner-menu .item .top-menu-content-menu-childmenu-third a:hover,
.wrap-top-inner-menu .item .top-menu-content-menu-childmenu-third a.active

{
	/*color:#555;*/
	color:#000;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu a
{
	
}
.wrap-top-inner-menu .item .first-top-menu-content-menu  a
{
	padding-left:15px;
	display:block;
	
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .dropdown>a
{
	background: url(../img/left_block_li_icon_open2.png) 0px 7px no-repeat;
	
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .dropdown.li-open>a
{
	background: url(../img/left_block_li_icon_close_22.png) 0px 5px no-repeat;
	
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .childmenu-hide
{
	display:none;
}

.wrap-top-inner-menu .item .first-top-menu-content-menu .hide-bottoms
{
	
	position:absolute;
	bottom:0;
	right:0;
	cursor:pointer;
	width:45px;
	height:30px;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .hide-bottoms-inner
{
	margin-top:15px;
	margin-left:15px;
}
.wrap-top-inner-menu .item .first-top-menu-content-menu .hide-bottoms .hide-bottom
{
	background:#052640;
	height:3px;
	width:3px;
	border-radius:3px;
	margin-left:2px;
	display:block;
	float:left;
}





/*====left third menu====*/

.two_level_wrap .menu_left_top_li_js.dropdown{
	position: relative;
	display:block;
}



.two_level_wrap .menu_left_top_li_js.dropdown .open_close_menu{
	position: absolute;
	left: -15px;
	top: 5px;
	background-image: url(../img/left_block_li_icon_close_2.png);
	background-position: 0px 3px;	
	background-repeat:no-repeat;
	width: 16px;
	height: 16px;
	cursor:pointer;
}

.two_level_wrap .menu_left_top_li_js.dropdown.li-active.li-open .open_close_menu{
	background-image: url(../img/left_block_li_icon_open.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
}

.two_level_wrap .menu_left_top_li_js.dropdown.li-open .open_close_menu{
	background-image: url(../img/left_block_li_icon_open.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;	
}

.block_left_menu > ul > li .inner-menu ul li .two_level_wrap{
	margin-left: 15px;
	margin-bottom:5px;
}

.block_left_menu .two_level_wrap .dropdown:after
{
	content:"";
}

.block_left_menu>ul>li ul>li:hover>a, .block_left_menu>ul>li ul>li.li-active>a
{
	text-decoration:none;
}

@media ( max-width : 1024px) {

	.wrap-top-inner-menu .wrap-item .first-item
	{
	
	margin-top:0px;
	}
}

/*---menu third level---*/
/*---news comments---*/
.news-comments
{
	margin-top:64px;
}
.news-comments .add-comments .spoiler-comments-body
{
	padding-top:16px;
}
.news-comments .tabs-caption
{
	border-bottom:0;
	margin-bottom:5px;
}
.tabs .tabs-caption li.active
{
	color:#001f38;
}
.news-comments .tabs-caption i
{
	display:none;
}
.news-comments .tabs-caption li
{
	display:block;
	width:100%;
	border-radius:0;
	border-right:0;
	border-left:0;
	border-top:0;
	padding:0;
	font-family:'Times New Roman', Arial, sans-serif;
	text-align:left;
	font-size:25px;
}
.news-comments .add-comments
{
	margin-top:0;
	margin-bottom:0;
}
.news-comments .list > .col-sm-20
{
	margin-left:0;
	width:100%;
	padding-right:30px;
}
.news-comments .list > .col-sm-20 > p
{
	margin-top:16px;
}
.news-comments #comments-body .item .avatar
{
	margin-right:15px;
}
.news-comments #comments-body .item
{
	padding-left:0;
	padding-right:0;
}
.news-comments #comments-body .item .age span, .news-comments #comments-body .item .cnt_comments span, .news-comments #comments-body .item .country span
{
	width:105px;
}
.news-comments .add-comments .spoiler
{
	box-shadow:none;
	border:0!important;
	padding:0;
	display:block;
	/*border-top:1px solid #cfd3da!important;
	border-bottom:1px solid #cfd3da!important;
	background:none!important;*/
	position:absolute;
	right:15px;
	top:-40px;
}
.news-comments .user-info
{
	padding-right:0;
}

.news-comments .add-comments .spoiler:hover {
	background: #0c3657!important;
}

.news-comments #comments-body
{
	border-top:1px solid #cfd3da;
}
.news-comments .add-comments .spoiler .spoiler-input
{
	padding:5px 15px;
	background:none!important;
	font-size:20px;
	color:#FFF;
	min-height:unset;
	font-family: 'ProximaNova', Arial, regular;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0;
	text-align:left;
	display:inline-block;
}
.news-comments #comments-body .list
{
	margin-top:0;
}
#comments-body .item
{
	padding-top:16px;
}
.news-comments .item .add-comments .spoiler:hover
{
	background: none!important;
}
.news-comments .item .add-comments .spoiler 
{
	display:inline-block;
	border-top:0!important;
	border-bottom:0!important;
	position:unset;
}
.news-comments .item .add-comments .spoiler .spoiler-input
{
	font-size:15px;
	letter-spacing:unset;
	text-transform:unset;
	min-height:unset;
	border-top:0;
	border-bottom:0;
	color:#c19292;
	font-family:"PG Isadora Cyr Pro", Arial, regular;
	border-bottom:1px dotted #c19292;
	line-height:15px;
	padding:0;
}
.news-comments .item .add-comments
{
	margin:0 0 5px 0;
}
@media ( max-width : 768px) {
.news-comments #comments-body .item .time
{
	padding-right:0;
}
.news-comments #comments-body .item .age span, .news-comments #comments-body .item .cnt_comments span, .news-comments #comments-body .item .country span
{
	width:unset;
}
}
/*-------------------*/
/*----------catalog element---------*/


.full-width-description .detail_description
{
	margin:0;
}

.without_properties .detail_block_brand,
.without_properties .detail_sect,
.without_properties .detail_prop
{
	padding-left:0;
}
.without_properties .detail_block_brand
{
	min-height:unset;
	margin-bottom:22px;
}
.analog_products_under .detail_block_price,
.without_properties .detail_block_price .discount-block_price-inner {
	padding: 0;
	border: 0;
	background-color: unset;
	margin-bottom: 10px;
	max-width: unset;
	display: inline-block;
}

.without_properties .detail_block_price .discount-block_price-inner
{
	background:unset;
}

.without_properties .detail_block_price .discount-block_price-inner
{
	padding-left:0px;
	margin-bottom:0px;
}

.analog_products_under .detail_block_price .discount_price,
.without_properties .detail_block_price .discount-block_price-inner .discount_price
 {
	text-align: left;
	padding-right: 0;
	font-size:24px;
	line-height:24px;
}

.analog_products_under .detail_block_price .discount_price
{
		font-size:30px;
	line-height:30px;
}

.without_properties .detail_block_buy .block_quantity label
{
	text-align: right;
}
body .without_properties .btn_add_basket:after
{
	content:"";
}
.analog_products_under .detail_block_price .old_price,
.without_properties .detail_block_price .discount-block_price-inner .old_price
 {
	padding-right: 0;
	font-size:16px;
	text-align:left;
}
.analog_products_under .detail_block_price .old_price
{
	font-size:19px;
}
.analog_products_under .detail_block_price .wrapper-old-price,
.without_properties .detail_block_price .wrapper-old-price
 {
	position: relative;
	display: inline-block;
}

.without_properties .detail_block_buy .block_quantity
{
	text-align:right;
}

.without_properties .detail_block_price .wrapper-old-price
{
	float:left;
}
.analog_products_under .detail_block_price  .cross-line,
.without_properties .detail_block_price .cross-line {
	position: absolute;
	border: 1px solid #bababa;
	width: 100%;
	height: 0px;
	top: 10px;
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg); 
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	display:none;
}

.analog_products_under .detail_sect, .analog_products_under .detail_prop
	{
	padding-left: 0;
	padding-right: 0px;
}

.analog_products_under .detail_sect
{
	margin-top:20px;
	margin-bottom:25px;
}

.analog_products_under .detail_prop {
	margin-bottom: 0px;
}

.analog_products_under .detail_color, .analog_products_under .detail_size
	{
	background: #FFF;
	padding-left: 0;
	padding-right: 0;
	padding-top: 50px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.analog_products_under .detail_color ul li {
	margin: 0px 8px 11px 0;
}

.analog_products_under .wrap_table_size {
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	margin-top: 13px;
}
.analog_products_under .wrap_table_size a
{
	display:inline-block;
	text-decoration:none;
	border-bottom:1px dashed #6c727d;
}
.analog_products_under .first_detail_size {
	padding-top: 5px;
}

.detail-analog-product .detail-right-block .block-picture li {
	width: 25%;
}

@media ( min-width : 480px) and (max-width: 767px) {
	.detail-analog-product .detail-right-block-wrap {
		margin-top: 10px;
	}
	.detail-analog-product .detail-right-block .block-picture li {
		width: 30%;
	}
}

@media ( max-width : 479px) {
	.detail-analog-product .detail-right-block-wrap {
		margin-top: 10px;
	}
	.detail-analog-product .detail-right-block .block-picture li {
		width: 50%;
	}
}

.analog_products_under .col-right-wrapper {
	/*padding: 16px 18px;
	background: #f6f6f6;*/
}

.analog_products_under .block-right-column {
	background: #FFF;
	/*padding: 25px 19px;*/
	border: 1px solid #c5c5c5;
	/*margin-bottom: 15px;*/
}

.analog_products_under .available-block {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	/*margin-bottom: 20px;*/
}

.analog_products_under .btn_add_basket
{
	font-size:17px;
}

.analog_products_under .available-block i {
	padding-right: 2px;
}

.analog_products_under .available-block-true {
	color: #00b200;
}

.analog_products_under .wrap_back_call .title {
	font-size: 15px;
	color: #001f38;
	font-family: 'Franklin Gothic Book', Arial, sans-serif;
	text-transform:unset;
	margin-bottom:5px;
}

.analog_products_under .detail_block_back_call .wrap_back_call {
	padding: 12px 19px 8px 19px
}

.analog_products_under .wrap_back_call label {
	width: 75px;
	display: block;
	float: left;
}

.analog_products_under .wrap_back_call input[type=text], .analog_products_under .wrap_back_call input[type=text]:focus
	{
	width: calc(100% - 75px);
	padding-left: 8px;
}

.analog_products_under .detail_block_back_call .wrap_input {
	margin-top: 6px;
	width: 100%;
	max-width: unset;
}



.analog_products_under .detail_block_back_call .wrap_input  .back_call_submit:hover
{
	background: #0c3657;
}

.analog_products_under .block_title_share ul {
	margin: 20px 0 0 0;
	text-align: center;
}

.analog_products_under .block_title_share ul li {
	float: none;
	display: inline-block;
}

.analog_products_under .detail_block_service {
	/*margin: 12px 0 0 0;*/
	margin: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	padding-right:0;
}

.analog_products_under .detail_block_service .item {
	background-color: #f6f6f6;
	padding: 8px 5px;
	margin: 0 10px 10px 0;
	width: 25%;
	border:0;
}

.analog_products_under .detail_block_service .item:last-child {
	margin-right: 0;
}

.analog_products_under .detail_block_service .item a {
	font-size: 10px;
	line-height: 12px;
	color:#6c727d;
}
.analog_products_under .subscribe_product_form .wrap_input
{
	width:100%;
	max-width:100%;

}
.analog_products_under .discription-block
{
	margin-top:25px;
}

.detail-analog_products_under > .sm-padding-left-no .title,
.detail-analog-product-under > .sm-padding-left-no .title
{
	margin-left:0;
	margin-right:9px;
}

.detail-analog_products_under > .sm-padding-left-no .title,
.detail-analog-product-under > .sm-padding-left-no .title
{
	margin-left:0;
	margin-right:9px;
}
.detail-analog-product-under > .sm-padding-right-no .title,
.detail-analog_products_under > .sm-padding-right-no .title
{
	margin-left:9px;
	margin-right:0px;
}

 

.detail-analog_products_under .sm-padding-left-no,
.detail-analog-product-under .sm-padding-left-no
{
	padding-right:6px;
}
.detail-analog_products_under .sm-padding-right-no,
.detail-analog-product-under .sm-padding-right-no
{
	padding-left:6px;
}
.detail-analog-product-under > .sm-padding-left-no .block-picture li,
.detail-analog_products_under > .sm-padding-left-no .block-picture li
{
	padding-right:9px;
	padding-left:0;
}
  
.detail-analog-product-under .sm-padding-right-no .block-picture li,
.detail-analog_products_under .sm-padding-right-no .block-picture li
{
	padding-left:9px;
	padding-right:0;
}
  



.analog_products_under .detail_block_service .item img
{
	
}
.analog_products_under .detail_available_title .title
{
	font-size:16px;
	text-align:center;
	background:#FFF;
}
.analog_products_under .detail_block_title .block_title_list
{
	float:right;
	padding-right:0px;
}

.analog_products_under_mod
{
	margin-top:0;
}
.analog_products_under_mod .col-modification
{
	margin-top:10px;
}
.analog_products_under .detail_available_title
{
	padding:0;
	border:0;
}

.analog_products_under.preview .detail_block_service .item a, .analog_products_under.preview .detail_block_service .item span
{
	font-size:8px;
	line-height:10px;
}

.analog_products_under.preview .detail_block_service .item a
{
	font-size:7px;
}

.analog_products_under.preview .detail_block_property
{
	margin-right:0;
}
.analog_products_under.preview .detail_block_service .item
{
	margin-right:5px;
	margin-bottom:5px;
}
.analog_products_under.preview .detail_block_service .item:last-child
{
	margin-right:0;
}

#analog_products_under .wrap_back_call label
{
	font-size:12px;
	width:75px;
}
#analog_products_under .wrap_back_call input[type="text"], #analog_products_under .wrap_back_call input[type="text"]:focus
{
	width:calc(100% - 75px)!important;
}

.desc-analog-products-under .no-under-preview-padding-right
{
	padding-left:0;
	padding-right:15px;
	background:unset;
}

.desc-analog-products-under .detail_description
{

background:unset;
}

.desc-analog-products-under #right-under .detail_description
{
	padding-right:0px;
}

.analog_products_under .subscribe_product_form .wrap_input input[type="submit"]
{
	height:38px;
	line-height:38px;
	background: #052640;
}
.analog_products_under .subscribe_product_form .wrap_input input[type="submit"]:hover
{
	background:#0c3657;
}
@media ( max-width: 1199px) and (min-width: 768px){
	.analog_products_under .available-block
	{
		font-size:10px;
	}
	.analog_products_under .wrap_back_call label
	{
		width:100%;
		float:none;
	}
	.analog_products_under .wrap_back_call input[type=text], .wrap_back_call input[type=text]:focus
	{
		width:100%;
	}
	.analog_products_under .detail_block_service
	{
		display:inline-block;
	}
	.analog_products_under .detail_block_service .item
	{
		width:47%;
		width:calc(50% - 5px);
		height:75px;
	}
	.analog_products_under .detail_block_service .item a
	{
		font-size:10px;
	}
	.analog_products_under .detail_block_service .item:nth-child(even)
	{
		margin-right:10px;
		float:left;
	}
	.analog_products_under .detail_block_service .item:nth-child(odd)
	{
		margin-right:0;
		float:right;
	}
}

.analog_products_under .detail_description {
	padding-left:0;
	padding-right:0;
	margin: 0;
}

.analog_products_under .analog_products_under {
	margin-bottom: 20px;
}

.without_properties .detail_block_buy .block_quantity label input
{
	color:#000;
}
.without_properties .detail_block_price
{
	padding:20px 10px 10px 10px;
	border:0;
}
.without_properties .detail-right-block .picture-descript
{
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OUFBMjYzRkI1NDExMUU2QkEzRkNBREI5Mzg0NTNFRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OUFBMjY0MEI1NDExMUU2QkEzRkNBREI5Mzg0NTNFRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5QUEyNjNEQjU0MTExRTZCQTNGQ0FEQjkzODQ1M0VEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5QUEyNjNFQjU0MTExRTZCQTNGQ0FEQjkzODQ1M0VEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Z3ckOwAAABhJREFUeNpi/P///xUGKGBiQAIoHIAAAwCMKQPXOrsNNAAAAABJRU5ErkJggg==');
}
.without_properties .detail_block_back_call
{
	max-width:unset;
}
.without_properties .detail_block_back_call
{
	background:#f6f6f6;
	padding:12px 10px 10px 20px;
	border:0;
}
.without_properties .detail_block_back_call form
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:flex-end;
	justify-content:space-between;
}
.without_properties .detail_block_back_call .wrap_back_call
{
	border:0;
	margin-right:5px;
	background:#f6f6f6;
	padding:0;
}
.without_properties .wrap_back_call .title
{
	text-align:left;
	white-space:nowrap;
	font-family: 'Times New Roman', Arial, regular;
	font-size:14px;
	color:#000;
	margin-bottom:6px;
}

.without_properties  .detail_available_title
{
	border:0;
	padding:0;
}

.without_properties .detail_available_title .title
{
	text-align:center;
	background:#f6f6f6;
}
.without_properties .subscribe_product_form .wrap_input
{
	max-width:250px;
}
.without_properties .subscribe_cont
{
	background:#f6f6f6;
	padding:15px 10px 10px 10px;
}
.without_properties .detail_block_buy > .row > .col-sm-12:last-child
{
	padding-left:10px;
}
.without_properties .detail_block_back_call .wrap_input input[type="submit"]
{
	font-size:13px;
}

.without_properties .wrap_back_call label
{
	padding-right:13px;
	font-size:12px;
	line-height:30px;
}
.without_properties .wrap_back_call input[type=text], .without_properties .wrap_back_call input[type=text]:focus
{
	height:30px;
	line-height:30px;
	width:165px;
	background: #FFF;
	border:1px solid #cacaca;
	padding-left:15px;
}
.without_properties .detail_block_back_call .wrap_input
{
	max-width:200px;
}

.without_properties .detail_block_service
{
	margin:15px 0 5px 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	padding-right:0;
}
.without_properties .detail_block_service .item {
	background-color: #f6f6f6;
	padding:8px;
	margin:0 15px 15px 0;
	width:25%;
	border:0;
}
.without_properties .detail_block_service .item:last-child {
	margin-right: 0;
}
.without_properties .detail_description
{
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
}
.without_properties-modification
{
	margin-top:0;
}
.without_properties-modification .col-modification
{
	margin-top:0;
}
.without_properties .detail_block_service .item a
{
	font-size:12px;
	line-height:16px;
}
@media ( max-width: 978px) {
	.without_properties .detail_block_service .item a
	{
		font-size:8px;
	}
}

.big_photo .detail_big_pic
{
	max-width:unset;
}



.big_photo .detail_block_price {
	padding: 0;
	border: 0;
	background-color: #FFF;
	margin-bottom: 10px;
	max-width: unset;
	display: inline-block;
}



.big_photo .detail_block_price .discount_price
 {
	text-align: left;
	padding-right: 0;
}
.big_photo .detail_block_price .old_price
 {
	padding-right: 0;
}

.big_photo .detail_block_price .wrapper-old-price
 {
	position: relative;
	display: inline-block;
}
.without_properties .detail_block_price .wrapper-old-price
{
	float:left;
}
.big_photo .detail_block_price  .cross-line {
	position: absolute;
	border: 1px solid #bababa;
	width: 100%;
	height: 0px;
	top: 10px;
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg); 
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	display:none;
}

.big_photo .detail_sect, .big_photo .detail_prop
	{
	padding-left: 0;
	padding-right: 0px;
	margin-bottom:22px;
}

.big_photo .detail_prop span
{
	margin-top:8px;
}

.big_photo .detail_prop {
	margin-bottom: 0px;
}

.big_photo .detail_color, .big_photo .detail_size
{
	background: #FFF;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.big_photo .detail_color ul li {
	margin: 0px 8px 11px 0;
}

.big_photo .wrap_table_size {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	margin-top: 13px;
	margin-bottom:0;
}
.big_photo .wrap_table_size a
{
	text-decoration:none;
	border-bottom:1px #6c727d dashed;
	display:inline-block;
}
.big_photo .first_detail_size {
	padding-top: 17px;
}
.big_photo .btn_add_basket
{
	font-size:17px;
}
.big_photo .detail_block_buy .block_quantity
{
	line-height:22px;
	color:#2e3339;
}

.big_photo .detail_block_buy .block_quantity input
{
	height:22px;
	line-height:22px;
}
.detail-analog-product .detail-right-block .block-picture li {
	width: 25%;
}

@media ( min-width : 480px) and (max-width: 767px) {
	.detail-analog-product .detail-right-block-wrap {
		margin-top: 10px;
	}
	.detail-analog-product .detail-right-block .block-picture li {
		width: 30%;
	}
}

@media ( max-width : 479px) {
	.detail-analog-product .detail-right-block-wrap {
		margin-top: 10px;
	}
	.detail-analog-product .detail-right-block .block-picture li {
		width: 50%;
	}
}

.big_photo .col-right-wrapper {
	padding: 16px 18px;
	background: #f6f6f6;
}

.big_photo .block-right-column {
	background: #FFF;
	padding: 20px;
	border: 1px solid #c5c5c5;
	margin-bottom: 15px;
}

@media ( max-width : 1024px) {
	.big_photo .col-right-wrapper {
		padding: 8px 9px;
	}
	.big_photo .block-right-column
	{
		padding:10px;
	}
}
.big_photo .available-block {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom:5px;
}

.big_photo .available-block i {
	padding-right: 5px;
}

.big_photo .available-block-true {
	color: #00b200;
}



.big_photo .detail_block_back_call .wrap_back_call {
	padding: 15px 20px 5px 20px
}

.big_photo .wrap_back_call label {
	width: 78px;
	display: block;
	float: left;
}

.big_photo .wrap_back_call input[type=text], .big_photo .wrap_back_call input[type=text]:focus
	{
	width:100%;
	width: calc(100% - 78px);
	padding-left: 8px;
	font-size:12px;
}





.big_photo .detail_block_back_call .wrap_input {
	margin-top: 6px;
	width: 100%;
	max-width: unset;
}

.big_photo .js_detail_prop_block
{
	margin-top:40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 26px;
}

.analog_products_under .js_detail_prop_block
{
	border:0;
}

.big_photo .detail_block_back_call .wrap_input  .back_call_submit:hover
{
	background: #0c3657;
}

.big_photo .block_title_share ul {
	margin: 20px 0 0 0;
	text-align: center;
}

.big_photo .block_title_share ul li {
	float: none;
	display: inline-block;
}

.big_photo .detail_block_service {
	margin: 12px 0 0 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	padding-right:0px;
}

.big_photo .detail_block_service .item {
	padding: 9px;
	margin: 0 13px 13px 0;
	width: 25%;
	border:1px solid #cccccc;
	text-align:left;
}





.big_photo .detail_block_service .item img
{
	float:left;
	margin-bottom:0;
	margin-right:8px;
	margin-top:2px;
}



.big_photo .detail_block_buy > .row > .col-sm-12:last-child
{
	padding-left:13px;
}

.big_photo .detail_block_buy > .row > .col-sm-12:first-child
{
	padding-right:0px;
}

.big_photo .description_block .description_title_in,
.without_properties .description_block .description_title_in,
.full-width-description-without_properties .description_block .description_title_in,
.full-width-description-big-photo .description_block .description_title_in


{
	border:0;
	background: url("../img/mister_left_block_li_icon.png") 96% 14px no-repeat #f8f8f8;
	padding-left:13px;
}


.big_photo .detail_block_service .item:last-child {
	margin-right: 0;
}

.big_photo .detail_block_service .item a {
	font-size: 11px;
	line-height: 14px;
}
.big_photo .subscribe_product_form .wrap_input
{
	width:100%;
	max-width:100%;
	padding:0;

}
.big_photo .subscribe_product_form .wrap_input input[type="submit"]
{
	height:38px;
	line-height:38px;
	font-size:13px;
}

@media ( max-width: 768px) {
	.big_photo .available-block
	{
		font-size:10px;
	}
	.big_photo .wrap_back_call label
	{
		width:100%;
		float:none;
	}
	.big_photo .wrap_back_call input[type=text], .wrap_back_call input[type=text]:focus
	{
		width:100%;
	}
	.big_photo .detail_block_service
	{
		display:inline-block;
	}
	.big_photo .detail_block_service .item
	{
		width:48%;
		width:calc(50% - 10px);
		height:unset;
		margin:0 10px 20px 0;
	}
	.big_photo .detail_block_service .item a
	{
		font-size:10px;
	}
	.big_photo .detail_block_service .item:nth-child(even)
	{
		
	}
	.big_photo .detail_block_service .item:nth-child(odd)
	{
		margin-right:0;
	}
	.big_photo .detail_block_back_call
	{
		max-width:294px;
	}
}

.big_photo .detail_description {
	margin: 0;
	padding-left:0;
	padding-right:0;
}

.big_photo .big_photo {
	margin-bottom: 20px;
}

.big_photo .detail_block_property
{
	margin-right:0;
}

.detail-analog-product-under .sm-padding-left-no .detail-right-block .title
{
	margin-left:0;
	font-size:15px;
}


.modification-under-preview.big-photo #left-under .description_title_in,
.modification-under-preview.big-photo #right-under .description_title_in
{
	border:0;
	background:url("../img/mister_left_block_li_icon.png") 96% 14px no-repeat #f8f8f8;
	padding-left:13px;
}


.full-width-description
{
	margin-bottom:30px;
}
.big_photo.preview .available-block
{
	font-size:10px;
}
.big_photo.preview .available-block i
{
	padding-right:4px;
}
body .big_photo.preview .btn_add_basket:after
{
	content:"";
}
.big_photo.preview .detail_block_service .item
{
	margin:0 10px 10px 0;
	height:unset;
}
.big_photo.preview .detail_block_service .item a
{
	font-size:10px;
	text-align:center;
}
.big_photo.preview .detail_block_service .item img
{
	margin:0 auto;
	float:none;
	margin-bottom:5px;
}
.big_photo.preview .detail_block_service .item:last-child {
	margin-right: 0;
}
.big_photo.preview .detail_block_buy .block_quantity label
{
	font-size:10px;
}
.big_photo.preview .btn_add_basket
{
	font-size:16px;
}
.big_photo.preview a.btn_add_wish
{
	font-size:14px;
}
.big_photo.preview .detail_block_back_call .wrap_input input[type="submit"]
{
	font-size:14px;
}

.big_photo .detail_available_title
{
	padding:0;
	border:0;
}
.big_photo .detail_available_title .title
{
	font-size:16px;
	margin-top:28px;
	margin-bottom:5px;
	text-align:center;
	background:#FFF;
}
.big_photo.preview .detail_available_title .title
{
	font-size:10px;
}
.big_photo.preview .subscribe_product_form .wrap_input input[type="submit"]
{
	white-space:normal;
	height:unset;
	background:url(../img/bg/miss_detail_input_bg-under.jpg) left top
		 #dbbfb9;
}

.big_photo .detail_block_title .block_title_list
{
	padding-right:0px;
	float:right;
}

.big_photo .subscribe_new
{
	padding:0;
	border:0;
}
.big_photo.preview .subscribe_new input[name="user_mail"]
{
	border:1px solid #c5c5c5;
}

.big_photo.preview .wrap_more_info_url
{
	padding:0;
	margin-top:20px;
	margin-bottom:0;
}
.big_photo.preview .wrap_back_call .title
{
	font-size:10px;
	text-align:left;
	margin-bottom:2px;
}
.big_photo.preview .wrap_back_call label
{
	font-size:12px;
	line-height:12px;
	margin-bottom:5px;
}
.big_photo.preview .detail_block_back_call .wrap_back_call
{
	padding-top:8px;
}

@media ( max-width: 768px) {
.big_photo .wrap_back_call .title
{
	font-size:14px;
}
}
.without_properties.preview .detail_block_brand,
.without_properties.preview .detail_sect,
.without_properties.preview .offer-props,
.without_properties.preview .wrap_more_info_url
{
	
	padding-right:0;
}

.without_properties.preview .detail_block_back_call .wrap_back_call
{
	flex-shrink:0;
}

.desc-without-properties #right-under
{
	background-color:unset;
	padding-left:0;
	padding-right:15px;
}
.desc-without-properties #right-under .detail_description
{
	padding-right:0;
}
.desc-without-properties .no-under-preview-padding-left .detail_description 
{
	background:unset;
}
.desc-without-properties .no-under-preview-padding-left .detail_description .description_title_in,
.desc-without-properties .no-under-preview-padding-right .detail_description .description_title_in
{
	border:0;
	background:url("../img/mister_left_block_li_icon.png") 96% 14px no-repeat #f8f8f8;
}


.without_properties .js_detail_prop_block
{
	border:0;
}
.without_properties .detail_block_back_call .wrap_input input[type="submit"]
{
	height:30px;
	line-height:30px;
}

.without_properties .detail_block_brand a img
{
	margin-left:0;
}
@media ( min-width : 992px) and (max-width: 1199px) {
	.big_photo .detail_block_service .item {
		text-align:center;
	}
	.big_photo .detail_block_service .item img{
		float:none;
		margin:0 auto;
		margin-bottom:10px;
	}
}
@media ( max-width : 991px)
{
	.big_photo .detail_block_service .item a
	{
		font-size:8px;
		text-align:center;
	}
		.big_photo .detail_block_service .item img{
		float:none;
		margin:0 auto;
		margin-bottom:10px;
	}
	.big_photo .detail_block_buy > .row > .col-sm-12:first-child
	{
	padding-right:2px;
	}
	.big_photo .detail_block_buy > .row > .col-sm-12:last-child
	{
	padding-left:11px;
	}
}
@media ( max-width : 768px)
{
		.big_photo .detail_block_buy > .row > .col-sm-12:first-child
	{
	padding-left:16px;
	}
	.big_photo .detail_block_buy > .row > .col-sm-12:last-child
	{
	padding-left:17px;
	}
}
@media ( max-width : 767px)
{
	.big_photo .detail_block_buy > .row > .col-sm-12:first-child,
	.big_photo .detail_block_buy > .row > .col-sm-12:last-child
	{
	
	padding-left:15px;
	padding-right:15px;
	}
	.big_photo .detail_block_service
	{
	display:none;
	}
		.big_photo .detail_block_service .item:nth-child(odd)
	{
		margin-right:4%;
	}

}

.modification-under-preview.big-photo .no-under-preview-padding-left
{
	margin-right:24px;
}

@media ( min-width : 769px) and ( max-width : 992px)
{
	.without_properties .detail_block_service
	{
	margin-top:5px;
	}
	.without_properties .detail_block_service .item
	{
		margin:0 5px 5px 0;
	}
	.without_properties .detail_block_service .item a
	{
		font-size:8px;
	}
	.without_properties .detail_block_back_call .wrap_input input[type="submit"]
	{
		font-size:9px;
	}
}
@media ( max-width : 768px)
{
	.without_properties .detail_block_service
	{
		margin-top:15px;
	}
	.without_properties .detail_block_service .item
	{
		margin:0 5px 5px 0;
	}
		.without_properties .detail_block_service .item a
	{
		font-size:7px;
	}
}


/*--------------------------------*/
/*----button add order to excel-----*/
.personal_detail_order .excel-button {
	font-family: "Times New Roman", Arial, sans-serif;
	color: #666666;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #cecece;
	box-shadow: 0px 2px 2px 1px #e4e4e4;
	-webkit-box-shadow: 0px 2px 2px 1px #e4e4e4;
	-moz-box-shadow: 0px 2px 2px 1px #e4e4e4;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 7px;
	max-width: 170px;
	cursor: pointer;
	float: right;
	margin-bottom: 12px;
}

.personal_detail_order .excel-button:hover {
	background: #fcfcfc;
	border-color: #b9b9b9;
	box-shadow: 0px 2px 2px 1px #d7d7d7;
	-webkit-box-shadow: 0px 2px 2px 1px #d7d7d7;
	-moz-box-shadow: 0px 2px 2px 1px #d7d7d7;
}
/*---------------------------------*/

.wrap_subscribe .already_subscribe
{
	height:38px;
	line-height:38px;
	border:1px solid #cccccc;
	font-family:'Times New Roman', Arial, regular;
	font-size:14px;
	text-align:center;
	color:#001f38;
	margin-top:10px;
}
.subscribe_new .error
{
	color:#F00;
	text-align:center;
}


/*-----------------------*/

#bricks {
	position:relative;
	max-width: 1200px;
	margin-bottom:30px;
}

#bricks .grid:after {
  content: '';
  display: block;
  clear: both;
}

#bricks .grid-sizer,
#bricks .grid-item {
  width: 20%;
  height:234px;
}

#bricks .grid-item--width01 { width:  100%; max-width:234px;}
#bricks .grid-item--width02 { width:  100%; max-width:468px;}
#bricks .grid-item--width03 { width:  100%; max-width:702px;}
#bricks .grid-item--width04 { width:  100%; max-width:936px;}
#bricks .grid-item--width1 { width:  20%; }
#bricks .grid-item--width2 { width:  40%; }
#bricks .grid-item--width3 { width:  60%; }
#bricks .grid-item--width4 { width:  80%; }

#bricks .grid-item--height1 { height:234px; }
#bricks .grid-item--height2 { height:468px; }
#bricks .grid-item--height3 { height:702px; }
#bricks .grid-item--height4 { height:936px; }
#bricks .brick-image
{
	background-size: cover;
	height:100%;
	background-position:center;
}



/*Start add images fild*/

.himself_content .img_block_avatar{
  width: 116px;
  height: 116px;
  background-image: url(../img/empty_avatar.png);
  background-repeat: no-repeat;
  float: left;
  margin-right: 25px;
}
.himself_content .img_block_avatar img
{
	border-radius:116px;
}
.himself_content .text_block{
  float: left;
  height: 116px;
  padding-top: 35px;
}

.himself_content .text_block .title{
  font-family: 'OpenSans-Bold';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #2d333a;
  line-height: 18px;
  margin-bottom: 0;
}

.himself_content .text_block .title.error{
  color: #fc1515;
}

#drop-files {
  position:relative;
  width: 535px;
  background: #ffffff;
  border: 2px dashed #e6e6e6;
  padding: 40px 30px;
  position: relative;
  margin-bottom:20px;
}

.himself_content .file-upload {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
}
.himself_content .file-upload:hover {
  opacity: .8;
}
.himself_content .file-upload input[type="file"]{
    display: none; /* Обязательно скрываем настоящий Input File */
}
.himself_content .file-upload label {
   /* Растягиваем label на всю возможную площадь блока .file-upload */
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   cursor: pointer;
}
.himself_content .file-upload span {
  line-height: 36px; /* Делаем вертикальное выравнивание текста, который написан на кнопке */
}

.himself_content .filename {
  background: #fff;
  border: 0;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #7c858f;
  min-width: 195px;
}

@media (min-width: 992px) and (max-width: 1199px){
  .data_table .name_content{
    padding: 30px 30px 30px 180px;
  }

  .data_table .himself_content {
    padding: 30px 220px 30px 180px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .data_table .name_content{
    padding: 30px 30px 30px 120px;
  }

  .data_table .himself_content {
    padding: 30px 220px 30px 120px;
  }
}

@media (max-width: 767px){
  .data_table .name_content{
    padding: 30px 30px 30px 30px;
  }

  .data_table .himself_content {
    padding: 30px 220px 30px 30px;
  }

  .data_table .himself_content{
    padding: 30px 30px 30px 30px;
  }

  .data_table .himself_content .full_name{
    width: 100%;
    height: 40px;
  }

  .data_table .himself_content .fild{
    width: 100%;
    float: none;
  }

  .data_table .himself_content .submit_wrap{
    text-align: left;
  }

  #drop-files{
    width: 100%;
  }

}

@media (max-width: 479px){
  #drop-files{
    padding: 30px 15px;
  }  
}
.himself_content .bx-input-file-desc
{
	display:none;
}

.del-avatar
{
	margin-top:-15px;
	margin-bottom:20px;
}
.del-avatar .checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.del-avatar .checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 23px;
  cursor: pointer;
}


.del-avatar .checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(../img/new_checkbox_empty.png);
  background-repeat: no-repeat;
  background-position: 0 -2px;
}

.del-avatar .checkbox:checked + label:before {
  content: '';
  position: absolute;
  background-image: url(../img/new_checkbox_active.png);
  background-repeat: no-repeat;
  background-position: 0 -2px;
}
#drop-files .text_block p
{
	border-bottom:0;
}
/*End add images fild*/
#order_form_content .confidential-field,
.registr_page .confidential-field,
.mfeedback .confidential-field{
  margin-bottom: 10px;
  margin-top:-5px;
}

.registr_page .wrap_registr_form .wrap_block .confidential-field label
{
	line-height:15px;
}

#order_form_content .checkbox:not(checked),
.registr_page .checkbox:not(checked),
.mfeedback .checkbox:not(checked)
{
    position: absolute;
    opacity: 0;
}
#order_form_content .checkbox:not(checked) + label,
.registr_page .checkbox:not(checked) + label,
.mfeedback .checkbox:not(checked) + label
{
  position: relative; 
  cursor: pointer;
  padding:7px 0px 7px 22px;
  display:inline-block;
  
}


#order_form_content .checkbox:not(checked) + label:before,
.registr_page .checkbox:not(checked) + label:before,
.mfeedback .checkbox:not(checked) + label:before
{
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  width: 25px;
  height: 25px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNEZFRDBCNEI1NUUxMUU2QkE5N0M2MTE1NDgyQjIxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNEZFRDBCNUI1NUUxMUU2QkE5N0M2MTE1NDgyQjIxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RkVEMEIyQjU1RTExRTZCQTk3QzYxMTU0ODJCMjFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI0RkVEMEIzQjU1RTExRTZCQTk3QzYxMTU0ODJCMjFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4xMr6gAAADBJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHBhVRx91jETGL0CAAQAmmhC54T829QAAAABJRU5ErkJggg==") no-repeat
		0px 8px;
}
.registr_page .checkbox:not(checked) + label:before
{
		background-position:0px 5px;
}

#order_form_content  .checkbox:checked + label:before,
.mfeedback  .checkbox:checked + label:before
{
  content: '';
  position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkJEN0ZCQUI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkJEN0ZCQkI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGQkQ3RkI4QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGQkQ3RkI5QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+POeG4QAAAORJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHMCp7ub1K6Fe9i+ePcWnDqgoNsjjwtlTGfEhKOrOnDwGV3T/zi2govfv3nJwcDZ2TkKoW7ZgVqSfc3dLDZD98P7d2BBPiKJZS9fpG5lC1LEA8aF9u4HkrMm9nz5+3L9728vnzyCKLG0cEE7ZsWPHl88fI3wc5fgZIEhJhHX3to0/f3yHI6AakL2srGwzFq+xsAaFIgsr65S5y+yc3LCHCycnF9AiW0dXoCJndx/MEGCBs4BK563YhCs4GYmMX4AAAwDZ8mdhWpCz8gAAAABJRU5ErkJggg==") 
  no-repeat 0px 9px;
}

.registr_page  .checkbox:checked + label:before
{
	  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkJEN0ZCQUI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkJEN0ZCQkI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGQkQ3RkI4QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGQkQ3RkI5QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+POeG4QAAAORJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHMCp7ub1K6Fe9i+ePcWnDqgoNsjjwtlTGfEhKOrOnDwGV3T/zi2govfv3nJwcDZ2TkKoW7ZgVqSfc3dLDZD98P7d2BBPiKJZS9fpG5lC1LEA8aF9u4HkrMm9nz5+3L9728vnzyCKLG0cEE7ZsWPHl88fI3wc5fgZIEhJhHX3to0/f3yHI6AakL2srGwzFq+xsAaFIgsr65S5y+yc3LCHCycnF9AiW0dXoCJndx/MEGCBs4BK563YhCs4GYmMX4AAAwDZ8mdhWpCz8gAAAABJRU5ErkJggg==") 
  no-repeat 0px 5px;
}

#order_form_content label a,
.registr_page label a,
.mfeedback label a
{
	color:#6c727d;
	text-decoration:underline;
}
.table_detail_order .table_body .block_title_group {
	font-family: "Times New Roman", Arial, sans-serif;
	color: #6c727d;
	margin-bottom: 0;
	height: 30px;
	line-height: 30px;
	margin-top:5px;
}

.table_detail_order .table_body .detail_payment_border
{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:15px;
	margin-bottom:15px;
}
.sale-paysystem-wrapper
{
	margin:0;
}
.personal_detail_order .bx-yandex-view-layout
{
	margin-bottom:10px;
}
/*****seo.meta.tag*****/
.sotbit-seometa-tags-wrapper
{
	margin-left:15px;
	background:#f9f7f8;
	padding:13px 15px;
	margin-bottom:10px;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tags-title
{
	float:left;
	margin-right:15px;
	
}
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link
{
	padding-right:7px;
	margin-right:7px;
	border-right:1px solid #b3b1b2;
}
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link
{
	color:#6c727d;
	text-decoration: none;
}
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:hover,
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:active
{
	text-decoration: underline;
}
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link-last
{
	border-right:0;
}
.detail_bottom_wrap
{
	margin-bottom:10px;
}
.block-bigdata-mainpage-wrapper .title
{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 25px;
	color: #000;
	margin-bottom: 0;
	padding-left:0;
	text-transform: unset;
}
.block-bigdata-mainpage-wrapper .one-item
{
	max-width:256px;
}
.btn-changed
{
	background:#fff;
	border:1px solid #cfd3da
}
.btn-changed:hover
{
	background:#fff;
}
.btn-changed a
{
	color:#000;
	font-family: 'ProximaNova', Arial, regular;
	font-size: 11px;
	text-decoration:none;
	display: block;
}
.detail_block_back_call .back_call_submit_change
{
	border:none;
	box-shadow:unset;
	text-align:center;
	color:#052640;
}
.add_wish h5
{
	font-family: 'Times New Roman';
	font-size: 18px;
	color:#001f38;
	margin-bottom:30px;
}
.add_wish .text-to-basket
{
	margin-bottom:15px;
}
.modal_basket_body .go_basket
{
	font-family: 'ProximaNova', Arial, regular;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	position: relative;
	background-color: #052640;
	line-height: 38px;
	height: 38px;
	display: block;
	text-decoration: none;
	text-align: center;
	cursor:pointer;
	display: inline-block; 
	width:203px;
	float:right;
}
.modal_basket_body .btn-close
{
	font-family: 'Times New Roman';
	font-size: 14px;
	line-height: 16px;
	color: #6c727d;
	display: inline-block; 
	background:unset;
	height: unset;
	width: unset;
	position: unset;
	top: unset;
	right: unset;
	cursor: pointer;
	text-decoration:underline;
	height:38px;
	line-height:38px;
}
.modal_basket_body .btn-close:hover
{
	text-decoration:none;
}
.modal_basket_body .wrap_btn
{
	margin-top:10px;
}
.modal-content .modal_basket_header
{
	margin-bottom:25px;
}
.fancybox-inner .big_photo .btn-changed
{
	line-height:18px;
	padding:5px 0;
}

.content-text .sale-profile-detail-link-list a
{
	color:#6c727d;
}
.buyer_profile .wrap_content input[type="submit"]
{
	font-family: 'ProximaNova', Arial, regular;
	color: #fff;
	background-color: #052640;
	box-shadow:none;
	border:unset;
}
.buyer_profile .wrap_content input.btn-reset
{
	font-family: 'ProximaNova', Arial, regular;
	color: #797979;
	background-color: #fff;
	border: 1px solid #cfd3da;
}
.buyer_profile .wrap_content .block_title
{
	font-family: "Times New Roman", Arial, sans-serif;
	font-style: italic;
	color: #33363b;
	margin-bottom: 10px;
}
.content-text .sale-personal-profile-list-actions a
{
	color:#6c727d;
}
.sale-personal-account-wallet-title
{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #cfd3da;
	color: #6c727d;
	font-family:"Times New Roman", Arial, sans-serif;
	box-shadow:none;
}
.sale-personal-account-wallet-sum
{
	color:#d44343;
	font-family:"Times New Roman", Arial, sans-serif;
	font-size:18px;
	margin-top:9px;
}
.sale-acountpay-input-wrapper input
{
	font-family:"Times New Roman", Arial, sans-serif;
}
.nicescroll-rails-vr
{
	background: none;
	width: 1px;
	background-color: #7c7c7b;
	padding: 0;
	top:1px;
	right:10px;
}
.nicescroll-cursors
{
	background: none;
	border-radius: 8px;
	background-color: #faf8f8;
	border: none;
	box-shadow: 0px 1px 2px 1px #d3d2d1;
	-webkit-box-shadow: 0px 1px 2px 1px #d3d2d1;
	-moz-box-shadow: 0px 1px 2px 1px #d3d2d1;
	cursor: pointer;
	left:-7px;
}
.scrollbarY .overview
{
	width:90%;
}


.sort-catalog
{
	padding-left:0;
}
.blank-modification .modification .col-modification
{
	padding-right:15px!important;
}
.blank-modification .modification .size
{
	min-width:107px;
}
.blank-modification .bnt_center
{
	line-height: 16px;
	display: inline-block;
	padding: 10px 0 5px;
	font-size: 13px;
	cursor: pointer;
}
.blank-modification .bnt_center:hover
{
	opacity: 0.7;
}
.blank-modification .size-item-row
{
	width:100%;
}
.blank-modification .modification .size .size-item-row-cnt
{
	width:100%;
}
.blank-modification .modification .size .size-item-row-price
{
	width:100%;
}
.blank-modification .image-color
{
	padding-left:0;
	padding-right:0;
}
@media ( max-width : 767px) 
{
	.blank-modification .modification .fixed-block .image
	{
		width:112px;
	}
	.blank-modification .modification .params-name
	{
		width:112px;
	}
	.blank-modification .modification .fixed-block
	{
		width:227px;
		float:left;
	}
	.blank-modification .modification .sizes-col
	{
		width:calc(100% - 227px);
	}
	.btn-changed a {
		font-size: 15px;
	}
}
@media ( max-width : 479px) {
	.blank-modification .modification {
		display: block;
	}
	
	.blank-modification .modification .fixed-block .image
	{
		width:85px;
	}
	.blank-modification .modification .params-name
	{
		width:100px;
	}
	.blank-modification .modification .fixed-block
	{
		width:185px;
		float:left;
	}
	.blank-modification .modification .sizes-col
	{
		width:calc(100% - 185px);
	}
	.blank-modification .modification .col-mod-in
	{
		background:#FFF;
		padding:0;
		margin-bottom:10px;
	}
	.blank-modification .basket-botton
	{
		padding: 0 18px;
	}
	
}



.blank_filter .filter_block
{
	float:left;
	position:relative;
}

.blank_filter .inner_filter_block
{
	position:absolute;
}




.blank_right-side .personal_block_title_reviews
{
	margin-bottom:0;
}

.wrapper_blank_resizer
{
	position:relative;
}
.wrapper_blank_resizer .blank_resizer 
{
	width:20px;
	height:100%;
	position:absolute;
	left:-20px;
	background-image:url('../img/blank_resizer.png');
	background-repeat: repeat-y;
	background-position:10px 0;
	z-index:300;
}
.wrapper_blank_resizer .blank_resizer  .blank_resizer_tool
{
	opacity:0;
	height:53px;
	width:12px;
	background:#f8f8f8;
	border-radius:2px;
	position:fixed;
	top:50%;
	margin-top:-26px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); 
	background-image:url('../img/blank_arrow.png');
	background-repeat: no-repeat;
	background-position:2px 20px;
}

.wrapper_blank_resizer .blank_resizer  .blank_resizer_tool.blank_resizer_tool_open
{
	background-image:url('../img/blank_arrow_open.png');
	background-position:4px 20px;
}


.wrapper_blank_resizer .blank_resizer:hover .blank_resizer_tool
{
	cursor:pointer;
	opacity:1;
}
.blank_right-side .blank_filter_block
{
	background:#f8f8f8;
	padding:47px 26px 20px 26px;
}

.blank_right-side .blank_categorii
{
	color:#FFF;
	background:#052640;
	height:35px;
	line-height:35px;
	font-family: 'ProximaNova', Arial;
	font-size:14px;
	text-transform: uppercase;
	padding-left:20px;
	position:relative;
	cursor:pointer;
}
.blank_right-side .blank_categorii .blank_categorii_menu
{
	width:13px;
	height:9px;
	background-image:url('../img/blank_menu.png');
	background-repeat: no-repeat;
	position:absolute;
	right:14px;
	top:50%;
	margin-top:-5px;
}
.blank_right-side .blank_excel
{
	color:#052640;
	font-family: 'ProximaNova', Arial;
	font-size:14px;
	height:33px;
	line-height:33px;
	border:1px solid #d3d3d3;
	text-transform:none;
	cursor:pointer;
	background:#FFF;
}
.blank_excel .blank_excel_img
{
	
	background-repeat: no-repeat;
	background-position:0px 7px;
	width:20px;
	height:33px;
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
}
.blank_excel .blank_excel_out_img
{
	background-image:url('../img/blank_excel_out.png');
}
.blank_excel .blank_excel_in_img
{
	background-image:url('../img/blank_excel_in.png');
}
.blank_excel .blank_excel_text
{
	font-family:'ProximaNova', Arial;
	text-align:left;
	margin-left:12px;
	font-weight:bold;
}
.blank_right-side .blank_articul
{
	width:100%;
	border:1px solid #d3d3d3;
	height:35px;
	margin-top:10px;
	line-height:35px;
	color:#999999;
	font-family: "Times New Roman", Arial, sans-serif;
	padding-left:18px;
	background-image:url('../img/blank_title_lupa.png');
	background-repeat:no-repeat;
	background-position:98% center;
}
.blank_right-side_full
{
	width:100%;
}
.blank_menu
{
	position:relative;
}
.blank_menu .dropdown .open_close_menu {
	position: absolute;
	left: 0;
	top: 6px;
	background-image:	url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkJBRTQwQTA3QTg4MTFFNjk3NTE4REU4Mzg0NUE4NzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkJBRTQwOUY3QTg4MTFFNjk3NTE4REU4Mzg0NUE4NzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk4QURBMjBFN0E0RDExRTY5MUI5REYxM0Q1M0U4RTk1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk4QURBMjBGN0E0RDExRTY5MUI5REYxM0Q1M0U4RTk1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hLL/cwAAAFJJREFUeNpi/P//P0N0dHQ/AwNDIxB/YIACJihdAMTzgdgAXQIEAqCS/ugSDFAdC4A4H10CBhhZ0AQuQB2xAVliIxA3QCXhdkwE4gSYIAgABBgAWmEPogDmivwAAAAASUVORK5CYII=);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.blank_menu li {
	position: relative;
	display: block;
}
.blank_menu input[type="checkbox"]
{
	display: none;
}

.blank_menu label.check {
	line-height: 18px;
	min-height: 22px;
	display: inline-block;
	cursor: pointer;
	background: url(../img/mister_input_chek_sprite.png) 0 3px no-repeat;
	padding-left: 20px;
	cursor: pointer;
	margin-left:15px;
	color:#666666;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size:14px;
}

.blank_menu label.label-active {
	background-position: 0px -60px;
	color: #000;
}

#blank_list .blank_menu .inner-menu {
	margin: 0;
	padding-top: 0px;
	margin-top:5px;
	width: 96%;
	display: none;
}
#blank_list .blank_menu
{
	margin:0;
}
#blank_list .blank_menu .inner-menu ul {
	margin-left: 23px;
	position: relative;
}
.blank_list
{
	background:#FFF;
	position:absolute;
	width:100%;
	padding:15px 15px 15px 20px;
	z-index:100;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3); 
}
.blank_list_in
{
	position:relative;
}
.blank_list_in_menu
{
	
	max-height:370px;
}

.blank_list ul li
{
	padding-top:2px;
	padding-bottom:2px;
}
#blank_list .nicescroll-rails-vr
{
	width:5px;
	background:#efefef;
	border-radius:2px;
	right:0;
}
#blank_list .nicescroll-cursors
{
	border-radius:2px;
	background:#666666;
	left:0;
}
.blank_kategorii_button
{
	font-family: 'ProximaNova', Arial;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	background:#052640;
	height:30px;
	line-height:30px;
	width:128px;
	margin-top:15px;
	cursor:pointer;
	text-transform: uppercase;
}
.blank_right-side .blank_filter
{
	margin: 10px 0 0 0;
	border:1px solid #d3d3d3;
	padding:12px 18px;
}
.blank_filter .filter-title-wrapper
{
	
}
.blank_filter .filter-form-wrapper
{
	margin-top:10px;
}
.blank_filter .hide_blank_filter
{
	margin-top:3px;
	float:right;
	color:#999999;
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
	cursor:pointer;
	line-height:12px;
}
.blank_right-side .blank_filter .filter-title
{
	text-transform:uppercase;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size:14px;
	color:#000;
	display:inline-block;
}
.blank_filter .filter_block
{
	border:0;
	padding:0;
	margin-bottom:3px;
}
.blank_filter .filter_block .block_name
{
	color:#666666;
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
	text-transform:unset;
	padding-left:0;
	padding-right:12px;
	margin-right:25px;
	background-image:url(../img/blank_arrow_filter.png);
	background-repeat:no-repeat;
	background-position:right 9px;
	padding-bottom:0;
	margin-bottom:0;
	margin-left:0;
}
.blank_filter .filter_block.block_open .block_name
{
	background-image:url(../img/blank_arrow_filter_hor.png);
	background-position:right 7px;
}
.blank_filter .inner_filter_block
{
	background:#FFF;
	min-width:300px;
	z-index:100;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 20px;
	position: absolute;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3); 
}

.blank_filter .inner_filter_block::after{
	content: '';
	position: absolute;
	background-color: #FFF;
	left: 30px;
	top: -6px;
	width: 14px;
	height: 14px;
	transform: rotate(-45deg);
	box-shadow: 1px -1px 1px 0px rgba(0, 0, 0, 0.1); 
}

.blank_filter_block .blank_filter .del_form_filter
{
	border:1px solid #d3d3d3;
	border-radius:2px;
	background:#f8f8f8;
	color:#666666;
	font-size:13px;
	font-family: "Times New Roman", Arial, sans-serif;
	box-shadow:unset;
	width:72px;
	height:21px;
	line-height:20px;
	float:right;
}
.blank_filter_block .wrap_del_form_filter
{
	margin-top:0;
}
.blank_filter_block .blank_filter .del_form_filter:hover
{
	background:#f8f8f8;
	box-shadow:unset;
}
.blank_filter_block .js
{
	position:absolute;
	z-index:200;
	width:100%;
	padding-right:15px;
}
.box
{
	font-size: 14px;
	background-color: #FFF;
	position: relative;
	padding: 10px;
	
}
.box.has-advanced-upload
{
	outline: 2px dashed #052640;
	outline-offset: -10px;
	background:#FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3); 
}
.box.is-dragover
{
	background-color: #fff;
}
.box__dragndrop,
.box__icon
{
	display: none;
}
.box.has-advanced-upload .box__dragndrop
{
	display: inline;
}
.box.has-advanced-upload .box__icon
{
	margin-top:5px;
	width: 100%;
	height: 80px;
	fill: #b07c7c;
	display: block;
	margin-bottom: 10px;
}

.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input
{
	visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
	display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error
{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
}
.box__uploading
{
	font-style: italic;
}
.box__success
{
	-webkit-animation: appear-from-inside .25s ease-in-out;
	animation: appear-from-inside .25s ease-in-out;
}
	@-webkit-keyframes appear-from-inside
	{
		from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
		75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
		to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
	}
	@keyframes appear-from-inside
	{
		from	{ transform: translateY( -50% ) scale( 0 ); }
		75%		{ transform: translateY( -50% ) scale( 1.1 ); }
		to		{ transform: translateY( -50% ) scale( 1 ); }
	}

.box__restart
{
	font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
	color: #39bfd3;
}

.js .box__file
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.js .box__file + label
{
	color:#000;
	font-size:14px;
	text-transform: none;
	text-align:center;
	line-height:14px;
	width:100%;
	display:block;
	margin-top:10px;
	overflow-wrap: break-word;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
	text-decoration: underline;
	cursor:pointer;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label
{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
	.js .box__file + label *
	{
		/* pointer-events: none; */ /* in case of FastClick lib use */
	}

.no-js .box__file + label
{
	display: none;
}

.no-js .box__button
{
	display: block;
}
.box__button
{
	background:#052640;
	font-family: 'ProximaNova', Arial;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	height:30px;
	line-height:30px;
	width:128px;
	margin-top:15px;
	cursor:pointer;
	display: block;
	border:0;
	margin: 10px auto;
	text-transform: uppercase;
}
.box__button:hover,
.box__button:focus
{
	
}
.blank_filter .blank_excel_in_wrapper
{
	position:relative;
}
.error_blank_excel_in
{
	margin-top:10px;
	color:red;
	text-align:center;
}
.blank_filter .hide_blank_filter_text
{
	border-bottom:1px dotted #999999;
	display:inline-block;
}
.blank_filter .hide_blank_filter > span
{
	display:none;
	margin-right:3px;
}
.blank_filter .blank_filter_open > span
{
	display:inline-block;
}
.blank_filter .find_property_value
{
	width:100%;
	border:1px solid #d3d3d3;
	color:#666666;
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
	padding-left:10px;
	height:25px;
	line-height:25px;
	margin-bottom:20px;
}
.button_filter_block
{
	font-family: 'ProximaNova', Arial;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	background:#052640;
	height:30px;
	line-height:30px;
	width:128px;
	margin-top:15px;
	cursor:pointer;
	display: block;
	border:0;
	text-transform: uppercase;
}

.blank_filter .filter_block label > span
{
	display:block;
	width:12px;
	height:12px;
	border-radius:12px;
	border:1px solid #d3d3d3;
	float:left;
	margin-top:4px;
	margin-right:3px;
}
.blank_filter .blank_ul_wrapper
{
	position:relative;
}

.blank_filter .nicescroll-rails-vr
{
	width:5px;
	background:#efefef;
	border-radius:2px;
	right:0;
}
.blank_filter .nicescroll-cursors
{
	border-radius:2px;
	background:#666666;
	left:0;
}
.scrollbarY .overview_blank
{
	width:90%;
}
.blank_filter .inner_filter_block_2_1
{
	width:50%;
	float:left;
}
.blank_filter .inner_filter_block_2_1:first-child
{
	padding-right:3px;
}
.blank_filter .inner_filter_block_2_1:last-child
{
	padding-left:3px;
}
.blank_filter .inner_filter_block_2_1 input, .blank_filter .inner_filter_block_2_1 input:focus, .blank_filter .inner_filter_block_2_2 input, .blank_filter .inner_filter_block_2_2 input:focus
{
	max-width:unset;
	width:100%;
	padding-left:10px;
	border:1px solid #d3d3d3;
	color:#666666;
}
.blank_right-side .personal_block_title
{
	border-bottom:0;
}
.wrapper_blank_filter_checked
{
	margin-top:10px;
}
.wrapper_blank_filter_checked .blank_filter_checked
{
	float:left;
	background:#e8e8e8;
	border-radius:2px;
	height:22px;
	line-height:22px;
	color:#666666;
	font-size:13px;
	font-family: "Times New Roman", Arial, sans-serif;
	padding-left:8px;
	padding-right:18px;
	cursor:pointer;
	background-image:url(../img/blank_filter_cross.png);
	background-repeat:no-repeat;
	background-position:calc(100% - 4px) center;
	margin-right:5px;
	margin-bottom:5px;
}

.blank_nav_tring
{
	text-align:right;
}
.blank_nav_tring .bx_pagination_page ul li
{

}
.blank_right-side .block-pagination
{
	margin-top:20px;
	padding-left:25px;
	border-top:0;
	padding-top:0;
	color:#666666;
	font-size:14px;
}
.blank_right-side .block-pagination .count_item .number
{
	color:#000;
}
.blank_right-side .block-pagination .block_sort .block_sort_name
{
	width:unset;
	margin-right:9px;
	color:#000;
	font-size:14px;
	font-family: 'ProximaNova', Arial;
}
.blank_right-side .block-pagination .block_sort
{
	margin-top:0;
}
.blank_right-side .block-pagination .ik_select
{
	border:1px solid #d3d3d3;
	height:25px;
	line-height:25px;
	color:#666666;
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
}

.blank_right-side .ik_select
{
	margin-top:0;
}
.blank_right-side .ik_select .ik_select_link_text
{
	height:23px;
	line-height:23px;
	padding-left:9px;
}
.blank_right-side .block-pagination .block_sort .wrap_select_sort
{
	margin-top:0;
}
.blank_right-side .ik_select .ik_select_link_text
{
	background-image:url(../img/blank_sort_arrow.png);
	background-position:calc(100% - 4px) center;
	color:#666666;
	font-size:14px;
	font-family: 'ProximaNova', Arial;
}
.blank_right-side .block-pagination .block_sort_name
{
	height:25px;
	line-height:25px;
}

.blank_right-side .bx_pagination_page ul li a, .blank_right-side .bx_pagination_page ul li span
{
	color:#000;
	font-size:14px;
	font-family: 'ProximaNova', Arial;
}


.blank_right-side .block-pagination .bx_pagination_page .bx_pg_text
{
	font-size:14px;
	font-family: 'ProximaNova', Arial;
	display:inline-block;
	float:none; 
	vertical-align:middle;
	color:#666666;
}
.blank_right-side .block-pagination .bx_pagination_page ul
{
	display:inline-block;
	vertical-align:middle;
}
.blank_right-side .bx_pagination_page ul li:hover span, .blank_right-side .bx_pagination_page ul li.bx_active span, .blank_right-side .bx_pagination_page ul li:hover a
{
	background-color:#FFF;

}
.blank_right-side .bx_pagination_page ul li:hover, .blank_right-side .bx_pagination_page ul li.bx_active
{
	border:1px solid #d3d3d3;
}
.blank_right-side .bx_pagination_page ul li
{
	width:20px;
	text-align:center;
}
.blank_right-side .bx_pagination_page .navig_previous, .blank_right-side .bx_pagination_page .navig_next
{
	width:7px;
	margin:auto;
	height:17px;
	background:url(../img/miss_navig_next.png) 0px 5px no-repeat;
}
.blank_right-side .bx_pagination_page .navig_previous
{
	background:url(../img/miss_navig_previous.png) 0px 5px no-repeat;
}
.blank-modification-in
{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:25px 25px 0 25px;
	background:#f8f8f8;
}
.blank-modification-left-side
{
	width:330px;
}
.blank-modification-center-side
{
	width:calc(100% - 520px);
	position:relative;
}
.blank-modification-center-side_in
{
	overflow-x:scroll;
	
}

.blank-modification-center-side .nicescroll-rails-hr
{
	bottom:2px;
	position:relative;
}

.blank-modification-center-side .nicescroll-rails-vr
{
	display:none;
}

.blank-modification-right-side
{
	width:190px;
}
.blank-modification-column-name
{
	width:250px;
}
.blank-modification-column-articul
{
	width:80px;

}
.blank-modification .product-wrapper .blank-modification-column-articul
{
	text-align:center;
}
.blank-modification-column-qnt
{
	width:80px;
}
.blank-modification-column-price
{
	width:110px;
}
.blank-modification-header-cell
{
	text-align:center;
	color:#999999;
	font-size:13px;
	font-family: 'ProximaNova', Arial;
	border-bottom:1px solid #d3d3d3;
	padding-bottom:5px;
}
.blank-modification-header-name
{
	text-align:left;
}
.blank-modification-header
{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction:row;
	justify-content:flex-start;
}
.blank-modification .product-wrapper
{
	margin-top:20px;
	background:#FFF;
}
.blank-modification .blank-modification-left-side .product-wrapper
{
	border-left:1px solid #d3d3d3;
}

.blank-modification .product-wrapper .blank-modification-row:first-child .blank-modification-cell
{
	border-top:1px solid #d3d3d3;
}
.blank-modification .blank-modification-right-side .product-wrapper
{
	border-right:1px solid #d3d3d3;
}
.blank-modification-row
{
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction:row;
	justify-content:flex-start;
	min-height:40px;
}
.blank-modification-header
{
	min-height:unset;
}
.blank-modification-cell
{
	border-bottom:1px solid #d3d3d3;
	text-align:center;
	color:#000;
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
	align-items:center;
	display:flex;
	justify-content:center;
	background:#FFF;
}
.blank-modification-cell-name
{
	text-align:left;
	justify-content:flex-start;
}
.blank-modification-cell .blank-lupa
{
	background-image:url(../img/blank_lupa.png);
	min-width:12px;
	height:12px;
	margin-left:11px;
	margin-right:11px;
	cursor:pointer;
}
.blank-modification .blank-modification-column-prop
{
	min-width:100px;
}
.blank-modification .sizes-block-cnt
{
	border: 1px solid #e3e3e3;
	height: 20px;
	display: inline-block;
	margin: 0 auto;
	border-radius: 1px;
}
.blank-modification .sizes-block-cnt-minus
	{
	border-radius: 1px;
	height: 13px;
	width: 13px;
	background: #e8e8e8;
	margin-top: 3px;
	margin-left: 5px;
	float: left;
	margin-right: 7px;
	line-height: 13px;
	text-align: center;
	color: #7f7f7f;
	font-size: 13px;
	cursor: pointer;
}
.blank-modification .sizes-block-cnt-value
{
	float: left;
	line-height:19px;
	height:18px;
	border:0;
	width:20px;
	text-align:center;
}
.blank-modification .sizes-block-cnt-plus
{
	border-radius: 1px;
	height: 13px;
	width: 13px;
	background: #e8e8e8;
	margin-top: 3px;
	float: right;
	margin-right: 5px;
	margin-left: 7px;
	line-height: 15px;
	text-align: center;
	color: #7f7f7f;
	font-size: 13px;
	cursor: pointer;
}
.blank-modification .text-in-cell-price
{
	font-family: "Times New Roman", Arial, sans-serif;
	color: #d44343;
	font-size: 14px;
}
.blank_right-side .sort-catalog
{
	padding-left:15px;
}
.blank-modification
{
	position:relative;
}
.blank-modification .row-under-modifications
{
	position:fixed;
	z-index:2;
	bottom:-2px;
}
.blank-modification .modification
{
	margin-top:0;
	margin-bottom:0;
}

.blank-modification .modification .col-modification
{
	margin-top:0;
}


.blank-modification .row-under-modifications-fixed
{
	position:unset;
}

.blank-modification .basket-block
{
	float: right;
	margin-right: 4px;
}

.blank-modification .basket-block
{
	margin-right: 0px;
}

.blank-modification .basket-price span
{
	color: #666666;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
	font-weight:normal;
}


.blank-modification .modification .name_items a
{
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
}

.blank-modification .modification .name_items
{
	margin-bottom:5px;
}
.blank-modification .modification .modification-inner
{
	margin-left:0;
	margin-right:0;
}




.blank-modification .basket-botton{
	position: relative;
	display: inline-block;
	width:200px;
	height: 36px;
	line-height: 36px;
	background: #052640;
	font-family: 'ProximaNova', Arial;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	text-align:center;
}

.blank-modification .basket-botton:hover
{
	background: #0c3657;
}

.blank-modification #modification-basket-price
{
	display: inline-block;
	color:#000;
}


.blank_right-side .row-under-modifications-inner
{
	background:#f8f8f8;
	padding:25px;
}
.blank_right-side .basket-qnt span
{
	color:#666666;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
}
.blank_right-side .basket-qnt #modification-basket-qnt
{
	color:#000;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
}
.blank_right-side .basket-qnt
{
	float:left;
	margin-right:40px;
	height:36px;
	line-height:36px;
}
.blank_right-side .basket-price
{
	height:36px;
	line-height:36px;
}
.outer_checkbox input[type="checkbox"]
{
	display: none;
}

.only_available
{
	float:left;
}



.outer_checkbox  .checkbox:not(checked)+label {
	position: relative;
	cursor: pointer;
	padding: 0px 0px 0px 22px;
	display: inline-block;
	color:#666666;
	font-family: "Times New Roman", Arial, sans-serif;
	font-size: 14px;
}

.outer_checkbox .checkbox:not(checked)+label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNEZFRDBCNEI1NUUxMUU2QkE5N0M2MTE1NDgyQjIxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNEZFRDBCNUI1NUUxMUU2QkE5N0M2MTE1NDgyQjIxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI0RkVEMEIyQjU1RTExRTZCQTk3QzYxMTU0ODJCMjFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI0RkVEMEIzQjU1RTExRTZCQTk3QzYxMTU0ODJCMjFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4xMr6gAAADBJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHBhVRx91jETGL0CAAQAmmhC54T829QAAAABJRU5ErkJggg==") no-repeat
		0px 0px;
}

.outer_checkbox  .checkbox:checked+label:before {
	content: '';
	position: absolute;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRkJEN0ZCQUI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRkJEN0ZCQkI1NUUxMUU2QTA5QzhCODhDNTJEMjZGMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJGQkQ3RkI4QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJGQkQ3RkI5QjU1RTExRTZBMDlDOEI4OEM1MkQyNkYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+POeG4QAAAORJREFUeNpivHTp0rNnzxjwAikpKRagIkcHe/zq9h84yMRAHMCp7ub1K6Fe9i+ePcWnDqgoNsjjwtlTGfEhKOrOnDwGV3T/zi2govfv3nJwcDZ2TkKoW7ZgVqSfc3dLDZD98P7d2BBPiKJZS9fpG5lC1LEA8aF9u4HkrMm9nz5+3L9728vnzyCKLG0cEE7ZsWPHl88fI3wc5fgZIEhJhHX3to0/f3yHI6AakL2srGwzFq+xsAaFIgsr65S5y+yc3LCHCycnF9AiW0dXoCJndx/MEGCBs4BK563YhCs4GYmMX4AAAwDZ8mdhWpCz8gAAAABJRU5ErkJggg==") 
  no-repeat 0px 0px;
}
.blank_right-side .only_checked
{
	margin-top:17px;
}
.blank_right-side .blank_filter_block .sort-catalog
{
	padding-left:0;
}

.blank-modification .btn-changed
{
	background:#fff;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	border:1px solid #6f5e5e;
	margin-top:0;
}
.blank-modification .btn-changed:hover
{
	background:#ffffff;
	border:1px solid #cfd3da;
}

.blank-modification-cell-name a
{
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-family: "Times New Roman", Arial, sans-serif;
}
.blank-modification-cell-name a:hover
{
	text-decoration:underline;
}

@media (max-width: 1200px)
{
	.blank_excel .blank_excel_img
	{
		display:none;
	}
	.blank-lupa
	{
		display:none;
	}
	.blank-modification-column-name .text-in-cell
	{
		padding-left:10px;
	}
}
@media (max-width: 1199px) and (min-width: 992px)
{
	.blank_right-side .block-pagination .count_item
	{
		margin-top:6px;
	}
	.blank-modification-cell
	{
		font-size:12px;
	}
	.blank-modification .text-in-cell-price
	{
		font-size:12px;
	}
	.blank-modification-column-name
	{
		width:200px;
	}
	.blank-modification-column-articul
	{
		width:110px;
	}
	.blank-modification-left-side
	{
		width:310px;
	}
	.blank-modification-column-price
	{
		width:100px;
	}
	.blank-modification-right-side
	{
		width:210px;
	}
	.blank-modification-center-side
	{
		width:calc(100% - 520px);
	}
}
@media (max-width: 991px) and (min-width: 768px)
{
	.blank_filter .inner_filter_block
	{
		min-width:220px;
	}
	.blank_right-side .blank_excel
	{
		font-size:10px;
	}
	.blank_right-side .row-under-modifications-inner
	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.blank_right-side .block-pagination .count_item
	{
		margin-top:9px;
	}
	.js .box__file + label
	{
		font-size:9px;
	}
	.box__button
	{
		font-size:12px;
		height:25px;
		line-height:25px;
		width:80px;
	}
	.blank-modification-cell
	{
		font-size:10px;
	}
	.blank-modification .text-in-cell-price
	{
		font-size:10px;
	}
	.blank-modification-column-name
	{
		width:160px;
	}
	.blank-modification-column-articul
	{
		width:70px;
	}
	.blank-modification-left-side
	{
		width:230px;
	}
	.blank-modification-column-qnt
	{
		width:70px;
	}
	.blank-modification-column-price
	{
		width:70px;
	}
	.blank-modification-right-side
	{
		width:140px;
	}
	.blank-modification-center-side
	{
		width:calc(100% - 370px);
	}
	.blank-modification .basket-botton
	{
		width:150px;
		height:30px;
		line-height:30px;
	}
	.blank_right-side .basket-qnt
	{
		margin-right:10px;
	}
	.blank_right-side .basket-price
	{
		height:30px;
		line-height:30px;
	}
	.blank_right-side .basket-qnt
	{
		height:30px;
		line-height:30px;
	}
}
@media (max-width: 767px)
{
	.blank_filter_block .js
	{
		padding-right:30px;
	}
	.inner_filter_block ul li
	{
		font-size:10px;
	}
	.blank_filter .filter_block label > span
	{
		width:10px;
		height:10px;
	}
	.blank_filter .inner_filter_block
	{
		min-width:180px;
	}
	.blank_right-side .blank_excel
	{
		font-size:14px;
	}
	.blank_right-side .row-under-modifications-inner
	{
		padding-top:10px;
		padding-bottom:10px;
	}
	.blank_right-side .block-pagination .count_item
	{
		margin-top:9px;
	}
	.js .box__file + label
	{
		font-size:8px;
	}
	.box__button
	{
		font-size:12px;
		height:25px;
		line-height:25px;
		width:120px;
	}
	.blank-modification-cell, .blank-modification-cell a
	{
		font-size:8px;
	}
	.blank-modification .text-in-cell-price
	{
		font-size:8px;
	}
	.blank-modification-column-name
	{
		width:140px;
	}
	.blank-modification-column-articul
	{
		width:50px;
	}
	.blank-modification-left-side
	{
		width:190px;
	}
	.blank-modification-column-qnt
	{
		width:50px;
	}
	.blank-modification-column-price
	{
		width:50px;
	}
	.blank-modification-right-side
	{
		width:100px;
	}
	.blank-modification-center-side
	{
		width:calc(100% - 290px);
	}
	.blank-modification .basket-botton
	{
		width:150px;
		height:30px;
		line-height:30px;
	}
	.blank_right-side .basket-qnt
	{
		margin-right:10px;
	}
	.blank_right-side .basket-price
	{
		height:30px;
		line-height:30px;
	}
	.blank_right-side .basket-qnt
	{
		height:30px;
		line-height:30px;
	}
	.blank-modification .sizes-block-cnt-minus
	{
		margin-left:3px;
		margin-right:3px;
	}
	.blank-modification .sizes-block-cnt-plus
	{
		margin-left:3px;
		margin-right:3px;
	}
}
@media (max-width: 468px)
{
	.blank-modification-column-name
	{
		width:100px;
	}
	.blank-modification-column-articul
	{
		width:50px;
	}
	.blank-modification-left-side
	{
		width:150px;
	}
	.blank-modification-column-qnt
	{
		width:30px;
	}
	.blank-modification-column-price
	{
		width:50px;
	}
	.blank-modification-right-side
	{
		width:80px;
	}
	.blank-modification-center-side
	{
		width:calc(100% - 230px);
	}
	.blank-modification-in
	{
		padding:10px 10px 0 10px;
	}
	.blank-modification .sizes-block-cnt
	{
		height:unset;
		margin-top:2px;
		margin-bottom:2px;
	}
	.blank-modification .sizes-block-cnt-minus
	{
		float:none;
	}
	.blank-modification .sizes-block-cnt-value
	{
		float:none;
	}
	.blank-modification .sizes-block-cnt-plus
	{
		float:none;
		margin-bottom:3px;
	}
	.blank_right-side .row-under-modifications-inner
	{
		padding-left:10px;
		padding-right:10px;
	}
	.blank_right-side .basket-price
	{
		float:right;
	}
	.blank-modification .basket-block
	{
		clear:both;
		float:none;
	}
	.blank-modification .basket-botton
	{
		margin: 0 auto;
		display:block;
	}
}
.wrapper_blank_resizer .blank_ul_wrapper label.check
{
	color:#666666;
	font-size:14px;
	line-height:20px;
}
.blank-modification-cell-prop
{
	text-align:center;
}
.blank-modification-cell .text-in-cell
{
	line-height:14px;
}
/**************ALERT BLOCK**************/
#alertBlock
{
	position:fixed; 
	bottom:0px;
	right:-210px;
	width:195px;
	height:35px;
	z-index:996;
	line-height: 41px;
	text-align: center;	
	font-size:14px;
	font-family: 'Franklin Gothic Book', Arial, sans-serif;
	cursor:default;
}
#alertBlock div.alertShortContent
{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;	
	line-height: 34px;
}
#alertBlock div.alertShortContent p
{
	height: 35px;
	padding: 0 10px 0 15px; 
	background:url("../img/bg_button.png") top center no-repeat;
	font-weight:normal;
}
#alertBlock div.notice
{
	background:url("../img/notice.png") no-repeat center center;
	width: 23px;
	height: 23px;
	position: absolute;
	top: -5px;
	left: 7px;
}
#alertBlock div.message
{
	padding: 5px;
	background: #c5c3c0; 	
}
#alertBlock div.message .messageText
{	
	line-height: 22px;	
	height:auto;	
	font-size:14px;
}
#alertBlock div.messageText
{
	border: none;
	padding: 15px 25px;
	background: #fff;
	text-align: left;
	font-size: inherit;
	line-height: inherit;
}
#alertBlock div.deficient_amount p.cur_title
{
	color:#8b8b8b; 
	margin: 15px 0 10px 0; 
	font-size: 13px;
	line-height:18px;
}	
#alertBlock div.messageText .cur_sum
{
	color:#d44343; 
	font-size:18px;
	line-height:10px;
	margin: 0px 0 20px 0;
	font-weight: 100;
}
#alertBlock div.messageText .messageTitle
{
	font-size:17px; 
	line-height: 29px;
	margin-bottom:13px;
	color: inherit;
	font-weight: bold;
}
#alertBlock div.message .close
{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url("../img/close.png") no-repeat center center;
	
} 
#alertBlock div.deficient_amount
{	
	position: relative;
	bottom: auto;
	left: auto;
	width: auto;
	padding: 0;
	background: none;    
}

.sale-paysystem-yandex-button
{
	width:200px;
	height:38px;
	line-height:38px;
}
.order_end .wrap_order_pay .sale-paysystem-yandex-button input[type="submit"]
{
	padding:2px 5px 7px 5px;
}
@media ( min-width : 768px) and (max-width: 991px) 
{
	.btn-changed
	{
		padding: 4px 0 2px 0;
		line-height:14px;
		height: auto;
	}
	.btn-changed a
	{
		font-size:12px;
		line-height:14px;
	}
}
/*wizards*/

.sotbit_cabinet_wrapper .tabs .tab{
	float: left;
	display: block;
}
.sotbit_cabinet_wrapper .tabs .tab>input[type="radio"] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.sotbit_cabinet_wrapper .tabs .tab>label {
	display: block;
	padding: 9px 21px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	color: #9ca4b1;
	background: #ffffff;
}
.sotbit_cabinet_wrapper .tabs .content {
	z-index: 0;/* or display: none; */
	overflow: hidden;
	width: 1100px;
	padding: 10px 0;
	position: absolute;
	top: 34px;
	left: 0;
	background: #ffffff;
	opacity:0;
	transition: opacity 400ms ease-out;
	border-top: 1px solid #eeeeee;
}
.sotbit_cabinet_wrapper .tabs>.tab>[id^="tab"]:checked + label {
	top: 0;
	background: #ffffff;
	color: #9ca4b1;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid transparent;
	z-index: 15;
}
.sotbit_cabinet_wrapper .tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] {
	z-index: 1;
	opacity: 1;
	transition: opacity 400ms ease-out;
	overflow: visible;
}
.sotbit_cabinet_wrapper .tabs .tab>label img {
	margin-right: 3px;
}
.sotbit_cabinet_wrapper .tabs .widget-bx-gd-buttons span {
	color: #9ca4b1;
	border: 1px solid #eeeeee;
	padding: 7px 15px 8px 15px;
	font-family: Calibri;
	font-size: 13px;
	cursor: pointer;
}
.sotbit_cabinet_wrapper .tabs .widget-bx-gd-buttons span:last-child {
	color: #000000;
	background-color: #ffffff;
}
.sotbit_cabinet_wrapper .tabs .widget-bx-gd-buttons {
	position: absolute;
	right: 0px;
	top: -30px;
	z-index: 21;
}
.sotbit_cabinet_wrapper .tabs>.tab>[id^="tab"]:checked ~ [id^="tab-content"] > div {
	overflow: visible;
}
.personal-tab-content
{
	display:none;
}
.personal-tab-content-active
{
	display:block;
}

.personal-tab {
	float: left;
	display: block;
	cursor: pointer;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.personal-tab-active {
	border-top: 1px solid #caccd0;
	border-left: 1px solid #caccd0;
	border-right: 1px solid #caccd0;
	border-bottom: 1px solid transparent;
	box-shadow: 0 1px 0 #fff;
	color: #9ca4b1;
}
.personal-tab span:last-child {
	background: #ffffff;
	color: #6c727d;
	display: inline-block;
	padding: 9px 17px 9px 4px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}
.sotbit_cabinet_wrapper {
	width: 100%;
	margin: auto;
	position: relative;
}
.body_widgets .stop-scrolling {
	height: 100%;
	overflow: auto;
	padding-right: 0;
}
.sotbit_cabinet_wrapper .sale-acountpay-pp-company {
	z-index: 4;
}

.body_widgets {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	top: 0;
	z-index: 301;
	background: #dbdbdb;
}

.personal-tab-first .personal-tab-img {
	background: url("../img/personal.png");
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 0 0 17px;
}
.personal-tab-second .personal-tab-img {
	background: url("../img/stock.png");
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 0 0 17px;
}


/*personal left menu*/
.personal_left_wrap .left_block_general .block_title {
	background: none;
	padding: 4px;
	margin-bottom: 0;
	color: #052640;
}
.personal_left_wrap .left_block_general.block_active .block_title,
.personal_left_wrap .left_block_general:hover .block_title,
.personal_left_wrap .left_block_general:active .block_title {
	background: none;
	color: #052640;
	border: 0;
}



.personal_left_wrap .left_block_general .block_title:hover .block_title_in,
.personal_left_wrap .left_block_general .block_title:active .block_title_in,
.personal_left_wrap .left_block_general.block_active .block_title_in,
.personal_left_wrap .left_block_general:hover .block_title_in,
.personal_left_wrap .left_block_general:active .block_title_in {
	background: none;
	color: #052640;
	border: 0;
}
.personal_left_wrap .left_block_general .block_title_in {
	font-size: 18px;
	background: transparent;
	border: 0;
	line-height: 35px;
	color: #052640;
	padding: 0 3%;
	margin-bottom: 0;
}
.personal_left_wrap .left_block_general .block_title:hover .block_title_in span,
.personal_left_wrap .left_block_general .block_title:active .block_title_in span,
.personal_left_wrap .left_block_general.block_active .block_title_in span,
.personal_left_wrap .left_block_general:hover .block_title_in span,
.personal_left_wrap .left_block_general:active .block_title_in span {
	color: #052640;
}
.personal_left_wrap .left_block_general .block_title_in span {
	font-family: ProximaNova;
	font-size: 16px;
	color: #052640;
	display: inline-block;
	position: relative;
}
.desc_fly_1_bg:after {
	content: ""!important;
}
.personal_left_wrap
{
	
}
.sotbit_cabinet_wrapper .personal_left_wrap
{
	margin-top:0px;
	padding-top:10px;
}
.personal_left_wrap a {
	color: #6c727d;
	padding-left: 4%;
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-family: ProximaNova;
}
.personal_left_wrap .nik_name {
	margin-bottom: 0;
	height: 28px;
}
.sotbit_cabinet_wrapper .sm-margin-no
{
	margin-left:0;
	margin-right:0;
}
.personal-widget-content
{
	border-right:1px solid #caccd0;
	border-left:1px solid #caccd0;
	border-bottom:1px solid #caccd0;
}

.sotbit-cabinet-access-no .personal-widget-content
{
	border:1px solid #caccd0;
}

.personal_left_wrap .left_block_general:last-child
{
	margin-bottom:0;
}

.blank_right-side_full .blank_resizer
{
	background-image:none;
	left:-22px;
}
.sotbit-cabinet-access-no .personal-widget-content
{
	margin-top:45px;
}
.sotbit_cabinet_wrapper .sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons
{
	top:-35px;
}
@media ( max-width : 768px) 
{
	.sotbit_cabinet_wrapper .personal_left_wrap
	{
		margin-bottom:20px;
	}
	.personal-widget-content
	{
		border:0;
	}
	.blank_resizer
	{
		display:none;
	}
	.sotbit-cabinet-access-no .sotbit_cabinet .sw--all_widgets {
		height: 60px;
	}
	.sotbit-cabinet-access-no .sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons 
	{
		top: -17px;
	}
	.sotbit_cabinet_wrapper .sotbit_cabinet .sw--all_widgets .widget-bx-gd-buttons
	{
		top:0;
	}
}



.personal_left_wrap a {
	color: #6c727d;
	padding-left: 4%;
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-family: ProximaNova;
}
.personal_left_wrap .nik_name {
	margin-bottom: 0;
	height: 28px;
	text-align: center;
	padding: 3% 3% 3% 3%;
}
.border-profile{
	border: 1px solid #caccd0;
	padding: 0px;
	margin-left: 0;
	margin-right: 0;
	
}
.wrapper_blank_resizer .personal-right-content
{
	padding:10px 10px 10px 0;
}
.personal-wrapper-access .tabs {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	position: relative;
	padding: 0;
	border-bottom: 1px solid #caccd0;
}
.personal-wrapper-access .border-profile
{
	border-top:0;
}
.sotbit_reviews_personal_reviews .error-delete,
.sotbit_questions_personal_questions .error-delete,
.sotbit_comments_personal_comments .error-delete
{
	display:none;
}
.blank_right-side_full
{
	padding-left:10px;
}
.sotbit_cabinet .widgets_cabinet
{
	z-index:302;
}
.sale-paysystem-yandex-button
{
	width:200px;
	height:38px;
	line-height:38px;
}
.order_end .wrap_order_pay input[type="submit"]
{
	padding:2px 5px 7px 5px;
}
@media (min-width: 768px)
{
	.blank_left_side_inner
	{
		width:243px;
		padding-left:10px;
	}
	.personal-tab
	{
		width:125px;
		text-align:center;
	}
}
/*=========regions==========*/
.select-city-wrap
{
	margin-top:15px;
}
.select-city__block__text i
{
	display:none;
}
.select-city__block__text
{
	font-family: "Times New Roman", Arial, sans-serif!important;
	color:#6c727d!important;
	font-size:12px!important;
	text-transform:uppercase;
}
.select-city__block__text-city
{
	font-family: "Times New Roman", Arial, sans-serif!important;
	color:#052640!important;
	font-size:14px!important;
}
.select-city__block__text-city:after
{
	color:#052640!important;
	font-size:14px!important;
	font-weight:bold;
	display:inline-block;
	vertical-align: middle;
	content:"\f107";
	font-family: FontAwesome;
	padding-left:3px;
}
.select-city__dropdown-wrap
{

}
.select-city__dropdown
{
	background:#f6f6f6!important;
	border:1px solid #cfd2d9;
	box-shadow:none!important;
}
.select-city__dropdown__title
{
	font-size:14px!important;
	color:#052640!important;
	text-align:left!important;
	padding-left:12px;
}
.select-city__dropdown__choose__yes
{
	color:#797979!important;
	background: #ffffff!important;
	font-family: "Times New Roman", Arial, sans-serif!important;
	font-size:13px!important;
}
.select-city__dropdown__choose__no
{
	background:#052640!important;
	font-family: "Times New Roman", Arial, sans-serif!important;
	font-size:13px!important;
}
.select-city__modal-wrap
{
	border:1px solid #000;
	outline: 6px solid #c5c3c0;
}
.select-city__close
{
	background: url(../img/mister_detail_fancybox_close.png) no-repeat!important;
	height: 38px!important;
	width: 37px!important;
	right:-55px!important;
}
.select-city__modal__title-wrap .select-city__modal__title
{
	color:#6c727d!important;
	font-size:22px!important;
	font-family: 'ProximaNova', Arial!important;
}
.select-city__modal__title-wrap #select-city__js
{
	color:#000000!important;
	font-size:22px!important;
	font-family: 'ProximaNova', Arial!important;
}
.select-city__modal__list__title
{
	color:#6c727d!important;
	font-family: 'ProximaNova', Arial!important;
	font-size:16px!important;
}
.select-city__modal-wrap .select-city__modal__list__item
{
	color:#142439!important;
	font-family: "Times New Roman", Arial, sans-serif!important;
}
.select-city__modal-wrap .select-city__modal__list__item:hover
{
	color:#3465a1!important;
	text-decoration-color:#3465a1!important;
}
.select-city__modal__submit__title
{
	color:#6c727d!important;
	font-family: 'ProximaNova', Arial!important;
	font-size:16px!important;
}
.select-city__modal__submit__block-wrap
{
	border:1px solid #cfd2d9;
	background: #ffffff!important;
}
.select-city__modal__submit__input
{
	border:1px solid #959595;
}
.select-city__modal__submit__block-wrap__input_wrap
{
	margin-right:14px;
}
.select-city__modal__submit__btn
{
	color: #fffefe!important;
	font-family: 'ProximaNova', Arial!important;
	font-size:13px!important;
	background: #14243a!important;
}
.select-city__modal__submit__input
{
	font-family: "Times New Roman", Arial, sans-serif!important;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	font-family: "Times New Roman", Arial, sans-serif!important;
}
.modal__overlay
{
	background-color: rgba(255, 255, 255, 0.7)!important;
}