/* Шрифты */

@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;
}

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('fonts/BebasNeueRegular.eot');
	src: local('☺'), url('/fonts/BebasNeueRegular.woff') format('woff'), url('/fonts/BebasNeueRegular.ttf') format('truetype'), url('/fonts/BebasNeueRegular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Основное */

html, body {
    
    padding: 0;
    margin: 0;
    
}

body {
    
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    line-height: 24px
    
}

h1, h2 {
    
    font-size: 42px;
    color: #656565;
    font-family: "BebasNeueBook";
    font-weight: normal;

    
}

h3 {
    
    font-family: "BebasNeueBook";
    font-size: 28px
    
}

.mob {
    
    display: none
    
}

.set {
    
    clear: both
    
}

a {
    
    text-decoration: none;
    color: #81ab2b;
    
}

.nschinki div {
    
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #EBEBEB;
    padding-bottom: 20px;
    display: inline-block;
    width: calc(30% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 4%;
    padding-top: 20px;
    vertical-align: top;
    border-radius: 10px;
    
    
}

.nschinki div:nth-of-type(3n) {
    
    margin-right: 0
    
}

.nschinki div strong {
    
    font-size: 24px;
    margin-top: 10px;
    display: inline-block;
    
    
}

.nschinki img {
    
    max-width: 100%;
    width: 400px;
    height: auto;
    display: block;
    margin: auto;
    vertical-align: middle;
    border-radius: 50px;
    
}

.block {
    
    opacity: 0;
    transform: translateY(60px);
    transition: transform 1s, opacity 1s;
    
}

.wrapper {
    
    max-width: 1600px;
    width: calc(100% - 60px);
    padding: 0 30px;
    margin: 0 auto;
    
}

.subcategoryes {
    
    margin-bottom: 40px;
    
}

.subcategoryes .subcategory {
    
    display: inline-block;
    margin-right: 25px;
    font-size: 18px;
    
    
}

.subcategoryes .subcategory   {
    
    font-size: 18px;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 25px;
    background: #aed265!important;
    color: #fff!important
    
}

.subcategoryes .subcategory a {
    
    color: #fff!important
    
}

/* Хлебные крошки */

.bread {
    
    font-size: 12px;
    background: #f7faef;
    border-radius: 10px;
    margin: 20px 0;
    display: inline-block;
    padding: 5px 10px;
    
}

.bread a {
    
    text-decoration: none;
    color: #000
    
}

.bread a.cat {
    
    padding: 0;
    margin: 0;
    background: none
    
}


/* Верх */

.top {
    
    background: #ededed;
    padding: 10px 0;
    
}

.top .top-menu {
    
    display: inline-block;
    vertical-align: middle;
    
}

.top .top-menu a {
    
    font-size: 18px;
    font-family: "BebasNeueRegular";
    color: #575757;
    display: inline-block;
    margin-right: 50px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.top .top-menu a:hover {
    
    color: #aed265
    
}

.top .top-menu a:last-of-type {
    
    margin-right: 0;
    
}

.top .phone {
    
    display: inline-block;
    vertical-align: middle;
    float: right;
    
}

.top .phone a {
    
    font-size: 24px;
    color: #000;
    font-family: "BebasNeueBold";;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    
}

.top .phone a strong {
    
    color: #aed366;
    
}

.top .phone a.whatsapp {
    
    margin-left: 15px
    
}

.top .phone a.whatsapp img {
    
    width: 28px;
    height: auto;
    
}

/* Середина */

.middle {
    
    padding: 30px 0;
    
}

.middle .logo {
    
    display: inline-block;
    vertical-align: top
    
}

.middle .logo img {
    
    width:280px;
    height: auto
    
}

.middle .search {
    
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    margin-top: 87px;
    width: 30%;
    
    
    
}

.middle .search input {
    
    border: 1px solid #aed265;
    border-radius: 100px;
    padding: 10px 20px;
    width: calc(100% - 30px);
    
}

.middle .search input[type="submit"] {
    
    border: none;
    background: url("/images/search.svg") no-repeat left top;
    background-size: contain;
    font-size: 0;
    padding: 10px;
    display: inline-block;
    margin-left: -35px;
    margin-top: -15px;
    width: auto;
    cursor: pointer
    
}

.middle .submenu {
    
    display: inline-block;
    vertical-align: top;
    margin-top: 90px;
    margin-left: 50px;
    
}

.middle .submenu a {
    
    display: inline-block;
    margin-right: 30px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.middle .submenu a:hover {
    
    color: #3079fe;
    
}

.middle .submenu a:last-of-type {
    
    margin-right: 0;
    
}

.middle .right {
    
    float: right;
    display: inline-block;
    margin-top: 90px;
    
}

.middle .account, .middle .cart {
    
    background: #aed265;
    border-radius: 100px;
    font-size: 0;
    display: inline-block;
    padding: 10px 10px 0px 10px;
    z-index: 1;
    position: relative;
    vertical-align: top;
    
}

.middle .account img, .middle .cart img {
    
    width: 13px;
    height: 13px;
    
}

.middle .summ {
    
    border:1px solid #aed265;
    border-radius: 100px;
    padding-left: 40px;
    padding-bottom: 4px;
    padding-top:5px;
    padding-right: 20px;
    margin-left: -30px;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #add264;
    z-index: -1;
    vertical-align: top;
    
}

/* Главное меню */

.mainmenu {
    
    margin-bottom: 70px;
    
}

.mainmenu a.new {
    
    display: inline-block;
    background: #aed265;
    border-radius: 100px;
    font-family: "BebasNeueRegular";
    font-size: 20px;
    padding: 5px 30px;
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}
.mainmenu a.new:hover {
    
    background: #3079fe;
    
}

.mainmenu .cpt_category_tree {
    
    display: inline-block
    
}

.mainmenu ul {
    
    list-style: none;
    padding: 0;
    margin: 0 0 0 50px;
    display: inline-block;
    vertical-align: middle
    
}

.mainmenu ul li {
    
    display: inline-block;
    margin-right: 30px;
    
}

.mainmenu ul li:last-of-type {
    
    margin-right: 0;
    
}

.mainmenu ul li a {
    
    color: #656565;
    font-family: "BebasNeueRegular";
    font-size: 18px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
}

.mainmenu ul li a:hover {
    
    color: #3079fe
    
}

/* Оплата */

.paying {
    
    border-radius: 100px;
    font-size: 14px;
    border: none;
    background: #aed265;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer
    
}

/* контент */

.content {
    
    min-height: 400px;
    margin-bottom: 70px;
    
}

/* Главная */

.about {
    
    padding: 75px 0;
    border-top: 1px solid #d9d9d9
    
}

.about .image {
    
    display: inline-block;
    vertical-align: middle;;
    margin-left: -60px;
    
}

.about .image img {
    
    width: 375px;
    height: auto;
    
}

.about .text {
    
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #6a6a6a;
    width: calc(100% - 600px);
    margin-left: 25px;
    
}

.cat:nth-of-type(even) {
    
    background: #f7faef;
    padding: 50px 0;
    margin-bottom: 50px
    
}

.cat:nth-of-type(even) .product {
    
    background: #fff
    
}

.cat h2 {
    
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
    
}

.cat .links {
    
    display: inline-block;
    margin-left: 70px;
    margin-top: 35px;
    
}

.cat .links a {
    
    font-size: 16px;
    font-weight: 600
    
}

.line {
    
    position: absolute;
    left: 0;
    width: 10px;
    height: 70px;
    margin-top: -20px;
    background: #aed265;
    
}




/* Товар внутри */

.tovinside .main {
  border: 1px solid #f2f2f2;
  width: calc(100% - 40px);
  margin-top: 20px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 5px;
}

.type {
    
    margin-bottom: -20px;
    margin-top: 20px;
    display: inline-block
    
}

.tovinside h2 {
  font-size: 14px;
  font-weight: bold;
  display: block
}
.tovinside .main .left {
  float: left;
  width: 500px;
  text-align: center
}
.tovinside .main .right {
  float: right;
  width: 40%
}
.tovinside .main .code {
  color: #a0a0a0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2
}
.tovinside .main .price {
  font-size: 28px;
  font-weight: bold;
  color: #aed265;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tovinside .main .product_qty {
  text-align: center
}
.tovinside .main input.product_qty {
  background: none;
  border: none;
  padding-bottom: 10px;
  font-size: 14px;
  color: #a0a0a0;
  width: 20px;
}
.tovinside .main #add2cart {
  background: url("/images/cart.svg") no-repeat left 10px center #aed265;
    background-size: 20px;
    text-align: left;
    padding-left: 40px;
  color: #FFF;
  border: none;
  height: 37px;
  width: 122px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer
}
.tovinside .main #add2cart:hover {
  background: #17587e
}
.tovinside .main .text {
  padding-top: 20px
}
.tovinside ul {
  list-style-type: none;
  padding: 0
}
.tovinside ul li {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}

.tovinside ul li p {
    
    display: inline-block;
    margin-top: 0;
    
}
.tovinside ul li:hover {
  color: #fe0000
}
.tovinside ul li:before {
  content: "\2714";
  padding-right: 5px;
  color: #aed265;
  font-size: 18px;
  font-family: "Exo 2";
  vertical-align: top;
  display: inline-block;
    
}
.tovinside .credit {
  display: inline-block;
  vertical-align: top;
}
.tovinside .creditb {
  background: #1e98ff;
  color: #fff;
  font-weight: normal;
  border: none;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: top;
  font-size: 12px;
  padding: 11px 10px;
  border-radius: 0
}
.tovinside .creditb:hover {
  background: green
}
.tovinside .block {
  width: 240px;
  height: 193px;
  background: #CCC;
  vertical-align: top
}
.tovinside .block:last-of-type {
  margin-top: 17px;
}
.tovinside .banners {
  display: inline-block;
  margin-top: 20px
}
.tovinside .sub-right {
  width: 100%;
}
.tovinside .prduct-menu {
  background: #f2f2f2;
  height: 42px
}
.tovinside .big {
  font-size: 22px
}
.tovinside .howto {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  clear: both
}
.tovinside .howto ul li:before {
  content: "\2605";
  margin-left: -23px;
  padding-right: 7px;
  color: #006f94;
}
.tovinside .howto ul li {
  font-size: 14px;
  color: #6f6f6f;
  padding-left: 20px
}
.tovinside .howto ul li strong {
  color: #000
}
.tovinside .vopros input {
  border: 1px solid #f2f2f2;
  height: 38px;
  width: 230px;
  padding-left: 10px;
  margin-bottom: 15px;
  margin-right: 20px
}
.tovinside .vopros textarea {
  border: 1px solid #f2f2f2;
  height: 117px;
  resize: none;
  padding-left: 10px;
  padding-top: 10px;
  font-family: "Exo 2";
  font-size: 14px;
  width: 100%
}
.tovinside .vopros input[type="submit"] {
  background: #fe0000;
  border: none;
  width: 91px;
  height: 23px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 11px;
  padding: 0;
  text-align: center
}
.tovinside .description {
  padding-bottom: 10px;
  margin-bottom: 20px;
    
}
.tovinside .description table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  font-size: 14px;
}
.tovinside .description table td {
  text-align: center;
  padding: 10px
}
.tovinside .description table th {
  padding: 10px
}
.tovinside .description table tr:nth-of-type(odd) {
  background: #f7f7f7
}
.tovinside .description .cpt_product_params_selectable {
  text-align: center
}
.tovinside h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px
}
.tovinside .tech {
  display: none;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 10px
}
.tovinside .sert {
  display: none;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center
}
.tovinside .obzor p img {
  float: left;
  clear: both;
  max-width: 140px;
  height: auto;
  padding-right: 20px;
  padding-bottom: 10px;
}
.tovinside .obzor img {
  max-width: 140px;
}
.tovinside .obzor p {
  margin-right: 20px
}
.tovinside .obzor h3 {
  display: block;
  clear: both
}
.tovinside .obzor {
  display: none;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  overflow: hidden
}
.tovinside .cpt_product_images img {
  max-height: 400px
}
.tovinside .cpt_product_images {
  height: 450px;
}
.tovinside .show {
  display: block
}
.tovinside .recomend {
  margin-bottom: 30px;
}
.tovinside .prduct-menu .btn {
  display: inline-block;
  padding: 9px 30px 9px 30px;
  text-transform: uppercase;
  color: #484848;
  font-size: 12px;
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tovinside .prduct-menu .btn:hover {
  background: #fe0000;
  color: #FFF
}
.tovinside .prduct-menu .sel {
  background: #fff;
}
.tovinside .prduct-menu .sel:hover {
  background: #fff;
  color: #484848;
}
.tovinside .tech table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
.tovinside .tech table td {
  border-bottom: 0px solid #f2f2f2;
  font-size: 14px;
  padding: 5px;
  text-align: left
}
.tovinside .tech table th {
  padding: 10px 5px 10px 5px;
  text-align: left
}
.tovinside .tech table tr:nth-of-type(odd) {
  background: #f7f7f7
}
.tovinside .cpt_product_related_products {
  margin-bottom: 30px
}
.tovinside .all_images {
  font-size: 0;
  margin-top: 20px
}
.tovinside .all_images .img img {
  max-height: 100%;
  max-width: 100%
}
.tovinside .all_images .img {
  width: 75px;
  height: 75px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  text-align: center
}
.tovinside .all_images .img:hover {
  border: 1px solid #fe0000;
  z-index: 10
}
.tovinside .selecteble table {
  margin: 0;
  padding: 0;
}
.tovinside .selecteble select {
  background: #aed265;
  color: #FFFFFF;
  height: 38px;
  border: 0px solid #000;
  padding-left: 5px;
    border-radius: 100px;
}
.tovinside .files {
  margin-top: 50px;
}
.tovinside .files .file {
  display: inline-block;
  width: 15%;
  text-align: left;
  vertical-align: top;
}
.tovinside .files .file a {
  font-size: 14px;
  display: block;
  background: url("/images/download.png") no-repeat left top;
  padding-top: 80px;
  width: 90%;
}

.tovinside table {
    
    width: 100%;
    border-collapse: collapse;
    
}

.tovinside table tr td, .tovinside table tr th {
    
    padding: 10px;
    
}

.tovinside table tr:nth-of-type(odd) {
    
   
    
    
}

.tovinside .nachinka {
    
    display: inline-block;
    margin-right: 10px;
    background:#3ABEFF;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px
    
}

/* Плюс-минус */

.kolichestvo {
  background: #f2f2f2;
  display: inline-block;
  height: 37px;
  vertical-align: top
}
.plus, .minus {
  display: inline-block;
  color: #484848;
  font-size: 28px;
  padding: 0 10px 0 10px;
  cursor: pointer;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.plus:hover, .minus:hover {
  color: #fe0000
}
#add2cart {
  font-family: "Simonnelli", "Exo 2"
}

/* Товары */

.tovari { font-size: 0}
.tovari .tovar {display: inline-block; width: calc(25% - 22px); padding: 0 10px; border:1px solid #f2f2f2; height: 310px; position: relative; vertical-align: top; text-align: center; margin-top: -1px; margin-right: -1px;}
.tovari .tovar:hover {border:1px solid #fe0000; z-index: +1 }
.tovari .tovar .skidka {background: #ffcc00; padding: 5px; color: #fff; position: absolute; left: 10px; top:10px; font-size: 12px}
.tovari .tovar .image { padding-top: 30px; height: 140px}
.tovari .tovar .image img {max-height: 120px; width: auto; vertical-align: bottom; display: inline-block;}
.tovari .tovar .name { height: 80px}
.tovari .tovar .name a {font-size: 16px; color:#4a4a4a}
.tovari .tovar .price {display: inline-block; font-size: 18px; font-weight: bold; margin-top: 10px; color: #484848}
.tovari .tovar .list_price {display: inline-block; font-size: 14px; font-weight: normal; margin-top: 10px;color:#6f6f6f; text-decoration:line-through; margin-left: 20px}
.tovari .tovar .eco { color: #fe0000; font-size: 12px;}
.tovari .tovar .addSelect {white-space: nowrap; text-align: left}
.tovari .tovar .addSelect .selecteble {display: none; position: absolute; bottom: 5px; left: 10px; text-align: center; vertical-align: top; width:calc(100% - 20px);  }
.tovari .tovar:hover .addSelect .selecteble {display: block}
.tovari .tovar .addSelect .selecteble select {background: #a28f80; font-family: "Exo 2"; color: #FFFFFF; padding: 4px; font-size: 12px; color: #fff; width: 85px; border: 0px solid #000; padding-left: 5px; margin-right: 5px; cursor: pointer;  -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.tovari .tovar .addSelect .selecteble .options {display: inline-block; vertical-align: top}
.tovari .tovar .addSelect .vKorzinu { display: inline-block; }
.tovari .tovar .addSelect .vKorzinu .prdbrief_add2cart input {background: #a28f80; color: #FFFFFF; padding: 5px; color: #fff; font-size: 12px; width: auto; border: 0px solid #000;  font-family: "Simonnelli", "Exo 2"; cursor: pointer;  -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.tovari .tovar .addSelect .vKorzinu .prdbrief_add2cart input:hover, .tovari .tovar .addSelect .selecteble select:hover {background: #fe0000}

.tovari .subcat {
    
    font-size: 16px;
    
}

.tovari .subcat a {
    
    display: inline-block;
    padding: 10px 20px;
    background: #D0D0D0;
    font-weight: 600
    
}

.related .tovar .image img {max-width:60px; max-height: 60px}
.related .tovar .name a {font-size: 12px; color:#4a4a4a}
.related .tovar .name { height: 45px}
.related .tovar {display: inline-block; width: calc(16.6% - 22px); padding: 0 10px; border:1px solid #f2f2f2; height:200px; position: relative; vertical-align: top; text-align: center; margin-top: -1px; margin-right: -1px;}
.related .tovar .image { padding-top: 30px; height: 80px}
.related .tovar .price {display: inline-block; font-size: 14px; font-weight: bold; margin-top: 10px; color: #484848}

/* Категории */

.category h1 {
    
    margin-top: 70px;
    
}

.category .description.ol {
    
    font-size: 17px;
    line-height: 180%;
    max-height: 350px;
    background: white;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;

    
}

.category .description.ol h2 {
    
    line-height: 40px
    
}

.opener {
    
    max-height: 3000px!important;
    height: auto;
    padding-bottom: 70px;
    
}

.category .description.ol:after {
    
    
    content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, transparent 10%, white 70%);
    
}

.category .description .open {
    
    position: absolute;
    bottom: 20px;
    left: 0;
    font-size: 14px;
    z-index: 10;
    cursor: pointer;
    border-bottom: 1px dashed #999
    
    
}

.products {
    
    font-size: 0;
    
}

.right .products {
    
    font-size: 14px;
    
}

.products .product {
    
    display: inline-block;
    width: 25%;
    vertical-align: top;
    margin-right: 12.5%;
    background: #f7faef;
    margin-bottom: 80px;

}

.products .product:nth-of-type(3n) {
    
    margin-right: 0
    
}

.products .product .image {
    
    width: 100%;
    position: relative;
    
}

.products .product .image img {
    
    height: auto;
    width: 100%;
    
}

.products .product .image .name {
    
    position: absolute;
    width: calc(100% - 40px);
    padding: 15px 20px;
    font-size: 20px;
    background: rgba(255,255,255,0.7);
    bottom: 0;
    left: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    text-align: center
    
    
}

.products .product .image .name a {
    
    font-family: "BebasNeueRegular";
    color: #535353;
    
}

.products .product .info {
    
    padding: 20px;
    
}

.products .product .info .tech {
    
    text-align: center;
    
}

.products .product .info .select {
    
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    
    
}

.products .product .info .select select {
    
    border: 1px solid #aed265;
   
    padding: 5px 10px 5px 35px;
    border-radius: 100px;
    width: 45%
    
}

.products .product .info .select select.opid30 {
    
    
     background: url("/images/vkus.svg") no-repeat left 10px center #fff;
    background-size: 18px;
}

.products .product .info .select select.opid26 {
    
    
     background: url("/images/ves.svg") no-repeat left 10px center #fff;
    background-size: 18px;
    
}

.products .product .info .ves {
    
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    color: #000;
    width: 45%;
    white-space: nowrap
    
}

.products .product .info .ves img {
    
    width: 25px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px
    
}

.products .product .info .price {
    
    font-size: 16px;
    font-weight: 600;
    display: inline-block
    
}

.products .product .info .price .oldprice {
    
    font-size: 12px;
    text-decoration:line-through;
    color: #999;
    display: inline-block;
    margin-right: 10px;
    
}

.products .product .info .qty {
    
    display: inline-block;
    float: right;
    background: #fff;
    border-radius: 100px;
    margin-top: -5px
    
}

.products .product .info .qty .plus, .products .product .info .qty .minus {
    
    font-size: 22px;
    font-weight: 100;
     
}

.products .product .info .qty input {
    
    background: none;
    border: none;
    text-align: center;
    width: 30px;
    
}

.products .product .info .add2cart {
    
    text-align: center;
    margin-top: 30px;
    width: 100%
    
}

.products .product .info .description {
    
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    width: 85%;
    text-align: center;
    margin: auto;
    margin-top: 20px;
        
}

.products .product .info .add2cart input {
    
   background: url("/images/cart.svg") no-repeat left 15px center #aed265;
    background-size: 19px;
    padding: 5px 30px 10px 50px;
    border: none;
    color: #fff;
    border-radius: 100px;
    display: block;
    margin: auto;
    font-family: "Exo 2", sans-serif;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-shadow: 0 0 black;
    
}

.products .product .info .add2cart input:hover {
    
    background: url("/images/cart.svg") no-repeat left 15px center #3079fe;
    background-size: 19px;
    
}

/* Корзина */

.cart {
    
    font-size: 0;
    
}

.cart h2 {
    
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #aed265;
    margin: 15px 0;
    display: block;
    
}

.cart .left {
    
    display: inline-block;
    width: 55%;
    margin-right: 5%;
    font-size: 14px;
    vertical-align: top;
    padding-top: 70px;
    
}

.cart .inputs {
    
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    
}

.cart .p50 {
    
    width: 46%;
    
    display: inline-block;
    vertical-align: top;
    
}

.cart .p50:nth-of-type(2n) {
    
    float: right;
    
}

.cart .inputs input {
    
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    border:none
    
}

.cart .inputs textarea {
    
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    border:none;
    resize: none;
    height: 80px;
    
}

.cart .right {
    
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 40%;
    padding-top: 70px;
    
}

.cart .dostavka {
    
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc
    
}

.cart select {
    
    width: 100%;
    padding: 10px 0px;
    border:none;
    font-size: 22px;
    
}










.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;
    
}

.onesteporder-shipping-n-payment-radio {
    
    display: inline-block;
    padding: 10px 0;
    
}

.onesteporder-shipping-n-payment-radio input, .onesteporder-shipping-n-payment-radio label {
    
    display: inline-block;
    vertical-align: top;
    
}

.onesteporder-shipping-n-payment-name {
    
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 11px;
    
}

.onesteporder-shipping-n-payment-desc {
    
    font-size: 12px;
    padding: 10px 0;
    
}
 
.onesteporder-block-title {
    
    font-size: 14px;
    font-weight: bold;
    
}

.cart {
    
    
    
}

.cart .products {
    
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 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("https://xn--80ajatbqh2a.xn--p1ai/images/mob_x.svg") no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px; 
    cursor: pointer
    
}

.cart .onesteporder-products-name .image {
    
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 20px;
    
}

.cart .onesteporder-products-name .image img {
    
    width: 80px;
    height: auto;
    
}

.cart .products input.onesteporder-products-count-input {
    
    background: none;
    border:none;
    width: 40px;
    text-align: center;
    
    
}

td.onesteporder-products-count, td.onesteporder-products-price {
    
    white-space: nowrap
    
}

.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;
    margin-top: 30px;
    
}


    .onesteporder-shipping-n-payment-rate {
        
        font-family: "Panton-Bold"
        
    }

.cart input.onesteporder-products-total-submit {
    
    font-size: 18px;
    font-weight: 100;
    background: #aed265;
    color: #FFF;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 80px;
    border-radius: 100px;
    
}

.onesteporder-products-total-div {
    
    display: block!important
    
}

.cart input.onesteporder-products-total-submit:hover {
    
    background: #000;
    color: #fff
    
}

.system_DisplayNone, .onesteporder-coupon-field {
    
    display: none
    
}

/* ========== CONFIGURATION ========== */

	.onesteporder-configuration-name-current{
		background: #FDFCEA;
		padding: 7px;
		border: 1px dashed #D1CF97;
		margin: -8px;
		display:inline-block;
	}

	.onesteporder-configuration-item-url{ margin: 5px 0px 0px 0px; height:17px; }
		.onesteporder-configuration-item-url a{
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
			text-decoration: none;
			border-bottom: 1px dashed;
		}
		.onesteporder-configuration-item-url a:hover{ border-bottom: 0px dashed; }
			
	.onesteporder-configuration-item-div{
		position: absolute;
		background: #F1F1F1;
		padding: 15px;
		margin: -13px 0px 0px 0px;
		display: none;
		-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.28), 0px 6px 26px rgba(0, 0, 0, 0.28);
		-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.28), 0px 6px 26px rgba(0, 0, 0, 0.28);
		-o-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.28), 0px 6px 26px rgba(0, 0, 0, 0.28);
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.28), 0px 6px 26px rgba(0, 0, 0, 0.28);
		text-align: center;
		border: 1px solid white;
	}
		.onesteporder-configuration-item-div td{
			font-family: "Verdana";
			font-size: 11px!important;
			color: #656565;
			padding: 0px 5px;
		}
		.onesteporder-configuration-item-div select{
			width: 100%;
			
			border: 1px solid #D9D9D9;
			line-height: 28px;
			font-family: "Verdana";
			color: #656565;
            font-size: 14px;
		}	
		.configuration-item-submit{
			margin: 10px 0px 0px 0px;
			padding: 0px;
			width: 70%;
		}	
		.onesteporder-configuration-item-hide {
			float: right;
			width: 25%;
			margin: 14px 0px 0px 0px;
		}
			.onesteporder-configuration-item-hide a{
				font-family: "Verdana";
				font-size: 11px!important;
				color: #656565;
				text-decoration: none;
				border-bottom: 1px dashed;
				position: relative;
				clear: both;
				text-align: right;
			}
			.onesteporder-configuration-item-hide a:hover{ border-bottom: 0px dashed; }
				

select, .onesteporder-shipping-n-payment-rate2 select{
	padding:5px 0px;
}
			

			
			
	.onesteporder-portable .onesteporder-contact-div{
		display: block;
		margin-right: 0px;
		width: auto;
	}	
	.onesteporder-portable .onesteporder-delivery-n-payment-div{
		display: block;
		width: auto;
	}
	.onesteporder-portable .onesteporder-fast-div{
		display: block;
		width: auto;
		text-align: center;
	}		
		.onesteporder-portable .onesteporder-products-total-div-fast{
			text-align: center;
			width: 70%;
			display: inline-block;
		}
			.onesteporder-portable .onesteporder-products-total-div1-fast, .onesteporder-portable .onesteporder-products-total-div1{
				font-size:17px;
			}
			.onesteporder-portable .onesteporder-products-total-submit-fast{
				width:70%;
			}
	.onesteporder-portable .onesteporder-order-types-leftside{
		display:none;
	}
	.onesteporder-portable .onesteporder-order-types-information {
		margin-top: 12px;
	}
	.onesteporder-portable .onesteporder-products-total-div{
		height:auto;
	}
	.onesteporder-portable .onesteporder-products-total{
		width: 75%;
		display: inline-block;
		float: none;
		margin-bottom: 30px;
	}
	.onesteporder-portable .onesteporder-products-total-div1{
		padding-left: 0%;
		width: 60%;
	}
	.onesteporder-portable .onesteporder-products-price, .onesteporder-portable .onesteporder-products-count{
		width: 130px;
	}
	
















/* Подвал */

.footer {
    
    padding: 30px 0 50px 0;
    background: #f8f8f8;
    
}


.footer .column {
    
    width: 20%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
    color: #6f6f6f
    
}

.footer .column:nth-of-type(1) {
    
    background: #fdfdfd;
    border-top: none;
    padding: 10px;
    
}

.footer .column:nth-of-type(4) {
    
    margin-right: 0
    
}

.footer .column .social {
    
    
}

.footer .column .social a {
    
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #add264;
    text-align: center;
    text-align-last: center;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin-right: 20px;
        
    
}

.footer .column .social a:hover {
    
    background: #eecab2
    
}

.footer .column .social a img {
    
    height: 30px;
    display: inline-block;
    margin-top: 5px;
    
}

.footer .column a {
    
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
}

.footer .column .social a:nth-of-type(1) img {
    
    width: 30px;
    
}

.footer .column .phones {
    
    margin-top:10px;

    
}

.footer .column .phones a {
    
    display: block;
    color: #add264;
    margin: 5px 0;
    
}

.footer .column .phones a:hover {
    
    color: #3079fe
    
}

.footer .column .adres {
    
    margin-top: 10px;
    
}

.footer .column .adres a {
    
    display: block;
    color: #add264;
    margin: 5px 0;
    
}

.footer .column .adres a:hover {
    
    color: #3079fe
    
}

.footer .column h2 {
    
    color: #add264;
    font-size: 24px;
    font-family: "BebasNeueRegular";
    
}

.footer .column:nth-of-type(2) a, .footer .column:nth-of-type(3) a, .footer .column:nth-of-type(4) a {
    
    display: block;
    line-height: 30px;
    color: #6f6f6f
    
}

.footer .column:nth-of-type(2) a:hover, .footer .column:nth-of-type(3) a:hover, .footer .column:nth-of-type(4) a:hover {
    
    color: #3079fe
    
}

.copyright {
    
    padding: 30px;
    
}

.copyright .copy {
    
    color: #000;
    display: inline-block;
    vertical-align: top
    
}

.copyright .merbal {
    
    display: inline-block;
    float: right;
    text-align: right;
    color: #000;
    vertical-align: top;    
    
}




@media screen and (max-width: 750px) {
    
    .wrapper {
        
        padding: 0 10px;
        width: calc(100% - 20px);
        
    }


    .menubtn {
        
        position: fixed;
        display: block;
        right: 10px;
        top: 20px;
        width: 40px;
        height: 40px;
        background: url("/images/menu.svg") no-repeat center center rgba(255,255,255,0.5);
        background-size: 35px;
        cursor: pointer;
        z-index: 10;
        border-radius: 100px;
        padding: 3px
        
    }
    
    .menubtn.active {
        
        background: url("/images/menu.svg") no-repeat center center rgba(255,0,0,0.9); 
        background-size: 35px
        
    }
    
    .mobmenu {
        
        display: block;
        width: calc(100% - 110px);
        background: rgba(255,255,255,0.7);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        left: -100%;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: fixed;
        z-index: 7;
        height: calc(100% - 40px);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
        padding: 20px;
        overflow: auto;
        
        
    }
    
    .show {
        
        left: 0;
        
    }
    
    .mobmenu .phone {
        
        font-size: 12px;
        line-height: 12px
        
    }
    
    .mobmenu .phone a {
        
        font-size: 20px;
        
    }
    
    
    .mobmenu .phone .whatsapp img {
        
        width: 30px;
        height: auto;
        margin-left: 10px;
        
    }
    
    .mobmenu a.new {
    
        display: inline-block;
        background: #aed265;
        border-radius: 100px;
        font-family: "BebasNeueRegular";
        font-size: 20px;
        padding: 3px 10px;
        color: #fff;
            margin-top: 20px;

    }
    
    .mobmenu .menu ul {
        
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 20px;
        
    }
    
    .mobmenu .menu ul li {
        
        margin-left: 10px;
        line-height: 30px;
        
    }
    
    .mobmenu .menu ul li a {
        
        font-size: 20px;
        font-family: "BebasNeueBook";
        
        
    }
    
    .mobmenu .cpt_product_search {
        
        position: relative;
        margin-top: 20px;
        
    }
    
    .mobmenu .search input {

        border: 1px solid #aed265;
        border-radius: 100px;
        padding: 10px 20px;
        width: calc(100% - 30px);

    }

    .mobmenu .search input[type="submit"] {

        border: none;
        background: url("/images/search.svg") no-repeat left top;
        background-size: contain;
        font-size: 0;
        padding: 10px;
        display: inline-block;
        margin-left: -35px;
        margin-top: -15px;
        width: auto;
        cursor: pointer

    }
    
    .mobmenu .razdeli {
        
        margin-top: 15px;
        border-top:dashed 1px rgba(0,0,0,0.2);
        padding-top: 15px;
        
    }
    
    .mobmenu .razdeli a {
        
        display: block;
        font-size: 22px;
        font-family: "BebasNeueBook";
        color: #000;
        line-height: 36px;
        margin-left: 10px;
        
        
    }

    
/* Верх */

    .top {
    
    display: none
    
}
    
    /* Середина */
    
    .middle {
        
        padding: 10px 0;
        
    }
    
    .middle .logo img {
    
    width:140px;
    height: auto
    
}

.middle .search {
    
    display: none;
    
    
    
    
}


.middle .submenu {
    
    display: none;
    
}
    
    .middle .right {
    
    float: none;
    display: inline-block;
    margin-top: 90px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 5
    
}
    
    .middle .right .summ {
        
        background: #fff
        
    }
    
    .mainmenu {
    
    display: none
    
}



/* Корзина */
    
    .cart {
        

        display: flex;
        flex-flow: wrap;

    }

    .cart .left {

        display: block;
        width: 100%;
        margin-right: 0%;
        padding-top: 10px;
        order:2;

    }
    
    .cart .right {

        display: block;
        width: 100%;
        margin-right: 0%;
        padding-top: 10px;
        order:1;
        
    }

    .cart .p50 {

        width: calc(100% - 22px);

        display: inline-block;
        vertical-align: top;

    }

    .cart .p50:nth-of-type(2n) {

        float: none;

    }

    



    .cart .products {

        display: block;
        vertical-align: top;
        width: 100%;
        padding: 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("https://xn--80ajatbqh2a.xn--p1ai/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;


    }

    td.onesteporder-products-count, td.onesteporder-products-price {

        white-space: nowrap

    }

    .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;
        margin-top: 30px;

    }


        .onesteporder-shipping-n-payment-rate {

            font-family: "Panton-Bold"

        }

    .cart input.onesteporder-products-total-submit {

        font-size: 18px;
        font-weight: 100;
        background: #829092;
        color: #FFF;
        border: none;
        padding: 10px;
        cursor: pointer;
        display: block;
        margin: auto;
        margin-top: 30px;
        text-transform: uppercase

    }

    .onesteporder-products-total-div {

        display: block!important

    }

    .cart input.onesteporder-products-total-submit:hover {

        background: #000;
        color: #fff

    }

    .system_DisplayNone, .onesteporder-coupon-field {

        display: none

    }
    
    /* Главная */



.about .image {
    
    display: block;
    margin-left: 0px;
    
}

.about .image img {
    
    max-width: 100%;
    height: auto;
    
}

.about .text {
    
    display: block;
    width: 100%;
    margin-left: 0px;
    text-align: center
    
}
    
    /* Категории */

    .category h1 {

        margin-top: 55px;

    }
    
    
    .products .product {

        display: block;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 50px;

    }
    
    .line {
    
   
    display: none
    
}

    
    
        /* Товар внутри */

    .cpt_product_category_info h1 {text-align: center; line-height: normal}    
    .tovinside .order {display: flex; width: 100%; flex-flow: wrap;}    
    .tovinside .main { border:1px solid #f2f2f2; width:calc(100% - 40px);  margin-top:20px; padding:20px 20px 20px 20px; margin-bottom:5px;}
    .tovinside h2 {font-size:14px; font-weight:bold; display:block; text-align: center}
    .tovinside .main .left { float: none; width: 100%; text-align: center }
    .tovinside .main .right { float:none; width:100%; order: 2; display: block}
    .tovinside .main .code {color:#a0a0a0; padding-bottom:20px; border-bottom:1px solid #f2f2f2 } 
    .tovinside .main .price {font-size:28px; font-weight:bold; color:#000; padding-top:20px; padding-bottom:20px;text-align: center}
    .tovinside .main .product_qty { text-align:center}
    .tovinside .main input.product_qty {background:none; border:none; padding-bottom:10px;font-size:14px; color:#a0a0a0; width:20px; text-align: center}
    .tovinside .main #add2cart {color:#FFF;  border:none; height:37px; width:122px; display:inline-block; vertical-align:top; margin-left:10px; cursor:pointer}
    .tovinside .main #add2cart:hover {background: #90745d}
    .tovinside .main .text { padding-top:20px}
    .tovinside .cpt_product_params_selectable {text-align: center}
    .tovinside ul {list-style-type: none; padding:0}
    .tovinside ul li {font-size:16px; color:#000000; line-height: 24px; text-align: left }
    .tovinside ul li:hover {color: #fe0000}
    .tovinside .block {width:240px; height:193px; background:#CCC; vertical-align:top}
    .tovinside .block:last-of-type {margin-top:17px;}
    .tovinside .banners {display:inline-block; margin-top:20px}
    .tovinside .sub-right {width:100%; }
    .tovinside .prduct-menu { background:#f2f2f2; height:42px}
    .tovinside .big { font-size:22px}
    .tovinside .howto { border-bottom:1px solid #f2f2f2; padding-bottom:10px; margin-bottom:20px;  clear:both}

    .tovinside .howto ul li {font-size:16px; color:#000000; padding-left:20px}
    .tovinside .howto ul li strong { color:#000}
    .tovinside .vopros input { border:1px solid #f2f2f2; height:38px; width:100%; padding-left:10px; margin-bottom:15px; margin-right:20px}
    .tovinside .vopros textarea {border:1px solid #f2f2f2; height:117px; resize:none; padding-left:10px; padding-top:10px; font-family:"Exo 2"; font-size:14px; width:100%}
    .tovinside .vopros input[type="submit"] { background:#fe0000; border:none; width:91px; height:23px; color:#FFF; font-weight:bold; text-transform:uppercase; cursor:pointer; font-size:11px; padding:0; text-align:center}
    .tovinside .description {  border-bottom:0px solid #f2f2f2; padding-bottom:10px; margin-bottom:20px; text-align: justify;  font-size: 12px}
    .tovinside .description table { width:100%; padding:0; margin:0;border-collapse: collapse; font-size:14px;}
    .tovinside .description table td {text-align:center; padding:10px;}
    .tovinside .description table th {padding:10px}
    .tovinside .description table tr:nth-of-type(odd) {background:#f7f7f7}
    .tovinside h2 {font-size: 22px; text-transform: uppercase; margin-bottom: 10px}
    .tovinside .tech { display:none; border-bottom:1px solid #f2f2f2; padding-bottom:10px; margin-bottom:20px;margin-top:10px }
    .tovinside .sert { display:none; border-bottom:1px solid #f2f2f2; padding-bottom:10px; margin-bottom:20px;margin-top:10px; text-align:center}
    .tovinside .obzor p img {float:left; clear:both; max-width:140px; height:auto; padding-right:20px; padding-bottom:10px;}
    .tovinside .obzor img {max-width:140px;}
    .tovinside .obzor p { margin-right:20px}
    .tovinside .obzor h3 {display:block; clear:both}
    .tovinside .obzor { display:none; border-bottom:1px solid #f2f2f2; padding-bottom:10px; margin-bottom:20px;margin-top:10px; overflow:hidden}
    .tovinside .cpt_product_images img {max-height: 200px; max-width: 100%}
    .tovinside .cpt_product_images {height: 220px;}
    .tovinside .show {display:block}
    .tovinside .recomend {margin-bottom:30px;}
    .tovinside .prduct-menu .btn {display:inline-block; padding:9px 30px 9px 30px; text-transform:uppercase; color:#484848; font-size:12px; margin-top:5px; margin-left:5px; cursor:pointer;  -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
    .tovinside .prduct-menu .btn:hover {background:#fe0000; color:#FFF}
    .tovinside .prduct-menu .sel {background:#fff; }
    .tovinside .prduct-menu .sel:hover {background:#fff; color:#484848;}
    .tovinside .tech table {width:100%; padding:0; margin:0;border-collapse: collapse; }
    .tovinside .tech table td {border-bottom:0px solid #f2f2f2; font-size:14px; padding:5px; text-align:left; font-size: 12px;width:40% }
    .tovinside .tech table tr td:nth-of-type(2) { text-align: right}

    .tovinside .tech table th { padding:10px 5px 10px 5px; text-align:left}
    .tovinside .tech table tr:nth-of-type(odd) { background:#f7f7f7}

    .tovinside .all_images {font-size: 0; margin-top: 20px; width: 100%; text-align: center; order:1; display: block }

    .tovinside .all_images {font-size: 0; margin-top: 20px;  text-align: center; }
    .tovinside .all_images .img img {max-height: 100%; max-width: 100%;}
    .tovinside .all_images .img {width:50px; height: 50px; padding: 5px; border: 1px solid #f2f2f2; display: inline-block; vertical-align: top; margin-left: -1px; margin-top: -1px; position: relative; text-align: center; background: #fff}
    .tovinside .all_images .img:hover {border: 1px solid #fe0000; z-index: 10}
    .tovinside .selecteble table {margin: 0; padding: 0; }
    .tovinside .selecteble td {font-size: 0 !important}
    .tovinside .selecteble td select {background: #90745d; color: #FFFFFF; height: 38px; border: 0px solid #000; padding-left: 5px}

    .cpt_product_add2cart_button { text-align: center}


    /* Товары */

    .tovari { font-size: 0}
    .tovari .tovar {display: block; width: calc(100% - 22px); padding: 0 10px; border:1px solid #f2f2f2; height: 310px; position: relative; vertical-align: top; text-align: center; margin-top: -1px; margin-right: -1px;}
    .tovari .tovar:hover {border:1px solid #fe0000; z-index: +1 }
    .tovari .tovar .skidka {background: #ffcc00; padding: 5px; color: #fff; position: absolute; left: 10px; top:10px; font-size: 12px}
    .tovari .tovar .image { padding-top: 30px; height: 140px}
    .tovari .tovar .image img {max-height: 120px; width: auto;  vertical-align: bottom; display: inline-block;}
    .tovari .tovar .name { height: 80px}
    .tovari .tovar .name a {font-size: 16px; color:#4a4a4a}
    .tovari .tovar .price {display: inline-block; font-size: 18px; font-weight: bold; margin-top: 10px; color: #484848}
    .tovari .tovar .list_price {display: inline-block; font-size: 14px; font-weight: normal; margin-top: 10px;color:#6f6f6f; text-decoration:line-through; margin-left: 20px}
    .tovari .tovar .eco { color: #fe0000; font-size: 12px;}
    .tovari .tovar .addSelect {white-space: nowrap; text-align: left}
    .tovari .tovar .addSelect .selecteble {display: block; position: absolute; bottom: 5px; left: 10px; text-align: center; vertical-align: top; width:calc(100% - 20px);  }
    .tovari .tovar:hover .addSelect .selecteble {display: block}
    .tovari .tovar .addSelect .selecteble select {background: #a28f80; font-family: "Exo 2"; color: #FFFFFF; padding: 4px; font-size: 12px; color: #fff; width: 85px; border: 0px solid #000; padding-left: 5px; margin-right: 5px; cursor: pointer;  -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .tovari .tovar .addSelect .selecteble .options {display: inline-block; vertical-align: top}
    .tovari .tovar .addSelect .vKorzinu { display: inline-block; }
    .tovari .tovar .addSelect .vKorzinu .prdbrief_add2cart input {background: #a28f80; color: #FFFFFF; padding: 5px; color: #fff; font-size: 12px; width: auto; border: 0px solid #000;  font-family: "Simonnelli", "Exo 2"; cursor: pointer;  -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
    .tovari .tovar .addSelect .vKorzinu .prdbrief_add2cart input:hover, .tovari .tovar .addSelect .selecteble select:hover {background: #fe0000}

    .tovari .subcat a {

        display: block;
        text-align: center

    }
    
        /* Подвал */

    .footer {

        padding: 10px 0 50px 0;
        text-align: center

    }


    .footer .column {

        width: 100%;
        display: block;
        margin-right: 0;

    }

    .footer .column:nth-of-type(1) {
    
        background: #fdfdfd;
        border-top: none;
        padding: 10px;
        width: calc(100% - 20px)
    
    }
    
    .footer .column .social a:last-of-type {
    
    margin-right: 0px;
        
    
}

    .copyright {

        padding: 30px;
 
    }

    .copyright .copy {

        color: #000;
        display: block;
        text-align: center;
        margin-bottom: 40px;

    }

    .copyright .merbal {

        display: block;
        float: none;
        text-align: center;

    }
    
    .cat h2 {
    
    font-size: 34px
    
}
    
    .cat .links {
        
        margin-top: 25px;
        margin-left: 20px;
        
    }
    
    .cat .links a {
        
        font-size: 12px;
        
        
    }
    
    .nschinki div {
    
    display: block;
    width: calc(100% - 50px);
    margin-right: 0%;
    
    
}
    
}




