/* Fonts ->> */
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/FontAwesome_4.7.0/fonts/fontawesome-webfont.eot');
	src: url('fonts/FontAwesome_4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'),
	url('fonts/FontAwesome_4.7.0/fontawesome-webfont.woff2') format('woff2'),
	url('fonts/FontAwesome_4.7.0/fontawesome-webfont.woff') format('woff'),
	url('fonts/FontAwesome_4.7.0/fontawesome-webfont.ttf') format('truetype'),
	url('fonts/FontAwesome_4.7.0/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('fonts/calibri/calibri.eot');
	src: url('fonts/calibri/calibri.woff') format('woff'),
	url('fonts/calibri/calibri.ttf') format('truetype'),
	url('fonts/calibri/calibri.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto';
	src: url('fonts/roboto/Roboto-Regular.eot');
	src: url('fonts/roboto/Roboto-Regular.woff') format('woff'),
	url('fonts/roboto/Roboto-Regular.ttf') format('truetype'),
	url('fonts/roboto/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url(fonts/opensans/OpenSans-Regular.ttf);
}
 @font-face {
	font-family: 'OpenSans-bold';
	src: url(fonts/opensans/OpenSans-Bold.ttf);
}

@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/Ubuntu/Ubuntu-Regular.eot');
	src: url('fonts/Ubuntu/Ubuntu-Regular.woff') format('woff'),
	url('fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype'),
	url('fonts/Ubuntu/Ubuntu-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'a_CampusCaps';
    font-style: normal;
    font-weight: 400;
    src: local('a_CampusCaps'), local('a_CampusCaps-Regular'),
	url('fonts/a_CampusCaps/a_CampusCaps-Regular.woff2') format('woff2'),
    url('fonts/a_CampusCaps/a_CampusCaps-Regular.woff') format('woff');
}
/* Fonts END */
.op_none span {
	display: none;
}
.price_text {
	font-size: 16px;
	color: #000;
	margin-right: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
/* Header ->> */
#cart > a {
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#cart .content {
	top: 30px !important;
}
#header > .top-header {
	background: #006699;
	border-bottom: 1px solid #fff;
}
.top-nav {
	padding-top: 4px;
}
.top-nav .topbox {
	border-right: none;
	padding: 6px 7px;
}
.top-nav .topbox > a,
.select2  {
	font-size: 17px !important;
	color: #fff;
	letter-spacing: 0.03em;
	
}
.top-nav .topbox > a {
	margin-bottom: 9px;
}
.top-nav .topbox > a:hover {
	color: #fff;
	text-decoration: underline;
}
.topbox.top-nav__currencies,
.topbox.top-nav__languages {
	position: relative;
}
span.select2 {
	width: 42px;
	background: none;
}
.top-nav #currency span {
	width: 53px !important;
}
span.select2::after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #fff;
	text-shadow: 3px 3px 3px #000;
	cursor: default;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}
option.option {
	color: #000;
}
.top_logo {
	float: none;
	padding: 0;
/*	box-shadow: 4px 6px 4px rgba(0, 0, 0, 0.3);*/
	margin: 0;
	background: #000;
	border-radius: 5px;	
	overflow: hidden;
	position: relative;
	margin-right: 25px;
}
.top_logo::after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	animation: shine2 4s infinite;
}

@keyframes shine2 {
	0%,50% {
		left: 75%;
	}
	90% {
		left: 125%;
	}
}
.top_logo img {
	display: block;
	max-width: 100%;
}
#header .header_container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 12px 5px 28px;
}
#header .header_container .new_topinfo_1 {
	margin: auto;
}
#header .header_container .text_h1 {
	font-family: 'roboto';
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #237bb7;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-style: italic;
	line-height: 1.3;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
}
#header #new_search {
	width: 100%;
	position: relative;
}
#header .new_input_search {
	width: 100%;
	font-size: 16px;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	transition: 0.3s 0.1s ease;
}
#header .new_input_search:focus {
	outline: none;
	transform: scale(1.1);
	border: 1px solid #444;
}

#header .new_button_search {
	width: 26px;
	height: 26px;
	background: url(/catalog/view/theme/polianna/image/my-img/fone-icon.png) no-repeat;
	background-position: -16px -1px;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	transition: 0.3s 0.1s ease;
	z-index: 15;
	cursor: pointer;
}
#header .new_input_search:focus ~ .new_button_search {
	right: -10px;
}
.new_topinfo_2 {
	transform: skew(1deg);
}
#header .tell {
	margin: 0;
	list-style-type: none;
	padding: 5px;
	border-radius: 6px 10px 10px 12px;
	background-size: cover;
}
#header .tell li {
	font-family: 'roboto';
	font-size: 17px;
	color: #237B84;
	line-height: 1.2;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
	position: relative;
	border: none;
	text-align: right;
}
#header .tell li:first-child {
/*	border-top: 2px dashed #efcc9d;*/
}
#header .tell li:last-child {
	margin-bottom: 0;
/*	border-bottom: 2px dashed #efcc9d;*/
}
.colormenu.default {
	border-top: 1px solid #fff;
}
@media screen and (max-width: 960px) {
	#header .new_input_search:focus {
		transform: scale(1);
	}
	#header .new_input_search:focus ~ .new_button_search {
		right: 6px;
	}
}
@media screen and (max-width: 920px) {
	#header .header_container {
		justify-content: space-between;
		max-width: 700px;
		padding: 12px 5px 35px;
	}
	#header .header_container .new_topinfo_1 {
		order: 1;
		flex-grow: 1;
	}
	#header .header_container .text_h1 {
		margin: 20px 0 10px;
	}
}
@media only screen and (max-width: 770px) {
	.top_logo {
	 	width: auto;
	}
}
@media only screen and (max-width: 480px) {
	#header .header_container {
		justify-content: space-around;
	}
	.top_logo {
		width: 157px;
		margin-right: 0;
	}
	#header .header_container .text_h1 {
		font-size: 20px;
	}
	#header .tell li {
	    font-size: 16px;
	}
	#header .tell li:last-child {
		font-size: 12px;
	}
}
@media only screen and (max-width: 405px) {
	.top_logo {
	    width: 114px;
	}
	#header .header_container .text_h1 {
		font-size: 17px;
	}
}
/* Header END */

