@font-face {
	font-family: 'Oxygen-regular';
	src: url('../fonts/Oxygen.eot');
	src: url('../fonts/Oxygen.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen.woff2') format('woff2'),  url('../fonts/Oxygen.woff') format('woff'),  url('../fonts/Oxygen.ttf') format('truetype'),  url('../fonts/Oxygen.svg#Oxygen') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/Raleway-Bold.eot');
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Bold.woff2') format('woff2'),  url('../fonts/Raleway-Bold.woff') format('woff'),  url('../fonts/Raleway-Bold.ttf') format('truetype'),  url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Oxygen-Bold';
	src: url('../fonts/Oxygen-Bold.eot');
	src: url('../fonts/Oxygen-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Oxygen-Bold.woff2') format('woff2'),  url('../fonts/Oxygen-Bold.woff') format('woff'),  url('../fonts/Oxygen-Bold.ttf') format('truetype'),  url('../fonts/Oxygen-Bold.svg#Oxygen-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Thin';
	src: url('../fonts/Raleway-Thin.eot');
	src: url('../fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-Thin.woff2') format('woff2'),  url('../fonts/Raleway-Thin.woff') format('woff'),  url('../fonts/Raleway-Thin.ttf') format('truetype'),  url('../fonts/Raleway-Thin.svg#Raleway-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-ExtraLight';
	src: url('../fonts/Raleway-ExtraLight.eot');
	src: url('../fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),  url('../fonts/Raleway-ExtraLight.woff2') format('woff2'),  url('../fonts/Raleway-ExtraLight.woff') format('woff'),  url('../fonts/Raleway-ExtraLight.ttf') format('truetype'),  url('../fonts/Raleway-ExtraLight.svg#Raleway-ExtraLight') format('svg');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'RalewayMedium';
	src: url('../fonts/raleway-medium.eot');
	src: url('../fonts/raleway-medium.eot') format('embedded-opentype'),  url('../fonts/raleway-medium.woff2') format('woff2'),  url('../fonts/raleway-medium.woff') format('woff'),  url('../fonts/raleway-medium.ttf') format('truetype'),  url('../fonts/raleway-medium.svg#RalewayMedium') format('svg');
}
/*====================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'Oxygen-regular';
	color: #000000;
}
#main {
	min-height: 100%;
}
.red {
	outline: 1px solid red;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.img_cont {
	display: block;
	text-align: center;
}
.img_cont img {
	max-width: 100%;
	height: auto;
}
.align_center {
	display: block;
	text-align: center;
}
a {
	text-decoration: none;
	outline: none;
}
textarea:focus, input:focus, select:focus {
	outline: none
}
input[type="search"] {
	-webkit-appearance: none;
}
.inner_left {
	padding-right: 15px;
}
.inner_right {
	padding-left: 15px;
}
.slick-slide:focus {
	outline: none;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1;
	font-weight: normal;
	color: #232F84;
	font-family: 'Oxygen-Bold';
}
/*==========================*/
.menu_button {
	height: 50px;
	width: 60px;
	left: 170px;
	top: -3px;
	text-align: center;
	position: absolute;
	background: transparent;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 999;
	margin-top: 0;
}
.menu_button.active span i:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 16%;
	left: 27px;
}
.menu_button.active span i:nth-child(2) {
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	opacity: 0;
}
.menu_button.active span i:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	top: 57%;
	left: 23px;
}
.menu_button span {
	width: 60px;
	height: 70px;
	position: absolute;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 1;
}
.menu_button span i {
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	width: 68%;
	height: 6px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #232F85;
	-webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: opacity .1s ease .1s, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .1s ease .1s;
	transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.menu_button span i:nth-child(1) {
	top: 15%;
}
.menu_button span i:nth-child(2) {
	top: 31%;
}
.menu_button span i:nth-child(3) {
	top: 47%;
}
.main_menu .navbar-header {
	position: relative;
}
/*=====================*/
@media (max-width: 992px) {
.main_menu .navbar-nav {
	margin-top: 54px;
}
}
/*--------------*/
.main_menu .navbar-default .navbar-toggle:focus, .main_menu .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.main_menu .navbar-default .navbar-toggle {
	border-color: transparent;
	padding: 4px 10px;
}
.main_menu .navbar-default .navbar-collapse, .main_menu .navbar-default .navbar-form {
	border: 0;
	box-shadow: none;
}
/*==================*/
@media (max-width: 992px) {
.main_menu .navbar-header {
	float: none;
}
.main_menu .navbar-left, .navbar-right {
	float: none !important;
}
.main_menu .navbar-toggle {
	display: block;
}
.main_menu .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.main_menu .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.main_menu .navbar-collapse.collapse {
	display: none!important;
}
.main_menu .navbar-nav {
	margin-top: 65px;
	background: white;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 1000;
}
.main_menu .navbar-nav>li {
	float: none;
}
.main_menu .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_menu .collapse.in {
	display: block !important;
}
}
/*========================*/
.top_panel {
	display: table;
	width: 100%;
	position: relative;
}
.top_panel>div {
	display: table-cell;
	vertical-align: top;
}
.logo {
	width: 300px;
	padding-top: 15px;
}
.logo a {
	display: block;
	text-decoration: none;
}
.logo a:hover, .logo a:focus {
	opacity: 0.8;
	text-decoration: none;
}
.logo a img {
	width: 100%;
	height: auto;
}
.main_menu {
	display: inline-block;
	float: right;
}
.main_menu .navbar-default {
	margin: 0;
}
.twitter_div {
	display: inline-block;
	float: right;
	margin-left: 15px;
	padding-top: 5px;
}
.twitter_div a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: right;
	font-size: 30px;
	color: #5EA9DD;
	vertical-align: middle;
	line-height: 30px;
}
.twitter_div a:hover, .twitter_div a:focus {
	text-decoration: none;
	color: #000;
}
.log_reg {
	display: inline-block;
	float: right;
	margin-left: 15px;
}
/*-------------------------*/
.color_blue {
	color: #232F84;
}
.logo span {
	display: block;
	padding-top: 5px;
	color: #232F84;
	text-transform: uppercase;
	font-family: 'Oxygen-Bold';
	font-size: 19px;
}
.log_reg a {
	display: block;
	color: #232F84;
	padding: 8px 5px 3px 0;
	font-family: 'Oxygen-Bold';
}
.log_reg a:focus, .log_reg a:hover {
	color: #EA1D96;
	text-decoration: none;
	background-color: transparent;
}
.search {
	display: inline-block;
	float: right;
	margin-left: 15px;
	margin-top: 8px;
}
.search_form {
	position: relative;
	width: 200px;
	height: 30px;
	margin-left: 20px;
}
.search_form input[type=text] {
	width: 100%;
	padding: 4px 50px 4px 12px;
	background-color: #DEDEDE;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
	border: 0;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	height: 30px;
	outline: none;
}
.search_form input[type=text]:focus {
	background-color: #DEDEDE;
}
.search_form button {
	border: 0;
	width: 44px;
	height: 30px;
	color: #232F84;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	outline: none;
	display: block;
}
.search_form button span {
	position: absolute;
	right: 6px;
	top: -1px;
	display: block;
	font-size: 22px;
	vertical-align: middle;
	height: 30px;
	width: 30px;
}
.search_form input[type=text]::-webkit-input-placeholder {
 color: #232F85;
}
.search_form input[type=text]::-moz-placeholder {
 color: #232F85;
}
/* Firefox 19+ */
.search_form input[type=text]:-moz-placeholder {
 color: #232F85;
}
/* Firefox 18- */
.search_form input[type=text]:-ms-input-placeholder {
 color: #232F85;
}
.search_form input[type=text]::placeholder {
 color: #232F85;
}
/*=========================*/
.navbar-default {
	background-color: transparent;
	border: 0;
	padding: 0;
}
@media (min-width: 992px) {
.main_menu .navbar-nav {
	display: table;
	width: 100%;
}
.main_menu .navbar-nav>li {
	display: table-cell;
	float: none;
	text-align: right;
}
.main_menu .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
}
/*==================*/
.main_menu .navbar-default .navbar-nav>li>a {
	color: #232F85;
	text-align: right;
	padding-right: 0;
	padding-top: 10px;
	padding-left: 22px;
}
.main_menu .navbar-default .navbar-nav>li>a:focus, .main_menu .navbar-default .navbar-nav>li>a:hover {
	color: #EA1D96;
	text-decoration: none;
	background-color: transparent;
}
.main_menu .navbar-default .navbar-nav>.active>a, .main_menu .navbar-default .navbar-nav>.active>a:focus, .main_menu .navbar-default .navbar-nav>.active>a:hover {
	color: #232F85;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/active_punct.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.main_menu .navbar-default .navbar-nav>li>a>span {
	padding-left: 5px;
	font-size: 15px;
	line-height: 1;
	position: relative;
	top: -2px;
}
/*==========================*/
.phone {
	float: right;
	display: inline-block;
	margin-top: 0px;
}
.phone a {
	display: block;
	color: #232F85;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'Oxygen-Bold';
}
.phone a:focus, .phone a:hover {
	color: #EA1D96;
	text-decoration: none;
	background-color: transparent;
}
/*==================*/
.log_reg .glyphicon {
	font-size: 26px;
	line-height: 1;
}
/*===============================*/
@media (min-width: 992px) {
.category_menu .navbar-nav {
	display: table;
	width: 100%;
}
.category_menu .navbar-nav>li {
	display: table-cell;
	float: none;
	text-align: left;
}
.category_menu .navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
}
/*---------------------*/
.category_menu .navbar-default .navbar-nav>li>a {
	color: #232F84;
	font-size: 14px;
}
.category_menu .navbar-default .navbar-nav>li>a:focus, .category_menu .navbar-default .navbar-nav>li>a:hover {
	color: #EA1D96;
	text-decoration: none;
	background-color: transparent !important;
}
.category_menu .navbar-default .navbar-nav>.active>a, .category_menu .navbar-default .navbar-nav>.active>a:focus, .category_menu .navbar-default .navbar-nav>.active>a:hover {
	color: #232F85;
	text-decoration: none;
	background-color: transparent !important;
	background-image: url(../img/active_punct.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*=====================================*/
@media (max-width: 992px) {
.category_menu .navbar-header {
	float: none;
}
.category_menu .navbar-left, .navbar-right {
	float: none !important;
}
.category_menu .navbar-toggle {
	display: block;
}
.category_menu .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.category_menu .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.category_menu .navbar-collapse.collapse {
	display: none!important;
}
.category_menu .navbar-nav {
	margin-top: 0px;
	background: white;
	width: 100%;
}
.category_menu .navbar-nav>li {
	float: none;
}
/* .category_menu  .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/
.category_menu .collapse.in {
	display: block !important;
}
}
/*=============================*/
.main_slider_body {
	margin: 0;
}
.main_slider_body.slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.main_slider_body >div {
	position: relative;
}
.main_slider_body >div img {
	width: 100%;
	height: auto;
}
.main_slider_body .slick-slide {
	position: relative;
}
.main_slider_body .prev, .main_slider_body .next {
	display: block;
	top: 50%;
	width: 30px;
	height: 45px;
	position: absolute;
	color: rgba(255,255,255,0.5);
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	margin-top: -25px;
}
.main_slider_body .prev:hover, .main_slider_body .next:hover, .main_slider_body .prev:focus, .main_slider_body .next:focus {
	color: rgba(255,255,255,1);
}
.main_slider_body .next {
	right: 10px;
	text-align: right;
}
.main_slider_body .prev {
	left: 2px;
	text-align: left !important;
}
.slider_caption {
	font-family: 'Raleway-ExtraLight';
	color: rgba(255,255,255,1);
	font-size: 38px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding-right: 30px;
	padding-left: 30px;
	border-left: 1px solid rgba(255,255,255,1);
}
.slider_caption h2 {
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 30px;
	font-family: 'Raleway-ExtraLight';
	color: rgba(255,255,255,1);
	margin-top: 15px;
}
.branD_cont {
	position: absolute;
	right: 25px;
	bottom: 15px;
	width: 240px;
}
.branD_cont img {
	width: 100%;
	height: auto;
}
/*---------------------*/
.main_slider_body .slick-dots li.slick-active button:before, .main_slider_body .slick-dots li.slick-active button:hover, .main_slider_body .slick-dots li.slick-active button:focus {
	opacity: 0;
}
.main_slider_body .slick-dots li button:before, .main_slider_body .slick-dots li button:hover, .main_slider_body .slick-dots li button:focus {
	opacity: 0;
}
.main_slider_body .slick-dots li {
	overflow: hidden;
	width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 1px solid rgba(255,255,255,0.3);
}
.main_slider_body .slick-dots li.slick-active {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
}
.main_slider_body .slick-dots {
	bottom: 10px;
}
/*------------------*/
.under_slider {
	background-color: #F0F0F0;
}
.under_slider ul {
	display: table;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.under_slider ul>li {
	display: table-cell;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 2px solid #fff;
}
.under_slider ul>li:last-child {
	border-right: 0px;
}
.under_slider ul>li p {
	margin: 0;
	font-size: 16px;
	font-family: 'Oxygen-Bold';
}
.under_slider ul>li span {
	display: block;
	margin: 0;
	font-size: 12px;
	font-family: 'RalewayMedium';
}
/*=====================*/
.top_description p {
	margin-top: 35px;
	max-width: 900px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.to_something {
	display: block;
	color: #737373;
	text-align: center;
	font-size: 30px;
}
.to_something:hover, .to_something:focus {
	text-decoration: none;
	opacity: 0.8;
}
/*======================*/
.goods_greed h2 {
	color: #232F85;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.goods_greed_body {
}
.row_6 {
	margin-left: -6px;
	margin-right: -6px;
}
.goods_greed_body .row_6>div {
	padding: 3px;
}
.good_box {
	display: block;
	text-align: center;
	color: #232F84;
	position: relative;
	border: 1px solid #232F84;
}
.goods_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #232F84;
	padding-top: 5px;
}
.good_box> img {
	width: 100%;
	height: auto;
}
.goods_text:hover, .goods_text:focus {
	text-decoration: none;
	color: #EA1D96;
	opacity: 0.9;
}
.featured_product_header img {
	width: 125px;
}
.featured_product_header strong {
	font-weight: normal;
	font-family: 'Oxygen-Bold';
	display: block;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	font-size: 19px;
	line-height: 1;
}
.featured_product_footer {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-transform: uppercase;
	font-family: 'Oxygen-Bold';
	font-size: 19px;
}
.color_white {
	color: #fff;
}
.goods_text:hover .color_white, .goods_text:focus .color_white {
	text-decoration: none;
	color: #EA1D96;
	opacity: 0.9;
}
/*==================*/
.our_range {
	margin-bottom: 40px;
}
.our_range .good_box {
	border: 0px;
}
.good_box_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.good_title {
}
.good_container {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin-top: -85px;
	height: 100%;
}
.good_title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-weight: normal;
	font-family: 'Oxygen-Bold';
	display: table;
	font-size: 19px;
	line-height: 1;
	text-transform: uppercase;
	color: #232F84;
	height: 85px;
	z-index: 10;
	padding-left: 15px;
	padding-right: 15px;
}
.good_title span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.good_container_inner {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,0.8);
	height: auto;
	top: 0px;
	padding-top: 85px;
}
/*----------------------------*/

.brand_container {
	display: block;
	padding: 10px;
	padding-top: 0;
	text-align: center;
	overflow: hidden;
	max-height: 255px;
}
.brand_container img {
	height: 40px;
	width: auto;
	margin: 5px;
}
/*----------------*/
.partners {
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #B1B1B1;
}
.partners_body ul {
	display: table;
	width: 100%;
}
.partners_body ul li {
	display: table-cell;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
.partners_body ul li img {
	/*width: 100%;
	height: auto; */
	max-width: 100%;
}
/*==========================*/
footer {
	background-color: #F0F0F0;
}
.footer_body {
	display: table;
	width: 100%;
	color: #6F6D6D;
	padding-top: 65px;
	padding-bottom: 65px;
	font-family: 'RalewayMedium';
	font-size: 14px;
}
.footer_body>div {
	display: table-cell;
	vertical-align: top;
	padding-right: 50px;
}
.footer_body>div:nth-child(2n) {
	padding-right: 0px;
}
.footer_body>div:last-child {
	padding-right: 0px;
}
.footer_body h4 {
	font-family: 'Raleway-Bold';
	color: #6F6D6D;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer_body ul {
	margin-bottom: 30px;
}
.footer_body ul li {
	margin-bottom: 6px;
}
.f_link a {
	display: block;
	font-family: 'Raleway-Bold';
	color: #6F6D6D;
}
.f_link b {
	font-family: 'Raleway-Bold';
	color: #6F6D6D;
}
.img_block {
	margin-top: 20px;
}
.img_block img {
	height: 70px;
	width: auto;
}
.footer_body>div:nth-child(2n) ul {
	margin-bottom: 0;
}
/*-----------------*/
.central_div {
	text-align: center;
}
.logo_footer {
	width: 155px;
	margin-left: auto;
	margin-right: auto;
}
.logo_footer a {
	display: block;
}
.logo_footer a:hover, .logo_footer a:focus {
	color: #EC008C;
	text-decoration: none;
}
.logo_footer a img {
	max-width: 100%;
	height: auto;
}
.logo_footer a:hover img {
	opacity: 0.9;
}
.logo_footer_phone {
	font-size: 25px;
	margin-top: 10px;
	color: #232F84;
	font-family: 'Oxygen-regular';
}
.to_catalogue {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
}
.to_catalogue img {
	max-width: 100%;
}
.to_catalogue a {
	display: block;
	font-size: 19px;
	color: #000;
}
.to_catalogue a:hover, .to_catalogue a:focus {
	color: #EC008C;
	text-decoration: none;
}
/*========================*/
.footer_menu {
}
.footer_menu ul {
	display: inline-block;
	float: left;
}
.footer_menu ul:first-of-type {
	padding-right: 60px;
}
.footer_menu ul li a {
	color: #58595B;
	display: block;
}
/*========================*/
.footer_footer {
	border-top: 8px solid #ED008C;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #232F85;
}
.footer_footer .container {
	position: relative;
}
.payment {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.payment ul {
	display: table;
	width: 100%;
}
.payment ul li {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}
.payment ul li img {
	width: 100%;
	height: auto;
}
.made_in {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
}
.made_in a {
	display: block;
	color: #F0F0F0;
	text-decoration: none;
	font-family: 'RalewayMedium';
	font-size: 14px;
}
/*==========================*/
.product_page {
	color: #232F84;
}
.breadcrumbs {
	background-color: #F0F0F0;
}
.breadcrumb {
	padding: 8px 0px 0;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	margin-top: 0px;
}
.breadcrumb a {
	color: #232F84;
}
.breadcrumb>li+li:before {
	padding: 0 10px;
	color: inherit;
	content: "\/";
	color: #232F84;
}
.breadcrumb>li {
	padding-bottom: 13px;
}
.breadcrumb li.active {
	color: #232F84;
	font-family: 'Oxygen-Bold';
	background: url(../img/active_punct.png) right bottom no-repeat;
}
/*---------------------------*/
.product_slider {
}
.gallery {
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}
.thumbs {
	overflow: hidden;
	padding-left: 0px;
}
.thumbs img, .largeImage {
	cursor: pointer;
	width: 100%;
	height: auto;
}
.thumbs img {
	margin: 0 0 0 0px;
	width: 70%;
	height: auto;
}
.thumbs {
	margin-left: -5px;
	margin-right: -5px;
}
.thumbs li {
	width: 25%;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.thumbs li span {
	font-size: 12px;
	display: block;
	color: #232F84;
	height: 35px;
	overflow: hidden;
}
.panel_m {
	position: relative;
	margin-bottom: 60px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
/*--------------*/
.zm {
	color: #A5A3A4;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 36px;
	height: 36px;
	text-align: center;
	background: url(../img/lens.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.zm span {
	margin-right: 15px;
	font-size: 30px;
}
/*------------------*/
.pr_ch {
	padding: 20px 15px;
	color: #232F85;
}
.pr_ch h3 {
	padding-top: 30px;
	color: #232F85;
	margin-bottom: 10px;
}
.pr_ch ul {
	display: table;
}
.pr_ch ul>li {
	display: table-row;
}
.pr_ch ul>li>div {
	display: table-cell;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #232F85;
}
.pr_ch ul>li>div:first-child {
	padding-right: 20px;
	font-family: 'Oxygen-Bold';
}
.prod_logo {
	width: 190px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.prod_logo img {
	width: 100%;
	height: auto;
}
.good_desc_header h1 {
	font-size: 29px;
	margin-bottom: 30px;
}
.good_desc_header p {
	line-height: 1.8;
	font-size: 18px;
}
.good_desc_body .img_cont img {
	margin-left: 15px;
	margin-right: 15px;
	width: 90px;
	height: auto;
	vertical-align: top;
}
.good_calc {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 50px;
	padding-bottom: 20px;
}
.good_calc h3 {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.good_calc ul {
	display: table;
	width: 100%;
}
.good_calc ul li {
	display: table-row;
}
.good_calc ul li:first-child, .good_calc ul li>div:first-child, .good_calc ul li>div:nth-child(4n) {
	font-family: 'Oxygen-Bold';
}
.good_calc ul li>div:nth-child(3n) {
	text-align: center;
}
.good_calc ul li>div {
	display: table-cell;
	vertical-align: top;
	padding: 2px 8px;
}
/*=========================*/
.select_main {
	padding: 0;
	width: 60px;
	height: 20px;
	line-height: 20px;
	position: relative;
	font-size: 14px;
	border: 1px solid #232F84;
	display: inline-block;
	background: url(../img/blue_arrow.png) 98% center no-repeat;
}
.select_main select {
	width: 100%;
	height: 20px;
	position: relative;
	border: none;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	line-height: 20px;
}
.select_main p {
	padding: 0 10px;
	width: 60px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #232F84;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	margin: 0;
}
/*vote======================*/
.vote label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
	margin-left: -20px;
	top: 0px;
	vertical-align: bottom;
	font-weight: normal;
}
.vote input[type=checkbox] {
	display: none;
}
.vote label:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 50%;
	border: 1px solid #232F84;
	margin-top: -23px;
}
.vote input[type=checkbox]:checked + label:before {
	content: " ";
	color: #232F84;
	font-size: 20px;
	text-align: center;
	line-height: 14px;
	background: url(../img/tick.png) center center no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
/*====================*/
.total_g {
	float: right;
    border: 1px solid #232F84;
    display: inline-block;
    margin-right: 15px;
    margin-top: 20px;
    padding: 3px 10px 5px;
    font-family: 'Oxygen-Bold';
    font-size: 16px;
}
.good_calc_block button[type=submit] {
	border: 0;
	background-color: #DEDEDE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	outline: none;
	color: #232F84;
	font-family: 'Oxygen-Bold';
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	height: 30px;
	padding-left: 25px;
	padding-right: 25px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	font-size: 16px;
}
.good_calc_block button[type=submit] .glyphicon {
	font-size: 13px;
	padding-left: 12px;
	padding-right: 10px;
	color: #EC018A;
}
.good_calc_block button[type=submit] .flaticon-shopping-purse-icon {
	font-size: 12px;
	position: relative;
	top: -2px;
}
.good_calc_block button[type=submit]:hover, .good_calc_block button[type=submit]:focus {
	background-color: #232F84;
	color: #fff;
}
/*=================*/
.phone_mobile {
	display: block;
	position: fixed;
	z-index: 10;
	left: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	background-color: #232F84;
	color: #fff;
	font-size: 32px;
	line-height: 53px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	outline: none;
	text-align: center;
	transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
	-o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
}
.phone_mobile:hover, .phone_mobile:focus {
	color: #232F84;
	text-decoration: none;
	background-color: #fff;
}
/*=======================*/
#toTop {
	width: 47px;
	height: 47px;
	background: #232F84;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	z-index: 100;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
	-o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
}
#toTop span {
	display: block;
	margin: 3px 0 0 0;
	font-size: 24px;
}
#toTop:hover {
	color: #232F84;
	text-decoration: none;
	background-color: #fff;
}
.category_menu .navbar-brand {
	float: right;
}
.mobile_search_button {
	width: 30px;
	height: 30px;
	color: #232F84;
	position: absolute;
	top: 76px;
	left: 15px;
	cursor: pointer;
	z-index: 9;
	font-size: 28px;
	line-height: 1;
}
/*=============================*/
.related {
	padding-top: 60px;
	border-top: 15px solid #F0F0F0;
}
.related h3 {
	margin-bottom: 30px;
}
.related_box .img_cont {
	height: 180px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.related_box .img_cont .inner {
	height: 180px;
	display: table;
	width: 100%;
}
.related_box .img_cont a {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: bottom;
}
.related_box .img_cont a:hover, .related_box .img_cont a:focus {
	opacity: 0.8;
}
.related_box .img_cont a img {
	width: auto;
	max-height: 170px;
	max-width: 130px;
	vertical-align: bottom;
}
.related_box_header {
	height: 36px;
	overflow: hidden;
}
.related_box_header h4 {
	height: 100%;
	width: 100%;
	display: table;
}
.related_box_text h4 a {
	color: #232F85;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
.related_box_text {
	text-align: center;
	font-size: 14px;
}
.related_box_text .inner {
	max-width: 130px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.related_box_text p {
	height: 100px;
	overflow: hidden;
}
.blue_type {
	background: #232F85;
	color: #fff;
}
.blue_type ul li {
	border: 0;
}
/*==========================*/
.range_header {
	display: table;
	width: 100%;
	margin-top: 10px;
}
.range_header>div {
	display: table-cell;
	width: 50%;
}
.range_header_img {
	background: url(../img/range.jpg) center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.range_header_icon {
	display: table;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
}
.range_header_icon>div {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 15px;
}
.range_header_icon>div >img {
	width: 100%;
	height: auto;
}
.range_header_text p {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.8;
}
.range_header_text {
	padding-left: 15px;
}
.range_header_footer {
	display: table;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
}
.range_header_footer>div {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.range_header_footer p {
	font-family: 'Oxygen-Bold';
}
.range_header_footer img {
	width: 100px;
}
/*=======================*/
.range_list {
	padding-top: 0px;
	padding-bottom: 30px;
}
.range_list .related_box .img_cont a img {
	max-width: 100%;/*outline: 1px solid lime;*/
}
.range_list .related_box_text .inner {
	max-width: 240px;
	text-align: center;
}
.related_box_text p a {
	color: #232F85;
}
.range_list .related_box_text p {
	height: 43px;
	overflow: hidden;
	margin-bottom: 0;
}
/*=========================*/
.grey_header {
	background-color: #F0F0F0;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 17px;
	line-height: 1;
	color: #232F84;
	font-size: 22px;
	font-family: 'Oxygen-Bold';
	text-transform: uppercase;
}
.register_page_toleft {
	background-color: #F0F0F0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.register_page h3 {
	color: #232F85;
	padding-bottom: 30px;
	font-size: 22px;
}
.form_col label {
	font-weight: normal;
	font-family: 'Oxygen-Bold';
	color: #232F84;
	margin: 0;
	padding: 0;
	font-size: 17px;
}
.form_col ul {
	display: table;
	width: 100%;
}
.form_col ul li {
	display: table-row;
}
.form_col ul li>div {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 8px;
}
.form_col ul li>div:first-child {
	width: 168px;
}
input[type=text], input[type=email], input[type=tel], input[type=password] {
	border: 1px solid #232F84;
	outline: none;
	color: #232F84;
	background: transparent;
	height: 30px;
	width: 100%;
	padding: 5px 15px;
	font-weight: normal;
}
.popup textarea {
	border: 1px solid #232F84;
	outline: none;
	background: transparent;
	height: 150px;
	width: 100%;
	padding: 15px;
}
.reg_form input[type=text] {
}
.register_page_toleft .form_col ul li:nth-child(11n) >div {
	padding-bottom: 38px;
	padding-top: 30px;
}
.register_page .note {
	font-size: 14px;
	float: right;
	font-family: 'RalewayMedium';
	margin-bottom: 20px;
	margin-top: 5px;
}
.register_page {
	color: #232F84;
}
.sb_button {
	text-align: center;
}
.register_page input[type=submit] {
	width: 140px;
	height: 30px;
	background: #232F84;
	color: #fff;
	outline: none;
	text-align: center;
	font-family: 'Raleway-Bold';
	text-transform: uppercase;
	-webkit-box-shadow: 0px 5px 20px rgba(35,47,132,0.5);
	-moz-box-shadow: 0px 5px 20px rgba(35,47,132,0.5);
	box-shadow: 0px 5px 20px rgba(35,47,132,0.5);
	border: 1px solid #232F84;
	font-size: 19px;
	margin-bottom: 50px;
}
.register_page input[type=submit]:hover, .register_page input[type=submit]:focus {
	background-color: #fff;
	color: #232F84;
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*======================*/
.register_page_toright {
	padding-top: 25px;
}
.form_col img {
	width: 100%;
}
.news_list {
}
.new_box {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.new_box>div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.new_box p {
	line-height: 1.7;
}
.new_header {
	text-align: left;
	padding-left: 15px;
	background-color: #F0F0F0;
	padding-top: 15px;
	padding-bottom: 17px;
	line-height: 1;
	color: #232F84;
	font-size: 22px;
	font-family: 'Oxygen-Bold';
}
.new_header h3 {
	font-size: 22px;
	text-transform: uppercase;
}
.under_title {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #232F84;
	font-size: 17px;
	line-height: 1.8;
}
.new_header a {
	color: #232F84;
	display: block;
}
.new_header a:hover, .new_header a:focus {
	color: #ED0087;
	text-decoration: none;
}
.read_more {
	text-align: right;
	margin-top: 10px;
}
.read_more a {
	display: block;
	color: #232F84;
	text-transform: uppercase;
	font-family: 'Oxygen-Bold';
}
.read_more a:hover, .read_more a:focus {
	color: #ED0087;
	text-decoration: none;
}
/*===================*/
.new_prewiev {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#new_prewiev_1 {
	background-image: url(../img/new1.jpg);
}
#new_prewiev_2 {
	background-image: url(../img/new2.jpg);
}
#new_prewiev_3 {
	background-image: url(../img/new3.jpg);
}
#new_prewiev_4 {
	background-image: url(../img/new2.jpg);
}
#new_prewiev_5 {
	background-image: url(../img/new1.jpg);
}
/*==========================*/
.more_items_button {
	cursor: pointer;
	text-align: center;
	color: #232F84;
	padding-top: 30px;
	padding-bottom: 30px;
}
.more_items_button:hover {
	opacity: 0.8;
	color: #ED0087;
}
.more_items_button p {
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Oxygen-Bold';
}
.more_items_button span {
	display: inline-block;
	width: 35px;
	height: 25px;
	background: url(../img/to_something.png) center top no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
}
.more_items_button span.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-sand-transform: rotate(180deg);
}
.more_items {
	display: none;
}
