/* Шрифты */

@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/BebasNeueBold.eot');
	src: local('☺'), url('/fonts/BebasNeueBold.woff') format('woff'), url('/fonts/BebasNeueBold.ttf') format('truetype'), url('/fonts/BebasNeueBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeueBook';
	src: url('fonts/BebasNeueBook.eot');
	src: local('☺'), url('/fonts/BebasNeueBook.woff') format('woff'), url('/fonts/BebasNeueBook.ttf') format('truetype'), url('/fonts/BebasNeueBook.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Основное */

html, body {
    
    padding: 0;
    margin: 0;
    font-family: "Exo 2", sans-serif;
    min-height: 100%;
    color: #000
    
}

.small {
    
    font-size: 8px;
    
}

.mob_b {
    
    display: none;
    
}

.wrapper {
    
    max-width: 1600px;
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto
    
}

a.whatsapp {
    
    display: none
    
}
 
.forma_success, .forma_discount_success  {
    
    display: none;
    font-size: 16px;
    
}

a {
    
    color: #283e47;
    text-decoration: none;
    font-weight: normal
    
}

h1 {
    
    font-family: "BebasNeueBold";
    color: #283e47;
    font-weight: normal;
    font-size: 34px;
    
}


h2 {
    
    font-family: "BebasNeueBold";
    color: #283e47;
    font-weight: normal;
    font-size: 22px;
    
}

.readmore a {
    
    display: inline-block;
    background: #fe0000;
    padding: 5px 10px;

    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    margin-top: 20px;
       
}


/* Верх */

.top {
    
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
    
}

.top h1, .top .h1 {
    
    color: #283e47;
    font-size: 24px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-family: "BebasNeueBold";
    
}

.top .phone {
    
    display: inline-block;
    vertical-align: middle;
    float: right;
    
}

.top .phone a {
    
    font-size: 24px;
    font-family: "BebasNeueBold";
    
}

.top .phone a strong, .top .mail a strong {
    
    color: #eb072c
    
}

.top .phone .whatsapp {
    
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -7px
    
}

.top .mail {
    
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 40px;
    margin-top: 4px;
    
}

.top .mail a {
    
    font-size: 17px;
    font-family: "BebasNeueBook";
    
}

/* Лого и т.д. */

.logoEtc {
    
    padding: 15px 0;
    
}

.logoEtc .logo {
    
    display: inline-block;
    vertical-align: middle;
    
}

.logoEtc .logo img {
    
    width: 380px;
    height: auto;
    
}

.logoEtc .menu {
    
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 10px;
    
}

.logoEtc .menu a {
    
    display: inline-block;
    vertical-align: middle;
    margin-right: 55px;
    font-family: "BebasNeueBold";
    font-size: 18px;
    
}

.logoEtc .menu a:last-of-type {
    
    margin-right: 0;
    
}

/* Видео */

.video {
    
    height: 80vh;
    background: #6f6f6f;
    position: relative
    
}

video {  
  position: absolute;
    top:0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; }
  

 @supports (object-fit: cover) {
     .video > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }

.video .zayavka {
    
    width: 230px;
    margin-left: -115px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    
    
    
}

.video .zayavka a {
    
    background: #eb072c;
    font-family: "BebasNeueBook";
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
    font-size: 22px;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: center
    
}


.video .zayavka a strong {
    
    font-family: "BebasNeueBold";
    font-weight: normal
    
}


/* Хлебные крошки */

.bread {
    
    font-size: 12px;
    background: #fbfbfb;
    border-radius: 10px;
    margin: 20px 0;
    display: inline-block;
    padding: 5px 10px;
    
}

.bread a {
    
    text-decoration: none;
    color: #000
    
}

/* Формы */

.forma {
    
    padding: 50px 0;
    font-size: 0;
    color: #000;
    background: #fdfdfd;
    
}

.forma .text {
    
    text-transform: uppercase;
    font-size: 16px;
    width: 60%;
    margin-bottom: 60px;
    
}

.forma .pole {
    
    width: calc(33.3% - 80px);
    padding: 0 40px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    
}

.forma .pole:nth-of-type(3n-2) {
    
    padding-left: 0;
    width: calc(33.3% -0px);
    
}

.forma .pole:nth-of-type(3n) {
    
    padding-right: 0;
    width:33.3% ;
    
}

.forma .pole .label {
    
    margin-bottom: 10px;
    
}

.forma .pole .personal {
    
    color: #000;
    font-size: 12px;
    margin-top: 40px;
    
}

.forma input { 	
    
    font-family: "Exo 2", sans-serif;
    overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	width:100%;
	text-align:left;
	font-weight:400;
	display:block;
    margin-bottom:16px;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
	
	}

.forma input:hover {
    
    border: 1px solid #eb2531
    
}

.forma input[type="submit"] { 	
    
    font-family: "Exo 2", sans-serif;
    overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	width:100%;
	text-align:left;
	font-weight:bold;
	display:block;
    margin-bottom:16px;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    
}

.forma input[type="submit"]:hover {
    
    color:#000

}

.forma.discount {
    
    padding: 0px 0 30px 0;
    color:#000;
    background-image: none
    
}

.forma.discount h2 {
    
    font-weight: 600
    
}

/* О нас на главной */

.about {
    
    background: #f9f9f9;
    padding: 50px 0;
    border-top: 10px solid #fe0000;
    border-bottom: 10px solid #fe0000;
    
}

.about a {
    
    white-space: nowrap
    
}

.about .image {
    
    display: inline-block;
    vertical-align: middle;
    
}

.about .text {
    
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 10%;
    font-size: 14px;
    
}

/* Подбор */

.podbor {
  padding: 27px 0;
    background: url("/images/cellback.png") bottom center repeat-x #f9f9f9;
    text-align: center

}

.podbor h2 {
    
    text-align: center
     
}

.podbor form {
    
    margin: auto;
    display: inline-block
    
}
.podbor .vibor {
  width: 33%;
  display: inline-block;
    text-align: left
}
.podbor input {
}
.podbor .label {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 15px
}
.podbor input[type="submit"] {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
  width: auto;
  text-align: center;
  font-weight: 900;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.podbor input[type="submit"]:hover {
  color: #F00
}

/* Поиск */

.cpt_product_search form {
  margin: 0px !important;
}
.cpt_product_search {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}
.results .cpt_product_search {
  background-color: #FFF;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 50px;
}
#searchstring {
  width: calc(100% - 120px);
  background-color: #e6e6e6;
  color: #777777;
  border: none;
  height: 37px;
  font-size: 14px;
  padding-left: 18px
}
.cpt_product_search input[type="submit"] {
  height: 37px;
  font-size: 14px;
  color: #000;
  background-color: #e6e6e6;
  float: right;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer
}
.cpt_product_search input[type="submit"]:hover {
  background-color: #e60002;
  color: #FFF
}

.cpt_product_search .suggestionsBox {
    
    position: absolute;
    background: #fff;
    text-align: left;
    margin-left: 0px;
    z-index: 20;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.13)
    
}

.cpt_product_search .suggestionsBox .suggestionList {
    
    
    
}

.cpt_product_search .suggestionsBox .suggestionList ul {
    
    list-style: none;
    padding: 0px;
    
}

.cpt_product_search .suggestionsBox .suggestionList ul li {
    
    line-height: 16px;
    padding: 13px 20px;
    
}

.cpt_product_search .suggestionsBox .suggestionList ul li a {
    
    font-size: 16px;
    color: #000
    
}

/* Категория */

.category {
    
    font-size: 0;
    padding-top: 20px;
    
}

.category .description {
    
    font-size: 14px; 

    
}

.category .description h2 {
    
    font-size: 22px;
    font-weight: 400
    
}

.category .filter {
    
    display: inline-block;
    width: 18%;
    vertical-align: top;
    margin-right: 2%;
    
    -webkit-transition: all 1.5s; 
    -moz-transition: all 1.5s; 
    -o-transition: all 1.5s; 
    transition: all 1.5s;
    
}

.category .subcategoryes {
    
    font-size: 14px;
    
}

.category .subcategoryes .subcategory {
    
    width: 16%;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    
}

.category .subcategoryes .subcategory .name a {
     
    color: #000;
    font-size: 16px;
    
}

.category .subcategoryes .subcategory .image {
    
    margin-bottom: 30px;
    height: 200px;
    position: relative
    
}

.category .subcategoryes .subcategory .image img {
    
    max-height: 180px;
    width: auto;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block
    
}

.category .products {
    
    display: inline-block;
    vertical-align: top;
    width: 80%;
    
} 

.category .products.search {
    
    width: 100%;
    margin-top: 50px;
    
}

.category h1 {
    
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 20px 0; 
    padding: 0
    
}

.category .products .navi {
    
    font-size: 14px;
    text-align: left;
    margin-bottom: 40px;
    
}

.category .products .navi a {
    
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

.category .products .navi a:hover {
    
    background: #fdfdfd
    
}

.category .products .navi .faq {
    
    display: inline-block;
    padding: 5px 10px;
    background: #8b0013;
    color: #fff
    
}


.category .products .items {
    
        
    
}

.category .products .items .item {
    
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    vertical-align: top; 
    margin-bottom: 70px;
    background: #fff
    
}

.category .products .items .item .image .new {
    
    display: inline-block;
    position: absolute;
    bottom:-10px;
    left: -10px;
    z-index: 10
    
}

.category .products .items .item .image .new img {
    
    width: 60px;
    height: auto
    
}

.category .products .items .item:nth-of-type(3n) {
    
    margin-right: 0
    
}

.category .products .items .item .image {
    
    text-align: center;
    position: relative;
    height: 390px;
    
}

.category .products .items .item .image img {
    
    max-width: 200px;
    max-height: 380px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
    
}

.category .products .items .item .name {
    
    margin-top: 30px;
    margin-left: 20px;
    
}

.category .products .items .item .name a {
    
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    text-decoration: none
    
}

.category .products .items .item .icons {
    
    margin-left: 20px;
    margin-top: 10px;
    width: 200px;
    
}

.category .products .items .item .icons img {
    
    margin-right: 10px;
    margin-bottom: 10px;
    
}

.category .products .items .item .icons img:last-of-type {
    
    margin-right: 0;
    
}

.category .products .items .item .price {
    
    font-size: 24px;
    color: #000000;
    font-weight: 100;
    margin-top: 10px;
    margin-left: 20px;
    
    
}

.category .products .items .item .description {
    
    font-size: 12px;
    margin-left: 20px;
    width: 200px;
    font-weight: 600;
    margin-top: 20px;
    height: 90px;
    color: #000
    
}

.category .products .items .item .params {
    
    font-size: 12px;
    
}

.category .products .items .item .readmore a {
    
    display: block;
    background: #fe0000;
    padding: 5px 10px;

    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    margin-top: 20px;
    width: calc(100% - 20px);
       
}

/* Корзина */

.onesteporder-width350-IFrame {
    
    text-align: center;
    padding: 10px;
    font-size: 14px;
    
}

.onesteporder-width350-IFrame input {
    
    font-size: 14px;
    padding: 5px 10px;
    background: #206fc7;
    border:none;
    color: #fff;
    
}

.onesteporder-width350-IFrame .onesteporder-informer-text {
    
    margin-bottom: 10px;
    
}

.cart {
    
    
    
}

.cart .products {
    
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-right: 7%;
    padding: 40px 0;
    
}

.cart .products table {
    
    width: 100%;
    
}

.cart .products table tr {
    
    border-bottom: 1px solid #f5f5f5
    
}

.cart .products table tr td {
    
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5
    
}

.cart .products table tr:last-of-type td {
    
    border-bottom: none
    
}

.cart .products table tr td:nth-of-type(1) {
    
    width: 70%;
    
}

.cart .products input.RecalculateCartIcons {
    
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;;
    border:none
    
}

.cart .products .equal {
    
    font-size: 18px;
    font-weight: 600
    
}

.cart .products .onesteporder-products-delete a {
    
    background: url("/images/mob_x.svg") no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px; 
    cursor: pointer
    
}

.cart .products input.onesteporder-products-count-input {
    
    background: none;
    border:none;
    width: 40px;
    text-align: center
    
}

.cart .info {
    
    width: calc(30% - 40px);
    display: inline-block;
    vertical-align: top;
    padding: 40px 20px;
    background: #f5f5f5;
    
}

.cart .info .StandartOrdering {
    
    
    
}

.cart .info .onesteporder-contact-div table {
    
    width: 100%;
    margin-bottom: 40px;
    
}

.cart .info .onesteporder-contact-div table tr td {
    
    padding: 10px 0;
    font-size: 14px;
    
}

.cart .info .onesteporder-contact-div table tr td:nth-of-type(1) {
    
    width: 40%
    
}

.cart .info .onesteporder-contact-div input {
    
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 10px;
    outline:none;
    
}

.cart .info .onesteporder-contact-div textarea {
    
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 10px;
    resize: none;
    outline:none
    
}

.cart .info .onesteporder-contact-td-last {
    
    font-size: 12px;
    color: #999
    
}

.cart .info .onesteporder-products-total-div {
    
    text-align: center
    
}

.cart .info input.onesteporder-products-total-submit {
    
    font-size: 18px;
    font-weight: 100;
    background: none;
    color: #000;
    border: 1px solid #cfcfcf;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    
}

.cart .info input.onesteporder-products-total-submit:hover {
    
    background: #000;
    color: #fff
    
}

/* Категории на главной */

.root {
    
    font-size: 0;
    padding: 100px 0 50px 0;
    
}

.root .item {
    
    display: inline-block;
    width: 47.5%;
    background: url("/images/cellback.png") repeat-x bottom center #f9f9f9;
    height: 320px;
    vertical-align: top;
    position: relative;
    margin-right: 5%;
    margin-bottom: 100px;
    border-bottom:10px solid #fe0000;
    border-radius: 10px;
    text-align: right
    
}

.root .item:nth-of-type(2n) {
    
    margin-right: 0;
    
}

.root .item .image {
    
    margin: auto 50px;
    height: 100%;
    position:absolute;
    bottom: -80px;
    right: 0;
    
}

.root .item:nth-of-type(even) .image {
    
    left: 0;
    
}

.root .item .image img {
    
    position: absolute;

    bottom: 0;
    right: 0;
    margin: auto 0;
    
}

.root .item:nth-of-type(2n) .image img {
    
    left: 0;
    right: auto
    
}

.root .item:nth-of-type(5), .root .item:nth-of-type(6) {
    
    height: 140px;
    
}

.root .item:nth-of-type(5) .image, .root .item:nth-of-type(6) .image {
    
    bottom:35px
    
}

.root .item .name a {
    
    color: #283e47;
    font-family: "BebasNeueBold";
    font-size: 28px;
    line-height: 24px; 
    
    
}

.root .item .name {
    
    position: absolute;
    top: 60px;
    left: 30px;
    width: 160px;
    
}

.root .item:nth-of-type(2n) .name {
    
    
    text-align: left;
    right: 30px;
    left:auto;
    
}

/* Позиция внутри */

.item_detaled {
    
    font-size: 0;
    
}

.item_detaled h1 {
    
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    
}

.item_detaled .code {
    
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    
}

.item_detaled .code a {
    
    font-size: 14px;
    color: #eb2531;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none
    
}

.item_detaled .brief_description {
    
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    width: 30%;
    
}

.item_detaled .image {
    
    width: 28%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-right: 2%;

}

.item_detaled .image .main {
    
    width: 75%;
    display: inline-block;
    vertical-align: top;
    position: relative
    
}

.item_detaled .image .main .new {
    
    display: inline-block;
    position: absolute;
    top: -20px;
    left: -40px;
    
}

.item_detaled .image .all {
    
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center
         
    
}

.item_detaled .image .all .img {
    
    margin-bottom: 10px;
    
}

.item_detaled .image .img img {
    
    height: auto;
    width: 100%;
    
}

.item_detaled .image img {
    
    max-width: 90%;
    height: auto
    
}

.item_detaled .seria {
    
    font-size: 20px;
    font-weight: 100;
    margin-top: 0px;
    padding-top: 20px;
    
}

.item_detaled .seria .text {
    
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 20px;
    
}

.item_detaled .params {
    
    display: inline-block;
    vertical-align: top;
    width: 70%;
    
}

.item_detaled .params .price {
    
    font-size: 32px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 20px;
    display: inline-block;
    
}

.item_detaled .cart {
    
    display: inline-block;
    vertical-align: top;
    
}

.item_detaled .cart input {
    
    overflow: visible;
    font-family: "BebasNeueBold";
    font-size: 20px;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
	width:100%;
	text-align:left;
	font-weight:900;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    margin: 8px 0px  0 50px;
    
}

.item_detaled .cart input:hover, .item_detaled .disco a:hover {
    
    background: linear-gradient(#FFF, #d7d7d7);
    
}

.item_detaled .disco {
    
    display: inline-block;
    margin: 17px 0px  0 5%;
    vertical-align: top;
    
}

.item_detaled .disco a {
    
    
    vertical-align: top;
    overflow: visible;
    font-family: "BebasNeueBold";
    font-size: 20px;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #ff0000;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
	text-align:left;
	font-weight:900;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    text-decoration: none

    
}

.item_detaled .credit {
    
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}

.item_detaled .credit .creditb {
    
    display: inline-block;
    overflow: visible;
    font-family: "BebasNeueBold";
    font-size: 20px;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #b5e7ff);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
	width:auto;
	text-align:left;
	font-weight:900;
	-webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    margin: 8px 0px  0 50px;
}

.item_detaled .credit .creditb:hover {
    
    background: linear-gradient(#FFF, #b5c5ff);
    
}


.item_detaled .params .sert {
    
    margin-bottom: 20px;
    margin-top: 10px;
    
}

.item_detaled .params .row {
    
    padding: 10px 20px;
    background: #d4d4d4;
    width: calc(100% - 20px);
    margin-left: -20px;
    vertical-align: top
    
}

.item_detaled .params .row:nth-of-type(odd) {
    
    background: none
    
}

.item_detaled .params .name {
    
    display: inline-block;
    width: 80%;
    font-size: 14px;
    vertical-align: top
    
}

.item_detaled .params .value {
    
    display: inline-block;
    width: 20%;
    font-size: 14px;
    vertical-align: top
    
}

.item_detaled .sert {
    
    margin-top: 40px;
    
}

.item_detaled .sert img {
    
    margin-right: 20px;
    
}

.item_detaled .bottom {
    
    margin: 60px 0;
    
}

.item_detaled .bottom .sop {
    
    font-size: 14px;
    border-bottom: none
    
}

.item_detaled .bottom .sop:last-of-type {
    
    border-bottom:none
    
}

.item_detaled .bottom .sop h2 {
    
    font-size: 32px;
    font-family: "BebasNeueBold"
    
}

.item_detaled .sop .items {
    
    font-size: 0;
    
}

.item_detaled .description ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
    
}

.item_detaled .description ul li {
    
    line-height: 32px;
    background: url("/images/list.png") no-repeat left center;
    padding-left: 20px;
    margin-left: 10px;
    
}

.item_detaled .sop .items .item {
    
    display: inline-block;
    vertical-align: top;
    width: calc(14.2% - 26px);
    margin-bottom: 40px;
    margin-right: 30px;
    -webkit-transition: all 0.5s; 
    -moz-transition: all 0.5s; 
    -o-transition: all 0.5s; 
    transition: all 0.5s;
    
}

.item_detaled .sop .items .item:hover {
    
    background: #f2f2f2;
    
}

.item_detaled .sop .items .item:nth-of-type(7n) {
    
    margin-right: 0;
    
}

.item_detaled .sop .items .item .image {
    
    height: 150px;
    position: relative;
    width: 100%;
    text-align: center
    
}

.item_detaled .sop .items .item .image img {
    
    display: block;
    position: absolute;
    bottom: 0;
    max-height: 150px;
    max-width: 120px;
    padding: 0 10px;
    height: auto;
    
}

.item_detaled .sop .items .item .name {
    
    font-size: 16px;
    margin: 20px 0 0 0;
    padding-left: 10px;
    
}

.item_detaled .sop .items .item .name a {
    
    color: #000;
    text-decoration: none;
    font-weight: 900
    
}

.item_detaled .sop .items .item .description {
    
    font-size: 10px;
    padding-left: 10px;
    margin-top: 20px;
    color: #7A7A7A;
    width: 80%;
    font-weight: 600;
    text-transform: normal;
    height: 80px;
    
}

.item_detaled .sop.form .text {
    
    text-transform: uppercase;
    
}

.item_detaled .sop .row {
    
    padding: 10px 20px;
    background: #d4d4d4;
    width: calc(100% - 20px);
    margin-left: -20px;
    font-size: 0;
    
}

.item_detaled .sop .row:nth-of-type(odd) {
    
    background: none
    
}

.item_detaled .sop {
    
    font-size: 0;
    
}

.item_detaled .sop .name {
    
    display: inline-block;
    width: 80%;
    font-size: 14px;
    
}

.item_detaled .sop .value {
    
    display: inline-block;
    width: 20%;
    font-size: 14px;
    
}

.item_detaled .description {
    
    font-size: 14px;
    margin-top: 30px;
}

.item_detaled .module {
    
    font-size: 14px;
    margin-bottom: 20px;
    
}


.item_detaled .files {
    
    
    
}

.item_detaled .osobennosti {
    
    font-size: 14px;
    
}

.item_detaled .osobennosti .ym-grid {
    
    margin-bottom: 30px;
    
}

.item_detaled .osobennosti img {
    
    border-radius: 5px;
    
}

.item_detaled .osobennosti .ym-gbox {
    
    display: inline-block;
    vertical-align: top;
    
}

.item_detaled .osobennosti .ym-gbox h2 {
    
    font-size: 16px;
    font-family: "BebasNeueBold";
    font-weight: 600
    
}


.item_detaled .osobennosti .ym-gl {
    
    display: inline-block;
    vertical-align: top;
    
}

.item_detaled .osobennosti .tabItem {
    
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
    
}



.item_detaled .osobennosti .productBenefit  {
    
    width: 60%;
    margin-left: 20px;
    
}


.item_detaled .osobennosti .exclusive {
    
    display: none
    
}

.item_detaled .osobennosti .coreBenefit {
    
    width: 40%
    
}


.item_detaled .files .file {
    
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    
    
}

.item_detaled .files .file:last-of-type {
    
    margin-right: 0;
    
}

.item_detaled .files .file a {
    
    width: 120px;
    text-align: left;
    display: block;
    padding-top: 80px;
    background: url("/images/pdf.png") no-repeat left top;
    color: #000;
    font-size: 14px;
    
}

.item_detaled .forma {
    
    background: none
    
}













/* Подвал */

.footer {
  background-color: #f4f4f4;
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer .logo img {
    
    width: 240px;
    height: auto
    
}
.footer .banner img {
  max-width: 100%;
  border-radius: 10px;
  margin-top: 10px;
}
.footer .graybg {
  padding-top: 0;
  padding-bottom: 0;
}
.footer .logo {
  margin-top: 65px;
  vertical-align: top
}
.footer .text {
  width: 250px;
  padding-left: 8px;
  font-size: 11px;
  color: #979797;
  margin-top: 12px;
}
.footer .left {
  width: 338px;
  display: inline-block
}
.footer .middle {
  height: 290px;
  display: inline-block;
  border-left: 1px solid #acb0bc;
  vertical-align: top
}
.footer .menu {
  margin-top: 65px;
  padding-left: 35px
}
.footer .menu a {
  display: block;
  padding: 0;
  border: none;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600
}
.footer .menu a:hover, .footer .menu a.sub:hover {
  text-shadow: none;
  color: #e60002;
  text-decoration: none
}
.footer .menu a.sub {
  color: #777777;
  padding-left: 15px
}
.footer .right {
  display: inline-block;
  float: right;
  padding-top: 65px;
  text-align: right
}
.footer .phone {
  font-size: 28px;
    font-family: "BebasNeueBold"
}

.footer .phone strong {
    
    color: #fe0000
    
}



.footer .phone:hover strong {
  color: #000
}
.footer .time {
  text-align: right;
  font-size: 13px;
}
.footer .time a {
  color: #e60002
}
.footer .time a:hover {
  color: #000
}


@media screen and (max-width: 1000px) { 
    
    /* Верх */

    .top {
        
        text-align: center
        
    }

    .top h1, .top .h1 {

        color: #283e47;
        font-size: 18px;
        text-align: center;
        display: block;

    }

    .top .phone {

        float: none;
        margin-right: 10px;

    }

    .top .phone a {

        font-size: 20px;
        font-family: "BebasNeueBold";

    }
    
    .top .phone .whatsapp img {
    
        width: 22px;
        height: auto

    }

    .top .phone a strong, .top .mail a strong {

        color: #eb072c

    }

    .top .mail {

        float: none;
        margin-right: 0px;
        margin-top: 0px;

    }
    
    /* Лого и т.д. */


    .logoEtc .logo {

        display: inline-block;
        text-align: left;
        width: auto;

    }

    .logoEtc .logo img {

        width: 250px;
        height: auto;

    }

    .logoEtc .menu {

        display: block;
        vertical-align: middle;
        float: none;
        width: calc(100% - 120px);
        padding: 30px;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
        height: 100%;
        position: fixed;
        top: 0;
        left:-1200px;
        margin-top: 0;
        z-index: 10;
        -webkit-transition: all 0.5s; 
        -moz-transition: all 0.5s; 
        -o-transition: all 0.5s; 
        transition: all 0.5s;

    }

    .logoEtc .menu a {

        display: block;
        vertical-align: middle;
        margin-right: 0;
        margin-bottom: 40px;

    }
    
    /* Видео */

    .video {

        height: 40vh;
        background: #6f6f6f;
        position: relative

    }

    .video .zayavka {


        bottom: 30px;



    }

    .video .zayavka a {

        font-size: 18px;

    }
    
    /* О нас на главной */

    .about {

        text-align: center

    }

    .about .image img {

        width: 70%;
        height: auto

    }

    .about .text {

        text-align: center;
        margin-left: 0;

    }
    
    /* Подбор */



    .podbor .vibor {
      width: auto;
    }

    .podbor .label {
        text-align: center
    }
    
    
    /* Категории на главной */

    .root {

        font-size: 0;
        padding: 30px 0 20px 0;

    }

    .root .item {

        display: block;
        width: 100%;
        height: 320px;
        margin-right: 0%;
        text-align: center;
        margin-bottom: 80px;

    }


    .root .item .image {

        margin: auto ;
        height: 100%;
        position:absolute;
        bottom: -80px;
        right: 0;

    }

    .root .item:nth-of-type(even) .image {

        left: 0;

    }




    .root .item:nth-of-type(5), .root .item:nth-of-type(6) {

        height: 140px;

    }

    .root .item .image {

        bottom:-70px;
        left: auto;
        height: auto;
        right: auto;
        text-align: center;
        width: 100%;
        margin: 0;

    }
    
    .root .item .image img {
        
        position: relative;
        display: inline-block;
        margin-top: 100px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        
    }
    
    .root .item .name a {

        color: #283e47;
        font-family: "BebasNeueBold";
        font-size: 28px;
        line-height: 24px; 


    }

    .root .item .name {

        position: absolute;
        top: 30px;
        left: 0px;
        width: 100%;
        text-align: center;

    }

    .root .item:nth-of-type(2n) .name {


        text-align: center;
        right: auto;
        left:0;

    }
    
    .root .item:nth-of-type(5) .image, .root .item:nth-of-type(6) .image {

        margin-bottom: -30px;

    }
    
  

    
   /* Формы */
    form#post_form {
        
        display: flex;
        flex-flow: wrap;
        
    }
    
    .forma .pole:nth-of-type(1) {
        
        order: 1;
        
    }
    
    .forma .pole:nth-of-type(2) {
        
        order: 2;
        
    }
    
    .forma .pole:nth-of-type(3) {
        
        order: 6;
        
    }
    
    .forma .pole:nth-of-type(4) {
        
        order: 3;
        
    }
    
    .forma .pole:nth-of-type(5) {
        
        order: 4;
        
    }
    
    .forma .pole:nth-of-type(6) {
        
        order: 5;
        
    }


    .forma .text {

        font-size: 14px;
        width: 100%;
        text-align: center


    }

    .forma .pole {

        width: 100%;
        padding: 0px;
        display: block;


    }

    .forma .pole:nth-of-type(3n-2) {

        padding-left: 0;
        width: 100%;

    }

    .forma .pole:nth-of-type(3n) {

        padding-right: 0;
        width:100% ;

    }

    .forma.discount {

        padding: 0px 0 30px 0;
        color:#000;
        background-image: none

    }

    .forma.discount h2 {

        font-weight: 600

    }

    /* Подвал */

    
    .footer .logo { width:100%; text-align:center;margin-top:35px; vertical-align:top}
    .footer .text {width:100%; text-align:center; padding-left:0px; font-size:11px; color:#979797; margin-top:12px;}
    .footer .left { width:100%; display:block}
    .footer .middle { height:100%; display:none; border-left:1px solid #acb0bc; vertical-align:top}
    .footer .menu { display:block;}
    .footer .right {display:block; float:none; padding-top:20px;}
    .footer .phone {font-size:28px; width:100%; text-align:center}
    .footer .phone:hover strong { color:#000}
    .footer .time {text-align:center; font-size:13px; padding-bottom:30px}
    .footer .time a {color:#e60002}
    .footer .time a:hover {color:#000}
    
    /* Категория */


    .category .filter {

        display: block;
        width: 100%;
        margin-right: 0%;
        height: auto

    }

    .category .products {

        display: block;
        width: 100%;

    } 

    .category .products .navi {

        font-size: 12px;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 30px;

    }

    .category .products .navi a {

        display: inline-block;
        padding: 2px 5px;
        text-decoration: none
    }

    .category .products .navi a:hover {

        background: #fdfdfd

    }

    .category .products .navi .faq {

        padding: 2px 5px;

    }

    .category .products .items .item {

        display: block;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ccc

    }

    .category .products .items .item .image {

        text-align:center;
        position: relative;
        height: auto;

    }

    .category .products .items .item .image img {

        max-width: 60%;
        position: relative;
        display: inline-block;
        bottom: 0;

    }

    .category .products .items .item .name {

        margin-left: 0px;
        text-align: center

    }


    .category .products .items .item .price {

        margin-left: 0px;
        text-align: center


    }
    
    .category .products .items .item .icons {
    
        margin-left: 0px;
        text-align: center;

        width: 100%;

    }
    
    .category .products .items .item .description {

        margin-left: 0px;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        text-align: center
  
    }

    .category .products .items .item .readmore a {


        width:calc(100% - 24px);

    }
    
/* Позиция внутри */

    .item_detaled h1 {

        font-size: 35px;

    }

    .item_detaled .code {

        display: block;
        margin-left: 0px;

    }

    .item_detaled .code a {

        font-size: 12px;

    }

    .item_detaled .brief_description {

        width: 100%;

    }

    .item_detaled .image {

        width: 100%;
        display: block;

        margin-right: 0%;

    }

    .item_detaled .image .main {

        width: 75%;
        display: inline-block;
        vertical-align: top;
         

    }

    .item_detaled .seria {

        font-size: 16px;

    }

    .item_detaled .seria .text {

        font-size: 12px;

    }

    .item_detaled .params {

        display: block;
        width: 100%;

    }

    .item_detaled .params .price {

        font-size: 30px;
        margin: 50px 0;
        text-align: center;
        display: block

    }

    .item_detaled .params .row {

        padding: 5px 10px;
        width: calc(100% - 20px);
        margin-left: 0px;

    }


    .item_detaled .params .name {

        display: inline-block;
        width: auto;
        font-size: 12px;

    }

    .item_detaled .params .value {

        display: inline-block;
        width: auto;
        font-size: 12px;
        float: right

    }

    .item_detaled .sert {

        margin-top: 40px;
        text-align:center

    }

    .item_detaled .sert img {

        margin: 10px 10px;

    }
    
    .item_detaled .description {
        
        text-align: justify
        
    }

    .item_detaled .bottom {

        margin: 60px 0;

    }

    .item_detaled .bottom .sop {

        font-size: 14px;

    }
    
    .item_detaled .sop h2 {
        
        text-align: center
        
    }
    
    .item_detaled .sop {
        
        text-align: center
        
    }
    
    .item_detaled .sop .items {
    
    font-size: 0;
    
    }
    
    .item_detaled .sop .files .file {
        
        margin-right: 0;
        
    }
    
    .item_detaled .sop .files .file a {
        
        text-align: center;
        background-position: center top
        
    }

    .item_detaled .sop .items .item {

        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #FAFAFA;
        padding-bottom: 30px;
        margin-bottom: 20px;

    }
    
    .item_detaled .sop .items .item:last-of-type {
        
        border-bottom: none;
        
    }
    
    .item_detaled .sop .items .item .image {
        
        height: auto;
        padding: 30px 0;
        
    }


    .item_detaled .sop .items .item .image img {

        display: inline-block;
        position: relative;

    }

    .item_detaled .sop .items .item .name {

        font-size: 16px;
        margin: 20px 0 0 0;
        padding-left: 10px;

    }

    .item_detaled .sop .items .item .description {

        font-size: 12px;
        padding-left: 0px;
        margin-top: 20px;
        width: 100%;
        text-align:center 

    }
    
    .item_detaled .cart {
        
        display: block;
        text-align: center
        
    }
    
    .item_detaled .cart input {
    
	width:60%;
	text-align:center;
    margin: 0px;
    
    }

    .item_detaled .disco {

        display: block;
        margin: 30px 0 40px;
        width: 100%;
        text-align: center

    }
    
    .item_detaled .credit {
    
    display: block;
    margin: 20px 0;
    text-align: center;    
    
}
    
    .item_detaled .credit .creditb {
        
        margin: 0
        
    }

    .item_detaled .disco a {


        text-align:center;


    }
    
    .item_detaled .module {
    
        text-align: center
    
    }
    
    /* Корзина */

    .cart {



    }

    .cart .products {

        display: block;
        vertical-align: top;
        width: 100%;
        margin-right: 0%;
        padding: 20px 0;
    

    }
    
    .cart .products table tr td {
        
        font-size: 12px;
        
    }


    .cart .products table tr td:nth-of-type(1) {

        width: auto;

    }

    .cart .products .equal {

        font-size: 18px;
        font-weight: 600;
        text-align: center

    }


    .cart .products .onesteporder-remove-all-elements {

        margin-left: 0px;
        display: block;
        text-align: center

    }

    .cart .products .onesteporder-remove-all-elements a {

        text-decoration: none;
        color: #000

    }

    .cart .info {

        width: calc(100% - 20px);
        display: block;
        padding: 40px 10px;

    }

    .cart .info .onesteporder-contact-div table tr td {

        font-size: 12px;

    }

    .cart .info .onesteporder-contact-div table tr td:nth-of-type(1) {

        width: 40%

    }

    .cart .info .onesteporder-contact-div input {

        width: 100%;

    }

    .cart .info .onesteporder-contact-div textarea {

        width: 100%

    }

    .cart .info .onesteporder-contact-td-last {

        font-size: 12px;
        color: #999

    }

    .cart .info .onesteporder-products-total-div {

        text-align: center

    }

    .cart .info input.onesteporder-products-total-submit {

        font-size: 18px;
        font-weight: 100;
        background: none;
        color: #000;
        border: 1px solid #cfcfcf;
        padding: 10px;
        margin: 0;
        cursor: pointer;

    }

    .cart .info input.onesteporder-products-total-submit:hover {

        background: #000;
        color: #fff

    }
    
    a.whatsapp {
        
        width: 200px;
        height: 80px;
        position: fixed;
        display: block;
        z-index: 3000;
        bottom: 0;
        left: 0;
        background: url(https://xn----7sbad9amcyv9acv5k.xn--p1acf/images/whatsapp-viget.svg) no-repeat;
        background-size: contain
        
    }
    
    .mob_b {

        display: inline-block;
        width: 35px;
        height: 35px;
        background: url("https://xn--80ajatbqh2a.xn--p1ai/images/mob_b.svg") no-repeat;
        background-size: cover;
        vertical-align: top;
        float: right;
        -webkit-transition: all 0.5s; 
        -moz-transition: all 0.5s; 
        -o-transition: all 0.5s; 
        transition: all 0.5s;
        z-index: 60;
        margin-top: -5px

    }
    
    .mob_b.active {
        
        background: url("https://xn--80ajatbqh2a.xn--p1ai/images/mob_x.svg") no-repeat;
        background-size: cover;
        transform: rotate(360deg);
        z-index: 10;
        
    }
    
    .mainmenu.show {
        
        left: 0;
        
    }
    
    .cpt_maincontent table td {
        
        display: block
        
    }
    
    .cpt_maincontent img {
        
        max-width: 100%;
        height:auto;
        float: none;
        margin: 0;
        padding: 0;
        
    }
    
    .small {
    
    text-align: center
}
    
}