/* Main MENU ->> */
.colormenu.fixed {
	box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.5);
}

.menu .menuResp > li {
	position: relative;
	transition: 0.3s ease-in-out;
}
/*.menu .menuResp > li:nth-child(9) {
	width: 72px;
	background: red;
	margin: -7px 0 0;
	padding: 7px 0 0;
	border-radius: 0 8px 0 0;
	z-index: 9999;
}
.menu .menuResp > li:nth-child(9)::after {
	content: "";
	position: absolute;
	height: 4px;
	width: 6px;
	left: -4px;
	top: 0;
	background: red;
	z-index: -1;
}

.menu .menuResp > li:nth-child(9)::before {
	content: "";
	position: absolute;
	height: 7px;
	width: 8px;
	left: -8px;
	top: 0;
	border-radius: 8px 8px 0 0;
	background: #C02031;
}*/

.menu .menuResp > li:hover {
	box-shadow: none;
}
/*.menu .menuResp > li:nth-child(9) > a {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	letter-spacing: 0.03em;
	transition: 0.3s ease-in-out;
	text-align: center;
}
.menu .menuResp > li:nth-child(9) > a:hover {
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
.menu .menuResp > li:nth-child(9) > a:active {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.menu .menuResp > li:nth-child(9) > a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 47%;
	border-width: 20px 36px;
	border-style: solid;
	border-color: transparent #f00 transparent #f00;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	z-index: -1;
}*/
.menu .menuResp > li.new_brand a{ background-color:#0d9324;}
.menu .menuResp > li.new_brand a:hover{ background-color:#12a12a;}
#my_topmenu * {
    padding: 0;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    background: none;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
}

#my_topmenu {
	display: block;
	width: 100%;
	border: none;
	box-sizing: border-box;
	top: 50px;
	left: 0;
	transform: scale(0) translateX(500px);
	transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#my_topmenu::before {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background: transparent;
	opacity: 0;
	position: absolute;
	left: 1px;
	bottom: 90%;
}
.menu .menuResp > li:hover #my_topmenu {
	transform: scale(1) translateX(0);
}

ul#my_ul_first {
	width: 100vw;
	background: #fff;
	padding: 15px 0;
	box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.8);
}
ul#my_ul_first li > a {
	min-width: 180px;
	background: #006699;
	font-size: 17px;
	text-align: right;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #ccc;
	padding: 7px 7px 7px 0;
	margin-bottom: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	position: relative;
	right: -20px;
	transition: 0.3s ease-in-out;
}
ul#my_ul_first li:last-child > a {
	margin-bottom: 0;
}
ul#my_ul_first li > a::after {
	content: "";
	border-style: solid;
	border-width: 0 0 12px 24px;
	border-color: transparent;
	border-left-color: #ccc;
	position: absolute;
	right: -1.5px;
	bottom: -13px;
	z-index: -1;
	transition: 0.3s ease-in-out;
}
ul#my_ul_first li > a span {
	min-height: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	transition: 0.3s ease-in-out;
}
ul#my_ul_first li > a:hover {
	background: #ddd;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;;
}
ul#my_ul_first li > a:hover::after {
	border-left-color: #ddd;
}
ul#my_ul_first li > a:hover span {
	color: #222;
}
@media only screen and (max-width: 1016px) {
	.colormenu.fixed {
		width: 55vw;
		max-width: 200px;
		min-width: 200px;
		max-height: 77vh;
		overflow: auto;
		top: 5px;
		left: 5px;
		border-radius: 10px;
	}
	.colormenu.fixed .prapper {
		min-width: 0;
		padding: 0;
	}
	.btn-navbar div {
		margin-left: 10px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.menu1 .mobilemenu span.head {
		right: initial;
		left: 0;
	}
	.menu1 .mobilemenu li {
		padding-left: 25px;
		max-width: 190px;
		box-sizing: border-box;
	}
	.menu1 .mobilemenu li.new_brand a{ background-color:#0d9324;}
	.menu1 .mobilemenu li.new_brand a:hover{ background-color:#12a12a;}
	#my_topmenu {
		top: 0;
		transform: scale(1) translateX(0);
	}
	#my_topmenu::before {
		width: auto;
	}
	ul#my_ul_first {
		max-width: 160px;
		min-width: 151px;
		margin-left: -28px;
	}
	ul#my_ul_first li > a {
		min-width: 0;
		right: -12px;
		padding-left: 5px;
		font-size: 15px;
	}
}
/* Main MENU END */


/* brands ->> */

.menu .menuResp > li #topbrand {
	overflow: auto;
	width: 481px;
	display: none;
	padding: 0;
	border: none;
	max-height: 60vh;
	left: auto !important;
	right: 0 !important;
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1200px) {
    .menu .menuResp > li #topbrand {
     right: auto !important;   
    }
}
.menu .menuResp > li > div.topmenu {
	box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.5);
}


