/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#either-gif-or-video video { display: none; }
@media (-webkit-video-playable-inline) {
    #either-gif-or-video img { display: none; }
    #either-gif-or-video video { display: initial; }
}
*, *: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; 
}
.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;
}
h1 {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 auto;
	width: 100%;
}
h2 {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    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: 1000px;
	height: 1px;
	color:#000;
}
p {
	font-family: 'Montserrat', sans-serif!important;
}
.g-recaptcha {
	margin: 22px 0;
}
.button {
	padding: 5px 8px;
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}
.button:hover {
	background: #000;
	color:#FFF;
}
video {
	border:1px solid #cfcfcf;
}
.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: 1;
    margin-left: 0;
}
.theme a{
	color:#fff;
}
/* Header
-----------------------------------------------------------------------------*/
.vcard {
	display:none;
}
.header {
	height: 180px;
	width: 100%;
	margin:0 auto;
	position: fixed;
	z-index:99999999999999999;
	background: rgba(255,255,255,0.98);
}
.line_up {
	display:block;
	position: relative;
	width: 1024px;
	height: 140px;
	font-size: 14px;
	padding:0 12px;
	margin:0 auto;
}
.line_up ul {
	display:inline-block;
	position:relative;
}
.up_menu {
	display:block;
	position:relative;
	text-align: left;
	width: 40%;
	height: 50px;
	line-height: 50px;
}
.phone {
	display:block;
	position:relative;
	text-align: center;
	width: 20%;
	height: 50px;
	line-height: 1;
}
.phone span a{
	display:block;
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	color:black;
	border:1px solid #000;
	padding: 6px 10px 4px 10px;
	top:20px;
	font-weight:400;
	cursor: pointer;
	line-height: 1;
}
.phone span a:hover {
    background: rgba(0,0,0,1.00);
	color:#FFF;
}
button.btn-callme {
	display:block;
	position: absolute;
	font-size: 10px;
	text-transform: uppercase;
	color:black;
	border:1px solid #1f375d;
	padding: 6px 10px 4px 10px;
	top:20px;
	font-weight:400;
	cursor: pointer;
/*	line-height: 1;*/
	background: rgba(255,255,255,1.00);
}
button.btn-callme:hover {
	background: #1f375d;
	color:#FFF;
}
#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;
}
#callme button:hover {
	background: #000;
	color:#FFF;
}
.callme-modal {
	display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.counter {
    position: absolute;
    top: 16px;
    display: block;
    font-size: 10px;
    text-align: center;
    margin: -7px auto;
    width: 15px;
    height: 15px;
    color: rgba(255,255,255,1.00);
    letter-spacing: 0.1px;
    left: 4px;
    vertical-align: middle;
    line-height: 15px;
    background: #1f375d;
    border-radius: 50%;
}
.counter1 {
    position: absolute;
    top: 7px;
    display: block;
    font-size: 10px;
    text-align: center;
    margin: -17px auto;
    width: 15px;
    height: 15px;
    color: black;
    letter-spacing: 0.1px;
    left: 19px;
    vertical-align: middle;
    line-height: 14px;
    font-weight: 600;
}
.zakaz {
	display:inline-block!important;
	position:relative;
	text-align: right;
	width: 23%;
	height: 50px;
	line-height: 50px;
	padding-right: 0px;
}
.zakaz .svg-inline--fa {
	width: 22px;
    height: auto;
}
.line_up li {
	display:inline-block;
	position:relative;
	padding-right: 12px;
}
/*#cart {
	width: 30px;
    height: 30px;
    padding-right: 2px;
    background: url(../images/bags.svg);
    line-height: 50px;
	background-position: center right;
	top:3px;
}
#cart img {
	width: 26px;
	height: auto;
		
}*/
.input_search {
    width: 100%;
    height: 35px;
    background: #FFF;
    border: 1px solid rgba(31,55,93,1.00);
    color: #000;
    font-size: 18px;
    padding: 10px;
}
.autocomplete-suggestions {
	z-index:9999999999999;
}
#search1 {
    position: absolute;
    width: 100%;
    height: 140px;
    display: none;
    z-index: 9999;
    background: #FFF;
    margin: 0 auto;
    text-align: center;
}
#search1 form {
	width: 1000px;
	height: 40px;
	margin:0 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;
}
svg-inline--fa fa-search fa-w-16 {
	width: 22px;
    height: auto;
}
.input-group {
    width: 100%;
    height: 50px;
    line-height: 14px;
}
.midlle {
	display:block;
	position:relative;
	width: 1024px;
	height: 80px;
	padding:0 12px;
	margin:0 auto;
}
.logo {
	display:block;
	position:relative;
	width: 155px;
	height: auto;
	margin:0 auto;
	top:0;
}
.logo img {
	vertical-align: middle;
	width: 120px;
	height: 120px;
}
.container1 {
	position:relative;
	display:block;
	width: 100%;
	height: 40px;
	margin:0 auto;
	background: rgba(31,55,93,0.90);
}
/*MENU*/
.top-menu {
	position: relative;
	display:block;
	width: 1024px;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	margin:0 auto;
	padding:0 12px;
}
.top-menu:after, 
.submenu:after {
  content: "";
  display: table;
  clear: both;
}
.top-menu > li {
  display: inline-block;
float: left;
}
.top-menu > li > a {
  display: block;
  padding: 13px 22px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color:rgba(255,255,255,1.00);
  transition: .3s linear;
  font-weight: 600;
}
.top-menu > li > a:hover {
	color:#9B9B9B;
/*	transition: transform 3s linear;*/
}
.top-menu > li > a:first-child {
  padding-left:0px;	
}
.top-menu > li > a:last-child {
  padding: 13px 0px 13px 22px;
}
.top-menu li a > .svg-inline--fa.fa-w-14 {
		 -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.top-menu li a:hover > .svg-inline--fa.fa-w-14 {
	transform: rotate(.5turn);
	color:rgba(153,153,153,1.00);
}
.submenu, 
.submenu-standart {
  border: 1px solid #ededed;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.05);
  background: white;
  padding: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 40px;
  opacity: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}
.submenu {
	width: 99.8%;
	max-width: 99.8%;
}
.submenu-standart {
  min-width: 350px;
  padding: 10px;
}
.dropdown-standart {
	position: relative;
}
.top-menu > li:hover .submenu, 
.top-menu > li:hover .submenu-standart {
  top: 100%;
  opacity: 1;
  z-index: 999999999;
  transform: scaleY(1);
}
.submenu > li {
  float: left;
  width: calc(98% / 3);
  padding: 15px 10px;
  border-right: 1px solid #ededed;
}
.submenu-standart li {
	padding: 0 18px;
	float:left;
	width: 100%;
}
.submenu > li:last-child {
	border-right: none;
}
.submenu img {
  display: block;
  max-width: 100%;
}
.submenu li a, 
.submenu-standart li a {
  display: block;
	position:relative;
    padding: 5px 0;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
	line-height: 1.4;
}
.submenu li .link-image {
	padding: 0;
}
.submenu li a:hover {
	color: #666666;
}
.submenu-standart li a:hover {
	color:#666666;
}
.submenu-standart li span {
	display:table;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top:-10px;
	float:left;
}
.submenu-standart li span img{
	width: 40px;
	height: 40px;
	vertical-align: middle;
}
.submenu h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
}
.submenu h3.image-header {
	text-align: center;	
	font-size: 14px;
	color: #666666;	
}
.container1 {
  min-width: 100%;
  margin: 0 auto;
}
.image-header {
	text-align: center;
	color:#666666;
}
.users {
    display: inline-block;
    position: relative;
    right: 0;
    float: right!important;
	color:rgba(255,255,255,1.00);
}
.users a{
	display: inline-block!important;
}
#register {
    display: inline-block;
	position: relative;
}
#register a:hover {
	color:#9B9B9B!important;
}
#login {
    display: inline-block;
}
#login a:hover {
	color:#9B9B9B!important;
}
/*MENU END*/
.banners {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.banners img {
	position:relative;
	max-width:100%;
	height:auto;
	width: 100%;
}
.owl-theme .owl-dots {
	top: 90%!important;
}
.owl-carousel .owl-nav .owl-next {
	top:45%!important;
	color:black!important;
	opacity: 0.2!important;
}
.owl-carousel .owl-nav .owl-next:hover {
	opacity: 1!important;
}
.owl-carousel .owl-nav .owl-prev {
	top:40%!important;
	color:black!important;
	opacity: 0.2!important;
}
.owl-carousel .owl-nav .owl-prev:hover {
	opacity: 1!important;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
	top:180px;
}
#container {
	width: 100%;
    float: left;
    min-height: 250px;
    margin-bottom: 30px;
    padding: 0 0 500px;
}
.block {
	display:block;
	position:relative;
	width: 1024px!important;
	min-height: 20px;
    height: 100%;
	margin:0 auto;
	padding: 0 12px;
}
.about_us {
    position: relative;
    display: block;
    width: 100%;
    height: 520px;
}
.image_us {
    display: inline-block;
    position: relative;
    width: 430px;
    height: 300px;
    float: left;
    text-align: left;
	margin-right: 70px;
	overflow: hidden;
}
.image_us img {
	vertical-align: top;
    text-align: center;
    width: 430px;
    height: auto;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.image_us img:hover {
	 transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
}
.text_us {
    display: inline-block;
    position: relative;
    width: 450px;
    height: 300px;
    float: left;
}
.text_us p {
    text-align: left;
    width: 365px;
	line-height: 1.5;
}
.next {
    width: 100%;
    height: 36px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.next span a{
	padding: 12px 18px;
    border: 1px solid rgba(0,0,0,1.00);
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    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: 980px!important;
	height: 150px;
	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: 80px!important;
}
.brands .owl-carousel .owl-stage-outer {
/*    width: 80%!important;*/
}
.brands .owl-theme .owl-dots {
	margin-top: 30px!important;
}
#browsed_products {
	width: 1024px;
    height: 100%;
    min-height: 500px;
    display: block;
    position: relative;
	padding:0 12px;
}
.related .owl-theme .owl-dots {
	margin-top: 50px!important;
}
.related .slider {
    display: block;
    position: relative;
    width: 980px!important;
    height: 250px;
    margin: 0 auto;
}
.related .slider li {
    display: inline-block;
    position: relative;
    width: 160px;
    height: 250px;
    border: 1px solid #c6c6c6;
	    overflow: hidden;
}

.related .slider li .name {
    width: 100%;
    height: 90px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 8px 5px;
    font-weight: 500;
    display: block;
    position: relative;
    overflow: hidden;
    word-wrap: break-word;
}
.slider li .name a {
	width: 100%;
	height: auto;
}
.training {
    display: block;
    position: relative;
    width: 100%;
    height: 710px;
    margin: 0 auto;
}
.training_banners ul{
	display: block;
    position: relative;
    width: 1000px;
    height: 500px;
	vertical-align: middle;
}
.training_banners li{
	display:inline-block;
	position:relative;
	width: 465px;
	height: 465px;
	overflow: hidden;
}
.training_banners li a img {
	opacity:0.7;
background-color:#000;
	height: 465px;
	width: 465px;
	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: 30px;
    line-height: 37px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
	top:380px;
	padding-left:50px;
}
.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: 1px 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: 1024px;
	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;
	overflow: hidden;
}
.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);
	z-index:10;
}
.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: 12px;
    vertical-align: middle;
    padding: 0 5px; 
    color: #666!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: 1000px;
    height: 100px;
    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);
}
/*.navigation {
	display:block;
	position:relative;
	width: 1000px;
	height: 20px;
	margin:0 auto;
	padding:0 12px;
	border-bottom: 1px solid #000;
}
.navigation ul{	
}
.navigation li{
	display: inline-block;
    position: relative;
    float: right;
}
.navigation li:first-child {
    float: left;
}*/
.navigation {
    display: block;
    position: relative;
    width: 1024px;
    height: 20px;
    margin: 0 auto;
    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;
}
.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;
    min-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: 730px;
    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: 12px;
	padding: 15px 5px 5px 5px;
    word-wrap:break-word;
}
.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 {
    padding: 20px 30px;
    /*background-color: rgba(247, 247, 247, 0.3);
    border: 1px solid rgba(45, 45, 45, 0.1);*/
    margin-bottom: 30px;
}
.block-form h3 {
    margin: 10px 0;
    color: rgba(0,0,0,1.00);
	font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}.form-group {
    display: block;
}
.form-group label {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 20px 10px 5px 0px;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 14px;
    font-weight: 600;
}
input.form-control {
    padding: 10px 10px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    font-size: 13px;
}
#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;
}
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;
}
/*Корзина */
.carton {
    display: block;
}
.rowon {
    display: block;
    position: relative;
    width: 1000px;
    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;
}
.tablecart {
    width: 100%;
    max-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;
}
.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;
}
.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: 49%;
    border: 1px solid #c6c6c6;
    margin-right: 20px;
    background-color: rgba(247, 247, 247, 0.3);
    padding: 10px;
}
.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;
}
.carton .customer textarea {
    width: 100%;
    margin-bottom: 10px;
    color: #666666;
    padding: 3px 10px;
    border: 1px solid #c6c6c6;
	font-size: 14px;
}
.carton .deliveries {
    padding-bottom: 20px;
    position: relative;
    width: 49%;
    float: left;
    border: 1px solid #c6c6c6;
    background-color: rgba(247, 247, 247, 0.3);
    padding: 10px;
    margin-bottom: 20px;
}
.carton .deliveries label {
    font-weight: 600;
	font-size: 14px;
	padding: 10px 0;
}
.carton .customer label span {
    color: red;
    padding: 0 2px;
}
.description p {
    font-size: 12px;
    text-transform: none;
	line-height: 16px;
	color:#999999;
}
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: 49%;
    height: auto;
    float: 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 {

}
.user_info {
	width: 100%;
	height: auto;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 1.5;
	border: 1px solid #c3c3c3;
}
.user_info b{
	font-size: 16px;
	font-weight: 600;
}
table.order_info {
    position: relative;
    background-color:  rgba(247, 247, 247, 0.3);
    width: 49%;
    border: 1px solid #c6c6c6;
    margin-right: 20px;
    float: left;
	padding: 10px;
}
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;
}
#orders_history tr a {
	color:rgba(31,55,93,0.90);
	font-weight: 600;
}
#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%;
	flex-grow: 1;
	padding-bottom: 30px;
}
.photo-product {
	display:table-cell;
	position:relative;
	width: 50%;
	height: 100%;
	float:left;
}
.photo-product .image {
	display:block;
	position:relative;
	width: 450px;
	height: 450px;
	border:1px solid #c6c6c6;
}
.photo-product .image img{
	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: 450px;
	height: 100%;
	padding-top:20px;
	
}
.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: 49%;
	height: 100%;
	float:right;
}
.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;
}
.stock td {
	font-size: 16px;
	line-height: 24px;
}
.namepro {
	width: 130px;
	font-weight: 600;
}
.value {
   color:#666666;
	font-weight: 400;
}
.payment {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 11px;
    color: #1F375D;
    line-height: 1.2;
    font-weight: 600;
}
#oneclick {
    display: none;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.kol {
	display:inline-block;
	position:relative;
	width: 100%;
	height: 50px;
}
.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: 14px;
	line-height: 50px;
	color:rgba(31,55,93,0.90);
	margin:5px 0;
}
.pagination a{
	padding: 3px 9px;
    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:15px 10px;
}
.brand span{
	width: 100%;
	height: 50px;
	font-weight: bold;
	font-size: 16px;
	float:left;
	text-align: center;
	line-height: 50px;
	color:#666666;
}
.brand p{
	width: 100%;
	font-size: 14px;
	float:left;
	text-align: left;
	padding-left:5px;
	padding-top:10px;
	line-height: 20px;
}
.oplata {
	width: 350px;
	height: auto;
	padding: 15px 0px 15px 5px;
}
.oplata input {
	border:1px solid #000;
	background: #FFF;
	padding: 5px 10px;
	color:#000;
}
.oplata input:hover {
	border:1px solid #000;
	background: #000;
	color:#FFF;
}
/* Корзина-----------------------------------------------------------------------------*/
.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: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
    float:left;
}
/* список вкладок */
.tabs li {
    text-align:center;
    float:left;
    padding:15px 24.4px;
    background:#FFF;
	font-size: 18px;
    margin-right:1px;
    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: 30px;
    /* min-height: 800px; */
    /* height: auto; */
    display: flex;
    flex-direction: column;
}
.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: 316px;
    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: 684px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 0;
    text-align: left;
    word-wrap: break-word;
}
/* 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: 400px;
	float:left;
	border:1px solid #c3c3c3;
	overflow: hidden;
	margin:15px auto;
}

.blog_images {
	display:block;
	position:relative;
	width: 399px;
	height: auto;
	float:left;
	margin-right: 30px;
	border-right:1px solid #c3c3c3;
	overflow: hidden;
}
.blog_images:hover {
	
}
.blog_images img{
	width: 100%;
	height: auto;
}
.dateblog {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.dateblog span{
	font-weight: 600;
}
.blog_text {
	display:block;
	position:relative;
	float:left;
	width: 545px;
	height: 400px;
}
.blog_text h2{
	display: block;
    position: relative;
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 0px;
    font-style: normal;
    top: 20px;
}
.datetext {
	display: block;
    position: relative;
    width: 100%;
    height: 100px;
    line-height: 1.4;
    font-size: 15px;
	overflow: hidden;
}
.blockteacher {
	display: block;
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 16px;
	line-height: 40px;
}
.blockteacher b{
	font-weight: 600;
	font-size: 16px;
}
.infoblog .date {
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.infoblog .time {
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.infoblog .teacher {
	width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 10px;
}
.infoblog span {
	font-weight: 600;
}
.blockprice {
	display: block;
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 16px;
	line-height: 40px;
}
.blockprice b{
	font-weight: 600;
	font-size: 16px;
}
.btn {
	display: block;
    position: relative;
    top: 20px;
}
.btn a {
	font-size: 14px;
	padding:5px 12px;
	float:right;
	line-height: 30px;
	bottom: 0;
	border:1px solid #0f3353;
	background: #FFF;
}
.btn a:hover {
	background: #0f3353;
	color:#FFF;
}
.imageblog {
	position:relative;
	display:block;
	width: 450px;
	height: auto;
	margin-bottom: 30px;
	float:left;
}
.imageblog img {
	width: 400px;
	height: auto;
	text-align: center;
}
.infoblog {
	position:relative;
	display:block;
	width: 520px;
	height: auto;
	float:left;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
}
.infob {
	position:relative;
	display:block;
	width: 549px;
	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: 520px;
	height: auto;
	float:left;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 30px;
	font-size: 14px;
}
.textblog span{
	width: 100%;
	height: 60px;
	font-weight: 600;
	line-height: 60px;
	font-size: 20px;
}
.timeblog {
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.timeblog span{
	font-weight: 600;
}	
.teacher {
	width: 100%;
	height: 30px;
	font-size: 16px;
}
.teacher span {
	font-weight: 600;
}
.url_blog {
	display:block;
	position:relative;
	width: 100%;
	height: 80px;
	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: 700px;
	height: 80px;
	float:left;
	text-align: left;
	margin-top:25px;
	font-size: 14px;
	line-height: 1.2;
}
.url_blog .btn {
	float:left;
	margin-left: 65px;
}
.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;
}
.news_menu ul{
	width: 100%;
	height: 100px;
	text-align: center;
	border-bottom: 1px solid #0f3353;
}
.news_menu li{
	display: inline-block;
    position: relative;
    width: auto;
    height: 140px;
    line-height: 100px;
    text-align: left;
    margin: 0 10px;
	
}
.news_menu li a{
	padding:5px 10px;
	text-align: center;
	border:1px solid #0f3353;
}
.news_menu li a:hover{
	background: #0f3353;
	color:#FFF;
}
#news {
    width: 100%;
    height: auto;
	margin-top:15px;
}
.news_images {
	display:block;
	position:relative;
	width: 400px;
	height: 400px;
	line-height: 400px;
	float:left;
	margin-right: 30px;
	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: 545px;
    height: 400px;
	
}
.news_text h2 {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 0px;
    padding-top: 0px;
    font-style: normal;
    top: 20px;
}
.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: 130px;
    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;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	display:block;
	width: 100%;
	margin: -500px auto 0;
	height: 500px;
	position: relative;
	color:rgba(255,255,255,1.00);
	background: rgba(31,55,93,0.90);
	top:180px;
}
.footer .empty {
	display:block;
	position:relative;
	width: 100%;
	height: 30px;
}
.footer .block {
	display:block;
	position:relative;
	width: 1024px;
	height: 420px;
	padding:0 12px;
	margin:0 auto;
	border-bottom: 1px solid rgba(255,255,255,0.30);
}
.footer ul {
	display:inline-block;
	position:relative;
	color:#FFF;
	float:left;
	width: calc(98% / 5);
}
.footer ul h2 {
	font-size: 14px;
	text-align: left;
	padding:10px 0 10px 0;
/*	opacity: 0.5;*/
    color: #fff;
	
}
.footer li {
	font-size: 14px;
}
.footer li a{
	line-height: 1.8;
    opacity: 0.4;
    color: #fff;
    font-weight: 400;
}
.footer li a:hover {
	color:#fff;
	opacity: 0.8
}
.footer_logo {
	display: block;
    position: absolute;
    width: 200px;
    height: auto;
    top: 240px;
    right: 0;
}
.footer_logo img{
	width: 200px;
	height: 200px;
	z-index: 99999999;
	display:block;
	position:relative;
}
.copy {
	display:block;
	position:relative;
	width: 1000px;
	height: 50px;
	padding:0 12px;
	margin:0 auto;
	text-align: left;
	font-size: 12px;
	line-height: 50px;
	opacity: 0.4;
    color: #fff;
    font-weight: 400;
}
/*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;
}
.v tr {
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 20px;
}
.price-s {
    float: left;
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.v .namepro {
	    float: left;
    color: black;
    font-size: 14px;
	font-weight: normal;
}
.v {
	margin-bottom: 20px;
}
.image_b {
	display:block;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
/*Аккардион */
.registr {
	display:block;
	position: relative;
	width: 100%;
	height: 1300px;
}
/*бесплатные вебинары*/
.webinarsfree {
	display:block;
	position:relative;
	width: 1000px;
	height: 100%;
	margin-bottom: 20px;
}
.w_products {
	display:block;
	position:relative;
	width: 1000px;
	height: 100%;
}
.w_product {
	display:block;
	position:relative;
	width: 450px;
	height: 500px;
	margin: 0 25px 10px 25px;
	float:left;
}
.w_product .name {
	width: 450px;
	height: auto;
	font-size: 20px;
	color:#000;
	text-align: center;
	padding: 20px;
	font-weight: 600;
}
.w_product .video {
	width: 450px;
	height: 276px;
}
.w_product .video p iframe {
	width: 450px;
	height: 254px;
	border:1px solid #d1d1d1;
}
.w_product .text {
	width: 100%;
	height: 200px;
	padding:10px;
}
.w_product .text p {
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	color:#000;
}
.clocks {
	display:flex;
	position:relative;
	width: 100%;
	height: 100px;
	font-size: 16px;
	line-height: 22px;
	padding:10px;
	color:rgba(31,55,93,0.90);
	border-bottom:1px solid rgba(0,0,0,0.50);
	margin-bottom:10px;
}
.fc-h-event .fc-event-title {
   white-space: normal!important; 
}
.post h2 {
    padding-bottom: 20px
}
.post h3 {
	width: 100%;
	height: auto;
	padding:10px;
	text-align: center;
	margin-bottom:20px;
	font-weight: 600;
	line-height: 1.2;
	color:#666666;
	font-size: 22px;
}
.sem p{
	font-size: 18px;
	line-height: 1.4;
}