@charset "utf-8";
/* CSS Document */
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	font-family: 'Montserrat', sans-serif!important;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select, textarea {
	outline: none;
	max-width:100%;
	color:#666666;
}
* {
  outline: 0 !important;
}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a {
	text-decoration: none;
	color:black;
}
a:hover {
	color:rgba(31,55,93,0.90);
}
a:active, a:hover {
    outline: 0;
}
 a img {
    border: none; /* Убираем рамку */
   }
b {
	font-weight: 600;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0; 
	font-size: 0.875rem;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	color:rgba(0,0,0,1.00);
	-webkit-font-smoothing: antialiased;
}
input {
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}
h1 {
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem!important;
    line-height: 1.2!important;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto!important;
	width: 100%;
}
h2 {
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}
img {
    max-width: 100%;
}
hr {
	display:block;
	position:relative;
	width: 100%;
	height: 1px;
	color:#000;
}
p {
	font-family: 'Montserrat', sans-serif!important;
}
.theme {
	width: 180px;
    position: fixed;
    top: 50%;
    left: -80px;
    padding: 6px 8px 8px;
    background: rgba(31,55,93,0.90);
    z-index: 9999;
    transform: rotate(90deg);
    text-align: center;
    line-height: 12px;
    margin-left: 0;
}
.theme a{
	color:#fff;
	font-size: 10px;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	display: flex;
    position: relative;
    width: 100%;
    color: #FFF;
    flex-direction: column;
}
.top-bar {
	display: block;
	position:relative;
	width: 100%;
	height: 2.5rem;
	padding:0 0.75rem;
	background: rgba(31,55,93,0.90);
}
.top-bar ul{
	display:inline-block;
	height: 2.5rem;
}
.top-bar .social {
	text-align: left;
	width: 30%;
	float:left;
}
.top-bar .call_to_action {
	text-align: right;
	float:right;
}
.top-bar .call_to_action li {
	text-align: right;
}
.top-bar li{
	display:inline-block;
    float: left;
    line-height: 2.5rem;
}
.top-bar li a{
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 0.313rem;
	color:rgba(255,255,255,0.90);
}
.top-bar .phone{
	text-align: right;
}
.top-bar .call_order{
	text-align: left;	
}
.top-bar .call_order a{
	padding: 5px 7px;
}
.mid-bar {
	display: block;
	position:relative;
	width: 100%;
	height: 4.688rem;
	padding:0 0.75rem;
}
.mid-bar ul{
/*	display:block;
	position:relative;*/
	width: 100%;
	height: 4.688rem;
	text-align: center;
	margin:0 auto;
}
.mid-bar li{
	display:inline-block;
	position:relative;
	float:left;
}
.mid-bar .menu {
	display:inline-block;
	position:relative;
	float:left;
	text-align: left;
	line-height: 4.688rem;
	z-index: 2;
	margin-top: 1.5rem;
}
.mid-bar .menu a{
	font-size: 1.375rem;
	padding:0 0.5rem;
	color:rgba(31,55,93,0.90);
}
#callme {
	font-family: 'Open Sans', sans-serif;
    display: none;
    width: 100%;
    height: 100%;
    padding: 5px;
}
#callme h2 {
	width: 250px;
    height: 80px;
    padding-bottom: 23px;
    padding-top: 3px;
    line-height: 80px;
    font-size: 16px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    text-transform: uppercase;
	border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.success {
	width: 100%;
	height: 45px;
	margin:20px 0;
	text-align: center;
	color:red;
}
#callme .logo{
	width: 100%;
	height: auto;
	text-align: center;
	margin:0 auto;
}
#callme .logo img{
	width: 50px;
	height: auto;
}
#callme label {
    width: 100%;
    display: block;
    position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