#topbrand .column_brand {
	width: 100%;
}
#topbrand .column_brand ul {
	margin: 0 0 5px 0;
}
#topbrand .column_brand ul li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 10px 10px 0 10px;
}
#topbrand .column_brand ul li > div {
	width: 100%;
	margin-left: 20px;
	font-size: 20px;
}
#topbrand .column_brand li a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #f4f4f4;
	border: 1px solid;
	width: 215px;
	box-sizing: border-box;
	margin: 5px 3px 3px 3px;
	padding: 0;
	transition: background 0.3s ease-in;
}
#topbrand .column_brand li a span {
	transition: color 0.2s ease;
}
#topbrand .column_brand li a:hover {
	background: #013068;
}
#topbrand .column_brand li a:hover span {
	color: #fff;
}
.menu .menuResp .sub_image {
	margin: 5px 5px 2px 5px;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#topbrand .column_brand li a:hover .sub_image {
	-webkit-transform: translate(-1px, -1px);
	    -ms-transform: translate(-1px, -1px);
	        transform: translate(-1px, -1px);
}
.menu .menuResp .sub_image img {
	margin: 0;
}
#topbrand .column_brand span {
	background-color: initial;
	min-height: auto;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
/* brants END */


/* Курс валют */
.container_curse * {
	box-sizing: border-box;
}
.container_curse {
	min-width: 220px;
	position: absolute;
	right: 4px;
	bottom: -3px;
}
.container_curse .line {
	border: 2px solid #036;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.5);
	padding: 2px 10px;
	background: #ff0000;
}
.container_curse .line_text {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 420px) {
	.container_curse {
		left: 5px;
		right: 5px;
		text-align: center;
	}
}
/* Курс валют END */



/* Slider --> */
#content .box:last-child{
	margin-bottom: 0;
}
#content img {
	display: block;
	max-width: 100%;
}
#content .section_1 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border: 4px solid #fff;	
    margin: 20px 5px 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	z-index: 100;
	overflow: hidden;
}
#content .section_1 ul,
#content .section_4 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content .section_1 .text_side {
	flex-grow: 1;
	background: #013068;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 195px;
	padding: 0 25px 0 0px;
	position: relative;
}

#content .section_1 .text_side::after,
#content .section_1 .text_side::before {
	content: "";
	display: block;
	width: 61px;
	height: 50%;
	background: #013068;
	position: absolute;
	top: 0;
	right: -29px;
	transform: skewX(17deg);
	z-index: 1;
	box-sizing: border-box;
	border-right: 5px solid #fff;
	box-shadow: 1px 0px 0px 0px rgba(0,0,0,0.6);
}
#content .section_1 .text_side::before {
	height: 50.3%;
	top: initial;
	bottom: 0;
	transform: skewX(-17deg);
	z-index: 2;
}

#content .section_1 .text_h1 {
	font-family: 'Ubuntu';
	font-size: 35px;
	line-height: 1.2;
	text-align: center;
}
#content .section_1 .text_h1:first-child {
	margin-bottom: 20px;
}
#content .section_1 .text_h1 span.br {
	display: block;
}
#content .section_1 .text_h1 span.color_wrap {
	color: #ff0000;
}
.section_1 .slide_side {
	width: 100%;
	max-width: 800px;
	min-width: 150px;
}
@media screen and (max-width: 1145px) {
	#content .section_1 .text_side .text_h1 {
		font-size: 30px;
	}
}
@media screen and (max-width: 1048px) {
	#content .section_1 .text_side .text_h1 {
		font-size: 25px;
	}
}
@media screen and (max-width: 600px) {
	#content .section_1 .text_side {
		justify-content: flex-start;
		min-width: 110px;
		padding: 0 19px 0 5px;
	}
	#content .section_1 .text_side::after,
	#content .section_1 .text_side::before {
		width: 35px;
		right: -17px;
	}
	#content .section_1 .text_side .text_h1 {
		font-size: 16px;
	}
	#content .section_1 .text_side .text_h1 {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 380px) {
	#content .section_1 .text_side {
		justify-content: flex-start;
		min-width: 96px;
		padding: 0 10px 0 5px;
	}
	#content .section_1 .text_side::after,
	#content .section_1 .text_side::before {
		width: 19px;
		right: -11px;
	}
	#content .section_1 .text_side .text_h1 {
		font-size: 14px;
	}
	#content .section_1 .text_side .text_h1 {
		margin-bottom: 0;
	}
}
/* Slider END */

/* Главная страница ->> */

/* Section_2 */
#content .section_2 {
	padding: 0 5px;
}
#content .section_2 .text_h2,
#content .section_3 .text_h2,
#content .section_4 .text_h2,
#content .section_5 .text_h2 {
	font-size: 20px;
	font-family: 'Ubuntu';
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#content .section_2 .item_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 0 15px 0 30px;
	margin-left: -30px;
}
#content .section_2 .item {
	flex-grow: 1;

	min-width: 175px;
	height: 120px;
	background: #013068;
	margin: 0 15px 10px 0;
	box-sizing: border-box;
	position: relative;

	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Ubuntu';
	font-size: 19px;
	color: #fff;
	text-align: right;
}
#content .section_2 .item:nth-child(even) {
	background: #006699;
}

#content .section_2 .item::before,
#content .section_2 .item::after {
	content: "";
	display: block;
	border: 60px solid transparent;
	border-left: 30px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#content .section_2 .item::after {
	border-left-color: #013068;
	left: 100%;
	z-index: 1;
}
#content .section_2 .item:nth-child(even)::after {
	border-left-color: #006699;
}
#content .section_2 .item .text_p {
	position: relative;
	right: -20px;
	z-index: 2;
}
@media screen and (max-width: 461px) {
	#content .section_2 .text_h2,
	#content .section_3 .text_h2,
	#content .section_4 .text_h2 {
		margin-bottom: 20px;
	}
	#content .section_2 .item_container {
		padding: 0 5px 0 30px;
	}
	#content .section_2 .item {
		height: 54px;
		min-width: 130px;
		font-size: 14px;
		line-height: 1.3;
	}
	#content .section_2 .item::before,
	#content .section_2 .item::after {
		border: 27px solid transparent;
		border-left: 20px solid #fff;
	}
	#content .section_2 .item::after {
		border-left-color: #013068;
	}
	#content .section_2 .item .text_p {
		top: -1px;
		right: -14px;
	}
	#content .section_2 .item:last-child .text_p {
		right: -31px;
	}
}
/* Section_2 */

/* Section_3 ->> */
#content .section_3 img {
	display: block;
	max-width: 100%;
	z-index: 1;
}

#content .section_3 {
	background: #e8e8e8;
	padding: 20px 5px 30px 5px;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	margin: 0 5px;
}

#content .section_3 .row_1, 
#content .section_3 .row_2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-bottom: 30px;
}
#content .section_3 .row_1 .item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 360px;
	flex-grow: 1;
	margin-bottom: 20px;
}
#content .section_3 .row_1 .item .text_block {
	max-width: 204px;
}
#content .section_3 .row_2 .item {
	margin-bottom: 10px;
}

#content .section_3 .item .thumb {
	border-radius: 3px;
	border: 2px solid #013068;
	width: 204px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#content .section_3 .item .thumb a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 8vmax;	
	max-height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Ubuntu';
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	background: rgba(0, 102, 153, 0.7);
	overflow: hidden;
	transition: 0.3s 0.1s ease-in-out;
}
#content .section_3 .item .thumb a:hover {
	background: rgba(0, 102, 153, 0.5);
}
#content .section_3 .item .thumb a::after,
#content .section_3 .row_1 .item .text_block a::after,
#topcontrol::after,
.box-category > li a::after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
#content .section_3 .item .thumb a:hover::after,
#content .section_3 .row_1 .item .text_block a:hover::after,
#topcontrol:hover::after,
.box-category > li a:hover::after  {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	90% {
		left: 125%;		
	}
}
@keyframes shine {
	90% {
		left: 125%;
	}
}

#content .section_3 .row_1 .item .text_block {
	display: flex;
	flex-flow: column nowrap;
	flex-grow: 1;
	margin-left: 10px;
}
#content .section_3 .row_1 .item .text_block a {
	display: block;
	width: 100%;
	background: #013068;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	border-radius: 5px;
	padding: 6px 6px 8px 12px;
	margin-bottom: 10px;
	transition: 0.3s 0.1s ease-in-out;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
#content .section_3 .row_1 .item .text_block a:last-child {
	margin-bottom: 0;
}
#content .section_3 .row_1 .item .text_block a:hover {
	background: #006699;
}
@media screen and (max-width: 414px) {
	#content .section_3 .row_1 .item {
		align-items: center;
		margin-left: 2px;
	}
	#content .section_3 .item .thumb,
	#content .section_3 .row_2 .thumb {
		width: 146px;
	}
}
/* Section_3 END */

/* Текст на главной ->> */
#content .section_4 {
	margin: 0 5px;
}
#content .section_4 .text_container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#content .section_4 ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#content .section_4 p {
	padding: 0;
	margin: 0 0 15px 0;
}
#content .section_4 .text_h2 {
	margin-bottom: 20px;
}
#content .section_4 .text_container .left_side {
	margin-right: 20px;
}
#content .section_4 .text_container .flex_items {
	flex-grow: 1;
	width: 270px;
	font-family: 'Ubuntu';
	font-size: 15px;
	line-height: 1.3;
	color: #777;
}