#callme label span{
	color: red;
    padding: 0 3px;
}
#callme input {
	width: 100%;
    display: block;
    position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
    padding: 0 5px;
	text-align: left;
}
#callme textarea{
	width: 100%;
    display: block;
    position: relative;
	height: 120px;
	font-size: 12px;
    padding:5px;
}
#callme button {
	display: block;
    position: relative;
	margin: 20px auto;
	font-size: 14px;
    padding: 5px 8px;
	border: 1px solid #000;
    background: #fff;
	width: 250px;
	margin-top: 0.35rem;
}
.btn-callme, 
.btn-callme:active, 
.btn-callme:focus {
    outline: none!important;
	color:#FFF;
	background: none;
	border:none;
	margin-top: 0.35rem;
}
#callme button:hover {
	background: #000;
	color:#FFF;
}
.callme-modal {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
/*----------------------------------------------------*/
a.menu-open {
	padding-left: 0!important;
	font-size: 1.375rem;
	float:left;
}
.side-menu-wrapper { /* style menu wrapper */
	background: rgba(31,55,93,0.98);
	padding: 40px 0 0 20px;
	position: fixed; /* Fixed position */
	top: 0;
	right: 0; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 99999;
	transition: 0.5s; /* CSS transition speed */
	width: 250px;
	font: 22px;
	box-sizing: border-box;
}
.side-menu-wrapper > ul{ /* css ul list style */
	list-style:none;
	padding:0;
	margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	height:95%;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block!important;
    border-bottom: 1px solid #FFF!important;
    padding: 6px 4px 6px 4px!important;
    color: #FFF!important;
    transition: 0.3s!important;
	text-decoration: none;
	float:left!important;
	text-align: left!important;
	font-size: 22px!important;
	width: 100%!important;
}
.side-menu-wrapper li{
	width: 100%!important;
}
.side-menu-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #FFF;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 45px;
    text-decoration: none;
}
.menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
a.menus-open {
	padding-left: 0!important;
	font-size: 1.375rem;
	float:left;
}
.side-menus-wrapper { /* style menu wrapper */
	background: rgba(31,55,93,0.98);
	padding: 40px 0 0 20px;
	position: fixed; /* Fixed position */
	top: 0;
	right: 0; /* Sidebar initial position. "right" for right positioned menu */
	height: 100%;
	z-index: 99999;
	transition: 0.5s; /* CSS transition speed */
	width: 250px;
	font: 22px;
	box-sizing: border-box;
}
.side-menus-wrapper > ul{ /* css ul list style */
	list-style:none;
	padding:0;
	margin:0;
    overflow-y: auto; /* enable scroll for menu items */
	height:95%;
}
.side-menus-wrapper > ul > li > a { /* links */
    display: block!important;
    border-bottom: 1px solid #FFF!important;
    padding: 6px 4px 6px 4px!important;
    color: #FFF!important;
    transition: 0.3s!important;
	text-decoration: none;
	float:left!important;
	text-align: left!important;
	font-size: 22px!important;
	width: 100%!important;
}
.side-menus-wrapper li{
	width: 100%!important;
}
.side-menus-wrapper > a.menu-close { /* close button */
    padding: 8px 0 4px 23px;
    color: #FFF;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 45px;
    text-decoration: none;
}
.menus-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.2);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
/*----------------------------------------------------*/
.mid-bar .search {
	display:inline-block;
	position:relative;
	float:left;
	text-align: left;
	line-height: 4.688rem;
	z-index:2
}
.mid-bar .search a{
	font-size: 1.375rem;
	padding:0 0.5rem;
	color:rgba(31,55,93,0.90);
}
.mid-bar .logo {
	width: 100%;
	height: 4.688rem;
    margin: 0;
	margin-right: auto;
	margin-left:auto;
	line-height: 4.688rem;
	float:left;
	left:0;
	position:absolute;
	display:block;
	z-index:1
}
.mid-bar .logo a {
    height: 4.688rem;
	width: auto;
	margin-right: 4%;
	left:0;
}
.mid-bar .logo img {
	height: 3.0rem;
	width: 6.0rem;
	text-align: center;
	vertical-align: middle;
	    margin-top: 1rem;
}
.mid-bar .user {
	display:inline-block;
	position:relative;
	float:right;
	text-align: right;
	line-height: 4.688rem;
	height: 4.688rem;
	z-index:2
}
.mid-bar .user a{
	font-size: 1.375rem;
	padding:0 0.5rem;
	color:rgba(31,55,93,0.90);
}
.mid-bar #cart {
	display:inline-block;
	position:relative;
	float:right;
	text-align: right;
	line-height: 4.688rem;
	height: 4.688rem;
	z-index:2
}
.mid-bar #cart a{
	font-size: 1.375rem;
	padding:0 0.5rem;
	color:rgba(31,55,93,0.90);
}
.mid-bar #cart .counter {
    position: absolute;
    top: 1.125rem;
    display: block;
    font-size: 0.75rem;
    text-align: center;
    margin: -1px auto;
    width: 0.938rem;
    height: 0.938rem;
    color: rgba(255,255,255,1.00);
    letter-spacing: 0.1px;
    left: 1.1rem;
    vertical-align: middle;
    line-height: 0.938rem;
    background: red;
    border-radius: 50%;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
	overflow: hidden;
	display: flex;
    position: relative;
    flex-direction: column;
}
#container {
	padding: 0 0 24rem;
}
.banners {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
}
.owl-carousel {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
}
.owl-carousel .item{
	width: 100%;
	height: auto;
}
/*.owl-carousel .item img{
   max-width: 100%; 
   height: 633px;
   object-fit: contain;
}*/
.owl-theme .owl-dots {
    top: 85%!important;
} 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(31,55,93,0.90)!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	height: auto!important;
}
.owl-carousel .owl-nav .owl-prev {
    float: left!important;
    position: absolute!important;
    top: 30%!important;
    left: 0.625rem!important;
    font-size: 1.375rem!important;
    color: rgba(31,55,93,0.80)!important;
    background: none;
}
.owl-carousel .owl-nav .owl-next {
    float: right!important;
    position: absolute!important;
    top: 30%!important;
    right: 0.625rem!important;
	font-size: 1.375rem!important;
    color: rgba(31,55,93,0.80)!important;
    background: none;
}
.block {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
	margin:0 auto;
	text-align: center;
	padding: 0.75rem 0.75rem;
}
.text_us p{
	text-align: justify;
    font-size: 1rem;
	font-style: normal;
    font-weight: 500;
	line-height: 1.5;
	padding:0.625rem 0;
}
.next {
    width: 100%;
    height: 2.25rem;
    margin-top: 1rem;
}
.next span a{
	padding: 0.75rem 1.125rem;
    border: 0.063rem solid rgba(0,0,0,1.00);
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.75rem;
/*    letter-spacing: 0.4em;
    text-transform: uppercase;*/
    color: rgba(0,0,0,1.00);
	background: rgba(255,255,255,1.00);
}
.next span a:hover{
	background: black;
	color:rgba(255,255,255,1.00);
}
.brands {
	display:block;
	position: relative;
	width: 100%;
	height: 400px;
}
.slider {
	display:block;
	position: relative;
	width: 100%;
	height: 100%;
	margin:0 auto;
}
.slider li {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 150px;
	line-height: 150px;
    border: 1px solid #c6c6c6;
	overflow: hidden;
}
.slider li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.slider li img:hover {
	 transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.banners .owl-controls {
	    margin-top: 1.875rem!important;
}
.brands .owl-carousel .owl-stage-outer {
/*    width: 80%!important;*/
}
.brands .owl-theme .owl-dots {
	margin-top: 1.875rem!important;
}
#browsed_products {
	width: 100%;
    height: 100%;
    display: block;
    position: relative;
	padding:0 12px;
}
.related .owl-theme .owl-dots {
	margin-top: 50px!important;
}
.related .slider li .name {
	width: 100%;
	height: 95px;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	padding: 2px 5px;
	font-weight: 500;
	display: block;
    position: relative;
    overflow: hidden;
}
.slider li .name a {
	width: 100%;
	height: auto;
}
.training {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.training_banners ul{
	display: block;
    position: relative;
	vertical-align: middle;
}
.training_banners li{
	display:inline-block;
	position:relative;
	width: 48%;
	height: auto;
	overflow: hidden;
	float:left;
}
.training_banners li a img {
	opacity:0.7;
    background-color:rgba(0,0,0,1.00);
	height: auto;
	width: 100%;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.training_banners li a span {
	position: absolute;
	display:block;
	font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #FFFFFF;
	top:80%;
	right: 5%;
}
.training_banners li a:hover > img{
	 opacity:1;
	 transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
}
.training_banners li a:hover > span {
    color: transparent;
    -webkit-text-stroke: 0.063rem rgb(255, 255, 255);
    z-index: 1;
}
.new_products {
	display:block;
	position:relative;
	width: 100%;
	height: 640px;
}
.tiny_products {
	margin:0 auto;
	text-align: center;
}
.tiny_products .product {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 460px;
    border: 1px solid #c6c6c6;
    text-align: center;
	margin-right: 9px;
	margin-left: 9px;
	overflow: hidden;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.recomend {
	display:block;
	position:relative;
	width: 100%;
	height:100%;
	min-height: 100%;
}
.recomend .tiny_products {
	float:none;
}
.recomend .tiny_products .product {
    margin:0;
}
.related1 .owl-carousel .owl-nav .owl-prev {
    margin-left: -30px!important;
}
.related1 .owl-carousel .owl-nav .owl-next {
    margin-right: -30px!important;
}
.related1 a.icon.add2wishlist {
    margin-top: -60px!important;
}
.related {
	width: 100%;
	height: 300px;
}
.wish {
	height: 350px!important;
	float: left;
    margin-bottom: 18px;
}
.browsed {
	display:block;
	position:relative;
	width: 100%;
	min-height: 500px;
}
.reg {
	position: relative;
    display: block;
    width: 230px;
    height: 80px;
    padding: 10px;
    border: 2px solid red;
    font-size: 16px;
    line-height: 1.2;
}
.reg a {
	text-decoration: underline;
	font-weight: 500;
}
.tiny_products .product:hover {
	border: 1px solid #000;
}
.tiny_products .product .image {
	display:block;
	position: relative;
	width: 100%;
	height: 220px;
	line-height: 100px;
}
.tiny_products .product .image img{
	position: relative;
	vertical-align: middle;
    width: auto;
    height: 220px;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.tiny_products .product .image img:hover {
	 transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
}
.tiny_products .product .sale_cat {
	display:block;
	position:absolute;
	left:0;
	width: 65px;
	height: 24px;
	top:50px;
	background: rgba(0,0,0,0.80);
}
.tiny_products .product .icons {
	display:block;
	position:absolute;
	left:0;
	width: 65px;
	height: 24px;
	top:75px;
	background: rgba(255,0,0,0.80);
	z-index:9;
}
.wishlist{
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    top: 15px;
	z-index: 999;
}
.transfer_class{
	z-index: 1000;
}
a.icon.add2wishlist {
	display:block;
	font-size: 20px;
	z-index:9999999999;
	color: rgba(31,55,93,0.90);
}
a.icon.add2wishlist:hover {
	color:#666666;
}
.tiny_products .product .icons span {
	display:block;
	line-height:24px; 
	color:#FFF; 
	font-size:12px; 
	text-align:center;
}
/*.product h3 {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
}*/
.tiny_products .product .future {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 5px; 
    color: #999999!important;
    line-height: 1.2;
}
.tiny_products .product .compare_price {
	display: block;
    position: relative;
	content:'';
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.tiny_products .product .price {
	display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
}
.tiny_products .product .cart {
	display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
	cursor: pointer;
	text-align: center;
}
input.add2cart {
	background: rgba(255,255,255,1.00);
	border:1px solid rgba(31,55,93,0.90);
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
	color:#000;
}
input.add2cart:hover {
	background: rgba(31,55,93,0.90);
	color:rgba(255,255,255,1.00);
}
.breadcrumbs {
    display: block;
    position: relative;
    width: 100%;
    height: 6.25rem;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;	
}
.breadcrumbs a{
	color:#666666;
	font-size: 14px;
	line-height: 100px;
}
.breadcrumbs a:last-child{
	color:#000;
	font-weight: 600;
}
.breadcrumbs a:hover {
	color: #999999;
}
.breadcrumbs .svg-inline--fa.fa-w-14 {
	color:rgba(255,255,255,1.00);
}
.menu_catalog {
    display: inline-block;
    padding: 0 0.75rem;
}
.navigation {
    display: block;
    position: relative;
    width: 80%;
    height: 20px;
    float: right;
    padding: 0 12px;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navigation li {
    color: #000;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
	padding: 8px;
	text-align: left;
}
.navigation li:hover > .svg-inline--fa.fa-w-14 {
	transform: rotate(.5turn);
}  
.navigation li a {
  color: #000;
}
.navigation li a:hover {
  color: #666666;
}
.navigation li:hover,
.navigation li:focus-within {
    background: #FFF;
    cursor: pointer;
}

.navigation li:focus-within a {
  outline: none;
}
.navigation .svg-inline--fa.fa-w-14 {
	font-size: 12px;
	 -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.navigation ul li ul {
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 8px;
    left: 0;
    display: none;
	text-align: right;
    z-index: 9999999;
	border: 1px solid #666;
	border-top:none;
}

.navigation ul li:hover > ul,
.navigation ul li:focus-within > ul,
.navigation ul li ul:hover,
.navigation ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

.navigation ul li ul li {
    clear: both;
  width: 100%;
	padding: 5px 10px;
}
.catalog {
	display:block;
	position: relative;
	width: 1000px;
    min-height: 1000px;
	height: auto;
	margin-bottom: 50px;
}
.filter {
    display: inline-block;
    position: relative;
    width: 220px;
    height: auto;
	min-height: 400px;
    float: left;
    padding: 20px 0px 20px 0px;
	margin-right: 50px;
}
.filter ul h3 {
    color: rgba(0,0,0,0.95);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    line-height: 40px;
}
.filter li a {
    color: rgba(0,0,0,0.95);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.filter li a:hover {
	color: #999999;
}
.filter .svg-inline--fa.fa-w-14 {
	color:#000!important;
}
.products {
	display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
}
.name h3 {
display: block;
    position: relative;
    width: 100%;
    height: 90px;
    line-height: 1.5;
    font-weight: 600;
    font-size: 14px;
	padding: 0 5px;
}
.tiny_products {
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: auto;
}
.products .tiny_products li {
	float: left;
    /*margin: 11px 22px 11px 0px;*/
}
.card {
	display:block;
	position:relative;
	width: 1000px;
	height: 600px;
	padding:0 12px;
	margin:0 auto;
}
.photo_card {
	display:block;
	position:relative;
	width: 49%;
	height: 600px;
	float:left;
} 
.photo {
	display:block;
	position:relative;
	width: 400px;
	height: 400px;
	border:1px solid #999999;
}
.photo img{
	width: 400px;
	height: 400px;
}
.pages {
	margin-bottom: 30px;
}
.pages p {
	font-family: 'Montserrat', sans-serif!important;
	text-align: left;
    line-height: 1.5;
	font-size: 14px;
}

.pages h2 {
    padding-bottom: 13px;
    padding-top: 13px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
.pages ul {
	margin-left:20px;
}
.pages li {
	font-family: 'Montserrat', sans-serif!important;
	list-style: disc;
	text-align: left;
    line-height: 1.5;
    font-size: 14px;
	
}
.box-border {
    margin-bottom: 30px;
}
.box-border span {
	position: relative;
    width: 100%;
    height: 1.25rem;
    margin: 0.625rem 0 1.2rem 0;
    text-align: left;
    float: left;
    display: block;
}
.users {
	min-height: 320px;	
}
#register {
	padding: 5px 10px;
	border:1px solid #000;
	float:left;
	font-size: 1rem;
	color: #666666;
}
.block-form h3 {
    margin: 0.625rem 0;
    color: rgba(0,0,0,1.00);
	font-size: 0.875rem;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
	text-align: left;
}
.rrr {
    width: 100%;
	height: 40px;
}
.form-group {
    display: block;
	text-align: left;
}
.form-group label {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 0.625rem 0px;
	text-align: left;
}
input.form-control {
    padding: 5px 5px;
    border: 1px solid #c6c6c6;
    width: 100%;
    background-color: #fff;
}
form.form {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
form.form label {
    display: block;
    position: relative;
    line-height: 22px;
}
form.form input {
    display: block;
    position: relative;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
	border:1px solid #000;
	background: none;
	font-size: 1rem;
}
/*Корзина */
.carton {
    display: block;
}
.rowon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.rowon h1:before, .rowon h1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,1.00);
    position: relative;
}
form#cart {
    text-transform: uppercase;
	width: 100%;
    height: 100%;
    padding-right: 2px;
    background: none;
    line-height: 50px;
    background-position: center right;
    top: 3px;
}
.rowon form {
    width: 100%;
    margin: 0 auto;
	font-size: 14px;
}
.carton h3 {
    font-size: 14px;
    color: rgba(0,0,0,1.00);
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.items {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: auto;
}
.tablecart {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 20px 30px;
    background-color: rgba(247, 247, 247, 0.3);
    border: 1px solid rgba(45, 45, 45, 0.1);
    margin-bottom: 30px;
    margin-top: 20px;
}
.v {
	margin: 10px 0 20px 0;
    line-height: 1.5;
}
.tablecart tr {
    border: 1px solid #c6c6c6;
}
.zagolovok {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
    vertical-align: middle;
    height: 32px;
    background-color: rgba(31,55,93,0.90);
    color: white;
	text-align: center;
	font-size: 0.625rem;
}
.tablecart td {
    border: 1px solid #c6c6c6;
    padding: 0 12px;
}
.tablecart strong, b {
    font-weight: bold;
	    font-size: 12px;
}
.tablecart>tbody>tr>td {
    padding: 8px;
    vertical-align: middle;
    line-height: 18px;
}
.carton .customer {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #c6c6c6;
    margin-right: 20px;
    background-color: rgba(247, 247, 247, 0.3);
	text-align: left;
    padding: 10px;
	margin-bottom: 30px;
}
.carton .customer label {
    display: block;
    font-weight: 600;
    padding: 14.5px 0px;
	font-size: 14px;
}
.carton .customer input[type=text] {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    color: #666666;
    padding: 3px 10px;
	font-size: 13px;
	border: 1px solid #c3c3c3;
}
.carton .customer textarea {
    width: 100%;
    margin-bottom: 10px;
    color: #666666;
    padding: 3px 10px;
    border: 1px solid #c6c6c6;
	font-size: 14px;
}
#zayavka input
{
	width: 100%;
	text-align: left;
	height: auto;
}
#zayavka h2
{
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
}
#zayavka button {
    display: block;
    position: relative;
    margin: 20px auto;
    font-size: 14px;
    padding: 5px 8px;
    border: 1px solid #000;
    background: #fff;
    width: 250px;
}
#zayavka button:hover {
    background: #000;
    color: #FFF;
}
.carton .deliveries {
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #c6c6c6;
    background-color: rgba(247, 247, 247, 0.3);
    padding: 10px;
    margin-bottom: 20px;
	text-align: left;
}
.carton .deliveries label {
    font-weight: 600;
	font-size: 14px;
	padding: 10px 0;
}
.carton .customer label span {
    color: red;
    padding: 0 2px;
}
.button {
	border:1px solid #000;
	padding: 5px 10px;
	background: #FFF;
	color:#000;
	font-size: 1rem;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: white;
}
.description p {
    font-size: 12px;
    text-transform: none;
	line-height: 16px;
	color:#999999;
}
.exit {
	display:block;
	position:relative;
	width: 100%;
	height: 30px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: bold;
}
input, select, textarea {
    outline: none;
    max-width: 100%;
    color: #666666;
}
.description {
    display: block;
    position: relative;
    padding: 2px;
    text-align: left;
    font-size: 14px;
}
.totals {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
	text-align: left;
    padding: 10px;
    border: 1px solid #c6c6c6;
    background-color: rgba(247, 247, 247, 0.3);
}
.vaucher {
    width: 100%;
}
.vaucher tr td {
    padding: 5px;
    vertical-align: middle;
    line-height: 18px;
	font-size: 14px;
}
.iprice {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.iprice span {
    color: black;
}
.ending {
	position: relative;
	width: 49%;
	height: auto;
	float:left;
	padding:10px;
	border: 1px solid #c6c6c6;
	background-color:  rgba(247, 247, 247, 0.3);
}
.total-right {
	float:right;
}
.description {
	display: block;
	position: relative;
	padding: 2px;
	text-align: left;
	font-size: 14px;
}
.description p{
	line-height: 16px;
}
.captcha {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
	width: 50%;
	margin-bottom: 15px;
}
.captcha img {
	float:left;
	margin-right: 10px;
}
input.input_captcha {
	float: left;
	
}
input[type=text] .input_captcha {

}
table.order_info {
    position: relative;
    background-color:  rgba(247, 247, 247, 0.3);
    width: 100%;
    border: 1px solid #c6c6c6;
    float: left;
	padding: 10px;
}
table.order_info td {
    padding: 10px;
    font-size: 14px;
	text-align: left;
}
#orders_history {
	display: block;
	width: 100%;
	position: relative;
}
#orders_history td {
	line-height: 22px;
    font-size: 14px;
    padding: 3px 5px;
    text-align: left;
    width: 300px;
}
#orders_history tr a {
	color:#666666;
}
.statusorder {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	margin:2rem 0;
	font-size: 1rem;
	text-align: left;
}
.text-error {
	text-align: left!important;
    width: 10%!important;
    color: red!important;
    display: inline-block;
    position: relative;
    top: -4px;
    height: 20px;
}
.g-recaptcha {
	display:block;
	position:relative;
	width: 100%;
	padding:20px 0;
}
#catalog_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#catalog_menu ul {
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;	
}
#catalog_menu ul ul {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#catalog_menu ul li {
	font-size: 14px;
	margin-top: 8px;
}
#catalog_menu ul li img{
	vertical-align: middle;
}
#catalog_menu ul li a.selected{
	font-weight: bold;
	
}
#catalog_menu ul ul li {
	font-size: 14px;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