#content .section_4 .text_container .flex_items .text_h3 {
	font-size: 18px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 1px;
	color: #222;
}
#content .section_4 .text_container .flex_items p {
	text-indent: 20px;
}
@media screen and (max-width: 645px) {
	#content .section_4 .text_container .flex_items p {
		text-indent: 0;
	}
}
@media screen and (max-width: 592px) {
	#content .section_4 .text_container {
		flex-flow: column wrap;
	}
	#content .section_4 .text_container .left_side {
		margin-right: 0;
	}
	#content .section_4 .text_container .flex_items {
		flex-grow: 0;
		width: 100%;
	}

}
/* Текст на главной END */
/* Section_5 ->> */
#content .section_5 {
margin: 0 5px;
display:block;
}
#content .section_5 .js_brands {
display:block;
padding: 0; 
}
#content .section_5 .js_brands ul{
display: flex;	
list-style: none;
padding: 0;
flex-flow: row wrap;
justify-content: space-between;
align-content: space-between;
align-items: flex-start;
}
.js_brands li {
overflow: hidden;
flex: 0 0 auto;	
list-style-type: none;
text-align: center;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
height:2em;
width:18%;
font-family: 'a_CampusCaps';
padding: 7px 20px;
margin-right: 2%;
margin-bottom: 10px;
border-radius: 5px;
border-left: 10px solid #013068; 
box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     -2px -2px 5px 0 rgba(0,0,0,.1),
    2px 2px 5px 0 rgba(0,0,0,.1),
    -2px 2px 5px 0 rgba(0,0,0,.1);
font-size: 1.5em;
line-height: 1.5em;
transition: 0.3s all linear;
}
.js_brands li a {
width:100%;
display: block;
text-align: center;
color:#000;
}
.js_brands li:nth-child(2n){border-color: #ff1616;}
.js_brands li:nth-child(5n){margin-right: 0;}
.js_brands li:nth-child(15n){border-color: #013068;background-color:#013068;color:#fff;border-left:none;}
.js_brands li:nth-child(15n) a{color:#fff;}

.js_brands li:hover {border-left: 10px solid transparent;}
.js_brands li:nth-child(1n):hover {border-right: 10px solid #013068;}
.js_brands li:nth-child(2n):hover {border-right: 10px solid #ff1616;}
.js_brands li:nth-child(5n):hover {margin-right: 0;}
.js_brands li:nth-child(15n):hover {border-color: #006699;background-color:#006699;color:#fff;border-left:none;}

@media screen and (max-width: 1200px) {
.js_brands li {width:22%;font-size: 1.3em;line-height: 1.3em;}
.js_brands li:nth-child(4n){margin-right: 0;}
.js_brands li:nth-child(5n){margin-right: 2%;}
.js_brands li:nth-child(4n):hover {margin-right: 0;}
.js_brands li:nth-child(5n):hover {margin-right: 2%;}	
}
@media screen and (max-width: 985px) {
.js_brands li {width:30%;font-size: 1.1em;line-height: 1.1em;}
.js_brands li:nth-child(3n){margin-right: 0;}
.js_brands li:nth-child(4n){margin-right: 2%;}
.js_brands li:nth-child(5n){margin-right: 2%;}
.js_brands li:nth-child(3n):hover {margin-right: 0;}
.js_brands li:nth-child(4n):hover {margin-right: 2%;}
.js_brands li:nth-child(5n):hover {margin-right: 2%;}	
}
@media screen and (max-width: 750px) {
.js_brands li {width:30%;font-size: 0.9em;line-height: 0.9em;}	
}
@media screen and (max-width: 450px) {
.js_brands li {width:30%;font-size: 0.65em;line-height: 0.65em;}	
}
/* Section_5 END */
/* Главная страница END */


/* Обложка карточки товара ->> */
.product-grid,
.overview {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#boxfeatured {
	overflow: visible;
}
#boxfeatured .item.block {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 5px 10px;
	overflow: visible;
}
.block:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 4px 0 0 4px;
}
#boxfeatured .block:nth-child(4n+4):hover,
#boxfeatured .block:nth-child(4n+3):hover {
	border-radius: 0px 4px 4px 0px;
}
.featur #boxfeatured .block:hover, 
.last22	#boxfeatured .block:hover {
	border-radius: 4px !important;	
}
#boxfeatured .image_but {
	position: relative;
	overflow: hidden;
}
.block .image {
	overflow: hidden;
	position: relative;
}
/*.block .image::before,*/
.new_btn_up::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
/*.block:hover .image::before,*/
.new_btn_up:hover::before{
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.block .image_but::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #402b1d;
	visibility: hidden;
	transition: 0.35s linear;
	transform: scaleX(0);
}
.block:hover .image_but::after {
		visibility: visible;
		transform: scaleX(1);
}
.block img {
	display: block;
	max-width: 100%;
	transition: transform 0.4s linear;
}
.block:hover img {
	transform: scale(1.2);
}
.new_quickview {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 25%;
	right: -40px;
	margin-top: -20px;
	transition: 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	cursor: pointer;
}
.new_btn_quickview {
	position: relative;
	font-size: 27px;
}
.block:hover .new_quickview {
	right: 20px;
}
.new_btn_quickview::before {
	content: '\f00e ';
	font-family: 'FontAwesome';
	color: #32353a;
	text-shadow: 2px 0px 2px #fff,
	0px -2px 2px #fff,
	-2px 0px 2px #fff,
	0px 2px 2px #fff;
	transition: all 0.2s ease-in-out;
}
.new_quickview:hover .new_btn_quickview::before {
	color: red;
}

#boxfeatured .half_2 {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
	flex-grow: 1;
}
.boxfeatured .name,
.product-grid .name a {
	height: auto;
}
.block .name {
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	overflow: visible !important;
}
.block .name a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.2;
	position: relative;
	transition: all 0.3s linear;
	padding: 5px 0;
	margin: 0;
}
.block .name a:hover {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.block .name a:active {
	top: 1px;
	left: 1px;
}
.btn_and_prise {
	margin-top: 10px;
}
.block .price {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.btn_and_prise .price-old,
.btn_and_prise .price-new {
	display: block !important;
}
#boxfeatured .savemoney {
	width: auto;
	height: auto;
	font-family: 'Calibri';
	font-size: 20px;
	line-height: 17px;
	font-style: italic;
	font-weight: bold;	
	border-radius: 0 3px 3px 0;
	padding: 8px 17px 8px 10px;	
	top: 6px;
	left: -1px;
	box-shadow: -1px 2px 3px rgba(0,0,0,.4);
}
#boxfeatured .savemoney::before,
#boxfeatured .savemoney::after {
	content: "";
	position: absolute;
}
#boxfeatured .savemoney::before {
	width: 7px;
	height: 100%;
	top: 0;
	left: -6.5px;
	padding: 0 0 7px;
	background: inherit;
	border-radius: 5px 0 0 5px;
}
.savemoney::after {
	width: 5px;
	height: 5px;
	bottom: -5px;
	left: -4.5px;
	background: lightblue;
	border-radius: 5px 0 0 5px;	
}
.new_btn_up {
	display: block;
	width: 150px;
	background: #ff1616;
	font-size: 18px;
	color: transparent;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
	outline: none;
	position: relative;
	transition: 0.3s all ease;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.new_btn_up:hover {
	background: #006699;
}
.new_btn_up:active{
	transform: scale(0.95);
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.9);
}
.over_btn,
.out_btn {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	color: #fff;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0.5px;
	text-decoration: none;
	border: none;
	transition: 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55);
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 2;
}
.out_btn {
	top: 60px;
}	
.new_btn_up:hover .over_btn {
	top: -60px;
}
 .new_btn_up:hover .out_btn {
	top: 0px;
}

.block .singleclick {
	font-size: 14px;
	color: #777;
	display: inline-block;
	margin: 5px 0 5px 0;
	border-bottom: 1px dotted #777;
	transition: all 0.3s linear;
	cursor: pointer;
	position: relative;
}
.block .singleclick:hover {
	color: #402b1d;
	border-bottom-color: #402b1d;
}
.block .singleclick:active {
	top: 1px;
	left: 1px;
}
.block .singleclick::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #402b1d;
	visibility: hidden;
	transition: 0.3s linear;
	transform: scaleX(0);
}
.block .singleclick:hover::after {
	visibility: visible;
	transform: scaleX(1);
}

.block:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 4px 0 0 4px;
}
#boxfeatured .block:nth-child(4n+4):hover,
#boxfeatured .block:nth-child(4n+3):hover {
	border-radius: 0px 4px 4px 0px;
}

#boxfeatured .description {
	background: #fff;
	position: absolute;
	top: -1px;
	left: 99%;
	height: 100.4%;
	border: 0px solid transparent;
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	width: 0;
	transition: width 0.35s ease;
	z-index: 100;
	overflow: hidden;
	box-shadow: 3px 0px 0px 0px #003366;
}

#boxfeatured .block:nth-child(4n+4) .description,
#boxfeatured .block:nth-child(4n+3) .description {
	left: initial;
	right: 99%;
	border-radius: 4px 0px 0px 4px;
	box-shadow: -3px 0px 0px 0px #003366;
}
#boxfeatured .description span {
	display: inline-block;
	line-height: 1.4;
	color: #222;
	width: 100%;
	padding: 15px;
	opacity: 0;
	box-sizing: border-box;
	transition: opacity 0.35s ease, transform 0.35s 0.2s ease;
	transform: translateY(-100%);
}
#boxfeatured .block:hover .description {
	width: 200px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
#boxfeatured .block:nth-child(4n+4):hover .description,
#boxfeatured .block:nth-child(4n+3):hover .description {	
	border: 1px solid #003366;
	border-right: none;
}
#boxfeatured .block:hover .description span {
	opacity: 1;
	transform: translateY(0);
}

/* АДАПТИВ обложки карточки товара ->> */
@media screen and (max-width: 1200px) {
	#boxfeatured .block:nth-child(4n+4):hover,
	#boxfeatured .block:nth-child(4n+3):hover {
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(4n+4) .description,
	#boxfeatured .block:nth-child(4n+3) .description {
		left: 99%;
		right: initial;
		box-shadow: 3px 0px 0px 0px #003366;
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(4n+4):hover .description,
	#boxfeatured .block:nth-child(4n+3):hover .description {
		border: 1px solid #029FFC;
		border-left: 0px solid #003366;
	}
/*_*/

	#boxfeatured .block:nth-child(3n+2):hover,
	#boxfeatured .block:nth-child(3n+3):hover {
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(3n+2) .description,
	#boxfeatured .block:nth-child(3n+3) .description {
		right: 99%;
		left: initial;
		box-shadow: -3px 0px 0px 0px #029ffc;
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(3n+2):hover .description,
	#boxfeatured .block:nth-child(3n+3):hover .description {
		border: 1px solid #029FFC;
		border-right: 0px solid #003366;
	}
}
@media screen and (max-width: 992px) {

	#boxfeatured .block:nth-child(3n+2):hover,
	#boxfeatured .block:nth-child(3n+3):hover {
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(3n+2) .description,
	#boxfeatured .block:nth-child(3n+3) .description {
		left: 99%;
		right: initial;
		box-shadow: 3px 0px 0px 0px #003366;
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(3n+2):hover .description,
	#boxfeatured .block:nth-child(3n+3):hover .description {
		border: 1px solid #003366;
		border-left: 0px solid #003366;
	}
/*_*/

	#boxfeatured .block:nth-child(2n+2):hover {
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(2n+2) .description {
		right: 99%;
		left: initial;
		box-shadow: -3px 0px 0px 0px #003366;
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(2n+2):hover .description {
		border: 1px solid #029FFC;
		border-right: 0px solid #003366;
	}
}
@media screen and (max-width: 770px) {

	#boxfeatured .block:nth-child(2n+2):hover {
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(2n+2) .description {
		left: 99%;
		right: initial;
		box-shadow: 3px 0px 0px 0px #003366;
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(2n+2):hover .description {
		border: 1px solid #029FFC;
		border-left: 0px solid #003366;
	}
/*_=_*/


	#boxfeatured .block:nth-child(3n+2):hover,
	#boxfeatured .block:nth-child(3n+3):hover {
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(3n+2) .description,
	#boxfeatured .block:nth-child(3n+3) .description {
		right: 99%;
		left: initial;
		box-shadow: -3px 0px 0px 0px #003366;
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(3n+2):hover .description,
	#boxfeatured .block:nth-child(3n+3):hover .description {
		border: 1px solid #029FFC;
		border-right: 0px solid #003366;
	}
}
@media screen and (max-width: 752px) {
	#boxfeatured .block:last-child {
		margin: 0 239px 10px 5px;
	}
	#boxfeatured .overview .block:last-child {
		margin: 0 5px 10px 5px;
	}
	#boxfeatured .block:nth-child(3n+2):hover,
	#boxfeatured .block:nth-child(3n+3):hover {
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(3n+2) .description,
	#boxfeatured .block:nth-child(3n+3) .description {
		left: 99%;
		right: initial;
		box-shadow: 3px 0px 0px 0px #003366;
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(3n+2):hover .description,
	#boxfeatured .block:nth-child(3n+3):hover .description {
		border: 1px solid #029FFC;
		border-left: 0px solid #003366;
	}