#catalog_menu .fa-plus{
	text-align: right;
    float: right;
    right: 0;
	font-size: 16px;
}
#catalog_menu .fa-minus{
	text-align: right;
    float: right;
    right: 0;
	font-size: 16px;
}
#filter {
    width: 100%;
    height: auto;
}
.filter a{
	color:#666666;
}
.filter .parent{
	margin-top:-1px;
}
.filter .title{
	padding: 5px 0px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    font-size: 16px;
}
.filter .inner{
	margin:10px 0;
	font-weight:normal
}
.filter .letters{
	margin:10px 0;
}
.filter .letters .letter{
	padding:2px;
	margin-right:3px;
}
.filter li{
	margin-top:-1px;
}
.filter li label{
	display:block;
	padding:3px 0;
	margin:0;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	cursor:pointer;
	font-size:12px;
}
.filter li label.active{
/*	background: #e9e9e9;
	border-top:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;*/
}
.filter li label.disabled{
	text-decoration:line-through;
	color:#ddd;
}
.filter .prices{
	padding:15px 5px;
}
.filter .prices input[type="text"]{
	width:60px;
	text-align:center;
    margin-right: 20px;
	font-size: 14px;
    padding: 4px 6px;
    color: #000;
}
.filter .prices input[type="range"]{
	-webkit-appearance: none!important;
    background: #797979;
    height: 3px;
    outline: 0;
    display: inline-block;
    margin-top: 20px;
}
.filter .prices #slider{
	margin:40px 6px 0 3px;
}
.filter .reset{
	background-color:white;
	border:1px solid #000;
	padding:6px 5px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size: 12px;
	    width: 70%;
}
.filter .reset:hover{
	background:#000;
	color:white;
	
}
.cards.product {
	display:block;
	position:relative;
	width: 100%;
	height: 100%;
}
.photo-product {
	display:table-cell;
	position:relative;
	width: 100%;
	height: 100%;
	float:left;
	margin-bottom: 20px;
}
.photo-product .image {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	border:1px solid #c6c6c6;
	overflow: hidden;
}
.photo-product .image img{
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	text-align: center;
	
}
.photo-product .image .sale_cat3 {
    display: block;
    position: absolute;
    left: 0;
    width: 65px;
    height: 24px;
    top: 50px;
    background: rgba(0,0,0,0.80);
	z-index:9;
}
.photo-product .image .icons {
    display: block;
    position: absolute;
    left: 0;
    width: 65px;
    height: 24px;
    top: 75px;
    background: rgba(255,0,0,0.80);
	z-index:9;
}
.photo-product .image .icons span {
    display: block;
    line-height: 24px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
}
.photo-product .images {
	display:block;
	position:relative;
	width: 100%;
	height: 100%;
	padding-top:20px;
	text-align: left;
}
.photo-product .images img {

}
.photo-product .images a img {
	border:1px solid #c6c6c6;
	margin: 0 5px 5px 0;
}
.product-description {
	display:block;
	position:relative;
	width: 100%;
	height: 100%;
	float:left;
}
.product-description .payment {
	display:block;
	position:relative;
	width: 100%;
	height: 3rem;
	font-size: 1rem;
	text-align: left;
	line-height: 1.2;
}
table.order_info td {
    padding: 10px;
    font-size: 14px;
}
#orders_history {
	display: block;
	width: 100%;
	position: relative;
}
#orders_history td {
	line-height: 22px;
    font-size: 14px;
    padding: 10px 5px;
    text-align: left;
    width: 300px;
}
#orders_history tr{
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
    display: table;
}
#orders_history tr a {
	color:rgba(31,55,93,0.90);
	font-weight: 600;
}
.product-description h2 {
	text-align: left;
    position: relative;
    padding-bottom: 20px;
    padding-top: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.group {
	display:block;
	position:relative;
	width: 100%;
	height: 50px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 30px;
}
.group span{
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
.balance {
	display:block;
	position:relative;
	width: 100%;
	height: 90px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 30px;
}
.balance span{
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
}
.loyalty {
	display:block;
	position:relative;
	width: 100%;
	height: 30px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
}
#user-city, #user-region, #user-country {
	font-weight: 600;
}
.brief {
	display:block;
	position:relative;
	width: 100%;
	padding:10px 0 10px 0;
}
.brief p{
	font-size: 18px;
	letter-spacing: 1;
	text-align: left;
	line-height:1.2;
	font-weight: 400;
}
.stock {
	display:table;
	position:relative;
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.stock tr {
	height: 24px;
	text-align: left;
}
.stock td {
	font-size: 16px;
	line-height: 24px;
}
.namepro {
	width: 130px;
	font-weight: 600;
}
.value {
   color:#666666;
	font-weight: 400;
}
#oneclick {
    display: none;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.kol {
	display:inline-block;
	position:relative;
	width: 100%;
	height: 50px;	
    text-align: left
}
.kol .min {
	width: 25px;
	height: 25px;
	border:none;
	background: #FFF;
	color:#000;
}
.kol .pl {
	width: 25px;
	height: 25px;
	border:none;
	background: #FFF;
	color:#000;
}
.kol input {
	width: 35px;
	height: 25px;
	text-align: center;
	font-size: 14px;
	color:#000;
	border:1px solid #000;
	line-height: 25px;
}
.kol .fal.fa-plus{
	color:#000;
}
input.add2cart1 {
	width: 145px;
	background: rgba(255,255,255,1.00);
	border:1px solid #000;
	padding: 10px 25px;
	font-size: 14px;
	cursor: pointer;
	color:#000;
	margin-bottom: 10px;
}
input.add2cart1:hover {
	background: #1f375d;
	color:rgba(255,255,255,1.00);
}
.btn-oneclick {
	width: 145px;
	background: rgba(255,255,255,1.00);
	border:1px solid #000;
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
	color:#000;
}
.btn-oneclick:hover {
	background: #1f375d;
	color:rgba(255,255,255,1.00);
}
#oneclick .logo{
	width: 100%;
	height: auto;
	text-align: center;
	margin:0 auto;
}
#oneclick .logo img{
	width: 100px;
	height: auto;
}
#oneclick h2 {
	width: 250px;
    height: 80px;
    padding-bottom: 23px;
    padding-top: 3px;
    line-height: 80px;
    font-size: 16px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    text-transform: uppercase;
}
#oneclick label {
    width: 100%;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#oneclick label span{
	color:red;
	padding-left:5px;
}
#oneclick input {
    width: 100%;
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
	text-align: left;
}
#oneclick textarea {
	width: 100%;
    display: block;
    position: relative;
    height: 120px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
}
/*#oneclick hr {
	width: 100%;
}*/
#oneclick button {
    display: block;
    position: relative;
    margin: 20px auto;
    font-size: 14px;
    padding: 5px 12px;
	border: 1px solid #000;
    background: #fff;
}
#oneclick button:hover {
	background: #000;
	color:#FFF;
}
.pagination {
	display:block;
	width: 100%;
	height: auto;
	font-size: 0.75rem;
	line-height: 2.8;
	color:rgba(31,55,93,0.90);
	margin:5px 0;
}
.pagination a{
	padding: 3px 5px;
/*    border: 1px solid #c6c6c6;*/
    margin-left: 2px;
}
.pagination a:hover{
	background: rgba(31,55,93,0.90);
	color:#fff;
}
.pagination a.selected {
	background: rgba(31,55,93,0.90);
	color:#fff;
}
.partners {
	display:table;
	position:relative;
	width: 1000px;
	height: 100%;
	min-height: 500px;
 	margin:0 auto;
	padding:0 12px;
}
.partners .tabs {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
	text-align: center;
	min-height: 100%;
	    display: table;
    }

   .partners .tabs>input[type="radio"] {
      display: none;
    }

    .partners .tabs>input[type="radio"]:checked+label {
    color:#FFF;
    background: rgba(31,55,93,0.90);;
    }

    .partners .tabs>div {
      /* скрыть контент по умолчанию */
      display: none;
      /*border: 1px solid #eee;*/
      padding: 10px 15px;
      /*border-radius: 4px;*/
		text-align: left;
		font-size: 16px;
		line-height: 1.5;
		height: 100%;
		
    margin-bottom: 50px;
    margin-top: 50px;

    }

    /* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
    #tab-btn-1:checked~#content-1,
    #tab-btn-2:checked~#content-2,
    #tab-btn-3:checked~#content-3 {
      display: block;
		position:relative;
		width: 100%;
		height: 100%;
		float:left;
		min-height: 100px;
    }
 .partners .tabs>div b{
	 font-size: 16px;
		line-height: 1.5;
	 font-weight: bold;
}
    .partners .tabs>label {
      display: inline-block;
      padding: 5px 10px;
      text-align: center;
      border: 1px solid #0f3353;
      vertical-align: middle;
      user-select: none;
      background-color: #FFF;
      font-size: 16px;
      line-height: 1.5;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
      margin-left: 6px;
      cursor: pointer;
      margin-bottom: 10px;
    }

    .partners .tabs>label:first-of-type {
      margin-left: 0;
    }
.brand{
	display:table;
	position:relative;
	width: 100%;
	height: auto;
	padding:5px 10px;
}
.brand span{
	width: auto;
	font-weight: bold;
	font-size: 16px;
	float:left;
}
.brand p{
	width: auto;
	font-size: 16px;
	float:left;
	text-align: left;
	padding-left:5px;
}
/* Корзина-----------------------------------------------------------------------------*/
.cart h3 {
    font-size: 14px;
    color: rgba(0,0,0,1.00);
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#purchases {
	display:table;
	position:relative;
	width: 100%;
	height: auto;
}
#purchases tr {
    border: 1px solid #c6c6c6;
}
#purchases>tbody>tr>td {
    padding: 8px;
    vertical-align: middle;
    line-height: 18px;
	text-align: center;
}
#purchases td {
    border: 1px solid #c6c6c6;
    padding: 0 12px;
}
#purchases th {
    border: 1px solid #c6c6c6;
    padding: 0 12px;
}
.sales {
	display:block;
	position:relative;
	width: 100%;
	float:right;
	padding: 20px 0;
}
.sales ul {
	display:block;
	position:relative;
	text-align: right;
	height: 30px;
}
.sales li {
	display:inline-block;
	position: relative;
	text-align: right;
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 600;
}
.sales span{
	color:#666666;
}
/*tabs */
.tabs_block {
	display:block;
	position:relative;
    width: 100%;
	height: auto;
    margin: 0 auto;
}
.tabs_block:after {
    content:"";
    display:block;
    clear:both;
}
/* панель навигации вкладок */
.tabs {
	width: 100%;
	height: 90px;
    margin: 0;
    padding: 0;
    list-style: none;
    float:left;
}
/* список вкладок */
.tabs li {
    text-align:center;
    float:left;
    padding:15px 8px;
    background:#FFF;
	font-size: 0.875rem;
    margin-right:1px;
	line-height: 0.875rem;
    cursor:pointer;
    color:#444444;
    -webkit-transition:all .2s linear 0s;
    -webkit-transition-delay:.2s 0s;
    transition:all .2s linear 0s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* активная вкладка */
.tabs li.active {
    background: rgba(31,55,93,0.90);;
    color:#FFF; 
}
.boxfield {
    background: #FFF;
    width: 100%;
    padding: 35px 0 6px;
    display: none;
    text-align: left;
    float: left;
}
.boxfield.visible  p{
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.visible, .open_tab {
    display: block;
}
.production {
	margin-bottom: 20px;
    min-height: 600px;
	height: auto;
}
.features {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* clear: both; */
    margin-top: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    display: block;
}
.features tr:nth-child(2n+1) {
    background: #dbdbdb;
}
.features .featur {
    display: block;
    width: 45%;
    float: left;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0px 5px 10px;
    vertical-align: middle;
    text-align: left;
    word-wrap: break-word;
}
.features .value {
    float: left;
    display: block;
    width: 54%;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0;
    text-align: left;
    word-wrap: break-word;
}
.boxfield iframe {
	width: 100%;
	height: auto;
}
/* Blog
-----------------------------------------------------------------------------*/
.blog_menu {
	display:block;
	position:relative;
	width: 100%;
	height: 100px;
}
.blog_menu ul{
	width: 100%;
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #0f3353;
}
.blog_menu li{
	display: inline-block;
    position: relative;
    width: 80px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 25px;
	
}
.blog_menu li a{
	padding:5px 10px;
	text-align: center;
	border:1px solid #0f3353;
}
.blog_menu li a:hover{
	background: #0f3353;
	color:#FFF;
}
#blog {
    width: 100%;
    height: auto;
	margin-top:15px;
}
.grid {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	float:left;
	border:1px solid #c3c3c3;
	overflow: hidden;
	margin:15px auto;
}

.blog_images {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	float:left;
	border-right:1px solid #c3c3c3;
	overflow: hidden;
}
.blog_images:hover {
	
}
.blog_images img{
	width: 100%;
	height: auto;
}
.dateblog {
	width: 100%;
	height: 3.75rem;
	line-height: 1.4;
	font-size: 1rem;
	padding-left:0.625rem;
}
.dateblog span{
	font-weight: 600;
}
.blog_text {
	display:block;
	position:relative;
	float:left;
	width: 100%;
	height: 100%;
	text-align: left;	
}
.blog_text h2{
	text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}
.datetext {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    line-height: 1.4;
    font-size: 0.938rem;
	overflow: hidden;
	padding-left:0.625rem;
}
.blockteacher {
	display: block;
    position: relative;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
	line-height: 2.5rem;
	padding-left:0.625rem;
}
.blockteacher b{
	font-weight: 600;
	font-size: 1rem;
}
.infoblog .date {
	width: 100%;
	height: 1.875rem;
	font-size: 1rem;
}
.infoblog .time {
	width: 100%;
	height: 1.875rem;
	font-size: 1rem;
}
.infoblog .teacher {
	width: 100%;
	height: 1.875rem;
	font-size: 1rem
}
.infoblog span {
	font-weight: 600;
}
.blockprice {
	display: block;
    position: relative;
    width: 100%;
    height: 2.5rem;
    font-size: 1rem;
	line-height: 1.4;
	padding-left:0.625rem;
}
.blockprice b{
	font-weight: 600;
	font-size: 1rem;
}
.btn {
	display: block;
    margin-top: 20px;
	width: 100%;
	height: 70px;
	text-align: center;
}
.btn a {
	font-size: 0.875rem;
	padding:5px 12px;
	line-height: 1.875rem;
	bottom: 0;
	border:1px solid #000;
	background: #FFF;
}
.btn a:hover {
	background: #000;
	color:#FFF;
}
.imageblog {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	margin-bottom: 1.875rem;
	float:left;
}
.imageblog img {
	width: 100%;
	height: auto;
	text-align: center;
}
.infoblog {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	float:left;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
}
.infob {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	float:left;
	border-top: 1px solid #c3c3c3;
	padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	padding-top:20px;
}
.textblog {
	position:relative;
	display:block;
	width: 100%;
	height: auto;
	float:left;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 1.875rem;
	font-size: 0.875rem;
}
.textblog span{
	width: 100%;
	height: 60px;
	font-weight: 600;
	line-height: 60px;
	font-size: 20px;
}
.timeblog {
	width: 100%;
	height: 1.875rem;
	font-size: 16px;
}
.timeblog span{
	font-weight: 600;
}	
.teacher {
	width: 100%;
	height: 1.875rem;
	font-size: 16px;
}
.teacher span {
	font-weight: 600;
}
.url_blog {
	display:block;
	position:relative;
	width: 100%;
	height: 180px;
	float:left;
	background: #fbfbfb;
	border:1px solid #f3f3f3;
}
.url_blog .svg-inline--fa.fa-w-12 {
	display: inline-block;
    width: 100px;
    height: 50px;
    margin-top: 15px;
	float:left;
	color:#333333;
}
.url_blog p {
	    width: 100%;
    height: 80px;
    float: left;
    text-align: left;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 5px;
}
.url_blog .btn {
	float:left;
}
.position {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.position span{
	font-weight: 600;
}
.news_menu {
	display:block;
	position:relative;
	width: 100%;
	height: 100px;
	text-align: left;
}
.news_menu ul{
	width: 100%;
	height: 100px;
	text-align: left;
	border-bottom: 1px solid #0f3353;
}
.news_menu li{
	display: inline-block;
    position: relative;
    line-height: 2;
    text-align: left;
}
.news_menu li a{
	padding:0 10px 0 0;
	text-align: left;
	font-weight: bold;
	font-size: 0.875rem;
}
.news_menu li a:hover{
	background: #0f3353;
	color:#FFF;
}
#news {
    width: 100%;
    height: auto;
	margin-top:15px;
}
.news_images {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	line-height: 1;
	float:left;
	border-right:1px solid #c3c3c3;
	overflow: hidden;
}
.news_images:hover {
	
}
.news_images img{
	width: 100%;
	height: auto;
}
.news_text {
	display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 0.625rem;
}
.news_text h2 {
    text-align: center;
    position: relative;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}
.news_text span {
	display: block;
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    font-style: normal;
	color:#666666;
}
.news_text span a{
	color:#666666;
}
.news_text .data {
	display: block;
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    letter-spacing: 0;
/*    text-transform: uppercase;*/
    font-style: normal;
	color:#666666;
}
.news_text .datetext {
	display: block;
    position: relative;
    width: 100%;
    height:auto;
    line-height: 1.4;
    font-size: 15px;
    overflow: hidden;
}
.textnews {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    letter-spacing: 0;
/*    text-transform: uppercase;*/
    font-style: normal;
	color:black;
	margin-bottom: 40px;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 22rem;
}
.banners {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
}
.owl-carousel {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
}
.owl-carousel .item{
	width: 100%;
	height: auto;
}
.owl-carousel .item img{
   max-width: 100%; 
   width: 100%;
}
.owl-carousel .owl-item img {
	width: 100%;
}
.owl-theme .owl-dots {
    top: 85%!important;
} 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(31,55,93,0.90)!important;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
	height: auto!important;
}
.owl-carousel .owl-nav .owl-prev {
    float: left!important;
    position: absolute!important;
    top: 30%!important;
    left: 0.625rem!important;
    font-size: 1.375rem!important;
    color: rgba(31,55,93,0.80)!important;
    background: none;
}
.owl-carousel .owl-nav .owl-next {
    float: right!important;
    position: absolute!important;
    top: 30%!important;
    right: 0.625rem!important;
	font-size: 1.375rem!important;
    color: rgba(31,55,93,0.80)!important;
    background: none;
}
.block {
	display: flex;
    flex-direction: column;
	width: 100%;
	height: 100%;
	margin:0 auto;
	text-align: center;
	padding: 0.75rem 0.75rem;
}
.text_us p{
	text-align: justify;
    font-size: 1rem;
	font-style: normal;
    font-weight: 500;
	line-height: 1.5;
	padding:0.625rem 0;
}
.next {
    width: 100%;
    height: 2.25rem;
    margin-top: 1rem;
}
.next span a{
	padding: 0.75rem 1.125rem;
    border: 0.063rem solid rgba(0,0,0,1.00);
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.75rem;
/*    letter-spacing: 0.4em;
    text-transform: uppercase;*/
    color: rgba(0,0,0,1.00);
	background: rgba(255,255,255,1.00);
}
.next span a:hover{
	background: black;
	color:rgba(255,255,255,1.00);
}
.tiny_products {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	margin:0 auto;
	text-align: center;
	    min-height: 200px;
}
.tiny_products ul {
	width: 100%;
	height: auto;
	margin:0 auto;
	text-align: center;
}
.tiny_products .product {
    position: relative;
    display: inline-block;
    width: 45%;
    height: 22rem;
    border: 1px solid #c6c6c6;
    text-align: center;
	margin: 0.563rem 2%;
	overflow: hidden;
	float:left;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.related1 .tiny_products .product {
    position: relative;
    display: inline-block;
    width: 98%;
    height: 22rem;
    border: 1px solid #c6c6c6;
    text-align: center;
	margin: 0.563rem 2%;
	overflow: hidden;
	float:left;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.tiny_products .product:hover {
	border: 1px solid #000;
}
.tiny_products .product .image {
	display:block;
	position: relative;
	width: 100%;
	height: 10rem;
	line-height: 10rem;
	overflow: hidden;
}
.tiny_products .product .image img{
	position: relative;
	vertical-align: middle;
    width: auto;
    height: 10rem;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.tiny_products .product .image img:hover {
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
}
.tiny_products .product .name {
	display:block;
	position:relative;
	width: 100%;
	height: 12rem;
}
.tiny_products .product .name h3 {
	display: block;
    position: relative;
    width: 100%;
    height: 3rem;
    line-height: 1.2;
    font-weight: 600;
    font-size: 0.625rem;
    word-wrap:break-word;
	padding:10px 4px;
}
.tiny_products .product .sale_cat {
	display:block;
	position:absolute;
	left:0;
	width: 65px;
	height: 24px;
	top:50px;
	background: rgba(0,0,0,0.80);
	z-index:10;
}
.tiny_products .product .nameadd {
	content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}
.tiny_products .product .icons {
	display:block;
	position:absolute;
	left:0;
	width: 65px;
	height: 24px;
	top:75px;
	background: rgba(255,0,0,0.80);
	z-index:1;
}
.wishlist{
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    top: 15px;
	z-index: 999;
}
.transfer_class{
	z-index: 1000;
}
a.icon.add2wishlist {
	display:block;
	font-size: 20px;
	z-index:9999999999;
	color: rgba(31,55,93,0.90);
}
a.icon.add2wishlist:hover {
	color:#666666;
}
.tiny_products .product .icons span {
	display:block;
	line-height:24px; 
	color:#FFF; 
	font-size:12px; 
	text-align:center;
}
.tiny_products .product .future {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px; 
    color: #666!important;
    line-height: 1.2;
}
.tiny_products .product .future::after {
	content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}
.tiny_products .product .compare_price {
	display: block;
    position: relative;
	content:'';
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    text-decoration: line-through;
}
.tiny_products .product .price {
	display: block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    font-size: 18px;
}
.tiny_products .product .cart {
	display: block;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
	cursor: pointer;
	text-align: center;
}
input.add2cart {
	background: rgba(255,255,255,1.00);
	border:0.063rem solid rgba(31,55,93,0.90);
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
	color:#000;
}
input.add2cart:hover {
	background: rgba(31,55,93,0.90);
	color:rgba(255,255,255,1.00);
}
/*Карусели*/
.brands .slider {
	display:block;
	position: relative;
	width: 100%;
	height: 8.75rem;
	margin:0 auto;
}
.brands .slider li {
    display: inline-block;
    position: relative;
    width: 5.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    border: 0.063rem solid #c6c6c6;
    /*margin-left: 2.1rem;*/
    overflow: hidden;
}
.brands .slider li img {
	width: 90%;
	height: auto;
	vertical-align: middle;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.brands .slider li img:hover {
	 transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.brands .owl-theme .owl-dots {
	margin-top: 0px!important;
}
#browsed_products {
	width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.related .owl-theme .owl-dots {
	margin-top: 4.25rem!important;
}
.related .slider {
    display: block;
    position: relative;
    width: 100%;
    height: 15.625rem;
    margin: 0 auto;
}
.related .slider li {
    display: inline-block;
    position: relative;
    width: 98px;
    height: 260px;
    border: 0.063rem solid #c6c6c6;
	overflow: hidden;
	margin:0 auto;
}

.related .slider li .name {
    width: 100%;
    height: 130px;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: center;
    padding: 0.5rem 0.313rem;
    font-weight: 500;
    display: block;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
	margin-top:20px;
}
.slider li .name a {
	width: 100%;
	height: auto;
}
.related .slider li .image {
	width: 100%;
	height: auto;
	line-height: 80px;
}
.related .slider li .image img{
	width: 100%;
	height: auto;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -24rem auto 0;
	width: 100%;
	height: 24rem;
	background: rgba(31,55,93,0.90);
	position: relative;
}
.bottom-bar {
	display:block;
	position:relative;
	width: 100%;
	height: 3.75rem;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.30);
}
.bottom-bar ul {
	display:block;
	position:relative;
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	margin:0 auto;
	padding: 0 0.75rem;
}
.bottom-bar li {
	display:inline-block;
	position:relative;
	padding: 0 0.313rem;	
}
.bottom-bar li a{
	color: rgba(255,255,255,1.00);
	font-size: 0.625rem;
	text-transform: uppercase;
}
.contacts {
	width: 100%;
	height: 16rem;
}
.contacts h2 {
	color:#FFF;
}
.info {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	color:rgba(255,255,255,1.00);
}
.info tr {
	width: 100%;
	height: auto;
	line-height: 1.5;
	text-align: left;
}
.info td{
	height: 22px;
	width: auto;
	text-align: left;
}
.info .svg-inline--fa {
	width: 1.875rem;
	color:rgba(255,255,255,1.00);
}
.info td a{
	text-align: left;
	color:rgba(255,255,255,1.00);
	font-size: 0.875rem;
	padding-left:0.125rem;
}
.copy {
	display:block;
	position:relative;
	width: 100%;
	height: 4rem;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.30);
}
.copy span{
	display:block;
	position:relative;
	width: 100%;
	height: 2.375rem;
	text-align: center;
	font-size: 0.75rem;
	color:rgba(255,255,255,1.00);
	padding: 1.500rem 0.313rem;
	word-wrap: break-word;
}
/*END*/
.bill {
	display:block;
	position:relative;
	width: 100%;
	height: 60px;
	padding: 20px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color:#000;  
}
.oplata a{
	border: 1px solid #000;
	color:#000;
    padding: 5px 10px;
    display: block;
    position: relative;
    text-align: center;
    width: 180px;
    margin-bottom: 10px;
}
.oplata a:hover{
	color:#FFF;
	border: 1px solid #000;
	background: #000;
}
.pay {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	margin: 10px 0;
	text-align: left;
	border:1px solid #ccc;
	padding:10px;
	line-height: 1.4;
}
.pay h3 {
	width: 100%;
	height: 30px;
	line-height: 20px;
	font-weight: bold;
}
.pay label {
	width: 100%;
	height: 30px;
	line-height: 20px;
}
.pay ul {
	margin-bottom: 10px;
}
.ending {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	margin: 10px 0;
	text-align: left;
	border:1px solid #ccc;
	padding:10px;
	line-height: 1.4;
}
#search1 {
    position: absolute;
    width: 100%;
    height: 60px;
    display: none;
    z-index: 9999;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
	top:10px;
	left:0;
}
#search1 form {
	width: 100%;
	height: 40px;
	margin: 5px auto;
}
#search1 form span{
	position:absolute;
	right: 10px;
	top:10px;
	font-size: 14px;
/*	text-decoration: underline;*/
}
#search1 form button.search {
    position: relative;
    float: right;
    /* margin-left: -37px; */
    background: none;
    border: none;
    font-size: 22px;
    /* margin-top: 43px; */
    color: rgba(31,55,93,1.00);
    z-index: 10;
    cursor: pointer;
    /* right: 0; */
    display: block;
    margin-top: -84px;
}
/*---------------------------------------------------------*/
/*бесплатные вебинары*/
.webinarsfree {
	display:block;
	position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.w_products {
	display:block;
	position:relative;
	width: 100%;
	height: 100%;
}
.w_product {
	display:block;
	position:relative;
	width: 100%;
	height: auto;
	float:left;
	margin-bottom: 20px;
}
.w_product .name {
	width: 100%;
	height: auto;
	font-size: 20px;
	color:#000;
	text-align: center;
	padding: 20px;
	font-weight: 600;
}
.w_product .video {
	width: 100%;
	height: auto;
}
.w_product .video p iframe {
	width: 100%;
	height: auto;
	border:1px solid #d1d1d1;
}
.w_product .text {
	width: 100%;
	height: auto;
	padding:10px;
}
.w_product .text p {
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	color:#000;
}
.newsmenu {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.newsmenu li {
	list-style: none;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.textnews iframe {
	width: 100%;
	height: auto;
}