/*_*/

	#boxfeatured .block:nth-child(2n+2):hover {
		border-radius: 0 4px 4px 0;
	}
	#boxfeatured .block:nth-child(2n+2) .description {
		right: 99%;
		left: initial;
		box-shadow: -3px 0px 0px 0px #029ffc;
		border-radius: 4px 0 0 4px;
	}
	#boxfeatured .block:nth-child(2n+2):hover .description {
		border: 1px solid #003366;
		border-right: 0px solid #003366;
	}
}
@media screen and (max-width: 520px) {
	#boxfeatured .block:last-child {
		margin: 0 5px 10px;
	}
	#boxfeatured .block {
		border-radius: 4px;
		width: 150px;
		box-sizing: border-box;
		padding: 0 0 10px;
	}
	.block .name {
		padding: 0 5px;
	}
	.block .name a {
		font-size: 14px;
	}
	.new_btn_up {
		width: 120px;
	}
	#boxfeatured .block:hover .description {
		display: none;
	}
}
/* АДАПТИВ обложки карточки товара END */

/* Обложка карточки товара END */

/* Переключатель сетрки на список ->> */
.new_grid,
.new_list {
	cursor: pointer;
	font-size: 15px;
	color: #666;
	padding-left: 20px;
	position: relative;
	opacity: 0.6;
}
.new_grid {opacity: 1;}
.new_list {padding-left: 30px;}

.new_grid::before,
.new_list::before {
	content: '\f009';
	font-family: 'FontAwesome';
	position: absolute;
	top: 1px;
	left: 2px;
}
.new_list::before {
	content: '\f0c9';
    left: 12px;
}
#boxfeatured .item.block.list_view_item {
	flex-flow: row wrap;
	justify-content: space-around;
	width: 94%;
	box-sizing: border-box;
	padding: 10px 10px 0;
}
#boxfeatured .item.block.list_view_item:hover {
	border-radius: 4px !important;
}
#boxfeatured .item.block.list_view_item .half_2 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
#boxfeatured .item.block.list_view_item .name a {
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
#boxfeatured .item.block.list_view_item .price {
	font-size: 22px;
}
#boxfeatured .item.block.list_view_item .description {
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	position: static;
	box-shadow: none;
	display: block;
}
#boxfeatured .item.block.list_view_item .description span {
	opacity: 1;
	transform: translateY(0);
}
#boxfeatured .item.block.list_view_item:hover .description {
	width: auto;
	border: none;
}
#boxfeatured .item.block.list_view_item:nth-child(4n+4):hover .description,
#boxfeatured .item.block.list_view_item:nth-child(4n+3):hover .description {
    border-left: none !important;
}
#boxfeatured .item.block.list_view_item:last-child {
	margin: 0 5px 10px;
}
@media screen and (max-width: 1075px) {
	#boxfeatured .item.block.list_view_item .half_2 {
		max-width: 240px;
		flex-grow: 0;
	}
}
@media screen and (max-width: 788px) {
	#boxfeatured .item.block.list_view_item {
		padding: 0;
	}
	#boxfeatured .item.block.list_view_item .half_2 {
		width: 200px;
		max-width: 100%;
	}
}
@media screen and (max-width: 479px) {
	#boxfeatured .item.block.list_view_item {
		padding: 10px 10px 0 10px;
	}
	#boxfeatured .item.block.list_view_item .half_2 {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}
/* Переключатель сетрки на список END */


/* Lest_column ->> */
#column-left .box::last-child,
#column-right .box::last-child {
	margin-bottom: 0;
}
#column-left .box .box-heading,
#column-right .box .box-heading {
	background: #006699;
	font-size: 21px;
	color: #fff;
	text-align: center;	
	padding: 7px;
	margin: 0 -10px;
	position: relative;
	text-shadow: 1px 1px 1px #000;
}
#column-left .box .box-heading::before,
#column-right .box .box-heading::before {
	content: "";
	border-style: solid;
	border-width: 13px 0 0 19px;
	border-color: transparent;
	border-top-color: #867878;
	position: absolute;
	left: -1px;
	bottom: -13px;
	z-index: -1;
}
#column-left .box .box-heading::after,
#column-right .box .box-heading::after {
	content: "";
	border-style: solid;
	border-width: 0 0 12px 24px;
	border-color: transparent;
	border-left-color: #867878;
	position: absolute;
	right: -1.5px;
	bottom: -12px;
	z-index: -1;
}
ul.box-category {
	background-color: #eee;
	border: none;
	border-radius: 0;
	padding: 5px 10px 10px;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 2px 1px #000;
}
.box-category > li  a {
	padding: 8px;
	transition: 0.3s 0.1s ease-in-out;
	overflow: hidden;
	position: relative;
	text-shadow: 1px 1px 1px #aaa;
}
.box-category > li > a.active {
	background-color: #ccc;
	text-shadow: 1px 1px 1px #aaa;
	text-align: center;
	border: 1px solid #fff;
	border-bottom: none;
}
.box-category > li > ul {
	background-color: #ddd;
	border: 1px solid #fff;
	border-top: none;
}
.box-category > li > ul a.active {
	background-color: #fff;
}
/* Lest_column END */


/* New Footer ->> */
#topcontrol {
	bottom: 55px !important;
	right: 2% !important;
	z-index: 101;
}
#topfooter .prapper {
	width: 100%;
	max-width: 100%;
	padding: 0 !important;
}
#topfooter .part.topfooter-info {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
}
.socset {
	display: none;
}
div#footer {
	display: none;
}
div#powered {
	display: none;
}
.new_footer * {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			  box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.new_footer .wrapper {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.new_footer .footer_top {
	background: #fff;
}
.new_footer .footer_top p {
	max-width: 555px;
	font-family: 'Ubuntu';
	font-size: 14px;
	color: #454545;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
#topfooter .part p {
	padding: 10px 0 0 2px;
}
.new_footer .footer_top p:last-child {
	margin-bottom: 35px;
}
.new_footer .footer_top .thumb {
	float: right;
	margin-top: 5px;
}
.new_footer .footer_top .thumb img {
	display: block;
	max-width: 100%;
}
.new_footer .footer_content,
.new_footer .footer_bottom {
	background: #003366;
	color: #fff;
}
.new_footer .footer_content {
	padding-top: 25px;
}

.new_footer .flex_contauner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 565px;
	margin-bottom: 40px;1
}
.new_footer .flex_contauner ul,
.new_footer .flex_contauner .right_side {
	flex-grow: 1;
	width: 50%;
}

.new_footer .icon_elements {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.01em;
	margin: 0 0 2px 15px;
	position: relative;
}
.new_footer .icon_elements::after,
.new_footer .icon_a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: #fff;
	box-shadow: 1px 2px 1px #000;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.new_footer .icon_elements:hover::after,
.new_footer .icon_a:hover::after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.new_footer .icon_elements::before,
.new_footer .icon_a::before {
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: -14px;
	transform: translateY(-59%);
	text-shadow: 1px 1px 1px #000;
}
.new_footer .icon_elements:active {
	top: 1px;
	left: 1px;
}
.new_footer .icon_elements:hover,
.new_footer .icon_a:hover {
	text-shadow: 1px 2px 1px #000;
}
.new_footer .footer_content p,
.new_footer .right_side ul li {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 30px;
	padding: 0 !important;
}
.new_footer .flex_contauner .right_side ul {
	width: 100%;
}
.new_footer .flex_contauner .right_side ul li {
	letter-spacing: 0.04em;
	margin-bottom: 1px;
}
.new_footer .flex_contauner .right_side ul li:last-child {
	font-size: 14px;
}
.new_footer .footer_bottom {
	border-bottom: 1px solid #fff;
}

.new_footer .icon_a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.01em;
	padding-bottom: 1px;
	border-bottom: 1px dotted #fff;
	margin: 0 15px 2px 0;
	position: relative;
	visibility: hidden;
}
.new_footer .icon_a::before {
	left: initial;
	right: -12px;
	transform: translateY(-56%);
}
.new_footer .icon_a:active {
	top: 1px;
	left: 1px;
}
.new_footer .last {
	margin-bottom: 0 !important;
}

.new_footer .footer_bottom .wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	min-height: 70px;
}
.new_footer .footer_bottom .wrapper p {
	flex-grow: 1;
}
.new_footer .footer_bottom .wrapper p:last-child {
	text-align: right;
}

@media screen and (max-width: 1020px) {
	.new_footer .footer_top .wrapper {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
	.new_footer .footer_top .p_wrap {
		width: 300px;
		flex-grow: 1;
	}
	.new_footer .footer_top .thumb {
		width: 300px;
		margin: 5px 0 10px 0;
		float: none;
		flex-grow: 1;
		order: 1;
	}
}
@media screen and (max-width: 646px) {
	.new_footer .footer_top .wrapper {
		padding: 0;
	}
	.new_footer .footer_top .p_wrap  {
		padding: 0 10px;
	}
	.new_footer .footer_top .thumb {
		margin: 0;
	}
	.new_footer .flex_contauner {
		max-width: 100%;
	}
	.new_footer .flex_contauner ul,
	.new_footer .flex_contauner .right_side {
		width: 205px;
		border: 2px solid #fff;
		margin: 0 5px 10px;
		padding: 10px;
		box-shadow: 3px 4px 3px 1px #000;
	}
	.new_footer .flex_contauner .right_side ul {
		text-align: center;
		margin: 0;
		border-radius: 0;
		border-top: none;
		border-left: none;
		box-shadow: 0px 1px 5px 1px #000;
	}
}

/* New Footer END */

/* buttom UP ->> */
#topcontrol {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #003366;
	position: relative;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	transition: 0.3s ease-in-out;
	overflow: hidden;
}
#topcontrol img {
	display: none;
}
#topcontrol::before {
	content: '\f077';
	font-family: 'FontAwesome';
	font-size: 33px;
	color: #fff;
	position: relative;
	top: -2px;
}
#topcontrol:active {
	transform: scale(0.95);
	box-shadow: 1px 1px 2px 0px #000;
}
/* buttom UP END */

.em_com_ua {
	display: inline-block;
	font-family: 'OpenSans';
	font-size: 16px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	letter-spacing: 0.01em;
	margin: 0 0 2px 0;
	position: relative;
}
.em_com_ua::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: #fff;
	box-shadow: 1px 2px 1px #000;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.em_com_ua:hover::after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.em_com_ua:hover {
	color: #fff;
	text-shadow: 1px 2px 1px #000;
}
.em_com_ua:active {
	top: 1px;
	left: 1px;
}
@media screen and (max-width: 400px) {
	.em_com_ua {
		font-size: 14px;
		margin: 0 -5px 10px -8px;
	}
}

.op_tion .op_inp {
	opacity: 0;
}
.op_none {
	position: relative;
	padding-left: 20px;
	line-height: 20px;
}
.op_none::before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.op_link {
	position: relative;
}
.op_none.op_link::before {
	content: '\f192';
	
}